1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Aug 28, 2025 — Aug 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add quotes for database name during select More... over 6 years ago
Use a simpler test for IP in CIDR notation More... over 6 years ago
Add base_url parameter More... over 6 years ago
Add HTML::printStatesSelectOptions() More... over 6 years ago
Improve mysql connect error message More... over 6 years ago
Add SameSite option to App::setCookie More... over 6 years ago
[no comment] More... over 6 years ago
Update class constructor method names to __construct More... almost 7 years ago
Add polyfill mysql support for PHP 7 More... almost 7 years ago
Add IPIntelligenceBadIP function. Fix PHP notice for invlid IP in canonicalIPAddr(). Use CF-Connecting-IP header in getRemoteIP(). More... almost 7 years ago
[no comment] More... almost 7 years ago
Add jsonDecodeFile() function More... almost 7 years ago
Apply rounding to ScriptTimer getTime() output More... almost 7 years ago
Increase character limit of session_id column to support variable length support in php 8 More... almost 7 years ago
Add query-string-subkey-parsing to getFormData('foo[bar]') More... almost 7 years ago
Fix composer semver More... about 7 years ago
Add support for PHP >=5.6 <=7.3. Add MySQL polyfill. More... about 7 years ago
Improve error handling and display More... about 7 years ago
Improve error display. Use \u flag on preg patterns. More... about 7 years ago
Add unicode flag (/u) to preg_* patterns. Remove usage of create_function(). More... about 7 years ago
Change usage of `is_a($x, 'X')` to `$x instance of X` More... about 7 years ago
Fix cases when checking for current lock was missing More... about 7 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 7 years ago
misc More... about 7 years ago
[no comment] More... about 7 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... over 7 years ago
Add getHiddenSession() method. Use strstr() instead of strtok() for getting queryless URI. More... over 7 years ago
Various minor changes: More... over 7 years ago
[no comment] More... over 7 years ago
Add support for mysql-specific character sets and collations More... over 7 years ago