Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 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-09-20 | stdpage: Add assertconfirm() function | Malf Furious | 1 | -0/+4 | |
2018-09-20 | Add start of single-pad view | Malf Furious | 1 | -0/+7 | |
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-16 | Add settings modal and user settings tab | Malf Furious | 1 | -3/+4 | |
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-08 | Add 'New Pad' modal | Malf Furious | 1 | -1/+6 | |
2018-09-07 | Include bootstrap-select from std page | Malf Furious | 1 | -0/+2 | |
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-20 | Add the notice modal | Malf Furious | 1 | -0/+53 | |
2018-02-11 | Add start of navbar | Malf Furious | 1 | -0/+68 | |
2018-02-07 | Move body padding-top style to stdpage\head() | Malf Furious | 1 | -0/+4 | |
To accomodate the navbar, also changed to the more-common value of 70px. This looks ok on the setup page. | |||||
2018-02-07 | Update stdpage\head() | Malf Furious | 1 | -0/+11 | |
Added name and version number to information comment. | |||||
2017-06-27 | Reformat view helper modules | Malf Furious | 1 | -3/+4 | |
To limit whitespace being piped to the client, remove empty lines of free HTML between PHP functions defined in view files. To maintain readability, this spacing is added back at the top and bottom of each PHP function. | |||||
2017-06-24 | Remove unnessary identifier qualifiers | Malf Furious | 1 | -3/+3 | |
2017-06-24 | Add stdpage view template | Malf Furious | 1 | -0/+65 | |