507 Commits

Author SHA1 Message Date
Fred Gleason
db0e842496 2017-02-21 Fred Gleason <fredg@paravelsystems.com>
* Modified 'lib/rdformpost.cpp' to use read-only accessors for
	std::map values.
	* Added a check for valid event IDs for the 'SaveLog' method in
	'web/rdxport/logs.cpp'.
2017-02-21 16:51:25 -05:00
Fred Gleason
bc55c06eee 2017-02-21 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'CategoryGapLookup=' parameter from
	rlm_tagstation.conf(5).
	* Added a 'CategoryPromotion=' parameter to rlm_tagstation.conf(5).
	* Changed the behavior of the TagStation RLM as to not send an update
	if its group is not explicitly listed in one of the TagStation
	categories.
2017-02-21 11:29:16 -05:00
Fred Gleason
da90e76121 2017-02-21 Fred Gleason <fredg@paravelsystems.com>
* Renamed the 'CustomerID' parameter in 'rlm/rlm_tagstation.c' to
	'ClientID'.
2017-02-21 10:49:19 -05:00
Fred Gleason
a45868be17 2017-02-21 Fred Gleason <fredg@paravelsystems.com>
* Fixed a typo in 'conf/rlm_tagstation.conf'.
2017-02-21 10:45:01 -05:00
Fred Gleason
de66db368c 2017-02-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rdlogedit/voice_tracker.cpp' where the Title
	of voice track carts was not having whitespace trimmed properly.
2017-02-17 13:47:46 -05:00
Fred Gleason
d4682f6e1b 2017-02-16 Fred Gleason <fredg@paravelsystems.com>
* Modified the '<forcedLength>', '<averageLength>',
	'<lengthDeviation>', '<averageSegueLength>' and
	'<averageHookLength>' fields in the return of the 'ListCart'
	and 'ListCarts' web methods to return a two-digit hours field.
2017-02-16 08:15:07 -05:00
Fred Gleason
ef5dd121b7 2017-02-10 Fred Gleason <fredg@paravelsystems.com>
* Added a '<conductor>' field to the output of the 'ListLog' web
	API method.
2017-02-10 10:10:17 -05:00
Fred Gleason
dcff3e6f4f 2017-02-10 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdlog_line.cpp' that caused the event start
	time to be incorrect in the 'ListLog' Web API method for times of
	'00:00:00.0' for 'hard' type.
2017-02-10 08:39:14 -05:00
Fred Gleason
0274ddd56a 2017-02-08 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 2.15.2int01.
v2.15.2int01
2017-02-08 12:19:50 -05:00
Fred Gleason
5bfe4a3c12 2017-02-08 Fred Gleason <fredg@paravelsystems.com>
* Fixed bugs in 'conf/Makefile.am' and 'rlm/Makefile.am' that broke
	the 'make rpm' target.
2017-02-08 12:17:11 -05:00
Fred Gleason
48cd4692c1 2017-02-07 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 2.15.2int00.
v2.15.2int00
2017-02-07 14:26:03 -05:00
Fred Gleason
08d41d6fbe 2017-02-07 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rdlogedit/edit_log.cpp' that caused inaccurate
	predicted start times to be displayed.
2017-02-07 13:41:45 -05:00
Fred Gleason
79a0efb50d 2017-02-07 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'web/rdxport/logs.cpp' the caused the 'SaveLog'
	web method to fail.
2017-02-07 08:46:24 -05:00
Fred Gleason
af592fa200 2017-02-07 Fred Gleason <fredg@paravelsystems.com>
* Changed the DLL load target for libmad from 'libmad.so' to
	'libmad.so.0' in 'cae/cae.cpp' and 'lib/rdaudioconvert.cpp'.
	* Changed the DLL load target for lame from 'libmp3lame.so' to
	'libmp3lame.so.0' in 'cae/cae.cpp' and 'lib/rdaudioconvert.cpp'.
	* Changed the DLL load target for faad from 'libfaad.so' to
	'libfaad.so.2' in 'cae/cae.cpp' and 'lib/rdmp4.cpp'.
	* Changed the DLL load target for mp4v2 from 'libmp4v2.so' to
	'libmp4v2.so.2' in 'cae/cae.cpp' and 'lib/rdaudioconvert.cpp'.
2017-02-07 08:45:05 -05:00
Fred Gleason
82ec0c73b5 2017-02-02 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'web/tests/editcut.js' that caused the EditCut
	test harness to fail when using non-localhost URLs.
	* Fixed a bug in 'web/tests/editcart.js' that caused the EditCut
	test harness to fail when using non-localhost URLs.
2017-02-02 12:07:49 -05:00
Fred Gleason
34db6c3237 2017-02-02 Fred Gleason <fredg@paravelsystems.com>
* Added a 'linkStartTime' tag to the output of 'RDLogLine::xml()'.
2017-02-02 11:59:51 -05:00
Fred Gleason
35745bac89 2017-02-01 Fred Gleason <fredg@paravelsystems.com>
* Added a 'Group' field to 'rlm/rlm_test.c'.
2017-02-01 09:44:22 -05:00
Fred Gleason
41b3db2408 2017-01-31 Fred Gleason <fredg@paravelsystems.com>
* Added an 'AddLog' method to the Web API.
	* Added an 'DeleteLog' method to the Web API.
	* Added a 'SaveLog' method to the Web API.
	* Added 'eventLength', 'linkEventName', 'linkStartSlop',
	'linkEndSlop', 'linkId', 'linkEmbedded', 'extStartTime',
	'extLength', 'extCartName', 'extData', 'extEventId',
	and 'extAnncType' XML fields to the return of the ListLog web
	API method
2017-01-31 18:01:46 -05:00
Fred Gleason
03ee1d780c 2017-01-31 Fred Gleason <fredg@paravelsystems.com>
* Added an RLM for the TagStation NextRadio framework in
	'rlm/rlm_tagstation.c'.
2017-01-31 15:14:26 -05:00
Fred Gleason
e6e09efb0d 2017-01-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed regressions in 'rdlogedit/edit_log.cpp' that caused a change
	to the Purge Date values to fail to be saved.
2017-01-18 14:29:05 -05:00
Fred Gleason
28d8425b94 2017-01-18 Fred Gleason <fredg@paravelsystems.com>
* Added a <purgeDate> tag to the return document for the 'ListLogs'
	web service call.
2017-01-18 14:17:48 -05:00
Fred Gleason
59afec0a59 2017-01-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'rdlogedit/edit_log.cpp' that caused a change
	to the Auto Refresh flag to fail to be saved.
2017-01-18 13:58:52 -05:00
Fred Gleason
15f3da11d4 2017-01-18 Fred Gleason <fredg@paravelsystems.com>
* Added a 'LOG_NAME' call parameter to the 'ListLogs' web service.
2017-01-18 07:40:58 -05:00
Fred Gleason
9d5618c90c 2017-01-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdlog_line.cpp' that caused invalid 'Type' values
	to be returned for Chain events.
2017-01-17 11:42:23 -05:00
Fred Gleason
0ba509eb1a 2017-01-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdlog_line.cpp' that caused invalid 'Type' values
	to be returned for Traffic and Music Link events.
2017-01-17 11:38:22 -05:00
Fred Gleason
e65f9a9716 2017-01-13 Fred Gleason <fredg@paravelsystems.com>
* Implemented automatic cart/cut creation as part of the 'Import'
	web method.
2017-01-13 19:15:31 -05:00
Fred Gleason
21dcac3e4a 2017-01-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rduser.cpp' that caused the
	'RDUser::groupAuthorized()' to return false positive results.
2017-01-13 19:03:22 -05:00
Fred Gleason
7df68e7ffd 2017-01-13 Fred Gleason <fredg@paravelsystems.com>
* Modified the Edit Log dialog so as to provide indication when
	the log has been modified.
	* Fixed a bug in 'rdlogedit/edit_log.cpp' that caused the Modified
	datestamp to be updated when 'OK' was clicked even if no changes
	were made.
2017-01-13 17:12:48 -05:00
Fred Gleason
ee1372ea10 2017-01-13 Fred Gleason <fredg@paravelsystems.com>
* Updated 'NEWS'.
	* Incremented the package version to 2.15.2.
v2.15.2
2017-01-13 12:26:58 -05:00
Fred Gleason
6af1e570af 2016-11-28 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 2.15.1int01.
v2.15.1int01
2016-11-28 10:32:00 -05:00
Fred Gleason
a80aa50e29 2016-11-28 Fred Gleason <fredg@paravelsystems.com>
* Added 'CREATE' and 'GROUP_NAME' call fields to the 'Import' web
	API call in 'web/rdxport/import.cpp'.
2016-11-28 10:02:11 -05:00
Fred Gleason
74f5fab396 2016-11-28 Fred Gleason <fredg@paravelsystems.com>
* Updated 'docs/tables/services.txt' to reflect changes made in
	database version 259.
2016-11-28 07:42:03 -05:00
Fred Gleason
b4247e217d 2016-11-26 Fred Gleason <fredg@paravelsystems.com>
* Modified the LiveWire Multicast GPIO driver to generate GPO
	events using the 'I' event type.
2016-11-26 12:28:50 -05:00
Fred Gleason
3faa8dfbed 2016-10-20 Fred Gleason <fredg@paravelsystems.com>
* Added a 'LockRdairplayMemory=' parameter to the [Hacks] section
	of rd.conf(5).
2016-10-20 09:06:58 -04:00
Fred Gleason
38dc64c548 2016-09-26 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdsimpleplayer.cpp' that caused RDAirPlay
	to freeze when attempting to audition an expired cart
	[GitHub issue #000051].
2016-09-26 09:07:08 -04:00
Fred Gleason
71b065aa38 2016-09-13 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 2.15.1int00.
v2.15.1int00
2016-09-13 09:37:03 -04:00
Fred Gleason
23c9d6136e 2016-09-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in 'lib/rdwavefile.cpp' that caused RDXL
	chunks to be written with odd chunk lengths.
2016-09-13 08:29:33 -04:00
Fred Gleason
dff01de517 2016-09-11 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rdadmin/createdb.cpp' that caused obsolete fields
	in the 'SERVICES' table to be included when creating a new database.
2016-09-12 11:13:14 -04:00
Fred Gleason
4e602875a5 2016-09-10 Fred Gleason <fredg@paravelsystems.com>
* Documented the interface for inserting inline traffic breaks
	in 'docs/scheduler_formats.ods'.
	* Documented the interface for inserting voice track markers
	in 'docs/scheduler_formats.ods'.
	* Added examples for adding inline traffic breaks and voice track
	markers to the sample files in 'docs/examples/'.
2016-09-10 12:37:43 -04:00
Fred Gleason
3e1f38c3dc 2016-08-07 Fred Gleason <fredg@paravelsystems.com>
* Removed support for the 'HostAddress=' parameter from the
	'rlm_walltime' plug-in in 'rlm/rlm_walltime.c'.
2016-08-07 14:23:13 -04:00
Fred Gleason
6d236f0605 2016-08-06 Fred Gleason <fredg@paravelsystems.com>
* Refactored 'rlm/rlm_walltime.c' to use http PUTs.
2016-08-06 19:03:21 -04:00
Fred Gleason
7d9fcfb8e5 2016-08-05 Fred Gleason <fredg@paravelsystems.com>
* Updated 'NEWS'.
	* Incremented the package version to 2.15.1.
v2.15.1
2016-08-05 07:11:37 -04:00
Fred Gleason
006274027a 2016-08-03 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 2.15.0int00.
2016-08-03 12:35:36 -04:00
Fred Gleason
51cdcfb9be 2016-08-03 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlibrary(1) that caused exports to contain incorrect
	marker data in the RDXL file structure.
2016-08-03 12:21:05 -04:00
Fred Gleason
d232842b0c 2016-08-02 Fred Gleason <fredg@paravelsystems.com>
* Added a work-around in 'lib/rdwavefile.cpp' to ensure that RDXL
	chunks are always of even length.
2016-08-02 17:43:41 -04:00
Fred Gleason
1c52c13a7b 2016-08-02 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdwavefile.cpp' that caused WAV files to
	be written with incorrect LEVL chunk data.
2016-08-02 16:18:30 -04:00
Fred Gleason
46d5ef5152 2016-08-02 Fred Gleason <fredg@paravelsystems.com>
* Added 'Start' fields to wav_chunk_test(1).
2016-08-02 16:17:07 -04:00
Fred Gleason
dac2f489c7 2016-08-02 Fred Gleason <fredg@paravelsystems.com>
* Added wav_chunk_test(1) in 'tests/wav_chunk_test/'.
2016-08-02 15:19:16 -04:00
Fred Gleason
a6066fe39a 2016-08-01 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rdadmin/createdb.cpp' that caused the
	'SERVICE_CLOCKS' table to fail to be created when generating
	a new database.
2016-08-01 10:41:12 -04:00
Fred Gleason
8f4f69009b 2016-07-29 Fred Gleason <fredg@paravelsystems.com>
* Updated 'NEWS'.
	* Incremented the package version to 2.15.0.
v2.15.0
2016-07-29 07:40:27 -04:00