Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-10-25 | issue: Fix bug in iss-mesg-add form | Malf Furious | 1 | -1/+1 | |
Since this form submits a file upload, we need it to be set enctype="multipart/form-data". Signed-off-by: Malf Furious <m@lfurio.us> | |||||
2018-10-25 | issue: Implement form handler iss-mesg-add | Malf Furious | 1 | -0/+1 | |
Submissions to the iss-mesg-add form are now handled by this function. User must be logged in and permitted to post to the issue in question. Signed-off-by: Malf Furious <m@lfurio.us> | |||||
2018-10-24 | issue: Add message log to issue view modal | Malf Furious | 1 | -0/+62 | |
Listing all message (and log messages) beneath the OP in chrono order. There is a form at the bottom to submit new messages. Signed-off-by: Malf Furious <m@lfurio.us> | |||||
2018-10-22 | pad: Add on-page button to open new issue | Malf Furious | 1 | -0/+4 | |
First button added to the header of pad views is to open new issues. This interface is still very crude and subject to change in the near future. Signed-off-by: Malf Furious <m@lfurio.us> | |||||
2018-10-22 | stdpage: Add 'New Issue' option to navbar | Malf Furious | 1 | -0/+9 | |
When viewing a pad, offer the 'New Issue' option under the additions menu in the navbar. Will will display the just-added new issue modal, for the user to open a new issue on the first stage of the pad being viewed. Signed-off-by: Malf Furious <m@lfurio.us> | |||||
2018-10-22 | datamods: Add new issue modal | Malf Furious | 1 | -0/+47 | |
This datamods modal is accessable from pad views to open a new issue on the pad in question. This is a simplistic version of this interface, subject to improvements once I start on the v0.2-v0.3 development iteration. Suffice it to say, any frills we will want to use in the initial draft will be accessible from the issue view modal, as options to modify the open issue. Signed-off-by: Malf Furious <m@lfurio.us> | |||||
2018-10-22 | formctrl: Add textarea form control | Malf Furious | 1 | -0/+8 | |
Adds a parameterized text area to the collection of controls. Signed-off-by: Malf Furious <m@lfurio.us> | |||||
2018-10-22 | stdpage: Display issue modal when clicked on pad view | Malf Furious | 1 | -2/+1 | |
Updated the javascript to wire-up the issue list items shown on pad views. When these are clicked the associated issue modal is displayed in the foreground. | |||||
2018-10-22 | pad: Render issue modals on pad view | Malf Furious | 1 | -0/+5 | |
This logic instanciates an issue modal view for each issue to be accessable from a pad view. | |||||
2018-10-22 | issue: Add start of issue modal view | Malf Furious | 1 | -0/+118 | |
2018-09-25 | group: Add group page view | Malf Furious | 1 | -0/+57 | |
2018-09-24 | Add missing require | Malf Furious | 1 | -0/+1 | |
2018-09-23 | dashboard: Remove extra things | Malf Furious | 1 | -3/+1 | |
2018-09-23 | admin: Add empty admin panel | Malf Furious | 1 | -0/+38 | |
2018-09-21 | settings: Add admin-only settings tab to settings modal | Malf Furious | 1 | -0/+71 | |
This is an interface to alter the settings stored in the 'settings' database table. Typically restricted to administrators only. | |||||
2018-09-21 | deleteaccount: Implement form handler | Malf Furious | 1 | -0/+1 | |
2018-09-21 | deleteaccount: Add view | Malf Furious | 1 | -0/+59 | |
2018-09-20 | stdpage: Add assertconfirm() function | Malf Furious | 1 | -0/+4 | |
2018-09-20 | Add start of single-pad view | Malf Furious | 3 | -0/+94 | |
2018-09-19 | stdpage: Update user button appearance | Malf Furious | 1 | -1/+8 | |
Removed placholder text and now displaying the logged-in user's display name. This is accopanied by the user icon and (conditionally) the 'cool' sunglasses icon for admins. This is similar, but not identical, to the markup of my old archived code I'm clearing out. | |||||
2018-09-19 | stdpage: Add additional spacing to "Not Logged In" text | Malf Furious | 1 | -1/+1 | |
This additional spacing is added to the navbar text to improve its appearance in the browser. | |||||
2018-09-19 | settings: Implement user tab form submission | Malf Furious | 1 | -0/+1 | |
2018-09-19 | formctrl: Hidden field name should be in 'input' array | Malf Furious | 1 | -1/+1 | |
The input[ ] portion of the hidden field name had been left off. This commit fixes this bug. | |||||
2018-09-16 | Add settings modal and user settings tab | Malf Furious | 2 | -3/+151 | |
Updated old settings modal design, to incorporate added Scrott features. Reimplemented this modal in Scrott from archived code and have included it in the navbar. | |||||
2018-09-16 | Add hidden formctrl | Malf Furious | 1 | -0/+5 | |
2018-09-16 | Add object background preview widget | Malf Furious | 1 | -0/+6 | |
Similar to objHeadCircle() but for displaying a bg img on page, rather than as the actual background. | |||||
2018-09-15 | Add file formctrl | Malf Furious | 1 | -0/+8 | |
This ctrl is not POSTed as part of the input[] array, but as a standalone name. | |||||
2018-09-15 | Add checkbox formctrl | Malf Furious | 1 | -0/+9 | |
2018-09-15 | Add css class and help-block to text formctrl | Malf Furious | 1 | -2/+6 | |
2018-09-15 | Form ctrls should use the 'control-label' class | Malf Furious | 1 | -2/+2 | |
2018-09-15 | Add 'my pads' page | Malf Furious | 1 | -0/+55 | |
2018-09-08 | Add 'New Pad' modal | Malf Furious | 2 | -1/+61 | |
2018-09-08 | Add owner dropdown to 'New Group' modal | Malf Furious | 1 | -0/+14 | |
2018-09-07 | Include bootstrap-select from std page | Malf Furious | 1 | -0/+2 | |
2018-07-26 | Add "My Groups" page | Malf Furious | 1 | -0/+55 | |
2018-07-26 | Add group/pad list item | Malf Furious | 1 | -0/+107 | |
UI module to use when listing out groups and pads. These will link to the group/pad page and display information about the object. | |||||
2018-07-24 | Add About Scrott modal | Malf Furious | 1 | -0/+16 | |
2018-07-24 | Show PAGE_NAME in the navbar/pad select | Malf Furious | 1 | -1/+1 | |
2018-07-22 | Add groups/pads page buttons to navbar | Malf Furious | 1 | -0/+2 | |
2018-07-22 | Implement display of object page background images | Malf Furious | 1 | -1/+12 | |
2018-07-21 | Display new group modal in nav | Malf Furious | 1 | -3/+4 | |
2018-07-21 | Add new group modal view/model code | Malf Furious | 1 | -0/+52 | |
2018-07-20 | Add the notice modal | Malf Furious | 1 | -0/+53 | |
2018-07-19 | Add basic dashboard page | Malf Furious | 1 | -0/+40 | |
2018-02-11 | Add start of navbar | Malf Furious | 1 | -0/+68 | |
2018-02-11 | Fix icon center-spacing on dbconfig view | Malf Furious | 1 | -1/+1 | |
2018-02-10 | Add exception handler view | Malf Furious | 1 | -0/+46 | |
2018-02-09 | Limit app textbox input to 64 chars | Malf Furious | 1 | -1/+1 | |
Many database string fields are capped at 64 chars. Am now asserting this limit in the UI. | |||||
2018-02-07 | Make security warnings RED | Malf Furious | 2 | -2/+2 | |
2018-02-07 | Move body padding-top style to stdpage\head() | Malf Furious | 2 | -4/+4 | |
To accomodate the navbar, also changed to the more-common value of 70px. This looks ok on the setup page. |