Andrew Dolgov
dcbe36b2a2
fix some remaining old-style viewfeed() calls
2015-08-13 09:51:39 +03:00
Andrew Dolgov
9090b874ab
simplify search, remove search_mode as useless
...
remove dialog to select by tags, simplify browsing by tag query
2015-07-07 15:59:32 +03:00
Andrew Dolgov
415a3b50c9
fix some minor typos and stuff
2015-06-07 18:41:18 +03:00
Andrew Dolgov
ed775e4e8d
remove obsolete code related to version checking and tarball updater plugin
2015-01-31 15:08:55 +03:00
Andrew Dolgov
4a80c57c50
remove some unused code reported by phpmd
2014-02-19 15:42:52 +04:00
Andrew Dolgov
29f7ec0ae3
printTagSelect: work correctly on tags with spaces
2013-10-20 09:09:16 +04:00
Andrew Dolgov
d9c85e0f11
classes: use OO DB interface
2013-04-17 20:12:14 +04:00
Andrew Dolgov
a42c55f02b
fix blank character after opening bracket in function calls
2013-04-17 18:34:18 +04:00
Andrew Dolgov
6322ac79a0
remove $link
2013-04-17 16:48:41 +04:00
Andrew Dolgov
201bb1ca54
move batchSubscribe to pref-feeds
2013-04-01 12:36:57 +04:00
Andrew Dolgov
9d76e75451
move editPrefProfiles to pref-prefs
2013-04-01 12:34:49 +04:00
Andrew Dolgov
7a5103ae90
move addInstance call to instances plugin
2013-04-01 12:31:55 +04:00
Andrew Dolgov
00e347410e
move customizeCSS to pref-prefs
2013-04-01 12:30:34 +04:00
Andrew Dolgov
1c9bda915b
move several methods from dlg; fix displayed tags not updated after editing
2013-04-01 11:14:27 +04:00
Andrew Dolgov
a7edcc5585
minor css cleanup
2013-04-01 10:51:38 +04:00
Andrew Dolgov
fb54e3b188
remove xml stuff from backend/dlg
2013-04-01 10:47:41 +04:00
Andrew Dolgov
fcef9eeae0
remove dialogNotice; tweak dialog appearance a bit
2013-03-28 14:01:25 +04:00
Andrew Dolgov
2e828a4af6
add a button to show release notes before updating; remove obsolete elements
2013-03-25 21:47:38 +04:00
Andrew Dolgov
3972bf5981
db_escape_string: specify link parameter for consistency; sessions: do not force-close db connection in _close()
2013-03-22 09:14:55 +04:00
Joschasa
2a3b6de0ef
remove deprecated theme_image()
2013-03-20 22:59:08 +01:00
Andrew Dolgov
ed47e3c418
new version dialog: display error when no version info available
2013-02-06 20:13:44 +04:00
Andrew Dolgov
5083271956
move some more functions out of functions.php; fix opml.php failing due to redeclared autoload
2013-01-22 22:36:16 +04:00
Andrew Dolgov
55c7f0923e
split feedbrowser into a separate file
2012-12-24 15:58:29 +04:00
Andrew Dolgov
6c2637d973
move data import/export to a separate plugin
2012-12-24 15:03:19 +04:00
Andrew Dolgov
7b28a98697
several translation fixes, update translations
2012-11-22 16:07:40 +04:00
Andrew Dolgov
b77d0c4a12
fix missing commit after OPML import ( closes #513 )
2012-11-20 23:33:12 +04:00
Andrew Dolgov
a8c1802512
simplify search dialog
2012-11-01 20:14:22 +04:00
Andrew Dolgov
e8438e8fd0
update broken tt-rss.org links
2012-11-01 19:14:17 +04:00
Andrew Dolgov
17525d0127
quickAddFeed: remove oauth notice, mention you can paste site URL
2012-10-28 11:50:54 +04:00
Andrew Dolgov
bc6fa2364b
move inactiveFeeds and feedsWithErrors to pref-feeds; fix element id collisions
2012-09-14 12:30:04 +04:00
Andrew Dolgov
7ac3f735e1
quickAddFeed: remove OAuth mention
2012-09-14 02:46:50 +04:00
Andrew Dolgov
6aff784575
implement multiple rule/action filters
2012-08-31 12:13:47 +04:00
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