summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2012-08-17rework class system to use subdirectoriesAndrew Dolgov
add placeholder plugin/hook system
2012-08-16move changing password code to authentication modulesAndrew Dolgov
2012-08-16save module user authenticated with, only allow password change if module is ↵Andrew Dolgov
'internal'
2012-08-16add hide_change_password session variableAndrew Dolgov
2012-08-16fix __autoload to work with mobile/Andrew Dolgov
2012-08-16split authentication to separate modulesAndrew Dolgov
2012-08-16print_feed_cat_select: fix Uncategorized not recognized as default_idAndrew Dolgov
2012-08-15add additional ownership checks to getfeedcounters/getcategorycountersAndrew Dolgov
2012-08-15refactor opml import/export codeAndrew Dolgov
fix opml to properly handle nested categories allow creating categories with same name in different parent categories
2012-08-15properly persist include_childrenAndrew Dolgov
2012-08-14print_feed_cat_select: display nested category structureAndrew Dolgov
fix empty sub-sub-categories never being shown
2012-08-13change include_children to a togglebutton; add placeholder setting save in a ↵Andrew Dolgov
session
2012-08-13add toolbar checkbox to include subcategories to viewfeed()Andrew Dolgov
2012-08-13fix queryFeedHeadlines, rename getCategoryUnreadRecursiveAndrew Dolgov
2012-08-13allow queryFeedHeadlines() to show child category entriesAndrew Dolgov
2012-08-13add special indication for categories having unread items in child categoriesAndrew Dolgov
2012-08-13initial work on nested categoriesAndrew Dolgov
2012-08-09add update.php -indexes to recreate tt-rss indexes from schema fileAndrew Dolgov
2012-08-04add command line option '-quiet' to make update.php more quietRutger Wessels
2012-07-31set mb_internal_encodingAndrew Dolgov
2012-07-22Support protocol-relative URLsfluffy
2012-07-10do not perform sanity checks on each backend requestAndrew Dolgov
2012-07-10sanity_check: fix typoAndrew Dolgov
2012-07-09split related title to separate define _NGRAM_TITLE_RELATED_THRESHOLDAndrew Dolgov
2012-07-09experimental article attachment ui based on dijit dropdownAndrew Dolgov
2012-07-09fix getLabelUnread (refs #464)Andrew Dolgov
2012-07-09implement showing related articles in 3panel mode when ngram stuff is enabledAndrew Dolgov
2012-07-09implement proof of concept postgresql pg_trgm N-gram based marking of ↵Andrew Dolgov
similar article titles as read automatically
2012-07-09remove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464)Andrew Dolgov
2012-07-06remove memcached stuffAndrew Dolgov
2012-06-30use Uncategorized coalesce in a few more placesAndrew Dolgov
2012-06-20automatically add active article title in create filter dialogAndrew Dolgov
2012-06-14New class to differentiate post title & tagsAndrew Dolgov
2012-06-07prevent session modification in public/shareAndrew Dolgov
2012-06-06update de_DE translationAndrew Dolgov
2012-06-05Revert "remove htmlpurifier"Andrew Dolgov
This reverts commit c21a462d52bd32737c32c29b060da03b38f1c2e6.
2012-06-03revert to previous catchup behaviour on reverse headlines mode; fix typo in jsAndrew Dolgov
2012-06-03experimental tweak to not mark articles newer than last one loaded in the ↵Andrew Dolgov
buffer as read
2012-06-01remove htmlpurifierAndrew Dolgov
2012-05-31remove Archived articles from Uncategorized viewAndrew Dolgov
2012-05-24properly update favicon_last_checkedAndrew Dolgov
2012-05-24expire files in cache/exportAndrew Dolgov
2012-05-24rate-limit requests for favicons when not present to conserve traffic (refs ↵Andrew Dolgov
#457)
2012-05-21release 1.5.11Andrew Dolgov
2012-05-17Revert "get favicon from icon atom feeds & search for icons not only in html ↵Andrew Dolgov
head (closes #457)" This reverts commit 882311d9ad0092127ccaecd700cb659cebb89aa8.
2012-05-17fix warning when entry content is used as array unnecessarilyAndrew Dolgov
2012-05-17rework initial sanity check to report all found errorsAndrew Dolgov
2012-05-15get favicon from icon atom feeds & search for icons not only in html head ↵Andrew Dolgov
(closes #457)
2012-05-05apply patch from gmargo to differentiate between manual and new feed ↵Andrew Dolgov
after-subscription update
2012-04-09disable internal magpie/simplepie cache for manual updatesAndrew Dolgov