FreshRSS/lib
maTh 18a4ade32f
Improved: Minz Framework. Byebye Internet Explorer and its Conditional comments (#4651)
* Update View.php

* Update lib/Minz/View.php

* Update lib/Minz/View.php

* Update lib/Minz/View.php

Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>

* Update lib/Minz/View.php

* Update lib/Minz/View.php

* Update lib/Minz/View.php

* Update lib/Minz/View.php

* Update lib/Minz/View.php

* Update lib/Minz/View.php

* Update lib/Minz/View.php

Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
2022-11-22 08:18:52 +01:00
..
Minz Improved: Minz Framework. Byebye Internet Explorer and its Conditional comments (#4651) 2022-11-22 08:18:52 +01:00
SimplePie SimplePie fix base (#4565) 2022-09-05 09:15:20 +02:00
core-extensions Add core extension for Google Groups (#2838) 2020-03-22 16:59:39 +01:00
phpgt/cssxpath CssXPath-StarSelector (#4506) 2022-08-18 11:14:40 +02:00
phpmailer/phpmailer Update to PHPMailer 6.6.0 with composer (#4329) 2022-05-14 23:38:16 +02:00
.gitignore CssXPath-StarSelector (#4506) 2022-08-18 11:14:40 +02:00
.htaccess Patch for #2460: Run on Apache 2.4+ without mod_access_compat (#2461) 2019-07-31 13:48:06 +02:00
README.md Update to PHPMailer 6.6.0 with composer (#4329) 2022-05-14 23:38:16 +02:00
composer.json Require PHP 7.2+ (#4848) 2022-11-14 15:02:44 +01:00
favicons.php Relaxed to allow underscore _ in URL hostnames (#3133) 2020-07-31 16:33:45 +02:00
http-conditional.php Fix various typos and spelling errors in documentation, comments and code. (#4134) 2022-01-08 16:25:17 +01:00
lib_date.php Update some HTTP links (doc, HTTPS) (#1641) 2017-09-26 22:20:25 +02:00
lib_install.php NFS-friendly is_writable() checks (#4780) 2022-11-14 14:57:45 +01:00
lib_opml.php Workaround invalid OPMLs (#4591) 2022-09-09 22:56:34 +02:00
lib_rss.php NFS-friendly is_writable() checks (#4780) 2022-11-14 14:57:45 +01:00

README.md

Libraries

Updating libraries

Some of the libraries in this folder can be updated semi-automatically by invoking:

cd ./FreshRSS/lib/
composer update --no-autoloader

Remember to read the change-logs, proof-read the changes, preserve possible local patches, add irrelevant files to .gitignore (minimal installation), and test before committing.