]> git.wh0rd.org - tt-rss.git/log
tt-rss.git
13 years agorelease 1.4.2 1.4.2
Andrew Dolgov [Mon, 31 May 2010 11:57:46 +0000 (15:57 +0400)] 
release 1.4.2

13 years agoupdate translations
Andrew Dolgov [Mon, 31 May 2010 11:56:45 +0000 (15:56 +0400)] 
update translations

13 years agobump php-gettext to 1.0.10
Andrew Dolgov [Sun, 30 May 2010 10:38:26 +0000 (14:38 +0400)] 
bump php-gettext to 1.0.10

13 years agofix various actions failing when tried on an empty (e.g. no articles) headlines buffer
Andrew Dolgov [Thu, 27 May 2010 12:10:35 +0000 (16:10 +0400)] 
fix various actions failing when tried on an empty (e.g. no articles) headlines buffer

14 years agoFix several problems with image download
Andrew Dolgov [Thu, 22 Apr 2010 06:10:49 +0000 (10:10 +0400)] 
Fix several problems with image download

Fix fetch_file_contents, so that it returns the contents even if the data isn't
an image. This is needed because the get_favicon_url function tries to download
the webpage using this function, to see if there is a favicon in the page.

The function now takes an optional $type parameter. This parameter control if
the calling function cares about the content-type, or if the function should
just return everything. If the $type parameter is set, the content-type should
contain the string contained in $type, otherwise the function returns false.

The second problem solved with this patch, is that the temporary file that
should contain the image was empty in some cases. I never found out why this
happended, but as curl_exec is capable of returning the fetched data, thus
eliminating the need for the temporary file all together, the function have
been changed to use this way of obtaining the data.

The last problem fixed by this patch is that curl will now follow redirects.

Author: Klaus S. Madsen <ksm@42.dk>

14 years agoupdate it_IT translation
Andrew Dolgov [Thu, 22 Apr 2010 06:05:19 +0000 (10:05 +0400)] 
update it_IT translation

14 years agoapi: fix wrong sql syntax in getFeeds
Andrew Dolgov [Mon, 19 Apr 2010 05:50:43 +0000 (09:50 +0400)] 
api: fix wrong sql syntax in getFeeds

14 years agoremove custom hardcoded cache destinations in various daemon scripts
Andrew Dolgov [Wed, 14 Apr 2010 10:18:13 +0000 (14:18 +0400)] 
remove custom hardcoded cache destinations in various daemon scripts

14 years agoadding text attribute to categories
Matthew Katz [Tue, 13 Apr 2010 02:38:51 +0000 (22:38 -0400)] 
adding text attribute to categories
fixed query for enable_feed_cats to actually query for the user instead of overall.

14 years agofixed so that login is only required for import and export of OPML, not for publish
Matthew Katz [Sat, 10 Apr 2010 22:36:26 +0000 (18:36 -0400)] 
fixed so that login is only required for import and export of OPML, not for publish

14 years agooh, you have to end braces? fascinating.
Matthew Katz [Sat, 10 Apr 2010 12:32:37 +0000 (08:32 -0400)] 
oh, you have to end braces? fascinating.

14 years agoadded filtering for private feeds to opml, and key lookup
Matt Katz [Sat, 10 Apr 2010 01:31:51 +0000 (21:31 -0400)] 
added filtering for private feeds to opml, and key lookup

14 years agoadding in the backend connection bits so that the dialog works
Matt Katz [Sat, 10 Apr 2010 00:04:57 +0000 (20:04 -0400)] 
adding in the backend connection bits so that the dialog works

14 years agoAdded a new dialog section yes this is all copypasta
Matt Katz [Fri, 9 Apr 2010 23:56:44 +0000 (19:56 -0400)] 
Added a new dialog section yes this is all copypasta

14 years agoadded function for publish_opml
Matt Katz [Fri, 9 Apr 2010 23:48:31 +0000 (19:48 -0400)] 
added function for publish_opml

14 years agoadding a dialog for revealing the OPML url
Matt Katz [Fri, 9 Apr 2010 23:21:34 +0000 (19:21 -0400)] 
adding a dialog for revealing the OPML url

14 years agoproperly check for entry id array being present before iterating it in mobile/classic...
Andrew Dolgov [Wed, 7 Apr 2010 07:46:39 +0000 (11:46 +0400)] 
properly check for entry id array being present before iterating it in mobile/classic (closes #267)

14 years agoremove unused variable references
Andrew Dolgov [Mon, 29 Mar 2010 07:26:51 +0000 (11:26 +0400)] 
remove unused variable references

14 years agoupdate_rss_feed: properly handle enginge changes when using memcached
Andrew Dolgov [Mon, 29 Mar 2010 07:26:39 +0000 (11:26 +0400)] 
update_rss_feed: properly handle enginge changes when using memcached

14 years agocatchupArticlesById: return when there are no ids to catchup
Andrew Dolgov [Wed, 24 Mar 2010 10:28:20 +0000 (13:28 +0300)] 
catchupArticlesById: return when there are no ids to catchup

14 years agoallow filtering by article author (bump schema)
Andrew Dolgov [Tue, 23 Mar 2010 11:38:58 +0000 (14:38 +0300)] 
allow filtering by article author (bump schema)

14 years agorelease 1.4.1 1.4.1
Andrew Dolgov [Mon, 22 Mar 2010 19:16:21 +0000 (22:16 +0300)] 
release 1.4.1

14 years agodaemon: fallback automatically when pcntl_signal() is not present
Andrew Dolgov [Mon, 22 Mar 2010 08:17:58 +0000 (11:17 +0300)] 
daemon: fallback automatically when pcntl_signal() is not present

14 years agonotifier: fix icons; support single-user mode
Andrew Dolgov [Fri, 19 Feb 2010 20:33:15 +0000 (23:33 +0300)] 
notifier: fix icons; support single-user mode

14 years agoupdate translations
Andrew Dolgov [Thu, 18 Feb 2010 13:07:49 +0000 (16:07 +0300)] 
update translations

14 years agoadd hotkey (f x) to reverse headlines order (closes #262)
Andrew Dolgov [Thu, 18 Feb 2010 13:05:35 +0000 (16:05 +0300)] 
add hotkey (f x) to reverse headlines order (closes #262)

14 years agonotifier: mention license
Andrew Dolgov [Thu, 18 Feb 2010 12:42:40 +0000 (15:42 +0300)] 
notifier: mention license

14 years agonotifier: support showing fresh articles in the badge
Andrew Dolgov [Wed, 17 Feb 2010 13:38:51 +0000 (16:38 +0300)] 
notifier: support showing fresh articles in the badge

14 years agobackend: if fresh=1 parameter to getUnread is present, append output of fresh feed
Andrew Dolgov [Wed, 17 Feb 2010 13:22:36 +0000 (16:22 +0300)] 
backend: if fresh=1 parameter to getUnread is present, append output of fresh feed

14 years agonotifier: add badge; bump version
Andrew Dolgov [Wed, 17 Feb 2010 12:53:38 +0000 (15:53 +0300)] 
notifier: add badge; bump version

14 years agoadd google chrome notifier
Andrew Dolgov [Wed, 17 Feb 2010 11:26:25 +0000 (14:26 +0300)] 
add google chrome notifier

14 years agoadd updated triple-pane theme
Andrew Dolgov [Tue, 16 Feb 2010 10:28:31 +0000 (13:28 +0300)] 
add updated triple-pane theme

14 years agofix unsubscribeFeed behaving improperly in preferences
Andrew Dolgov [Mon, 15 Feb 2010 12:16:53 +0000 (15:16 +0300)] 
fix unsubscribeFeed behaving improperly in preferences

14 years agofeedlist: replace a elements with spans
Andrew Dolgov [Mon, 15 Feb 2010 11:18:31 +0000 (14:18 +0300)] 
feedlist: replace a elements with spans

14 years agoincrease maximum custom icon size
Andrew Dolgov [Wed, 10 Feb 2010 15:32:35 +0000 (18:32 +0300)] 
increase maximum custom icon size

14 years agopref-prefs: properly update session pwd hash when changing password
Andrew Dolgov [Wed, 10 Feb 2010 12:16:52 +0000 (15:16 +0300)] 
pref-prefs: properly update session pwd hash when changing password

14 years agomake_lockfile: only call posix_getpid() if it actually exists (hello, win32)
Andrew Dolgov [Tue, 9 Feb 2010 14:05:02 +0000 (17:05 +0300)] 
make_lockfile: only call posix_getpid() if it actually exists (hello, win32)

14 years agomake_lockfile: save current PID
Andrew Dolgov [Fri, 5 Feb 2010 12:01:36 +0000 (15:01 +0300)] 
make_lockfile: save current PID

14 years agobetter image attachment detection for inlining
Andrew Dolgov [Fri, 5 Feb 2010 10:13:51 +0000 (13:13 +0300)] 
better image attachment detection for inlining

14 years agomore input focusing improvements in popup dialogs
Andrew Dolgov [Wed, 3 Feb 2010 13:54:17 +0000 (16:54 +0300)] 
more input focusing improvements in popup dialogs

14 years agocode cleanup
Andrew Dolgov [Wed, 3 Feb 2010 13:35:16 +0000 (16:35 +0300)] 
code cleanup

14 years agocode cleanup
Andrew Dolgov [Wed, 3 Feb 2010 13:06:24 +0000 (16:06 +0300)] 
code cleanup

14 years agodb: remove obsolete _2 functions
Andrew Dolgov [Wed, 3 Feb 2010 12:07:21 +0000 (15:07 +0300)] 
db: remove obsolete _2 functions

14 years agoquickAddFilter/Feed focus improvements
Andrew Dolgov [Wed, 3 Feb 2010 12:06:25 +0000 (15:06 +0300)] 
quickAddFilter/Feed focus improvements

14 years agocloseInfoBox: properly cleanup contents
Andrew Dolgov [Wed, 3 Feb 2010 12:01:33 +0000 (15:01 +0300)] 
closeInfoBox: properly cleanup contents

14 years agofocus query field in search dialog automatically
Andrew Dolgov [Wed, 3 Feb 2010 09:35:27 +0000 (12:35 +0300)] 
focus query field in search dialog automatically

14 years agodo not strip magicquote stuff twice from
Andrew Dolgov [Tue, 2 Feb 2010 19:54:40 +0000 (22:54 +0300)] 
do not strip magicquote stuff twice from

14 years agoonly check for themes when there is a logged-in user
Andrew Dolgov [Thu, 28 Jan 2010 15:54:45 +0000 (18:54 +0300)] 
only check for themes when there is a logged-in user

14 years agoRevert "theme_image: do not display themed image if noone is logged in"
Andrew Dolgov [Thu, 28 Jan 2010 15:52:46 +0000 (18:52 +0300)] 
Revert "theme_image: do not display themed image if noone is logged in"

bad patch

This reverts commit 0b9751cd650c917d3e7f5dc5493483f8b026bf21.

14 years agoMerge branch 'master' of bah.org.ru:public_html/testbox/tt-rss
Andrew Dolgov [Thu, 28 Jan 2010 15:49:54 +0000 (18:49 +0300)] 
Merge branch 'master' of bah.org.ru:public_html/testbox/tt-rss

14 years agotheme_image: do not display themed image if noone is logged in
Andrew Dolgov [Thu, 28 Jan 2010 15:49:17 +0000 (18:49 +0300)] 
theme_image: do not display themed image if noone is logged in

14 years agofix multiple TAG filters not being applied properly
Andrew Dolgov [Wed, 27 Jan 2010 15:28:37 +0000 (18:28 +0300)] 
fix multiple TAG filters not being applied properly

14 years agounbreak published feed when not logged in
Andrew Dolgov [Tue, 26 Jan 2010 09:21:06 +0000 (12:21 +0300)] 
unbreak published feed when not logged in

14 years agoMerge branch 'master' of bah.org.ru:public_html/testbox/tt-rss
Andrew Dolgov [Tue, 26 Jan 2010 08:28:23 +0000 (11:28 +0300)] 
Merge branch 'master' of bah.org.ru:public_html/testbox/tt-rss

14 years agoIE: fix being unable to login
Andrew Dolgov [Mon, 25 Jan 2010 20:25:56 +0000 (23:25 +0300)] 
IE: fix being unable to login

14 years agoenable translations by default; misc fixes
Andrew Dolgov [Mon, 25 Jan 2010 20:12:08 +0000 (23:12 +0300)] 
enable translations by default; misc fixes

14 years agopref-feeds: only show more actions dropdown when _ENABLE_FEED_DEBUGGING is defined
Andrew Dolgov [Sun, 24 Jan 2010 16:32:36 +0000 (19:32 +0300)] 
pref-feeds: only show more actions dropdown when _ENABLE_FEED_DEBUGGING is defined

14 years agofeed update error dialog: fix button
Andrew Dolgov [Sun, 24 Jan 2010 16:28:43 +0000 (19:28 +0300)] 
feed update error dialog: fix button

14 years agofilters: properly reset memcached on add/remove operations
Andrew Dolgov [Sun, 24 Jan 2010 16:23:29 +0000 (19:23 +0300)] 
filters: properly reset memcached on add/remove operations

14 years agomultiple feed editor: fix bug due to removal of hidden parameter
Andrew Dolgov [Fri, 22 Jan 2010 06:53:26 +0000 (09:53 +0300)] 
multiple feed editor: fix bug due to removal of hidden parameter

14 years agorelease 1.4.0 1.4.0
Andrew Dolgov [Thu, 21 Jan 2010 11:18:01 +0000 (14:18 +0300)] 
release 1.4.0

14 years agotweak css
Andrew Dolgov [Wed, 20 Jan 2010 12:39:34 +0000 (15:39 +0300)] 
tweak css

14 years agochange description of DEFAULT_UPDATE_INTERVAL (bump schema)
Andrew Dolgov [Wed, 20 Jan 2010 11:21:25 +0000 (14:21 +0300)] 
change description of DEFAULT_UPDATE_INTERVAL (bump schema)

14 years agoupdate_rss_feed: handle multiple feeds with the same URL at once
Andrew Dolgov [Wed, 20 Jan 2010 10:55:26 +0000 (13:55 +0300)] 
update_rss_feed: handle multiple feeds with the same URL at once

14 years agoupdate_rss_feed: remove memcache support
Andrew Dolgov [Wed, 20 Jan 2010 10:28:30 +0000 (13:28 +0300)] 
update_rss_feed: remove memcache support

14 years agopref-prefs: show default update interval as a dropdown
Andrew Dolgov [Wed, 20 Jan 2010 10:20:20 +0000 (13:20 +0300)] 
pref-prefs: show default update interval as a dropdown

14 years agoupdate_rss_feed: compress memcache data
Andrew Dolgov [Wed, 20 Jan 2010 09:58:50 +0000 (12:58 +0300)] 
update_rss_feed: compress memcache data

14 years agoupdate_rss_feed: use memcache
Andrew Dolgov [Wed, 20 Jan 2010 09:50:19 +0000 (12:50 +0300)] 
update_rss_feed: use memcache

14 years agoload_filters: use memcache (2)
Andrew Dolgov [Wed, 20 Jan 2010 09:39:53 +0000 (12:39 +0300)] 
load_filters: use memcache (2)

14 years agoload_filters: use memcache (fix obj_id)
Andrew Dolgov [Wed, 20 Jan 2010 09:33:09 +0000 (12:33 +0300)] 
load_filters: use memcache (fix obj_id)

14 years agoload_filters: use memcache
Andrew Dolgov [Wed, 20 Jan 2010 09:29:28 +0000 (12:29 +0300)] 
load_filters: use memcache

14 years agoflush cache on feedEditSave
Andrew Dolgov [Tue, 19 Jan 2010 15:22:35 +0000 (18:22 +0300)] 
flush cache on feedEditSave

14 years agosettings profiles dialog: use proper buttons
Andrew Dolgov [Mon, 18 Jan 2010 14:07:45 +0000 (17:07 +0300)] 
settings profiles dialog: use proper buttons

14 years agosearch form input field: properly handle enter
Andrew Dolgov [Mon, 18 Jan 2010 13:14:56 +0000 (16:14 +0300)] 
search form input field: properly handle enter

14 years agogetSearchSql: support excluding keywords with -
Andrew Dolgov [Mon, 18 Jan 2010 13:03:45 +0000 (16:03 +0300)] 
getSearchSql: support excluding keywords with -

14 years agodisplay feed url in feed browser
Andrew Dolgov [Mon, 18 Jan 2010 12:10:37 +0000 (15:10 +0300)] 
display feed url in feed browser

14 years agosupport memcached in label ops
Andrew Dolgov [Mon, 18 Jan 2010 11:07:05 +0000 (14:07 +0300)] 
support memcached in label ops

14 years agoeditTagsSave: invalidate article cache
Andrew Dolgov [Mon, 18 Jan 2010 10:55:28 +0000 (13:55 +0300)] 
editTagsSave: invalidate article cache

14 years agoreenable cache_inject
Andrew Dolgov [Mon, 18 Jan 2010 06:17:31 +0000 (09:17 +0300)] 
reenable cache_inject

14 years agoget_article_enclosures: remove debugging
Andrew Dolgov [Sun, 17 Jan 2010 17:09:53 +0000 (20:09 +0300)] 
get_article_enclosures: remove debugging

14 years agoadd get_article_enclosures(); initial support for memcached
Andrew Dolgov [Sun, 17 Jan 2010 17:08:23 +0000 (20:08 +0300)] 
add get_article_enclosures(); initial support for memcached

14 years agomobile: change HIDE_READ option description
Andrew Dolgov [Fri, 15 Jan 2010 16:39:09 +0000 (19:39 +0300)] 
mobile: change HIDE_READ option description

14 years agocss: font family tweaks
Andrew Dolgov [Fri, 15 Jan 2010 16:22:21 +0000 (19:22 +0300)] 
css: font family tweaks

14 years agoremove config option SMART_RPC_COUNTERS
Andrew Dolgov [Fri, 15 Jan 2010 14:34:17 +0000 (17:34 +0300)] 
remove config option SMART_RPC_COUNTERS

14 years agoadjust input sizes in neutral theme
Andrew Dolgov [Fri, 15 Jan 2010 14:21:30 +0000 (17:21 +0300)] 
adjust input sizes in neutral theme

14 years agoupdate neutral theme: fix disabled controls
Andrew Dolgov [Fri, 15 Jan 2010 12:59:44 +0000 (15:59 +0300)] 
update neutral theme: fix disabled controls

14 years agoupdate neutral theme
Andrew Dolgov [Fri, 15 Jan 2010 12:58:04 +0000 (15:58 +0300)] 
update neutral theme

14 years agoneutral: add fresh_sign imag
Andrew Dolgov [Fri, 15 Jan 2010 12:48:02 +0000 (15:48 +0300)] 
neutral: add fresh_sign imag

14 years agooffline: fix bugs caused by recent layout updates
Andrew Dolgov [Fri, 15 Jan 2010 11:02:14 +0000 (14:02 +0300)] 
offline: fix bugs caused by recent layout updates

14 years agotheme system updates; remove old-skool theme; add neutral theme
Andrew Dolgov [Fri, 15 Jan 2010 10:43:17 +0000 (13:43 +0300)] 
theme system updates; remove old-skool theme; add neutral theme

14 years agoadd Greentiny theme
Andrew Dolgov [Fri, 15 Jan 2010 09:07:15 +0000 (12:07 +0300)] 
add Greentiny theme

14 years agofix typo
Andrew Dolgov [Fri, 15 Jan 2010 08:51:36 +0000 (11:51 +0300)] 
fix typo

14 years agoreplace some theme-specific frontend hooks with theme options
Andrew Dolgov [Fri, 15 Jan 2010 08:46:20 +0000 (11:46 +0300)] 
replace some theme-specific frontend hooks with theme options

14 years agoneon: tweak notify() colors
Andrew Dolgov [Thu, 14 Jan 2010 20:46:11 +0000 (23:46 +0300)] 
neon: tweak notify() colors

14 years agodisplay proper loading indicator for categories
Andrew Dolgov [Thu, 14 Jan 2010 20:23:25 +0000 (23:23 +0300)] 
display proper loading indicator for categories

14 years agoneon updates; make more icons themeable; misc fixes
Andrew Dolgov [Thu, 14 Jan 2010 20:09:23 +0000 (23:09 +0300)] 
neon updates; make more icons themeable; misc fixes

14 years agopref-filters: reset line class on section change
Andrew Dolgov [Thu, 14 Jan 2010 16:36:52 +0000 (19:36 +0300)] 
pref-filters: reset line class on section change

14 years agoneon: add disabled controls
Andrew Dolgov [Thu, 14 Jan 2010 16:35:17 +0000 (19:35 +0300)] 
neon: add disabled controls

14 years agoneon: add missing button images
Andrew Dolgov [Thu, 14 Jan 2010 16:08:16 +0000 (19:08 +0300)] 
neon: add missing button images

14 years agoneon theme updates (4)
Andrew Dolgov [Thu, 14 Jan 2010 16:07:53 +0000 (19:07 +0300)] 
neon theme updates (4)