Commit Graph

748 Commits

Author SHA1 Message Date
fgerlits 2c123b1a2a fixed 2007-08-21 14:34:48 +00:00
fgerlits c72330142a fixed 2007-08-21 14:18:14 +00:00
fgerlits 0cd232a75f more d'n'd testing 2007-08-21 14:04:47 +00:00
fgerlits 9681e780d7 D'n'D testing 2007-08-16 13:43:43 +00:00
fgerlits f7d9b517e0 a link to metadataFields.html from the main developer doc page 2007-08-14 15:57:31 +00:00
fgerlits 2238613d08 moved the metadata fields file out of the 'gui' directory, which is the only
place nobody would ever look for it
2007-08-14 15:53:01 +00:00
fgerlits bb95d95082 fixed 2007-08-14 13:30:03 +00:00
fgerlits 3768ae6f6e Reformatted the Now Playing display to look more like it used to. 2007-08-14 12:09:24 +00:00
fgerlits b8a863a472 better use single quotes, because that is what is used elsewhere 2007-08-13 11:50:39 +00:00
fgerlits aa4e9c52a6 fixed a bug: when playlists were exported as SMIL, copies of the string 'INDCH'
were inserted into it instead of spaces
2007-08-13 11:49:34 +00:00
fgerlits 40d18a195d this option was never used; removed it 2007-08-13 10:37:21 +00:00
fgerlits 7462b44644 fixed a bug with the paging buttons 2007-08-13 10:33:49 +00:00
fgerlits bb5d7b8a33 refactoring, stage 5 (last, for now): sorted the remaining classes into
either GuiWindow or GuiComponent
2007-08-10 18:01:53 +00:00
fgerlits 8b9ad7968d refactoring, stage 4: sub-windows now just get one pointer to their parent,
as the first parameter to their constructor, instead of various collections
of gLiveSupport, bundle and glade, in various orders.
2007-08-10 13:49:12 +00:00
fgerlits 2f233f9aec minor correction to [3205] 2007-08-09 16:00:51 +00:00
fgerlits b7f736540e refactoring, stage 3: the Login Window and the Master Panel are now GuiWindows 2007-08-09 15:50:05 +00:00
fgerlits cd8f824661 refactoring, stage 2:
* standalone windows now know their own bundle name, instead of having to be
 told at construction;
 * collected bundle, gLiveSupport, glade, and mainWindow initialization into
 the parent class.
2007-08-09 13:49:40 +00:00
fgerlits 669e054fb4 typo 2007-08-09 12:14:00 +00:00
fgerlits 7da892d146 refactoring, stage 1: turned GLiveSupport into a Singleton 2007-08-09 10:44:55 +00:00
fgerlits c7e0c451be tiny typo 2007-08-08 12:01:46 +00:00
fgerlits d4345e7e98 fixed the Test Window in the widgets module 2007-08-08 09:37:40 +00:00
fgerlits 31fe5a69c8 minor corrections to [3191] 2007-08-07 18:16:11 +00:00
fgerlits e46df15775 decimated the Widgets module 2007-08-07 09:52:10 +00:00
fgerlits 7156052b53 fixed some svn:properties 2007-08-03 13:22:07 +00:00
fgerlits 72f0c75592 found one more window to gladeify; I think this was really the last one 2007-08-03 13:08:04 +00:00
fgerlits fb8749e3ae removed the GuiWindow class 2007-08-03 11:40:10 +00:00
fgerlits 6d9cf9f3db merged the libglade branch (3104:3183) back to the trunk 2007-08-03 11:13:44 +00:00
fgerlits e6b5b273c4 Mugur's bugfix for 2007-08-01 08:16:08 +00:00
fgerlits da601b84bd fixed the RDS problems, mostly 2007-06-15 13:11:47 +00:00
fgerlits 32b2e93f5a set some more serial port parameters 2007-06-14 10:04:33 +00:00
fgerlits 8dfd1d3a87 set the baud rate to 2400 (hard-coded; TODO: fix this) 2007-06-14 09:58:34 +00:00
fgerlits eaa81a3600 only send RDS commands once every 10 seconds or so 2007-06-13 16:22:38 +00:00
fgerlits 4f3d96df82 using 8-bit characters for transmission 2007-06-13 14:20:53 +00:00
fgerlits 6c19951816 typo 2007-06-13 14:05:51 +00:00
fgerlits 4c4603e267 added an optional baud rate argument 2007-06-13 14:04:38 +00:00
fgerlits 727a848b15 some more changes, really minor this time 2007-06-13 12:07:33 +00:00
fgerlits a30e597b3f more minor fixes 2007-06-13 11:56:49 +00:00
fgerlits c47dcd8e98 some minor changes 2007-06-13 11:34:05 +00:00
fgerlits 38acddb9e5 a little program to test serial port communications 2007-06-13 11:08:31 +00:00
fgerlits 5d9ac8e75e fixed , part 2 of 2 2007-06-12 10:35:46 +00:00
fgerlits d8137187a9 fixed 2007-06-12 10:30:06 +00:00
fgerlits fac3a8c483 some more changes to the Scratchpad window mockup 2007-06-06 12:44:15 +00:00
fgerlits 7724510600 added the first version of the RC file 2007-06-04 16:51:54 +00:00
fgerlits 03dc9b2b6a added the first version of a libglade mockup for the scratchpad window 2007-06-04 13:07:23 +00:00
localizer b571c7253a automated localization update 2007-05-31 23:39:50 +00:00
fgerlits 3d5d290ba4 fixed bug 2007-05-25 12:32:36 +00:00
fgerlits 1bfa7f3207 fixed ;
also: made the contents of the window stored at logout and restored at 
startup
2007-05-23 11:40:04 +00:00
fgerlits c2eab3dfd7 use cppunit >= 1.12.0 installed on the system, if present, and don't
compile it
2007-05-20 11:01:14 +00:00
mark 26b2feb634 test commit, ignore 2007-05-16 14:58:10 +00:00
fgerlits 6efc50520c reverted the storageServer, archiveServer, storageAdmin and htmlUI modules to their branches/campcaster-1.2 (last known working) state 2007-05-10 09:57:06 +00:00
fgerlits b3f1742c9e fixed a typo which caused a circular definition error (in the trunk) 2007-05-10 09:31:44 +00:00
fgerlits 3a9f82a9a7 fixed bug 2007-04-26 09:06:48 +00:00
fgerlits 4be7227812 minor documentation fix 2007-04-24 11:51:08 +00:00
localizer 3fc54b31d7 automated localization update 2007-04-19 23:33:39 +00:00
fgerlits 81db712485 fixed bug 2007-04-17 18:24:32 +00:00
fgerlits 0f716b1f43 minor edit: cosmetics 2007-04-04 15:32:34 +00:00
fgerlits dc416d27f0 corrections to [3075] 2007-04-04 15:21:49 +00:00
fgerlits 5d3ea7361f added a Serbian Latin to Cyrillic converter 2007-04-04 14:58:28 +00:00
fgerlits bdf4308e33 localization update; Serbian mostly 2007-03-23 14:34:09 +00:00
localizer fa55e57ec5 automated localization update 2007-03-23 00:29:35 +00:00
fgerlits 12d1f86514 fixed a typo 2007-03-21 17:00:34 +00:00
paul 4bfaa74d20 Applied patch from Lee A. Azzarello 2007-03-12 04:08:30 +00:00
localizer d4f9ced03a automated localization update 2007-03-09 00:27:29 +00:00
paul 0cd289c48b In BasicStor.php, converted many functions to STATIC because thats what they were. This in turn converted many other functions to STATIC in other files. Commented out functions that were not in use. Removed code that was already commented out. The Prefs class no longer requires the greenbox in its constructor. Changed the poorly named "upload2Hub" to "uploadToHub". Changed "uploadFileToHub" to "uploadFileAsync" (partly because the idea of a Hub no longer exists). Added public/private keywords to functions in Transport.php. Converted some comments mentioning LS to CC. DataEngine class no longer needs a Greenbox object to initialize it. Expanded LocStor::searchMetadata() to handle remote searches as well as local searches. 2007-03-05 13:54:55 +00:00
fgerlits 2a8f05a748 moved the description of live CD bug from the documentation to the bug tracker 2007-03-05 13:25:25 +00:00
fgerlits 84bcac3e0d a HOWTO for creating a live CD 2007-03-02 12:37:36 +00:00
paul 4c6b2cd4d3 Merged the archive server into the storage server. Still might need an upgrade script to do the transfer of files. 2007-03-01 16:10:20 +00:00
paul 5389324558 Code cleanup. 2007-03-01 16:00:51 +00:00
paul 982255503a Added some ability to test searching. 2007-03-01 15:59:53 +00:00
fgerlits 874bc204b5 minor documentation edit 2007-02-26 10:53:05 +00:00
fgerlits e22a9a58ac undoing [3021] 2007-02-23 10:49:18 +00:00
fgerlits 4758dbc281 temporarily disabled the oneshotreader 2007-02-23 10:42:48 +00:00
localizer a3be8e9161 automated localization update 2007-02-23 00:25:24 +00:00
fgerlits 6b20dc5f8c fixed 2007-02-21 13:33:04 +00:00
fgerlits 0296949b73 version number 2007-02-19 15:09:24 +00:00
fgerlits e61cc5a12f okay, that was dumb 2007-02-19 13:25:21 +00:00
fgerlits c11a398d1f fix for [3006] 2007-02-19 12:49:16 +00:00
fgerlits 23f7fe280b fixed 2007-02-19 11:46:41 +00:00
fgerlits 72016072b4 partial undo of [3002] 2007-02-19 11:37:14 +00:00
fgerlits fb94c18d86 renamed the backup/restore scripts in storageAdmin 2007-02-19 11:31:31 +00:00
fgerlits 07ea662459 added the CREDITS file to the tarball (Studio needs it, and also: why
not)
2007-02-16 17:05:35 +00:00
fgerlits 84947c8893 minor edit: documentation formatting 2007-02-16 16:53:51 +00:00
fgerlits f48c4b0c6f changelog: version number 2007-02-16 16:10:59 +00:00
paul bd3828c97c Fix for - n the packaged version, backups can neither be created nor restored. 2007-02-16 15:42:13 +00:00
paul 6eb888ecdc Fix for - Web interface: fade values are rounded to whole seconds. 2007-02-16 15:07:44 +00:00
fgerlits b7d3a2a4ed minor edit: localization updates 2007-02-16 14:50:24 +00:00
paul 49e3f2f717 Fix for - SNAP TO NEXT does not work properly. It looks like the javascript DATE object changes the time you give it depending on your offset to GMT. I added a function to calculate the number of milliseconds in times directly instead of relying on the Date object. 2007-02-16 13:03:12 +00:00
fgerlits a78fc227a4 better diagnostic message 2007-02-16 12:50:33 +00:00
paul c0ade94a12 Fix for 2007-02-15 14:31:45 +00:00
fgerlits b8629bf171 Credits in Options --> About are now read directly from the CREDITS file,
eliminating duplication
2007-02-14 19:52:51 +00:00
sava 2dbb3b8d9e Fixed typo 2007-02-14 13:48:47 +00:00
sava 371511e9ae The log now reflects history of the project more accurately 2007-02-14 13:34:51 +00:00
tomash 2e6bf8f55b minor quick fix 2007-02-13 17:54:45 +00:00
paul b6d548aff8 Changed the closeRestore() function to return what it said it was supposed to return. 2007-02-13 17:03:00 +00:00
paul c18205267e Fix for - import script doesnt work when specifying current directory (.). 2007-02-13 16:58:24 +00:00
tomash a105d81743 probably solved - one 'private' to 'public' change and one 'global' statement added. 2007-02-13 16:50:01 +00:00
paul e5ea53f8ac Fix for - funky characters in file names cause import script to crash. 2007-02-13 16:42:20 +00:00
paul 08f7983bab Fix for - import script dies after 268 files. This seems to have been a bug in the DB library. I added various new ways to debug campcaster-import. Also reduced the memory usage of campcaster-import. 2007-02-13 16:27:30 +00:00
fgerlits eadf37505c restoreBackup client changes; part of 2007-02-13 13:10:13 +00:00
paul ce9518d23c setCategory() doesnt need a VALUE field 2007-02-13 12:21:42 +00:00
paul e04e8b244d Fixed formatting 2007-02-13 12:11:39 +00:00
paul f41791c944 Added documentation 2007-02-13 12:09:07 +00:00
paul 60673746bd Changed how setting file permissions works - it now sets all the readable bits for the file 2007-02-13 09:52:25 +00:00
paul 6d4cdbd007 Add check that the file permissions really were changed after we tried to change them. 2007-02-12 18:00:40 +00:00
paul f72597ba78 Fix for - upload to network hub broken sometimes for linked files. The problem was that the file permissions for the linked files were not set to be world-readable. 2007-02-12 17:37:56 +00:00
paul a03b814d6a Fix for - fix the help menu 2007-02-10 20:06:24 +00:00
paul c4bbd08ebf Fix for - Web search screen - clicking RESET CRITERIA does not redo the search. Fix for - Web search screen - form does not correctly show the operator in use. 2007-02-10 17:45:21 +00:00
paul d87bf98163 Fix for - locstor.createBackupOpen is broken 2007-02-10 17:42:11 +00:00
paul 867d3d0eb4 Fixed misspelling 2007-02-10 17:41:02 +00:00
paul 56fd2892e7 Removed debugging print statement 2007-02-10 17:39:45 +00:00
paul 446800d340 Should fix - dir permissions are not set up correctly in storage server dev env 2007-02-09 16:27:47 +00:00
fgerlits e7b5b3d11c undoing the previous, because it borks the playlist editor 2007-02-09 16:05:01 +00:00
fgerlits fded40b175 made the columns in the search and scratchpad windows sortable 2007-02-09 16:00:16 +00:00
paul be56bbd453 Fixed bug where clicking on a column name in the search results gave you no results from that point forward. Now if you click on a column name it will sort by the column. Fixed - This was done by removing the sorting by track number. However, and upgrade script has been added to clean track numbers (convert from things like "20/1" to "1"), and this same function is used when importing from the command line and the web (however, not from the studio). More fixes for - changed the way the Web BROWSE columns work so that they matched how the studio works (i.e. each column is dependent on the previous column). 2007-02-09 15:38:57 +00:00
fgerlits 01b4a6d993 fixed 2007-02-09 11:20:46 +00:00
fgerlits 9a3a7a3ebd fixed 2007-02-09 10:15:05 +00:00
mark 3c3d483fc3 Ensure that we don't send multiple error messages in a row to the GUI, as this opens a dialog widget for each error. 2007-02-08 18:16:10 +00:00
fgerlits e2173a7112 fixed the bug that the Cue player Play/Pause button stays on Pause if there is an audio player error 2007-02-08 17:42:07 +00:00
fgerlits fb6e1b709a added error reporting to CuePlayer and GLiveSupport when the audio player fails;
plus minor API changes to make things simpler
2007-02-08 16:11:39 +00:00
fgerlits 781827b505 part of ; still trying to make sure everything compiles 2007-02-08 15:27:36 +00:00
fgerlits 5efbf6a26f part of (just making sure everything compiles, first) 2007-02-08 15:17:22 +00:00
mark 7bdbfa5968 Clear error message after sending. 2007-02-08 14:51:07 +00:00
mark f458399000 Send audio player error message as an argument to onStop(), as discussed with fgerlits.
Refert to 
2007-02-08 14:48:48 +00:00
mark 3db4168db1 Throw a runtime error when a bad audio device is selected, so that the GUI can process the error message.
refer to 
2007-02-07 16:38:46 +00:00
paul b65810adfd Updated Credits 2007-02-07 16:01:01 +00:00
paul a25a002df3 Updated Credits 2007-02-07 15:59:14 +00:00
paul 02b5c32098 Fix for - In CCWeb->Browse, selecting a value from the third column does not refine the search. In fact the code for browse was seriously broken. It has all been fixed, and is easier to understand. I also optimized the code, there is now (number_of_results)*2 fewer database calls for this screen - instead there are only 2 database calls for the entire list of results. Therefore the Browse screen should be visibly faster. The result ordering now takes into account the track number, the complete order is now: creator, album, track number, title. The album name and track number have been added to the search results. In DataEngine.php, I broke up the function _localGenSearch() into two functions: one for searching and one for fetching the column values (new function: _browseCategory()). These two things are completely separate tasks and doing this separation makes the code much easier to understand. Added lots of code documentation to htmlUI/var/ui_browse.class.php. 2007-02-07 13:31:21 +00:00
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 ) 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 2007-02-06 18:06:34 +00:00
fgerlits 37694dc331 fixed 2007-02-06 17:19:54 +00:00
paul 74b3c0a967 Fix for - simple search is broken 2007-02-06 12:17:23 +00:00
paul b4bfcd756d Fix for ticket - advanced search should default to AND instead of OR. 2007-02-06 11:54:17 +00:00
fgerlits 9d2b156b2e possible fix for 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 , maybe 2007-02-01 17:45:57 +00:00
fgerlits 5fe6ffbd15 Ugly (and I hope temporary) fix for , based on substring matching. 2007-02-01 13:42:04 +00:00
paul af78a12f6c Fixed bug - 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 - 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 - 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 2007-01-30 16:38:31 +00:00
paul 43cf1716e8 Fix for - 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 2007-01-30 10:33:05 +00:00
paul 8719ce2a09 Fix for - when trying to add a user in the Web, get ACCESS DENIED. 2007-01-29 18:13:12 +00:00
paul 5ff2576e24 Fix for - Imports fail when filenames have spaces and other special characters 2007-01-29 14:38:32 +00:00
paul dc9ac0a2c2 Fix for 2007-01-29 13:34:49 +00:00
paul 2ff948f2ed Fix for - 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 ) 2007-01-29 10:35:37 +00:00
paul 7fe3f07bae Fix for - 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 , 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 . 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 - 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 ) 2007-01-25 16:57:28 +00:00
fgerlits 62e24f984f made the serial device configurable (part of ) 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 ) 2007-01-24 11:10:08 +00:00
tomash 8818ae3537 cancel transport kill already running transport processes too 2007-01-24 03:04:56 +00:00
paul 1e48e8c7da Better output when installing/uninstalling storage server. All media files and temp files are now deleted when you uninstall. Bug fix: the media files will still be deleted even if the database is gone. Bug fix: during storage server install, the storage server directories and all files must be created first before the are CHGRP and CHMOD. 2007-01-23 20:51:17 +00:00
fgerlits 3f895d9ae3 added link to the submitted bug 2007-01-23 18:05:25 +00:00
fgerlits 99c182d179 now using the libserial library (part of ) 2007-01-23 13:33:06 +00:00
fgerlits 7b79a6835e part of 2007-01-22 11:56:46 +00:00
paul 6700878ccb Fixed bug with missing include file 2007-01-21 06:09:57 +00:00
paul 16ca32ab29 Commented out my test functionality which replaces any duplicate file uploaded through the web interface 2007-01-21 03:33:56 +00:00
paul 488dad1fd9 Cleaned up BasicStor::bsPutFile()/StoredFile::Insert() by making a better set of more extensible parameters. This allowed me to pass in the MD5 and MIME type values, which means those values do not have to be re-calculated when this function is called. This means adding files will be faster now (each calculation of an MD5 value is .25 of a second on my machine). Added a cache to the Metadata class (this class needs serious cleaning up), so that you only have to do one database call and the rest of the time you just use the cache. The number of calls to getMetadataValue() should speedups due to this. Merged the LsPlaylist class into the Playlist class. Importing through the import script and web interface now reads the COMMENT tag and the COMPOSER tag (bug ). Moved from using (ls:genre) to (dc:type) for the metadata label for genre and added to the upgrade script to take this into account. Fixed bug in StoredFile::Recall() so that Playlists work again, added an MD5 parameter for this function so that all the Recall functions work in the same way, changed the return value to NULL if the Recall function does not find the record. Made a lot of code more readable and easier to debug. Added StoredFile::getGunid(). 2007-01-21 03:31:19 +00:00
fgerlits a94f77a09c fixed a typo 2007-01-18 16:26:10 +00:00
fgerlits 3d26f53564 added the libserial library to the development environment (part of ) 2007-01-18 16:18:04 +00:00
fgerlits 8ea66df5c9 fixed ; needs testing 2007-01-18 10:30:51 +00:00
fgerlits 1a35e8d6b8 possible fix for 2007-01-17 16:07:56 +00:00
fgerlits 9cc129a89d "fixed" 2007-01-16 16:04:32 +00:00
fgerlits bf76d0f770 fixed 2007-01-16 12:53:55 +00:00
paul edeaf9cbd7 Tweak Makefile for renaming of the import file to campcaster-import 2007-01-16 01:29:43 +00:00
paul 5b5a0c10be Renaming the import file to campcaster-import, part 2 of 2 2007-01-16 01:28:08 +00:00
paul 5b0c9c2c36 Renaming the import file to campcaster-import, part 1 of 2 2007-01-16 01:27:29 +00:00
paul bd72bdd71c Added LINK mode to the import script and an explanation of the two modes. 2007-01-16 01:25:40 +00:00
paul a1d90f6bbc Fix to prevent double-import in the Web interface. Part of 2007-01-15 23:12:54 +00:00
fgerlits 4f49f64e63 minor edit: standardized the include guards (there were 2 different kinds) 2007-01-15 12:29:07 +00:00
fgerlits 89fc941937 made the Cancel button work correctly for RDS entries (part of ) 2007-01-15 12:07:41 +00:00
fgerlits 6cab754062 load and save the RDS settings from the config file (part of ) 2007-01-15 10:56:14 +00:00
fgerlits 2046cb8b2b more RDS stuff (part of ) 2007-01-12 15:58:08 +00:00
paul 4183f8921f Added option to copy (--copy) the imported files to disk for the case when you use removable media. Made the output better. Added error check. 2007-01-12 06:15:07 +00:00