]> git.wh0rd.org - tt-rss.git/history - functions.php
config: remove option ENABLE_UPDATE_DAEMON
[tt-rss.git] / functions.php
2011-04-12  Andrew Dolgovconfig: remove option ENABLE_UPDATE_DAEMON
2011-04-12  Andrew Dolgovconfig: add AUTO_ADD_USER (closes #294)
2011-04-11  Andrew Dolgovblock STRIP_UNSAFE_TAGS (force enable)
2011-04-11  Andrew Dolgovupdate HTMLPurifier; enable embedded flash video in...
2011-04-11  Andrew Dolgovupdate ttrss_entries.updated on post update
2011-04-11  Andrew Dolgovtweak the way update_on_checksum_change works
2011-04-04  Andrew Dolgovsanitize_tag: block single quote symbol
2011-04-04  Andrew Dolgovgenerate_syndicated_feed: only enable pubsub hub for...
2011-04-04  Andrew Dolgovgenerate_syndicated_feed: enable support for notes
2011-04-04  Andrew Dolgovgenerate template-enabled Atom feeds instead of makeshi...
2011-04-02  Andrew Dolgovremove view_mode remark from generated feed url
2011-04-02  Andrew Dolgovupdate_rss_feed: use proper owner_uid for pubsubhubbub...
2011-04-01  Andrew Dolgovbecause get_self_url_prefix() referenced information...
2011-04-01  Andrew Dolgovupdate_rss_feed: misc fixes
2011-04-01  Andrew Dolgovupdate_rss_feed: block pubsub subscription requests...
2011-04-01  Andrew Dolgovadd missing pubsub pings to operations changing the...
2011-04-01  Andrew Dolgovimplement pubsubhubbub subscriber (update schema)
2011-04-01  Andrew Dolgovadd experimental support for pubsubhubbub in published...
2011-03-30  Andrew DolgovhlClicked: allow opening originating article directly...
2011-03-29  Andrew Dolgovallow logging in with a different user instead of one...
2011-03-29  Andrew Dolgovupdate_rss_feed: fix proper typecasting of mark_unread_...
2011-03-29  Andrew Dolgovadd ttrss_feeds.update_on_checksum_change
2011-03-29  Andrew Dolgovadd ttrss_feeds.mark_unread_on_update, bump schema...
2011-03-28  Andrew Dolgovonly use autologin with SSL certificate when AUTO_LOGIN...
2011-03-28  Andrew Dolgovpref-prefs: blacklist HEADLINES_SMART_DATE
2011-03-28  Andrew Dolgovauthenticate against a hash of identifyable information...
2011-03-28  Andrew Dolgovuse SSL serial to bind certificate to user; implement...
2011-03-27  Andrew Dolgovallow authentication using SSL client certificates...
2011-03-24  Andrew Dolgovimprove favicon detection (refs #322)
2011-03-18  Andrew Dolgovfetch_file_contents: fix CURL option setting
2011-03-18  Andrew Dolgovconfig: remove ENABLE_TRANSLATIONS
2011-03-18  Andrew Dolgovrework initial sanitycheck to use JSON
2011-03-18  Andrew Dolgovbackend/viewfeed: use JSON
2011-03-18  Andrew Dolgovbackend/view: use JSON instead of XML; backend: output...
2011-03-17  Andrew Dolgovuse CURL when it is available, remove option USE_CURL
2011-03-17  Andrew Dolgovmake it possible to subscribe to password-protected...
2011-03-08  Andrew Dolgovallow rdf:about as a guid source
2011-03-07  Andrew Dolgovsubtoolbar: add shortcut to catchupPage()
2011-03-06  Andrew Dolgovfetch_twitter_rss: use proper uid
2011-03-06  Andrew Dolgovswitch twitter support from twitteroauth to tmhOAuth
2011-03-05  Andrew Dolgovallow searching for date using @keyword syntax
2011-02-26  Andrew Dolgovsubcribe_to_feed: only try to use twitter OAuth when...
2011-02-19  Andrew Dolgovupdate_rss_feed: do not strip tags of entry_content...
2011-02-19  Andrew Dolgovdb_escape_string: remove tags by default (refs #323)
2011-01-31  Andrew Dolgovimplement a proper fix of cached images URL (refs ...
2011-01-26  Andrew Dolgovupdate image caching handler code (refs #300)
2011-01-18  Andrew Dolgovproperly handle redirecting back to requested page...
2011-01-17  Andrew Dolgovre-add ForceUpdate to viewfeed for update debugging...
2011-01-16  andre-hubsmall fixes
2011-01-11  Andrew Dolgovfix simplepie image cache being requested from the...
2011-01-11  Andrew Dolgovadd optional AUTO_LOGIN for when remote authentication...
2010-12-28  Andrew Dolgovfix USER_STYLESHEET for mysql (was broken because of...
2010-12-27  Andrew Dolgovbackend/rss: always use secret key to get uid when...
2010-12-27  Andrew Dolgovrename USE_CURL_FOR_ICONS to USE_CURL
2010-12-15  Andrew Dolgovadd <s> to valid tags when cleaning content
2010-11-30  Andrew Dolgovsanitize_rss: do not try to rewrite urls when article...
2010-11-30  Andrew Dolgovuse html5 audio player instead of flash when possible
2010-11-29  Andrew Dolgovfix session ip checking
2010-11-29  Andrew Dolgovtweak article notes
2010-11-29  Andrew Dolgovclean obsolete options from schema (bump schema version)
2010-11-29  Andrew Dolgovtweak subtoolbar dropbox
2010-11-28  Andrew Dolgovshorten long titles in postHeader/cdmHeader
2010-11-27  Andrew Dolgovlimit fresh feed to articles with non-negative score
2010-11-26  Andrew Dolgovremove compat.php
2010-11-26  Andrew Dolgovmake plaintext urls in article content clickable
2010-11-26  Andrew Dolgovchange behaviour of SESSION_CHECK_ADDRESS
2010-11-25  Andrew Dolgovblacklist option ENABLE_FLASH_PLAYER
2010-11-25  Andrew DolgovcdmClicked: use proper response handler
2010-11-25  Andrew Dolgovtweak new version dialog
2010-11-25  Andrew Dolgovadd tweet button to digest, misc digest fixes; rework...
2010-11-25  Andrew Dolgovtweak display of tweet button
2010-11-24  Andrew Dolgovshow feed update error (if any) in subtoolbar
2010-11-24  Andrew Dolgovrework user CSS support (bump schema)
2010-11-24  Andrew Dolgovtweak browsing by tag query
2010-11-24  Andrew Dolgovremove MarkAllRead from viewfeed
2010-11-23  Andrew Dolgovbetter feedlist reloading on subscribed feeds count...
2010-11-23  Andrew Dolgovheadlines: layout fix for feeds with no images
2010-11-23  Andrew Dolgovshow tweet buttons on a new line
2010-11-23  Andrew Dolgovrework version checking
2010-11-22  Andrew Dolgovadd separate update method for Twitter, select it as...
2010-11-22  Andrew Dolgovadd experimental support for Twitter OAuth and Twitter...
2010-11-22  Andrew Dolgovdisable post context menu
2010-11-22  Andrew Dolgovadd support for twitter buttons
2010-11-21  Andrew Dolgovblacklist option OPEN_LINKS_IN_NEW_WINDOW, default...
2010-11-21  Andrew Dolgovfeedlist: do not show labels folder when there are...
2010-11-21  Andrew Dolgovexperimental display of labelColorIndicators in FeedTree
2010-11-20  Andrew Dolgovsubtoolbar-related fixes
2010-11-20  Andrew Dolgovproperly reset selected index of subtoolbar actions...
2010-11-20  Andrew Dolgovrework pref-prefs to use dijit Form
2010-11-20  Andrew Dolgovbetter feed url checking
2010-11-20  Andrew DolgovgetFeedIcon: check if real feed icon file exists
2010-11-20  Andrew Dolgovrefactor feed edit dialog
2010-11-20  Andrew Dolgovrework filter dialogs to use dijit.Form
2010-11-19  Andrew Dolgovstartup speed improvements
2010-11-19  Andrew Dolgovcdm: make author clickable
2010-11-19  Andrew Dolgovadd post header menu
2010-11-19  Andrew Dolgovopening articles in new tab tweaks
2010-11-19  Andrew Dolgovrework headlines menu and openArticleInNewWindow()
2010-11-19  Andrew Dolgovadd popup menu for headlines
2010-11-19  Andrew Dolgovfeeds: fix JSON output when there are no subscribed...
next