You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
12 years ago
..
api.php API: add order_id to getCategories; add feed_title to getHeadlines; bump api level to 3 13 years ago
article.php experimental CSRF protection 13 years ago
backend.php implement digestTest back 13 years ago
dlg.php Make Handler::before() hierarchy consistent 12 years ago
feeds.php use Uncategorized coalesce in a few more places 12 years ago
handler.php Make Handler::before() hierarchy consistent 12 years ago
mail_button.php add mail and share plugins 13 years ago
note_button.php add note plugin 13 years ago
plugin_button.php add missing files 13 years ago
pref_feeds.php Fix category count query for mysql 12 years ago
pref_filters.php implement search in pref-filters 12 years ago
pref_instances.php Make Handler::before() hierarchy consistent 12 years ago
pref_labels.php experimental CSRF protection 13 years ago
pref_prefs.php add select all/none functionality to several edit dialogs 12 years ago
pref_users.php Make Handler::before() hierarchy consistent 12 years ago
protected_handler.php Make Handler::before() hierarchy consistent 12 years ago
public_handler.php prevent session modification in public/rss 12 years ago
rpc.php experimental tweak to not mark articles newer than last one loaded in the buffer as read 12 years ago
share_button.php add mail and share plugins 13 years ago
tweet_button.php add missing files 13 years ago