tt-rss/classes
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
..
api.php API: add order_id to getCategories; add feed_title to getHeadlines; bump api level to 3 2012-03-08 19:01:23 +04:00
article.php experimental CSRF protection 2011-12-26 12:02:52 +04:00
backend.php implement digestTest back 2012-01-31 16:27:51 +04:00
dlg.php Make Handler::before() hierarchy consistent 2012-07-05 19:43:44 +01:00
feeds.php use Uncategorized coalesce in a few more places 2012-06-30 16:40:47 +04:00
handler.php Make Handler::before() hierarchy consistent 2012-07-05 19:43:44 +01:00
mail_button.php add mail and share plugins 2011-12-21 08:50:37 +04:00
note_button.php add note plugin 2011-12-21 10:58:06 +04:00
plugin_button.php add missing files 2011-12-21 08:21:56 +04:00
pref_feeds.php Fix category count query for mysql 2012-06-21 08:52:50 -07:00
pref_filters.php implement search in pref-filters 2012-06-29 13:11:39 +04:00
pref_instances.php Make Handler::before() hierarchy consistent 2012-07-05 19:43:44 +01:00
pref_labels.php experimental CSRF protection 2011-12-26 12:02:52 +04:00
pref_prefs.php add select all/none functionality to several edit dialogs 2012-06-14 21:04:14 +04:00
pref_users.php Make Handler::before() hierarchy consistent 2012-07-05 19:43:44 +01:00
protected_handler.php Make Handler::before() hierarchy consistent 2012-07-05 19:43:44 +01:00
public_handler.php prevent session modification in public/rss 2012-06-07 10:13:05 +04:00
rpc.php experimental tweak to not mark articles newer than last one loaded in the buffer as read 2012-06-03 20:02:51 +04:00
share_button.php add mail and share plugins 2011-12-21 08:50:37 +04:00
tweet_button.php add missing files 2011-12-21 08:21:56 +04:00