Commit Graph

6857 Commits

Author SHA1 Message Date
Andrew Dolgov c434b2a3c2 Merge pull request #184 from levito/patch-3
fix jumping when clicking tree nodes
2013-05-12 13:10:01 -07:00
Veit Lehmann 13c5cc6d27 fix jumping when clicking tree nodes
I would also suggest to turn the font-size back to 12px and padding back to 1px 0 there. Maybe only push the font-size to 14px in articles, since that's what we look at most. Everything else should visually step back.
2013-05-12 20:03:10 +03:00
Andrew Dolgov 11334fdf6c make appearance of some preference panes more similar 2013-05-12 12:36:25 +04:00
Andrew Dolgov bb660dcab4 notice style updates 2013-05-12 12:27:53 +04:00
Andrew Dolgov d34a32a80e remove unnecessary bottom border from headlines-frame 2013-05-11 15:09:18 +04:00
Andrew Dolgov 17809d7c4e optimize text legibility a bit 2013-05-11 14:10:51 +04:00
Andrew Dolgov 3baca85314 Merge pull request #183 from levito/patch-2
keep counterNode always visible when feedTree rows get longer
2013-05-08 21:31:25 -07:00
Veit Lehmann 4835d72f9f keep counterNode always visible when feedTree rows get longer
.dijitTreeRow gets a width set by dojo.js. Max-width keeps it from growing too big. overflow: hidden and text-overflow: ellipsis shorten the text with an ellipsis so the counterNode won't cover the text.
2013-05-09 00:36:47 +02: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 b8461261fb make headline-toolbar brighter 2013-05-08 09:29:06 +04:00
Andrew Dolgov c73b739b25 save and restore UI panel configuration in cookies 2013-05-08 09:18:43 +04:00
Andrew Dolgov 654532b790 getting tired of your shit, dojo 2013-05-08 09:18:22 +04:00
Andrew Dolgov 41bcaef13b force minimum counterNode width 2013-05-08 08:49:14 +04:00
Andrew Dolgov f5d3c77a8f experimentally align counters to the right 2013-05-08 01:40:10 +04:00
Andrew Dolgov 13ed529d21 increase main font size 2013-05-07 20:16:15 +04:00
Andrew Dolgov fbb4155bae counterNode: use appear effect 2013-05-07 20:03:09 +04:00
Andrew Dolgov 4f8c4df138 remove unneeded cdmHeader margins 2013-05-07 19:39:41 +04:00
Andrew Dolgov d310348460 remove gradients, update favicon avg color display 2013-05-07 19:39:04 +04:00
Andrew Dolgov 48e5a75654 update label ref style 2013-05-07 18:54:21 +04:00
Andrew Dolgov 14c53e4e60 tweak visual for headlines 2013-05-07 18:47:35 +04:00
Andrew Dolgov 5973c74c34 fix notify display on chrome, add some css tweaks 2013-05-07 16:44:59 +04:00
Andrew Dolgov 8d4b5b466a fix counters not being updated 2013-05-07 16:28:49 +04:00
Andrew Dolgov 69970d5b88 add tooltip 2013-05-07 15:50:53 +04:00
Andrew Dolgov 82076ce531 Merge branch 'master' into css-feedtree-counter
Conflicts:
	tt-rss.css
2013-05-07 15:36:14 +04:00
Andrew Dolgov 23923fb29b subscribe_to_feed: use already fetched data when updating initially 2013-05-07 15:34:20 +04:00
Andrew Dolgov d29357fa02 fix more hphp detected issues 2013-05-07 15:18:37 +04:00
Andrew Dolgov ea46d90eee auth_base: choose random password if not supplied by auth module 2013-05-07 12:36:09 +04:00
Andrew Dolgov a4fd183b58 Merge pull request #180 from rlerdorf/master
Fix some bugs found by static analysis
2013-05-07 01:34:49 -07:00
Andrew Dolgov 75933cf00d better fix for feedTree shifting 2013-05-07 12:14:11 +04:00
Rasmus Lerdorf 6f7798b643 Fixing bugs found by static analysis 2013-05-07 00:35:10 -07:00
Andrew Dolgov 2c967d6023 move example plugins to -contrib 2013-05-07 10:09:38 +04:00
Andrew Dolgov d88922a5d3 digest and mobile (old) moved to -contrib repository 2013-05-07 10:08:34 +04:00
Andrew Dolgov 7c433c9412 Revert "use img-polaroid lookalike for images"
This reverts commit 7d61f11c76.
2013-05-07 10:02:22 +04:00
Andrew Dolgov 05aab60376 remove some blue borders 2013-05-07 09:58:58 +04:00
Andrew Dolgov 2cf3500e1d attempt to fix annoying shifting of feedTree elements while hover changes 2013-05-07 09:44:34 +04:00
Andrew Dolgov 7d61f11c76 use img-polaroid lookalike for images 2013-05-07 08:55:22 +04:00
Andrew Dolgov e5e6cde06a remove support for hiding empty categories in prefs editor because people are dumb 2013-05-06 12:50:52 +04:00
Andrew Dolgov 0e72dbd79e Merge pull request #179 from nottwo/$link-cleanup
Remove obsolete $link parameter for password reset
2013-05-05 21:06:43 -07:00
Andrew Dolgov da3077d1b1 Merge pull request #178 from dzaikos/master
Modified the behaviour of catchup_visible_articles() in digest mode.
2013-05-04 22:58:19 -07:00
Andrew Dolgov 2a3e8d7f34 Merge branch 'master' of github.com:gothfox/Tiny-Tiny-RSS 2013-05-04 12:02:08 +04:00
Andrew Dolgov 8d090a910b use css nth-child instead of old even/odd class hacks for normal mode 2013-05-04 12:01:53 +04:00
Dave Zaikos 96a78914e2 Modified the behaviour of catchup_visible_articles() in digest mode.
The "Mark as read" option now first checks if articles are selected. If so, it only marks as read the selected articles.

If no articles are selected, the previous behaviour is executed: marking all visible articles as read.
2013-05-03 21:22:16 -04:00
Trannie Carter 233b74ad22 Remove obsolete $link parameter for password reset 2013-05-03 20:44:24 -04:00
Andrew Dolgov 3bcf2bf279 Merge pull request #177 from lotrfan/update_selected_fix
Update selected count when collapsing an article
2013-05-03 06:42:01 -07:00
Jeffrey Tolar b43b92928a Update selected count when collapsing an article 2013-05-02 18:15:41 -05:00
Andrew Dolgov 51a2bac0f6 Merge pull request #176 from ArmyOfPirates/master
Updated nl_NL translation
2013-05-02 09:11:10 -07:00
ArmyOfPirates a0aaa6423e Updated nl_NL translation 2013-05-02 13:59:30 +02:00
Andrew Dolgov 72c29b65d4 atom: fix rel=alternate links 2013-05-02 10:40:59 +04:00
Andrew Dolgov 602fe53496 fix atom <author>value</author> elements 2013-05-02 10:36:05 +04:00