Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-03 | * Bug fix in sysconf model - save action: problem with how the code is ↵ | Malf Furious | 1 | -1/+1 | |
redirecting to the app root on success (needed to add a trailing shash character) | |||||
2015-12-24 | * Now performing a database connection test before allowing the sytsconf ↵ | Malf Furious | 1 | -1/+20 | |
page submission to succeed | |||||
2015-12-06 | + Adding a TODO note for later | M | 1 | -0/+2 | |
2015-12-06 | * Implemented the "save" action for MVC sysconf | M | 1 | -0/+43 | |
2015-11-22 | + Start of Master MVC ( will define generic layout of pages but will not ↵ | M | 1 | -2/+2 | |
define logic for header ui. since this depends on an established database ). + Added Master model ! As far as I am planning right now, the only MVC that will inherit Master directly will be sysconf since it cannot rely on an existing database connection. | |||||
2015-11-22 | * Derp, default is a reserved word, calling the function 'deflt' instead | M | 1 | -1/+1 | |
* Removed explicit call to parent constructor in model class, since that function is not explicitly defined | |||||
2015-11-22 | + Adding model for sysconf mvc | M | 1 | -0/+15 | |