summaryrefslogtreecommitdiff
path: root/proposals.py
AgeCommit message (Collapse)Author
2024-09-03fix: Template:Proposal_Page was renamedHEADmasterMartin Fischer
Ref https://wiki.openstreetmap.org/wiki/Special:Diff/2197443.
2022-07-21extract language prefix from page titleMartin Fischer
2022-07-21omit null values in JSON outputMartin Fischer
2022-07-17find proposals via embeddedin instead of categoriesMartin 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-17detect proposals without text as stubsMartin Fischer
2022-07-17refactor: introduce is_stub functionMartin Fischer
2022-07-17display post-vote after voting proposalsMartin Fischer
2022-07-15also query Category:Proposals_without_post-vote_cleanupMartin Fischer
2022-07-14filter out stub proposalsMartin Fischer
2022-07-14refactor: rename variableMartin Fischer
2022-07-12initial commitMartin Fischer