Andrew Dolgov
cce9822a53
daemon2: make sure daemon actually updates feeds, duh
14 years ago
Andrew Dolgov
c90a028cdc
daemon2: properly abort stuck children
14 years ago
Andrew Dolgov
2f0903a625
add author info to generated feeds
15 years ago
Andrew Dolgov
78a5c296ae
config: replace confusing option ENABLE_SIMPLEPIE with DEFAULT_UPDATE_METHOD; bump config version
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
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
Matt Katz
e0dc56d466
added function for publish_opml
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
02b289d661
feedlist: replace a elements with spans
15 years ago
Andrew Dolgov
4c59adb1de
make_lockfile: only call posix_getpid() if it actually exists (hello, win32)
15 years ago
Andrew Dolgov
82acc36dba
make_lockfile: save current PID
15 years ago
Andrew Dolgov
44cfa02554
better image attachment detection for inlining
15 years ago
Andrew Dolgov
b92fbcd8a5
only check for themes when there is a logged-in user
15 years ago
Andrew Dolgov
a522a76734
Revert "theme_image: do not display themed image if noone is logged in"
...
bad patch
This reverts commit 0b9751cd65
.
15 years ago
Andrew Dolgov
e8f2df110d
Merge branch 'master' of bah.org.ru:public_html/testbox/tt-rss
15 years ago
Andrew Dolgov
0b9751cd65
theme_image: do not display themed image if noone is logged in
15 years ago
Andrew Dolgov
4d50f419ee
fix multiple TAG filters not being applied properly
15 years ago
Andrew Dolgov
2712bcea09
unbreak published feed when not logged in
15 years ago
Andrew Dolgov
c633e370ec
update_rss_feed: handle multiple feeds with the same URL at once
15 years ago
Andrew Dolgov
6e4f0519b7
update_rss_feed: remove memcache support
15 years ago
Andrew Dolgov
2bef21a79f
update_rss_feed: compress memcache data
15 years ago
Andrew Dolgov
602690e577
update_rss_feed: use memcache
15 years ago
Andrew Dolgov
c517f9b7e5
load_filters: use memcache (2)
15 years ago
Andrew Dolgov
1f01132802
load_filters: use memcache (fix obj_id)
15 years ago
Andrew Dolgov
b8ffa322a8
load_filters: use memcache
15 years ago
Andrew Dolgov
eb6c7f4240
getSearchSql: support excluding keywords with -
15 years ago
Andrew Dolgov
d721a5471f
support memcached in label ops
15 years ago
Andrew Dolgov
bd3f2ade87
editTagsSave: invalidate article cache
15 years ago
Andrew Dolgov
99857ae330
get_article_enclosures: remove debugging
15 years ago
Andrew Dolgov
be35798b84
add get_article_enclosures(); initial support for memcached
15 years ago
Andrew Dolgov
3809b27874
remove config option SMART_RPC_COUNTERS
15 years ago
Andrew Dolgov
e71f261009
replace some theme-specific frontend hooks with theme options
15 years ago
Andrew Dolgov
ba5698285b
display proper loading indicator for categories
15 years ago
Andrew Dolgov
883fee8df0
neon updates; make more icons themeable; misc fixes
15 years ago
Andrew Dolgov
e982360967
do not require themed images to be overridden
15 years ago
Andrew Dolgov
b97e6e0267
reorganize theme support; add some themeable icons; add neon theme
15 years ago
Andrew Dolgov
dce46cade3
query themes from filesystem; obsolete ttrss_themes
15 years ago
Andrew Dolgov
6ba506224e
get_user_theme_path: cache data
15 years ago
Andrew Dolgov
cd039c0473
get_user_theme_path: fix typecasting
15 years ago
Andrew Dolgov
05044a59d7
validate_session: check for schema version
15 years ago
Andrew Dolgov
199db684f3
get_schema_version: add nocache parameter
15 years ago
Andrew Dolgov
f9aa6a898f
updating issue fix for schema 63 (2)
15 years ago
Andrew Dolgov
e4c51a6ce9
probable fix for schema 63 updating problem
15 years ago
Andrew Dolgov
f0c33497b1
remove _DEBUG_USER_SWITCH
15 years ago
Andrew Dolgov
d9084cf220
implement settings profiles (bump schema)
15 years ago
Andrew Dolgov
a5819bb35d
code cleanup; remove unnecessary callbacks; rework subscribtion dialog
15 years ago
Andrew Dolgov
7514749de7
rewrite links to open in new window in sanitize_rss(); css tweaks
15 years ago
Andrew Dolgov
2ae691263f
some more button-related fixes; code cleanup
15 years ago