Commit graph

113 commits

Author SHA1 Message Date
Andrew Dolgov
e07f89815b properly persist include_children 2012-08-15 09:11:43 +04:00
Andrew Dolgov
fbf85cf646 print_feed_cat_select: display nested category structure
fix empty sub-sub-categories never being shown
2012-08-14 23:19:20 +04:00
Andrew Dolgov
a26f57e63a fix savefeedorder for dojo 1.7 (wtf) 2012-08-14 19:37:31 +04:00
Andrew Dolgov
d04f8c826f remove call-by-reference to comply with php 5.4 2012-08-14 12:18:52 +04:00
Andrew Dolgov
854a2ace86 change include_children to a togglebutton; add placeholder setting save in a session 2012-08-13 21:39:40 +04:00
Andrew Dolgov
09101297ee add toolbar checkbox to include subcategories to viewfeed() 2012-08-13 21:25:46 +04:00
Andrew Dolgov
2c5f231e43 add special indication for categories having unread items in child categories 2012-08-13 19:52:34 +04:00
Andrew Dolgov
be514d00c9 remove feeds/index() 2012-08-13 18:58:21 +04:00
Andrew Dolgov
2ecd2df560 sorta-kinda fix the feedlist 2012-08-13 18:56:55 +04:00
Andrew Dolgov
2a060a9456 initial work on nested categories 2012-08-13 14:47:43 +04:00
Andrew Dolgov
d3253f49aa Revert "add experimental clientside headline clamping (refs #479)"
This reverts commit 26e4b12466.
2012-08-10 15:02:18 +04:00
Andrew Dolgov
26e4b12466 add experimental clientside headline clamping (refs #479) 2012-08-09 13:08:07 +04:00
Steven Allen
093fae5e3c Change ttrss_logo.png (deleted) to logo_wide.png 2012-07-14 18:49:40 -04:00
Andrew Dolgov
687bb90d27 remove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464) 2012-07-09 13:02:42 +04:00
Andrew Dolgov
0e4a7d7a94 remove memcached stuff 2012-07-06 14:37:03 +04:00
John Keeping
17f9d2003a Make Handler::before() hierarchy consistent
In API, the before() method (inherited from Handler) takes a $method
argument, although this is not declared for the before method() in
handler.  PHP in strict mode treats this as an error.

Since call sites already pass the $method argument, change
Handler::before() and the before() method in all other subclasses to
take this argument.
2012-07-05 19:43:44 +01:00
Andrew Dolgov
68916212b2 use Uncategorized coalesce in a few more places 2012-06-30 16:40:47 +04:00
Andrew Dolgov
310fa2ddef implement search in pref-filters 2012-06-29 13:11:39 +04:00
Andrew Dolgov
a5e0ffb0ce fix creating category filters on mysql 2012-06-24 22:45:28 +04:00
Andrew Dolgov
40b67ac7c7 Merge pull request #19 from plaidfluff/7e454e815dd67f0ac3804e213599be9bbbc2755e
Change update.php shebang to support any in-path installation locatio…
Fix category count query for mysql
2012-06-21 21:08:28 -07:00
fluffy
7e454e815d Fix category count query for mysql 2012-06-21 08:52:50 -07:00
Andrew Dolgov
82ace1aba8 fix borders on filter test results container 2012-06-20 16:14:40 +04:00
Andrew Dolgov
aa8b48a02b fix creating filter with active article title in cdm 2012-06-20 16:10:55 +04:00
Andrew Dolgov
917c12ee30 show empty categories in italic in category editor 2012-06-15 12:24:41 +04:00
Andrew Dolgov
a62812a6b4 show amount of feeds category holds in category editor 2012-06-15 10:43:58 +04:00
Andrew Dolgov
ca6a0741b4 tweak dialog topmost notices; add an explanation for the batch feed editor 2012-06-14 21:23:09 +04:00
Andrew Dolgov
ddb575c744 add select all/none functionality to several edit dialogs 2012-06-14 21:04:14 +04:00
Andrew Dolgov
2fb947eb21 prevent session modification in public/rss 2012-06-07 10:13:05 +04:00
Andrew Dolgov
64436e1039 prevent session modification in public/share 2012-06-07 10:09:16 +04:00
Andrew Dolgov
184f51952c experimental tweak to not mark articles newer than last one loaded in the buffer as read 2012-06-03 20:02:51 +04:00
Alexandre Gravel-Raymond
b1e592d37f Escape quotes in bookmarklet confirm message 2012-05-19 20:26:09 +02:00
Andrew Dolgov
949b1a9491 hide several user-related prompts when using remote auth + auto_login (closes #447) 2012-05-16 11:56:21 +04:00
Andrew Dolgov
35b9844be1 fix broken feed icon upload (closes #459) 2012-05-15 22:00:43 +04:00
Andrew Dolgov
941e48a402 apply patch from gmargo to differentiate between manual and new feed after-subscription update 2012-05-05 22:28:46 +04:00
Andrew Dolgov
ecbd7b91fe allow manual updates for feeds with disabled automatic updates 2012-04-01 09:35:56 +04:00
Andrew Dolgov
442456184c simplify catching up of feeds, do not reload headlines buffer on catchup unless on_catchup_show_next_feed is enabled (closes #442) 2012-03-29 15:03:48 +04:00
Andrew Dolgov
d4c64ecc77 pref_prefs: only disable password changing block in single user mode (closes #444) 2012-03-29 14:44:52 +04:00
André
a498d18b55 Remove apostrophs from boolean values when editing feeds in batch 2012-03-09 10:05:06 +01:00
Andrew Dolgov
b11e9943d8 API: add order_id to getCategories; add feed_title to getHeadlines; bump api level to 3 2012-03-08 19:01:23 +04:00
Andrew Dolgov
5b7bd238ee pref-feeds: apply patch by gmargo@forum to show/hide empty categories 2012-03-05 12:08:39 +04:00
Andrew Dolgov
d50edb08ba fix wrong translation in de_DE 2012-02-29 09:40:34 +04:00
Andrew Dolgov
9c97041d55 make generated_feed parameters optional, add specific date type for RSS feeds 2012-02-27 14:39:15 +04:00
Andrew Dolgov
f4ce1d645e fix encoding for pref-feeds/add when called as a HTML page (closes #423) 2012-02-22 13:54:47 +04:00
Andrew Dolgov
56fbb82cb0 properly handle invalid regular expressions supplied when testing filters, add some additional regexp checks (closes #427) 2012-02-21 12:36:29 +04:00
Andrew Dolgov
5f85d90d71 remove readitlater button plugin from trunk, mention Plugins page in config.php 2012-02-20 12:31:16 +04:00
Andrew Dolgov
74eef4fca8 fix rpc setpref (key unassigned) 2012-02-13 15:09:39 +04:00
Andrew Dolgov
7e431502dd fix customize CSS dialog disappearing newlines (2) 2012-02-13 12:54:06 +04:00
Andrew Dolgov
0380cfa9ee fix customize CSS dialog disappearing newlines 2012-02-13 12:46:20 +04:00
Andrew Dolgov
1a740cf68e api: limit getHeadlines output to 60 headlines 2012-02-06 14:32:30 +04:00
Andrew Dolgov
8437c066e1 implement digestTest back
misc digest updates and improvements
2012-01-31 16:27:51 +04:00