]> git.wh0rd.org - tt-rss.git/history - functions.php
implement settings profiles (bump schema)
[tt-rss.git] / functions.php
2010-01-13  Andrew Dolgovimplement settings profiles (bump schema)
2010-01-13  Andrew Dolgovcode cleanup; remove unnecessary callbacks; rework...
2010-01-13  Andrew Dolgovrewrite links to open in new window in sanitize_rss...
2010-01-12  Andrew Dolgovsome more button-related fixes; code cleanup
2010-01-11  Andrew Dolgovmove feed browser to subscribe to feed dialog
2010-01-11  Andrew Dolgovonly allow delete action for articles from archived...
2010-01-11  Andrew Dolgovobsolete and disable use of ttrss_feeds.hidden
2010-01-11  Andrew Dolgovremove_feed: properly save orig_feed_id when moving...
2010-01-11  Andrew DolgovgetFeedTitle: fix for tag vfeeds (2)
2010-01-11  Andrew DolgovgetFeedTitle: fix for tag vfeeds
2010-01-11  Andrew Dolgovdo not display image attachments inline when STRIP_IMAG...
2010-01-04  Andrew Dolgovadd catchup button to main toolbar
2009-12-30  Andrew Dolgovmove virt feeds counter display to getVirtCounters()
2009-12-29  Andrew Dolgovmisc code cleanup around queryFeedHeadlines()
2009-12-29  Andrew DolgovgetFeedArticles/getFeedUnread: add support for tag...
2009-12-29  Andrew Dolgovuse POST parameters for frontend requests
2009-12-29  Andrew DolgovgetCategoryUnread: properly calculate counts for cat -1
2009-12-29  Andrew Dolgovproperly check for article ownership in getArticleFeed()
2009-12-29  Andrew Dolgovupdate ccache in catchupArticleById(); misc counter...
2009-12-28  Andrew Dolgovreorder virtual feeds
2009-12-28  Andrew Dolgovvarious icon tweaks
2009-12-28  Andrew Dolgovassorted fixes
2009-12-28  Andrew Dolgovshow originating feed info in CDM
2009-12-28  Andrew Dolgovshow originating feed info when viewing archived article
2009-12-28  Andrew Dolgovproperly initialize archived_feed info when removing...
2009-12-28  Andrew Dolgovadd archive_article()
2009-12-28  Andrew DolgovgetFeedUnread: fix incorrect counters being returned
2009-12-28  Andrew Dolgovimplement archived articles feed; bump schema
2009-12-28  Andrew Dolgovadd remove_feed() and remove_feed_category()
2009-12-25  Andrew Dolgovdisplay label colors in headlines subtoolbar
2009-12-24  Andrew Dolgovadd toggle_collapse_cat()
2009-12-24  Andrew Dolgovobsolete cookie storage for collapsed status of feedlis...
2009-12-21  Andrew Dolgovmove some aux files to lib/
2009-12-21  Andrew Dolgovprepare login redirect for mobile/classic
2009-12-21  Andrew Dolgovmobile: misc fixes; add getFeedIcon()
2009-12-18  Andrew Dolgovmobile: implement WIP pagination for flat feedlist
2009-12-18  Andrew DolgovprintCategoryHeader: unbreak Konqueror
2009-12-16  Andrew DolgovMerge branch 'master' of /home/fox/public_html/testbox...
2009-12-15  Andrew Dolgovonly accept favicons which are actual images while...
2009-12-15  Andrew DolgovMerge branch 'master' of /home/fox/public_html/testbox...
2009-12-15  Andrew DolgovoutputArticleXML: display tags in zoom mode
2009-11-22  Andrew DolgovMerge branch 'master' of /home/fox/public_html/testbox...
2009-11-22  Andrew Dolgovadd ca_CA translation
2009-11-22  Andrew Dolgovgenerate_syndicated_feed: properly pass owner_uid to...
2009-11-09  Andrew DolgovMerge branch 'master' of /home/fox/public_html/testbox...
2009-11-09  Andrew Dolgovadd es_ES translation
2009-10-08  Andrew Dolgovmisc dialog tweaks
2009-10-07  Andrew Dolgovfix view() being called twice on every headline click...
2009-10-06  Andrew Dolgovadd option to force display attachments in feeds (imple...
2009-10-06  Andrew Dolgovformat_tags_string: improve detection of layout breakin...
2009-10-06  Andrew Dolgovmove inline player generation code into separate functi...
2009-10-06  Andrew Dolgovfix width/height for static img tags (excludes selected...
2009-10-06  Andrew Dolgovrework article note appearance
2009-09-01  Andrew Dolgovproperly allow article to be expanded in CDM mode when...
2009-08-21  Andrew Dolgovadd separate indicator for fresh articles
2009-06-22  Andrew Dolgovrework appearance of audio/video tags patch
2009-06-22  Andrew Dolgovhttp_authenticate_user: remove unnecessary logging
2009-06-22  Andrew Dolgovcall sanitize_rss() when generating syndicated feeds
2009-06-22  Andrew Dolgovstrip_tags_long: use htmlpurifier to properly reformat...
2009-06-17  Andrew Dolgovadd support for HTML5 way of playing audio/video enclos...
2009-06-12  Andrew Dolgovfeedlist: htmlspecialchars() feed title
2009-06-01  Andrew Dolgovtag_is_valid: add length checking
2009-05-11  Andrew Dolgovauthenticate_user: properly escape input
2009-04-29  Andrew DolgovgetFeedTitle: properly return title for tag vfeed
2009-04-28  Andrew Dolgovupdate translations
2009-04-26  Andrew Dolgovadd german translation (de_DE)
2009-04-02  Andrew Dolgovccache: do not override owner_uid fetching for virtual...
2009-04-01  Andrew Dolgovccache: possible workaround against misowned entries
2009-03-26  Andrew Dolgovbetter check for img tags to skip inlining image attach...
2009-03-21  Andrew DolgovRevert "update translations"
2009-03-21  Andrew Dolgovupdate translations
2009-03-11  Andrew Dolgovccache: remove obsolete data on feed/category removal
2009-03-06  Andrew Dolgovdaemon: properly pass owner_uid to catchup_feed when...
2009-03-06  Andrew Dolgovdaemon: properly pass owner_uid to catchup_feed when...
2009-03-06  Andrew Dolgovccache_update: protect insert with transaction block
2009-03-06  Andrew Dolgovadd support for adding syndicated notes to published...
2009-03-04  Andrew Dolgovadd patch for better favicon fetching (closes #231)
2009-02-12  Andrew Dolgovrework gears offline/online interaction the way it...
2009-02-12  Andrew Dolgovcatchup_feed: set article last_read when catching up...
2009-02-12  Andrew Dolgovimplement catchup for labels vfeed
2009-02-12  Andrew Dolgovreinstate redirecting login system (problems with Gears)
2009-02-10  Andrew Dolgovnew option: ENABLE_OFFLINE_READING (bump schema)
2009-02-10  Andrew Dolgovoffline: disable using init-param
2009-02-09  Andrew DolgovMerge branch 'master' into google-gears-experimental
2009-02-07  Andrew Dolgovsynchronize unread status from offline to online DB
2009-02-06  Andrew Dolgovoffline: disable categories in feedlist when not enable...
2009-02-04  Andrew Dolgovget_script_dt_add: always force refresh of scripts
2009-02-04  Andrew Dolgovget_script_dt_add: always force refresh of scripts
2009-02-02  Andrew DolgovMerge branch 'master' into google-gears-experimental
2009-02-02  Andrew Dolgovupdate amount of subscribed feeds in runtime-info ...
2009-01-28  Andrew Dolgovfix typo
2009-01-28  Andrew Dolgovadd catchup fixme for all_labels feed
2009-01-26  Andrew Dolgovsupport colored labels
2009-01-23  Andrew Dolgovccache: skip non-numeric feeds (e.g. tags)
2009-01-23  Andrew Dolgovrework assigning articles to tags
2009-01-23  Andrew Dolgovheadline subtoolbar: code cleanup
2009-01-23  Andrew Dolgovnew function: label_create
2009-01-23  Andrew Dolgovmove labels subtoolbar section into a function
2009-01-23  Andrew Dolgovtweak new version notification stuff
2009-01-22  Andrew Dolgovupdate_all_feeds: remove function
next