]> git.wh0rd.org - tt-rss.git/history - classes
replace getmicrotime() wrapper with microtime(true)
[tt-rss.git] / classes /
2013-02-27  Andrew Dolgovreplace getmicrotime() wrapper with microtime(true)
2013-02-27  Andrew Dolgovremove previous counter hacks; force request counters...
2013-02-27  Andrew Dolgovrpc/getAllCounters: include virtual counters when last_...
2013-02-27  Andrew Dolgovremove server-side feedtree collapse implementation
2013-02-26  Andrew Dolgovchange various catchup stuff to only affect unread...
2013-02-26  Andrew Dolgovpluginhost: add get_debug()/set_debug() for plugins...
2013-02-26  Andrew Dolgovremove update on checksum change (updated status has...
2013-02-26  Andrew Dolgovforce disable simplepie unnecessarily sanitizing data
2013-02-23  Andrew Dolgovonly allow clearing data of active plugins
2013-02-23  Andrew Dolgovimplement HOOK_FEED_FETCHED
2013-02-23  Andrew Dolgovcdm: fix tags display
2013-02-23  Andrew Dolgovimplement article render hooks
2013-02-21  Andrew Dolgovfix wrong DOS line-endings
2013-02-20  Andrew Dolgovstore widescreen status in a cookie (refs #539)
2013-02-18  Andrew Dolgovremove nonworking article zoom buttons (closes #535)
2013-02-17  Andrew Dolgovignore VFEED_GROUP_BY_FEED when generating syndicated...
2013-02-13  Andrew Dolgovrename subtoolbar actions dropdown
2013-02-10  Andrew Dolgovapi: block real categories with 0 feeds to appear in...
2013-02-06  Andrew Dolgovnew version dialog: display error when no version info...
2013-02-04  Andrew Dolgovfix image caching not working on plugin-rewritten conte...
2013-02-01  Andrew Dolgovjs: simplify counter updating, remove some unused stuff
2013-01-23  Andrew Dolgovsubtoolbar: only show mail action if plugin is enabled
2013-01-23  Andrew Dolgovremove themes/
2013-01-23  Andrew Dolgovadd a q shortcut; remove close_article button
2013-01-23  Andrew Dolgovrename digest_checkbox
2013-01-22  Andrew Dolgovsplit remove_feed_* stuff to pref/feeds
2013-01-22  Andrew Dolgovmove some more functions out of functions.php; fix...
2013-01-22  Andrew Dolgovsplit some more functions from functions.php
2013-01-22  Andrew Dolgovmove api_get_* functions to classes/api
2013-01-22  Andrew Dolgovupdaterandomfeed: use max_execution_time parameter
2013-01-22  Andrew Dolgovimplement fallback _SIMPLE_UPDATE_MODE
2013-01-22  Andrew Dolgovpref-filters: mention native-regexp difficulties in...
2013-01-22  Andrew Dolgovadd hack to support arbitrary key descriptions for...
2013-01-22  Andrew Dolgovfeed editor: hide cache content option
2013-01-19  Andrew Dolgovpersist widescreen mode in session
2013-01-18  Andrew Dolgovmisc generated feed tweaks (fix json content-type,...
2013-01-12  Andrew Dolgovforce text/plain when DevForceUpdate is set
2013-01-12  Andrew Dolgovapi: use text/json content-type
2012-12-30  Andrew Dolgovadd bookmarklets plugin
2012-12-30  Andrew Dolgovrename plugin main class files
2012-12-29  Andrew Dolgovhelp: remove checkboxes
2012-12-28  Andrew Dolgovhelp cleanup, use dijit dialog
2012-12-28  Andrew Dolgovmain ui: action-based hotkey system, add swap_jk plugin
2012-12-27  Thomas RenardMerge remote-tracking branch 'upstream/master' into...
2012-12-27  Andrew Dolgovfix feedEditor not saving
2012-12-27  Andrew Dolgovadd plugin storage table to schema; add ability to...
2012-12-27  Andrew Dolgovadd experimental key/value storage for plugins
2012-12-27  Andrew Dolgovmove authentication modules to plugins/
2012-12-27  Andrew Dolgovadd IMAP authenticator module (closes #485)
2012-12-26  Andrew Dolgovadd several HOOK_PREFS_TAB_SECTION hook points
2012-12-26  Andrew Dolgovfix dijit checkbox in CDM
2012-12-25  Andrew Dolgovupdate user editor a bit
2012-12-25  Andrew Dolgovremove fupdpic and related images
2012-12-25  Andrew Dolgovmove to dijit checkboxes in headlines/cdm list
2012-12-25  Andrew Dolgovmove mark/pub/feed icons to svg
2012-12-25  Andrew Dolgovplugins web list style tweaks
2012-12-25  Andrew Dolgovhide example plugins from the admin page
2012-12-25  Andrew Dolgovmore work on user-selectable plugins; properly process...
2012-12-24  Andrew Dolgovexperimental support for per-user plugins (bump schema)
2012-12-24  Andrew Dolgovsplit feedbrowser into a separate file
2012-12-24  Andrew Dolgovsplit digest stuff into digest.php
2012-12-24  Andrew Dolgovinstances: add fbexport method
2012-12-24  Andrew Dolgovadd -list-plugins option; about sections to plugins
2012-12-24  Andrew Dolgovmove data import/export to a separate plugin
2012-12-24  Andrew Dolgovadd HOOK_UPDATE_TASK
2012-12-24  Andrew Dolgovimplement HOOK_FEED_PARSED, add example plugin (refs...
2012-12-24  Andrew Dolgovremove magpie, fix article filter plugins
2012-12-24  Andrew Dolgovmove digest to a separate plugin
2012-12-24  Andrew Dolgovadd support for registering update.php commands; move...
2012-12-23  Andrew Dolgovadd instances plugin
2012-12-23  Andrew Dolgovimplement plugin routing masks, add example plugin
2012-12-23  Andrew Dolgovsplit self-updater gui to updater/ plugin
2012-12-23  Andrew Dolgovadd support for plugins in prefs
2012-12-23  Andrew Dolgovadd and check plugin base class
2012-12-23  Andrew Dolgovexperimental new plugin system
2012-12-07  Andrew Dolgovfix sharepopup/subscribe public handler actions in...
2012-11-26  Andrew Dolgovupdate example reddit filter
2012-11-26  Andrew Dolgovimplement experimental article on-import data filters
2012-11-23  Andrew Dolgovimplement ttrss_feeds.cache_content
2012-11-22  Andrew Dolgovseveral translation fixes, update translations
2012-11-20  Andrew Dolgovfix missing commit after OPML import (closes #513)
2012-11-12  Andrew Dolgovopml import: add workaround for broken OPML files using...
2012-11-11  Andrew Dolgovfix headlines subtoolbar not being inserted for feeds...
2012-11-06  Andrew Dolgovsavefeedorder: properly process Uncategorized
2012-11-02  Andrew Dolgovopml: fix export broken by special characters in catego...
2012-11-01  Andrew Dolgovsimplify search dialog
2012-11-01  Andrew Dolgovupdate broken tt-rss.org links
2012-11-01  Andrew Dolgovremove backend/digestSend
2012-10-31  Andrew Dolgovtweak opml import/export according to OPML spec
2012-10-31  Andrew Dolgovimprove status reporting for linked feeds
2012-10-31  Andrew Dolgovallow batch setting of article scores
2012-10-31  Andrew Dolgovallow setting article score manually
2012-10-31  Andrew Dolgovsharepopup: implement assigning labels while sharing
2012-10-30  Andrew Dolgovadd ability to auto-assign articles to labels (bump...
2012-10-30  Andrew Dolgovmove article filter functions to rssfuncs.php
2012-10-30  Andrew Dolgovadd special link to cancel current search
2012-10-29  Andrew Dolgovapi: sanitize article content
2012-10-29  Andrew DolgovRevert "sanitize article content when importing data...
2012-10-29  Andrew Dolgovdisable sync feed updates for feeds with cache_images set
2012-10-28  Andrew Dolgovfix ARTICLE_BUTTON_PLUGINS not loaded when string conta...
next