summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)Author
2013-02-27replace getmicrotime() wrapper with microtime(true)Andrew Dolgov
2013-02-27remove previous counter hacks; force request counters when there's noAndrew Dolgov
2013-02-27rpc/getAllCounters: include virtual counters when last_article_id is supplied...Andrew Dolgov
2013-02-27remove server-side feedtree collapse implementationAndrew Dolgov
2013-02-26change various catchup stuff to only affect unread articlesAndrew Dolgov
2013-02-26pluginhost: add get_debug()/set_debug() for plugins to detect if debugging is...Andrew Dolgov
2013-02-26remove update on checksum change (updated status has been removed); rtl stuff...Andrew Dolgov
2013-02-26force disable simplepie unnecessarily sanitizing dataAndrew Dolgov
2013-02-23only allow clearing data of active pluginsAndrew Dolgov
2013-02-23implement HOOK_FEED_FETCHEDAndrew Dolgov
2013-02-23cdm: fix tags displayAndrew Dolgov
2013-02-23implement article render hooksAndrew Dolgov
2013-02-21fix wrong DOS line-endingsAndrew Dolgov
2013-02-20store widescreen status in a cookie (refs #539)Andrew Dolgov
2013-02-18remove nonworking article zoom buttons (closes #535)Andrew Dolgov
2013-02-17ignore VFEED_GROUP_BY_FEED when generating syndicated feedsAndrew Dolgov
2013-02-13rename subtoolbar actions dropdownAndrew Dolgov
2013-02-10api: block real categories with 0 feeds to appear in getCategoriesAndrew Dolgov
2013-02-06new version dialog: display error when no version info availableAndrew Dolgov
2013-02-04fix image caching not working on plugin-rewritten content; remove content cac...Andrew Dolgov
2013-02-01js: simplify counter updating, remove some unused stuffAndrew Dolgov
2013-01-23subtoolbar: only show mail action if plugin is enabledAndrew Dolgov
2013-01-23remove themes/Andrew Dolgov
2013-01-23add a q shortcut; remove close_article buttonAndrew Dolgov
2013-01-23rename digest_checkboxAndrew 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-22pref-filters: mention native-regexp difficulties in testing windowAndrew Dolgov
2013-01-22add hack to support arbitrary key descriptions for hotkeysAndrew Dolgov
2013-01-22feed editor: hide cache content optionAndrew Dolgov
2013-01-19persist widescreen mode in sessionAndrew Dolgov
2013-01-18misc generated feed tweaks (fix json content-type, etc)Andrew Dolgov
2013-01-12force text/plain when DevForceUpdate is setAndrew Dolgov
2013-01-12api: use text/json content-typeAndrew Dolgov
2012-12-30add bookmarklets pluginAndrew Dolgov
2012-12-30rename plugin main class filesAndrew Dolgov
2012-12-29help: remove checkboxesAndrew Dolgov
2012-12-28help cleanup, use dijit dialogAndrew Dolgov
2012-12-28main ui: action-based hotkey system, add swap_jk pluginAndrew Dolgov
2012-12-27fix feedEditor not savingAndrew 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-27add IMAP authenticator module (closes #485)Andrew Dolgov
2012-12-27add several HOOK_PREFS_TAB_SECTION hook pointsAndrew Dolgov
2012-12-26fix dijit checkbox in CDMAndrew Dolgov