flickr-mail/templates
Edward Betts 57b2e474df Add pagination to category search for large categories
Large categories like "Living people" (900k+ articles) were impractical
because the code tried to download all members before displaying results.
Now stops after collecting ~200 articles and provides a "Next page" link.

Also fixes the MediaWiki API continuation protocol: passes the full
continue dict (not just gcmcontinue) so imcontinue responses are handled
properly, and reduces gcmlimit from "max" to 50 so each batch's images
fit in one API response.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 13:32:56 +00:00
..
base.html Add missing template 2023-09-08 12:05:30 +01:00
category.html Add pagination to category search for large categories 2026-02-08 13:32:56 +00:00
combined.html Change submit button to say Search and use btn-primary styling 2026-02-08 12:34:50 +00:00
message.jinja Add category search, license handling, and message page improvements 2026-02-07 10:22:19 +00:00
show_error.html Show errors, even in production. 2023-09-09 17:06:01 +03:00
show_message.html Add link to send flickr message 2023-09-08 11:01:50 +01:00