Andrew Dolgov
|
5edcbf2e9b
|
add an option to disable conditional counters
|
4 years ago |
Andrew Dolgov
|
ef8c3abd7e
|
Merge branch 'master' of git.tt-rss.org:fox/tt-rss
|
4 years ago |
Andrew Dolgov
|
3fd7856543
|
* switch to composer for qrcode and otp dependencies
* move most OTP-related stuff into userhelper
* remove old phpqrcode and otphp libraries
|
4 years ago |
fox
|
c6fb62f384
|
Merge pull request 'fix-mysql-support' (#10) from klatch/tt-rss:fix-mysql-support into master
Reviewed-on: https://git.tt-rss.org/fox/tt-rss/pulls/10
|
4 years ago |
Andrew Dolgov
|
26a6177bc9
|
upd previous
|
4 years ago |
Andrew Dolgov
|
9689f884ab
|
add Prefs::DEBUG_HEADLINE_IDS
|
4 years ago |
Andrew Dolgov
|
05f690c86b
|
add a separator before HEADLINES_NO_DISTINCT
|
4 years ago |
Andrew Dolgov
|
f3d4bae32e
|
add an option to disable DISTINCT on headlines query (unless it's Labels category)
|
4 years ago |
Andrew Dolgov
|
dcf0135285
|
logger: shorter syntax
|
4 years ago |
Andrew Dolgov
|
1464abbbfc
|
prefs cleanup
|
4 years ago |
Andrew Dolgov
|
c96172fa04
|
use constants in get_pref()/set_pref()
|
4 years ago |
Andrew Dolgov
|
5aa05c90e1
|
pref-prefs: use constants instead of hardcoded strings
|
4 years ago |
Andrew Dolgov
|
6f02b1afd0
|
cleanup a bunch of old prefs code
|
4 years ago |
Frenck Lutke
|
2f2642bbd4
|
add fallback for feed_language on edit-feed-saving
Feed_language is only included in the form if running on pgsql, failing
the not null constraint on mysql setups.
|
4 years ago |
Andrew Dolgov
|
bd2314170d
|
implement prefs UI based on new prefs class and a few more things
|
4 years ago |
Andrew Dolgov
|
988eb3ac91
|
initial (wip) for new prefs
|
4 years ago |
Andrew Dolgov
|
2f14fa1bc3
|
add a hack to position labels on a dijit toolbar better
|
4 years ago |
Andrew Dolgov
|
8d2e3c2528
|
drop errors.php and simplify error handling
|
4 years ago |
Andrew Dolgov
|
2ae0b7059f
|
cleanup some defined-stuff
|
4 years ago |
Andrew Dolgov
|
211f699aa0
|
migrate the rest into Config::
|
4 years ago |
Andrew Dolgov
|
e4107ac952
|
wip: initial for config object
|
4 years ago |
Andrew Dolgov
|
be4e7b1340
|
fix several issues reported by phpstan
|
4 years ago |
Andrew Dolgov
|
f6bfb89b29
|
pref-prefs: switch to new control shorthand in a few places
|
4 years ago |
Andrew Dolgov
|
861a632ac7
|
move published opml JS code to pref helpers
|
4 years ago |
Andrew Dolgov
|
521d0b65c7
|
batch feed editor: use tab layout, cleanup
|
4 years ago |
Andrew Dolgov
|
d1328321be
|
move published OPML endpoint to public.php
|
4 years ago |
Andrew Dolgov
|
2843b99171
|
minor filter UI layout fix
|
4 years ago |
Andrew Dolgov
|
810afdaf5a
|
prevent creation of filter rules matching no feeds
|
4 years ago |
Andrew Dolgov
|
3b8d69206c
|
deal with filter actions UI
|
4 years ago |
Andrew Dolgov
|
94560132dd
|
for the most part, deal with filter rules UI
|
4 years ago |
Andrew Dolgov
|
b4e96374bc
|
more filter stuff
|
4 years ago |
Andrew Dolgov
|
590b1fc39e
|
a few more methods shuffled around
|
4 years ago |
Andrew Dolgov
|
be91355c20
|
first for filter frontend overhaul
|
4 years ago |
Andrew Dolgov
|
22fe9b54d2
|
feed editor: use client dialog
|
4 years ago |
Andrew Dolgov
|
9586c72a17
|
wip: feed editor client-side
|
4 years ago |
Andrew Dolgov
|
660a1bbe01
|
* switch to xhr.post() almost everywhere
* call App.handlerpcjson() automatically on json request (if possible)
* show net/log indicators in prefs
|
4 years ago |
Andrew Dolgov
|
bb4e4282f4
|
migrate a bunch of xhrPost invocations
|
4 years ago |
Andrew Dolgov
|
00310d2d23
|
cleanup some unused code, fix App.byId() invoked by wrong name
|
4 years ago |
Andrew Dolgov
|
dcfea9baac
|
properly validate feed editor dialog
|
4 years ago |
Andrew Dolgov
|
70fa423026
|
initial for RIP prototype/scriptaculous
|
4 years ago |
Andrew Dolgov
|
75435aa960
|
user details: cleanup
|
4 years ago |
Andrew Dolgov
|
39c0fe3697
|
shorten many invocations of Ajax.Request in inline form methods
|
4 years ago |
Andrew Dolgov
|
1adb9bb6b6
|
profiles: use client dialog; move related methods to pref-prefs
|
4 years ago |
Andrew Dolgov
|
91e7969383
|
replace a few more controls to new style
|
4 years ago |
Andrew Dolgov
|
24c79d91c2
|
controls_compat: comment out most of them
|
4 years ago |
Andrew Dolgov
|
f58c49beaa
|
replace a few more controls to new style
|
4 years ago |
Andrew Dolgov
|
bdbbdbb0ed
|
rework controls to accept parameters as array
|
4 years ago |
Andrew Dolgov
|
627af2c236
|
amend previous to fix actual underlying problem (double escaping)
|
4 years ago |
Andrew Dolgov
|
1f5d81b77c
|
use a few more control helpers for checkboxes
|
4 years ago |
Andrew Dolgov
|
1f43d7916c
|
replace print_hidden with hidden_tag
|
4 years ago |