summaryrefslogtreecommitdiff
path: root/classes/dlg.php
AgeCommit message (Collapse)Author
2012-07-05Make Handler::before() hierarchy consistentJohn Keeping
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-06-14tweak dialog topmost notices; add an explanation for the batch feed editorAndrew Dolgov
2012-06-14add select all/none functionality to several edit dialogsAndrew Dolgov
2012-01-29prefs: implement batch subscribe to feedsAndrew Dolgov
2012-01-26allow subscribing to twitter feeds without oauth (if require auth checkbox ↵Andrew Dolgov
is unset)
2011-12-27implement experimental personal data importAndrew Dolgov
2011-12-27implement neutral-format personal data exportAndrew Dolgov
2011-12-27implement filter importAndrew Dolgov
2011-12-27implement filtering by category (closes #386)Andrew Dolgov
2011-12-26fix filter test dialogAndrew Dolgov
2011-12-22fix OPML importAndrew Dolgov
2011-12-21add note pluginAndrew Dolgov
2011-12-21add mail and share pluginsAndrew Dolgov
2011-12-14remove about dialogAndrew Dolgov
2011-12-13split several functions to related classesAndrew Dolgov
2011-12-13implement ProtectedHandlerAndrew Dolgov
2011-12-13implement tiny-OOP routingAndrew Dolgov