Andrew Dolgov
|
36e174750e
|
fix label ordering in feed tree
|
3 years ago |
Andrew Dolgov
|
5c60254474
|
Pref_Feeds:calculate_children_count - fix operator precedence
|
3 years ago |
Andrew Dolgov
|
0808123179
|
fix broken feed tree generation when categories are disabled
|
3 years ago |
wn_
|
23b4152c9e
|
Make prefs feed search case-insensitive.
Previously the search query had to match lower title or feed_url (i.e. searching w/ uppercase wouldn't match).
|
3 years ago |
wn_
|
992e9cd9e3
|
Use ORM more in 'classes/pref/feeds.php'.
|
3 years ago |
Andrew Dolgov
|
e3c51b0e6c
|
Revert "clip max displayed counter value to 9999 because of container node width"
This reverts commit c34a4c85bd .
|
4 years ago |
Andrew Dolgov
|
c34a4c85bd
|
clip max displayed counter value to 9999 because of container node width
|
4 years ago |
Andrew Dolgov
|
44b274b6d4
|
remove published opml (use CLI instead)
|
4 years ago |
Andrew Dolgov
|
c26f58d8a5
|
fix some php8 warnings
|
4 years ago |
Andrew Dolgov
|
d6fd0d5462
|
add some icons, remove some words
|
4 years ago |
Andrew Dolgov
|
e5469479c1
|
* don't try to update custom set feed favicons
* cleanup update_rss_feed() a bit, use ORM
|
4 years ago |
Andrew Dolgov
|
c4eaab8a31
|
feeds/_add_cat: use ORM
|
4 years ago |
Andrew Dolgov
|
84d8b08d1f
|
use orm for feed access keys
|
4 years ago |
Andrew Dolgov
|
70adfd4a74
|
* sanitize: never rewrite relative links to our own prefix
* use Config::get_self_url() instead of get_self_url_prefix() in a bunch
of places
|
4 years ago |
Andrew Dolgov
|
56f658711f
|
use orm for a bunch of short feed/cat queries
|
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
|
c96172fa04
|
use constants in get_pref()/set_pref()
|
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
|
8d2e3c2528
|
drop errors.php and simplify error handling
|
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
|
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
|
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
|
dcfea9baac
|
properly validate feed editor dialog
|
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
|
1f5d81b77c
|
use a few more control helpers for checkboxes
|
4 years ago |
Andrew Dolgov
|
1f43d7916c
|
replace print_hidden with hidden_tag
|
4 years ago |
Andrew Dolgov
|
26d6b84a57
|
add namespaced controls with unified naming; deprecated old-style control shortcuts
|
4 years ago |
Andrew Dolgov
|
bd3c38de84
|
move bookmarklet-related subscribe_to_feed_url to bookmarklet plugin
|
4 years ago |
Andrew Dolgov
|
91285e3868
|
router: add additional logging for refused requests; reject requests for methods starting with _
|
4 years ago |
Andrew Dolgov
|
020f062a76
|
feeds: unify naming
|
4 years ago |
Andrew Dolgov
|
6b006a18e7
|
subscribe to feed: use client dialog
|
4 years ago |
Andrew Dolgov
|
a2e688fcb2
|
render headline-specific toolbar on the client
|
4 years ago |
Andrew Dolgov
|
15fd23c374
|
use shortcut echo syntax for php templates
|
4 years ago |
Andrew Dolgov
|
d4c925819b
|
pref-feeds: load error button via xhr
|
4 years ago |
Andrew Dolgov
|
43d8a1f2ff
|
remove getinactivefeeds (duplicate functionality)
|
4 years ago |
Andrew Dolgov
|
103d30ad3f
|
batch subscribe: use client dialog
|
4 years ago |
Andrew Dolgov
|
c36b2adf84
|
feeds with errors: use client dialog
|
4 years ago |
Andrew Dolgov
|
8464c619e4
|
inactive feeds: use client dialog
|
4 years ago |
Andrew Dolgov
|
17413078a7
|
pref feeds: index cleanup, split into several methods, use tabs to maximize space for feed tree, persist feed tree state
|
4 years ago |
Andrew Dolgov
|
481bd76100
|
pref helpers: move some methods to their own sections
|
4 years ago |
Andrew Dolgov
|
157675d9fd
|
prefs: fix published shared URL dialog
|
4 years ago |
Andrew Dolgov
|
03b85248e6
|
move some dialogs to xhr loading
|
4 years ago |
Andrew Dolgov
|
3268364693
|
more dialog-related cleanup
|
4 years ago |
Andrew Dolgov
|
bf6d0f2817
|
various dialog-related fixes; stop referring to many dialogs by name; move filter test initial dialog to client side
|
4 years ago |