| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-12-14 | Use the spread operator instead of 'array_merge' in more places. | wn_ | |
| PHP 8.1 introduced support for merging string-key arrays (last array with a wins). | |||
| 2024-11-24 | Use PHP 8 'str_' functions. | wn_ | |
| A few more characters in some places, but helps with readability. | |||
| 2024-11-23 | Use native union types in most places. | wn_ | |
| 2024-03-26 | Make implicit nullable parameters explicitly nullable. | wn_ | |
| This is to address a deprecation planned for PHP 8.4. https://wiki.php.net/rfc/deprecate-implicitly-nullable-types | |||
| 2023-10-26 | Fix class names in some more places. | wn_ | |
| Related to the PSR-4 move via 865ecc87963dc3b26e66296616eef2a1cc41ac3f | |||
| 2021-11-14 | Address PHPStan warning in 'classes/pref/prefs.php'. | wn_ | |
| Also update 'select_hash' and 'select_tag' values param, which can have int or string keys. | |||
| 2021-11-11 | Address PHPStan warnings in 'include/controls.php'. | wn_ | |
| 2021-03-08 | cleanup javascript_tag and stylesheet_tag | Andrew Dolgov | |
| 2021-02-21 | pref-prefs: switch to new control shorthand in a few places | Andrew Dolgov | |
| 2021-02-21 | for the most part, deal with filter rules UI | Andrew Dolgov | |
| 2021-02-19 | move bookmarklet-related methods out of public.php into the plugin | Andrew Dolgov | |
| 2021-02-18 | bookmarklets: cleanup | Andrew Dolgov | |
| 2021-02-17 | * add (disabled) shortcut syntax for plugin methods | Andrew Dolgov | |
| * add controls shortcut for pluginhandler tags * add similar shortcut for frontend * allow plugins to selectively exclude their methods from CSRF checking | |||
| 2021-02-16 | cleanup markup in some plugins, make nsfw generate dijit widgets | Andrew Dolgov | |
| 2021-02-16 | rework controls to accept parameters as array | Andrew Dolgov | |
| 2021-02-16 | amend previous to fix actual underlying problem (double escaping) | Andrew Dolgov | |
| 2021-02-16 | hidden_tag: temporarily prevent htmlspecialchars() to stop embedded JSON ↵ | Andrew Dolgov | |
| from breaking | |||
| 2021-02-16 | login form: use control helpers | Andrew Dolgov | |
| 2021-02-16 | feed debugger: use hidden helpers; add button helpers | Andrew Dolgov | |
| 2021-02-16 | add namespaced controls with unified naming; deprecated old-style control ↵ | Andrew Dolgov | |
| shortcuts | |||
| 2021-02-15 | render enclosures on the client | Andrew Dolgov | |
| 2021-02-13 | batch subscribe: use client dialog | Andrew Dolgov | |
| 2021-02-12 | * filters: remove duplicate code, overall cleanup | Andrew Dolgov | |
| * check if some tres exist before trying to reload them | |||
| 2021-02-10 | make feed/cat nested dropdowns a bit more readable | Andrew Dolgov | |
| 2020-09-17 | replace FALSE with false so that static analyzer shuts up about it | Andrew Dolgov | |
| 2020-09-17 | fix several cases of Db class being invoked as wrong name (as DB) | Andrew Dolgov | |
| 2019-12-12 | implement automatic night mode detection using MQL | Andrew Dolgov | |
| add separate light.css to force light theme remove manual night mode toggle and related code | |||
| 2018-12-09 | add hotkey (a N) to toggle night.css | Andrew Dolgov | |
| 2018-12-07 | various layout fixes related to inline player causing unnecessary left ↵ | Andrew Dolgov | |
| padding if shorten_expanded is enabled | |||
| 2018-06-20 | remove SWF enclosure audio player | Andrew Dolgov | |
| 2018-01-30 | include: convert some spaces to tabs | Andrew Dolgov | |
| 2017-12-01 | ccache, misc: fixes | Andrew Dolgov | |
| feeds: start PDO transition | |||
| 2017-12-01 | controls: PDO | Andrew Dolgov | |
| 2017-12-01 | controls: start pdo stuff | Andrew Dolgov | |
| 2017-07-02 | controls: disable print_feed_select (unused) | Andrew Dolgov | |
| 2017-07-02 | Revert "Revert "filters: support matching on multiple feeds/categories"" | Andrew Dolgov | |
| This reverts commit f5d174bda96ddc41aa3828bf372a2a3d99cc4460. | |||
| 2017-07-02 | Revert "filters: support matching on multiple feeds/categories" | Andrew Dolgov | |
| This reverts commit 0bf7e007bb3a7039ea11601c7f93c6da33604228. | |||
| 2017-07-02 | filters: support matching on multiple feeds/categories | Andrew Dolgov | |
| opml: update filter export/import for new format | |||
| 2017-05-04 | move getArticleFeed to Article | Andrew Dolgov | |
| move print_label_select to controls | |||
| 2017-05-04 | move some common control-generating functions to controls.php | Andrew Dolgov | |