summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-09wip: filter async testingAndrew Dolgov
2015-09-07add edit feed to feed header context menu in grouped modeAndrew Dolgov
2015-09-03update previousAndrew Dolgov
2015-09-03Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2015-09-03fix catching up for grouped feedsAndrew Dolgov
2015-08-23Merge branch 'fix-encl-img-attrs' into 'master' Andrew Dolgov
Fixed height/width image attributes for enclosures. Per <https://tt-rss.org/forum/viewtopic.php?f=1&t=3482>: Width/height values for images appear to be swapped when rendering enclosures. This fixes that so width is assigned width, etc. See merge request !12
2015-08-23Fixed height/width image attributes for enclosures.JustAMacUser
2015-08-21hurr-durr (2)Andrew Dolgov
2015-08-21Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2015-08-21hurr-durrAndrew Dolgov
2015-08-21remove SESSION_CHECK_ADDRESSAndrew Dolgov
2015-08-18Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2015-08-18shorten previous a bitAndrew Dolgov
2015-08-18Prevent concatenating words for full text search indexSkibbi
2015-08-17Merge branch 'italian_translation' into 'master' Andrew Dolgov
Updated italian translation - fixed a mistranslation (thanks to hrk ) - rewrote a string related to bayesian filter See merge request !10
2015-08-17Updated italian translationdedioste
- fixed a mistranslation (thanks to hrk ) - rewrote a string related to bayesian filter
2015-08-17make disabled filter rules easier to discernAndrew Dolgov
show if filter set match_any_rule on the overview
2015-08-17Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2015-08-17curl: let's verify ssl peersAndrew Dolgov
2015-08-16Merge branch 'keep-cached-images-fresh' into 'master' Andrew Dolgov
Keep local cached images fresh if file exists. Updates the cache_images() function to `touch` images if the file exists already. Some sites (e.g. news) re-use stock images and this change updates the local file's modified time every time the image is referenced in new articles. This should prevent the local file from being expired/deleted only to be re-cached later on. See merge request !9
2015-08-16Merge branch 'italian_translation' into 'master' Andrew Dolgov
Updated italian translation - 4 new strings translated See merge request !8
2015-08-16Merge branch 'french_translation' into 'master' Andrew Dolgov
French translation update (2 new strings) See merge request !7
2015-08-16Keep local cached images fresh if file exists.JustAMacUser
Updates the cache_images() function to `touch` images if the file exists already. Some sites (e.g. news) re-use stock images and this change updates the local file's modified time every time the image is referenced in new articles. This should prevent the local file from being expired/deleted only to be re-cached later on.
2015-08-15Updated italian translationdedioste
- 4 new strings translated
2015-08-15French translation update (2 new strings)Raphaƫl Rochet
2015-08-15Merge branch 'enclosures-render-patch' into 'master' Andrew Dolgov
Unset $retval after HOOK_FORMAT_ENCLOSURES. Fixes an edge case where changing the array of enclosures with HOOK_FORMAT_ENCLOSURES might break the dropdown rendering if HOOK_RENDER_ENCLOSURE has no registered hooks. See merge request !6
2015-08-14Unset $retval after HOOK_FORMAT_ENCLOSURES.JustAMacUser
Fixes an edge case where changing the array of enclosures with HOOK_FORMAT_ENCLOSURES might break the dropdown rendering if HOOK_RENDER_ENCLOSURE has no registered hooks.
2015-08-14search_to_sql: trim() inputAndrew Dolgov
2015-08-14af_comics: add pvponlineAndrew Dolgov
2015-08-13Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2015-08-13a:focus != a:hoverAndrew Dolgov
2015-08-13various minor style updates, add danger buttonsAndrew Dolgov
2015-08-13remove some list backgroundsAndrew Dolgov
2015-08-13Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2015-08-13fix some remaining old-style viewfeed() callsAndrew Dolgov
2015-08-12Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2015-08-12installer: use dijit stylesAndrew Dolgov
2015-08-12Merge branch 'german-translation' into 'master' Andrew Dolgov
protect .htaccess and config.php against accessing by strangers Currently .htaccess and config.php can be accessed from strangers via http so I modified the .htaccess file to make sure they are not accessible via http. See merge request !4
2015-08-12protect .htaccess and config.php against accessing by strangersHeiko Adams
2015-08-12fetch_file_contents: use http/1.1 when not using curlAndrew Dolgov
2015-08-12feedtree: don't hide feeds with errorsAndrew Dolgov
2015-08-12Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2015-08-12tabbed feed editorAndrew Dolgov
2015-08-12combine user edit & user detailsAndrew Dolgov
2015-08-12Merge branch 'german-translation' into 'master' Andrew Dolgov
update german translation See merge request !3
2015-08-12update german translationHeiko Adams
2015-08-12fix readonly/disabled textbox stylesAndrew Dolgov
2015-08-12remove num_articles from main pref_users queryAndrew Dolgov
2015-08-12dijit style updatesAndrew Dolgov
2015-08-12pref-feeds: check for inactive feeds asynchronouslyAndrew Dolgov