summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2021-02-21pref-prefs: switch to new control shorthand in a few placesAndrew Dolgov
2021-02-21for the most part, deal with filter rules UIAndrew Dolgov
2021-02-19move bookmarklet-related methods out of public.php into the pluginAndrew Dolgov
2021-02-19migrate xhrJson invocations to the new helperAndrew Dolgov
2021-02-18get rid of a few more prototype-ismsAndrew Dolgov
2021-02-18bookmarklets: cleanupAndrew Dolgov
2021-02-17 * add (disabled) shortcut syntax for plugin methodsAndrew Dolgov
* add controls shortcut for pluginhandler tags * add similar shortcut for frontend * allow plugins to selectively exclude their methods from CSRF checking
2021-02-16cleanup markup in some plugins, make nsfw generate dijit widgetsAndrew Dolgov
2021-02-16replace a few more controls to new styleAndrew Dolgov
2021-02-16controls_compat: comment out most of themAndrew Dolgov
2021-02-16fix floicon not imported from global namespaceAndrew Dolgov
2021-02-16move session-related functions to their own namespaceAndrew Dolgov
2021-02-16move rgb/hsl functions to their own namespaceAndrew Dolgov
2021-02-16rework controls to accept parameters as arrayAndrew Dolgov
2021-02-16amend previous to fix actual underlying problem (double escaping)Andrew Dolgov
2021-02-16hidden_tag: temporarily prevent htmlspecialchars() to stop embedded JSON ↵Andrew Dolgov
from breaking
2021-02-16login form: use control helpersAndrew Dolgov
2021-02-16feed debugger: use hidden helpers; add button helpersAndrew Dolgov
2021-02-16add namespaced controls with unified naming; deprecated old-style control ↵Andrew Dolgov
shortcuts
2021-02-15drop legacy DB interface and related sanity checksAndrew Dolgov
2021-02-15remove the rest of db.php; rename some leftover methods in feedsAndrew Dolgov
2021-02-15drop legacy db_ functions wrapperAndrew Dolgov
2021-02-15feeds: unify namingAndrew Dolgov
2021-02-15render enclosures on the clientAndrew Dolgov
2021-02-14use shortcut echo syntax for php templatesAndrew Dolgov
2021-02-13batch subscribe: use client dialogAndrew Dolgov
2021-02-12drop ENABLE_GZIP_OUTPUT; system prefs: load php info only if neededAndrew Dolgov
2021-02-12validate_csrf: remove warningAndrew Dolgov
2021-02-12add HTTP_ACCEPT_LANGUAGE handling for php8Andrew Dolgov
2021-02-12RIP easy-installerAndrew Dolgov
2021-02-12RIP self-registrationAndrew Dolgov
2021-02-12* filters: remove duplicate code, overall cleanupAndrew Dolgov
* check if some tres exist before trying to reload them
2021-02-11disable themes in safe mode; rework safe mode warning/login promptAndrew Dolgov
2021-02-11format_backtrace: don't try to use resources as stringsAndrew Dolgov
2021-02-10make feed/cat nested dropdowns a bit more readableAndrew Dolgov
2021-02-08remove PHPMD.UnusedFormalParameterAndrew Dolgov
2021-02-08sanity checks: use better CLI detection, shorten most of the textwip-php8Andrew Dolgov
2021-02-06event log: add paginationAndrew Dolgov
2021-02-06_color_pack: define variable before usingAndrew Dolgov
2021-02-06fix clean() for arrays and user plugin listAndrew Dolgov
2021-02-06more php8 fixes mostly related to loginAndrew Dolgov
2021-02-05initial WIP for php8; bump php version requirement to 7.0Andrew Dolgov
2021-01-07feed editor: show purge interval correctly if FORCE_ARTICLE_PURGE is setAndrew Dolgov
2020-12-20update_rss_feed: fix BLACKLISTED_TAGS not working properly, simplify ↵Andrew Dolgov
tag-related code
2020-12-12Make 'ttrss_error_handler' compatible w/ 8.wn
https://github.com/php/php-src/blob/2d467abc46ec4ee97484d4e35909bed322600037/UPGRADING#L43 https://github.com/php/php-src/blob/2d467abc46ec4ee97484d4e35909bed322600037/UPGRADING#L63
2020-12-12Don't do deprecated 'libxml_disable_entity_loader(true)' under PHP 8.wn
https://github.com/php/php-src/blob/2d467abc46ec4ee97484d4e35909bed322600037/UPGRADING#L886
2020-12-12Switch to 'get_error_types()' to ensure availability in 'include/functions.php'.wn
The global in 'sanity_check()' was null... possibly due to circular requires?
2020-12-12Only do sanity checks for self URL if we can create a valid URL.wn
'sanity_check.php' gets included in 'update.php' and 'update_daemon2.php', where a Host request header is likely not provided.
2020-12-11- move sphinx plugin to a separate repoAndrew Dolgov
- regenerate config checks without sphinx-related variables
2020-11-30add support for an override stylesheet which applies to all usersAndrew Dolgov