]> git.wh0rd.org - tt-rss.git/log
tt-rss.git
9 years agoMerge branch 'master' into patch-1
Art4 [Thu, 19 Feb 2015 22:17:43 +0000 (23:17 +0100)] 
Merge branch 'master' into patch-1

Conflicts:
locale/de_DE/LC_MESSAGES/messages.po

9 years agoadd config option CHECK_FOR_UPDATES
Andrew Dolgov [Tue, 3 Feb 2015 11:46:51 +0000 (14:46 +0300)] 
add config option CHECK_FOR_UPDATES

9 years agominor fixes for previous (2)
Andrew Dolgov [Tue, 3 Feb 2015 11:43:11 +0000 (14:43 +0300)] 
minor fixes for previous (2)

9 years agominor fixes for previous
Andrew Dolgov [Tue, 3 Feb 2015 11:42:20 +0000 (14:42 +0300)] 
minor fixes for previous

9 years agoadd placeholder update checker using git changesets
Andrew Dolgov [Tue, 3 Feb 2015 11:39:15 +0000 (14:39 +0300)] 
add placeholder update checker using git changesets

9 years agoaf_redditimgur: add support for bullshit ajaxified imgur albums
Andrew Dolgov [Tue, 3 Feb 2015 10:31:41 +0000 (13:31 +0300)] 
af_redditimgur: add support for bullshit ajaxified imgur albums

9 years agoMerge pull request #433 from hybner/master
Andrew Dolgov [Mon, 2 Feb 2015 10:11:26 +0000 (13:11 +0300)] 
Merge pull request #433 from hybner/master

fix parse atom feed

9 years agofix parse atom feed
Lukas Hybner [Mon, 2 Feb 2015 09:57:32 +0000 (10:57 +0100)] 
fix parse atom feed

9 years agodo not subscribe new users to now obsolete releases feed
Andrew Dolgov [Sun, 1 Feb 2015 19:11:06 +0000 (22:11 +0300)] 
do not subscribe new users to now obsolete releases feed

9 years agosession: don't try to validate session schema version on empty sessions
Andrew Dolgov [Sat, 31 Jan 2015 15:48:11 +0000 (18:48 +0300)] 
session: don't try to validate session schema version on empty sessions

9 years agoremove obsolete code related to version checking and tarball updater plugin
Andrew Dolgov [Sat, 31 Jan 2015 12:08:55 +0000 (15:08 +0300)] 
remove obsolete code related to version checking and tarball updater plugin

9 years agoMerge pull request #432 from andersk/floating
Andrew Dolgov [Sat, 31 Jan 2015 07:33:53 +0000 (10:33 +0300)] 
Merge pull request #432 from andersk/floating

Make the floating title transition smoother

9 years agoMake the floating title transition smoother
Anders Kaseorg [Sat, 31 Jan 2015 02:58:44 +0000 (21:58 -0500)] 
Make the floating title transition smoother

Previously the floating title would not appear until the real title
scrolled entirely out of view, which was visually distracting.  Now it
appears at the point when its bottom lines up with the real title’s
bottom.  This isn’t perfect yet due to small differences between the
two titles’ layouts, but it’s much closer.

We now need to use visibility: visible|hidden instead of display:
block|none to show and hide the floating title, in order to be able to
retrieve its height while it’s hidden.  It’s important to use that
height because occasionally line wrapping differences make the
floating title shorter than the real title, and we don’t want the real
title to poke out from underneath.

Also fix scrollToRowId to offset by the 4 pixel top margin (like
cdmScrollToArticleId already does), so that it goes back to a point
when the floating title was hidden; and set the right margin on the
floating title so that it’s the same width as the real title and
doesn’t overlap the scroll bar.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
9 years agodo not invalidate session when version_static and user agent changes
Andrew Dolgov [Fri, 30 Jan 2015 10:14:19 +0000 (13:14 +0300)] 
do not invalidate session when version_static and user agent changes

9 years agofeedparser: xpath doesn't properly query for title element if there's a default names...
Andrew Dolgov [Mon, 19 Jan 2015 18:40:20 +0000 (21:40 +0300)] 
feedparser: xpath doesn't properly query for title element if there's a default namespace so let's add a separate ugly hack for rdf:RDF feeds, thanks for that xml dipshits

9 years agorelated: do not consider negative scored headlines
Andrew Dolgov [Mon, 19 Jan 2015 15:18:03 +0000 (18:18 +0300)] 
related: do not consider negative scored headlines

9 years agotrgm: extend relative articles search interval
Andrew Dolgov [Mon, 19 Jan 2015 13:42:10 +0000 (16:42 +0300)] 
trgm: extend relative articles search interval

9 years agotrgm: add basic related stories dialog
Andrew Dolgov [Mon, 19 Jan 2015 12:46:15 +0000 (15:46 +0300)] 
trgm: add basic related stories dialog

9 years agotrgm: add disabled for now button part (add missing files)
Andrew Dolgov [Mon, 19 Jan 2015 12:12:40 +0000 (15:12 +0300)] 
trgm: add disabled for now button part (add missing files)

9 years agotrgm: add disabled for now button part
Andrew Dolgov [Mon, 19 Jan 2015 11:59:33 +0000 (14:59 +0300)] 
trgm: add disabled for now button part

9 years agoadd some stuff to the trgm plugin
Andrew Dolgov [Mon, 19 Jan 2015 11:22:41 +0000 (14:22 +0300)] 
add some stuff to the trgm plugin

9 years agoaf_psql_trgm: allow dupe checking within one feed
Andrew Dolgov [Mon, 19 Jan 2015 09:56:36 +0000 (12:56 +0300)] 
af_psql_trgm: allow dupe checking within one feed

9 years agoadd trgm plugin for postgresql
Andrew Dolgov [Mon, 19 Jan 2015 09:52:15 +0000 (12:52 +0300)] 
add trgm plugin for postgresql

9 years agocomment out old-school test trgm code
Andrew Dolgov [Mon, 19 Jan 2015 09:51:59 +0000 (12:51 +0300)] 
comment out old-school test trgm code

9 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Thu, 15 Jan 2015 07:37:42 +0000 (10:37 +0300)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

9 years agoMerge pull request #430 from dzaikos/rss-get-title
Andrew Dolgov [Thu, 15 Jan 2015 07:37:27 +0000 (10:37 +0300)] 
Merge pull request #430 from dzaikos/rss-get-title

Updated FeedItem_RSS::get_title()

9 years agofix for yet another dilbert changes
Andrew Dolgov [Thu, 15 Jan 2015 06:23:45 +0000 (09:23 +0300)] 
fix for yet another dilbert changes

9 years agoReverts most of be60340. Implements a simplier solution using XPath to get the proper...
zaikos [Wed, 14 Jan 2015 21:13:39 +0000 (16:13 -0500)] 
Reverts most of be60340. Implements a simplier solution using XPath to get the proper title tag from a feed item.

9 years agoMade FeedItem_RSS::get_title() more aggresive in finding an article title.
zaikos [Wed, 14 Jan 2015 18:28:58 +0000 (13:28 -0500)] 
Made FeedItem_RSS::get_title() more aggresive in finding an article title.

9 years agoMerge pull request #429 from dzaikos/master
Andrew Dolgov [Fri, 26 Dec 2014 20:24:49 +0000 (23:24 +0300)] 
Merge pull request #429 from dzaikos/master

Temporarily enable entity loader when importing XML file.

9 years agoTemporarily disable entity loader when importing XML file.
zaikos [Fri, 26 Dec 2014 19:43:38 +0000 (14:43 -0500)] 
Temporarily disable entity loader when importing XML file.

9 years agorebase translations, update script to maybe extract more translations from js files...
Andrew Dolgov [Thu, 18 Dec 2014 15:27:30 +0000 (18:27 +0300)] 
rebase translations, update script to maybe extract more translations from js files (fuck you xgettext you piece of shit)

9 years agoMerge pull request #427 from andersk/duplicate-indexes
Andrew Dolgov [Thu, 18 Dec 2014 08:55:36 +0000 (11:55 +0300)] 
Merge pull request #427 from andersk/duplicate-indexes

Drop duplicate database indexes

9 years agoDrop duplicate database indexes
Anders Kaseorg [Thu, 18 Dec 2014 07:18:17 +0000 (02:18 -0500)] 
Drop duplicate database indexes

These duplicate indexes were found by the pt-duplicate-key-checker
tool in percona-toolkit.  Duplicate indexes waste space and slow down
the query planner.  Closes #835.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
9 years agofix explosm comics plugin
Andrew Dolgov [Fri, 12 Dec 2014 09:23:33 +0000 (12:23 +0300)] 
fix explosm comics plugin

9 years ago1.15.3 to fix tag/version mismatch 1.15.3
Andrew Dolgov [Wed, 10 Dec 2014 18:33:18 +0000 (21:33 +0300)] 
1.15.3 to fix tag/version mismatch

9 years agodisable version checking for night.css 1.15.2
Andrew Dolgov [Tue, 9 Dec 2014 20:54:28 +0000 (23:54 +0300)] 
disable version checking for night.css

9 years agorelease 1.15.1 1.15.1
Andrew Dolgov [Tue, 9 Dec 2014 20:51:57 +0000 (23:51 +0300)] 
release 1.15.1

9 years agotemporarily enable entity loader when importing opml because idk
Andrew Dolgov [Tue, 9 Dec 2014 19:54:44 +0000 (22:54 +0300)] 
temporarily enable entity loader when importing opml because idk

9 years agorequire version information in all additional themes
Andrew Dolgov [Tue, 9 Dec 2014 12:16:53 +0000 (15:16 +0300)] 
require version information in all additional themes

9 years agorelease 1.15 1.15
Andrew Dolgov [Mon, 8 Dec 2014 12:02:51 +0000 (15:02 +0300)] 
release 1.15

9 years agodisable libxml entity loader to prevent attacks via xml external entities (fixes...
Andrew Dolgov [Mon, 8 Dec 2014 11:49:54 +0000 (14:49 +0300)] 
disable libxml entity loader to prevent attacks via xml external entities (fixes #833)

9 years agonight theme: add workaround for grayscale filter not working on firefox, other minor...
Andrew Dolgov [Sat, 6 Dec 2014 08:45:41 +0000 (11:45 +0300)] 
night theme: add workaround for grayscale filter not working on firefox, other minor tweaks

9 years agoif loaded over ssl and iframe is whitelisted, set its source to https
Andrew Dolgov [Sat, 6 Dec 2014 05:52:43 +0000 (08:52 +0300)] 
if loaded over ssl and iframe is whitelisted, set its source to https

9 years agotweak selected feed display a bit
Andrew Dolgov [Thu, 4 Dec 2014 21:29:54 +0000 (00:29 +0300)] 
tweak selected feed display a bit

9 years agofetch_file_contents: support retarded schema-less urls
Andrew Dolgov [Wed, 3 Dec 2014 19:43:25 +0000 (22:43 +0300)] 
fetch_file_contents: support retarded schema-less urls
af_comics_dilbert: fix for new dilbert.com shenanigans

9 years agoaf_comics_pa: check node exists before trying to manipulate it
Andrew Dolgov [Wed, 3 Dec 2014 15:06:22 +0000 (18:06 +0300)] 
af_comics_pa: check node exists before trying to manipulate it

9 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Sat, 29 Nov 2014 17:35:16 +0000 (20:35 +0300)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

9 years agoapi: getHeadlines: add configurable excerpt_length (bump api version)
Andrew Dolgov [Sat, 29 Nov 2014 17:16:09 +0000 (20:16 +0300)] 
api: getHeadlines: add configurable excerpt_length (bump api version)

9 years agoMerge pull request #424 from tmo-github/TMO_ttrss
Andrew Dolgov [Fri, 28 Nov 2014 07:11:33 +0000 (10:11 +0300)] 
Merge pull request #424 from tmo-github/TMO_ttrss

Modify query to avoid a full table scan on MySQL

9 years agoModify query to avoid a full table scan on MySQL
tmo-github [Thu, 27 Nov 2014 19:04:24 +0000 (20:04 +0100)] 
Modify query to avoid a full table scan on MySQL

9 years agono_iframes: remove everything except good iframes
Andrew Dolgov [Tue, 25 Nov 2014 15:40:19 +0000 (18:40 +0300)] 
no_iframes: remove everything except good iframes

9 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Tue, 25 Nov 2014 10:48:07 +0000 (13:48 +0300)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

9 years agoapi: allow requesting headlines as if client supports iframe sandboxing
Andrew Dolgov [Tue, 25 Nov 2014 10:45:21 +0000 (13:45 +0300)] 
api: allow requesting headlines as if client supports iframe sandboxing

9 years agoallow embedding videos from youtube and vimeo natively
Andrew Dolgov [Tue, 25 Nov 2014 10:45:02 +0000 (13:45 +0300)] 
allow embedding videos from youtube and vimeo natively

9 years agoMerge pull request #422 from rwetzlmayr/master
Andrew Dolgov [Wed, 19 Nov 2014 21:59:52 +0000 (00:59 +0300)] 
Merge pull request #422 from rwetzlmayr/master

de_DE l10n: Fix typo

9 years agoMerge branch 'master' of https://github.com/gothfox/Tiny-Tiny-RSS
Robert Wetzlmayr [Wed, 19 Nov 2014 17:15:42 +0000 (18:15 +0100)] 
Merge branch 'master' of https://github.com/gothfox/Tiny-Tiny-RSS

9 years agode_DE l10n: Fix typo.
Robert Wetzlmayr [Wed, 19 Nov 2014 17:14:58 +0000 (18:14 +0100)] 
de_DE l10n: Fix typo.

9 years agoadd af_tumblr_1280
Andrew Dolgov [Sat, 15 Nov 2014 13:37:21 +0000 (16:37 +0300)] 
add af_tumblr_1280

9 years agoadd imgsetsizes plugin
Andrew Dolgov [Sun, 9 Nov 2014 17:31:46 +0000 (20:31 +0300)] 
add imgsetsizes plugin

9 years agonotify fixes
Andrew Dolgov [Sun, 9 Nov 2014 17:31:29 +0000 (20:31 +0300)] 
notify fixes

9 years agoMerge pull request #420 from whyparkc/master
Andrew Dolgov [Wed, 5 Nov 2014 15:02:09 +0000 (18:02 +0300)] 
Merge pull request #420 from whyparkc/master

updating Korean translation

9 years agouse position:fixed for notify
Andrew Dolgov [Wed, 5 Nov 2014 06:18:41 +0000 (09:18 +0300)] 
use position:fixed for notify

9 years agoupdating Korean translation
YoungMin Park [Wed, 5 Nov 2014 02:56:09 +0000 (11:56 +0900)] 
updating Korean translation

added korean translation for newly added strings

9 years agoMerge pull request #1 from gothfox/master
YoungMin Park [Tue, 4 Nov 2014 02:49:43 +0000 (11:49 +0900)] 
Merge pull request #1 from gothfox/master

Update from original

9 years agobody: disable overflow
Andrew Dolgov [Mon, 3 Nov 2014 07:54:54 +0000 (10:54 +0300)] 
body: disable overflow

9 years agotweak notifications; use css animations for notifications
Andrew Dolgov [Sun, 2 Nov 2014 17:58:46 +0000 (20:58 +0300)] 
tweak notifications; use css animations for notifications

9 years agofix typo (refs #818)
Andrew Dolgov [Sun, 2 Nov 2014 17:08:58 +0000 (20:08 +0300)] 
fix typo (refs #818)

9 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Sun, 2 Nov 2014 16:37:27 +0000 (19:37 +0300)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

9 years agowhen registering feed title, consider its maximum length (closes #818)
Andrew Dolgov [Sun, 2 Nov 2014 16:36:58 +0000 (19:36 +0300)] 
when registering feed title, consider its maximum length (closes #818)

9 years agoMerge pull request #417 from DigitalDJ/master
Andrew Dolgov [Sun, 2 Nov 2014 06:29:34 +0000 (09:29 +0300)] 
Merge pull request #417 from DigitalDJ/master

Fix allow duplicate posts feature with optimizations from 1.14

9 years agoFix allow duplicate posts feature with optimizations from 1.14
Grant Pannell [Sun, 2 Nov 2014 06:10:10 +0000 (16:40 +1030)] 
Fix allow duplicate posts feature with optimizations from 1.14

9 years agoMerge pull request #415 from ValdisVitolins/master
Andrew Dolgov [Sun, 2 Nov 2014 06:04:45 +0000 (09:04 +0300)] 
Merge pull request #415 from ValdisVitolins/master

Updated resource files for Latvian

9 years agoUpdated resource files for Latvian
valdis [Sat, 1 Nov 2014 21:45:02 +0000 (23:45 +0200)] 
Updated resource files for Latvian

9 years agoapi: handle uncached labels the way main headlines function does it
Andrew Dolgov [Mon, 27 Oct 2014 19:07:20 +0000 (22:07 +0300)] 
api: handle uncached labels the way main headlines function does it

9 years agohotkey actions: toggle_expand, collapse_article: check if element exists
Andrew Dolgov [Sun, 26 Oct 2014 06:25:16 +0000 (10:25 +0400)] 
hotkey actions: toggle_expand, collapse_article: check if element exists
before acting on it (closes #815)

9 years agoadd af_comics filter for toothpastefordinner
Andrew Dolgov [Tue, 21 Oct 2014 12:53:17 +0000 (16:53 +0400)] 
add af_comics filter for toothpastefordinner

9 years agorelease 1.14 1.14
Andrew Dolgov [Tue, 21 Oct 2014 08:03:29 +0000 (12:03 +0400)] 
release 1.14

9 years agoadd force_update to api getHeadlines; bump api version to 9
Andrew Dolgov [Thu, 16 Oct 2014 05:53:54 +0000 (09:53 +0400)] 
add force_update to api getHeadlines; bump api version to 9

9 years agodo not force sslversion in any cases
Andrew Dolgov [Thu, 16 Oct 2014 05:01:23 +0000 (09:01 +0400)] 
do not force sslversion in any cases

9 years agoMerge pull request #413 from cmehay/master
Andrew Dolgov [Wed, 15 Oct 2014 07:58:19 +0000 (11:58 +0400)] 
Merge pull request #413 from cmehay/master

Removing required attribute from database password field

9 years agoinclude subcategories in generated category feeds
Andrew Dolgov [Sat, 11 Oct 2014 16:18:35 +0000 (20:18 +0400)] 
include subcategories in generated category feeds

9 years agoedit feed: smaller buttons for icon upload; allow uploading larger favicons
Andrew Dolgov [Wed, 8 Oct 2014 12:38:03 +0000 (16:38 +0400)] 
edit feed: smaller buttons for icon upload; allow uploading larger favicons

9 years agoRemoving required attribute from database password field
Christophe Mehay [Sat, 4 Oct 2014 21:10:36 +0000 (23:10 +0200)] 
Removing required attribute from database password field

9 years agoMerge pull request #410 from bram85/master
Andrew Dolgov [Sat, 27 Sep 2014 05:49:52 +0000 (09:49 +0400)] 
Merge pull request #410 from bram85/master

Updater: check whether system() is useable.

9 years agoUpdater: check whether system() is useable.
Bram Schoenmakers [Wed, 17 Sep 2014 17:05:52 +0000 (19:05 +0200)] 
Updater: check whether system() is useable.

system() was disabled on my system for security reasons, but the
updater would just continue, only to find out that the tarball
hasn't been extracted.

9 years agoMerge pull request #408 from Trottel/patch-3
Andrew Dolgov [Thu, 11 Sep 2014 14:25:40 +0000 (18:25 +0400)] 
Merge pull request #408 from Trottel/patch-3

Update messages.po

9 years agoUpdate messages.po
Trottel [Thu, 11 Sep 2014 13:39:42 +0000 (15:39 +0200)] 
Update messages.po

9 years agoUpdate messages.po
Art4 [Wed, 10 Sep 2014 10:46:35 +0000 (12:46 +0200)] 
Update messages.po

9 years agoMerge pull request #406 from HeikoAdams/master
Andrew Dolgov [Wed, 10 Sep 2014 04:48:17 +0000 (08:48 +0400)] 
Merge pull request #406 from HeikoAdams/master

Updated german translation

9 years agoUpdated german translation
Heiko Adams [Tue, 9 Sep 2014 18:56:15 +0000 (20:56 +0200)] 
Updated german translation

9 years agoMerge pull request #405 from Trottel/patch-2
Andrew Dolgov [Tue, 9 Sep 2014 07:25:05 +0000 (11:25 +0400)] 
Merge pull request #405 from Trottel/patch-2

Update messages.po

9 years agoUpdate messages.po
Trottel [Tue, 9 Sep 2014 06:15:35 +0000 (08:15 +0200)] 
Update messages.po

9 years agoMerge pull request #404 from RaphaelRochet/master
Andrew Dolgov [Sun, 7 Sep 2014 07:56:06 +0000 (11:56 +0400)] 
Merge pull request #404 from RaphaelRochet/master

French translation update

9 years agoFrench translation update
Raphaël Rochet [Sun, 7 Sep 2014 07:49:29 +0000 (09:49 +0200)] 
French translation update

9 years agouse Perl instead of Java as a base language for JS files; rebase translations
Andrew Dolgov [Sat, 6 Sep 2014 11:11:06 +0000 (15:11 +0400)] 
use Perl instead of Java as a base language for JS files; rebase translations

9 years agomailto: remove unneeded space
Andrew Dolgov [Tue, 26 Aug 2014 14:15:13 +0000 (18:15 +0400)] 
mailto: remove unneeded space

9 years agomail plugin: use dijit.form.ComboBox to allow random email input instead of only...
Andrew Dolgov [Tue, 26 Aug 2014 14:11:32 +0000 (18:11 +0400)] 
mail plugin: use dijit.form.ComboBox to allow random email input instead of only predefined ones

9 years agoMerge pull request #403 from dzaikos/patch-leading-space-urls
Andrew Dolgov [Mon, 25 Aug 2014 09:01:29 +0000 (13:01 +0400)] 
Merge pull request #403 from dzaikos/patch-leading-space-urls

Added ltrim to $url in fetch_file_contents()...

9 years agoAdded ltrim to in fetch_file_contents to fix edge cases where a URL has one or more...
Dave Zaikos [Fri, 22 Aug 2014 20:44:20 +0000 (16:44 -0400)] 
Added ltrim to  in fetch_file_contents to fix edge cases where a URL has one or more spaces before it, which causes CURL to fail.