1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-25 11:57:42 +02:00
Commit Graph

75 Commits

Author SHA1 Message Date
Andrew Dolgov
da1da2e4d8 quickAddFilter: prefill current feed in the dialog 2012-08-26 16:54:47 +04:00
Andrew Dolgov
4c9d0490c6 rework filter dialog to make feed/category selection easier 2012-08-26 12:36:08 +04:00
Andrew Dolgov
c39befacb2 add (undocumented) _DISABLE_FEED_BROWSER 2012-08-24 00:13:30 +04:00
Andrew Dolgov
4c97d1f6af newVersionDlg: mention prefs updater 2012-08-23 23:15:01 +04:00
Andrew Dolgov
366f06f7cf update.php: display error message when running from the browser
mention self-updating in new version dialog
2012-08-23 13:17:22 +04:00
Andrew Dolgov
23d2471c92 expand error messages in subscribeToFeed(), provide proper error message
when URL download failed (refs #489)
2012-08-21 14:09:51 +04:00
Andrew Dolgov
9da07c8ad2 unbreak classes/dlg 2012-08-17 17:03:39 +04:00
Andrew Dolgov
d75409bfda move opml stuff to classes/opml.php 2012-08-15 15:47:13 +04:00
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