1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02:00
Commit Graph

6671 Commits

Author SHA1 Message Date
Mattias Tengblad
b999d397e1 Updated Swedish translation
A lot of fixes, full translation, proper Swedish
2013-05-01 04:07:16 +02:00
Andrew Dolgov
4e8f32998a Merge pull request #172 from Menti/master
Updated Spanish translation
2013-04-30 10:02:45 -07:00
DavidM
19d609fb45 Updated Spanish translation 2013-04-30 18:48:03 +02:00
Andrew Dolgov
27372ddac6 fix editArticleTags() call broken on archived feed 2013-04-30 20:07:08 +04:00
Andrew Dolgov
b18d109f22 only get USER_LANGUAGE on schema 120 and up 2013-04-30 09:34:24 +04:00
Andrew Dolgov
d332117058 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-04-29 23:15:34 +04:00
Andrew Dolgov
52e7b5a096 add clear sql log button 2013-04-29 23:12:54 +04:00
Andrew Dolgov
69caffda76 Merge pull request #171 from HeikoAdams/master
German translation updated
2013-04-29 09:46:26 -07:00
Heiko Adams
97e019a8fd german translation updated 2013-04-29 17:29:45 +02:00
Andrew Dolgov
39ede9862f experimental: decode numerical utf entities on import in entry title 2013-04-29 16:59:36 +04:00
Andrew Dolgov
258068b379 do not calculate favicon color on manual icon replace 2013-04-29 16:09:03 +04:00
Andrew Dolgov
e50920bbc0 rebase translations 2013-04-29 15:58:26 +04:00
Andrew Dolgov
bd02d29e1b prefs: update some descriptions to be more consistent 2013-04-29 15:58:15 +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
a845a3d5e5 otp: display notice if GD is missing 2013-04-29 09:20:30 +04:00
Andrew Dolgov
b8c9341afa Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-04-28 18:18:30 +04:00
Andrew Dolgov
d48398e647 pluginhost: remove session cache for storage 2013-04-28 18:17:58 +04:00
Andrew Dolgov
712032589c Merge pull request #170 from supahgreg/hook_params_runtime_loaded
Adding JS hooks for init params and runtime info
2013-04-27 09:28:35 -07:00
supahgreg
8ceea119a8 Add JS PluginHost.HOOK_PARAMS_LOADED and PluginHost.HOOK_RUNTIME_INFO_LOADED to notify when interesting info has been created/updated. 2013-04-27 11:10:21 -05:00
supahgreg
abbe9c1f55 minor: remove duplicate check for params 2013-04-27 09:45:02 -05:00
Andrew Dolgov
5e1f7be5f1 enlarge headline excerpt length 2013-04-27 18:01:36 +04:00
Andrew Dolgov
c470599bc0 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-04-27 17:13:16 +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
d38969359b Merge pull request #169 from scarabeusiv/master
Czech translation update
2013-04-27 06:05:58 -07:00
Tomas Chvatal
b393f73f5b Czech translation update. 2013-04-27 12:16:05 +02: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
38a8c22b9e getHeadlines: return feed title for non-virtual feeds 2013-04-27 12:29:42 +04:00
Andrew Dolgov
2c8eed5395 api: add feed_title to getArticle 2013-04-27 12:25:40 +04:00
Andrew Dolgov
c35d0d8fdc fix typo in format_article_labels() 2013-04-27 12:20:45 +04:00
Andrew Dolgov
5cfaa47283 Merge pull request #168 from KonishchevDmitry/pr-match-filter-regex-to-each-tag-separately
Match each tag separately against user filter regular expression
2013-04-27 01:11:35 -07: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
8cefe38a0a add HOOK_PREFS_SAVE_FEED 2013-04-26 14:23:18 +04:00
Andrew Dolgov
057177eb2c add HOOK_PREFS_EDIT_FEED 2013-04-26 14:21:08 +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
90a372f51d fix warning when creating feed last updated timestamp 2013-04-25 18:02:34 +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
204f9b186f remove cdmUnexpandArticle 2013-04-25 14:04:49 +04:00
Andrew Dolgov
2779e22bf5 js: add collapsed and expanded hooks 2013-04-25 10:09:40 +04:00
Andrew Dolgov
06a02265c4 inject headlines-spacer even if cdm auto catchup is disabled 2013-04-25 09:43:36 +04:00
Andrew Dolgov
a06045adf0 add missing pluginhost source 2013-04-24 19:51:57 +04:00
Andrew Dolgov
8d388f321b add a simple JS-based hook host 2013-04-24 19:49:37 +04:00