Andrew Dolgov
b5bf9a0ff3
remove long forgotten stuff related to feed debugging actionbar
2017-12-02 15:12:39 +03:00
Andrew Dolgov
12b7b90c70
prefs: reload after OPML import
2017-07-02 20:26:18 +03:00
Andrew Dolgov
1bfe1d7b31
simplify error handling
...
* less convoluted exception dialogs
* use window.onerror for the majority of exception catching/reporting
* remove most of now useless try/catch blocks
* report stacktrace instead of manually specified error locations
2017-03-04 14:34:44 +03:00
Andrew Dolgov
ad7cea62e1
editFilter: fix selector expressions broken by 88946d3
2017-02-15 13:22:16 +03:00
Anders Kaseorg
88946d331a
Replace all setTimeout strings with functions
...
This fixes a cross-site scripting vulnerability.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2017-01-21 16:52:27 -05:00
Andrew Dolgov
e2e2479984
Merge branch 'dojo-1.12.1'
...
Conflicts:
js/prefs.js
2017-01-21 21:59:17 +03:00
Andrew Dolgov
ab235fc5f1
prefs: add updateSelectedPrompt shim called by toggleSelectedRow()
2017-01-21 21:49:10 +03:00
Andrew Dolgov
1c4f5e8390
add dependency on dojo/_base/html
2017-01-21 21:47:44 +03:00
Andrew Dolgov
d39a2f8005
switch modules to new dojo definition format
2016-08-10 13:40:24 +03:00
Andrew Dolgov
fd539f2800
prefs: use dojo asynchronously
2016-08-10 12:22:30 +03:00
Andrew Dolgov
3857536f70
fix testing in create filter dialog, woops
2015-09-09 22:13:43 +03:00
Andrew Dolgov
261226a3a5
mostly implement async filter test dialog
2015-09-09 22:09:03 +03:00
Andrew Dolgov
a007c18dff
wip: filter async testing
2015-09-09 16:56:04 +03:00
Andrew Dolgov
bf9cc9ad95
combine user edit & user details
2015-08-12 20:19:38 +03:00
Andrew Dolgov
f9c1f8b0d4
pref-feeds: check for inactive feeds asynchronously
2015-08-12 16:19:42 +03:00
Andrew Dolgov
41a7a066ef
share: move unsharing all articles into the plugin
2013-07-11 14:11:41 +04:00
Andrew Dolgov
d9afd9b2b5
use dojo stuff for user details
2013-06-11 12:11:02 +04:00
Andrew Dolgov
222a61c222
user editor: use dojo stuff
2013-06-11 12:04:29 +04:00
Andrew Dolgov
e5e6cde06a
remove support for hiding empty categories in prefs editor because people are dumb
2013-05-06 12:50:52 +04:00
Andrew Dolgov
52e7b5a096
add clear sql log button
2013-04-29 23:12:54 +04:00
Andrew Dolgov
6bfc97da86
add automatic timezone (based on client tz offset)
2013-04-26 10:31:57 +04:00
Andrew Dolgov
2cbdc95bb0
add a separate tab for the logger
2013-04-17 08:42:39 +04:00
Andrew Dolgov
bf87833884
fix prefs reset not working properly
2013-04-05 07:52:50 +04:00
Andrew Dolgov
195187c490
rpc: move several feed-related calls to pref-feeds
2013-04-02 14:47:43 +04:00
Andrew Dolgov
977580a41c
remove obsolete xml stuff in pref-users infoboxes
2013-04-01 18:28:47 +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
00e347410e
move customizeCSS to pref-prefs
2013-04-01 12:30:34 +04:00
Andrew Dolgov
d880b5da9d
depiggified
2013-03-31 23:53:00 +04:00
Andrew Dolgov
a86ba0a67a
implement filter drag and drop sorting
2013-03-31 17:15:23 +04:00
Andrew Dolgov
45b9c6fbcb
remove unused clearTwitterCredentials
2013-03-25 20:26:43 +04:00
Andrew Dolgov
bfd61d3f85
rework STRIP_IMAGES to remove embedding; add per-feed control over embedded images (bump schema)
2013-03-19 22:41:10 +04:00
Andrew Dolgov
478d406767
make sure reset password notification does not hide automatically; add manual close link to persistent notifications ( closes #569 )
2013-03-18 16:44:23 +04:00
Andrew Dolgov
5321e775f9
remove update on checksum change (updated status has been removed); rtl stuff (unused)
2013-02-26 19:20:58 +04:00
Andrew Dolgov
4ba1f8bbdb
properly return out of handled hotkey events
2012-12-28 15:46:49 +04:00
Andrew Dolgov
b8cb4d08b3
help cleanup, use dijit dialog
2012-12-28 15:42:02 +04:00
Andrew Dolgov
5d9abb1e11
add plugin storage table to schema; add ability to clear plugin data
2012-12-27 19:20:36 +04:00
Andrew Dolgov
84391d6948
update user editor a bit
2012-12-25 18:20:33 +04:00
Andrew Dolgov
6c2637d973
move data import/export to a separate plugin
2012-12-24 15:03:19 +04:00
Andrew Dolgov
6cbe53c9f5
add instances plugin
2012-12-23 23:36:07 +04:00
Andrew Dolgov
5cedb389d2
split self-updater gui to updater/ plugin
2012-12-23 18:07:41 +04:00
Andrew Dolgov
c714cee73b
fix batchSubDlg and feedAddDlg not working properly if invoked one after another because of overlapping widgets
2012-11-08 18:31:14 +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
fd26d5bfdf
implement removing selected categories
2012-09-03 16:06:24 +04:00
Andrew Dolgov
4e02f58294
implement filter testing
2012-09-03 15:05:43 +04:00
Andrew Dolgov
ec63052440
implement select all/none in filterEditDlg
2012-08-31 12:38:45 +04:00
Andrew Dolgov
6aff784575
implement multiple rule/action filters
2012-08-31 12:13:47 +04:00
Andrew Dolgov
f9ebb32ca0
hide more obscure preferences under "show more" checkbox in pref-prefs,
...
bump schema
2012-08-30 13:10:28 +04:00
Andrew Dolgov
808dd053c6
implement web-based self updater ( closes #395 )
2012-08-23 22:56:04 +04:00
Andrew Dolgov
27211afe92
implement experimental web-based updater
2012-08-23 20:23:19 +04:00
Andrew Dolgov
d75409bfda
move opml stuff to classes/opml.php
2012-08-15 15:47:13 +04:00
Andrew Dolgov
4b298c8698
fix batchSubscribe dialog not closing/feedlist not updating
2012-08-15 10:41:59 +04:00
Andrew Dolgov
28537341ef
pref_feeds: add missing methods to add/remove cats
2012-08-15 09:59:08 +04:00
Andrew Dolgov
5ef071e00b
remove old category editor
...
allow creating/removing categories in main feed editor
2012-08-15 09:38:57 +04:00
Andrew Dolgov
1354d17270
update dojo to 1.7.3
2012-08-14 18:59:18 +04:00
Andrew Dolgov
310fa2ddef
implement search in pref-filters
2012-06-29 13:11:39 +04:00
Andrew Dolgov
e33b0b80b2
prefs: ignore hotkeys while in TEXTAREA
2012-03-11 08:54:14 +04:00
Andrew Dolgov
5b7bd238ee
pref-feeds: apply patch by gmargo@forum to show/hide empty categories
2012-03-05 12:08:39 +04:00
Andrew Dolgov
33f0fdd0a2
prefs: implement batch subscribe to feeds
2012-01-29 17:51:00 +04:00
Andrew Dolgov
4cd3011163
fix filter and feed dialogs breaking each other
2011-12-28 14:43:55 +04:00
Andrew Dolgov
41f68571ab
fix opml export
2011-12-28 09:46:54 +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
66be620a87
do not include keyboard help files into index and prefs.php
2011-12-14 15:51:27 +04:00
Andrew Dolgov
66665fba79
add Pref_Users class
2011-12-13 14:02:37 +04:00
Andrew Dolgov
cbe50c800d
add pref_labels class
2011-12-13 13:34:43 +04:00
Andrew Dolgov
1395083e94
add pref_prefs class
2011-12-13 10:51:50 +04:00
Andrew Dolgov
3f3630529e
implement tiny-OOP routing
2011-12-13 00:20:53 +04:00
Andrew Dolgov
f30ef1fa1b
subop -> method
2011-12-12 22:46:25 +04:00
Andrew Dolgov
107d0cf39e
overall directory tree cleanup
2011-12-11 23:59:25 +04:00