summaryrefslogtreecommitdiffstats
path: root/app/view (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2016-05-01Update form handler for common/setting-modal, user tabMalf Furious1-2/+2
Now supports file upload to replace the user's head image
2016-05-01Add view markup for showing user head images to the all users collapse panesMalf Furious1-7/+31
2016-05-01Update setting modal, user tab to display user head imageMalf Furious1-11/+36
Also restructured the web form a little and added the form-group to select a new image to upload
2016-03-27Add collapsable panel for editing each user's settings to admin setting tabMalf Furious1-0/+62
Also, added relevant initialization code to common model
2016-03-27Fix maxlengths for fields on user objectsMalf Furious1-5/+5
Usernames, aliai, and email addresses are capped at 50 chars in the backend
2016-03-27Fix <label>s and <input>s that use unnecessary DOM IDsMalf Furious3-36/+36
I dont need to give these elements IDs, so I'm not going to
2016-03-27Add view for setting modal, all users admin tabMalf Furious1-1/+53
2016-03-27Move getUserGlyphicon function from common model into user classMalf Furious1-1/+1
2016-03-27Alter representation of form boolean valuesMalf Furious1-2/+2
Changed how Form() objects model true and false for boolean fields. Was "true" and "false", is now "1" and "0", respectivly. This is to address how Mysql handles these values as they are pushed to the db.
2016-03-27Populate admin setting fields on page loadMalf Furious1-4/+4
Added logic to set initial state of fields on the setting modal's admin tab
2016-03-27Add view for Setting modal, admin tabMalf Furious1-1/+39
2016-03-27Add User settings tab for Setting modalMalf Furious1-5/+82
This commit adds the basic structure to the Setting modal in Common MVC. The meat of this commit is the content for the webform for the modal's form for user account settings. The next commit should implement form submission handling.
2016-03-27Only include the Setting modal if currently logged inMalf Furious1-1/+3
This prevents sending un-necessary HTML to the client on login/signup pages and allows code on the setting modal to assume that getCurrentUser() will always return an object.
2016-03-27Add settings modal to Common MVCMalf Furious2-0/+27
This modal dialog will be used to change app and object settings from any page in the app. The link to open it is added to the user button menu.
2016-03-27Update application navbarMalf Furious1-1/+14
The navbar now has a different view when logged in. I added the 'user button' which shows alert info and has a menu. Currently, the only menu item is 'Log out'.
2016-03-27Add Dashboard MVC default viewMalf Furious1-0/+13
2016-02-20Finish initial exception reporting pageMalf Furious1-1/+6
2016-02-17Add 'Except' MVC -- Used to show application exception messages to userMalf Furious1-0/+24
This MVC should be triggered by the root controller if normal routines throw an exception and should pass the exception message to the Except controller.
2016-02-06Merge the two auth views togetherMalf Furious2-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 registrationMalf Furious1-0/+60
2016-01-26+ Added a basic login page designMalf Furious1-0/+34
2016-01-03* Start of application navbarMalf Furious2-0/+27
* Digested some example code
2016-01-03+ Adding default view for Auth MVCMalf Furious1-0/+13
2016-01-02+ Adding initial view files for common MVCMalf Furious3-0/+3
2015-12-24* Added required=true to form fields on bootstrap viewsMalf Furious1-3/+3
2015-12-06+ Implemented the "noticeModal" -- an object in the master MVC topp view for ↵M1-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 ↵M3-0/+27
(shell only, content coming soon)
2015-12-05+ Added framework function for getting current app pathM1-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 ↵M2-3/+3
app-root)
2015-12-03* Finished form for sysconf default viewM1-1/+34
2015-12-02* Formatted DB portion of the sysconf page formM1-17/+19
2015-11-29* Updated sysconf default view to include new modal contentM1-13/+10
2015-11-29+ Adding sysconf message modal viewM1-0/+37
2015-11-29+ Added sysconf issue modal viewM1-0/+34
2015-11-29+ Added sysconf stage modal viewM1-0/+34
2015-11-29+ Added sysconf pad modal viewM1-0/+50
2015-11-29+ Created sysconf group modalM2-3/+33
2015-11-29* Moved sysconf default view modal content out to diffent view fileM2-20/+33
2015-11-22+ Adding draft of the sysconf viewM1-0/+107
2015-11-22+ Added footer view to Master MVC (for placing JS includes at the bottom of ↵M1-0/+2
pages)
2015-11-22+ Added <head> view for Master MVCM1-0/+5