summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2014-04-06bump schema version to fix resetpass_token created as a wrong type in 124Andrew Dolgov
2014-04-02expand filtertree display to make filters easier to distinguishAndrew Dolgov
2014-03-21add pt_PT languageAndrew Dolgov
2014-03-21Revert "Update functions.php"Andrew Dolgov
This reverts commit d8cdb08f787b56190fd16ab581dee8bfe11fb360.
2014-03-21Update functions.phpDuarte Velez Grilo
Added new entry for pt_PT as requested. Thanks!
2014-03-21release 1.12Andrew Dolgov
2014-03-14make_init_params: add pluginsAndrew Dolgov
2014-03-14make_init_params: add themeAndrew Dolgov
2014-03-14make_init_params: add some additional information useful for reportingAndrew Dolgov
2014-03-14deactivated FeedParser re-use as it is not multiuser safeRoland Angerer
different users may have different fetch feed and feed fetched hooks
2014-03-14fixed feed caching logic for multiuser scenarioRoland Angerer
only vanilla feed data may be cached as every user may have different fetched feed hooks to apply
2014-03-13disable headlines grouping for recently read vfeedAndrew Dolgov
2014-03-10start_ts for feeds: use date_entered for consistencyAndrew Dolgov
2014-03-09generated feeds, add ts= (strtotime) start timestampAndrew Dolgov
2014-03-09schema: add resetpass_token (bump schema)Andrew Dolgov
2014-03-06fix for article language breaking sql insertAndrew Dolgov
2014-03-05Revert "get_feeds_from_html: add rel='alternate feed'"Andrew Dolgov
This reverts commit 526e1d80be3fe843798c4e26964e10e25a48ae7a.
2014-03-05get_feeds_from_html: add rel='alternate feed'Andrew Dolgov
2014-03-05sanity_check: ERRORS was not imported from global scopeAndrew Dolgov
2014-03-05split functions php into two parts because syntastic is too slowAndrew Dolgov
get_feeds_from_html: stricter feed detection based on whatwg guidelines
2014-02-19Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2014-02-19remove some unused code reported by phpmdAndrew Dolgov
2014-02-19rssfuncs: remove unused variablesAndrew Dolgov
2014-02-12Add Traditional Chinese Option元兒~
2014-02-10af_comics: add happyjarAndrew Dolgov
2014-02-02revert max ui feed title length, tweak truncate_string a bitAndrew Dolgov
2014-01-28load stylesheets/scripts using helper functions in a few more placesAndrew Dolgov
2014-01-28move Zoom stylesheet to a separate fileAndrew Dolgov
update stylesheet/javascript tag helpers to return output instead of printing it
2014-01-22sanitize: reinstate rel=noreferrer on article linksAndrew Dolgov
2014-01-17increase randomness of shared url keys a bitAndrew Dolgov
2014-01-11Fixed get_ssl_certificate_idGeorg Göri
Fixed in a way that it also retrieves client certificates as they are supplied by Apache
2013-12-24remove unnecessary wrapping from share uniqid() keysAndrew Dolgov
2013-12-18Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-12-18release 1.11Andrew Dolgov
2013-12-18rssfuncs: fix typoAndrew Dolgov
2013-12-18when checking feeds to update, respect only default update setting stored in ↵Andrew Dolgov
default profile
2013-12-08Added Turkish translationakapar
Modified functions.php to include Turkish language
2013-11-29queryFeedHeadlines: remove obsolete content_previewAndrew Dolgov
2013-11-16fix catchup older than X for labels categoryAndrew Dolgov
2013-11-14search to sql: use str_getcsv instead of explode to support quoted long ↵Andrew Dolgov
string tokens
2013-11-13add workaround for languagedetect idiotic shit of some kindAndrew Dolgov
2013-11-12getFeedArticles(): Use valid query to get count of matching articles.Robert Wetzlmayr
2013-11-11pubsubhubbub: use atom rel=self link (when available) when subscribingAndrew Dolgov
to push-enabled feeds
2013-10-29report all libxml errors in updater debug outputAndrew Dolgov
force utf8 encoding if devforceupdate is on parser: try to convert non-unicode feeds with specified encoding to utf8 before trying to remove dangling utf8 characters in case of utf8-related libxml errors because doing so produces garbage content
2013-10-25daemon: cache parser object while processing a batch of feeds withsame url ↵Andrew Dolgov
on first success
2013-10-23only try to set fucking cookie jar if open_basedir restriction is not in effectAndrew Dolgov
2013-10-15Add missing translations in SINGLE_USER_MODEaedrin
In SINGLE_USER_MODE, some strings were untranslated. For instance "Loading, please wait..." and all strings in the "Actions" Menu ("Preferences...", "Search..." and so on)
2013-10-09Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-10-09add experimental hack to speed up ccache category calculationAndrew Dolgov
2013-10-08do not try to load user plugins on schema < 100Andrew Dolgov