summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-08-14rebase translationsAndrew Dolgov
2014-08-14mention english language name for ArabicAndrew Dolgov
2014-08-14Merge branch 'master' of git://github.com/asalthobaity/Tiny-Tiny-RSS into ↵Andrew Dolgov
asalthobaity-master
2014-08-14Arabic translationasalthobaity
Revised Arabic translation and inclusion of locale in get_translations()
2014-08-13Arabic translationasalthobaity
An Arabic translation of tt-rss v1.12
2014-08-12add af_comics_darklegacyAndrew Dolgov
2014-08-12stored http error text in curl modeAndrew Dolgov
2014-08-12update stored article after filter has finished processing to prevent ↵Andrew Dolgov
plugins from reverting changes of earlier invoked plugins (experimental)
2014-08-11assign stored content-insert height/width in switchPanelMode(); reset stored ↵Andrew Dolgov
sizes on widescreen switch
2014-08-08af_fsckportal: remove unused variablesAndrew Dolgov
2014-08-08af_comics_gocomics: fix indentingAndrew Dolgov
2014-08-07Merge pull request #395 from mcbyte-it/patch-1Andrew Dolgov
fix zoomed version
2014-08-06fix zoomed versionmcbyte-it
Fixed the gocomics filter to get the zoomed version of the comic
2014-08-06mail plugin: fix typoAndrew Dolgov
2014-08-06mail plugin: use system from addressAndrew Dolgov
2014-08-01reinstate wrongfully renamed archived feed; properly fix prefs filtertree ↵Andrew Dolgov
labels for all feeds (ff5cc7d7)
2014-07-27css fixes as reported by pull 394Andrew Dolgov
2014-07-26minor spacer/whiteBox appearance tweaksAndrew Dolgov
2014-07-26always create headline-spacer on lazy loadAndrew Dolgov
2014-07-25adjust scroll amount to trigger auto-opening next unread feedAndrew Dolgov
2014-07-25minor style tweaks for whiteBox and headlines-spacer (2)Andrew Dolgov
2014-07-25minor style tweaks for whiteBox and headlines-spacerAndrew Dolgov
2014-07-25add a link to headlines-spacer to open next unread feedAndrew Dolgov
2014-07-25another implementation of pull 386 (show next when finished reading) (2)Andrew Dolgov
2014-07-25another implementation of pull 386 (show next when finished reading)Andrew Dolgov
2014-07-25Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSSAndrew Dolgov
2014-07-25Revert "scroll to end to show next feed or category"Andrew Dolgov
This reverts commit 86f32020f6a06af52eb226bf95c6515cb2537663.
2014-07-22Merge pull request #392 from Trottel/patch-1Andrew Dolgov
Update messages.po
2014-07-22Update messages.poTrottel
2014-07-20Merge pull request #391 from HeikoAdams/masterAndrew Dolgov
updated german translation
2014-07-20updated german translationHeiko Adams
2014-07-20release 1.13Andrew Dolgov
2014-07-17rebase translationsAndrew Dolgov
2014-07-17fix sharebyurl identifying articles by link instead of special synthesized ↵Andrew Dolgov
guid which caused feed entries overwriting shared entries if their link matched
2014-07-16Merge branch 'tribut-enclosure-size'Andrew Dolgov
2014-07-15Add width/height attribute to image enclosuresFelix Eckhofer
2014-07-15Store size of enclosure to databaseFelix Eckhofer
2014-07-15Update schema for size support of enclosuresFelix Eckhofer
2014-07-07Merge pull request #388 from dzaikos/fix-curl-head-request-methodAndrew Dolgov
Fixed geturl() function to ensure HEAD request method is used.
2014-07-02mail plugin: destination dropdown css fixAndrew Dolgov
2014-07-02mail plugin: cleanup disabled completion, add configurable destination email ↵Andrew Dolgov
list
2014-07-02mailto plugin: only mail unique articlesAndrew Dolgov
2014-07-02mail plugin: only mail unique articlesAndrew Dolgov
2014-06-28Merge pull request #386 from wolfgangasdf/masterAndrew Dolgov
After scrolling over all articles, show next feed or category automatically
2014-06-28scroll to end to show next feed or categorywolle
only if cmd_auto_catchup and on_catchup_show_next_feed set
2014-06-27Merge pull request #385 from dzaikos/cache-image-size-2Andrew Dolgov
Cache image size (take 2)
2014-06-26Updated cache_images() to use _MIN_CACHE_IMAGE_SIZE constant when checking ↵Dave Zaikos
file size. New constant is defined upon including rssfuncs.php if not already defined.
2014-06-26Merge pull request #382 from dzaikos/ios-inertial-scrollingAndrew Dolgov
Enable inertial scrolling for iOS devices.
2014-06-25Added webkit-specific overflow scrolling for iOS devices to allow for ↵Dave Zaikos
inertial scrolling.
2014-06-22Added curl CURLOPT_NOBODY option in geturl function to ensure the HEAD ↵Dave Zaikos
method is used when resolving permanent/temporary URL moves.