summaryrefslogtreecommitdiffstats
path: root/app/view (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-09-16Add hidden formctrlMalf Furious1-0/+5
2018-09-16Add object background preview widgetMalf Furious1-0/+6
Similar to objHeadCircle() but for displaying a bg img on page, rather than as the actual background.
2018-09-15Add file formctrlMalf Furious1-0/+8
This ctrl is not POSTed as part of the input[] array, but as a standalone name.
2018-09-15Add checkbox formctrlMalf Furious1-0/+9
2018-09-15Add css class and help-block to text formctrlMalf Furious1-2/+6
2018-09-15Form ctrls should use the 'control-label' classMalf Furious1-2/+2
2018-09-15Add 'my pads' pageMalf Furious1-0/+55
2018-09-08Add 'New Pad' modalMalf Furious2-1/+61
2018-09-08Add owner dropdown to 'New Group' modalMalf Furious1-0/+14
2018-09-07Include bootstrap-select from std pageMalf Furious1-0/+2
2018-07-26Add "My Groups" pageMalf Furious1-0/+55
2018-07-26Add group/pad list itemMalf Furious1-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-24Add About Scrott modalMalf Furious1-0/+16
2018-07-24Show PAGE_NAME in the navbar/pad selectMalf Furious1-1/+1
2018-07-22Add groups/pads page buttons to navbarMalf Furious1-0/+2
2018-07-22Implement display of object page background imagesMalf Furious1-1/+12
2018-07-21Display new group modal in navMalf Furious1-3/+4
2018-07-21Add new group modal view/model codeMalf Furious1-0/+52
2018-07-20Add the notice modalMalf Furious1-0/+53
2018-07-19Add basic dashboard pageMalf Furious1-0/+40
2018-02-11Add start of navbarMalf Furious1-0/+68
2018-02-11Fix icon center-spacing on dbconfig viewMalf Furious1-1/+1
2018-02-10Add exception handler viewMalf Furious1-0/+46
2018-02-09Limit app textbox input to 64 charsMalf Furious1-1/+1
Many database string fields are capped at 64 chars. Am now asserting this limit in the UI.
2018-02-07Make security warnings REDMalf Furious2-2/+2
2018-02-07Move body padding-top style to stdpage\head()Malf Furious2-4/+4
To accomodate the navbar, also changed to the more-common value of 70px. This looks ok on the setup page.
2018-02-07Add login/signup viewMalf Furious1-0/+117
2018-02-07Update stdpage\head()Malf Furious1-0/+11
Added name and version number to information comment.
2017-06-27Setup dbconfig view to hook into form submission model codeMalf Furious1-0/+2
Now including the model code file, and supplying an action name for the web form taking configuration parameters.
2017-06-27Add formname template to formctrl viewMalf Furious1-0/+4
2017-06-27Reformat view helper modulesMalf Furious2-4/+8
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-26Add page markup for database setupMalf Furious1-0/+88
2017-06-26Add basic form control templatesMalf Furious1-0/+32
2017-06-24Remove unnessary identifier qualifiersMalf Furious1-3/+3
2017-06-24Add stdpage view templateMalf Furious1-0/+65
2016-10-22Deprecate application codeMalf Furious23-1607/+0
Setup to perform an iteration of development focused on a simpler implementation and eliminating redundancy in design.
2016-09-17Finish markup for setting modal group tabMalf Furious1-9/+30
2016-09-17Revert "Revert "Update group setting tab to use parameterized view templates""Malf Furious1-2/+5
This reverts commit cc285f5d019e5b586931a2a582374074825de947.
2016-09-17Revert "Update group setting tab to use parameterized view templates"Malf Furious1-5/+2
This reverts commit ee3b66018804b332ec2a2953a1d04b7e0beb68fa.
2016-09-17Update group setting tab to use parameterized view templatesMalf Furious1-2/+5
2016-09-17Change ownership view template into a PHP functionMalf Furious1-12/+14
2016-09-17Change permissions view template into a PHP functionMalf Furious1-50/+52
This change will allow us to use this in different contextes, even on a single page render.
2016-09-15Commit work on setting modal groups tabMalf Furious1-1/+52
I am committing this change incomplete. I'm stopping work on this particular piece to save some work overall and explore view templating using PHP features. The idea is to define this markup once in just one file, rather than having to duplicate it for each object type.
2016-09-15Add view template for transferring the owner of an objectMalf Furious1-0/+33
2016-09-14Add view template for setting object permissionsMalf Furious1-0/+80
This view template can be included from object setting tab view to display controls for adjusting object permissions.
2016-06-12Revert "Rename variable"Malf Furious1-2/+2
This reverts commit 112a510bb7ba358fd4195b5b2f3c8203ab4fb91d. Conflicts: app/model/obj.mod.php
2016-06-12Add group tab to setting modalMalf Furious2-0/+31
Created empty <div> for the group setting tab. Also added code to the common model for initializing the $mod->group variable and setting a flag marking what tabs to include in the setting modal (group tab in this case). Added logic to the main setting modal view file for picking up these flags and including appropriate additional content.
2016-06-12Update setting modal to use functions added in previous commitMalf Furious1-2/+2
2016-06-12Add refresh btn to Scrott navbarMalf Furious1-0/+2
2016-06-11Add navbar dropdown for selecting group page to viewMalf Furious1-0/+12