]> git.wh0rd.org - tt-rss.git/history - functions.php
move phpmailer to lib/
[tt-rss.git] / functions.php
2009-01-22  Andrew Dolgovmove phpmailer to lib/
2009-01-22  Andrew Dolgovnew_version_check: add timestamp randomize
2009-01-22  Andrew Dolgovcatchup feed on first update after adding
2009-01-22  Andrew Dolgovpurge_feed: properly pass owner_uid to ccache_update
2009-01-22  Andrew Dolgovpurge_feed: stop when purging is disabled for the feed (2)
2009-01-22  Andrew Dolgovpurge_feed: stop when purging is disabled for the feed
2009-01-21  Andrew Dolgovheadlines toolbar: code cleanup
2009-01-20  Andrew Dolgovdropdown: add create label entry
2009-01-20  Andrew Dolgovmore actions tweaks
2009-01-20  Andrew Dolgovrework subtoolbar actions dropdown
2009-01-20  Andrew Dolgovcall purge_orphans from daemon main loop function
2009-01-20  Andrew Dolgovmake inverse mode of Both filter do be somewhat more...
2009-01-20  Andrew Dolgovfeed_purge_interval: fix bug
2009-01-20  Andrew Dolgovfeedbrowser_cache: add limit
2009-01-20  Andrew Dolgovfeedbrowser_cache: store title; implement by-title...
2009-01-20  Andrew Dolgovtmp fix for label counters calculation being wrong...
2009-01-20  Andrew DolgovUNDO: tmp fix for label counters calculation being...
2009-01-20  Andrew Dolgovtmp fix for label counters calculation being wrong...
2009-01-20  Andrew Dolgovdisable purge_feed debugging when called in update_rss_feed
2009-01-20  Andrew Dolgovpurge feeds after updating
2009-01-20  Andrew Dolgovfix feedlist output when sorted by unread count
2009-01-20  Andrew Dolgovdrop updated articles from adaptive view
2009-01-19  Andrew Dolgovcss tweaks
2009-01-19  Andrew Dolgovproperly highlight Labels category
2009-01-19  Andrew Dolgovadd help tip for empty labels
2009-01-19  Andrew Dolgovshow updated articles in adaptive view mode
2009-01-19  Andrew Dolgovadd updated view mode
2009-01-19  Andrew DolgovgetLabelCounters: fix for read labels
2009-01-19  Andrew Dolgovcatchup_feed: add clause for feed_id -4
2009-01-18  Andrew Dolgovblock duplicates in headlines output
2009-01-18  Andrew Dolgovmake label category browseable (fix title)
2009-01-18  Andrew Dolgovmake label category browseable
2009-01-18  Andrew Dolgovcode cleanup
2009-01-18  Andrew Dolgovdisable manual article rescoring
2009-01-18  Andrew Dolgovdynamically show new label markers in headlines buffer...
2009-01-18  Andrew Dolgovallow adding/removing labels from frontend
2009-01-18  Andrew Dolgovadd special All Articles feed; tweak counter calculatio...
2009-01-18  Andrew Dolgovdisplay article labels in headlines buffer (2)
2009-01-18  Andrew Dolgovdisplay article labels in headlines buffer
2009-01-18  Andrew Dolgovadd function get_article_labels()
2009-01-18  Andrew Dolgovcode cleanup
2009-01-18  Andrew Dolgovinitialize_user: create example label and a filter
2009-01-18  Andrew DolgovgetLabelCounters: psql fix
2009-01-18  Andrew DolgovgetLabelCounters: ignore hidden feeds
2009-01-18  Andrew DolgovgetLabelUnread: ignore hidden feeds
2009-01-18  Andrew Dolgovblock unsubscribe requests for virtual feeds
2009-01-18  Andrew Dolgovlabel counters: another psql fix
2009-01-18  Andrew Dolgovlabel counters: psql fix
2009-01-18  Andrew Dolgovassorted labels bugfixes and UI work
2009-01-18  Andrew Dolgovimplement assign-to-label in subtoolbar
2009-01-18  Andrew Dolgovnew style labels (bump schema)
2009-01-17  Andrew DolgovgetLabelCounters: skip processing when labels are disab...
2009-01-17  Andrew Dolgovfix ccache_update() failure when called for labels
2009-01-17  Andrew Dolgovccache_update: properly call ccache_update_all() when...
2009-01-17  Andrew Dolgovccache_update: properly call ccache_update_all() when...
2009-01-17  Andrew Dolgovclear_feed, purge_feed: update ccache
2009-01-17  Andrew Dolgovupdate_rss_feed: do not cache counters for hidden feeds
2009-01-17  Andrew Dolgovccache_update: block labels
2009-01-17  Andrew Dolgovexclude labels from cache; recalculate feed counters...
2009-01-17  Andrew Dolgovccache: performance tweaks
2009-01-17  Andrew Dolgovproperly calculate ccache changes to child feeds when...
2009-01-17  Andrew Dolgovactive_feed_is_cat, active_feed_id handling changes
2009-01-17  Andrew Dolgovcode cleanup; ccache category calculation for cid=0...
2009-01-16  Andrew DolgovgetCategoryCounters: fix broken psql syntax
2009-01-16  Andrew DolgovgetCategoryCounters: remove unneeded group by
2009-01-16  Andrew DolgovgetFeedCounters: remove unneeded group by
2009-01-16  Andrew Dolgovcategory counters: remove nonexistant category -3
2009-01-16  Andrew Dolgovcategory counters: code cleanup
2009-01-16  Andrew Dolgovoptimize child feed unread numbers calculation; code...
2009-01-16  Andrew Dolgovccache_update: code cleanup
2009-01-16  Andrew Dolgovcode cleanup (remove dashboard initial stuff)
2009-01-16  Andrew Dolgovblock ccache for special cat_ids
2009-01-16  Andrew Dolgovdisable SYNC_COUNTERS option
2009-01-16  Andrew Dolgovccache category fixes; re-enable rate limit
2009-01-16  Andrew Dolgovfresh_article_max_age: use owner_uid when necessary
2009-01-16  Andrew Dolgovsupport for ccache updates in catchupArticlesById()
2009-01-16  Andrew Dolgovreset counters on frontend catchup requests
2009-01-16  Andrew Dolgovmore ccache work
2009-01-16  Andrew Dolgova variety of ccache work
2009-01-16  Andrew Dolgovinitial counters cache work
2009-01-16  Andrew Dolgovfeedbrowser cache: limit the amount of data cached
2009-01-16  Andrew Dolgovmove feedbrowser cache code to functions.php
2009-01-05  Andrew Dolgovadd ability to customize amount of returned entries...
2008-12-16  Andrew Dolgovtranslations support for mobile version
2008-12-13  Andrew Dolgovenable processing of article-date filter (closes #225)
2008-11-25  Andrew Dolgovpgsql: force datestyle to ISO, european for PHP strtoti...
2008-11-25  Andrew Dolgovpgsql: force datestyle to european for PHP strtotime...
2008-11-22  Andrew Dolgovtag_is_valid: only call iconv() when function exists
2008-11-21  Andrew Dolgovproperly enable smtp auth in phpmailer when needed
2008-11-20  Andrew Dolgovimage attachment display: make possible duplicate detec...
2008-11-10  Andrew Dolgovcode cleanup, test for db_escape() crazyness in DB...
2008-11-02  Andrew Dolgovadd it_IT translation
2008-10-31  Andrew Dolgovheadlines subtoolbar: prevent wrapping (closes #219)
2008-10-26  Andrew Dolgovcheck file size when considering whether feed icon...
2008-10-25  Andrew Dolgovproperly import multiple media-tag enclosures in feeds...
2008-10-24  Andrew Dolgovi can haz cheeseburger - enable for CDM
2008-10-24  Andrew Dolgovi can haz cheeseburger (display linked image attachment...
2008-10-22  Andrew Dolgovadd (disabled) function to show original article inline...
2008-10-22  Andrew Dolgovadd (disabled) function to show original article inline...
2008-10-21  Andrew DolgovzoomToArticle: fix incorrect charset
next