summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* adding changes from Rodrigo Lazo (rlazo) for Google SoC:Preston Cody2007-07-211-3/+9
* adding a change from Rodrigo Lazo (rlazo) for Google SoC.Preston Cody2007-07-191-0/+41
* some excellent updates from Rodrigo Lazo:Preston Cody2007-06-161-5/+16
* just return the success code rather than the rowcount cause there is none.Preston Cody2007-05-211-2/+2
* adding the new DB class that uses ADOdb functionality.Preston Cody2007-05-201-0/+216
* major DB changes here. Switching from mysql-specific codePreston Cody2007-05-203-2/+3
* adding a whole bunch of access checks into the users and clientsPreston Cody2007-04-021-0/+3
* disable caching for the time being. don't think it works anyways.Preston Cody2007-04-021-3/+28
* some larger structural changes here.Preston Cody2007-03-261-6/+6
* smarty: adding Modules link to main bar.Preston Cody2007-03-173-0/+26
* adding path varible to allow for module use.Preston Cody2007-03-171-4/+4
* updating DB.php with a $db->query() functionPreston Cody2006-12-113-3/+77
* moving the scire_ui variable into the config.phpPreston Cody2006-12-111-0/+2
* updating the code for adding a job. finally works in MySQL.Preston Cody2006-12-021-2/+8
* adding email address.Preston Cody2006-10-082-0/+5
* adding a bunch of functions i wrote a long time ago and forgot about.Preston Cody2006-10-081-2/+87
* adding pending clients list linkPreston Cody2006-07-231-0/+2
* adding client status field filtering. defaults to ActivePreston Cody2006-07-231-9/+10
* various updates regarding permissionsPreston Cody2006-07-151-0/+10
* massive updates to the permissions code on users and clients.Preston Cody2006-07-051-1/+1
* putting the fields into functions.php and using the settings pagePreston Cody2006-06-261-0/+38
* add script library mockup linkPreston Cody2006-06-261-0/+1
* adding initial settings page. still a major workPreston Cody2006-06-191-0/+2
* adding a scire_add_setting functionPreston Cody2006-06-191-0/+10
* less stupid settings :PAndrew Gaffney2006-06-181-1/+5
* adding extra debugging linePreston Cody2006-06-181-0/+1
* adding settings stuff. needs to be made into a hashPreston Cody2006-06-181-0/+20
* various updates around the board. mainly focusing on client and userPreston Cody2006-06-142-4/+27
* put the afterlogin redirect in the right place :PAndrew Gaffney2006-06-111-1/+1
* adding adodb path link, tho not used yetPreston Cody2006-06-113-14/+50
* add debuggin queryPreston Cody2006-06-111-2/+2
* make session last longerPreston Cody2006-06-111-1/+1
* adding some mockup HTML files made by blackace.Preston Cody2006-06-041-2/+3
* updated some scire database interface filesPreston Cody2006-06-042-4/+4
* add DB_functions.php require_onceNicholas D. Wolfwood2006-05-221-0/+3
* move DBInterface.php to .lib/DB_functions.phpNicholas D. Wolfwood2006-05-221-0/+174
* add multiple table and raw select query supportNicholas D. Wolfwood2006-05-221-17/+32
* update to login code. should work now.Preston Cody2006-05-211-3/+2
* starting to move stuff over to blackace's implementationPreston Cody2006-05-212-5/+6
* s/$table/$this->table/Nicholas D. Wolfwood2006-05-211-6/+6
* touchups to the php files for actual usePreston Cody2006-05-213-8/+8
* missing require_once for Session.phpNicholas D. Wolfwood2006-05-211-0/+1
* Add .lib with DB and Session classes, common include with config, smarty setu...Nicholas D. Wolfwood2006-05-097-0/+402