Andrew Dolgov
366f06f7cf
update.php: display error message when running from the browser
...
mention self-updating in new version dialog
2012-08-23 13:17:22 +04:00
Andrew Dolgov
9aceda3afc
remove hook-based plugins
2012-08-21 14:37:43 +04:00
Andrew Dolgov
23d2471c92
expand error messages in subscribeToFeed(), provide proper error message
...
when URL download failed (refs #489 )
2012-08-21 14:09:51 +04:00
Andrew Dolgov
9da07c8ad2
unbreak classes/dlg
2012-08-17 17:03:39 +04:00
Andrew Dolgov
369dbc19d6
rework class system to use subdirectories
...
add placeholder plugin/hook system
2012-08-17 14:22:33 +04:00
Andrew Dolgov
dc0374df2b
auth_internal.change_password: do not rely on session
2012-08-16 18:27:26 +04:00
Andrew Dolgov
d5fd183d18
move changing password code to authentication modules
2012-08-16 18:21:35 +04:00
Andrew Dolgov
200e0d4ebb
save module user authenticated with, only allow password change if module is 'internal'
2012-08-16 16:00:50 +04:00
Andrew Dolgov
1e666f0aeb
add hide_change_password session variable
2012-08-16 15:58:13 +04:00
Andrew Dolgov
501ed09a26
allow auto_create_user() to be used instead of find_user_by_login() when auto creating is off
2012-08-16 15:38:33 +04:00
Andrew Dolgov
0d421af86f
split authentication to separate modules
2012-08-16 15:30:49 +04:00
Andrew Dolgov
3f9de6ccbc
opml: remove CRs, tweak category node detection
2012-08-15 15:58:43 +04:00
Andrew Dolgov
65c8267980
opml: clean empty categories
2012-08-15 15:55:41 +04:00
Andrew Dolgov
d75409bfda
move opml stuff to classes/opml.php
2012-08-15 15:47:13 +04:00
Andrew Dolgov
ba5296a19b
disable dnd tip in pref_feeds
2012-08-15 10:48:25 +04:00
Andrew Dolgov
95ee44b33d
fix drag-and-drop categorizing of feeds into nested cats
2012-08-15 10:10:24 +04:00
Andrew Dolgov
28537341ef
pref_feeds: add missing methods to add/remove cats
2012-08-15 09:59:08 +04:00
Andrew Dolgov
5ef071e00b
remove old category editor
...
allow creating/removing categories in main feed editor
2012-08-15 09:38:57 +04:00
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