summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-05use text-overflow in floatingTitleAndrew Dolgov
2013-06-05limit floatingTitle widthAndrew Dolgov
2013-06-05add experimental floating title when scrolling long articles in combined modeAndrew Dolgov
2013-06-05opml: fix filter parameters inverse and title not being properly imported ↵Andrew Dolgov
from OPML
2013-06-05support custom order in generated feeds (closes #709)Andrew Dolgov
2013-06-05nsfw: fix wrong delimiter when expanding tag_cacheAndrew Dolgov
2013-06-04hide warning when checking for tt-rss tables if tables are not presentAndrew Dolgov
2013-06-04fix nsfw pluginAndrew Dolgov
2013-06-03properly handle per-feed hide_images setting in three panel mode (closes #706)Andrew Dolgov
2013-06-01Merge pull request #216 from PerryWerneck/masterAndrew Dolgov
Changing mimetype reported by errors.php?mode=js to avoi proxy problems.
2013-06-01do not unlink lockfiles (closes #703)Andrew Dolgov
2013-06-01support dc:date elements in rss and atom feedsAndrew Dolgov
2013-05-31Changing error.php?mode=js from text/plain to text/javascript Perry Werneck
Changing the js mimetype to text/javascript to avoid problems with some proxy configurations.
2013-05-31format_tags_string: fix typoAndrew Dolgov
2013-05-31Merge pull request #214 from JB1tz/masterAndrew Dolgov
Fix mysqli connection error debugging
2013-05-31make uncombined read headlines list more readableAndrew Dolgov
2013-05-31sphinx: type cast port to integerAndrew Dolgov
2013-05-30mysqli: We are using procedural mysqli so use mysqli_connect_error() instead ↵Jonathan Bither
of mysqli_error()
2013-05-30switch AUTO_ASSIGN_LABELS to off by default (bump schema)Andrew Dolgov
2013-05-30Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-05-30update config checks for SMTP_SECUREAndrew Dolgov
2013-05-30Revert "added a personalized email template. if the file:"Andrew Dolgov
This reverts commit f766373271b4d388597f95ef2a55d028fcbca8f1.
2013-05-30Merge branch 'master' of git://github.com/justauserx/Tiny-Tiny-RSS into ↵Andrew Dolgov
justauserx-master
2013-05-29Merge pull request #213 from badziew/patch-1Andrew Dolgov
bugfix: DB_PORT was not used in one of db_connect calls
2013-05-30bugfix: DB_PORT was not used in one of db_connect callsKrzysztof Sikorski
2013-05-29added a personalized email template. if the file:justauser
my_email_article_template.txt exists it will be used, otherwise the default will be used
2013-05-29add af_whompAndrew 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-29Merge pull request #211 from PerryWerneck/masterAndrew Dolgov
Updatings pt-BR translation
2013-05-29fix wrong article context menu item toggle marked (should be toggle starred)Andrew Dolgov
2013-05-29changed the preg_split to explode per fox. fixed the template tojustauser
have a block for note and only include if there is a note
2013-05-29Merge branch 'master' into jremotejustauser
latest master checkins
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-29daemon: add sigterm handler for masterAndrew Dolgov
2013-05-29fix file_is_lockedAndrew Dolgov
2013-05-28Updating translation.Perry Werneck
2013-05-28Merge pull request #207 from gitawego/patch-4Andrew Dolgov
@FIXED dijit modules aren't cached even all the js files are compressed
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.
2013-05-29installer: use mysqli_error when using mysqli (closes #696)Andrew Dolgov
2013-05-29Revert "@FIXED dijit modules aren't cached even all the js files are compressed"Andrew Dolgov
This reverts commit 4f70f13f268ef674a3e47b794b708c1178d8a31f.
2013-05-29Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2013-05-28Merge pull request #205 from gitawego/patch-3Andrew Dolgov
@FIXED dijit modules aren't cached even all the js files are compressed
2013-05-28@FIXED dijit modules aren't cached even all the js files are compressedgitawego
2013-05-28Merge branch 'master' into jremotejustauser
update working to master
2013-05-28schema: fix reinitialization not working for older databasesAndrew Dolgov
2013-05-28file_is_locked: check if file exists before trying to flock itAndrew Dolgov
2013-05-27moveToPost: check for current article element existing before getting its ↵Andrew Dolgov
position info (closes #695)
2013-05-27Added the note text to the body of the email sending articlesjustauser