Andrew Dolgov
d04f8c826f
remove call-by-reference to comply with php 5.4
12 years ago
Andrew Dolgov
854a2ace86
change include_children to a togglebutton; add placeholder setting save in a session
12 years ago
Andrew Dolgov
09101297ee
add toolbar checkbox to include subcategories to viewfeed()
12 years ago
Andrew Dolgov
2c5f231e43
add special indication for categories having unread items in child categories
12 years ago
Andrew Dolgov
be514d00c9
remove feeds/index()
12 years ago
Andrew Dolgov
2ecd2df560
sorta-kinda fix the feedlist
12 years ago
Andrew Dolgov
2a060a9456
initial work on nested categories
12 years ago
Andrew Dolgov
d3253f49aa
Revert "add experimental clientside headline clamping (refs #479 )"
...
This reverts commit 26e4b12466
.
12 years ago
Andrew Dolgov
26e4b12466
add experimental clientside headline clamping (refs #479 )
12 years ago
Steven Allen
093fae5e3c
Change ttrss_logo.png (deleted) to logo_wide.png
13 years ago
Andrew Dolgov
687bb90d27
remove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464 )
13 years ago
Andrew Dolgov
0e4a7d7a94
remove memcached stuff
13 years ago
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.
13 years ago
Andrew Dolgov
68916212b2
use Uncategorized coalesce in a few more places
13 years ago
Andrew Dolgov
310fa2ddef
implement search in pref-filters
13 years ago
Andrew Dolgov
a5e0ffb0ce
fix creating category filters on mysql
13 years ago
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
13 years ago
fluffy
7e454e815d
Fix category count query for mysql
13 years ago
Andrew Dolgov
82ace1aba8
fix borders on filter test results container
13 years ago
Andrew Dolgov
aa8b48a02b
fix creating filter with active article title in cdm
13 years ago
Andrew Dolgov
917c12ee30
show empty categories in italic in category editor
13 years ago
Andrew Dolgov
a62812a6b4
show amount of feeds category holds in category editor
13 years ago
Andrew Dolgov
ca6a0741b4
tweak dialog topmost notices; add an explanation for the batch feed editor
13 years ago
Andrew Dolgov
ddb575c744
add select all/none functionality to several edit dialogs
13 years ago
Andrew Dolgov
2fb947eb21
prevent session modification in public/rss
13 years ago
Andrew Dolgov
64436e1039
prevent session modification in public/share
13 years ago
Andrew Dolgov
184f51952c
experimental tweak to not mark articles newer than last one loaded in the buffer as read
13 years ago
Alexandre Gravel-Raymond
b1e592d37f
Escape quotes in bookmarklet confirm message
13 years ago
Andrew Dolgov
949b1a9491
hide several user-related prompts when using remote auth + auto_login ( closes #447 )
13 years ago
Andrew Dolgov
35b9844be1
fix broken feed icon upload ( closes #459 )
13 years ago
Andrew Dolgov
941e48a402
apply patch from gmargo to differentiate between manual and new feed after-subscription update
13 years ago
Andrew Dolgov
ecbd7b91fe
allow manual updates for feeds with disabled automatic updates
13 years ago
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 )
13 years ago
Andrew Dolgov
d4c64ecc77
pref_prefs: only disable password changing block in single user mode ( closes #444 )
13 years ago
André
a498d18b55
Remove apostrophs from boolean values when editing feeds in batch
13 years ago
Andrew Dolgov
b11e9943d8
API: add order_id to getCategories; add feed_title to getHeadlines; bump api level to 3
13 years ago
Andrew Dolgov
5b7bd238ee
pref-feeds: apply patch by gmargo@forum to show/hide empty categories
13 years ago
Andrew Dolgov
d50edb08ba
fix wrong translation in de_DE
13 years ago
Andrew Dolgov
9c97041d55
make generated_feed parameters optional, add specific date type for RSS feeds
13 years ago
Andrew Dolgov
f4ce1d645e
fix encoding for pref-feeds/add when called as a HTML page ( closes #423 )
13 years ago
Andrew Dolgov
56fbb82cb0
properly handle invalid regular expressions supplied when testing filters, add some additional regexp checks ( closes #427 )
13 years ago
Andrew Dolgov
5f85d90d71
remove readitlater button plugin from trunk, mention Plugins page in config.php
13 years ago
Andrew Dolgov
74eef4fca8
fix rpc setpref (key unassigned)
13 years ago
Andrew Dolgov
7e431502dd
fix customize CSS dialog disappearing newlines (2)
13 years ago
Andrew Dolgov
0380cfa9ee
fix customize CSS dialog disappearing newlines
13 years ago
Andrew Dolgov
1a740cf68e
api: limit getHeadlines output to 60 headlines
13 years ago
Andrew Dolgov
8437c066e1
implement digestTest back
...
misc digest updates and improvements
13 years ago
Andrew Dolgov
8eba830f08
pref_prefs: mention that tt-rss server time is UTC
13 years ago
Andrew Dolgov
1b92f54375
update DIGEST_PREFERRED_TIME prefs regexp
13 years ago
Andrew Dolgov
1b9b19af0f
try to send digests within 2 hours of preferred time only
13 years ago