1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-04 11:39:16 +00:00

add option to sort headlines by feed-specified date (bump schema)

This commit is contained in:
Andrew Dolgov
2010-11-10 13:56:42 +03:00
parent 5414ad4c80
commit b3990c92e7
8 changed files with 53 additions and 13 deletions

View File

@@ -20,7 +20,7 @@
"PURGE_UNREAD_ARTICLES", "DIGEST_ENABLE", "DIGEST_CATCHUP",
"BLACKLISTED_TAGS", "ENABLE_FEED_ICONS", "ENABLE_API_ACCESS",
"UPDATE_POST_ON_CHECKSUM_CHANGE", "DEFAULT_UPDATE_INTERVAL",
"MARK_UNREAD_ON_UPDATE", "USER_TIMEZONE");
"MARK_UNREAD_ON_UPDATE", "USER_TIMEZONE", "SORT_HEADLINES_BY_FEED_DATE");
if (FORCE_ARTICLE_PURGE != 0) {
array_push($prefs_blacklist, "PURGE_OLD_DAYS");