summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2013-07-14add a sanity check for system sphinx client which conflicts with the bundled oneAndrew Dolgov
2013-07-14Revert "do not include sphinxclient if the class already exists"Andrew Dolgov
This reverts commit 63edc5c6315ca75305d497987e2d33385d6d30d6.
2013-07-14do not include sphinxclient if the class already existsAndrew Dolgov
2013-07-14Revert "add temporary hack to store original unhashed guid into ↵Andrew Dolgov
cached_content for debugging" This reverts commit 8096e309a5138d47af0314059fdca59f17c42659.
2013-07-14Merge pull request #263 from yak1ex/messages_in_plural_form_in_jsAndrew Dolgov
Create message table entries for plural forms and lookup them in JS.
2013-07-13Change default SELF_URL_PATH for RFC 2602Frederik Holden
2013-07-13Create table entries for plural forms and lookup them.Yak!
2013-07-11zoomed article: support opening attachmentsAndrew Dolgov
2013-07-11add temporary hack to store original unhashed guid into cached_content for ↵Andrew Dolgov
debugging
2013-07-11share: indicate whether article is shared or not using the iconAndrew Dolgov
2013-07-11add plugin to show all shared articlesAndrew Dolgov
2013-07-10geturl: limit amount of redirectsAndrew Dolgov
2013-07-10remove unused cached_contentAndrew Dolgov
2013-07-10Merge branch 'hookhead' of git://github.com/justauserx/Tiny-Tiny-RSS into ↵Andrew Dolgov
justauserx-hookhead
2013-07-10integrate silk icons by Mark JamesAndrew Dolgov
2013-07-07Merge branch 'master' into hookheadjustauser
Conflicts: include/functions.php changes for conflicts with master
2013-07-07Merge branch 'master' of http://github.com/gothfox/Tiny-Tiny-RSSjustauser
updating from github]
2013-07-07changes to add hook_query_headlinesjustauser
2013-07-07rewrite_relative_url: don't touch stuff which has sheme in it (closes #738)Andrew Dolgov
2013-07-06better error reporting in session validationAndrew Dolgov
2013-07-05Filter test from web interface now replicates behaviour from pull #167Joakim
2013-06-27Merge remote-tracking branch 'origin' into hookheadjustauser
Conflicts: classes/feeds.php fix for merging up to the origin
2013-06-27Changes to add a new hook: HOOK_QUERY_HEADLINES. An example is provided.justauser
2013-06-26Fix version in preferences footercraywolf
2013-06-25login page: remove versionAndrew Dolgov
2013-06-25do not catchup newly subscribed feedsAndrew Dolgov
2013-06-25fix 2week catchup parameterAndrew Dolgov
2013-06-20add rel=noreferrer to article linksAndrew Dolgov
2013-06-18Merge pull request #227 from whyparkc/masterAndrew Dolgov
Pull request for localization for Korean
2013-06-16Merge pull request #226 from mhaley/patches-no-preloadAndrew Dolgov
Don't preload audio attachments.
2013-06-15do no try to pass MS icon files to GDAndrew Dolgov
2013-06-14colorPalette: try checking imagesize before invoking GDAndrew Dolgov
2013-06-14adding Korean in the language listwhyparkc
2013-06-13Don't preload audio attachments.Matt Haley
2013-06-13fix crash on feedlist collapse, do not use _COLLAPSED_FEEDLIST prefAndrew Dolgov
2013-06-12release 1.8Andrew Dolgov
2013-06-11make_lockfile: don't do inode checking on windowsAndrew Dolgov
2013-06-07make_lockfile: check ino and dev fields for lock file (refs #703)Andrew Dolgov
2013-06-06Fix automatic language detection for registered usersLuc Didry
If you do not choose a language, the db pref record for your language is an empty string, but if you choose "automatic detection" and save your prefs, it's "auto". "auto" in startup_gettext function prevents ttrss to choose the appropriate language.
2013-06-03properly handle per-feed hide_images setting in three panel mode (closes #706)Andrew Dolgov
2013-05-31format_tags_string: fix typoAndrew Dolgov
2013-05-31sphinx: type cast port to integerAndrew Dolgov
2013-05-30switch AUTO_ASSIGN_LABELS to off by default (bump schema)Andrew Dolgov
2013-05-30update config checks for SMTP_SECUREAndrew Dolgov
2013-05-29Merge pull request #212 from hoelzro/masterAndrew Dolgov
Fix self-signed certificate issue (issue 698)
2013-05-29Don't verify SSL peers in geturlRob Hoelz
2013-05-29Pass error code along if geturl failsRob Hoelz
2013-05-29add startup_gettext() calls to several endpoints for unregistered users so ↵Andrew Dolgov
the output would be translated based on accept-language header
2013-05-29fix file_is_lockedAndrew Dolgov
2013-05-28@FIXED dijit modules aren't cached even all the js files are compressedgitawego
@CHANGED use require to load all the dependencies @FIXED dojo.parser isn't loaded in cached mode, it has to be loaded via require.