]>
git.wh0rd.org Git - tt-rss.git/log
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>
Andrew Dolgov [Thu, 22 Apr 2010 06:05:19 +0000 (10:05 +0400)]
update it_IT translation
Andrew Dolgov [Mon, 19 Apr 2010 05:50:43 +0000 (09:50 +0400)]
api: fix wrong sql syntax in getFeeds
Andrew Dolgov [Wed, 14 Apr 2010 10:18:13 +0000 (14:18 +0400)]
remove custom hardcoded cache destinations in various daemon scripts
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.
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
Matthew Katz [Sat, 10 Apr 2010 12:32:37 +0000 (08:32 -0400)]
oh, you have to end braces? fascinating.
Matt Katz [Sat, 10 Apr 2010 01:31:51 +0000 (21:31 -0400)]
added filtering for private feeds to opml, and key lookup
Matt Katz [Sat, 10 Apr 2010 00:04:57 +0000 (20:04 -0400)]
adding in the backend connection bits so that the dialog works
Matt Katz [Fri, 9 Apr 2010 23:56:44 +0000 (19:56 -0400)]
Added a new dialog section yes this is all copypasta
Matt Katz [Fri, 9 Apr 2010 23:48:31 +0000 (19:48 -0400)]
added function for publish_opml
Matt Katz [Fri, 9 Apr 2010 23:21:34 +0000 (19:21 -0400)]
adding a dialog for revealing the OPML url
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)
Andrew Dolgov [Mon, 29 Mar 2010 07:26:51 +0000 (11:26 +0400)]
remove unused variable references
Andrew Dolgov [Mon, 29 Mar 2010 07:26:39 +0000 (11:26 +0400)]
update_rss_feed: properly handle enginge changes when using memcached
Andrew Dolgov [Wed, 24 Mar 2010 10:28:20 +0000 (13:28 +0300)]
catchupArticlesById: return when there are no ids to catchup
Andrew Dolgov [Tue, 23 Mar 2010 11:38:58 +0000 (14:38 +0300)]
allow filtering by article author (bump schema)
Andrew Dolgov [Mon, 22 Mar 2010 19:16:21 +0000 (22:16 +0300)]
release 1.4.1
Andrew Dolgov [Mon, 22 Mar 2010 08:17:58 +0000 (11:17 +0300)]
daemon: fallback automatically when pcntl_signal() is not present
Andrew Dolgov [Fri, 19 Feb 2010 20:33:15 +0000 (23:33 +0300)]
notifier: fix icons; support single-user mode
Andrew Dolgov [Thu, 18 Feb 2010 13:07:49 +0000 (16:07 +0300)]
update translations
Andrew Dolgov [Thu, 18 Feb 2010 13:05:35 +0000 (16:05 +0300)]
add hotkey (f x) to reverse headlines order (closes #262)
Andrew Dolgov [Thu, 18 Feb 2010 12:42:40 +0000 (15:42 +0300)]
notifier: mention license
Andrew Dolgov [Wed, 17 Feb 2010 13:38:51 +0000 (16:38 +0300)]
notifier: support showing fresh articles in the badge
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
Andrew Dolgov [Wed, 17 Feb 2010 12:53:38 +0000 (15:53 +0300)]
notifier: add badge; bump version
Andrew Dolgov [Wed, 17 Feb 2010 11:26:25 +0000 (14:26 +0300)]
add google chrome notifier
Andrew Dolgov [Tue, 16 Feb 2010 10:28:31 +0000 (13:28 +0300)]
add updated triple-pane theme
Andrew Dolgov [Mon, 15 Feb 2010 12:16:53 +0000 (15:16 +0300)]
fix unsubscribeFeed behaving improperly in preferences
Andrew Dolgov [Mon, 15 Feb 2010 11:18:31 +0000 (14:18 +0300)]
feedlist: replace a elements with spans
Andrew Dolgov [Wed, 10 Feb 2010 15:32:35 +0000 (18:32 +0300)]
increase maximum custom icon size
Andrew Dolgov [Wed, 10 Feb 2010 12:16:52 +0000 (15:16 +0300)]
pref-prefs: properly update session pwd hash when changing password
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)
Andrew Dolgov [Fri, 5 Feb 2010 12:01:36 +0000 (15:01 +0300)]
make_lockfile: save current PID
Andrew Dolgov [Fri, 5 Feb 2010 10:13:51 +0000 (13:13 +0300)]
better image attachment detection for inlining
Andrew Dolgov [Wed, 3 Feb 2010 13:54:17 +0000 (16:54 +0300)]
more input focusing improvements in popup dialogs
Andrew Dolgov [Wed, 3 Feb 2010 13:35:16 +0000 (16:35 +0300)]
code cleanup
Andrew Dolgov [Wed, 3 Feb 2010 13:06:24 +0000 (16:06 +0300)]
code cleanup
Andrew Dolgov [Wed, 3 Feb 2010 12:07:21 +0000 (15:07 +0300)]
db: remove obsolete _2 functions
Andrew Dolgov [Wed, 3 Feb 2010 12:06:25 +0000 (15:06 +0300)]
quickAddFilter/Feed focus improvements
Andrew Dolgov [Wed, 3 Feb 2010 12:01:33 +0000 (15:01 +0300)]
closeInfoBox: properly cleanup contents
Andrew Dolgov [Wed, 3 Feb 2010 09:35:27 +0000 (12:35 +0300)]
focus query field in search dialog automatically
Andrew Dolgov [Tue, 2 Feb 2010 19:54:40 +0000 (22:54 +0300)]
do not strip magicquote stuff twice from
Andrew Dolgov [Thu, 28 Jan 2010 15:54:45 +0000 (18:54 +0300)]
only check for themes when there is a logged-in user
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 .
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
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
Andrew Dolgov [Wed, 27 Jan 2010 15:28:37 +0000 (18:28 +0300)]
fix multiple TAG filters not being applied properly
Andrew Dolgov [Tue, 26 Jan 2010 09:21:06 +0000 (12:21 +0300)]
unbreak published feed when not logged in
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
Andrew Dolgov [Mon, 25 Jan 2010 20:25:56 +0000 (23:25 +0300)]
IE: fix being unable to login
Andrew Dolgov [Mon, 25 Jan 2010 20:12:08 +0000 (23:12 +0300)]
enable translations by default; misc fixes
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
Andrew Dolgov [Sun, 24 Jan 2010 16:28:43 +0000 (19:28 +0300)]
feed update error dialog: fix button
Andrew Dolgov [Sun, 24 Jan 2010 16:23:29 +0000 (19:23 +0300)]
filters: properly reset memcached on add/remove operations
Andrew Dolgov [Fri, 22 Jan 2010 06:53:26 +0000 (09:53 +0300)]
multiple feed editor: fix bug due to removal of hidden parameter
Andrew Dolgov [Thu, 21 Jan 2010 11:18:01 +0000 (14:18 +0300)]
release 1.4.0
Andrew Dolgov [Wed, 20 Jan 2010 12:39:34 +0000 (15:39 +0300)]
tweak css
Andrew Dolgov [Wed, 20 Jan 2010 11:21:25 +0000 (14:21 +0300)]
change description of DEFAULT_UPDATE_INTERVAL (bump schema)
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
Andrew Dolgov [Wed, 20 Jan 2010 10:28:30 +0000 (13:28 +0300)]
update_rss_feed: remove memcache support
Andrew Dolgov [Wed, 20 Jan 2010 10:20:20 +0000 (13:20 +0300)]
pref-prefs: show default update interval as a dropdown
Andrew Dolgov [Wed, 20 Jan 2010 09:58:50 +0000 (12:58 +0300)]
update_rss_feed: compress memcache data
Andrew Dolgov [Wed, 20 Jan 2010 09:50:19 +0000 (12:50 +0300)]
update_rss_feed: use memcache
Andrew Dolgov [Wed, 20 Jan 2010 09:39:53 +0000 (12:39 +0300)]
load_filters: use memcache (2)
Andrew Dolgov [Wed, 20 Jan 2010 09:33:09 +0000 (12:33 +0300)]
load_filters: use memcache (fix obj_id)
Andrew Dolgov [Wed, 20 Jan 2010 09:29:28 +0000 (12:29 +0300)]
load_filters: use memcache
Andrew Dolgov [Tue, 19 Jan 2010 15:22:35 +0000 (18:22 +0300)]
flush cache on feedEditSave
Andrew Dolgov [Mon, 18 Jan 2010 14:07:45 +0000 (17:07 +0300)]
settings profiles dialog: use proper buttons
Andrew Dolgov [Mon, 18 Jan 2010 13:14:56 +0000 (16:14 +0300)]
search form input field: properly handle enter
Andrew Dolgov [Mon, 18 Jan 2010 13:03:45 +0000 (16:03 +0300)]
getSearchSql: support excluding keywords with -
Andrew Dolgov [Mon, 18 Jan 2010 12:10:37 +0000 (15:10 +0300)]
display feed url in feed browser
Andrew Dolgov [Mon, 18 Jan 2010 11:07:05 +0000 (14:07 +0300)]
support memcached in label ops
Andrew Dolgov [Mon, 18 Jan 2010 10:55:28 +0000 (13:55 +0300)]
editTagsSave: invalidate article cache
Andrew Dolgov [Mon, 18 Jan 2010 06:17:31 +0000 (09:17 +0300)]
reenable cache_inject
Andrew Dolgov [Sun, 17 Jan 2010 17:09:53 +0000 (20:09 +0300)]
get_article_enclosures: remove debugging
Andrew Dolgov [Sun, 17 Jan 2010 17:08:23 +0000 (20:08 +0300)]
add get_article_enclosures(); initial support for memcached
Andrew Dolgov [Fri, 15 Jan 2010 16:39:09 +0000 (19:39 +0300)]
mobile: change HIDE_READ option description
Andrew Dolgov [Fri, 15 Jan 2010 16:22:21 +0000 (19:22 +0300)]
css: font family tweaks
Andrew Dolgov [Fri, 15 Jan 2010 14:34:17 +0000 (17:34 +0300)]
remove config option SMART_RPC_COUNTERS
Andrew Dolgov [Fri, 15 Jan 2010 14:21:30 +0000 (17:21 +0300)]
adjust input sizes in neutral theme
Andrew Dolgov [Fri, 15 Jan 2010 12:59:44 +0000 (15:59 +0300)]
update neutral theme: fix disabled controls
Andrew Dolgov [Fri, 15 Jan 2010 12:58:04 +0000 (15:58 +0300)]
update neutral theme
Andrew Dolgov [Fri, 15 Jan 2010 12:48:02 +0000 (15:48 +0300)]
neutral: add fresh_sign imag
Andrew Dolgov [Fri, 15 Jan 2010 11:02:14 +0000 (14:02 +0300)]
offline: fix bugs caused by recent layout updates
Andrew Dolgov [Fri, 15 Jan 2010 10:43:17 +0000 (13:43 +0300)]
theme system updates; remove old-skool theme; add neutral theme
Andrew Dolgov [Fri, 15 Jan 2010 09:07:15 +0000 (12:07 +0300)]
add Greentiny theme
Andrew Dolgov [Fri, 15 Jan 2010 08:51:36 +0000 (11:51 +0300)]
fix typo
Andrew Dolgov [Fri, 15 Jan 2010 08:46:20 +0000 (11:46 +0300)]
replace some theme-specific frontend hooks with theme options
Andrew Dolgov [Thu, 14 Jan 2010 20:46:11 +0000 (23:46 +0300)]
neon: tweak notify() colors
Andrew Dolgov [Thu, 14 Jan 2010 20:23:25 +0000 (23:23 +0300)]
display proper loading indicator for categories
Andrew Dolgov [Thu, 14 Jan 2010 20:09:23 +0000 (23:09 +0300)]
neon updates; make more icons themeable; misc fixes
Andrew Dolgov [Thu, 14 Jan 2010 16:36:52 +0000 (19:36 +0300)]
pref-filters: reset line class on section change
Andrew Dolgov [Thu, 14 Jan 2010 16:35:17 +0000 (19:35 +0300)]
neon: add disabled controls
Andrew Dolgov [Thu, 14 Jan 2010 16:08:16 +0000 (19:08 +0300)]
neon: add missing button images
Andrew Dolgov [Thu, 14 Jan 2010 16:07:53 +0000 (19:07 +0300)]
neon theme updates (4)
Andrew Dolgov [Thu, 14 Jan 2010 16:03:23 +0000 (19:03 +0300)]
classic theme: display buttons properly
Andrew Dolgov [Thu, 14 Jan 2010 16:02:45 +0000 (19:02 +0300)]
do not require themed images to be overridden
Andrew Dolgov [Thu, 14 Jan 2010 15:41:26 +0000 (18:41 +0300)]
neon theme updates (3)
Andrew Dolgov [Thu, 14 Jan 2010 14:17:40 +0000 (17:17 +0300)]
update neon theme (2)