fgerlits
ce0a9be6dc
small bugfix; part of #722
2007-01-11 16:59:09 +00:00
fgerlits
f586f92dbb
added some RDS-related code; see ticket #722
2007-01-11 16:45:43 +00:00
paul
43755b90cc
Import script now prevents double-import.
2007-01-10 17:03:47 +00:00
paul
e910361aa0
Combined the RawMediaData class into the StoredFile class in order to simplify things. Fixed a bug related to the variable NAME (filename - which is now called FNAME) in the StoredFile class. Added code documentation.
2007-01-10 16:55:17 +00:00
paul
be48f1634f
Completed upgrade script for saving MD5 values for each file
2007-01-10 16:38:34 +00:00
paul
997814e78a
Added md5 checksum to FILES table in the database. The XML-RPC function call storeAudioClipOpen now returns error code 888 if the file uploaded is a duplicate of an existing file. Started an upgrade script, but still needs a little bit of work. Removed unused className argument to StoredFile::recall functions. Fixed xr_cli_test.php to use Console_GetOpt PEAR class and fixed code formatting. Fixed code documentation. Fixed some function names to conform to coding standards.
2007-01-09 21:11:45 +00:00
paul
1a8610b37b
ArchiveServer install: Fixed these files to use the new common install code.
2007-01-09 17:32:34 +00:00
paul
2e37fb9c66
StorageServer install: Added more error checking and better code resuse and also fixed a bug where a table was not removed on uninstall because the tables were removed in the wrong order. Install of scheduler was moved to the products/scheduler/bin directory.
2007-01-09 17:30:46 +00:00
paul
219c8cc06f
Centralized the install/uninstall operations for the scheduler into a set of PHP files. This will make it easier to maintain the database because 1) the code is now in a scripting language which means, for instance, that writing upgrade scripts will be easier and also allows these install scripts to use the same infrastructure and code as the storageServer, 2) it allows the developers to see the database creation all in one place 3) simplifies and speeds up the C++ code.
2007-01-09 17:26:53 +00:00
fgerlits
7911089b62
wrote a howto about creating a repository CD
2007-01-09 16:08:11 +00:00
fgerlits
dfeeb2541d
fix for ticket #2074 , part 2 of 3 (documentation)
2007-01-08 13:23:24 +00:00
tomash
1cbc14025c
#1855 copying of media files replaces by making symlink in import script
2007-01-08 00:41:32 +00:00
fgerlits
558d968e5f
fix for ticket #2074 , part 1 of 3
2007-01-05 17:28:05 +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
b23c11c0b8
Fixed parameters passed to the various recallByGunid() functions- they no longer require the GreenBox parameter. Some functions had been switched, and some had not, which lead to some crashes.
2007-01-03 22:46:26 +00:00
paul
425212bfb8
Possible fix for #2100 - scheduler user is not created. There is now a more verbose output when this step is taken, and also there were previous steps, that if they failed, would prevent this step from happening; so this has been fixed as well. Converted more functions to static functions because thats what they were in the first place...they were just pretending to be member functions.
2006-12-20 02:46:29 +00:00
paul
a3db3c3865
Remove old LS references
2006-12-20 02:33:13 +00:00
paul
f9839006e3
Better error message when you cant connect to database.
2006-12-20 02:29:10 +00:00
paul
3239208c60
Fix for bug #2098 - warnings in Web interface
2006-12-19 20:15:14 +00:00
paul
5b4f673c04
Fix for bug #2099 - Cannot load or save preferences
2006-12-19 20:03:52 +00:00
fgerlits
d1aeb8c115
fixed #2090
2006-12-17 13:21:25 +00:00
paul
ae1460a3c4
Switched functions from protected to public
2006-12-16 18:32:22 +00:00
paul
e57e29675b
Accidentally checked in local config value
2006-12-16 18:31:47 +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
mark
2ae9d1ff2e
Always initialize the abort pointer, so that our tests won't fail if the preloader isn't used.
2006-12-15 10:20:05 +00:00
mark
b2688b8d3c
Make safer.
2006-12-14 12:14:25 +00:00
mark
e381e09af8
Forgot this line.
2006-12-14 12:03:12 +00:00
mark
12cfe650b9
Improvement for the preloading system: Now it is possible to abort running Preloader instances. This helps greatly with the Live Mode, when items are reshuffled before playing.
...
Took a bit longer than expected, since it was more complicated to implement than I had originally thought. On the upside, I've learned more tricks about GStreamer, which is a good thing (tm).
Fixes #2087
2006-12-14 11:59:00 +00:00
localizer
e169e5df5c
automated localization update
2006-12-14 00:17:01 +00:00
paul
79fa277dcc
Added documentation
2006-12-08 04:37:30 +00:00
paul
4a915f241f
Added documentation
2006-12-08 04:36:59 +00:00
paul
c526cb1830
Code cleanup, add extra check about scheduler startup script, add documentation.
2006-12-08 04:36:29 +00:00
paul
a56a304c19
Get rid of a warning
2006-12-08 04:34:39 +00:00
paul
f98af0ace0
Code formatting
2006-12-08 04:33:35 +00:00
paul
55688910d5
Formatting, and making a note about a bug
2006-12-08 04:33:02 +00:00
paul
482d0052b3
Added public/private/protected/static to functions
2006-12-08 04:32:12 +00:00
paul
8dd2119496
Added public/private/protected/static to functions
2006-12-08 04:31:42 +00:00
paul
985eeab08c
Added public/private/protected/static to functions
2006-12-08 04:31:20 +00:00
paul
3e5f74e29e
A more readable secondsToPlaylistTime() function
2006-12-08 04:30:22 +00:00
paul
c1d4c33b31
Added public/private/static definitions to functions
2006-12-08 04:28:50 +00:00
fgerlits
af047436e8
Micz's new "your logo here" image
2006-12-07 10:29:40 +00:00
mark
eb69bd44c8
Additional comments and code cleanup.
2006-12-07 08:17:18 +00:00
localizer
f1c7e18c45
automated localization update
2006-12-07 00:16:00 +00:00
fgerlits
19244065be
added the 1.1.1 version number to the changelog
2006-12-06 21:21:21 +00:00
tomash
e71663c2e0
Hub setup script improved (can be installed along to studio etc.)
2006-12-06 20:06:54 +00:00
fgerlits
cdfd1db671
don't resize the station logo image if we don't have to
2006-12-06 16:42:04 +00:00
paul
b3d8e4bf76
Fix for bug #2080 - Transfers window broken in the html interface
2006-12-06 16:07:19 +00:00
fgerlits
62b3ad1d73
stupid, stupid typo
2006-12-06 11:19:39 +00:00
fgerlits
52b2609781
only generate a new password at the first install
2006-12-06 09:53:03 +00:00
mark
6596d67f3b
Add API docs for preloader.
2006-12-06 08:35:55 +00:00
tomash
143c573139
#2076 quickfix
2006-12-05 22:07:49 +00:00
fgerlits
94e1f0bc53
fixed #2072 , this time possibly for real
2006-12-05 19:25:50 +00:00
paul
a5ea42a1b7
Get rid of LS (livesupport) naming
2006-12-05 16:39:49 +00:00
fgerlits
76e9f100f4
fixed the location of the password-change script
2006-12-05 16:26:46 +00:00
fgerlits
01ee4ec06d
moving the script so that it will be copied by `make install`
2006-12-05 16:10:57 +00:00
fgerlits
76259642e7
typo
2006-12-05 15:39:47 +00:00
fgerlits
b56fd1cec2
fixed #2017
2006-12-05 15:35:29 +00:00
tomash
4ea731e572
#2017 executable for changing scheduler password in the storageServer added.
2006-12-05 13:47:07 +00:00
fgerlits
e6f13e1e64
undo of the previous -- this would have assigned the same random password
...
in every Campcaster installation
2006-12-05 10:43:52 +00:00
fgerlits
e0d19e47da
fixed #2017
2006-12-05 10:40:33 +00:00
paul
a34b4106e2
Updated the version number to 1.1.1
2006-12-04 21:26:29 +00:00
fgerlits
dfcbff8175
possible fix for #2072
2006-12-04 18:52:10 +00:00
paul
e98e7d8761
Update version number
2006-12-04 17:36:36 +00:00
fgerlits
6990e0e9e8
minor script + documentation improvements
2006-12-04 14:50:30 +00:00
fgerlits
82f2dc63d4
added instructions for updating the repository
2006-12-04 13:42:09 +00:00
fgerlits
5ceb0b2567
playlists-within-playlists can make the playlist label longer 100 characters
2006-12-04 12:03:30 +00:00
fgerlits
d45efa6e23
Fixed #2017 .
2006-12-04 11:59:01 +00:00
fgerlits
0fb1c29f2c
updated the credits
2006-12-04 10:26:52 +00:00
paul
389227ab6f
Prevent users from removing the SCHEDULER user or changing the password for it.
2006-12-03 22:23:48 +00:00
fgerlits
5ec66ba60c
don't look for more apache init scripts if you have found one already
2006-12-03 21:33:10 +00:00
fgerlits
4056d5473a
fixed #2070
2006-12-03 00:26:59 +00:00
paul
0027b24ca2
Updated README
2006-12-02 18:01:07 +00:00
paul
75226814a6
Updated README
2006-12-02 17:05:55 +00:00
paul
460ea764c3
Updated CREDITS
2006-12-02 16:38:15 +00:00
paul
888086a345
Fix for ticket:1397 - replace CAMP logo with YOUR LOGO HERE
2006-12-02 15:43:29 +00:00
fgerlits
515ba0a924
these files need to be there, even if they don't do anything
...
(because the #DEBHELPER# part might do something useful)
2006-12-02 14:25:48 +00:00
fgerlits
7828de0d34
one more renaming issue
2006-12-02 14:24:38 +00:00
fgerlits
074b08841e
fixed the Mutex class to make it thread-safe (I hope)
2006-12-02 08:30:50 +00:00
fgerlits
05beb4d5d0
prettified the mutex code
2006-12-01 20:25:01 +00:00
paul
0dc9d2bab3
Renaming desktop images
2006-12-01 20:04:12 +00:00
paul
89e863c17b
New campcaster desktops
2006-12-01 20:00:37 +00:00
paul
38d5c776cd
Remove the preload lock if there is an error initializing the playlist.
2006-12-01 19:55:21 +00:00
paul
3b481ec39c
Added locking to prevent race conditions
2006-12-01 19:49:33 +00:00
fgerlits
75d7852eb8
this line made no sense
2006-12-01 17:57:29 +00:00
fgerlits
6c48e9d63d
minor edit: breaking up some overlong lines
2006-12-01 17:53:38 +00:00
fgerlits
93dbbeaa6d
possible fix for the scheduler bug
2006-12-01 17:49:48 +00:00
paul
e306a94e54
Better debug messages.
2006-12-01 17:44:56 +00:00
paul
b5abe48ea6
Fix for bug #2068 - removing or rescheduling a playlist will still play the playlist because the scheduler is not signalled.
2006-12-01 17:26:32 +00:00
mark
426b40f2ce
Add error message.
2006-12-01 17:08:35 +00:00
fgerlits
26c9566bf1
added a workaround for ticket #2059
2006-12-01 16:46:12 +00:00
paul
2a50ad1cc7
Better debug messages
2006-12-01 16:36:55 +00:00
fgerlits
aafdd144d2
fixed #2067
2006-12-01 16:27:30 +00:00
fgerlits
097b46c5ae
minor clarification in the documentation of the package creation process
2006-12-01 16:05:52 +00:00
fgerlits
a38ebdeadd
fixed some Debug.h-related bugs which prevented to code from compiling
...
in non-debug mode
2006-12-01 14:54:14 +00:00
fgerlits
e130b16409
packaging config file updates, part of #2016
2006-12-01 12:59:22 +00:00
paul
c1c32bceb7
Another fix for bug #1998 - umask was not set correctly so that the web process can check the status of the scheduler (PID is stored in a file).
2006-12-01 03:37:28 +00:00
paul
dd8bff3182
Fix for #1998 - the problem occurred when you start the scheduler more than once.
2006-11-30 18:53:04 +00:00
fgerlits
86243e1d55
fixed a typo in [2694]
2006-11-30 18:53:01 +00:00
fgerlits
d1e8dbce87
possible fix for [2694]
2006-11-30 18:48:29 +00:00
fgerlits
221a45419e
maybe fixed the scheduler bug (#2034?)
2006-11-30 18:27:24 +00:00
paul
9a4c0ca65f
Should fix #2061
2006-11-30 18:10:50 +00:00
tomash
2e99dd0509
Hidden locking problem fixed in file uploads (storageServer and hub) + more network error codes marked as resumable.
2006-11-30 17:25:23 +00:00
tomash
9166fc981a
minor thing - improved error msg
2006-11-30 17:20:59 +00:00
fgerlits
15bc76462b
added some debug messages
2006-11-30 15:31:34 +00:00
fgerlits
db22b940e5
fixed #2023
2006-11-30 14:11:09 +00:00
mark
6b4bd54191
Add some debug output.
2006-11-30 13:35:45 +00:00
mark
2eb30be97a
Fixed Debug.h so that it can be used in more than one class at a time. Also added include guard.
...
Fixes most of #1922
2006-11-30 13:31:58 +00:00
fgerlits
3fd1e71d51
fixed #2044
2006-11-30 12:39:32 +00:00
fgerlits
fafbf6e87b
undo of [2678]
2006-11-30 11:51:41 +00:00
mark
79723bc653
fix typo in comment
2006-11-30 10:38:08 +00:00
mark
ec217a1a71
Added an audioplayer preload call in the initialization, which hopefully speeds things up. Also increased init-time to 10 seconds.
...
Refer to #2043
2006-11-30 10:34:55 +00:00
tomash
69578735e9
Workaround for nonexisting developer's crontab (personalized developer env.)
2006-11-30 04:52:14 +00:00
tomash
8b484a9df3
fixed line commited by mistake
2006-11-30 04:37:16 +00:00
tomash
657d7c2ab5
#2040 - curl errors on upload to hub - fixes and upload parameters changes
2006-11-30 03:38:02 +00:00
tomash
6c751954ee
minor fix
2006-11-30 02:21:58 +00:00
fgerlits
f7bdf20b6e
provisional solution to #2044
2006-11-29 21:38:41 +00:00
fgerlits
96f4e38e38
fixed #2055
2006-11-29 18:59:52 +00:00
paul
50c781da5d
Fix for playlists in the scheduler spanning across day boundaries or even multiple days. Part of #2050 .
2006-11-29 17:45:02 +00:00
fgerlits
e79a684041
some scripts missed in [2674]
2006-11-29 16:31:48 +00:00
fgerlits
1c068165e0
changed all #!/bin/sh lines to #!/bin/bash
2006-11-29 16:19:45 +00:00
mark
cc4b25a851
Improve debug output (less spammy, better information).
2006-11-29 16:06:01 +00:00
paul
7fab2a870e
Removed scheduler import/export because they dont work yet
2006-11-29 15:11:33 +00:00
fgerlits
850e7c3d2d
please don't use C functions for handling time values;
...
use the tools in the TimeConversion class instead
2006-11-29 11:34:03 +00:00
mark
7037984499
Print timestamp when opening files, as requested by Douglas.
...
Fixes #2052
2006-11-29 09:10:15 +00:00
paul
6375212ac9
Fix for bug #2050 - a playlist spanning multiple hours is not properly plotted on the DAY VIEW. This was supposed to be part of the previous commit (changeset:2668).
2006-11-29 05:29:39 +00:00
paul
9c3108e75b
Fix for bug #2050 - a playlist spanning multiple hours is not properly plotted on the DAY VIEW. Added code documentation.
2006-11-29 05:28:38 +00:00
tomash
22810e102a
#2017 special scheduler account in storageServer
2006-11-29 03:36:04 +00:00
tomash
13a06d4ba5
#2040 minor change - verbosity of error msg increased
2006-11-29 02:55:15 +00:00
tomash
89789aa3bf
Search with desc order fixed.
2006-11-29 02:45:39 +00:00
paul
b1c0f2c582
Fixed bug #1975 - SNAP TO NEXT isnt working. Cleaned up code and added documentation.
2006-11-28 22:10:12 +00:00
tomash
7dbe916d6d
#1944 + #1869 hubSearch part
2006-11-28 19:51:03 +00:00
fgerlits
170834839f
correction to the previous commit
2006-11-28 19:28:44 +00:00
fgerlits
115bce9de2
fixed #2049
2006-11-28 19:23:12 +00:00
paul
0059d67a54
Fixed warning about uninitialized variable.
2006-11-28 17:43:18 +00:00
paul
b07fe34988
Remove the slow metadata from the DAY VIEW. Added more prominent CURRENT DAY label.
2006-11-28 17:42:18 +00:00
paul
5c47d960ae
Add in the name of the month in the MONTH VIEW
2006-11-28 17:38:52 +00:00
paul
679248b96f
Code formatting.
2006-11-28 16:53:02 +00:00
paul
30a6bf5edc
Take out the metadata display which makes things really slow. Got rid of some warnings.
2006-11-28 16:51:12 +00:00
paul
79f4c4266b
Took out the sting (i.e. slowness) of creating the HUBBROWSE object on every page load - everytime it was created it did a search on the local database. Added some docs.
2006-11-28 16:37:38 +00:00
paul
ded597dba6
Fix for bug #2042 - scheduled items do not show up in the week view.
2006-11-28 16:34:43 +00:00
paul
d77fcf6c5e
More fixes for #2009 - the XMLRPC calls were made to non-existent functions. The export token was stored in the user preferences even though it was empty. We now display the XMLRPC error for easier debugging.
2006-11-27 23:12:17 +00:00
fgerlits
e10129f996
fixed the title - it's the interface for both the scheduler and the storage
2006-11-27 21:01:06 +00:00
paul
cfedeece1b
Implemented ticket:2044 - hide HUB BROWSE option
2006-11-27 19:37:49 +00:00
paul
655016777f
This should be the end of the hash marks problem on the Library search/browse pages - I restored the HUBBROWSE object to load for every page load, it slows things down but should make it stable again. Bug #2037 . Also added some code docs to uiBase.
2006-11-27 19:32:15 +00:00
fgerlits
6d1de0a933
fixed #2018
2006-11-27 18:22:44 +00:00
paul
e4d0811d86
Partial fix for #2009 - fatal error on scheduler import: the parameters given to the XML-RPC method were in the wrong order. Added documentation. Code formatting tweaks. Warning message for scheduler was fixed.
2006-11-27 18:17:37 +00:00
fgerlits
f54fd605c0
fixed #2036
2006-11-27 16:50:55 +00:00
paul
9edd10a58c
Fixed bug #2038 - fatal error on edit playlist
2006-11-27 15:15:09 +00:00
fgerlits
11c9e32f28
fixing a typo in the previous commit
2006-11-27 14:12:49 +00:00
fgerlits
cede8fc578
clarified the playable ID format in the xml-rpc interface docs
2006-11-27 14:07:15 +00:00
fgerlits
ad0dd8d2bc
fixed #2007
2006-11-26 10:48:57 +00:00
paul
48b05506d0
Get rid of useless extra directories when installing PEAR libs
2006-11-25 04:10:43 +00:00
paul
8e05b363dc
Dont need these files for PEAR
2006-11-25 04:08:02 +00:00
paul
d4deec22d0
These PEAR scripts arent used
2006-11-25 04:06:26 +00:00
localizer
17b6bb2c61
automated localization update
2006-11-25 00:14:14 +00:00
paul
7217a801e2
Wow, I am really terrible at getting this Makefile correct. Next time I will create a branch.
2006-11-24 21:33:34 +00:00
paul
1d3d8a6ff1
A more elegant (and actually working) version of PEAR installation
2006-11-24 20:48:06 +00:00
paul
eb57bf6256
Put the PEAR files in the right place. It was putting them in .../usr/usr/lib/pear/src, now it puts them in .../usr/lib/pear/src
2006-11-24 18:47:35 +00:00
paul
cb36413ecb
Fix for #2027
2006-11-24 17:17:29 +00:00
tomash
0fcaf7a168
#1891 hub localt quick test fixed
2006-11-24 16:50:47 +00:00
paul
172f88c5f8
Another tweak for PEAR getting PEAR libs installed
2006-11-24 16:43:08 +00:00
mark
d15c639158
No longer needed.
2006-11-24 14:20:26 +00:00
mark
0554aeded0
Many bugfixes and improvements for the preloading system:
...
* Fixed memory handling. Now using Ptr::Ref.
* Various bugfixes.
* Speedup: Use preloaded data whenever possible.
2006-11-24 14:12:54 +00:00
tomash
e316b65ac8
#1869 fixed hub search in web UI
2006-11-24 02:49:14 +00:00
tomash
4259cf0c08
#1894 workaround - ensures the buffer dir exists
2006-11-24 00:53:45 +00:00
localizer
114e75e52b
automated localization update
2006-11-24 00:14:12 +00:00
paul
ea21523e13
Fix for PEAR installation, for ticket #2020 .
2006-11-23 23:16:48 +00:00
paul
b645cdf0e6
Removed ability to upload WAV and FLAC files, fix for #2019
2006-11-23 21:36:02 +00:00
paul
577a4bacd5
Fixed accidental checking-in of my local install details, part of #2020
2006-11-23 21:31:19 +00:00
paul
505c9b4f63
Get rid of PEAR updating when installing. Should be final fix for #2020 .
2006-11-23 21:25:20 +00:00
paul
507151aec8
Removed unneeded PEAR directories, part of #2020
2006-11-23 21:06:13 +00:00
paul
1589ec3dda
Updated PEAR libraries to latest stable versions, changed the format in the repo so they are already extracted and dont need to be installed, only copied. Part of #2020 .
2006-11-23 21:02:26 +00:00
paul
85f3717eb7
Code formatting cleanup, added correct documentation for function parameters and return values. Added public/private/static modifiers to functions.
2006-11-23 18:58:03 +00:00
fgerlits
ff08dedbc6
renamed the scheduler executable and config files to campcaster-scheduler;
...
merging the rename-scheduler branch back to the trunk; the branch is now dead.
this closes #1952
2006-11-23 18:20:43 +00:00
mark
277097e14c
Add campcaster plugin for the Ruby IRC bot. Looks up ticket information.
2006-11-23 16:23:18 +00:00
tomash
9ab775b5b7
several public keyword added
2006-11-23 14:42:33 +00:00
mark
56224063ff
The preload() method is now running in a separate thread. This has major advantages over the old version:
...
* preload() returns immediately (non blocking).
* During runtime the preloading does not block the GUI at all.
2006-11-23 14:04:50 +00:00
mark
bc1a2cdbb6
Event loop calls are no longer needed (now we have threading).
2006-11-23 14:02:43 +00:00
fgerlits
8cdf6e6d09
fixing #1988
2006-11-23 11:57:31 +00:00
fgerlits
8281d6997b
fixed #2014
2006-11-23 11:27:04 +00:00
paul
b6be769227
Tweak for API change
2006-11-23 07:26:47 +00:00
paul
d5191faa15
Put back in system preference for scheduler startup script
2006-11-23 07:26:13 +00:00
paul
1dbbf53799
Tweaks for API changes. Tell the user if their scheduler script is not configured.
2006-11-23 07:25:30 +00:00
paul
c175de0cb3
Make code more readable.
2006-11-23 07:24:44 +00:00
paul
5174eeb1d6
Fixes for API changes, make code more readable.
2006-11-23 07:23:55 +00:00
paul
c9be3824af
Fixes for API changes
2006-11-23 07:22:45 +00:00
paul
fa9203d38c
Added checks to see if the scheduler script was configured properly before trying to run the daemon. Added functions scriptIsConfigured() and getScriptError(), renamed testDaemon() to daemonIsRunning(), added documentation. Added public/private/static modifiers to functions.
2006-11-23 07:21:56 +00:00
paul
053f6df164
Get rid of unneeded data copying ( = = someFunction()). Minor spacing and formatting tweaks.
2006-11-23 07:16:40 +00:00
paul
49c4036a5a
Changed to use the potentially faster form of bsGetMetadataValue which fetches all metadata at once instead of one at a time.
2006-11-23 07:15:26 +00:00
paul
91130937c5
Just minor spacing tweaks
2006-11-23 07:14:22 +00:00
paul
040683b700
Get rid of unneeded data copying ( = = someFunction()).
2006-11-23 07:13:41 +00:00
paul
0de001046f
Commented out two functions that are no longer in use. API function renaming.
2006-11-23 07:12:42 +00:00
paul
789ddf9248
Get rid of unneeded data copying ( = = someFunction()).
2006-11-23 07:11:18 +00:00
paul
ec3485fe52
Get rid of unneeded data copying ( = = someFunction()). Changing various function names to be more obvious and consistent.
2006-11-23 07:10:35 +00:00
paul
6a39d99bfd
Added public/private/static modifiers to functions. Get rid of unneeded data copying ( = = someFunction()).
2006-11-23 07:08:22 +00:00
paul
714e853fae
Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()).
2006-11-23 07:07:08 +00:00
paul
b4cecf725d
Added public/private/static modifiers to functions. Added function getAllMetadata(). Commented out function updateRecord() which doesnt seem to be used.
2006-11-23 07:05:15 +00:00
paul
ec562b0165
Added public/private/static modifiers to functions. Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()).
2006-11-23 07:01:08 +00:00
paul
37657536be
Added public/private/static modifiers to functions. Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()).
2006-11-23 06:59:44 +00:00
paul
cb921c1b02
Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()).
2006-11-23 06:57:22 +00:00
paul
7425aa0654
Get rid of unneeded data copying ( = = someFunction()).
2006-11-23 06:56:32 +00:00
paul
ad9ab95c05
Fix for changing file names to match class names. Changing various function names to be more obvious and consistent. Get rid of unneeded data copying ( = = someFunction()).
2006-11-23 06:55:54 +00:00
paul
b0cbbd4d58
Part 2 of changing file names to match class names
2006-11-23 06:52:22 +00:00
paul
d2353858e6
Part 1 of renaming files so that their file names match the class names
2006-11-23 06:00:24 +00:00
localizer
fc2fd808be
automated localization update
2006-11-23 00:13:57 +00:00
fgerlits
b4c9ed0e76
implemented the calls to the preload() function; this closes #2012
2006-11-22 18:33:28 +00:00
fgerlits
4b1ea1e069
half of the solution for #2012 , for testing
2006-11-22 16:41:34 +00:00
fgerlits
9cd9d86218
removed some preinst stuff which may have caused #1996
2006-11-22 15:53:38 +00:00
mark
b434016602
Make slightly more responsive.
2006-11-22 14:25:10 +00:00
mark
8cf6d04cd2
Add preload() to interface.
2006-11-22 11:19:37 +00:00
mark
b7a8bbe1d1
Add useful debug message.
2006-11-22 08:51:08 +00:00
mark
f6489b70b8
Code cleanup.
2006-11-22 08:46:03 +00:00
mark
e66ccc702b
Further reduce GUI blocking.
2006-11-22 08:13:08 +00:00
mark
68a38efcd9
This line was just for testing.
2006-11-22 07:21:29 +00:00
mark
af04eebdbc
Don't block the GUI.
2006-11-21 23:38:12 +00:00
tomash
007b5caa6c
#2011 minor fix + typo fixes
2006-11-21 23:23:33 +00:00
mark
f48c22f1c8
Added a preload() method, for speeding up SMIL playlist loading. The idea is to open the file that is likely to be played next already during playback of another file.
...
Code generally works, but some details still need to be worked out.
2006-11-21 22:27:59 +00:00
paul
e3fbd34a58
Fix for bug #2002 - EDIT PLAYLIST only shows one item no matter how many items are in the playlist
2006-11-21 20:08:26 +00:00
paul
0821cf18a0
Fixed bug #1992 - logout text wrong
2006-11-21 19:53:41 +00:00
paul
e5cd150fbc
Fixed bug where displaying a scheduled playlist crashed.
2006-11-21 19:46:24 +00:00
paul
63af23521a
Function rename
2006-11-21 19:38:44 +00:00
paul
006e40a41b
Undo of accidental checkin
2006-11-21 19:37:29 +00:00
localizer
415a2befef
setting up the localizer account
2006-11-21 19:02:55 +00:00
paul
001e50bf08
Fix for bug #2003 - CREATE NEW PLAYLIST broken
2006-11-21 18:20:46 +00:00
paul
82fcd9faed
Fixed a bug where a playlist with nothing in it would say that it was 19 hours long.
2006-11-21 18:18:16 +00:00
paul
4376bd8529
Changed code to use PHP coding conventions
2006-11-21 17:18:17 +00:00
paul
945595129b
Function rename fix
2006-11-21 17:16:57 +00:00
paul
43c0907de3
LS->CC renaming. Added documentation.
2006-11-21 17:16:32 +00:00
paul
4dfabbb4e2
Got rid fo PHP5-specific handling
2006-11-21 17:15:41 +00:00
paul
802bc91be6
Got rid of WAIT gif, we dont want anything slowing down the display of these pages. This also prevents using LOCATION: headers for redirects, which are faster.
2006-11-21 17:14:48 +00:00
paul
420d5288b5
Fixed _retMsg() function to use call_user_func_array() instead of a long lost of optional arguments. Function renaming fixes.
2006-11-21 17:11:40 +00:00
paul
5af7dcc9f5
Added documentation
2006-11-21 17:09:42 +00:00
paul
436bafc18e
Got rid of a warning.
2006-11-21 17:09:14 +00:00
paul
9063d1e639
Got rid of permission checks for various menu items since there is actually no way to change a users permissions.
2006-11-21 17:08:33 +00:00
paul
5631f3d13a
Show more of the song titles by not truncating on word boundaries.
2006-11-21 17:07:54 +00:00
paul
73bfd59f4e
Added more space for search results since not all available space was used. Show more of the song titles by not truncating on word boundaries.
2006-11-21 17:06:45 +00:00
paul
ac56d573d1
Got rid of popup wait box when you click on SCHEDULE menu items. Got rid of permission checks for various menu items since there is actually no way to change a users permissions.
2006-11-21 17:04:37 +00:00
paul
b6a4f523fb
Renamed function reOrder() to reorder(). Fixes for function renaming.
2006-11-21 17:02:29 +00:00
paul
bb250cb252
Fixes for function renaming.
2006-11-21 17:01:54 +00:00
paul
c06827fe96
Added public/private function modifiers. Fixes for function renaming. Removed function isUsedBy() since it is not used.
2006-11-21 17:01:19 +00:00
fgerlits
e0ee3875a5
minor edit: changed Station to Web
2006-11-21 17:00:03 +00:00
paul
6094054d66
Fixes for function renaming.
2006-11-21 16:58:47 +00:00
paul
7558ac6153
Fixes for function renaming.
2006-11-21 16:58:21 +00:00
paul
b77c92a667
Fixes for function renaming.
2006-11-21 16:57:44 +00:00
paul
64fa1756e4
Fixes for function renaming. Fixed some warnings in the templates.
2006-11-21 16:56:43 +00:00
paul
0785f322a0
Fixes for function renaming. Added ability to go directly to a page without showing that waiting popup
2006-11-21 16:55:00 +00:00
fgerlits
89b715cb66
updated the localization instructions
2006-11-21 16:51:38 +00:00
paul
c155513040
Added documentation. Added public/private function status. Renamed reLoadM() to reloadMetadata(). Put in some checks to ensure that the number of scratchpad items returned isnt more than the number set in the user preferences.
2006-11-21 16:34:38 +00:00
paul
b61b24945a
Fixed whitespace for coding conventions. Optimized function searchDB() - it doesnt do everything twice now, just once. Completely redid the pagination() function so that it works properly. Renamed reOrder() to reorder().
2006-11-21 16:30:27 +00:00
paul
d362f0c3c9
Whitespace fixes for coding conventions
2006-11-21 16:27:42 +00:00
paul
26fbe865ec
Added public/private modifiers to functions. Added documentation.
2006-11-21 16:26:57 +00:00
paul
ed603ad447
Documentation spelling fix
2006-11-21 16:21:28 +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
a3bd7c9d73
Fixed function call names for renamed functions.
2006-11-21 16:19:53 +00:00
paul
d9f5ba0335
Fixes for function renaming (public/private stuff). Renamed getMdataValue() to getMetadataValue(), renamed setMdataValue() to setMetadataValue(). Fixed calls to BasicStor::getMetadataValue() to use the new return value properly.
2006-11-21 16:19:19 +00:00
paul
f3a8175815
Removed special cases for PHP5 handling.
2006-11-21 16:13:17 +00:00
paul
a781d02678
Changes for new return value of bsGetMetadataValue(). Fixes for function renaming. Removed extra data copying for error checking (the $foo = $r = myFunc() stuff).
2006-11-21 16:11:27 +00:00
paul
883c6037b6
LS->CC renaming. Removed special handling for PHP5 since we now assume we use PHP5.
2006-11-21 16:04:21 +00:00
paul
d41cffbc08
Fixed function call names for renamed functions.
2006-11-21 16:01:16 +00:00
paul
1a0cc368f0
Did some function renaming for public/private issues. Changed playlistIsAvailable() to not check if the playlist exists on disk (I think we can assume that it does if something is asking about it), it only checks if it is being edited now. This change was made for optimization purposes.
2006-11-21 16:00:50 +00:00
paul
716b1d3a8c
Renamed the function getMetadataValue() to getMetadataValueWithAttrs() - this function actually isnt used anywhere. Created a new getMetadataValue() which just returns the value you are looking for without any extra stuff.
2006-11-21 15:55:39 +00:00
paul
b5f2262b0a
Fixed function call names for renamed functions.
2006-11-21 15:53:30 +00:00
paul
674f08e210
Fixed function call names for renamed functions.
2006-11-21 15:51:52 +00:00
paul
2824643ca3
Fixed function call names for renamed functions.
2006-11-21 15:51:34 +00:00
paul
f494b34d8f
Fixed calls to Greenbox::bsGetMetadataValue() to use the new return value.
2006-11-21 15:50:37 +00:00
paul
94a0be4e6a
Added documentation, removed function _idFromGunid(), which was not used.
2006-11-21 15:47:48 +00:00
paul
012d344db2
Added public/private status to functions. Changed _localGenSearch() to take advantage of new Greenbox::bsGetMetadataValue() function which allows you to pass an array of values to fetch.
2006-11-21 15:46:55 +00:00
paul
644be7c50c
Removed underscores from function names (that indicate private functions) for functions that were actually public. Changed bsGetMetadataValue() to allow an array as an argument to fetch multiple values at once.
2006-11-21 15:43:04 +00:00
fgerlits
df75695233
updated the Studio localization files
2006-11-21 13:54:48 +00:00
fgerlits
cbc02ff0e2
fixed #1994
2006-11-20 14:54:50 +00:00
fgerlits
32aec7a7ac
merging the temporary-2466 branch back to the trunk;
...
the branch is now dead
2006-11-19 17:22:58 +00:00
mark
d763a35cf6
Use the m_ prefix consistently for member variables.
...
Fixes #1993
2006-11-18 08:17:52 +00:00
fgerlits
756838f931
minor edit: removed an unused localzation entry
2006-11-16 17:48:19 +00:00
tomash
af168a09ce
renaming stuff
2006-11-16 15:39:14 +00:00
paul
764e1cfbcf
Fix for #1979 - fatal error on file upload
2006-11-16 15:01:51 +00:00
fgerlits
8dfefb4f02
re-syncing the trunk with the branch (for Doug)
2006-11-16 10:43:10 +00:00
mark
de4c77a7f5
Fix compiler warnings due to missings casts in minimalaudiosmil.c. Make the file compile with the stricter C++ compiler.
...
Fixes #1974
2006-11-16 09:18:15 +00:00
fgerlits
11f4d2899b
merging the temporary-2466 branch back to the trunk;
...
this fixes #1953
2006-11-16 08:08:27 +00:00
tomash
1b89448983
minor fixes + minor code reformatting
2006-11-16 00:26:50 +00:00
paul
d0f967b90a
Fix for bug #1973 - schedule popup broken. Got rid of some warnings and did some code cleanup as well.
2006-11-15 18:56:11 +00:00
mark
02e9120ff6
Implement error handler. Now we skip to the next track if an error occurs during playback.
...
Fixes #1972
2006-11-15 16:29:17 +00:00
paul
9f9f6450ac
Removed PHP docs from doxygen generation
2006-11-15 14:39:54 +00:00
tomash
87715a4207
minor fix
2006-11-15 01:36:32 +00:00
tomash
fa0f1ffbff
Fixed return structure of getTransportInfo.
2006-11-15 01:23:07 +00:00
paul
d2e9df0d15
got rid of =& when constructing objects
2006-11-14 19:14:18 +00:00
paul
5b012f8817
Got rid of =& when constructing objects. Improved documentation in many places. Got rid of double-copy operations when checking for errors (e.g. $foo = $r = myMethod()). Tweaked code here and there to fit coding conventions.
2006-11-14 19:13:49 +00:00
paul
ea288cb362
got rid of =& when constructing objects
2006-11-14 19:11:09 +00:00
paul
0d9129d16c
got rid of =& when constructing objects
2006-11-14 19:10:22 +00:00
paul
bb00be70bb
Started to convert code to PHP5 using public/private/protected/static and __construct() method, got rid of =& when constructing objects. Improved documentation in many places. Commented out functions that are no longer in use. Got rid of double-copy operations when checking for errors (e.g. $foo = $r = myMethod()). Tweaked code here and there to fit coding conventions.
2006-11-14 19:09:20 +00:00
fgerlits
8b979c9f76
not destroying the Live Mode window on logout
...
(part of #1940 )
2006-11-14 18:52:17 +00:00
paul
d7062149ea
Started to convert code to PHP5 using public/private/protected/static and __construct() method, got rid of =& when constructing objects. Improved documentation in many places.
2006-11-14 18:51:43 +00:00
paul
bed878246d
Speedups for HTML interface by only creating the HUBBROWSE object on
...
demand instead of on every single page load - this object took the
longest to create. Started to convert code to PHP5 using
public/private/protected/static and __construct() method, got rid
of =& when constructing objects. Fixed a number of functions that were
marked as private that were actually public. Fixed names of a couple
functions to be more readable. Commented out functions that are no
longer in use.
2006-11-14 18:43:57 +00:00
paul
bd70c879bc
Took out popup descriptions for playlist items and scratchpad items which speeds up the HTML interface by 4X
2006-11-14 18:42:55 +00:00
paul
11af038cd8
Replaced CAMP image with YOUR LOGO HERE
2006-11-14 18:39:46 +00:00
paul
407beabde2
Removed the word LIVESUPPORT from the images
2006-11-14 18:39:17 +00:00
fgerlits
f56866a0d0
added clear buttons to the Live Mode window (part of #1940 )
2006-11-14 17:52:06 +00:00
fgerlits
db8b0de70f
enabled multiple selection for the Live Mode window;
...
it only works with the Delete button so far.
(part of #1940 )
2006-11-14 13:14:13 +00:00
fgerlits
40df10d876
moved the "remove many" code into the ZebraTreeView class
...
(part of #1940 )
2006-11-14 12:26:29 +00:00
fgerlits
fc76b78a84
fixed #936 , mostly
2006-11-13 19:52:18 +00:00
fgerlits
54308f13e4
fixed #1966
2006-11-13 15:11:53 +00:00
fgerlits
3edbb79861
changed the search results from 10 to 25 items
2006-11-13 11:52:07 +00:00
fgerlits
e6e5dc08b7
rewrote the ODBC data source install script;
...
it should handle upgrades better now
2006-11-13 11:28:24 +00:00
fgerlits
7796cde9f4
fixed #1957
2006-11-11 19:47:16 +00:00
fgerlits
a7e529ba1b
fixed #1926 ;
...
removed the non-functional VU meter and Next playing boxes from the Master
Panel (we'll put them back when they are implemented)
2006-11-11 19:39:02 +00:00
fgerlits
f5eb8849a0
made the 'elapsed' and 'remaining' times change in sync
2006-11-10 17:04:26 +00:00
fgerlits
e9ce767d07
updated the storage client to use the server's changed restore backup functions
2006-11-09 18:35:19 +00:00
tomash
c1253836d4
#1704 restoreBackup XMLRPC fixed
2006-11-09 14:38:59 +00:00
fgerlits
3d79b7ce2a
removing the temporary hack now that #1708 has been fixed
2006-11-09 10:18:57 +00:00
tomash
fc866bbfb7
#1708 fixed return struct of the restoreBackupCheck method
2006-11-09 01:38:04 +00:00
mark
56d8e855e6
Fix inaccurate counting of elapsed time.
...
Fixes #1946
2006-11-08 20:49:02 +00:00
fgerlits
876cbca5e6
undoing a change in [2433] which was pointless and possibly harmful
2006-11-08 19:00:43 +00:00
fgerlits
9ce0bb338b
fixing a typo in [2433]
2006-11-08 17:26:45 +00:00
mark
2ce852a050
Hack for legacy Boost versions is no longer needed.
2006-11-08 16:29:43 +00:00
fgerlits
b454abd40f
fixing #1947
2006-11-08 16:10:38 +00:00
fgerlits
3944d3d8da
fixing #1945
2006-11-08 10:23:40 +00:00
fgerlits
16a8907e5d
removed a debug message left in by mistake
2006-11-08 09:30:58 +00:00
fgerlits
5dd9c29561
minor edit: fixed a typo (thanks, Frans)
2006-11-08 09:28:33 +00:00
mark
02d3438bc2
Fix GStreamer warnings that would sometime occur on trackend. The root of this problem was a rather rather serious bug in the player: In some cases we called other methods from inside of the EOS handler, which would modify the pipeline, start new tracks, etc. I have fixed this problem by using an idle function, so that the calls are relayed via the event loop.
...
Please note: The new code causes some tests to fail. This is *not* a bug in the player, but in fact a known problem with the testrunner.
Fixes #1941
2006-11-07 19:35:46 +00:00
fgerlits
a94d747628
fixing #1930
2006-11-07 16:43:34 +00:00
fgerlits
b286b9048d
fixing #1920
2006-11-06 17:37:58 +00:00
fgerlits
959c465bb0
fixed #1918
2006-11-06 16:28:35 +00:00
mark
6456f5a162
Major performance improvement for SMIL files: Now the GstreamerPlayer is also able to open SMIL files in about 0.5 seconds.
...
Now I have removed usage of the old (slow) autoplugger altogether. Due to bugs in the minimalaudiosmil element, we cannot currently use it with decodebin. Hence we detect the SMIL filetype by file extension, and instantiate the element manually (very fast).
With this commit, #1904 is entirely fixed.
2006-11-06 07:56:33 +00:00
mark
cc4b94fdc2
Fix typo.
2006-11-05 10:14:54 +00:00
mark
8ea9d9d21a
Major performance improvements for the GstreamerPlayer: Lag for opening/starting files has been reduced by a multitude, for all filetypes except SMIL. This has been achieved by using GStreamer's decodebin autoplugger, instead of our (very slow) custom autoplugger. For SMIL we currently still need to use the old autoplugger, so I have implemented two different codepaths.
...
For some hard numbers, this is an excerpt of a session with the new code:
[GstreamerPlayer] BEGIN: virtual void LiveSupport::PlaylistExecutor::GstreamerPlayer::open(std::string)
[GstreamerPlayer] Opening URL: file:var/test.mp3
[GstreamerPlayer] END__: virtual void LiveSupport::PlaylistExecutor::GstreamerPlayer::open(std::string) - Took 0.099144s
[GstreamerPlayer] BEGIN: virtual void LiveSupport::PlaylistExecutor::GstreamerPlayer::start()
[GstreamerPlayer] END__: virtual void LiveSupport::PlaylistExecutor::GstreamerPlayer::start() - Took 0.000105s
Total execution time ~0.1s. Almost instant.
Fixes #1904
2006-11-05 09:23:47 +00:00
tomash
42891b2059
minor fixes (prevention of warnings)
2006-11-03 21:07:06 +00:00
fgerlits
b8d5f8d035
fixing #1929
2006-11-02 20:03:26 +00:00
fgerlits
13a6ae0f01
fixing #1925
2006-11-02 14:35:51 +00:00
fgerlits
d3d817050d
added more functions to the context menu in the Live Mode window;
...
removed an unnecessary argument in the SchedulePlaylistWindow;
plus minor formatting changes to the ScratchpadWindow
(all part of #1918 )
2006-11-02 14:28:03 +00:00
fgerlits
c5b8bbb201
cleaned up and rearranged the context menus (part of #1918 )
2006-11-02 12:41:27 +00:00
tomash
a3144ce333
#1878 searchMetadata generalized to multifield orderby
2006-11-02 10:09:46 +00:00
fgerlits
5e5cd76b4d
temporary pseudo-fix for #1898
2006-11-01 20:45:42 +00:00
fgerlits
c7686e10c7
minor edit: made the search results treeview a teensy bit taller
2006-11-01 16:11:28 +00:00
fgerlits
e0f2ffaa08
fixing #1913
2006-11-01 15:49:23 +00:00
fgerlits
8001ebc5fc
fixing #1890
2006-11-01 15:12:52 +00:00
fgerlits
c301eb13ae
fixing #1907
2006-11-01 12:47:02 +00:00
fgerlits
90fd4b1ca8
minor edit: openned -> opened; fixed a comment; brought the tests up to date with the recent API changes
2006-11-01 10:36:46 +00:00
fgerlits
5ad021fde3
fixing #1910
2006-10-31 19:37:19 +00:00
paul
ea1982a2ea
Fix for bug #1909 - ALBUM info wasnt imported for OGG files
2006-10-31 18:30:52 +00:00
mark
f5f9db7ba8
Remove dubious code block from open(), that would try to play the pipeline on a fakesink. Currently this servers no purpose, but it just makes opening files slower.
...
Refer to #1904
2006-10-31 17:08:07 +00:00
fgerlits
b87465f387
fixed #1868
2006-10-31 17:03:31 +00:00
mark
c2bd03eb1d
Output the current file URL to debug.
2006-10-31 16:38:38 +00:00
tomash
20d6342370
#1903 fixed handling html special characters
2006-10-31 16:20:24 +00:00
fgerlits
07d057b69b
fixing #1895 , plus cleaning up some search/browse code
2006-10-31 14:12:56 +00:00
fgerlits
b0f60b4a4a
undoing [2391]; see #1878
2006-10-30 13:59:22 +00:00
fgerlits
2ebbffb20b
removing an unnecessary function left in [2401] by mistake
2006-10-30 12:46:19 +00:00
fgerlits
7b23ed6103
Fixing #1895 , first draft.
...
Known problems:
* no paging in the network hub results (see SearchWindow.cxx:703);
* row coloring problem #1902 .
2006-10-30 12:43:30 +00:00
fgerlits
4f8c9aa226
temporarily disabling "always on top" for the Master Panel;
...
this was added to fix bug #1860 , but it causes bug #1901
2006-10-30 12:24:35 +00:00
mark
e3165d6eaf
This commit fixes several nasty bugs:
...
* We were relying on uninitialized variables (decoder).
* In setAudioDevice(), the relinking was completely broken. I have refactored and fixed the method.
Now we complete pass the GstreamerPlayer test suite.
Also fixes #1613
2006-10-30 09:33:19 +00:00
mark
ac8c687a04
Don't unref an already destroyed audiosink object.
...
Fixes #1822
2006-10-30 08:14:11 +00:00
mark
8535b72f38
Optimize: Setting the pipeline to PAUSED before PLAYING is unnecessary.
2006-10-28 18:27:48 +00:00
mark
a1983264dd
Optimize: There is no need to remove the audiosink from the pipeline, only to add it again a few lines later on.
2006-10-28 18:20:09 +00:00
fgerlits
2290edbd00
fixing #1880
2006-10-27 14:51:07 +00:00
mark
21ab9f2930
Removed the volume element from the pipeline. Its only purpose was to limit the volume to 80% (which was hardcoded). This limiting should not be required; in fact it reduced the dynamic range and should therefore be avoided.
2006-10-26 15:31:11 +00:00
mark
62c3f1ac29
Add comments.
2006-10-26 14:26:59 +00:00
fgerlits
6abe4aa93d
fixing #1894
2006-10-26 14:16:51 +00:00
fgerlits
e3c415b38e
fixing #1878
2006-10-26 12:43:48 +00:00
fgerlits
3e6875326f
fixing #1873 ;
...
this breaks the network hub search because of #1893
2006-10-26 11:14:41 +00:00
mark
199809e6df
Use proper GStreamer functions instead of their GLib counterparts.
2006-10-26 09:01:54 +00:00
paul
593e499a96
Changed import script and the HTML UI to use the same metadata import mechanism. This should fix #1819 .
2006-10-25 20:56:42 +00:00
paul
620cc4d93d
Fixed some formatting to comply with style guidelines.
2006-10-25 20:54:39 +00:00
paul
9b8b5e364c
Fixed warning as a result of undefined array index
2006-10-25 20:46:27 +00:00
paul
53078c3c0c
Fixed some formatting to comply with style guidelines.
2006-10-25 20:45:15 +00:00
paul
c1b9acdefb
Fixed some formatting to comply with style guidelines.
2006-10-25 20:44:30 +00:00
paul
ce24055515
Fixed some formatting to comply with style guidelines.
2006-10-25 20:43:20 +00:00
paul
3d03ae059d
Fixed some formatting to comply with style guidelines.
2006-10-25 20:40:54 +00:00
paul
cae4c15b39
Fixed some formatting to comply with style guidelines.
2006-10-25 20:40:05 +00:00
paul
55fe551a4a
Make sure not to double-escape strings used in SQL. Fixed some formatting to comply with style guidelines.
2006-10-25 20:38:46 +00:00
paul
4cd4c8cbf5
Fixed some formatting to comply with style guidelines.
2006-10-25 20:37:57 +00:00
paul
9d98920a49
Make sure not to double-escape strings used in SQL. Fixed some formatting to comply with style guidelines.
2006-10-25 20:36:52 +00:00
paul
27af739fe8
Fixed some formatting to comply with style guidelines.
2006-10-25 20:35:59 +00:00
paul
6f2013845c
Make sure not to double-escape strings used in SQL. Fixed some formatting to comply with style guidelines.
2006-10-25 20:34:28 +00:00
paul
6ad26b3080
Make sure not to double-escape strings used in SQL. Fixed some formatting to comply with style guidelines.
2006-10-25 20:33:35 +00:00
paul
49187026cb
Changed error messages so that the page would display first, then show the error message on top of it, instead of showing the error message on top of a blank screen.
2006-10-25 20:30:17 +00:00
paul
174f9798da
Renamed LiveSupport to Campcaster, for ticket #1883
2006-10-25 20:11:59 +00:00
paul
5124344b3c
Fix for #1892 - MAKE INSTALL fails. Fixed a number of problems that occurred due to renaming LS -> CC
2006-10-25 17:42:57 +00:00
mark
94472a8f23
Make use of our new debugging system. Very handy for performance measuring.
2006-10-25 17:16:15 +00:00
imonroe
73d5814343
compile fix for macro
2006-10-25 17:01:57 +00:00
imonroe
f68aff1f89
Mark wanted some less verbose function-name macros.
2006-10-25 16:53:14 +00:00
imonroe
e2a6a94ecf
fix namespace of macro
2006-10-25 16:27:21 +00:00
fgerlits
f2e7b03f03
Changed the window logos from images to (localized) text.
...
This fixes #1843 .
2006-10-25 14:52:01 +00:00
imonroe
2b3bf4b759
Finish [2365] by adding the necessary #define's to the configure.h's
...
Also svn:ignore all the testResults.xml for a clean svn status
2006-10-25 06:58:20 +00:00
imonroe
39ea53366b
A debug output API with indentation and block timing. Closes #1889 .
2006-10-25 06:34:45 +00:00
fgerlits
1df4de1571
fixing #1875
2006-10-24 18:03:32 +00:00
mark
6d62a97b05
Const correctness is a good thing.
2006-10-24 10:04:20 +00:00
mark
0410b00f68
Improve comment.
2006-10-24 08:09:27 +00:00
mark
3a02f0693a
Get rid of unnecessary reffing of the pipeline container.
...
refer to #1822
2006-10-24 08:07:40 +00:00
fgerlits
617cad8421
fixed #1864
2006-10-23 14:19:12 +00:00
tomash
39ee84d0f3
#1882 escaping added
2006-10-20 16:30:18 +00:00
fgerlits
01bc3e4905
fixing #1871
2006-10-20 15:09:25 +00:00
fgerlits
88213289eb
fixing #1865
2006-10-20 15:08:19 +00:00
tomash
8410881858
Renaming to campcaster in storageServer test files.
2006-10-20 14:54:42 +00:00
tomash
0caf92b44e
#1872 added 'source' to search result structure
2006-10-20 14:51:45 +00:00
paul
fe31d2dfab
Renaming top-level livesupport directory (/trunk/livesupport) to campcaster (trunk/campcaster).
2006-10-19 14:55:07 +00:00