summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-01-23add a q shortcut; remove close_article buttonAndrew Dolgov
2013-01-23rename digest_checkboxAndrew Dolgov
2013-01-23do not show edit note prompt when article is shown in zoom modeAndrew Dolgov
2013-01-22split remove_feed_* stuff to pref/feedsAndrew Dolgov
2013-01-22move some more functions out of functions.php; fix opml.php failing due to re...Andrew Dolgov
2013-01-22split some more functions from functions.phpAndrew Dolgov
2013-01-22move api_get_* functions to classes/apiAndrew Dolgov
2013-01-22updaterandomfeed: use max_execution_time parameterAndrew Dolgov
2013-01-22implement fallback _SIMPLE_UPDATE_MODEAndrew Dolgov
2013-01-22sessions: prevent HTTPS warningAndrew Dolgov
2013-01-22disable content caching if _FEEDS_CONTENT_CACHE is not enabledAndrew Dolgov
2013-01-22support ctrl key hotkeysAndrew Dolgov
2013-01-22add hack to support arbitrary key descriptions for hotkeysAndrew Dolgov
2013-01-19persist widescreen mode in sessionAndrew Dolgov
2013-01-18force separate data in ttrss_entries between usersAndrew Dolgov
2013-01-15fix inline flash/html5 audio playerAndrew Dolgov
2013-01-12fix search shortcut, disable help dialog shortcutAndrew Dolgov
2013-01-10use force_feed()Andrew Dolgov
2013-01-05add ability to toggle widescreen mode on the flyAndrew Dolgov
2013-01-05fix filter testing on mysqlAndrew Dolgov
2013-01-05modify includes to init session before translations are appliedAndrew Dolgov
2012-12-30add description for f DAndrew Dolgov
2012-12-30allow plugin modification of article guidAndrew Dolgov
2012-12-30properly load user plugins and data on updateAndrew Dolgov
2012-12-28help cleanup, use dijit dialogAndrew Dolgov
2012-12-28add arrow article movement backAndrew Dolgov
2012-12-28main ui: action-based hotkey system, add swap_jk pluginAndrew Dolgov
2012-12-28Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2012-12-28partial move to new hotkey systemAndrew Dolgov
2012-12-28add _MOBILE_REVERSE_HEADLINES (closes #524)Andrew Dolgov
2012-12-27add sanity check for no auth modules being enabled in PLUGINSAndrew Dolgov
2012-12-27place the #357 comment to the correct instance of saveXML(), cleanup old vers...Andrew Dolgov
2012-12-27load_user_plugins: only load data when schema version > 100Andrew Dolgov
2012-12-27sanitize: mention why LIBXML_NOEMPTYTAG is usedAndrew Dolgov
2012-12-27Revert "sanitize: do not use LIBXML_NOEMPTYTAG (refs #522)"Andrew Dolgov
2012-12-27add plugin storage table to schema; add ability to clear plugin dataAndrew Dolgov
2012-12-27add experimental key/value storage for pluginsAndrew Dolgov
2012-12-27move authentication modules to plugins/Andrew Dolgov
2012-12-27sanitize: do not use LIBXML_NOEMPTYTAG (refs #522)Andrew Dolgov
2012-12-27feedbrowser: fix short tagAndrew Dolgov
2012-12-26fix overflow of various 250 char fields in rssfuncsAndrew Dolgov
2012-12-26disable htmLawed tag balancing (should be handled later by DOMDocument) (clos...Andrew Dolgov
2012-12-25move mark/pub/feed icons to svgAndrew 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-24split feedbrowser into a separate fileAndrew Dolgov
2012-12-24split digest stuff into digest.phpAndrew Dolgov
2012-12-24move data import/export to a separate pluginAndrew Dolgov
2012-12-24add HOOK_UPDATE_TASKAndrew Dolgov
2012-12-24update_rss_feed: escape error string immediatelyAndrew Dolgov