summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)Author
2019-05-20search dialog: display active query if searching alreadyAndrew Dolgov
2019-05-20fix search query test statement stopping valid modifiers like unread: from ↵Andrew Dolgov
working
2019-05-16when subscribing, check for valid html content type before checking if ↵Andrew Dolgov
requested document has HTML doctype/start element
2019-05-12parser: force libxml error messages to valid utf8Andrew Dolgov
2019-05-07catchup_feed: invoke HOOK_SEARCH if necessaryAndrew Dolgov
2019-05-06feed tree: set placeholder feed unread value to -1Andrew Dolgov
2019-05-01sql logger: ensure error string and context are valid UTF8 before trying to ↵Andrew Dolgov
insert it
2019-05-01af_readability: fix HOOK_GET_FULL_TEXT not being installed because plugin ↵Andrew Dolgov
init() is called before load_data()
2019-04-30better tsquery support:Andrew Dolgov
1. report query syntax errors properly 2. fall back to implicit &-joining only if no joiners are detected in user query, otherwise permit full tsquery syntax
2019-04-29prevent a fatal error on an invalid tsquery syntaxAndrew Dolgov
2019-04-17plugins: add HOOK_GET_FULL_TEXT which may be used to provide full text ↵Andrew Dolgov
extraction to core code and other plugins, instead of trying to invoke af_readability specifically
2019-04-14Merge branch 'hotkeys-focus' of suraia/tt-rss into masterfox
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-14update the tsvector_combined when create_published_articlezeed
https://discourse.tt-rss.org/t/create-published-article-doesnt-update-the-tsvector-combined/2277
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-10db_prefs: return null if requested key is unsetAndrew Dolgov
2019-04-10db_prefs: don't report missing prefs if die_on_error is falseAndrew Dolgov
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-04-01feedparser: remove horrible hacks for feeds with broken encodingAndrew Dolgov
2019-03-26digest text mode excerpt: use ellipsis fit for plain textAndrew Dolgov
2019-03-26digest text mode: fix article excerpt sourceAndrew Dolgov
2019-03-21domdocument: remove old meta charset unicode hacks, replace with shorter xml ↵Andrew Dolgov
preamble utf8 hack (on loadhtml where it makes sense) af_readability: better (?) charset hack for non-unicode pages
2019-03-21update: add option to send digestsAndrew Dolgov
2019-03-19share: further improve og:description excerpt logic, minor layout stuffAndrew Dolgov
2019-03-19share: decode entities in metadata fields so that length limits would make ↵Andrew Dolgov
more sense
2019-03-16Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2019-03-16enable excerpt for text digestAndrew Dolgov
2019-03-15update_rss_feed: set basic feed info if site_url is blankAndrew Dolgov
2019-03-14fix feed icon upload not working, rework form to use FormData/ajaxAndrew Dolgov
2019-03-10Merge branch 'to_combined' of suraia/tt-rss into masterfox
2019-03-10batch subscribe: stop dialog from being submitted twiceAndrew Dolgov
2019-03-09Fix to_address being logged twiceMichael Kuhn
2019-03-08Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2019-03-08css: insensitive -> text-mutedAndrew Dolgov
2019-03-07hotkey help: remove more info buttonAndrew Dolgov
2019-03-07further update CLI schema updater layout to make it more readableAndrew Dolgov
2019-03-07Merge branch 'master' of git.fakecake.org:tt-rssAndrew Dolgov
2019-03-07update CLI schema updater with newer warningsAndrew Dolgov
2019-03-06oops, fix typoAndrew Dolgov
2019-03-06dbupdater: add mysql transaction warningAndrew Dolgov
2019-03-06cleanup old feed browser cacheAndrew Dolgov
2019-03-06remove feed editor private checkboxAndrew Dolgov
2019-03-06remove feedbrowser (other feeds)Andrew Dolgov
2019-03-06some dbupdater improvements; fix schema 136 syntax for mysqlAndrew Dolgov
2019-03-06updater: rollback on errorAndrew Dolgov
2019-03-06archived feeds: expire old entries (schema bump)Andrew Dolgov
2019-03-06dbupdater: catch PDO exception instead of internal errors since we're using ↵Andrew Dolgov
those now; log queries while updating
2019-03-06only log sent mail if _LOG_SENT_MAIL is setAndrew Dolgov
2019-03-05make_password: generate longer passwords by default, use better random ↵Andrew Dolgov
function if available