Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-01 | Update form handler for common/setting-modal, all users tab | Malf Furious | 1 | -2/+2 | |
Now supports file upload to replace the user's head image | |||||
2016-05-01 | Update form handler for common/setting-modal, user tab | Malf Furious | 1 | -2/+2 | |
Now supports file upload to replace the user's head image | |||||
2016-05-01 | Add view markup for showing user head images to the all users collapse panes | Malf Furious | 1 | -7/+31 | |
2016-05-01 | Update setting modal, user tab to display user head image | Malf Furious | 1 | -11/+36 | |
Also restructured the web form a little and added the form-group to select a new image to upload | |||||
2016-03-27 | Add collapsable panel for editing each user's settings to admin setting tab | Malf Furious | 1 | -0/+62 | |
Also, added relevant initialization code to common model | |||||
2016-03-27 | Fix maxlengths for fields on user objects | Malf Furious | 1 | -5/+5 | |
Usernames, aliai, and email addresses are capped at 50 chars in the backend | |||||
2016-03-27 | Fix <label>s and <input>s that use unnecessary DOM IDs | Malf Furious | 1 | -14/+14 | |
I dont need to give these elements IDs, so I'm not going to | |||||
2016-03-27 | Add view for setting modal, all users admin tab | Malf Furious | 1 | -1/+53 | |
2016-03-27 | Move getUserGlyphicon function from common model into user class | Malf Furious | 1 | -1/+1 | |
2016-03-27 | Alter representation of form boolean values | Malf Furious | 1 | -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-27 | Populate admin setting fields on page load | Malf Furious | 1 | -4/+4 | |
Added logic to set initial state of fields on the setting modal's admin tab | |||||
2016-03-27 | Add view for Setting modal, admin tab | Malf Furious | 1 | -1/+39 | |
2016-03-27 | Add User settings tab for Setting modal | Malf Furious | 1 | -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-27 | Only include the Setting modal if currently logged in | Malf Furious | 1 | -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-27 | Add settings modal to Common MVC | Malf Furious | 2 | -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-27 | Update application navbar | Malf Furious | 1 | -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-01-03 | * Start of application navbar | Malf Furious | 2 | -0/+27 | |
* Digested some example code | |||||
2016-01-02 | + Adding initial view files for common MVC | Malf Furious | 3 | -0/+3 | |