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
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
33f0fdd0a2
prefs: implement batch subscribe to feeds
2012-01-29 17:51:00 +04:00
Andrew Dolgov
aa60999b97
allow subscribing to twitter feeds without oauth (if require auth checkbox is unset)
2012-01-26 13:48:14 +04:00
Andrew Dolgov
55f34b811f
implement experimental personal data import
2011-12-27 23:10:04 +04:00
Andrew Dolgov
566faa1476
implement neutral-format personal data export
2011-12-27 21:09:22 +04:00
Andrew Dolgov
34aa9e20c7
implement filter import
2011-12-27 18:37:07 +04:00
Andrew Dolgov
ba975b2ec7
implement filtering by category ( closes #386 )
2011-12-27 12:57:38 +04:00
Andrew Dolgov
b69a09ea07
fix filter test dialog
2011-12-26 16:02:59 +04:00
Andrew Dolgov
c4c74732db
fix OPML import
2011-12-22 16:45:19 +04:00
Andrew Dolgov
55ad22fa55
add note plugin
2011-12-21 10:58:06 +04:00
Andrew Dolgov
1baac2803c
add mail and share plugins
2011-12-21 08:50:37 +04:00
Andrew Dolgov
ab05e53813
remove about dialog
2011-12-14 15:52:40 +04:00
Andrew Dolgov
791780621b
split several functions to related classes
2011-12-13 16:27:46 +04:00
Andrew Dolgov
46da73c255
implement ProtectedHandler
2011-12-13 14:18:18 +04:00
Andrew Dolgov
3f3630529e
implement tiny-OOP routing
2011-12-13 00:20:53 +04:00