Andrew Dolgov
b77d0c4a12
fix missing commit after OPML import ( closes #513 )
12 years ago
Andrew Dolgov
a8c1802512
simplify search dialog
12 years ago
Andrew Dolgov
e8438e8fd0
update broken tt-rss.org links
12 years ago
Andrew Dolgov
17525d0127
quickAddFeed: remove oauth notice, mention you can paste site URL
12 years ago
Andrew Dolgov
bc6fa2364b
move inactiveFeeds and feedsWithErrors to pref-feeds; fix element id collisions
12 years ago
Andrew Dolgov
7ac3f735e1
quickAddFeed: remove OAuth mention
12 years ago
Andrew Dolgov
6aff784575
implement multiple rule/action filters
12 years ago
Andrew Dolgov
da1da2e4d8
quickAddFilter: prefill current feed in the dialog
12 years ago
Andrew Dolgov
4c9d0490c6
rework filter dialog to make feed/category selection easier
12 years ago
Andrew Dolgov
c39befacb2
add (undocumented) _DISABLE_FEED_BROWSER
12 years ago
Andrew Dolgov
4c97d1f6af
newVersionDlg: mention prefs updater
12 years ago
Andrew Dolgov
366f06f7cf
update.php: display error message when running from the browser
...
mention self-updating in new version dialog
12 years ago
Andrew Dolgov
23d2471c92
expand error messages in subscribeToFeed(), provide proper error message
...
when URL download failed (refs #489 )
12 years ago
Andrew Dolgov
9da07c8ad2
unbreak classes/dlg
12 years ago
Andrew Dolgov
d75409bfda
move opml stuff to classes/opml.php
12 years ago
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.
13 years ago
Andrew Dolgov
ca6a0741b4
tweak dialog topmost notices; add an explanation for the batch feed editor
13 years ago
Andrew Dolgov
ddb575c744
add select all/none functionality to several edit dialogs
13 years ago
Andrew Dolgov
33f0fdd0a2
prefs: implement batch subscribe to feeds
13 years ago
Andrew Dolgov
aa60999b97
allow subscribing to twitter feeds without oauth (if require auth checkbox is unset)
13 years ago
Andrew Dolgov
55f34b811f
implement experimental personal data import
13 years ago
Andrew Dolgov
566faa1476
implement neutral-format personal data export
13 years ago
Andrew Dolgov
34aa9e20c7
implement filter import
13 years ago
Andrew Dolgov
ba975b2ec7
implement filtering by category ( closes #386 )
13 years ago
Andrew Dolgov
b69a09ea07
fix filter test dialog
13 years ago
Andrew Dolgov
c4c74732db
fix OPML import
13 years ago
Andrew Dolgov
55ad22fa55
add note plugin
13 years ago
Andrew Dolgov
1baac2803c
add mail and share plugins
13 years ago
Andrew Dolgov
ab05e53813
remove about dialog
13 years ago
Andrew Dolgov
791780621b
split several functions to related classes
13 years ago
Andrew Dolgov
46da73c255
implement ProtectedHandler
13 years ago
Andrew Dolgov
3f3630529e
implement tiny-OOP routing
13 years ago