summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2023-04-09bump dojo to 1.16.5Andrew Dolgov
2022-11-12Address upcoming string interpolation deprecation.wn_
https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation
2022-03-09various fixes vor php 8.1 compatibilityDavid Edler
Cherry-picked from https://git-gitea.tt-rss.org/fox/tt-rss/pulls/56, while excluding changes in vendor/ (causes compatiblity issues with PHP<8 [1]) and strftime-related ones (already re-applied in https://git-gitea.tt-rss.org/fox/tt-rss/pulls/66). [1] https://community.tt-rss.org/t/support-for-php-8-1/5089/9
2021-12-01Revert "various fixes vor php 8.1 compatibility"Andrew Dolgov
This reverts commit 14027ae04e4aee6cf1c3a4ff9a390ec266c0fb09.
2021-11-30various fixes vor php 8.1 compatibilityDavid Edler
2021-11-15update dojo/dijit to 1.16.4Andrew Dolgov
2021-02-28move material-icons to composerAndrew Dolgov
2021-02-26* switch to composer for qrcode and otp dependenciesAndrew Dolgov
* move most OTP-related stuff into userhelper * remove old phpqrcode and otphp libraries
2021-02-23floIcon: declare images propertyAndrew Dolgov
2021-02-22Check whether data is parsable by 'imagecreatefromstring' in jimIcon.wn_
2021-02-18get rid of a few more prototype-ismsAndrew Dolgov
2021-02-18initial for RIP prototype/scriptaculousAndrew Dolgov
2021-02-12add HTTP_ACCEPT_LANGUAGE handling for php8Andrew Dolgov
2021-02-08revert jimIcon stuffAndrew Dolgov
2021-02-08jimIcon: hide GD warningAndrew Dolgov
2021-02-05initial WIP for php8; bump php version requirement to 7.0Andrew Dolgov
2020-12-12Switch to recommended 'default_charset' to fix 'gettext' error.wn
'mbstring.internal-encoding' was deprecated in 5.6. https://www.php.net/manual/en/mbstring.configuration.php#ini.mbstring.internal-encoding https://www.php.net/manual/en/ini.core.php#ini.default-charset
2020-10-30update jimIcon (https://github.com/jimparis/jimIcon/pull/4)Andrew Dolgov
2020-09-18Remove `private` scope for class constants.JustAMacUser
This change branches from the merged patch by Sunil Mohan Adapa's for Debian's package.
2020-09-18- gettext: merge patch from Sunil Mohan Adapa which rewrites plural parser ↵Andrew Dolgov
to not use eval() - fix typo in aforementioned patch which caused plurals to never load - update code again to newer PHP constructor syntax
2020-09-17rename gettext.inc to gettext.inc.php (cosmetic)Andrew Dolgov
2020-03-13minitemplator->writeString: print always returns 1 in PHPAndrew Dolgov
2020-03-13minitemplator: fix deprecations for PHP 7.4Andrew Dolgov
2020-01-09fixed gettext library deprecated constructorsConrad Sachweh
https://www.php.net/manual/en/language.oop5.decon.php was already done for parent three years ago 00b6b66827
2018-12-26remove lib/mobile_detectAndrew Dolgov
2018-12-11Revert "use codeflask for user css editor"Andrew Dolgov
This reverts commit daa43e05727d4cd4d7b261a5be3faefab4263dcd.
2018-12-11add night_blue.cssAndrew Dolgov
2018-12-11use codeflask for user css editorAndrew Dolgov
2018-12-09night.css: add missing stuff, update alertsAndrew Dolgov
2018-12-07rebuild flat theme with dark base color and rebase night.css on itAndrew Dolgov
2018-12-06update (and minify) flat cssAndrew Dolgov
2018-12-05remove source files for flat theme from the tree (going to be a separate repo)Andrew Dolgov
combine flat theme css
2018-12-05initial for material-iconsAndrew Dolgov
2018-12-04initial work for flat modern themeAndrew Dolgov
2018-12-04various CSS updates for flat themeAndrew Dolgov
2018-12-04initialAndrew Dolgov
2018-12-04update tt-rss dojo layer with new dependenciesAndrew Dolgov
2018-12-04update dojo to 1.14.2Andrew Dolgov
2018-11-22remove PHPMailer and related directives from config.php-dist; add pluggable ↵Andrew Dolgov
Mailer class
2018-08-23define custom dojo modules with define() instead of require(), update ↵Andrew Dolgov
startup module dependencies
2018-06-21remove previous readability library (unused)Andrew Dolgov
2018-06-20move OTPHP to vendor/; additionally move Base32 class to OTPHP namespaceAndrew Dolgov
2018-06-20remove SWF enclosure audio playerAndrew Dolgov
2018-06-20move JShrink Minifier to vendor/Andrew Dolgov
2017-05-16remove pubsubhubbub: deadAndrew Dolgov
2017-01-21lib: Upgrade timezones.txt from 2010k/l/m/n/2011a to 2016jAnders Kaseorg
https://www.iana.org/time-zones The local change adding Automatic was preserved; the local change removing Zulu was not. Signed-off-by: Anders Kaseorg <[email protected]>
2017-01-21lib: Upgrade script.aculo.us from 1.8.3 to 1.9.0Anders Kaseorg
https://script.aculo.us/ Signed-off-by: Anders Kaseorg <[email protected]>
2017-01-21lib: Upgrade php-subscriber from ??? to 1213f89 (2016-11-15)Anders Kaseorg
https://github.com/pubsubhubbub/php-subscriber Signed-off-by: Anders Kaseorg <[email protected]>
2017-01-21lib: Upgrade php-publisher from ??? to a5d6a0e (2016-11-15)Anders Kaseorg
https://github.com/pubsubhubbub/php-publisher Signed-off-by: Anders Kaseorg <[email protected]>
2017-01-21lib: Upgrade mobile-detect from svn r44 (2012-05-03) to 2.8.24 (2016-11-11)Anders Kaseorg
https://github.com/serbanghita/Mobile-Detect Signed-off-by: Anders Kaseorg <[email protected]>