Commit Graph

2837 Commits

Author SHA1 Message Date
fgerlits b5540ad4f0 minor edit 2007-02-07 11:15:39 +00:00
fgerlits f02576eed0 added some debug messages when unmounting/remounting is done (part of #2101) 2007-02-07 10:44:23 +00:00
localizer 5c7f4f5b33 automated localization update 2007-02-07 00:23:07 +00:00
fgerlits c643b6087b another attempt at fixing #2101 2007-02-06 18:06:34 +00:00
fgerlits 37694dc331 fixed #2171 2007-02-06 17:19:54 +00:00
paul 74b3c0a967 Fix for #2169 - simple search is broken 2007-02-06 12:17:23 +00:00
paul b4bfcd756d Fix for ticket #2170 - advanced search should default to AND instead of OR. 2007-02-06 11:54:17 +00:00
fgerlits 9d2b156b2e possible fix for #2156 2007-02-05 20:27:26 +00:00
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 5c1a858287 Turns out that the group ownership needs to be set by this user_setup.sh. 2007-02-05 14:04:31 +00:00
paul cac99f143f alib/var/install - these files are no longer needed. 2007-02-05 13:09:07 +00:00
fgerlits 68a2bec94a synchronized the Studio localization files 2007-02-05 12:05:33 +00:00
localizer 85d0e3586d automated localization update 2007-02-05 00:22:47 +00:00
fgerlits 3bc21101aa variable initialization inside a switch case does not compile on some versions of gcc; fixed 2007-02-02 16:25:59 +00:00
fgerlits 75c77d8a3a added a default for the serial device (this should make life easier when you
upgrade from an earlier version); and added a gui for configuring it
2007-02-02 12:39:33 +00:00
fgerlits 738ecfd77b fixed #2101, maybe 2007-02-01 17:45:57 +00:00
fgerlits 5fe6ffbd15 Ugly (and I hope temporary) fix for #1933, based on substring matching. 2007-02-01 13:42:04 +00:00
paul af78a12f6c Fixed bug #2147 - trying to change password gives an error. Also fixed an additional incorrect API call in Greenbox. 2007-01-31 12:02:23 +00:00
paul 510d3a618a Fixed bug #2146 - Import script does not accept relative paths 2007-01-31 11:22:15 +00:00
localizer e2eb5003fd cleaned up language names and fixed permissions for the pt and gl directories 2007-01-30 17:05:56 +00:00
paul 814744d87e Part of the fix for #1933 - give back a different error code in the case of a duplicate file. 2007-01-30 16:56:29 +00:00
paul 0b1e16c92e This should fix #2144 2007-01-30 16:38:31 +00:00
paul 43cf1716e8 Fix for #2141 - the web interface does not start in the packaged version. The problem was that the CC_DBC variable was not initialized. Also fixed the UI_VERSION_FULLNAME. 2007-01-30 16:27:43 +00:00
fgerlits 56c61a21cf disabled some tests which either crash or hang; see #2143 2007-01-30 10:33:05 +00:00
paul 8719ce2a09 Fix for #2142 - when trying to add a user in the Web, get ACCESS DENIED. 2007-01-29 18:13:12 +00:00
paul 5ff2576e24 Fix for #2127 - Imports fail when filenames have spaces and other special characters 2007-01-29 14:38:32 +00:00
paul dc9ac0a2c2 Fix for #2140 2007-01-29 13:34:49 +00:00
paul 2ff948f2ed Fix for #2100 - the scheduler user is not created in the development environment. Added a script called campcaster-user.php which allows you to add users, change user passwords, and delete users. The changeSchedulerPassword.php script is no longer needed because of this. 2007-01-29 13:22:05 +00:00
fgerlits 00762f95c6 minor documentation enhancement 2007-01-29 12:50:15 +00:00
fgerlits 927610187b added the scheduler var dir, and updated the name of the import script 2007-01-29 12:06:50 +00:00
fgerlits 9a114d1192 'sed -i' is better because it preserves the executable flag 2007-01-29 11:59:04 +00:00
fgerlits 9a8ff9b505 fixed the include path (part of #2138) 2007-01-29 10:35:37 +00:00
paul 7fe3f07bae Fix for #2139 - Alib API change broke changeSchedulerPassword.php 2007-01-28 21:02:30 +00:00
fgerlits e0a692ad08 install the upgrade script 2007-01-28 18:23:37 +00:00
fgerlits c9774fd0b0 updated the version info (only the changelog will need to be modified
when the final release is built)
2007-01-28 16:49:22 +00:00
fgerlits 585066183f fix for #2138, first attempt 2007-01-28 16:28:28 +00:00
fgerlits 07b33a4260 updated the list of files containing version info 2007-01-28 13:01:38 +00:00
paul e6cde00295 Final fix for #2059. I left in the comments in case something goes wrong with this. 2007-01-27 18:03:00 +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
fgerlits 314ff9eeb0 "" looks better than "?" (part of #722) 2007-01-25 16:57:28 +00:00
fgerlits 62e24f984f made the serial device configurable (part of #722) 2007-01-25 16:53:28 +00:00
paul c2b524aaba Fix newline in upgrade script 2007-01-24 17:54:36 +00:00
paul f2370f759c Added upgrade DB call for Tomas fix for killing transfer processes. 2007-01-24 17:49:09 +00:00
paul c76376e327 print out error message when copy/link operation fails so i can debug whats going wrong with dougs bug 2007-01-24 17:37:43 +00:00
paul dc88a2792e Fix for report when things happen in 0 seconds 2007-01-24 17:32:34 +00:00
paul 2d498ecee6 Fixed bug where the install script would die if you already had installed the dev env before 2007-01-24 17:20:59 +00:00
paul 7d4a03d26d ALIB: Made it easier to debug the SQL statements, removed the install/uninstall code. 2007-01-24 15:55:23 +00:00
fgerlits 6276fbbe22 generate the docs first, so it will be done even if the tests hang 2007-01-24 11:30:43 +00:00
fgerlits 087253a71c connected the pieces of the RDS thing; next: testing (part of #722) 2007-01-24 11:10:08 +00:00
tomash 8818ae3537 #2058 cancel transport kill already running transport processes too 2007-01-24 03:04:56 +00:00