Devlogs
v1.1.7 Patch Notes
v1.1.7 Patch Notes
Thanks to instance owner @kickingk for tracking down an RSS timezone generation problem due to a very, very, very, very old RFC-822 from the 1970s. And thank you to new instance builder @joshg for catching a nasty bug that's been lurking in static.php for months D:
I've also added an option to limit the number of rss feed items in settings.php per their request.
- settings.php: added $rss_item_limit option, added $rss_sort_style option
- library/rss.php: create_timestamp now uses GMT format for RSS output (RFC-822), limit the number of rss feed items to $rss_item_limit, now sorts the rss feed before generating it (to allow for date-based sorting) using the $rss_sort_style in settings.php
- library/utils.php: added $useGMT option to create_timestamp(), so RSS generation can use GMT timezone spec
- library/static.php: misnamed variable was causing the static page generator to not auto-copy themes.