Age | Commit message (Expand) | Author | Files | Lines |
2016-09-14 | Add view template for setting object permissions | Malf Furious | 1 | -0/+80 |
2016-06-12 | Revert "Rename variable" | Malf Furious | 1 | -2/+2 |
2016-06-12 | Add group tab to setting modal | Malf Furious | 2 | -0/+31 |
2016-06-12 | Update setting modal to use functions added in previous commit | Malf Furious | 1 | -2/+2 |
2016-06-12 | Add refresh btn to Scrott navbar | Malf Furious | 1 | -0/+2 |
2016-06-11 | Add navbar dropdown for selecting group page to view | Malf Furious | 1 | -0/+12 |
2016-06-11 | Rename variable | Malf Furious | 1 | -2/+2 |
2016-06-10 | Add 'go home' button to exception page | Malf Furious | 1 | -4/+8 |
2016-06-09 | Remove bootstrap grid structure from group view | Malf Furious | 1 | -12/+8 |
2016-06-08 | Start design for group view | Malf Furious | 1 | -0/+20 |
2016-06-08 | Create blank view for groups | Malf Furious | 1 | -0/+27 |
2016-06-01 | Update newgroup modal | Malf Furious | 1 | -1/+1 |
2016-06-01 | Add modal view to create a new user group | Malf Furious | 2 | -0/+61 |
2016-05-29 | Add copyright notice to application view files | Malf Furious | 18 | -0/+304 |
2016-05-22 | Add delete account button to all users panels | Malf Furious | 1 | -0/+11 |
2016-05-22 | Create view for delete account MVC | Malf Furious | 1 | -0/+24 |
2016-05-21 | Add MVC Deleteacct | Malf Furious | 1 | -0/+13 |
2016-05-21 | Add 'Delete Account' button to user settings form | Malf Furious | 1 | -0/+5 |
2016-05-01 | Update setting modal to allow admins to remove other users' head images | Malf Furious | 1 | -1/+1 |
2016-05-01 | Update setting modal to allow user to remove their own head image | Malf Furious | 1 | -1/+1 |
2016-05-01 | Add global javascript file scrott.js | Malf Furious | 1 | -0/+1 |
2016-05-01 | Update form handler for common/setting-modal, all users tab | Malf Furious | 1 | -2/+2 |
2016-05-01 | Update form handler for common/setting-modal, user tab | Malf Furious | 1 | -2/+2 |
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 |
2016-03-27 | Add collapsable panel for editing each user's settings to admin setting tab | Malf Furious | 1 | -0/+62 |
2016-03-27 | Fix maxlengths for fields on user objects | Malf Furious | 1 | -5/+5 |
2016-03-27 | Fix <label>s and <input>s that use unnecessary DOM IDs | Malf Furious | 3 | -36/+36 |
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 |
2016-03-27 | Populate admin setting fields on page load | Malf Furious | 1 | -4/+4 |
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 |
2016-03-27 | Only include the Setting modal if currently logged in | Malf Furious | 1 | -1/+3 |
2016-03-27 | Add settings modal to Common MVC | Malf Furious | 2 | -0/+27 |
2016-03-27 | Update application navbar | Malf Furious | 1 | -1/+14 |
2016-03-27 | Add Dashboard MVC default view | Malf Furious | 1 | -0/+13 |
2016-02-20 | Finish initial exception reporting page | Malf Furious | 1 | -1/+6 |
2016-02-17 | Add 'Except' MVC -- Used to show application exception messages to user | Malf Furious | 1 | -0/+24 |
2016-02-06 | Merge the two auth views together | Malf Furious | 2 | -84/+90 |
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 |
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 |
2015-12-06 | + Adding master page modal for displaying page errors/warnings/and notices (s... | M | 3 | -0/+27 |
2015-12-05 | + Added framework function for getting current app path | M | 1 | -1/+2 |