26
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[DOCS] Update changelog with recent fixes, change date format
Garvin Hicking
as garvinhicking
More... 14 days ago
bugfix: Tooltips working again (#827) More... 14 days ago
bugfix: Made comment token clean-up work in PostgreSQL also (#826) More... 16 days ago
add simple CI pipeline with basic PHP test runner (#823) More... about 1 month ago
Fixed indentation More... about 1 month ago
Prepare next release More... about 1 month ago
Prepare release 2.5.0 More... about 1 month ago
Remove hard PHP 8.0 requirement This way, s9y still works with PHP 7.4, which makes the upgrade path easier. More... about 1 month ago
Set a composer placeholder file, so the old file will be removed. More... about 1 month ago
Delete bundled-libs/PEAR directory More... about 2 months ago
Remove developer-only composer.phar
Garvin Hicking
as garvinhicking
More... about 2 months ago
Update composer dependencies (mostly for PHP 8.3 compatibility):
Garvin Hicking
as garvinhicking
More... about 2 months ago
[BUGFIX] Fix "isEditable" PHP notice in backend user management
Garvin Hicking
as garvinhicking
More... 2 months ago
[TASK] Add dependabot config
Garvin Hicking
as garvinhicking
More... 3 months ago
[DOCS] Add SECURITY.md
Garvin Hicking
as garvinhicking
More... 3 months ago
[TASK] Remove unneeded phpcs reference
Garvin Hicking
as garvinhicking
More... 3 months ago
[TASK] Adjust license
Garvin Hicking
as garvinhicking
More... 3 months ago
[TASK] Adjust uppercase for composer name
Garvin Hicking
as garvinhicking
More... 3 months ago
[TASK] Adjust composer name
Garvin Hicking
as garvinhicking
More... 3 months ago
[TASK] Add composer.json information
Garvin Hicking
as garvinhicking
More... 3 months ago
serendipity_event_multilingual: fix PHP 8.1 errors More... 4 months ago
PHP 8.1 fix: catch mysqli_sql_exception 'Duplicate key name' when CREATE INDEX (in plugin_multilingual) More... 4 months ago
[TASK] Adds check to only enable internal cache when opcache available
Garvin Hicking
as garvinhicking
More... 4 months ago
[BUGFIX] Fix error "only variables can be returned by reference"
Garvin Hicking
as garvinhicking
More... 4 months ago
[BUGFIX] Match phpversion requirement to 7.0 (like in installer)
Garvin Hicking
as garvinhicking
More... 4 months ago
document fixes More... 6 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... 6 months ago
Handle storage_engine variable with MySQL 5.7. More... 6 months ago
Init release version +1 More... 6 months ago
Fix upgrade: Set sizeof and count as allowed functions More... 6 months ago