Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-01 | Update setting modal to allow admins to remove other users' head images | Malf Furious | 1 | -0/+10 | |
2016-05-01 | Update setting modal to allow user to remove their own head image | Malf Furious | 1 | -0/+10 | |
2016-05-01 | Update form handler for common/setting-modal, all users tab | Malf Furious | 1 | -5/+10 | |
Now supports file upload to replace the user's head image | |||||
2016-05-01 | Define constants for head-image upload parameters | Malf Furious | 1 | -1/+7 | |
Created class-scope vars to define allowable sizes and types for uploaded user images | |||||
2016-05-01 | Update form handler for common/setting-modal, user tab | Malf Furious | 1 | -6/+11 | |
Now supports file upload to replace the user's head image | |||||
2016-03-27 | Add form handler for setting modal, admin/all users tab, for edit user action | Malf Furious | 1 | -3/+60 | |
2016-03-27 | Add form handler for setting modal, all users, create new user pane | Malf Furious | 1 | -2/+54 | |
This handler is requires admin status and allows you to create a new application user | |||||
2016-03-27 | Add collapsable panel for editing each user's settings to admin setting tab | Malf Furious | 1 | -0/+5 | |
Also, added relevant initialization code to common model | |||||
2016-03-27 | Alter admin setting form handler | Malf Furious | 1 | -1/+1 | |
Set a default value for field 'settSSL'. If this value is locked in the system-level configuration, then the disabled radio buttons don't assume a value during POST submission to the page and the field appears to the $form object as being unset. I use the currently set value for this option as the default. | |||||
2016-03-27 | Move getUserGlyphicon function from common model into user class | Malf Furious | 1 | -14/+0 | |
2016-03-27 | Handle submissions to setting modal, admin tab | Malf Furious | 1 | -1/+29 | |
2016-03-27 | Alter representation of form boolean values | Malf Furious | 1 | -1/+1 | |
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 | -0/+21 | |
Added logic to set initial state of fields on the setting modal's admin tab | |||||
2016-03-27 | Fix function CommonModel::saveSettingUser() | Malf Furious | 1 | -4/+7 | |
Farious fixes for this form submission handler * missspelled variable names (*Password => *Passwd) * Added a notice message for password change success | |||||
2016-03-27 | Add function CommonModel::common_handleFormSubmissions() | Malf Furious | 1 | -0/+11 | |
This helper func to all implementing MVC controllers is used to check for submission of any web-form defined within a common MVC view file. If detected, the appropriate handler function is called. | |||||
2016-03-27 | Add function CommonModel::saveSettingUser() | Malf Furious | 1 | -0/+57 | |
This is a webform handler for the setting modal, user setting tab. | |||||
2016-03-27 | Add function getCurrentUserGlyphicon() to Common model | Malf Furious | 1 | -0/+13 | |
This helps render data for the common topp view (navbar). This function will return the glyphicon to use next to the current user's name. | |||||
2016-01-02 | + Added model for new page master layer ("Common" MVC) | Malf Furious | 1 | -0/+9 | |