26
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[BUGFIX] Match phpversion requirement to 7.0 (like in installer)
Garvin Hicking
as garvinhicking
More... 5 months ago
document fixes More... 7 months ago
Setting $id in case of an invalid value to false leads to a database error a few lines later. Instead, letting $id == 0 causes no problem. The DB query will not select anything and a 404 error page will be created, which is what we want in this case. More... 7 months ago
Handle storage_engine variable with MySQL 5.7. More... 7 months ago
Init release version +1 More... 7 months ago
Fix upgrade: Set sizeof and count as allowed functions More... 7 months ago
2.5.0-beta1 -> 2.5-beta1, follow prior naming scheme More... 7 months ago
2.5.0-beta1 -> 2.5-beta1, follow prior naming scheme More... 7 months ago
Set docs/RELEASE to 2.5.0-beta1 More... 7 months ago
2.5.0-beta1 More... 7 months ago
Fix serendipity_db_escape_string complaining about NULL More... 8 months ago
Register count as custom smarty modifier to avoid smart warning Same for sizeof More... 8 months ago
Set array_key_exists as custom smarty modifier to avoid warning More... 8 months ago
Avoid PHP 8.2 warnings More... 8 months ago
Replace bc symlinks with PHP wrapper files This will avoid issues with the upgrader later More... 8 months ago
document Net/DNS2 update More... 8 months ago
Add Net/DNS2 to composer config More... 8 months ago
Update and composerify Net/DNS2 Use a symlink so that Net/DNSBL.php can find it. DNSBL is the only known user for Net/DNS2 in the core and in the addition_plugins More... 8 months ago
Avoidi PHP 8.2 warning when installing plugins More... 8 months ago
Avoid PHP 8.2 warning when uploading images More... 8 months ago
document Onyx/RSS fix More... 8 months ago
Avoid PHP 8.2 warning More... 8 months ago
Fix Onyx/RSS under PHP >= 8.0 It claimed php-xml was not loaded, but only because `xml_parser_create` does not return a resource anymore More... 8 months ago
Avoid reference warning under PHP 8.2 More... 8 months ago
Fix serendipity_smarty_sprintf function for infinite parameters More... 8 months ago
Document http_request2 upgrade, PHP 8.2 fixes More... 8 months ago
Avoid reference warning under PHP 8.2 More... 8 months ago
Add composer.lock to repo As we include all the bundled dependencies in the repo, the lock file is also needed for managing those properly. More... 8 months ago
Include HTTP_Request2 via composer, update it Keep old include path working viia a symlink, which should by now work in Linux and Windows. To be tested. This approach drops the old HTTP/Request dependency. More... 8 months ago
Document smarty update More... 8 months ago