Andrew Dolgov
6485f0a6b6
update fr_FR translation
14 years ago
Andrew Dolgov
0ff6e2527c
update wrong entry description
14 years ago
Andrew Dolgov
791c839642
quick menu: add entry to reorder categories; tweak menu layout
14 years ago
Andrew Dolgov
a7a9968684
api: properly handle incorrect UID passed to login
14 years ago
Andrew Dolgov
423e6e55d7
api: fix catchupFeed
14 years ago
Andrew Dolgov
2f0903a625
add author info to generated feeds
15 years ago
Andrew Dolgov
ca75c2e2fd
api: add catchupFeed
15 years ago
Andrew Dolgov
8fd8b4b132
api: add attachment information in getArticle
15 years ago
Andrew Dolgov
4bb6b8ea2c
config: remove unused ENABLE_FEED_BROWSER
15 years ago
Andrew Dolgov
913f374b11
config: remove unused WEB_DEMO_MODE
15 years ago
Andrew Dolgov
21a22f5466
config: remove unused MAX_UPDATE_TIME
15 years ago
Andrew Dolgov
2211a391fa
feed browser: fix feeds with ampersand signs in feed url not being displayed properly
15 years ago
Andrew Dolgov
254ac7059c
pref-feeds: fix typo
15 years ago
Andrew Dolgov
34f29d7866
config: remove ALLOW_SELECT_UPDATE_METHOD
15 years ago
Andrew Dolgov
51d2d404b8
copyright: always show current year
15 years ago
Andrew Dolgov
6cb89bc6d8
update translations
15 years ago
Andrew Dolgov
c107797cf7
rework OPML display in pref-feeds; hide authenticated feeds from public OPML
15 years ago
Andrew Dolgov
78a5c296ae
config: replace confusing option ENABLE_SIMPLEPIE with DEFAULT_UPDATE_METHOD; bump config version
15 years ago
Andrew Dolgov
442f326bc6
do not show settings in published opml
15 years ago
Andrew Dolgov
00a35bb663
add help text to OPML export prompt
15 years ago
Andrew Dolgov
6697481587
opml: remove debug file override
15 years ago
Andrew Dolgov
e955834551
support import and export of tt-rss preferences in OPML with DOMDocument OPML path
15 years ago
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
15 years ago
Andrew Dolgov
76e3b28010
update fr_FR translation
15 years ago
Andrew Dolgov
a6d56d81b1
mobile: add article navigation ( closes #269 )
15 years ago
Andrew Dolgov
e74fbbf8cc
update de_DE translation
15 years ago
Andrew Dolgov
276e57775c
footer: change my homepage url
15 years ago
Andrew Dolgov
7d4bdbaaf2
release 1.4.2
15 years ago
Andrew Dolgov
9fea744020
update translations
15 years ago
Andrew Dolgov
539d2c60af
bump php-gettext to 1.0.10
15 years ago
Andrew Dolgov
335565ac7d
fix various actions failing when tried on an empty (e.g. no articles) headlines buffer
15 years ago
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>
15 years ago
Andrew Dolgov
83573d3118
update it_IT translation
15 years ago
Andrew Dolgov
de1b5f9e5d
api: fix wrong sql syntax in getFeeds
15 years ago
Andrew Dolgov
4c93bf06b6
remove custom hardcoded cache destinations in various daemon scripts
15 years ago
Matthew Katz
fee909d5aa
adding text attribute to categories
...
fixed query for enable_feed_cats to actually query for the user instead of overall.
15 years ago
Matthew Katz
a423423956
fixed so that login is only required for import and export of OPML, not for publish
15 years ago
Matthew Katz
ab53d2034a
oh, you have to end braces? fascinating.
15 years ago
Matt Katz
86e26f1a74
added filtering for private feeds to opml, and key lookup
15 years ago
Matt Katz
ef7b7bbd55
adding in the backend connection bits so that the dialog works
15 years ago
Matt Katz
c8640edadb
Added a new dialog section yes this is all copypasta
15 years ago
Matt Katz
e0dc56d466
added function for publish_opml
15 years ago
Matt Katz
03b7473df4
adding a dialog for revealing the OPML url
15 years ago
Andrew Dolgov
b2a653c37f
properly check for entry id array being present before iterating it in mobile/classic ( closes #267 )
15 years ago
Andrew Dolgov
7a293008b6
remove unused variable references
15 years ago
Andrew Dolgov
e656b9f7db
update_rss_feed: properly handle enginge changes when using memcached
15 years ago
Andrew Dolgov
ed41f171cb
catchupArticlesById: return when there are no ids to catchup
15 years ago
Andrew Dolgov
fa3317be48
allow filtering by article author (bump schema)
15 years ago
Andrew Dolgov
bf9b87b5bb
release 1.4.1
15 years ago
Andrew Dolgov
1695664646
daemon: fallback automatically when pcntl_signal() is not present
15 years ago