paul
|
2da8161fb7
|
Fixed database initialization script so that it still works when run multiple times. Previously the StorageRoot would be created again for each installation. Added more verbose output about the database initialization. Added checks for is_null() on the return value for StoredFile::Recall*() functions. Do not create the "public" virtual subfolder when creating a new user. Create the root user in the same way that normal users are created.
|
2007-02-05 14:06:59 +00:00 |
paul
|
c66be911e6
|
Final fix for #2074 - make it easier to change the version number. You can now set the version number for PHP code in src/modules/storageServer/var/campcaster_version.php - all components look at this file to get the version number.
|
2007-01-27 17:11:02 +00:00 |
paul
|
e4d3179227
|
Beginning of fix for #2106 - Scheduler database tables are created in a different way than all other tables.
|
2007-01-03 22:47:25 +00:00 |
paul
|
4733682a62
|
Refactored Alib to reveal its true nature: a bunch of static functions inside of classes. This makes it much easier to understand what is going on, and removes 4 layers of class heirarchies (now only 4 left). There are now two important global variables: CC_DBC, the database connection, and CC_CONFIG, the config variables. These used to be passed around to all classes, but since they are always the same they should be global. Refactored the StorageServer install scripts to live outside of the classes. They now live in the storageServer install scripts. A lot of functions in the StorageServer have become static as well, but there are definitely more that I didnt get to. Lots of code cleanup as well. This is a big update.
|
2006-12-16 06:36:22 +00:00 |
paul
|
e98e7d8761
|
Update version number
|
2006-12-04 17:36:36 +00:00 |
fgerlits
|
d45efa6e23
|
Fixed #2017.
|
2006-12-04 11:59:01 +00:00 |
tomash
|
8b484a9df3
|
fixed line commited by mistake
|
2006-11-30 04:37:16 +00:00 |
tomash
|
22810e102a
|
#2017 special scheduler account in storageServer
|
2006-11-29 03:36:04 +00:00 |
tomash
|
4259cf0c08
|
#1894 workaround - ensures the buffer dir exists
|
2006-11-24 00:53:45 +00:00 |
paul
|
91130937c5
|
Just minor spacing tweaks
|
2006-11-23 07:14:22 +00:00 |
paul
|
dcd82ff474
|
LS->CC renaming. Removed special handling for PHP5 since we now assume we use PHP5.
|
2006-11-21 16:20:37 +00:00 |
paul
|
fe31d2dfab
|
Renaming top-level livesupport directory (/trunk/livesupport) to campcaster (trunk/campcaster).
|
2006-10-19 14:55:07 +00:00 |