Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-06 | Merge the two auth views together | Malf Furious | 2 | -84/+90 | |
For design reasons and to simplify flow of control throughout the app login/signup sequence, these two views are being merged together. This will autimately make the auth MVC less stateful, which I think is good. NOTE: This breaks the Auth MVC, the model and controller will need updated to support this new, single default view | |||||
2016-01-27 | + Added view for account registration | Malf Furious | 1 | -0/+60 | |
2016-01-26 | + Added a basic login page design | Malf Furious | 1 | -0/+34 | |
2016-01-03 | * Start of application navbar | Malf Furious | 2 | -0/+27 | |
* Digested some example code | |||||
2016-01-03 | + Adding default view for Auth MVC | Malf Furious | 1 | -0/+13 | |
2016-01-02 | + Adding initial view files for common MVC | Malf Furious | 3 | -0/+3 | |
2015-12-24 | * Added required=true to form fields on bootstrap views | Malf Furious | 1 | -3/+3 | |
2015-12-06 | + Implemented the "noticeModal" -- an object in the master MVC topp view for ↵ | M | 1 | -8/+35 | |
displaying error / warning / and notice messages + Added two helper functions to Master MVC model for retruning values to the noticeModal | |||||
2015-12-06 | + Adding master page modal for displaying page errors/warnings/and notices ↵ | M | 3 | -0/+27 | |
(shell only, content coming soon) | |||||
2015-12-05 | + Added framework function for getting current app path | M | 1 | -1/+2 | |
* Changed sysconf view to use new function ($mod->ar()/sysconf -> $mod->ap) | |||||
2015-12-03 | * Fixed the sources in the master head and foot views (wasn't accounting for ↵ | M | 2 | -3/+3 | |
app-root) | |||||
2015-12-03 | * Finished form for sysconf default view | M | 1 | -1/+34 | |
2015-12-02 | * Formatted DB portion of the sysconf page form | M | 1 | -17/+19 | |
2015-11-29 | * Updated sysconf default view to include new modal content | M | 1 | -13/+10 | |
2015-11-29 | + Adding sysconf message modal view | M | 1 | -0/+37 | |
2015-11-29 | + Added sysconf issue modal view | M | 1 | -0/+34 | |
2015-11-29 | + Added sysconf stage modal view | M | 1 | -0/+34 | |
2015-11-29 | + Added sysconf pad modal view | M | 1 | -0/+50 | |
2015-11-29 | + Created sysconf group modal | M | 2 | -3/+33 | |
2015-11-29 | * Moved sysconf default view modal content out to diffent view file | M | 2 | -20/+33 | |
2015-11-22 | + Adding draft of the sysconf view | M | 1 | -0/+107 | |
2015-11-22 | + Added footer view to Master MVC (for placing JS includes at the bottom of ↵ | M | 1 | -0/+2 | |
pages) | |||||
2015-11-22 | + Added <head> view for Master MVC | M | 1 | -0/+5 | |