1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 18 hours ago.
Jul 24, 2024 — Jul 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add jsonDecodeFile() function More... almost 6 years ago
Apply rounding to ScriptTimer getTime() output More... almost 6 years ago
Increase character limit of session_id column to support variable length support in php 8 More... almost 6 years ago
Add query-string-subkey-parsing to getFormData('foo[bar]') More... almost 6 years ago
Fix composer semver More... almost 6 years ago
Add support for PHP >=5.6 <=7.3. Add MySQL polyfill. More... almost 6 years ago
Improve error handling and display More... almost 6 years ago
Improve error display. Use \u flag on preg patterns. More... almost 6 years ago
Add unicode flag (/u) to preg_* patterns. Remove usage of create_function(). More... almost 6 years ago
Change usage of `is_a($x, 'X')` to `$x instance of X` More... almost 6 years ago
Fix cases when checking for current lock was missing More... almost 6 years ago
Add PDO class. (And add a few /u unicode flags to preg functions in App - more of those coming in the next commit). More... about 6 years ago
misc More... about 6 years ago
[no comment] More... about 6 years ago
Remove App's 'ssl_domain' and 'ssl_enabled' parameters; determine SSL usage by detecting the presence of HTTPS env var (or HTTP_X_FORWARDED_PROTO). Update Session parameters for greater logevity and security. Add 'session_dir' to store site-specific sess_* files with a longer gc_maxlifetime duration. More... about 6 years ago
Add getHiddenSession() method. Use strstr() instead of strtok() for getting queryless URI. More... about 6 years ago
Various minor changes: More... about 6 years ago
[no comment] More... about 6 years ago
Add support for mysql-specific character sets and collations More... about 6 years ago
Add argument to getBreadcrumbs* methods, which enables use of app->ohref(). Fix assumed bugs - hopefully will not cause a regression More... about 6 years ago
Add printSortSelectMenu method More... about 6 years ago
Fix minor bugs. Detect http port and add to site_port, site_url, and page_url params of App. More... about 6 years ago
[no comment] More... about 6 years ago
[no comment] More... about 6 years ago
Update admins.php. Fix $safe_http_host More... about 6 years ago
[no comment] More... about 6 years ago
Add user.cli.php and supporting changes More... about 6 years ago
Minor css changes More... over 6 years ago
[no comment] More... over 6 years ago
Add Auth_SQL->isLoggedIn(CLIENT_ID) return seconds until session expiry. Add humanTime() JS function. Fix site_hostname port separator. More... over 6 years ago