]> git.wh0rd.org - tt-rss.git/log
tt-rss.git
11 years agoadd schema checking to feed updating and update script
Andrew Dolgov [Wed, 17 Apr 2013 08:10:35 +0000 (12:10 +0400)] 
add schema checking to feed updating and update script

11 years agoadd missing close image
Andrew Dolgov [Wed, 17 Apr 2013 06:53:12 +0000 (10:53 +0400)] 
add missing close image

11 years agotweak notify layout/display
Andrew Dolgov [Wed, 17 Apr 2013 06:50:46 +0000 (10:50 +0400)] 
tweak notify layout/display

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Wed, 17 Apr 2013 06:20:45 +0000 (10:20 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agoconfig: remove mention of encrypted logins
Andrew Dolgov [Wed, 17 Apr 2013 05:30:11 +0000 (09:30 +0400)] 
config: remove mention of encrypted logins

11 years agoMerge pull request #160 from lotrfan/indent_fix
Andrew Dolgov [Wed, 17 Apr 2013 05:29:32 +0000 (22:29 -0700)] 
Merge pull request #160 from lotrfan/indent_fix

Fix indentation issues (spaces => tabs)

11 years agoFix indentation issues (spaces => tabs)
Jeffrey Tolar [Wed, 17 Apr 2013 05:23:12 +0000 (00:23 -0500)] 
Fix indentation issues (spaces => tabs)

11 years agoenable logger in updater scripts
Andrew Dolgov [Wed, 17 Apr 2013 05:09:59 +0000 (09:09 +0400)] 
enable logger in updater scripts

11 years agofeedtree: don't request null icon
Andrew Dolgov [Wed, 17 Apr 2013 05:09:51 +0000 (09:09 +0400)] 
feedtree: don't request null icon

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Wed, 17 Apr 2013 04:50:41 +0000 (08:50 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agoadd a separate tab for the logger
Andrew Dolgov [Wed, 17 Apr 2013 04:42:39 +0000 (08:42 +0400)] 
add a separate tab for the logger

11 years agoerrorhandler: remove unneeded stuff
Andrew Dolgov [Wed, 17 Apr 2013 04:32:45 +0000 (08:32 +0400)] 
errorhandler: remove unneeded stuff

11 years agoMerge pull request #159 from supahgreg/master
Andrew Dolgov [Wed, 17 Apr 2013 04:09:25 +0000 (21:09 -0700)] 
Merge pull request #159 from supahgreg/master

minor typo fix in hash_get()

11 years agominor typo fix in hash_get()
supahgreg [Wed, 17 Apr 2013 01:08:17 +0000 (20:08 -0500)] 
minor typo fix in hash_get()

11 years agoerrorhandler: do not report hidden errors
Andrew Dolgov [Tue, 16 Apr 2013 21:26:55 +0000 (01:26 +0400)] 
errorhandler: do not report hidden errors

11 years agoRevert "floIcon: set cap on image size"
Andrew Dolgov [Tue, 16 Apr 2013 21:17:06 +0000 (01:17 +0400)] 
Revert "floIcon: set cap on image size"

This reverts commit cb50799560f796d95c44093a5977c212e19f2d7f.

11 years agofloIcon: set cap on image size
Andrew Dolgov [Tue, 16 Apr 2013 19:24:50 +0000 (23:24 +0400)] 
floIcon: set cap on image size

11 years agoRevert "remove floIcon: bugs"
Andrew Dolgov [Tue, 16 Apr 2013 19:22:32 +0000 (23:22 +0400)] 
Revert "remove floIcon: bugs"

This reverts commit 7970c0925505ba1bd3b3dd15a45bebf2e839f5cf.

11 years agoremove floIcon: bugs
Andrew Dolgov [Tue, 16 Apr 2013 19:16:51 +0000 (23:16 +0400)] 
remove floIcon: bugs

11 years agoadd some styling to otp form
Andrew Dolgov [Tue, 16 Apr 2013 17:15:41 +0000 (21:15 +0400)] 
add some styling to otp form

11 years agorequire entering current one time code to enable otp
Andrew Dolgov [Tue, 16 Apr 2013 17:07:26 +0000 (21:07 +0400)] 
require entering current one time code to enable otp

11 years agoset otp field to autocomplete=off
Andrew Dolgov [Tue, 16 Apr 2013 16:52:36 +0000 (20:52 +0400)] 
set otp field to autocomplete=off

11 years agoremove password type from otp field
Andrew Dolgov [Tue, 16 Apr 2013 16:49:00 +0000 (20:49 +0400)] 
remove password type from otp field

11 years agoreplace split with explode
Andrew Dolgov [Tue, 16 Apr 2013 16:40:23 +0000 (20:40 +0400)] 
replace split with explode

11 years agodisable FOLLOWLOCATION when under open_basedir
Andrew Dolgov [Tue, 16 Apr 2013 16:40:14 +0000 (20:40 +0400)] 
disable FOLLOWLOCATION when under open_basedir

11 years agoimplement old log entry purging in update_daemon_common; add some more error types...
Andrew Dolgov [Tue, 16 Apr 2013 16:34:20 +0000 (20:34 +0400)] 
implement old log entry purging in update_daemon_common; add some more error types; tweak error log display

11 years agodo not try to load plugins which aren't directories
Andrew Dolgov [Tue, 16 Apr 2013 16:20:38 +0000 (20:20 +0400)] 
do not try to load plugins which aren't directories

11 years agoimplement error log viewer
Andrew Dolgov [Tue, 16 Apr 2013 16:16:15 +0000 (20:16 +0400)] 
implement error log viewer

11 years agoexperimental SQL-based error logger
Andrew Dolgov [Tue, 16 Apr 2013 15:41:31 +0000 (19:41 +0400)] 
experimental SQL-based error logger

11 years agottrssMailer: actually use OOP properly
Andrew Dolgov [Tue, 16 Apr 2013 12:50:22 +0000 (16:50 +0400)] 
ttrssMailer: actually use OOP properly

11 years agottrssMailer: fix typo
Andrew Dolgov [Tue, 16 Apr 2013 12:43:15 +0000 (16:43 +0400)] 
ttrssMailer: fix typo

11 years agoadd SPHINX_SERVER
Andrew Dolgov [Tue, 16 Apr 2013 12:41:32 +0000 (16:41 +0400)] 
add SPHINX_SERVER

11 years agounify SMTP_HOST and SMTP_PORT as SMTP_SERVER
Andrew Dolgov [Tue, 16 Apr 2013 12:40:04 +0000 (16:40 +0400)] 
unify SMTP_HOST and SMTP_PORT as SMTP_SERVER

11 years agomail plugin: fix blank From: header
Andrew Dolgov [Tue, 16 Apr 2013 12:36:05 +0000 (16:36 +0400)] 
mail plugin: fix blank From: header

11 years agoremove js-based player, better mp3 support detection for html5 audio
Andrew Dolgov [Tue, 16 Apr 2013 11:44:38 +0000 (15:44 +0400)] 
remove js-based player, better mp3 support detection for html5 audio

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Tue, 16 Apr 2013 10:34:21 +0000 (14:34 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agoformat_article_labels: bail out if passed something other than array
Andrew Dolgov [Mon, 15 Apr 2013 21:02:42 +0000 (01:02 +0400)] 
format_article_labels: bail out if passed something other than array

11 years agoMerge pull request #157 from sq5gvm/master
Andrew Dolgov [Mon, 15 Apr 2013 19:08:16 +0000 (12:08 -0700)] 
Merge pull request #157 from sq5gvm/master

Updated polish (pl_PL) translation

11 years agoPolish translation update.
MirosÅ‚aw Lach [Mon, 15 Apr 2013 19:01:04 +0000 (21:01 +0200)] 
Polish translation update.

11 years agouse hashed guids in a hopefully backwards compatible fashion
Andrew Dolgov [Mon, 15 Apr 2013 15:28:11 +0000 (19:28 +0400)] 
use hashed guids in a hopefully backwards compatible fashion

11 years agoproperly remove and replace favicon color when favicon gets manually removed/uploaded
Andrew Dolgov [Mon, 15 Apr 2013 14:22:48 +0000 (18:22 +0400)] 
properly remove and replace favicon color when favicon gets manually removed/uploaded

11 years agomake gradient less visible on read headlines
Andrew Dolgov [Mon, 15 Apr 2013 14:09:48 +0000 (18:09 +0400)] 
make gradient less visible on read headlines

11 years agoremove hsl stuff from classes/feeds, we take care of this when choosing the color
Andrew Dolgov [Mon, 15 Apr 2013 13:07:06 +0000 (17:07 +0400)] 
remove hsl stuff from classes/feeds, we take care of this when choosing the color

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Mon, 15 Apr 2013 13:02:33 +0000 (17:02 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agotry to improve color guessing algorithm a bit
Andrew Dolgov [Mon, 15 Apr 2013 13:01:51 +0000 (17:01 +0400)] 
try to improve color guessing algorithm a bit

11 years agoMerge pull request #156 from Menti/master
Andrew Dolgov [Mon, 15 Apr 2013 12:58:24 +0000 (05:58 -0700)] 
Merge pull request #156 from Menti/master

Updated Spanish translation

11 years agoUpdated Spanish translation
DavidM [Mon, 15 Apr 2013 12:38:20 +0000 (14:38 +0200)] 
Updated Spanish translation

11 years agodo not color predominantly white/black rows
Andrew Dolgov [Mon, 15 Apr 2013 11:56:08 +0000 (15:56 +0400)] 
do not color predominantly white/black rows

11 years agoadd schema version 177 upgrade scripts
Andrew Dolgov [Mon, 15 Apr 2013 11:38:20 +0000 (15:38 +0400)] 
add schema version 177 upgrade scripts

11 years agoadd row backgrounds in normal mode
Andrew Dolgov [Mon, 15 Apr 2013 11:38:05 +0000 (15:38 +0400)] 
add row backgrounds in normal mode

11 years agouse w3c gradient definition
Andrew Dolgov [Mon, 15 Apr 2013 11:34:47 +0000 (15:34 +0400)] 
use w3c gradient definition

11 years agoimplement basic moz gradient for feedicon color
Andrew Dolgov [Mon, 15 Apr 2013 11:27:35 +0000 (15:27 +0400)] 
implement basic moz gradient for feedicon color

11 years agoonly enable colored favicons in vfeeds; fix RGB triplet packing
Andrew Dolgov [Mon, 15 Apr 2013 11:17:12 +0000 (15:17 +0400)] 
only enable colored favicons in vfeeds; fix RGB triplet packing

11 years agostore favicon color as #rrggbb; process existing favicons
Andrew Dolgov [Mon, 15 Apr 2013 11:08:00 +0000 (15:08 +0400)] 
store favicon color as #rrggbb; process existing favicons

11 years agofix schema for favicon_avg_color
Andrew Dolgov [Mon, 15 Apr 2013 10:54:17 +0000 (14:54 +0400)] 
fix schema for favicon_avg_color

11 years agoAdded average color calculation of feeds' favicons for banded display.
moontear [Mon, 15 Apr 2013 10:28:52 +0000 (12:28 +0200)] 
Added average color calculation of feeds' favicons for banded display.

11 years agoadd a %d articles selected element
Andrew Dolgov [Mon, 15 Apr 2013 09:16:14 +0000 (13:16 +0400)] 
add a %d articles selected element

11 years agouse mdash as a separator between title and author
Andrew Dolgov [Mon, 15 Apr 2013 08:57:52 +0000 (12:57 +0400)] 
use mdash as a separator between title and author

11 years agoquickAddFeed: add placeholder select element to feeds dropdown
Andrew Dolgov [Sun, 14 Apr 2013 06:23:01 +0000 (10:23 +0400)] 
quickAddFeed: add placeholder select element to feeds dropdown

11 years agosubscribe_to_feed: fix typo
Andrew Dolgov [Sun, 14 Apr 2013 05:11:02 +0000 (09:11 +0400)] 
subscribe_to_feed: fix typo

11 years agoMerge pull request #153 from HeikoAdams/master
Andrew Dolgov [Sat, 13 Apr 2013 16:06:22 +0000 (09:06 -0700)] 
Merge pull request #153 from HeikoAdams/master

German translation updated

11 years agogerman translation update
Heiko Adams [Sat, 13 Apr 2013 15:55:14 +0000 (17:55 +0200)] 
german translation update

11 years agofix double-escaping possible with encrypted passwords
Andrew Dolgov [Sat, 13 Apr 2013 14:58:09 +0000 (18:58 +0400)] 
fix double-escaping possible with encrypted passwords

11 years agofix handling of blank FEED_CRYPT_KEY
Andrew Dolgov [Sat, 13 Apr 2013 14:32:57 +0000 (18:32 +0400)] 
fix handling of blank FEED_CRYPT_KEY

11 years agoimplement basic feed authentication parameter encryption in the database (FEED_CRYPT_KEY)
Andrew Dolgov [Sat, 13 Apr 2013 14:24:27 +0000 (18:24 +0400)] 
implement basic feed authentication parameter encryption in the database (FEED_CRYPT_KEY)

11 years agouse height : auto in cdmContentInner
Andrew Dolgov [Sat, 13 Apr 2013 11:45:11 +0000 (15:45 +0400)] 
use height : auto in cdmContentInner

11 years agouse height : auto in ttrssZoom
Andrew Dolgov [Sat, 13 Apr 2013 11:43:13 +0000 (15:43 +0400)] 
use height : auto in ttrssZoom

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Sat, 13 Apr 2013 11:42:31 +0000 (15:42 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agoMerge pull request #150 from levito/patch-1
Andrew Dolgov [Sat, 13 Apr 2013 11:42:14 +0000 (04:42 -0700)] 
Merge pull request #150 from levito/patch-1

don't distort resized images

11 years agottrssZoom: fix image width
Andrew Dolgov [Sat, 13 Apr 2013 11:41:39 +0000 (15:41 +0400)] 
ttrssZoom: fix image width

11 years agoapi: add score to getHeadlines/getArticle
Andrew Dolgov [Sat, 13 Apr 2013 06:59:26 +0000 (10:59 +0400)] 
api: add score to getHeadlines/getArticle

11 years agodon't distort resized images
Veit Lehmann [Fri, 12 Apr 2013 20:19:43 +0000 (23:19 +0300)] 
don't distort resized images

If images have width/height attributes set and are reduced in size by max-width: auto, they look distorted. height: auto fixes this.

11 years agodecode html entities in article title on import
Andrew Dolgov [Fri, 12 Apr 2013 12:30:40 +0000 (16:30 +0400)] 
decode html entities in article title on import

11 years agoremove label gradients
Andrew Dolgov [Fri, 12 Apr 2013 11:02:44 +0000 (15:02 +0400)] 
remove label gradients

11 years agoadd cache-control: public to the login page so that firefox would bother making a...
Andrew Dolgov [Fri, 12 Apr 2013 10:14:11 +0000 (14:14 +0400)] 
add cache-control: public to the login page so that firefox would bother making a thumbnail

11 years agoremove no_cache_incantation()
Andrew Dolgov [Fri, 12 Apr 2013 10:06:20 +0000 (14:06 +0400)] 
remove no_cache_incantation()

11 years agodigest: use proper logging, update.php: fix typo
Andrew Dolgov [Fri, 12 Apr 2013 05:55:41 +0000 (09:55 +0400)] 
digest: use proper logging, update.php: fix typo

11 years agoadd support for plugins adding API methods
Andrew Dolgov [Fri, 12 Apr 2013 04:18:43 +0000 (08:18 +0400)] 
add support for plugins adding API methods

11 years agohaving idiots report error 500 because their server is misconfigured is worse than...
Andrew Dolgov [Fri, 12 Apr 2013 03:58:10 +0000 (07:58 +0400)] 
having idiots report error 500 because their server is misconfigured is worse than having config.php wide open in case their php is not working

11 years agoRevert "Add new API method: `getFeedStats'"
Andrew Dolgov [Fri, 12 Apr 2013 03:53:14 +0000 (07:53 +0400)] 
Revert "Add new API method: `getFeedStats'"

This reverts commit 0192ffe5a5f8254d723cf46e4bda839220191c2c.

11 years agorebase translations
Andrew Dolgov [Thu, 11 Apr 2013 18:01:31 +0000 (22:01 +0400)] 
rebase translations

11 years agoblock listing of several util directories; deny access to config.php
Andrew Dolgov [Thu, 11 Apr 2013 18:01:02 +0000 (22:01 +0400)] 
block listing of several util directories; deny access to config.php

11 years agoadd feed-icons placeholder index.html
Andrew Dolgov [Thu, 11 Apr 2013 17:55:17 +0000 (21:55 +0400)] 
add feed-icons placeholder index.html

11 years agobackend: add session validation check
Andrew Dolgov [Thu, 11 Apr 2013 17:39:54 +0000 (21:39 +0400)] 
backend: add session validation check

11 years agofix import_export plugin for open_basedir; add missing closing form tags to import_ex...
Andrew Dolgov [Thu, 11 Apr 2013 16:31:24 +0000 (20:31 +0400)] 
fix import_export plugin for open_basedir; add missing closing form tags to import_export and googleimport plugin

11 years agobump api level
Andrew Dolgov [Thu, 11 Apr 2013 16:06:07 +0000 (20:06 +0400)] 
bump api level

11 years agoMerge pull request #147 from pedros/nnttrss_api_extensions
Andrew Dolgov [Thu, 11 Apr 2013 16:04:32 +0000 (09:04 -0700)] 
Merge pull request #147 from pedros/nnttrss_api_extensions

Add new API method: `getFeedStats`

11 years agoAdd new API method: `getFeedStats'
Pedro Silva [Thu, 11 Apr 2013 15:25:37 +0000 (16:25 +0100)] 
Add new API method: `getFeedStats'

`getFeedStats' calls the new static function `api_get_feed_stats' to
return an array of real feeds of the following form:

    [{
       "first" : 1127,
       "unread" : 873,
       "last" : 15460,
       "title" : "Some feed",
       "id" : 31,
       "total" : 1513
    }]

where "first", "last", "total" are the first, last and total number of
articles in the feed.

This adds the ability to nntp-oriented clients to efficiently retrieve
an "active file" without having to resort to `getHeadlines(limit=-1)'

11 years agoimplement upload-related support for open_basedir
Andrew Dolgov [Thu, 11 Apr 2013 15:12:00 +0000 (19:12 +0400)] 
implement upload-related support for open_basedir

11 years agoMerge pull request #146 from pictuga/patch-1
Andrew Dolgov [Thu, 11 Apr 2013 06:22:13 +0000 (23:22 -0700)] 
Merge pull request #146 from pictuga/patch-1

Use CSS3 ellipsis in .postTitle.

11 years agoUse CSS3 ellipsis in .postTitle.
pictuga [Wed, 10 Apr 2013 22:24:50 +0000 (01:24 +0300)] 
Use CSS3 ellipsis in .postTitle.

CSS3 property which makes cut-off text look smoother.

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Wed, 10 Apr 2013 18:48:36 +0000 (22:48 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agomailto: use rawurlencode
Andrew Dolgov [Wed, 10 Apr 2013 18:48:09 +0000 (22:48 +0400)] 
mailto: use rawurlencode

11 years agoMerge pull request #145 from HeikoAdams/master
Andrew Dolgov [Wed, 10 Apr 2013 18:28:24 +0000 (11:28 -0700)] 
Merge pull request #145 from HeikoAdams/master

German translation updated

11 years agoupdated german translation
Heiko Adams [Wed, 10 Apr 2013 17:37:21 +0000 (19:37 +0200)] 
updated german translation

11 years agoRevert "Revert "another attempt to workaround against feedtree scroll issues""
Andrew Dolgov [Wed, 10 Apr 2013 07:01:18 +0000 (11:01 +0400)] 
Revert "Revert "another attempt to workaround against feedtree scroll issues""

This reverts commit 9b176694f5ce928ac76984a3b1518353aa9cad5a.

Conflicts:
tt-rss.css

11 years agoMerge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
Andrew Dolgov [Wed, 10 Apr 2013 06:20:07 +0000 (10:20 +0400)] 
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS

11 years agopre: forbid layout breaking width
Andrew Dolgov [Wed, 10 Apr 2013 06:01:28 +0000 (10:01 +0400)] 
pre: forbid layout breaking width

11 years agoMerge pull request #144 from lotrfan/import_export_fix
Andrew Dolgov [Wed, 10 Apr 2013 04:14:57 +0000 (21:14 -0700)] 
Merge pull request #144 from lotrfan/import_export_fix

[import_export plugin] Escape ']]>' (closing CDATA tag) when exporting feeds

11 years agoEscape ']]>' (closing CDATA tag) when exporting with import_export plugin
Jeffrey Tolar [Wed, 10 Apr 2013 03:46:44 +0000 (22:46 -0500)] 
Escape ']]>' (closing CDATA tag) when exporting with import_export plugin