Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-03 | fix: Template:Proposal_Page was renamedHEADmaster | Martin Fischer | |
Ref https://wiki.openstreetmap.org/wiki/Special:Diff/2197443. | |||
2023-01-22 | Add placeholder text to input fields | Waldir Pimenta | |
2023-01-22 | Improve table styling | Waldir Pimenta | |
Note: 1px border doesn't play nicely with sticky headers, hence the need for 4 rulesets instead of 1. See the following link for more details: <https://stackoverflow.com/a/75179925/266309> | |||
2022-07-21 | improve search results by requiring word boundary | Martin Fischer | |
E.g. searching for "sport" should not yield proposals about transport. | |||
2022-07-21 | extract language prefix from page title | Martin Fischer | |
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 | |