Andrew Dolgov
5bbc4bb4b0
move stylesheets to css/, reference default tt-rss stylesheets from
...
default.css to make custom themes easier
13 years ago
Andrew Dolgov
a5eca88750
add a placeholder where floicon might be added if needed, still keep it
...
off trunk re: author being a shitlord
13 years ago
Andrew Dolgov
82852ecd33
Revert "remove floicon because its author is a colossal shitlord ( http://tt-rss.org/forum/viewtopic.php?f=1&t=2055&p=10824#p10822 )"
...
This reverts commit dce5037888 .
13 years ago
Andrew Dolgov
cc0e24ba90
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
13 years ago
Andrew Dolgov
7711086b9a
when checking filter expression for validity, do not include ttrss_feed_categories ( closes #689 )
13 years ago
Steven Hiscocks
13db181d10
Fix password field missing on login form when auth_internal not used
13 years ago
Andrew Dolgov
dce5037888
remove floicon because its author is a colossal shitlord ( http://tt-rss.org/forum/viewtopic.php?f=1&t=2055&p=10824#p10822 )
13 years ago
Andrew Dolgov
47673e6611
add fetch_url and owner_uid to HOOK_FEED_FETCHED
13 years ago
Andrew Dolgov
d1f3fa9791
try to force-convert feed data to utf8
13 years ago
Andrew Dolgov
6a51939ee6
db-prefs: better error output for missing prefs, digest: hide DIGEST_ENABLE pref missing for unitialized users
13 years ago
Andrew Dolgov
c594eca0de
implement additional counter mode for virtual feeds when there's 0 unread articles
13 years ago
Andrew Dolgov
32011b9b66
get_minified_js: use basename() on cached file
13 years ago
Andrew Dolgov
d1c977bfbb
release 1.7.9
13 years ago
Andrew Dolgov
15d52d5152
errorhandler: check for Logger class existing
13 years ago
Andrew Dolgov
fd687300bf
Revert "subscribe_to_feed: use already fetched data when updating initially"
...
This reverts commit 23923fb29b .
13 years ago
Andrew Dolgov
74a8b2f6f1
check_for_update: compare against VERSION_STATIC
13 years ago
Andrew Dolgov
14c53e4e60
tweak visual for headlines
13 years ago
Andrew Dolgov
23923fb29b
subscribe_to_feed: use already fetched data when updating initially
13 years ago
Rasmus Lerdorf
6f7798b643
Fixing bugs found by static analysis
13 years ago
Andrew Dolgov
f4ae0f053b
update: remove debugging block
13 years ago
Andrew Dolgov
54b7590c7f
format_article_tags: improve performance
13 years ago
Andrew Dolgov
f8a25082b3
make tag cache processing faster in cdm
13 years ago
Andrew Dolgov
566417c4e7
restore updstart threshold
13 years ago
Andrew Dolgov
5d3e5a1bb2
simplify feed cache age handling (reduce caching to sequential updates)
13 years ago
Andrew Dolgov
5de4010487
disable marking for the time being
13 years ago
Andrew Dolgov
5ef8409700
move the precautionary timestamp bumping
13 years ago
Andrew Dolgov
d0e9c40a5a
Revert "ccache: do not force recalculate child counters on category upgrade because this is handled elsewhere"
...
http://tt-rss.org/forum/viewtopic.php?f=10&t=1964
This reverts commit d571740b33 .
13 years ago
Andrew Dolgov
5d0d3887af
add _DISABLE_HTTP_304
13 years ago
Andrew Dolgov
15c762beda
updater: show owner_uid for checked feeds
13 years ago
Andrew Dolgov
52637d3b30
remove cache valid bailout clause
13 years ago
Andrew Dolgov
865a3ed6a0
change feed cache file extension
13 years ago
Andrew Dolgov
d4992d6b48
add support for dc:subject and slash:comments
13 years ago
Andrew Dolgov
ee78f81ccd
update: better tag-related debugging info
13 years ago
Andrew Dolgov
852d4ac890
support RDF-XML feeds
13 years ago
Andrew Dolgov
fd0daa9b55
remove simplepie
13 years ago
Andrew Dolgov
431e27851b
actually save feed xml in the cache
13 years ago
Andrew Dolgov
99429e57e4
remove simplepie entity decode hacks
13 years ago
Andrew Dolgov
b8f316dc28
change caching to save xml data, remove RDF init section
13 years ago
Andrew Dolgov
04d2f9c831
add basic rss support
13 years ago
Andrew Dolgov
cd07592c29
add basic tinyparser/atom
13 years ago
Andrew Dolgov
65c8d5e76d
update: set last_updated to now() when process starts
13 years ago
Andrew Dolgov
d571740b33
ccache: do not force recalculate child counters on category upgrade because this is handled elsewhere
13 years ago
Andrew Dolgov
b18d109f22
only get USER_LANGUAGE on schema 120 and up
13 years ago
Andrew Dolgov
39ede9862f
experimental: decode numerical utf entities on import in entry title
13 years ago
Andrew Dolgov
7b149552cb
remove language selector from the login form, store language in the database per-user
13 years ago
Andrew Dolgov
e57a1507ae
do not use session cookie lifetime for additional cookies
13 years ago
Andrew Dolgov
1ee4900a54
fix startup_gettext() trying to get configured language before session is initialized
13 years ago
Andrew Dolgov
efe46a3b53
Merge pull request #167 from KonishchevDmitry/pr-allow-slash-in-filter-regex
...
Allow slashes in filter regular expressions
13 years ago
Andrew Dolgov
c35d0d8fdc
fix typo in format_article_labels()
13 years ago
Dmitry Konishchev
7b80b5e160
Match each tag separately against user filter regular expression
...
Each article's tag should be matched against user filter regular
expression separately. Current matching confuses when you want to match
an exact tag. You suppose to write "^tag$", bug now have to write
"(^|,)tag(,|$)" which is very inconvenient and requires knowledge about
how do you process this matching.
13 years ago