18
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 month ago. based on code collected about 1 month ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge commit 'wikka_csv-1.3.7' into 1.4.2
PLG
More... almost 6 years ago
Merge commit 'wikka_csv-1.3.7' into 1.4.2
PLG
More... almost 6 years ago
Merge commit 'csv' into wikka_csv-1.3.7
PLG
More... almost 6 years ago
Merge commit 'csv' into wikka_csv-1.3.7
PLG
More... almost 6 years ago
Merged PLG's basic CSV formatter. #1300
PLG
More... almost 6 years ago
Update README.md More... almost 6 years ago
#1309 More... over 6 years ago
Added Kim to README. #1309 More... over 6 years ago
Doc updates; DB schema dump #1309 More... over 6 years ago
No need for a separate handler, the html handler does fine with the output. More... over 6 years ago
Add directive to change delimiter.
PLG
More... over 6 years ago
Fix bug where header has a *single* forward/backward slash or pipe.
PLG
More... over 6 years ago
Enable forced password reset option to force non-admin users to change their password to migrate away from deprecated MD5 password hashes. #1311 More... over 6 years ago
Implement PHP password_hash() authentication; deprecate MD5 authentication (to be removed in future version). #1311 More... over 6 years ago
Removed debug statements in csv formatter. #1300 More... over 6 years ago
Updated version number. #1309 More... over 6 years ago
Updated PLG's CSV formatter with his updates. #1300 More... over 6 years ago
Fixed escape issue with post-formatter strings. #1298 More... over 6 years ago
Removed constant being used as key to assoc. array (deprecated) #1303 More... over 6 years ago
Replaced split() with preg_split() #1299 More... over 6 years ago
Merged PLG's basic CSV formatter. #1300 More... over 6 years ago
Updated mysql setup script for new version More... over 6 years ago
Use preg_match_all to read out CSS to a multidim array.
PLG
More... over 6 years ago
Create default error state.
PLG
More... over 6 years ago
Use forward regex lookup to find matching quote pairs to split on semi-colon.
PLG
More... over 6 years ago
Deal with quoted cells.
PLG
More... over 6 years ago
Allow for custom colors.
PLG
More... over 6 years ago
Clean up header and code a bit.
PLG
More... over 6 years ago
Bug fix some of the regexs.
PLG
More... over 6 years ago
Add some code comments about regex.
PLG
More... over 6 years ago