]> git.wh0rd.org - tt-rss.git/log
tt-rss.git
8 years agoMerge branch 'french_translation' into 'master'
Andrew Dolgov [Sun, 16 Aug 2015 06:40:11 +0000 (09:40 +0300)] 
Merge branch 'french_translation' into 'master'

French translation update (2 new strings)

See merge request !7

8 years agoKeep local cached images fresh if file exists.
JustAMacUser [Fri, 14 Aug 2015 23:49:41 +0000 (19:49 -0400)] 
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.

8 years agoUpdated italian translation
dedioste [Sat, 15 Aug 2015 17:16:48 +0000 (19:16 +0200)] 
Updated italian translation

- 4 new strings translated

8 years agoFrench translation update (2 new strings)
Raphaël Rochet [Sat, 15 Aug 2015 16:38:07 +0000 (18:38 +0200)] 
French translation update (2 new strings)

8 years agoMerge branch 'enclosures-render-patch' into 'master'
Andrew Dolgov [Sat, 15 Aug 2015 06:35:11 +0000 (09:35 +0300)] 
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

8 years agoUnset $retval after HOOK_FORMAT_ENCLOSURES.
JustAMacUser [Fri, 14 Aug 2015 00:46:45 +0000 (20:46 -0400)] 
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.

8 years agosearch_to_sql: trim() input
Andrew Dolgov [Fri, 14 Aug 2015 07:31:29 +0000 (10:31 +0300)] 
search_to_sql: trim() input

8 years agoaf_comics: add pvponline
Andrew Dolgov [Fri, 14 Aug 2015 05:51:53 +0000 (08:51 +0300)] 
af_comics: add pvponline

8 years agoMerge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Thu, 13 Aug 2015 20:07:58 +0000 (23:07 +0300)] 
Merge branch 'master' of git.fakecake.org:tt-rss

8 years agoa:focus != a:hover
Andrew Dolgov [Thu, 13 Aug 2015 20:07:45 +0000 (23:07 +0300)] 
a:focus != a:hover

8 years agovarious minor style updates, add danger buttons
Andrew Dolgov [Thu, 13 Aug 2015 10:06:03 +0000 (13:06 +0300)] 
various minor style updates, add danger buttons

8 years agoremove some list backgrounds
Andrew Dolgov [Thu, 13 Aug 2015 09:30:06 +0000 (12:30 +0300)] 
remove some list backgrounds

8 years agoMerge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Thu, 13 Aug 2015 06:52:01 +0000 (09:52 +0300)] 
Merge branch 'master' of git.fakecake.org:tt-rss

8 years agofix some remaining old-style viewfeed() calls
Andrew Dolgov [Thu, 13 Aug 2015 06:51:39 +0000 (09:51 +0300)] 
fix some remaining old-style viewfeed() calls

8 years agoMerge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Wed, 12 Aug 2015 20:08:47 +0000 (23:08 +0300)] 
Merge branch 'master' of git.fakecake.org:tt-rss

8 years agoinstaller: use dijit styles
Andrew Dolgov [Wed, 12 Aug 2015 20:07:31 +0000 (23:07 +0300)] 
installer: use dijit styles

8 years agoMerge branch 'german-translation' into 'master'
Andrew Dolgov [Wed, 12 Aug 2015 19:18:10 +0000 (22:18 +0300)] 
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

8 years agoprotect .htaccess and config.php against accessing by strangers
Heiko Adams [Wed, 12 Aug 2015 19:09:35 +0000 (21:09 +0200)] 
protect .htaccess and config.php against accessing by strangers

8 years agofetch_file_contents: use http/1.1 when not using curl
Andrew Dolgov [Wed, 12 Aug 2015 18:51:02 +0000 (21:51 +0300)] 
fetch_file_contents: use http/1.1 when not using curl

8 years agofeedtree: don't hide feeds with errors
Andrew Dolgov [Wed, 12 Aug 2015 18:47:40 +0000 (21:47 +0300)] 
feedtree: don't hide feeds with errors

8 years agoMerge branch 'master' of git.tt-rss.org:fox/tt-rss
Andrew Dolgov [Wed, 12 Aug 2015 17:36:59 +0000 (20:36 +0300)] 
Merge branch 'master' of git.tt-rss.org:fox/tt-rss

8 years agotabbed feed editor
Andrew Dolgov [Wed, 12 Aug 2015 17:35:53 +0000 (20:35 +0300)] 
tabbed feed editor

8 years agocombine user edit & user details
Andrew Dolgov [Wed, 12 Aug 2015 17:19:38 +0000 (20:19 +0300)] 
combine user edit & user details

8 years agoMerge branch 'german-translation' into 'master'
Andrew Dolgov [Wed, 12 Aug 2015 16:53:54 +0000 (19:53 +0300)] 
Merge branch 'german-translation' into 'master'

update german translation

See merge request !3

8 years agoupdate german translation
Heiko Adams [Wed, 12 Aug 2015 16:21:43 +0000 (17:21 +0100)] 
update german translation

8 years agofix readonly/disabled textbox styles
Andrew Dolgov [Wed, 12 Aug 2015 15:27:21 +0000 (18:27 +0300)] 
fix readonly/disabled textbox styles

8 years agoremove num_articles from main pref_users query
Andrew Dolgov [Wed, 12 Aug 2015 15:24:16 +0000 (18:24 +0300)] 
remove num_articles from main pref_users query

8 years agodijit style updates
Andrew Dolgov [Wed, 12 Aug 2015 13:58:06 +0000 (16:58 +0300)] 
dijit style updates

8 years agopref-feeds: check for inactive feeds asynchronously
Andrew Dolgov [Wed, 12 Aug 2015 13:19:42 +0000 (16:19 +0300)] 
pref-feeds: check for inactive feeds asynchronously

8 years agouser manager: show stored feeds/articles
Andrew Dolgov [Wed, 12 Aug 2015 13:01:47 +0000 (16:01 +0300)] 
user manager: show stored feeds/articles

8 years agoMerge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Wed, 12 Aug 2015 11:09:55 +0000 (14:09 +0300)] 
Merge branch 'master' of git.fakecake.org:tt-rss

8 years agoviewfeed: switch to hash-based arguments
Andrew Dolgov [Wed, 12 Aug 2015 11:09:46 +0000 (14:09 +0300)] 
viewfeed: switch to hash-based arguments
viewfeed: remove (obsolete) method parameter
add shortcut to debug viewfeed() query

8 years agorebase translations
Andrew Dolgov [Wed, 12 Aug 2015 09:23:59 +0000 (12:23 +0300)] 
rebase translations

8 years agominor layout updates related to new alert styles
Andrew Dolgov [Wed, 12 Aug 2015 09:23:18 +0000 (12:23 +0300)] 
minor layout updates related to new alert styles

8 years agoaf_readability: add pluggable filter action
Andrew Dolgov [Wed, 12 Aug 2015 09:16:07 +0000 (12:16 +0300)] 
af_readability: add  pluggable filter action

8 years agodisplay lack of filter plugin actions properly
Andrew Dolgov [Wed, 12 Aug 2015 09:11:12 +0000 (12:11 +0300)] 
display lack of filter plugin actions properly

8 years agominor css updates
Andrew Dolgov [Wed, 12 Aug 2015 08:45:06 +0000 (11:45 +0300)] 
minor css updates

8 years agodijit dialog: adjust title padding
Andrew Dolgov [Wed, 12 Aug 2015 07:22:39 +0000 (10:22 +0300)] 
dijit dialog: adjust title padding

8 years agolimit recently read feed to 1 day of read headlines
Andrew Dolgov [Wed, 12 Aug 2015 07:02:46 +0000 (10:02 +0300)] 
limit recently read feed to 1 day of read headlines

8 years agominor css fixes
Andrew Dolgov [Wed, 12 Aug 2015 06:28:38 +0000 (09:28 +0300)] 
minor css fixes

8 years agoremove some unnecessary dropdownbutton margins
Andrew Dolgov [Wed, 12 Aug 2015 05:41:22 +0000 (08:41 +0300)] 
remove some unnecessary dropdownbutton margins

8 years agoMerge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Wed, 12 Aug 2015 05:29:23 +0000 (08:29 +0300)] 
Merge branch 'master' of git.fakecake.org:tt-rss

8 years agomove attachments back to cdm content
Andrew Dolgov [Wed, 12 Aug 2015 05:29:09 +0000 (08:29 +0300)] 
move attachments back to cdm content

8 years agoadd plugin-based filter actions (see example plugin in attic)
Andrew Dolgov [Tue, 11 Aug 2015 20:28:41 +0000 (23:28 +0300)] 
add plugin-based filter actions (see example plugin in attic)
bump schema

8 years agoadjust cpu_tuple to 0.5
Andrew Dolgov [Tue, 11 Aug 2015 17:28:04 +0000 (20:28 +0300)] 
adjust cpu_tuple to 0.5

8 years agopostgresql: adjust cpu_tuple (experimental)
Andrew Dolgov [Tue, 11 Aug 2015 17:04:54 +0000 (20:04 +0300)] 
postgresql: adjust cpu_tuple (experimental)

8 years agouse join between user_entries and entries table
Andrew Dolgov [Tue, 11 Aug 2015 17:04:38 +0000 (20:04 +0300)] 
use join between user_entries and entries table

8 years agofilter test dialog fixes for filters w/ many rules
Andrew Dolgov [Tue, 11 Aug 2015 16:13:08 +0000 (19:13 +0300)] 
filter test dialog fixes for filters w/ many rules

8 years agominor textarea fixes
Andrew Dolgov [Tue, 11 Aug 2015 15:44:07 +0000 (18:44 +0300)] 
minor textarea fixes

8 years agoupdate notice/error css classes
Andrew Dolgov [Tue, 11 Aug 2015 15:37:07 +0000 (18:37 +0300)] 
update notice/error css classes

8 years ago#selected_prompt: fix valign
Andrew Dolgov [Tue, 11 Aug 2015 15:23:11 +0000 (18:23 +0300)] 
#selected_prompt: fix valign

8 years agofix subtoolbar links lack of margin
Andrew Dolgov [Tue, 11 Aug 2015 15:19:04 +0000 (18:19 +0300)] 
fix subtoolbar links lack of margin

8 years agoadd styles for several other dijit elements (4)
Andrew Dolgov [Tue, 11 Aug 2015 14:01:43 +0000 (17:01 +0300)] 
add styles for several other dijit elements (4)

8 years agoadd styles for several other dijit elements (3)
Andrew Dolgov [Tue, 11 Aug 2015 13:46:01 +0000 (16:46 +0300)] 
add styles for several other dijit elements (3)

8 years agoadd styles for several other dijit elements (2)
Andrew Dolgov [Tue, 11 Aug 2015 13:43:47 +0000 (16:43 +0300)] 
add styles for several other dijit elements (2)

8 years agoadd styles for several other dijit elements
Andrew Dolgov [Tue, 11 Aug 2015 13:41:05 +0000 (16:41 +0300)] 
add styles for several other dijit elements

8 years agomove attachment dropdown to cdmFooter, use table styles for cdmFooter
Andrew Dolgov [Tue, 11 Aug 2015 12:29:27 +0000 (15:29 +0300)] 
move attachment dropdown to cdmFooter, use table styles for cdmFooter

8 years agoadd custom styles for .dijitDropDownButton
Andrew Dolgov [Tue, 11 Aug 2015 12:05:19 +0000 (15:05 +0300)] 
add custom styles for .dijitDropDownButton

8 years agouse dijit form widget for attachments dropdown
Andrew Dolgov [Tue, 11 Aug 2015 11:53:07 +0000 (14:53 +0300)] 
use dijit form widget for attachments dropdown

8 years agouse batch-based catching up in cdmExpandArticle() to reduce server load
Andrew Dolgov [Tue, 11 Aug 2015 09:25:11 +0000 (12:25 +0300)] 
use batch-based catching up in cdmExpandArticle() to reduce server load

8 years agoprevent cyclical scrolling in headlines if next offset requested by infscroll is...
Andrew Dolgov [Tue, 11 Aug 2015 09:00:08 +0000 (12:00 +0300)] 
prevent cyclical scrolling in headlines if next offset requested by infscroll is zero
a bunch of other related fixes

8 years agopartially revert previous because of navigation breakage in expanded mode, durrr
Andrew Dolgov [Tue, 11 Aug 2015 08:31:50 +0000 (11:31 +0300)] 
partially revert previous because of navigation breakage in expanded mode, durrr

8 years agounfuck catchupbatchedarticles a bit
Andrew Dolgov [Tue, 11 Aug 2015 07:12:22 +0000 (10:12 +0300)] 
unfuck catchupbatchedarticles a bit

8 years agoassorted fixes for keyboard navigation which hopefully don't break everything else
Andrew Dolgov [Tue, 11 Aug 2015 07:06:30 +0000 (10:06 +0300)] 
assorted fixes for keyboard navigation which hopefully don't break everything else

8 years agoqueryfeedheadlines: only use disable_offsets hack in expanded mode
Andrew Dolgov [Tue, 11 Aug 2015 06:19:47 +0000 (09:19 +0300)] 
queryfeedheadlines: only use disable_offsets hack in expanded mode

8 years agofix previous
Andrew Dolgov [Tue, 11 Aug 2015 06:12:57 +0000 (09:12 +0300)] 
fix previous

8 years agoMerge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Tue, 11 Aug 2015 06:05:39 +0000 (09:05 +0300)] 
Merge branch 'master' of git.fakecake.org:tt-rss

8 years agoinfscroll: preload articles a bit earlier
Andrew Dolgov [Tue, 11 Aug 2015 06:05:04 +0000 (09:05 +0300)] 
infscroll: preload articles a bit earlier

8 years agoaf_redditimgur: fix for gfycat
Andrew Dolgov [Mon, 10 Aug 2015 19:29:09 +0000 (22:29 +0300)] 
af_redditimgur: fix for gfycat

8 years agoupdate site_url (and title if needed) when changing feed_url in feed editor
Andrew Dolgov [Mon, 10 Aug 2015 12:14:38 +0000 (15:14 +0300)] 
update site_url (and title if needed) when changing feed_url in feed editor

8 years agoRevert "update: reenable first ref_id/id transaction"
Andrew Dolgov [Mon, 10 Aug 2015 10:15:37 +0000 (13:15 +0300)] 
Revert "update: reenable first ref_id/id transaction"

This reverts commit 14ce0e25043dfa70d87985a1d4fa06c1d3d1c8b4.

8 years agoupdate: reenable first ref_id/id transaction
Andrew Dolgov [Mon, 10 Aug 2015 09:29:27 +0000 (12:29 +0300)] 
update: reenable first ref_id/id transaction

8 years agofirst id query: add last_read for recently read feed
Andrew Dolgov [Mon, 10 Aug 2015 09:20:01 +0000 (12:20 +0300)] 
first id query: add last_read for recently read feed

8 years agoupdate_rss_feed: disable transactions for the time being
Andrew Dolgov [Mon, 10 Aug 2015 09:17:49 +0000 (12:17 +0300)] 
update_rss_feed: disable transactions for the time being

8 years agopurge_feed: remove obsolete postgresql queries
Andrew Dolgov [Thu, 6 Aug 2015 16:28:58 +0000 (19:28 +0300)] 
purge_feed: remove obsolete postgresql queries

8 years agogen-search-idx: more conservative batch handling
Andrew Dolgov [Wed, 5 Aug 2015 13:58:07 +0000 (16:58 +0300)] 
gen-search-idx: more conservative batch handling

8 years agodon't bother with topmost id if working with disabled offsets
Andrew Dolgov [Wed, 5 Aug 2015 13:23:27 +0000 (16:23 +0300)] 
don't bother with topmost id if working with disabled offsets

8 years agoexperimental: if using adaptive/unread mode w/ auto catchup don't calculate offsets...
Andrew Dolgov [Wed, 5 Aug 2015 07:13:30 +0000 (10:13 +0300)] 
experimental: if using adaptive/unread mode w/ auto catchup don't calculate offsets because we're only interested in top $limit headlines anyway

8 years agoadd a very obvious speed improvement to topmost_id calculation
Andrew Dolgov [Tue, 4 Aug 2015 17:38:43 +0000 (20:38 +0300)] 
add a very obvious speed improvement to topmost_id calculation

8 years agogen-search-idx: do not rely on offsets
Andrew Dolgov [Tue, 4 Aug 2015 11:36:39 +0000 (14:36 +0300)] 
gen-search-idx: do not rely on offsets

8 years agogen-search-idx: show how many entries are left
Andrew Dolgov [Tue, 4 Aug 2015 11:31:42 +0000 (14:31 +0300)] 
gen-search-idx: show how many entries are left

8 years agobump schema
Andrew Dolgov [Tue, 4 Aug 2015 10:56:31 +0000 (13:56 +0300)] 
bump schema

8 years agoallow selecting stemming language in search dialog
Andrew Dolgov [Tue, 4 Aug 2015 10:53:48 +0000 (13:53 +0300)] 
allow selecting stemming language in search dialog

8 years agoimplement per-feed stemming language setting
Andrew Dolgov [Tue, 4 Aug 2015 10:32:52 +0000 (13:32 +0300)] 
implement per-feed stemming language setting

8 years agomore fts stuff for simple index
Andrew Dolgov [Tue, 4 Aug 2015 09:52:49 +0000 (12:52 +0300)] 
more fts stuff for simple index

8 years agoadd some fts stuff
Andrew Dolgov [Tue, 4 Aug 2015 06:53:43 +0000 (09:53 +0300)] 
add some fts stuff

8 years agoMerge branch 'master' of git.fakecake.org:tt-rss
Andrew Dolgov [Mon, 3 Aug 2015 16:21:12 +0000 (19:21 +0300)] 
Merge branch 'master' of git.fakecake.org:tt-rss

8 years agoadd one catchall function to make uniqids/keyhashes/etc used by tt-rss
Andrew Dolgov [Mon, 3 Aug 2015 16:21:06 +0000 (19:21 +0300)] 
add one catchall function to make uniqids/keyhashes/etc used by tt-rss

8 years agoinstances plugin: do not validate secretkey format
Andrew Dolgov [Mon, 3 Aug 2015 13:12:42 +0000 (16:12 +0300)] 
instances plugin: do not validate secretkey format

8 years agoupdate shorten_expanded to allow other JS hooks to process article, duh
Andrew Dolgov [Fri, 31 Jul 2015 10:42:39 +0000 (13:42 +0300)] 
update shorten_expanded to allow other JS hooks to process article, duh

8 years agoadd af_zz_noautoplay plugin
Andrew Dolgov [Fri, 31 Jul 2015 10:42:22 +0000 (13:42 +0300)] 
add af_zz_noautoplay plugin

8 years agopass DOMNodes instead of escaped html data to JS article rendered hooks (i think...
Andrew Dolgov [Fri, 31 Jul 2015 10:42:05 +0000 (13:42 +0300)] 
pass DOMNodes instead of escaped html data to JS article rendered hooks (i think this makes much more sense)

8 years agoMerge branch 'api_translation' into 'master'
Andrew Dolgov [Wed, 29 Jul 2015 16:22:10 +0000 (19:22 +0300)] 
Merge branch 'api_translation' into 'master'

Enable translation of strings returned by API

Adding "startup_gettext" call makes API specials categories and feeds to be sent translated
Works like a charm with official ttrss android app

See merge request !2

8 years agoEnable translation of strings returned by API
Raphaël Rochet [Wed, 29 Jul 2015 15:11:52 +0000 (17:11 +0200)] 
Enable translation of strings returned by API

8 years agodisable headline appear animation
Andrew Dolgov [Wed, 29 Jul 2015 15:11:23 +0000 (18:11 +0300)] 
disable headline appear animation

8 years agoheadlines scroll handler: make preloading less aggressive
Andrew Dolgov [Wed, 29 Jul 2015 13:57:24 +0000 (16:57 +0300)] 
headlines scroll handler: make preloading less aggressive

8 years agoaf_redditimgur: check for duplicate first image in imgur albums
Andrew Dolgov [Wed, 29 Jul 2015 13:27:07 +0000 (16:27 +0300)] 
af_redditimgur: check for duplicate first image in imgur albums

8 years agothat probably was not needed
Andrew Dolgov [Mon, 27 Jul 2015 21:27:02 +0000 (00:27 +0300)] 
that probably was not needed

8 years agoMerge branch 'italian_translation' into 'master'
Andrew Dolgov [Mon, 27 Jul 2015 21:26:15 +0000 (00:26 +0300)] 
Merge branch 'italian_translation' into 'master'

Italian translation update

Italian transaltion update

    - removed all fuzzy labels
    - improved concordance
    - fixed typos
    - move to poedit

See merge request !1

8 years agomerge
dedioste [Mon, 27 Jul 2015 20:37:19 +0000 (22:37 +0200)] 
merge