fgerlits
|
eadf37505c
|
restoreBackup client changes; part of #2183
|
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 #2183 - 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 #2162 - fix the help menu
|
2007-02-10 20:06:24 +00:00 |
paul
|
c4bbd08ebf
|
Fix for #2160 - Web search screen - clicking RESET CRITERIA does not redo the search. Fix for #2181 - Web search screen - form does not correctly show the operator in use.
|
2007-02-10 17:45:21 +00:00 |
paul
|
d87bf98163
|
Fix for #2179 - 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 #2175 - 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 #2173 - 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 #2107 - 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 #2176
|
2007-02-09 11:20:46 +00:00 |
fgerlits
|
9a3a7a3ebd
|
fixed #2163
|
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 #2165; still trying to make sure everything compiles
|
2007-02-08 15:27:36 +00:00 |
fgerlits
|
5efbf6a26f
|
part of #2165 (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 #2165
|
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 #2165
|
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 #2107 - 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 #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 |