Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-21 | display how many proposals were found | Martin Fischer | |
2022-07-21 | omit null values in JSON output | Martin Fischer | |
2022-07-17 | find proposals via embeddedin instead of categories | Martin Fischer | |
More reliable. The template doesn't add the categories when name is an empty string because [[Category:Foo|{{{name}}}]] for some reason breaks in MediaWiki when name is given as an empty string. Also avoids the problem that if categories are added manually pages might be in multiple categories. | |||
2022-07-17 | detect proposals without text as stubs | Martin Fischer | |
2022-07-17 | refactor: introduce is_stub function | Martin Fischer | |
2022-07-17 | display post-vote after voting proposals | Martin Fischer | |
2022-07-15 | make search treat underscores as spaces | Martin Fischer | |
2022-07-15 | also query Category:Proposals_without_post-vote_cleanup | Martin Fischer | |
2022-07-14 | filter out stub proposals | Martin Fischer | |
2022-07-14 | refactor: rename variable | Martin Fischer | |
2022-07-12 | add find_archived_proposals_without_template.py | Martin Fischer | |
2022-07-12 | add inputs to filter by name and/or author | Martin Fischer | |
2022-07-12 | add requirements.txt | Martin Fischer | |
2022-07-12 | add page description | Martin Fischer | |
2022-07-12 | make ?author filter treat first letter as case-insensitive | Martin Fischer | |
2022-07-12 | use page_title as fallback if there is no proposal name | Martin Fischer | |
2022-07-12 | implement ?author filtering | Martin Fischer | |
2022-07-12 | merge date columns | Martin Fischer | |
2022-07-12 | initial commit | Martin Fischer | |