Commit Graph

7908 Commits (8f2268dd5e45da32a9d1cff1e8781fd840c1043e)
 

Author SHA1 Message Date
Andrew Dolgov 2606a4e3ae Merge branch 'fix-encl-img-attrs' into 'master'
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
9 years ago
JustAMacUser 08e79cb6b9 Fixed height/width image attributes for enclosures. 9 years ago
Andrew Dolgov c7ce438e7b hurr-durr (2) 9 years ago
Andrew Dolgov 48b23e500e Merge branch 'master' of git.fakecake.org:tt-rss 9 years ago
Andrew Dolgov b95c1e3ced hurr-durr 9 years ago
Heiko Adams 635ecdb9fa Fix missing SESSION_CHECK_ADDRESS in config 9 years ago
Andrew Dolgov f5e66c439e remove SESSION_CHECK_ADDRESS 9 years ago
Andrew Dolgov ca36d4bcc1 Merge branch 'master' of git.tt-rss.org:fox/tt-rss 9 years ago
Andrew Dolgov 978989bb7b shorten previous a bit 9 years ago
Skibbi e22e0d686c Prevent concatenating words for full text search index 9 years ago
Andrew Dolgov 61eeae8006 Merge branch 'italian_translation' into 'master'
Updated italian translation

- fixed a mistranslation (thanks to hrk )
- rewrote a string related to bayesian filter

See merge request !10
9 years ago
dedioste 017e702469 Updated italian translation
- fixed a mistranslation (thanks to hrk )
- rewrote a string related to bayesian filter
9 years ago
Andrew Dolgov e17079dcef make disabled filter rules easier to discern
show if filter set match_any_rule on the overview
9 years ago
Andrew Dolgov 961cae85a4 Merge branch 'master' of git.fakecake.org:tt-rss 9 years ago
Andrew Dolgov d5eaaa0508 curl: let's verify ssl peers 9 years ago
Andrew Dolgov 18433c6c18 Merge branch 'keep-cached-images-fresh' into 'master'
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
9 years ago
Andrew Dolgov abb2ead416 Merge branch 'italian_translation' into 'master'
Updated italian translation

- 4 new strings translated

See merge request !8
9 years ago
Andrew Dolgov da96ad50b6 Merge branch 'french_translation' into 'master'
French translation update (2 new strings)



See merge request !7
9 years ago
JustAMacUser 4a27966e78 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.
9 years ago
dedioste 87992f22e6 Updated italian translation
- 4 new strings translated
9 years ago
Raphaël Rochet 45b208dc39 French translation update (2 new strings) 9 years ago
Andrew Dolgov 98b0729850 Merge branch 'enclosures-render-patch' into 'master'
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
9 years ago
JustAMacUser 8493163576 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.
9 years ago
Andrew Dolgov 28539f6aaf search_to_sql: trim() input 9 years ago
Andrew Dolgov 610914d4d6 af_comics: add pvponline 9 years ago
Andrew Dolgov 67fc7ba6e3 Merge branch 'master' of git.fakecake.org:tt-rss 9 years ago
Andrew Dolgov fadc8de5d8 a:focus != a:hover 9 years ago
Andrew Dolgov 73dfda1da6 various minor style updates, add danger buttons 9 years ago
Andrew Dolgov 8b8820e524 remove some list backgrounds 9 years ago
Andrew Dolgov 5e11d53429 Merge branch 'master' of git.fakecake.org:tt-rss 9 years ago
Andrew Dolgov dcbe36b2a2 fix some remaining old-style viewfeed() calls 9 years ago
Andrew Dolgov 2b925f3216 Merge branch 'master' of git.fakecake.org:tt-rss 9 years ago
Andrew Dolgov 9044e2e062 installer: use dijit styles 9 years ago
Andrew Dolgov ecbd467e64 Merge branch 'german-translation' into 'master'
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
9 years ago
Heiko Adams 4a02c2fd56 protect .htaccess and config.php against accessing by strangers 9 years ago
Andrew Dolgov 45913edda0 fetch_file_contents: use http/1.1 when not using curl 9 years ago
Andrew Dolgov 9109e171ee feedtree: don't hide feeds with errors 9 years ago
Andrew Dolgov 1707a768ea Merge branch 'master' of git.tt-rss.org:fox/tt-rss 9 years ago
Andrew Dolgov d98779972d tabbed feed editor 9 years ago
Andrew Dolgov bf9cc9ad95 combine user edit & user details 9 years ago
Andrew Dolgov 9df613d9ae Merge branch 'german-translation' into 'master'
update german translation



See merge request !3
9 years ago
Heiko Adams 132e134bd1 update german translation 9 years ago
Andrew Dolgov e2e095233f fix readonly/disabled textbox styles 9 years ago
Andrew Dolgov f232aa5a34 remove num_articles from main pref_users query 9 years ago
Andrew Dolgov 0acc1ed76e dijit style updates 9 years ago
Andrew Dolgov f9c1f8b0d4 pref-feeds: check for inactive feeds asynchronously 9 years ago
Andrew Dolgov 1edff0d439 user manager: show stored feeds/articles 9 years ago
Andrew Dolgov f76d2435b9 Merge branch 'master' of git.fakecake.org:tt-rss 9 years ago
Andrew Dolgov 6b0a17ad8b viewfeed: switch to hash-based arguments
viewfeed: remove (obsolete) method parameter
add shortcut to debug viewfeed() query
9 years ago
Andrew Dolgov 974b55c8c2 rebase translations 9 years ago