Andrew Dolgov
911d4c0836
add experimental digest thingie
2010-09-09 16:49:06 +04:00
Andrew Dolgov
5fa173729e
make sure magic quote workaround actually works
2010-09-07 13:22:10 +04:00
Andrew Dolgov
84c7b824fb
use console.log for debugging; improve exception information
2010-09-05 13:41:19 +04:00
Andrew Dolgov
c0793f64a8
use better magic quotes removal fix
2010-09-04 11:59:33 +04:00
Andrew Dolgov
c5701e70a4
getFeedArticles: properly escape tags
2010-08-31 11:30:28 +04:00
Andrew Dolgov
cce9822a53
daemon2: make sure daemon actually updates feeds, duh
2010-08-26 13:06:01 +04:00
Andrew Dolgov
51ddf0f8bb
daemon2: fix removing of pids from ctimes array
2010-08-26 09:57:17 +04:00
Andrew Dolgov
0708291db4
daemon2: unbreak spawn interval
2010-08-25 18:20:10 +04:00
Andrew Dolgov
c90a028cdc
daemon2: properly abort stuck children
2010-08-25 18:16:07 +04:00
Andrew Dolgov
1d064e0da5
allow connections to pgsql without password
2010-08-24 14:12:04 +04:00
Andrew Dolgov
6485f0a6b6
update fr_FR translation
2010-08-24 14:10:10 +04:00
Andrew Dolgov
0ff6e2527c
update wrong entry description
2010-08-08 20:00:32 +04:00
Andrew Dolgov
791c839642
quick menu: add entry to reorder categories; tweak menu layout
2010-08-06 16:34:18 +04:00
Andrew Dolgov
a7a9968684
api: properly handle incorrect UID passed to login
2010-07-28 14:32:09 +04:00
Andrew Dolgov
423e6e55d7
api: fix catchupFeed
2010-07-21 19:12:32 +04:00
Andrew Dolgov
2f0903a625
add author info to generated feeds
2010-07-19 15:18:43 +04:00
Andrew Dolgov
ca75c2e2fd
api: add catchupFeed
2010-07-19 00:00:37 +04:00
Andrew Dolgov
8fd8b4b132
api: add attachment information in getArticle
2010-07-18 17:15:32 +04:00
Andrew Dolgov
4bb6b8ea2c
config: remove unused ENABLE_FEED_BROWSER
2010-07-01 12:29:34 +04:00
Andrew Dolgov
913f374b11
config: remove unused WEB_DEMO_MODE
2010-07-01 12:26:27 +04:00
Andrew Dolgov
21a22f5466
config: remove unused MAX_UPDATE_TIME
2010-07-01 12:22:59 +04:00
Andrew Dolgov
2211a391fa
feed browser: fix feeds with ampersand signs in feed url not being displayed properly
2010-07-01 11:47:39 +04:00
Andrew Dolgov
254ac7059c
pref-feeds: fix typo
2010-06-30 13:45:53 +04:00
Andrew Dolgov
34f29d7866
config: remove ALLOW_SELECT_UPDATE_METHOD
2010-06-30 13:16:20 +04:00
Andrew Dolgov
51d2d404b8
copyright: always show current year
2010-06-30 13:15:24 +04:00
Andrew Dolgov
6cb89bc6d8
update translations
2010-06-30 13:14:18 +04:00
Andrew Dolgov
c107797cf7
rework OPML display in pref-feeds; hide authenticated feeds from public OPML
2010-06-30 13:13:57 +04:00
Andrew Dolgov
78a5c296ae
config: replace confusing option ENABLE_SIMPLEPIE with DEFAULT_UPDATE_METHOD; bump config version
2010-06-30 12:57:11 +04:00
Andrew Dolgov
442f326bc6
do not show settings in published opml
2010-06-29 14:54:22 +04:00
Andrew Dolgov
00a35bb663
add help text to OPML export prompt
2010-06-29 14:35:13 +04:00
Andrew Dolgov
6697481587
opml: remove debug file override
2010-06-29 14:26:45 +04:00
Andrew Dolgov
e955834551
support import and export of tt-rss preferences in OPML with DOMDocument OPML path
2010-06-29 14:26:10 +04:00
Andrew Dolgov
50e7dd7d01
prevent default admin user from being removed; properly fail on startup if single user mode is enabled but default admin user is missing from the database
2010-06-10 14:29:55 +04:00
Andrew Dolgov
76e3b28010
update fr_FR translation
2010-06-07 23:12:37 +04:00
Andrew Dolgov
a6d56d81b1
mobile: add article navigation ( closes #269 )
2010-06-04 11:50:22 +04:00
Andrew Dolgov
e74fbbf8cc
update de_DE translation
2010-06-01 11:20:21 +04:00
Andrew Dolgov
276e57775c
footer: change my homepage url
2010-05-31 16:55:01 +04:00
Andrew Dolgov
7d4bdbaaf2
release 1.4.2
2010-05-31 15:57:46 +04:00
Andrew Dolgov
9fea744020
update translations
2010-05-31 15:56:45 +04:00
Andrew Dolgov
539d2c60af
bump php-gettext to 1.0.10
2010-05-30 14:38:26 +04:00
Andrew Dolgov
335565ac7d
fix various actions failing when tried on an empty (e.g. no articles) headlines buffer
2010-05-27 16:10:35 +04:00
Andrew Dolgov
a1af157410
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>
2010-04-22 10:10:49 +04:00
Andrew Dolgov
83573d3118
update it_IT translation
2010-04-22 10:05:19 +04:00
Andrew Dolgov
de1b5f9e5d
api: fix wrong sql syntax in getFeeds
2010-04-19 09:50:43 +04:00
Andrew Dolgov
4c93bf06b6
remove custom hardcoded cache destinations in various daemon scripts
2010-04-14 14:18:13 +04:00
Matthew Katz
fee909d5aa
adding text attribute to categories
...
fixed query for enable_feed_cats to actually query for the user instead of overall.
2010-04-12 22:38:51 -04:00
Matthew Katz
a423423956
fixed so that login is only required for import and export of OPML, not for publish
2010-04-10 18:36:26 -04:00
Matthew Katz
ab53d2034a
oh, you have to end braces? fascinating.
2010-04-10 08:32:37 -04:00
Matt Katz
86e26f1a74
added filtering for private feeds to opml, and key lookup
2010-04-09 21:31:51 -04:00
Matt Katz
ef7b7bbd55
adding in the backend connection bits so that the dialog works
2010-04-09 20:04:57 -04:00