Age | Commit message (Collapse) | Author | |
---|---|---|---|
8 days | build: add smoke testHEADmaster | Martin Fischer | |
10 days | feat: improve logging | Martin Fischer | |
10 days | build: use npins | Martin Fischer | |
10 days | build: switch from setuptools to hatchling | Martin Fischer | |
For reproducible builds and also so that you no longer need `--config-settings editable_mode=compat` for pip install to make it work with Pyright. Neither of these concerns really affect osm-proposals since I am not publishing the package on PyPI nor does it expose any library but I have other packages where they do apply and to simplify maintenance I want to use the same build backend for all of my projects. | |||
12 days | test: add basic tests for parse_proposal | Martin Fischer | |
12 days | refactor: improve parse_proposal signature | Martin Fischer | |
12 days | chore: add .gitignore and LICENSE | Martin Fischer | |
2025-03-09 | build: introduce NixOS package & service | Martin Fischer | |
2025-03-09 | feat: make scripts support --help | Martin Fischer | |
2025-03-09 | refactor: introduce run methods | Martin Fischer | |
2025-03-09 | refactor: make URL query params more readable | Martin Fischer | |
2024-09-03 | fix: Template:Proposal_Page was renamed | 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 | |