summaryrefslogtreecommitdiff
path: root/classes/pref
AgeCommit message (Collapse)Author
2019-05-06feed tree: set placeholder feed unread value to -1Andrew Dolgov
2019-04-14Fix button focus issuesMichael Kuhn
This change introduces derived classes for ComboButton, DropDownButton and Select that make sure that buttons do not remain focused after their menus are closed. This allows using hotkeys after closing them.
2019-04-13Fix focus issues with hotkeysMichael Kuhn
Since making use of keypress in addition to keydown, hotkeys did not work in certain scenarios, including clicking on the feed tree expanders or empty spaces of the toolbar. This issue is caused by dijit.Tree and dijit.Toolbar implementing the _KeyNavMixin, which explicitly stops propagation of keypress events. This change contains two main fixes plus a smaller hotfix: 1. It overrides _onContainerKeydown and _onContainerKeypress for fox.FeedTree (which inherits from dijit.Tree). 2. It adds fox.Toolbar, which overrides _onContainerKeydown, _onContainerKeypress and focus. This fixes hotkeys being swallowed and the first focusable child receiving focus when clicking on an empty space of the toolbar. 3. It adds the same handling of keydown and keypress to the prefs hotkey handler as is done in the main hotkey handler.
2019-04-10feed editor: use DEFAULT_SEARCH_LANGUAGE as a default per-feed dropdown valueAndrew Dolgov
2019-04-10use DEFAULT_SEARCH_LANGUAGE to generate tsvector index if per-feed language ↵Andrew Dolgov
is not specified, also use it as default value on search form for convenience
2019-03-14fix feed icon upload not working, rework form to use FormData/ajaxAndrew Dolgov
2019-03-10batch subscribe: stop dialog from being submitted twiceAndrew Dolgov
2019-03-08css: insensitive -> text-mutedAndrew Dolgov
2019-03-06remove feed editor private checkboxAndrew Dolgov
2019-03-06archived feeds: expire old entries (schema bump)Andrew Dolgov
2019-03-05make_password: generate longer passwords by default, use better random ↵Andrew Dolgov
function if available
2019-03-05update notifications to make them more visibleAndrew Dolgov
cleanup some minor stuff in pref-users
2019-03-05editfeed: mark save buttonAndrew Dolgov
2019-03-05filters: show inverse status in listAndrew Dolgov
2019-02-26add layout hack to unify heights of plugin fieldsetsAndrew Dolgov
2019-02-25prefs-set -> prefsAndrew Dolgov
2019-02-25pref-prefs: fix markupAndrew Dolgov
2019-02-25plugin list: update layoutAndrew Dolgov
2019-02-23pref-users: fix typo which stopped search from working; quote style stuffAndrew Dolgov
2019-02-23Merge branch 'master' of DLange/tt-rss into masterfox
2019-02-22feed editor: fix missing <section> breaking checkbox fieldsetsAndrew Dolgov
2019-02-22Fix warning after icon has successfully been moved.DLange
2019-02-22Revert "Fix warning after icon has successfully been moved."Andrew Dolgov
This reverts commit 8b73b9812d4d2418888f5417fc65f7cec090105c.
2019-02-22Merge branch 'master' of git.tt-rss.org:fox/tt-rssAndrew Dolgov
2019-02-22dialogs: use semantic markup instead of dlgsec stuffAndrew Dolgov
continue unifying quoting style for html strings
2019-02-22Fix warning after icon has successfully been moved.DLange
2019-02-22prefs small updateAndrew Dolgov
2019-02-21try to organize preferences better, shorten some descriptionsAndrew Dolgov
2019-02-21UI: add some more info links to relevant wiki pages; minor layout updatesAndrew Dolgov
2019-02-21feed edit dialog: add interval labelAndrew Dolgov
2019-02-21batchSubscribe: use common markupAndrew Dolgov
2019-02-21simplify preference layout, remove some unnecessary css classesAndrew Dolgov
2019-02-20pref-prefs: rework personal info tab, remove ugly table markupAndrew Dolgov
2019-02-20enlarge feed titleAndrew Dolgov
2019-02-20search dialog fixesAndrew Dolgov
pgsql: get FTS languages list from the database
2019-02-20filter rule & label dialog updatesAndrew Dolgov
2019-02-20simplify dlgSec-related markupAndrew Dolgov
2019-02-20prefs: show phpinfo on system tabAndrew Dolgov
2019-02-19center and rework some utility screensAndrew Dolgov
2018-12-26fix user plugins not saving properly in non-default profilesAndrew Dolgov
2018-12-19display filter tree rules as a listAndrew Dolgov
2018-12-19filter tree: don't crash on search, also search by filter titlesAndrew Dolgov
2018-12-14filter test results: remove table bloatAndrew Dolgov
2018-12-11add night_base so that output files would generate properly, etcAndrew Dolgov
2018-12-11Revert "use codeflask for user css editor"Andrew Dolgov
This reverts commit daa43e05727d4cd4d7b261a5be3faefab4263dcd.
2018-12-11update user css info lineAndrew Dolgov
2018-12-11use codeflask for user css editorAndrew Dolgov
2018-12-10exp: tweak headline label stylesAndrew Dolgov
2018-12-09remove theme supports-version etc checkingAndrew Dolgov
2018-12-07remove separate classes for various panels, unify under .panelAndrew Dolgov
remove a few other unnecessary css classes/ids