summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* adding a whole bunch of access checks into the users and clientsPreston Cody2007-04-021-11/+21
| | | | | | | pages. not yet done on users but i think clients is done. adding an ignore to .smarty/templates_c/ svn path=/; revision=196
* adding a line to grab/use the default value if none is already set.Preston Cody2007-03-171-1/+5
| | | | svn path=/; revision=186
* minor change to clientsPreston Cody2006-12-111-0/+3
| | | | | | | | fixing lots of bugs for script.php added the insert query code. tested briefly sensitive but works. svn path=/; revision=174
* add check to filter out ACLs that are UI-relatedPreston Cody2006-10-081-1/+28
| | | | | | also add some pending clients code to deal with those. svn path=/; revision=160
* updates related to pending table stuffPreston Cody2006-08-051-1/+0
| | | | svn path=/; revision=144
* adding status filtering and pending clients actionsPreston Cody2006-07-231-3/+37
| | | | svn path=/; revision=140
* various updates regarding permissionsPreston Cody2006-07-151-1/+3
| | | | | | | | added categories to the code, so that permissions can be grouped. A special group will consist of Scire UI permissions. svn path=/; revision=128
* massive updates to the permissions code on users and clients.Preston Cody2006-07-051-1/+19
| | | | | | | | they now share a common permissions.tpl template. viewing of user/client permissions works, remove button doesn't. link to add works. svn path=/; revision=123
* putting the fields into functions.php and using the settings pagePreston Cody2006-06-261-14/+11
| | | | | | to define the fields, order, and sorting of clients/users/jobs svn path=/; revision=120
* converting clients page to use settings ratherPreston Cody2006-06-191-0/+20
| | | | | | | than hardcoded fields in the template. still requires a hardcoded list as of now. svn path=/; revision=110
* adding initial users and clients pages.Preston Cody2006-06-111-0/+117
these do not yet use dynamic fields most of users is functional, clients is not it is still in progress. svn path=/; revision=96