Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-03 | + Added model for Auth MVC | Malf Furious | 1 | -0/+15 | |
2016-01-02 | + Added model for new page master layer ("Common" MVC) | Malf Furious | 1 | -0/+9 | |
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 | + Implemented the "noticeModal" -- an object in the master MVC topp view for ↵ | M | 1 | -0/+33 | |
displaying error / warning / and notice messages + Added two helper functions to Master MVC model for retruning values to the noticeModal | |||||
2015-12-06 | Revert "+ Added functions to Master model for getting merged strings for all ↵ | M | 1 | -32/+0 | |
error/warning/or notice messages" - Rm'ing functions I just added. I decided to go about this in a different way This reverts commit f1c8aca230a0fc982f98f3dfc9b630b82dbb7dc4. | |||||
2015-12-06 | + Added functions to Master model for getting merged strings for all ↵ | M | 1 | -0/+32 | |
error/warning/or notice messages | |||||
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 | 2 | -2/+11 | |
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 | |