1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-07-07 13:40:53 +02:00
Commit Graph

5835 Commits

Author SHA1 Message Date
Andrew Dolgov
2e828a4af6 add a button to show release notes before updating; remove obsolete elements 2013-03-25 21:47:38 +04:00
Mirosław Lach
cceb780af0 Updated polish translation. 2013-03-25 18:44:48 +01:00
Andrew Dolgov
f4a2f12ad5 implement _CLASSIC_ADAPTIVE 2013-03-25 21:33:06 +04:00
Andrew Dolgov
db98542301 daemon2: actually handle --quiet option 2013-03-25 21:08:48 +04:00
saperduper
30123fe630 Handle future pubDate
Posts with pubDate in the future always appear at the top, which is ruining the
whole "newest at top" idea. One way to handle this is to use time() instead.
This is what google reader does and seems reasonable.
2013-03-25 18:49:11 +02:00
Andrew Dolgov
72394a1e2d enable tooltips on normal mode 2013-03-25 20:41:23 +04:00
Andrew Dolgov
45b9c6fbcb remove unused clearTwitterCredentials 2013-03-25 20:26:43 +04:00
Andrew Dolgov
89aca598e3 Merge pull request #85 from Joschasa/master
Updated german translation
2013-03-25 09:24:22 -07:00
Andrew Dolgov
b6274383ed drop ttrss_filters from the schema 2013-03-25 20:22:34 +04:00
Joschasa
e96ba2c47f Updated german translation 2013-03-25 17:15:35 +01:00
Andrew Dolgov
ec1f8a3d8a fix inverse rule to only mean negative regexp matching except for whole rule (refs #631) 2013-03-25 20:09:37 +04:00
Andrew Dolgov
bcd4d24086 getFilterName: only show inverse rules as actually inverse 2013-03-25 19:58:37 +04:00
Andrew Dolgov
a3a896a127 let us rejoice on being able to create double negative filters (refs #631) 2013-03-25 19:46:43 +04:00
Andrew Dolgov
aff02f89c1 updater: add basic support for migrating feed icons 2013-03-25 18:36:41 +04:00
Andrew Dolgov
2a457e8433 cdm expanded read: improve contrast a bit 2013-03-25 16:55:21 +04:00
Andrew Dolgov
982fce566d Merge pull request #84 from scarabeusiv/master
Czech strings++
2013-03-25 05:53:17 -07:00
Andrew Dolgov
5970d23a24 make cdm expanded header less blue if read 2013-03-25 16:52:58 +04:00
Andrew Dolgov
a6b23045a4 fix adaptive vgroup view crashing 2013-03-25 16:50:56 +04:00
Andrew Dolgov
8cb46a1e83 support grouped vfeeds in adaptive mode 2013-03-25 16:34:08 +04:00
Andrew Dolgov
398eaeb419 experimentally tweak adaptive mode to show unread articles first and other stuff later 2013-03-25 16:30:45 +04:00
Andrew Dolgov
c1f6e5f865 api: fix updateFeed crashing (closes #616) 2013-03-25 16:20:45 +04:00
Andrew Dolgov
ae6d8b658b Merge pull request #83 from kythyria/master
A slight fix for the Penny Arcade plugin
2013-03-25 05:10:40 -07:00
Andrew Dolgov
d2f3467bb6 add a simple appearing preview for unexpanded cdm and normal mode 2013-03-25 16:09:05 +04:00
Andrew Dolgov
4cdb81737a add a knob to disable reload on js change 2013-03-25 16:07:39 +04:00
Tomáš Chvátal
1107d2f01b Add more new czech strings from the js files. 2013-03-25 12:52:43 +01:00
kythyria
d98de737f5 Make the Penny Arcade plugin pull in news posts as well as comics 2013-03-25 11:16:35 +00:00
Andrew Dolgov
4401813325 unpackVisibleHeadlines: do nothing if not in cdm 2013-03-25 14:15:22 +04:00
Andrew Dolgov
62b1f587ab do some tweaks to prevent potential self-reading 2013-03-25 14:01:33 +04:00
Andrew Dolgov
9515f1cc0f digest: use new translation init stuff 2013-03-25 12:47:42 +04:00
Andrew Dolgov
bcbb2ec792 remove localized_js.php; integrate with other startup JS stuff 2013-03-25 12:45:27 +04:00
Andrew Dolgov
90856743c3 localized_js didn't use sessions 2013-03-25 12:34:53 +04:00
Andrew Dolgov
41e26a3e07 js translations: look for notify_info and notify_progress; update translations 2013-03-25 12:28:22 +04:00
Andrew Dolgov
28425ec702 Merge branch 'master' of git://github.com/skikuta/Tiny-Tiny-RSS into skikuta-master
Conflicts:
	locale/ja_JP/LC_MESSAGES/messages.po
2013-03-25 12:23:20 +04:00
Andrew Dolgov
0b0822c2f1 cdmExpandArticle: bail out if id not present in buffer (closes #628) 2013-03-25 11:56:48 +04:00
Andrew Dolgov
d2888e8832 create_published_article: set last_published properly on creation 2013-03-25 10:30:01 +04:00
Andrew Dolgov
f50c2785a7 remove updated view mode 2013-03-25 10:01:26 +04:00
Andrew Dolgov
5f0081b05b tweak strip_harmful_tags() for php 5.3.2 compatibility (refs #620) 2013-03-25 09:17:16 +04:00
skikuta
798e241e54 update japanese translation 2013-03-25 06:53:44 +09:00
Andrew Dolgov
998bfad348 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-03-25 00:07:11 +04:00
Andrew Dolgov
b512c957e5 Merge pull request #81 from scarabeusiv/master
More czech strings
2013-03-24 13:06:59 -07:00
Andrew Dolgov
9797586fa9 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-03-25 00:01:58 +04:00
Tomas Chvatal
977624efdb Add more czech strings. 2013-03-24 21:01:55 +01:00
Andrew Dolgov
69891b23fe Merge pull request #79 from xbasic/master
auth_ldap patch
2013-03-24 13:01:36 -07:00
Andrew Dolgov
227d5e4168 label auto matcher: preg_quote() label 2013-03-24 22:49:43 +04:00
Tomas Chvatal
5d5e2e3ae8 strip_harmful_tags: allow center 2013-03-24 22:43:05 +04:00
Tomas Chvatal
9a73994c5e Allow translation of notices in prefs. 2013-03-24 21:24:24 +04:00
Andrew Dolgov
b87a625c38 improve zoomed post content css 2013-03-24 20:22:16 +04:00
Andrew Dolgov
480d358c5f update translations 2013-03-24 20:09:43 +04:00
Andrew Dolgov
fcbed87b20 localized_js: add ngettext 2013-03-24 20:08:18 +04:00
Andrew Dolgov
8850646ff3 Merge pull request #77 from scarabeusiv/master
Fix pluralized forms and whitespace in translations and fix the l10n tools
2013-03-24 09:00:55 -07:00