]> git.wh0rd.org - tt-rss.git/history - include
update sanity_config.php
[tt-rss.git] / include /
2012-08-23  Andrew Dolgovupdate sanity_config.php
2012-08-23  Andrew Dolgovbump config version
2012-08-23  Andrew Dolgovsanity: add php version check
2012-08-23  Andrew Dolgovself-update: clarify is_writable check on work_dir
2012-08-23  Andrew Dolgovimplement web-based self updater (closes #395)
2012-08-23  Andrew Dolgovself-update: update up to date prompt
2012-08-23  Andrew Dolgovimplement experimental web-based updater
2012-08-23  Andrew Dolgovupdate-self: fix wrong work directory, better work...
2012-08-23  Andrew Dolgovmove self-updating to include/update_self.php
2012-08-23  Andrew Dolgovlogin_form: remove short php tags
2012-08-23  Andrew DolgovMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2012-08-23  Andrew Dolgovadd experimental self-updating script
2012-08-21  Andrew Dolgovremove hook-based plugins
2012-08-21  Andrew Dolgovexpand error messages in subscribeToFeed(), provide...
2012-08-17  Andrew Dolgovrework class system to use subdirectories
2012-08-16  Andrew Dolgovmove changing password code to authentication modules
2012-08-16  Andrew Dolgovsave module user authenticated with, only allow passwor...
2012-08-16  Andrew Dolgovadd hide_change_password session variable
2012-08-16  Andrew Dolgovfix __autoload to work with mobile/
2012-08-16  Andrew Dolgovsplit authentication to separate modules
2012-08-16  Andrew Dolgovprint_feed_cat_select: fix Uncategorized not recognized...
2012-08-15  Andrew Dolgovadd additional ownership checks to getfeedcounters...
2012-08-15  Andrew Dolgovrefactor opml import/export code
2012-08-15  Andrew Dolgovproperly persist include_children
2012-08-14  Andrew Dolgovprint_feed_cat_select: display nested category structure
2012-08-14  Andrew DolgovMerge branch 'nested-cats'
2012-08-13  Andrew Dolgovchange include_children to a togglebutton; add placehol...
2012-08-13  Andrew Dolgovadd toolbar checkbox to include subcategories to viewfeed()
2012-08-13  Andrew Dolgovfix queryFeedHeadlines, rename getCategoryUnreadRecursive
2012-08-13  Andrew Dolgovallow queryFeedHeadlines() to show child category entries
2012-08-13  Andrew Dolgovadd special indication for categories having unread...
2012-08-13  Andrew Dolgovset SCHEMA_VERSION to 93
2012-08-13  Andrew Dolgovinitial work on nested categories
2012-08-09  Andrew Dolgovadd update.php -indexes to recreate tt-rss indexes...
2012-08-05  Andrew DolgovMerge pull request #23 from rutgerw/quietupdate
2012-08-04  Rutger Wesselsadd command line option '-quiet' to make update.php...
2012-07-31  Andrew Dolgovset mb_internal_encoding
2012-07-22  Andrew DolgovMerge pull request #22 from plaidfluff/master
2012-07-22  fluffySupport protocol-relative URLs
2012-07-10  Andrew Dolgovdo not perform sanity checks on each backend request
2012-07-10  Andrew Dolgovsanity_check: fix typo
2012-07-09  Andrew Dolgovsplit related title to separate define _NGRAM_TITLE_REL...
2012-07-09  Andrew Dolgovexperimental article attachment ui based on dijit dropdown
2012-07-09  Andrew Dolgovfix getLabelUnread (refs #464)
2012-07-09  Andrew Dolgovimplement showing related articles in 3panel mode when...
2012-07-09  Andrew Dolgovimplement proof of concept postgresql pg_trgm N-gram...
2012-07-09  Andrew Dolgovremove COUNTERS_MAX_AGE, add some optimization for...
2012-07-06  Andrew Dolgovremove memcached stuff
2012-06-30  Andrew Dolgovuse Uncategorized coalesce in a few more places
2012-06-22  Andrew DolgovMerge pull request #19 from plaidfluff/7e454e815dd67f0a...
2012-06-20  Andrew Dolgovautomatically add active article title in create filter...
2012-06-14  Andrew DolgovNew class to differentiate post title & tags
2012-06-07  Andrew Dolgovprevent session modification in public/share
2012-06-06  Andrew Dolgovupdate de_DE translation
2012-06-05  Andrew DolgovRevert "remove htmlpurifier"
2012-06-03  Andrew Dolgovrevert to previous catchup behaviour on reverse headlin...
2012-06-03  Andrew Dolgovexperimental tweak to not mark articles newer than...
2012-05-31  Andrew Dolgovremove htmlpurifier
2012-05-31  Andrew Dolgovremove Archived articles from Uncategorized view
2012-05-24  Andrew Dolgovproperly update favicon_last_checked
2012-05-24  Andrew Dolgovexpire files in cache/export
2012-05-24  Andrew Dolgovrate-limit requests for favicons when not present to...
2012-05-21  Andrew Dolgovrelease 1.5.11 1.5.11
2012-05-17  Andrew DolgovRevert "get favicon from icon atom feeds & search for...
2012-05-17  Andrew Dolgovfix warning when entry content is used as array unneces...
2012-05-17  Andrew Dolgovrework initial sanity check to report all found errors
2012-05-15  Andrew Dolgovget favicon from icon atom feeds & search for icons...
2012-05-05  Andrew Dolgovapply patch from gmargo to differentiate between manual...
2012-04-09  Andrew Dolgovdisable internal magpie/simplepie cache for manual...
2012-04-04  Andrew Dolgovfix csrf_token for single user mode
2012-04-01  Andrew Dolgovallow manual updates for feeds with disabled automatic...
2012-03-29  Andrew Dolgovchange ON_CATCHUP_SHOW_NEXT_FEED helptext, bump schema
2012-03-29  Andrew Dolgovadd patch by gmargo to improve favicon detection by...
2012-03-20  Andrew Dolgovset csrf and access_level in single user mode session
2012-03-19  Andrew Dolgovadd sanity check for hash() function
2012-03-12  Andrew Dolgovupdate translations; merge new stuff from Transifex
2012-03-11  Andrew Dolgovrewrite_relative_url: add theoretical fix for magnet...
2012-03-08  Andrew DolgovAPI: add order_id to getFeeds
2012-03-08  Andrew DolgovAPI: add order_id to getCategories; add feed_title...
2012-03-05  Andrew Dolgovpref-feeds: apply patch by gmargo@forum to show/hide...
2012-02-24  Andrew Dolgovexpire_cached_files: check for glob() returning false
2012-02-21  Andrew Dolgovrelease 1.5.10 1.5.10
2012-02-21  Andrew Dolgovproperly handle invalid regular expressions supplied...
2012-02-21  Andrew Dolgovfix various tags being stuck because of invalid HTML...
2012-02-17  Andrew Dolgovsanity check: prevent running tt-rss as root
2012-02-13  Andrew Dolgovfix customize CSS dialog disappearing newlines
2012-02-02  Andrew Dolgovrewrite_urls: try to workaround against some weird...
2012-01-31  Andrew Dolgovuse local TZ in digest header
2012-01-31  Andrew Dolgovimplement digestTest back
2012-01-31  Andrew Dolgovtry to send digests within 2 hours of preferred time...
2012-01-30  Andrew Dolgovupdate translations
2012-01-30  Andrew Dolgovimplement preferred time for sending out digests
2012-01-27  Andrew Dolgovauthenticate_user: check for missing login when selecti...
2012-01-26  Andrew Dolgovallow subscribing to twitter feeds without oauth (if...
2012-01-26  Andrew Dolgovfetch_twitter_rss: include magpie libraries
2012-01-25  Andrew Dolgovgo back to previous make_password()
2012-01-23  Andrew Dolgovadd get_random_bytes() in case openssl_random_pseudo_by...
2012-01-22  Andrew Dolgovfix login before updating to schema 88
2012-01-22  Andrew Dolgovimprove password storage (use sha256 and long random...
2012-01-21  Andrew Dolgovrelease 1.5.9 1.5.9
next