Log of /trunk/scire
Directory Listing
Revision
351 -
Directory Listing
Modified
Mon Jan 14 03:06:18 2008 UTC
(5 years, 4 months ago)
by
codeman
adding calendar for use in setting the start and end ranges.
no validation on which is before which. sorry.
if your users are dumb, so be it.
Revision
348 -
Directory Listing
Modified
Fri Jan 11 03:19:58 2008 UTC
(5 years, 4 months ago)
by
codeman
remove minute and 5-min interval possibilities. 15 min is our minimum.
adodb's path is now in php5. dunno why they changed it, but kinda annoying.
Revision
347 -
Directory Listing
Modified
Fri Jan 11 03:18:59 2008 UTC
(5 years, 4 months ago)
by
codeman
adding a regex-replace to strip carriage returns from script data.
Revision
346 -
Directory Listing
Modified
Fri Jan 11 03:18:00 2008 UTC
(5 years, 4 months ago)
by
codeman
wrap tags in if(tags) incase of no tags.
Revision
338 -
Directory Listing
Modified
Sun Jan 6 21:59:21 2008 UTC
(5 years, 4 months ago)
by
codeman
adding recurring_jobs_clients to hold the information for recurring jobs.
Revision
308 -
Directory Listing
Modified
Wed Jan 2 01:11:15 2008 UTC
(5 years, 4 months ago)
by
codeman
get rid of that dependency thing.
Revision
307 -
Directory Listing
Modified
Wed Jan 2 01:10:57 2008 UTC
(5 years, 4 months ago)
by
codeman
set deploy_time to now for non-scheduled jobs.
Revision
248 -
Directory Listing
Modified
Sun Dec 23 04:50:01 2007 UTC
(5 years, 5 months ago)
by
agaffney
Copied from:
scire revision 247
move everything to new trunk directory
Revision
247 -
Directory Listing
Modified
Tue Aug 7 01:36:04 2007 UTC
(5 years, 9 months ago)
by
codeman
Original Path:
scire
This is a very large commit from Rodrigo Lazo (rlazo) for Google SoC
This is the latest patch on the job execution series. As far as I
could test it, now scire should be able to create, distribute, execute
and gather the output of a job with the new models.
Also the jobs register their status on the database (pending,
downloaded, running, failed, finished or cancelled). So now all the
backend code needed to "watch" a job is on its place.
Right now a job gets executed but dies on the post processing stage
(at least that is what I understand from the error message)
Just move the GACL_functions.py from server/ to server/modules and
apply this patch and you'll how myltiple entries are created for each
member of the group in jobs_clients and on job_history.
I've take some precautions regarding concurrency adding some locks,
I'm not sure they are enough so please comment on that
Revision
246 -
Directory Listing
Modified
Thu Aug 2 04:05:39 2007 UTC
(5 years, 9 months ago)
by
codeman
Original Path:
scire
trying to make dyn_tags work better
Revision
245 -
Directory Listing
Modified
Thu Aug 2 04:04:56 2007 UTC
(5 years, 9 months ago)
by
codeman
Original Path:
scire
let people define the tags
Revision
242 -
Directory Listing
Modified
Sun Jul 22 22:05:56 2007 UTC
(5 years, 10 months ago)
by
codeman
Original Path:
scire
commented out the parser for the time being so the job will commit.
rlazo, feel free to uncomment for your use.
added exception.
Revision
241 -
Directory Listing
Modified
Sun Jul 22 22:05:16 2007 UTC
(5 years, 10 months ago)
by
codeman
Original Path:
scire
add the statuses as a var for the template to use.
Revision
240 -
Directory Listing
Modified
Sun Jul 22 22:04:49 2007 UTC
(5 years, 10 months ago)
by
codeman
Original Path:
scire
lots of changes here.
adding dynamic tags submission to the script.
implemented the continue button which parses the script
looking for tags, and when the page reloads it shows the tags
so you can set default values.
add the perm id
Revision
239 -
Directory Listing
Modified
Sun Jul 22 22:02:53 2007 UTC
(5 years, 10 months ago)
by
codeman
Original Path:
scire
small changes. for script, use the id and name of scripts, now passed in.
previously the id wasn't there.
for client.tpl, use the statuses gathered.
Revision
238 -
Directory Listing
Modified
Sun Jul 22 22:01:41 2007 UTC
(5 years, 10 months ago)
by
codeman
Original Path:
scire
in DB.php:
added get_next_id to grab the next id from a sequence
added now to insert the timestamp in whatever DB format.
in functions:
added get_client_statuses() for clients pages
modified add_client and add_job to use $db->now()
fixed add_job to use the sequence. made the code simpler.
fixed clients and clientgroups addition.
heavily modified the script addition. uses sequence
also adds tags passed to it now.
Revision
235 -
Directory Listing
Modified
Sat Jul 21 22:20:46 2007 UTC
(5 years, 10 months ago)
by
codeman
Original Path:
scire
changing the dyn_tags table to use scriptid instead of jobid
fixing up the script creation section. still a work in progress.
Revision
233 -
Directory Listing
Modified
Sat Jul 21 02:09:06 2007 UTC
(5 years, 10 months ago)
by
codeman
Original Path:
scire
adding changes from Rodrigo Lazo (rlazo) for Google SoC:
modified add_job.php to make use of the new scheduling logic, plus other minor changes
Revision
232 -
Directory Listing
Modified
Thu Jul 19 01:26:51 2007 UTC
(5 years, 10 months ago)
by
codeman
Original Path:
scire
committing code from Rodrigo Lazo (rlazo) for Google SoC
adding job details skeleton code.
fixing a small bug in jobs.php and also converting away from dos
file format
Revision
228 -
Directory Listing
Modified
Thu Jul 19 01:12:21 2007 UTC
(5 years, 10 months ago)
by
codeman
Original Path:
scire
adding a change from Rodrigo Lazo (rlazo) for Google SoC.
these are basic changes to accomodate job fetching and editing.
Revision
226 -
Directory Listing
Modified
Fri Jul 6 16:14:50 2007 UTC
(5 years, 10 months ago)
by
codeman
Original Path:
scire
adding 3 cron-handling files from rlazo for Google SoC
Revision
220 -
Directory Listing
Modified
Sat Jun 16 17:44:09 2007 UTC
(5 years, 11 months ago)
by
codeman
Original Path:
scire
some excellent updates from Rodrigo Lazo:
UI DB functions have been modified to work with the new job_status model.
Revision
203 -
Directory Listing
Modified
Mon May 21 04:05:03 2007 UTC
(6 years ago)
by
codeman
Original Path:
scire
add the db_type to login.
Revision
202 -
Directory Listing
Modified
Mon May 21 04:04:36 2007 UTC
(6 years ago)
by
codeman
Original Path:
scire
just return the success code rather than the rowcount cause there is none.
Revision
199 -
Directory Listing
Modified
Sun May 20 20:40:03 2007 UTC
(6 years ago)
by
codeman
Original Path:
scire
adding the new DB class that uses ADOdb functionality.
Revision
198 -
Directory Listing
Modified
Sun May 20 20:39:03 2007 UTC
(6 years ago)
by
codeman
Original Path:
scire
major DB changes here. Switching from mysql-specific code
to using the ADOdb interface for a lot of added flexibility
and stability. It also has nice caching abilities and bind paramaters.
the goal is to make Scire DB-independent.
Revision
196 -
Directory Listing
Modified
Mon Apr 2 01:38:52 2007 UTC
(6 years, 1 month ago)
by
codeman
Original Path:
scire
adding a whole bunch of access checks into the users and clients
pages. not yet done on users but i think clients is done.
adding an ignore to .smarty/templates_c/
Revision
195 -
Directory Listing
Modified
Mon Apr 2 01:37:35 2007 UTC
(6 years, 1 month ago)
by
codeman
Original Path:
scire
fix up editing of permissions.
Revision
194 -
Directory Listing
Modified
Mon Apr 2 01:36:51 2007 UTC
(6 years, 1 month ago)
by
codeman
Original Path:
scire
adding pages that show a list of modules.
very simple. lots more will be added later i'm sure
Revision
193 -
Directory Listing
Modified
Mon Apr 2 01:35:41 2007 UTC
(6 years, 1 month ago)
by
codeman
Original Path:
scire
adding an error page for access violations.
tells you which priviledge you needed and didn't have.
Revision
192 -
Directory Listing
Modified
Mon Apr 2 01:34:35 2007 UTC
(6 years, 1 month ago)
by
codeman
Original Path:
scire
disable caching for the time being. don't think it works anyways.
removed some excess junk lines. removed extra include
added two access-checking functions. the first just returns true or false
the second will divert to an error page if access is not given.
Revision
191 -
Directory Listing
Modified
Mon Mar 26 02:51:10 2007 UTC
(6 years, 1 month ago)
by
codeman
Original Path:
scire
simplifying code to take out double-queries for userid
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.
Revision
190 -
Directory Listing
Modified
Mon Mar 26 01:43:07 2007 UTC
(6 years, 1 month ago)
by
codeman
Original Path:
scire
some larger structural changes here.
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
Revision
187 -
Directory Listing
Modified
Sat Mar 17 03:23:33 2007 UTC
(6 years, 2 months ago)
by
codeman
Original Path:
scire
small comment change
Revision
186 -
Directory Listing
Modified
Sat Mar 17 03:23:00 2007 UTC
(6 years, 2 months ago)
by
codeman
Original Path:
scire
adding a line to grab/use the default value if none is already set.
Revision
185 -
Directory Listing
Modified
Sat Mar 17 03:21:40 2007 UTC
(6 years, 2 months ago)
by
codeman
Original Path:
scire
smarty: adding Modules link to main bar.
common: add path check. someone else please verify if this is secure.
functions: adding functions for default fields values.
Revision
184 -
Directory Listing
Modified
Sat Mar 17 03:20:00 2007 UTC
(6 years, 2 months ago)
by
codeman
Original Path:
scire
adding path varible to allow for module use.
adding comment that one of the includes can likely be cut
Revision
179 -
Directory Listing
Modified
Mon Feb 19 21:14:49 2007 UTC
(6 years, 3 months ago)
by
codeman
Original Path:
scire
removing old html and templates directories so they don't confuse
adding screenshots for the user tour.
Revision
175 -
Directory Listing
Modified
Mon Dec 11 00:54:08 2006 UTC
(6 years, 5 months ago)
by
codeman
Original Path:
scire
updating the templates. script has been fixed
to populate fields like priority and permissions
from the DB rather than fake settings.
add_job has been much improved.
Revision
174 -
Directory Listing
Modified
Mon Dec 11 00:53:03 2006 UTC
(6 years, 5 months ago)
by
codeman
Original Path:
scire
minor change to clients
fixing lots of bugs for script.php
added the insert query code. tested briefly
sensitive but works.
Revision
173 -
Directory Listing
Modified
Mon Dec 11 00:51:46 2006 UTC
(6 years, 5 months ago)
by
codeman
Original Path:
scire
adding job page settings. very similar to the other two/three
Revision
172 -
Directory Listing
Modified
Mon Dec 11 00:50:28 2006 UTC
(6 years, 5 months ago)
by
codeman
Original Path:
scire
updating DB.php with a $db->query() function
which takes a straight up SQL query.
updated a bunch of DB functions for jobs and scripts
fixed the job insertion.
added description to jobs fields in functions
Revision
171 -
Directory Listing
Modified
Mon Dec 11 00:48:50 2006 UTC
(6 years, 5 months ago)
by
codeman
Original Path:
scire
corresponding template
changing the jobs page to use the methodology of the clients and users page
with definable settings.
Revision
170 -
Directory Listing
Modified
Mon Dec 11 00:48:14 2006 UTC
(6 years, 5 months ago)
by
codeman
Original Path:
scire
changing the jobs page to use the methodology of the clients and users page
with definable settings.
Revision
169 -
Directory Listing
Modified
Mon Dec 11 00:47:14 2006 UTC
(6 years, 5 months ago)
by
codeman
Original Path:
scire
moving the scire_ui variable into the config.php
Revision
168 -
Directory Listing
Modified
Sun Dec 10 23:18:03 2006 UTC
(6 years, 5 months ago)
by
codeman
Original Path:
scire
fixing up some small things. permission bug
query returns false now on success.
less debugging.
Revision
165 -
Directory Listing
Modified
Sat Dec 2 20:05:04 2006 UTC
(6 years, 5 months ago)
by
codeman
Original Path:
scire
very basic job addition. skeleton code.
Revision
164 -
Directory Listing
Modified
Sat Dec 2 20:02:55 2006 UTC
(6 years, 5 months ago)
by
codeman
Original Path:
scire
updating the code for adding a job. finally works in MySQL.
Revision
163 -
Directory Listing
Modified
Sun Oct 8 20:41:47 2006 UTC
(6 years, 7 months ago)
by
codeman
Original Path:
scire
adding in the guts of this page. there was a reworking in the way
permissions were done.
Revision
162 -
Directory Listing
Modified
Sun Oct 8 20:41:05 2006 UTC
(6 years, 7 months ago)
by
codeman
Original Path:
scire
small diagnostic updates. nothing special.
Revision
161 -
Directory Listing
Modified
Sun Oct 8 20:39:52 2006 UTC
(6 years, 7 months ago)
by
codeman
Original Path:
scire
adding initial POST code. totally not done yet.
Revision
160 -
Directory Listing
Modified
Sun Oct 8 20:39:23 2006 UTC
(6 years, 7 months ago)
by
codeman
Original Path:
scire
add check to filter out ACLs that are UI-related
also add some pending clients code to deal with those.
Revision
159 -
Directory Listing
Modified
Sun Oct 8 20:38:39 2006 UTC
(6 years, 7 months ago)
by
codeman
Original Path:
scire
filter out ACLs that are UI-related.
Revision
158 -
Directory Listing
Modified
Sun Oct 8 20:38:15 2006 UTC
(6 years, 7 months ago)
by
codeman
Original Path:
scire
comment out POST for pretty displays.
Revision
157 -
Directory Listing
Modified
Sun Oct 8 20:37:20 2006 UTC
(6 years, 7 months ago)
by
codeman
Original Path:
scire
changing the way permissions are gathered.
this will need to be changed again soon enough
Revision
156 -
Directory Listing
Modified
Sun Oct 8 20:36:43 2006 UTC
(6 years, 7 months ago)
by
codeman
Original Path:
scire
a LOT of fixes and updates to a lot of pages.
also adding the add_job page. not fully functional yet.
Revision
155 -
Directory Listing
Modified
Sun Oct 8 20:35:16 2006 UTC
(6 years, 7 months ago)
by
codeman
Original Path:
scire
adding email address.
adding a small function to return a list of priorities
Revision
154 -
Directory Listing
Modified
Sun Oct 8 20:34:17 2006 UTC
(6 years, 7 months ago)
by
codeman
Original Path:
scire
adding a bunch of functions i wrote a long time ago and forgot about.
Revision
153 -
Directory Listing
Modified
Sun Oct 8 20:32:55 2006 UTC
(6 years, 7 months ago)
by
codeman
Original Path:
scire
need the email address in the user settings
Revision
144 -
Directory Listing
Modified
Sat Aug 5 21:03:58 2006 UTC
(6 years, 9 months ago)
by
codeman
Original Path:
scire
updates related to pending table stuff
Revision
140 -
Directory Listing
Modified
Sun Jul 23 21:15:10 2006 UTC
(6 years, 10 months ago)
by
codeman
Original Path:
scire
adding status filtering and pending clients actions
Revision
139 -
Directory Listing
Modified
Sun Jul 23 21:14:05 2006 UTC
(6 years, 10 months ago)
by
codeman
Original Path:
scire
adding pending clients list link
added some more client fields.
Revision
138 -
Directory Listing
Modified
Sun Jul 23 21:13:00 2006 UTC
(6 years, 10 months ago)
by
codeman
Original Path:
scire
adding client status field filtering. defaults to Active
removed old query
Revision
128 -
Directory Listing
Modified
Sat Jul 15 05:21:58 2006 UTC
(6 years, 10 months ago)
by
codeman
Original Path:
scire
various updates regarding permissions
added categories to the code, so that permissions
can be grouped. A special group will consist of
Scire UI permissions.
Revision
123 -
Directory Listing
Modified
Wed Jul 5 04:04:38 2006 UTC
(6 years, 10 months ago)
by
codeman
Original Path:
scire
massive updates to the permissions code on users and clients.
they now share a common permissions.tpl template. viewing of
user/client permissions works, remove button doesn't.
link to add works.
Revision
122 -
Directory Listing
Modified
Wed Jul 5 04:03:19 2006 UTC
(6 years, 10 months ago)
by
codeman
Original Path:
scire
initial commit of assign_permission pages
these pages create permissions as well as create ACLs
this code is functional albeit ugly and unexplained.
Revision
121 -
Directory Listing
Modified
Mon Jun 26 01:43:19 2006 UTC
(6 years, 10 months ago)
by
codeman
Original Path:
scire
adding mockups for the script library.
Revision
120 -
Directory Listing
Modified
Mon Jun 26 01:42:07 2006 UTC
(6 years, 10 months ago)
by
codeman
Original Path:
scire
putting the fields into functions.php and using the settings page
to define the fields, order, and sorting of clients/users/jobs
Revision
119 -
Directory Listing
Modified
Mon Jun 26 01:40:14 2006 UTC
(6 years, 10 months ago)
by
codeman
Original Path:
scire
add script library mockup link
Revision
117 -
Directory Listing
Modified
Mon Jun 19 15:49:32 2006 UTC
(6 years, 11 months ago)
by
agaffney
Original Path:
scire
don't print cert digest in client
Revision
112 -
Directory Listing
Modified
Mon Jun 19 03:19:35 2006 UTC
(6 years, 11 months ago)
by
codeman
Original Path:
scire
adding initial settings page. still a major work
in progress but want to get the code committed.
Revision
111 -
Directory Listing
Modified
Mon Jun 19 03:17:18 2006 UTC
(6 years, 11 months ago)
by
codeman
Original Path:
scire
add db functions and grab and store user settings on login
Revision
110 -
Directory Listing
Modified
Mon Jun 19 03:16:46 2006 UTC
(6 years, 11 months ago)
by
codeman
Original Path:
scire
converting clients page to use settings rather
than hardcoded fields in the template.
still requires a hardcoded list as of now.
Revision
109 -
Directory Listing
Modified
Mon Jun 19 03:15:39 2006 UTC
(6 years, 11 months ago)
by
codeman
Original Path:
scire
took CSS out of the header.tpl and put in own file.
this will make the page source easier to read/scroll
and allow for themes.
adding settings page templates. in progress. very ugly.
partially converted clients template to use settings.
Revision
108 -
Directory Listing
Modified
Mon Jun 19 03:12:52 2006 UTC
(6 years, 11 months ago)
by
codeman
Original Path:
scire
adding a scire_add_setting function
Revision
105 -
Directory Listing
Modified
Sun Jun 18 20:41:50 2006 UTC
(6 years, 11 months ago)
by
agaffney
Original Path:
scire
less stupid settings :P
Revision
104 -
Directory Listing
Modified
Sun Jun 18 20:38:24 2006 UTC
(6 years, 11 months ago)
by
codeman
Original Path:
scire
adding extra debugging line
Revision
103 -
Directory Listing
Modified
Sun Jun 18 20:37:48 2006 UTC
(6 years, 11 months ago)
by
codeman
Original Path:
scire
adding settings stuff. needs to be made into a hash
Revision
99 -
Directory Listing
Modified
Wed Jun 14 01:52:27 2006 UTC
(6 years, 11 months ago)
by
codeman
Original Path:
scire
various updates around the board. mainly focusing on client and user
pages. some DB updates and asthetic changes.
preparing for user sessions
Revision
98 -
Directory Listing
Modified
Sun Jun 11 16:15:36 2006 UTC
(6 years, 11 months ago)
by
agaffney
Original Path:
scire
put the afterlogin redirect in the right place :P
Revision
97 -
Directory Listing
Modified
Sun Jun 11 04:36:44 2006 UTC
(6 years, 11 months ago)
by
agaffney
Original Path:
scire
add 'afterlogin' parameter for login.php and include when redirecting to login.php
Revision
96 -
Directory Listing
Modified
Sun Jun 11 03:26:48 2006 UTC
(6 years, 11 months ago)
by
codeman
Original Path:
scire
adding initial users and clients pages.
these do not yet use dynamic fields
most of users is functional, clients is not
it is still in progress.
Revision
95 -
Directory Listing
Modified
Sun Jun 11 03:24:22 2006 UTC
(6 years, 11 months ago)
by
codeman
Original Path:
scire
adding adodb path link, tho not used yet
changing db functions for new tables.
added function for leftbar entries to save code.
Revision
94 -
Directory Listing
Modified
Sun Jun 11 03:23:10 2006 UTC
(6 years, 11 months ago)
by
codeman
Original Path:
scire
add debuggin query
kill regex that destroys the query.
devs should write better queries.
Revision
93 -
Directory Listing
Modified
Sun Jun 11 03:22:22 2006 UTC
(6 years, 11 months ago)
by
codeman
Original Path:
scire
make session last longer
Revision
92 -
Directory Listing
Modified
Sun Jun 4 16:30:33 2006 UTC
(6 years, 11 months ago)
by
codeman
Original Path:
scire
adding some mockup HTML files made by blackace.
need templates for those files.
Revision
91 -
Directory Listing
Modified
Sun Jun 4 04:37:02 2006 UTC
(6 years, 11 months ago)
by
codeman
Original Path:
scire
updated some scire database interface files
fixed some queries
fixed the exporter pages (as useless as they are now).
Revision
82 -
Directory Listing
Modified
Mon May 22 03:23:51 2006 UTC
(7 years ago)
by
codeman
Original Path:
scire
initial commit of jobs.php page.
Revision
81 -
Directory Listing
Modified
Mon May 22 03:23:23 2006 UTC
(7 years ago)
by
codeman
Original Path:
scire
inital commit of jobs page stuff
Revision
80 -
Directory Listing
Modified
Mon May 22 02:46:49 2006 UTC
(7 years ago)
by
blackace
Original Path:
scire
add DB_functions.php require_once
Revision
79 -
Directory Listing
Modified
Mon May 22 02:46:20 2006 UTC
(7 years ago)
by
blackace
Original Path:
scire
move DBInterface.php to .lib/DB_functions.php
Revision
78 -
Directory Listing
Modified
Mon May 22 02:45:28 2006 UTC
(7 years ago)
by
blackace
Original Path:
scire
add multiple table and raw select query support
Revision
77 -
Directory Listing
Modified
Mon May 22 02:44:28 2006 UTC
(7 years ago)
by
blackace
Original Path:
scire
convert to using DB.php methods
Revision
74 -
Directory Listing
Modified
Sun May 21 04:21:59 2006 UTC
(7 years ago)
by
codeman
Original Path:
scire
update to moria.sql. add a svnignore to the templates directory for templates_c
Revision
73 -
Directory Listing
Modified
Sun May 21 03:21:30 2006 UTC
(7 years ago)
by
codeman
Original Path:
scire
convert admin page. this will obviously need
to change with the new redesign.
Revision
72 -
Directory Listing
Modified
Sun May 21 02:59:36 2006 UTC
(7 years ago)
by
codeman
Original Path:
scire
update to login code. should work now.
Revision
71 -
Directory Listing
Modified
Sun May 21 02:24:02 2006 UTC
(7 years ago)
by
codeman
Original Path:
scire
starting to move stuff over to blackace's implementation
inital move of index and login
Revision
70 -
Directory Listing
Modified
Sun May 21 01:51:50 2006 UTC
(7 years ago)
by
blackace
Original Path:
scire
s/$table/$this->table/
Revision
68 -
Directory Listing
Modified
Sun May 21 01:35:43 2006 UTC
(7 years ago)
by
codeman
Original Path:
scire
missing a {/section}
Revision
67 -
Directory Listing
Modified
Sun May 21 01:35:11 2006 UTC
(7 years ago)
by
codeman
Original Path:
scire
touchups to the php files for actual use
Revision
66 -
Directory Listing
Modified
Sun May 21 00:20:11 2006 UTC
(7 years ago)
by
blackace
Original Path:
scire
missing require_once for Session.php
Revision
59 -
Directory Listing
Modified
Tue May 9 10:14:02 2006 UTC
(7 years ago)
by
blackace
Original Path:
scire
Reverted files I forgot to svn revert before the last commit
Revision
58 -
Directory Listing
Modified
Tue May 9 09:56:23 2006 UTC
(7 years ago)
by
blackace
Original Path:
scire
Add .smarty with header, footer, and a message template, more templates to follow
Revision
57 -
Directory Listing
Modified
Tue May 9 09:55:21 2006 UTC
(7 years ago)
by
blackace
Original Path:
scire
Add .lib with DB and Session classes, common include with config, smarty setup and misc helper functions
Revision
47 -
Directory Listing
Modified
Sun Apr 23 02:59:12 2006 UTC
(7 years, 1 month ago)
by
codeman
Original Path:
scire
adding the rest of the converted admin pages.
conversion should be complete.
Revision
46 -
Directory Listing
Modified
Sun Apr 23 02:24:31 2006 UTC
(7 years, 1 month ago)
by
codeman
Original Path:
scire
Lots more general updates. Getting things converted over and simplified.
Revision
43 -
Directory Listing
Modified
Sat Apr 22 19:29:31 2006 UTC
(7 years, 1 month ago)
by
agaffney
Original Path:
scire
add get_scire_user() function
Revision
42 -
Directory Listing
Modified
Sat Apr 22 19:26:31 2006 UTC
(7 years, 1 month ago)
by
codeman
Original Path:
scire
updating code
Revision
41 -
Directory Listing
Added
Sat Apr 22 16:07:51 2006 UTC
(7 years, 1 month ago)
by
codeman
Original Path:
scire
initial scire files and directory added. more will come soon
| Sticky Revision: |
|