summaryrefslogtreecommitdiff
path: root/plugins/digest
AgeCommit message (Collapse)Author
2013-05-07digest and mobile (old) moved to -contrib repositoryAndrew Dolgov
2013-05-03Modified the behaviour of catchup_visible_articles() in digest mode.Dave Zaikos
The "Mark as read" option now first checks if articles are selected. If so, it only marks as read the selected articles. If no articles are selected, the previous behaviour is executed: marking all visible articles as read.
2013-04-19plugins: bump API versionAndrew Dolgov
2013-04-17fix blank character after opening bracket in function callsAndrew Dolgov
2013-04-17remove $linkAndrew Dolgov
2013-04-04move db-updater functionality to public, remove db-updater.phpAndrew Dolgov
2013-04-02remove some old ?op syntax notation callsAndrew Dolgov
2013-03-26digest: smartphone ui css tweaksAndrew Dolgov
2013-03-26digest: add barebones smartphone modeAndrew Dolgov
2013-03-26digest: fix digestinit failing on first invocationAndrew Dolgov
2013-03-25digest: use new translation init stuffAndrew Dolgov
2013-03-24Cleanup gettext whitespace.Tomas Chvatal
2013-03-24Fix remaining plural forms to work with gettext.Tomas Chvatal
2013-03-22db_escape_string: specify link parameter for consistency; sessions: do not ↵Andrew Dolgov
force-close db connection in _close()
2013-03-20digest: remove unused dependencies; optimize load a bitAndrew Dolgov
2013-01-23rename digest_checkboxAndrew Dolgov
2013-01-22move api_get_* functions to classes/apiAndrew Dolgov
2013-01-20implement basic hotkeys map support in digest; implement next/prev feed hotkeysAndrew Dolgov
2013-01-14digest: fix counter vertical offsetAndrew Dolgov
2012-12-30rename plugin main class filesAndrew Dolgov
2012-12-26plugins/digest: fix short tagAndrew Dolgov
2012-12-25move mark/pub/feed icons to svgAndrew Dolgov
2012-12-25plugins cleanup, update descriptionsAndrew Dolgov
2012-12-25more work on user-selectable plugins; properly process system and user pluginsAndrew Dolgov
2012-12-25experimental support for per-user plugins (bump schema)Andrew Dolgov
2012-12-24add -list-plugins option; about sections to pluginsAndrew Dolgov
2012-12-24move digest to a separate pluginAndrew Dolgov