Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-31 | Implement PHP session semantics in Framework class | Malf Furious | 1 | -0/+41 | |
Added PHP session handling to core framework. Functions now exist to set the current user, get the current user, and get the IP address used to login (to compare with furure requests on the same session to combat session hijacking). | |||||
2016-01-01 | + Added class file for setting table | Malf Furious | 1 | -1/+1 | |
2015-12-17 | + Added function to framework class for getting (or creating) the app's ↵ | Malf Furious | 1 | -0/+32 | |
singleton db connection object. If no connection is established, logic uses system-level configuration to decide how to connect before returning | |||||
2015-12-06 | * Bug fix in framework class - redirectTo function -- http_redirect function ↵ | M | 1 | -1/+1 | |
I was using is part of an extension for PHP and therefore, non-standard | |||||
2015-12-05 | + Added framework function for getting current app path | M | 1 | -0/+8 | |
* Changed sysconf view to use new function ($mod->ar()/sysconf -> $mod->ap) | |||||
2015-11-22 | * Implemented framework ar (app root) function | M | 1 | -1/+1 | |
2015-11-21 | + Defined function to check if scrott.conf.php file exists | M | 1 | -0/+9 | |
2015-11-21 | * Framework def file is now condifionally including system-level app ↵ | M | 1 | -0/+4 | |
configuration | |||||
2015-11-21 | + Committing initial framework class definition | M | 1 | -0/+26 | |