Andrew Dolgov
32011b9b66
get_minified_js: use basename() on cached file
2013-05-15 00:10:10 +04:00
Andrew Dolgov
d1c977bfbb
release 1.7.9
2013-05-13 13:34:26 +04:00
Andrew Dolgov
15d52d5152
errorhandler: check for Logger class existing
2013-05-13 13:32:51 +04:00
Andrew Dolgov
fd687300bf
Revert "subscribe_to_feed: use already fetched data when updating initially"
...
This reverts commit 23923fb29b
.
2013-05-08 19:22:33 +04:00
Andrew Dolgov
74a8b2f6f1
check_for_update: compare against VERSION_STATIC
2013-05-08 19:21:17 +04:00
Andrew Dolgov
14c53e4e60
tweak visual for headlines
2013-05-07 18:47:35 +04:00
Andrew Dolgov
23923fb29b
subscribe_to_feed: use already fetched data when updating initially
2013-05-07 15:34:20 +04:00
Rasmus Lerdorf
6f7798b643
Fixing bugs found by static analysis
2013-05-07 00:35:10 -07:00
Andrew Dolgov
f4ae0f053b
update: remove debugging block
2013-05-02 10:26:32 +04:00
Andrew Dolgov
54b7590c7f
format_article_tags: improve performance
2013-05-02 10:20:56 +04:00
Andrew Dolgov
f8a25082b3
make tag cache processing faster in cdm
2013-05-02 10:09:01 +04:00
Andrew Dolgov
566417c4e7
restore updstart threshold
2013-05-02 02:31:32 +04:00
Andrew Dolgov
5d3e5a1bb2
simplify feed cache age handling (reduce caching to sequential updates)
2013-05-02 02:30:53 +04:00
Andrew Dolgov
5de4010487
disable marking for the time being
2013-05-02 02:21:11 +04:00
Andrew Dolgov
5ef8409700
move the precautionary timestamp bumping
2013-05-02 02:20:34 +04:00
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
.
2013-05-02 02:12:07 +04:00
Andrew Dolgov
5d0d3887af
add _DISABLE_HTTP_304
2013-05-02 02:11:11 +04:00
Andrew Dolgov
15c762beda
updater: show owner_uid for checked feeds
2013-05-02 02:02:49 +04:00
Andrew Dolgov
52637d3b30
remove cache valid bailout clause
2013-05-02 01:36:17 +04:00
Andrew Dolgov
865a3ed6a0
change feed cache file extension
2013-05-02 01:33:02 +04:00
Andrew Dolgov
d4992d6b48
add support for dc:subject and slash:comments
2013-05-01 20:55:08 +04:00
Andrew Dolgov
ee78f81ccd
update: better tag-related debugging info
2013-05-01 20:33:59 +04:00
Andrew Dolgov
852d4ac890
support RDF-XML feeds
2013-05-01 20:30:52 +04:00
Andrew Dolgov
fd0daa9b55
remove simplepie
2013-05-01 19:14:48 +04:00
Andrew Dolgov
431e27851b
actually save feed xml in the cache
2013-05-01 18:10:27 +04:00
Andrew Dolgov
99429e57e4
remove simplepie entity decode hacks
2013-05-01 18:07:05 +04:00
Andrew Dolgov
b8f316dc28
change caching to save xml data, remove RDF init section
2013-05-01 17:56:21 +04:00
Andrew Dolgov
04d2f9c831
add basic rss support
2013-05-01 17:38:16 +04:00
Andrew Dolgov
cd07592c29
add basic tinyparser/atom
2013-05-01 17:04:57 +04:00
Andrew Dolgov
65c8d5e76d
update: set last_updated to now() when process starts
2013-05-01 15:43:56 +04:00
Andrew Dolgov
d571740b33
ccache: do not force recalculate child counters on category upgrade because this is handled elsewhere
2013-05-01 15:24:30 +04:00
Andrew Dolgov
b18d109f22
only get USER_LANGUAGE on schema 120 and up
2013-04-30 09:34:24 +04:00
Andrew Dolgov
39ede9862f
experimental: decode numerical utf entities on import in entry title
2013-04-29 16:59:36 +04:00
Andrew Dolgov
7b149552cb
remove language selector from the login form, store language in the database per-user
2013-04-29 15:54:23 +04:00
Andrew Dolgov
e57a1507ae
do not use session cookie lifetime for additional cookies
2013-04-29 13:03:28 +04:00
Andrew Dolgov
1ee4900a54
fix startup_gettext() trying to get configured language before session is initialized
2013-04-27 17:12:48 +04:00
Andrew Dolgov
efe46a3b53
Merge pull request #167 from KonishchevDmitry/pr-allow-slash-in-filter-regex
...
Allow slashes in filter regular expressions
2013-04-27 02:10:27 -07:00
Andrew Dolgov
c35d0d8fdc
fix typo in format_article_labels()
2013-04-27 12:20:45 +04:00
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.
2013-04-26 16:30:25 +04:00
Dmitry Konishchev
ffa1bd7b19
Allow slashes in filter regular expressions
...
User's regular expressions need escaping before passing them to
preg_match()
2013-04-26 15:46:48 +04:00
Andrew Dolgov
3fbb4d183d
set default timezone to automatic (bump schema)
2013-04-26 14:16:03 +04:00
Andrew Dolgov
96f0cbe30d
clientTzOffset: use proper sign
2013-04-26 10:48:00 +04:00
Andrew Dolgov
6bfc97da86
add automatic timezone (based on client tz offset)
2013-04-26 10:31:57 +04:00
Andrew Dolgov
5ddef5ba23
do not store tz offset in global, store timezone object instead
2013-04-26 08:50:22 +04:00
Andrew Dolgov
dcd7ecaa0f
strip_harmful_tags: use XPath to actually get all tags to work on
2013-04-26 00:02:13 +04:00
Andrew Dolgov
90e5f4f1de
base if-modified-since on last received article, not feed update timestamp
2013-04-25 18:42:48 +04:00
Andrew Dolgov
c4fd956812
Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS
2013-04-25 16:28:04 +04:00
Andrew Dolgov
6e3e8db915
subtoolbar: add last updated when hovering over originating site link
2013-04-25 16:27:33 +04:00
Andrew Dolgov
23283f11a3
fetch: better checking for 1970- date
2013-04-25 16:12:49 +04:00
Andrew Dolgov
a62337b35d
login: add tooltip for bw_limit
2013-04-24 19:13:11 +04:00