Andrew Dolgov
|
91e7969383
|
replace a few more controls to new style
|
2021-02-16 18:57:06 +03:00 |
Andrew Dolgov
|
24c79d91c2
|
controls_compat: comment out most of them
|
2021-02-16 18:53:56 +03:00 |
Andrew Dolgov
|
f58c49beaa
|
replace a few more controls to new style
|
2021-02-16 18:50:18 +03:00 |
Andrew Dolgov
|
bdbbdbb0ed
|
rework controls to accept parameters as array
|
2021-02-16 16:59:21 +03:00 |
Andrew Dolgov
|
627af2c236
|
amend previous to fix actual underlying problem (double escaping)
|
2021-02-16 15:36:40 +03:00 |
Andrew Dolgov
|
1f5d81b77c
|
use a few more control helpers for checkboxes
|
2021-02-16 15:19:42 +03:00 |
Andrew Dolgov
|
1f43d7916c
|
replace print_hidden with hidden_tag
|
2021-02-16 14:32:06 +03:00 |
Andrew Dolgov
|
26d6b84a57
|
add namespaced controls with unified naming; deprecated old-style control shortcuts
|
2021-02-16 14:23:00 +03:00 |
Andrew Dolgov
|
cb6b3584ce
|
pref-labels: remove unused code
|
2021-02-16 14:19:06 +03:00 |
Andrew Dolgov
|
70e293bccb
|
pref-filters: fix some warnings
|
2021-02-15 17:07:50 +03:00 |
Andrew Dolgov
|
39604bedef
|
move reset_password to UserHelper
|
2021-02-15 16:59:54 +03:00 |
Andrew Dolgov
|
bd3c38de84
|
move bookmarklet-related subscribe_to_feed_url to bookmarklet plugin
|
2021-02-15 16:41:52 +03:00 |
Andrew Dolgov
|
91285e3868
|
router: add additional logging for refused requests; reject requests for methods starting with _
|
2021-02-15 16:34:44 +03:00 |
Andrew Dolgov
|
8e79f1717d
|
prefs: unify naming
|
2021-02-15 16:07:22 +03:00 |
Andrew Dolgov
|
020f062a76
|
feeds: unify naming
|
2021-02-15 15:43:07 +03:00 |
Andrew Dolgov
|
6b006a18e7
|
subscribe to feed: use client dialog
|
2021-02-15 15:21:41 +03:00 |
Andrew Dolgov
|
a2e688fcb2
|
render headline-specific toolbar on the client
|
2021-02-14 22:17:13 +03:00 |
Andrew Dolgov
|
4996d8ccfe
|
pref-users edit: use client dialog
|
2021-02-14 16:44:41 +03:00 |
Andrew Dolgov
|
0b7377238a
|
add Handler_Administrative
|
2021-02-14 15:50:46 +03:00 |
Andrew Dolgov
|
33ea46c2bc
|
pref-users/add: remove unused variable
|
2021-02-14 15:42:12 +03:00 |
Andrew Dolgov
|
0fbf109912
|
* remove users/filters toolbar edit button (just click on it)
* fix title of edit filter dialog always showing create filter
|
2021-02-14 15:38:45 +03:00 |
Andrew Dolgov
|
a8cc43a0ff
|
move logout_user() to UserHelper
|
2021-02-14 15:31:03 +03:00 |
Andrew Dolgov
|
2547ece0ca
|
pref-users: cleanup index
|
2021-02-14 14:59:22 +03:00 |
Andrew Dolgov
|
1c7e4782aa
|
prefs system: load phpinfo using inline method
|
2021-02-14 12:29:08 +03:00 |
Andrew Dolgov
|
6b5c9c781b
|
pref prefs: load secondary tabs when needed
|
2021-02-14 12:25:41 +03:00 |
Andrew Dolgov
|
e5cedc7d5f
|
appPasswordList: markup cleanup
|
2021-02-14 11:39:26 +03:00 |
Andrew Dolgov
|
8e75551f95
|
pref prefs: split index into manageable chunks
|
2021-02-14 11:29:38 +03:00 |
Andrew Dolgov
|
15fd23c374
|
use shortcut echo syntax for php templates
|
2021-02-14 09:15:51 +03:00 |
Andrew Dolgov
|
d4c925819b
|
pref-feeds: load error button via xhr
|
2021-02-13 23:12:49 +03:00 |
Andrew Dolgov
|
43d8a1f2ff
|
remove getinactivefeeds (duplicate functionality)
|
2021-02-13 23:08:20 +03:00 |
Andrew Dolgov
|
103d30ad3f
|
batch subscribe: use client dialog
|
2021-02-13 22:16:17 +03:00 |
Andrew Dolgov
|
c36b2adf84
|
feeds with errors: use client dialog
|
2021-02-13 21:57:02 +03:00 |
Andrew Dolgov
|
8464c619e4
|
inactive feeds: use client dialog
|
2021-02-13 21:41:38 +03:00 |
Andrew Dolgov
|
17413078a7
|
pref feeds: index cleanup, split into several methods, use tabs to maximize space for feed tree, persist feed tree state
|
2021-02-13 18:32:02 +03:00 |
Andrew Dolgov
|
9684ce5c4b
|
minor fixes re: previous
|
2021-02-13 16:07:52 +03:00 |
Andrew Dolgov
|
b112198991
|
pref filters index: markup cleanup
|
2021-02-13 14:05:25 +03:00 |
Andrew Dolgov
|
5127c29297
|
prefs system: markup cleanup
|
2021-02-13 13:50:53 +03:00 |
Andrew Dolgov
|
aa63014073
|
pref-labels index: use cleaner markup
|
2021-02-13 13:37:57 +03:00 |
Andrew Dolgov
|
46f6d7c11a
|
pref-labels/index: cleanup
|
2021-02-13 13:26:17 +03:00 |
Andrew Dolgov
|
e7924c6dac
|
label editor: use client dialog
|
2021-02-13 13:17:34 +03:00 |
Andrew Dolgov
|
481bd76100
|
pref helpers: move some methods to their own sections
|
2021-02-12 21:51:32 +03:00 |
Andrew Dolgov
|
6af83e3881
|
drop ENABLE_GZIP_OUTPUT; system prefs: load php info only if needed
|
2021-02-12 21:43:38 +03:00 |
Andrew Dolgov
|
157675d9fd
|
prefs: fix published shared URL dialog
|
2021-02-12 19:17:50 +03:00 |
Andrew Dolgov
|
03b85248e6
|
move some dialogs to xhr loading
|
2021-02-12 18:38:26 +03:00 |
Andrew Dolgov
|
3268364693
|
more dialog-related cleanup
|
2021-02-12 15:50:06 +03:00 |
Andrew Dolgov
|
3d11c61f32
|
* OPML import: don't reload everything, just feed tree
* dialogs: use auto-destroying dialog for almost all dialogs instead of destroying them manually
* some general dialog-related cleanup
|
2021-02-12 15:22:10 +03:00 |
Andrew Dolgov
|
8f8675a26a
|
* filters: remove duplicate code, overall cleanup
* check if some tres exist before trying to reload them
|
2021-02-12 14:31:36 +03:00 |
Andrew Dolgov
|
0f7af07c6e
|
edit filter dialog: cleanup
|
2021-02-12 12:12:47 +03:00 |
Andrew Dolgov
|
20fb056323
|
remove customizecss from csrf-ignored methods
|
2021-02-12 10:37:14 +03:00 |
Andrew Dolgov
|
bf6d0f2817
|
various dialog-related fixes; stop referring to many dialogs by name; move filter test initial dialog to client side
|
2021-02-12 10:35:13 +03:00 |