summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* adding in the minimal phpgacl code. this is all that is necessaryPreston Cody2008-02-161-6/+10
| | | | | | | | | for a functioning phpgcal setup. (pretty sweet eh?) minor touchup to user.php adding favicon.ico b/c apache seems to want it. svn path=/trunk/; revision=355
* adding a whole bunch of access checks into the users and clientsPreston Cody2007-04-021-1/+4
| | | | | | | pages. not yet done on users but i think clients is done. adding an ignore to .smarty/templates_c/ svn path=/; revision=196
* simplifying code to take out double-queries for useridPreston Cody2007-03-261-24/+33
| | | | | | | | | adding a check to see if an object id already exists in the ACL list before adding a user or client to avoid issues where the ACL will add but the DB insert will fail on some constraint. svn path=/; revision=191
* some larger structural changes here.Preston Cody2007-03-261-3/+3
| | | | | | | | | | | userid, clientid, and permid are no-longer auto_increment values they instead will take their IDs from the gacl ids assigned. this makes linking between the tables much easier since the ids will always be the same. (no more lookups) also adding a bare_scire.sql file with a minimal setup this combines scire.sql and scire2.sql svn path=/; revision=190
* various updates regarding permissionsPreston Cody2006-07-151-2/+2
| | | | | | | | 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-0/+18
| | | | | | | | 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
* various updates around the board. mainly focusing on client and userPreston Cody2006-06-141-0/+7
| | | | | | | | pages. some DB updates and asthetic changes. preparing for user sessions svn path=/; revision=99
* adding initial users and clients pages.Preston Cody2006-06-111-0/+151
these do not yet use dynamic fields most of users is functional, clients is not it is still in progress. svn path=/; revision=96