summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-08don't init plugins when loading everything to make a list, duhAndrew Dolgov
2015-10-08queryFeedHeadlines: int_id was not included when browsing by tag which broke ↵Andrew Dolgov
several button plugins
2015-10-07headlines_callback2: force prevent duplicate row idsAndrew Dolgov
2015-10-06limit maximum article length allowed for readabilityAndrew Dolgov
2015-09-26rpc, setpref: properly save settings to active profileAndrew Dolgov
2015-09-21add date suffixes to opml & import_export generated filesAndrew Dolgov
2015-09-21af_comics: fix for whompAndrew Dolgov
2015-09-15disable filter test result highlighting for the time beingAndrew Dolgov
2015-09-15queryfeedheadlines: remove disable_offsets hackAndrew Dolgov
2015-09-13recently read: limit query by last_readAndrew Dolgov
2015-09-11filter preview: remove unnecessary checkboxAndrew Dolgov
2015-09-11tweak filter preview layout a bit; allow previewing matched articles in a popupAndrew Dolgov
2015-09-09fix testing in create filter dialog, woopsAndrew Dolgov
2015-09-09mostly implement async filter test dialogAndrew Dolgov
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