localizer
f056eeac0a
updated translation resources
2014-02-04 11:49:16 +00:00
localizer
ce819b18e7
updated translation resources
2014-02-04 11:32:05 +00:00
localizer
c549544146
updated translation resources
2014-02-04 11:31:56 +00:00
localizer
2d61459620
updated translation resources
2014-02-04 11:25:37 +00:00
localizer
f2ce85a212
updated translation resources
2014-02-04 11:24:32 +00:00
localizer
b209c58dbf
updated translation resources
2014-02-04 10:32:05 +00:00
drigato
63ec20d9f1
CC-5681: I18N: Fail to switch language
...
Check if Zend_Auth class exists with the autoloader
2014-02-03 12:33:35 -05:00
localizer
5d19a22b2d
updated translation resources
2014-02-03 12:35:10 +00:00
drigato
ba84e609e7
Moved commit hook scripts to dev_tools directory
2014-01-31 16:42:53 -05:00
drigato
c161b664d5
Adding commit hook scripts for running phpunit
2014-01-31 16:34:25 -05:00
drigato
6d63b81f76
Testing commit triggers....
2014-01-31 15:56:59 -05:00
drigato
a00ab8bc79
Added comment for phpunit
2014-01-31 15:31:40 -05:00
drigato
f71909d255
CC-5651: Unit Test the Scheduler
...
Some fine tuning
2014-01-31 15:22:19 -05:00
drigato
b7c79df6ec
Merge branch 'unittests' into 2.5.x
2014-01-31 15:02:41 -05:00
Albert Santoni
67ea15ba9c
Merge branch '2.5.x' of github.com:sourcefabric/Airtime into 2.5.x
2014-01-31 13:21:18 -05:00
Albert Santoni
8a6ac21e8c
CC-5679: Media Monitor: Uploading folder with tracks will erase organize folder itself
...
* Fixed problem where the "organize" folder would get deleted if you
copied a directory into it. Would break FTP uploads on Pro.
2014-01-31 13:20:10 -05:00
drigato
e24d25e398
CC-5651: Unit Test the Scheduler
...
Log results in xml file for junit parser
2014-01-31 12:41:15 -05:00
drigato
5c01234445
CC-5651: Unit Test the Scheduler
...
Small fix to runtests script
2014-01-31 11:18:46 -05:00
drigato
4beb06a1d9
CC-5651: Unit Test the Scheduler
...
Creat a rabbitmq vhost and user before running tests so airtime doesn't have to be installed
2014-01-31 11:09:22 -05:00
localizer
4a39097daf
updated translation resources
2014-01-31 07:52:07 +00:00
Albert Santoni
2525c0dbd6
Fixed a race condition in media-monitor
...
* Prevent exception if files are copied in very quickly
2014-01-30 15:58:52 -05:00
localizer
5730c13da6
updated translation resources
2014-01-30 20:37:06 +00:00
drigato
484f1d9502
Merge branch '2.5.x' of github.com:sourcefabric/Airtime into 2.5.x
2014-01-30 12:38:49 -05:00
drigato
883e8885c7
CC-5677: Library -> Scheduled column gets updated on incorrect file
2014-01-30 12:38:18 -05:00
root
91c89e91f3
Merge branch '2.5.x' of https://github.com/sourcefabric/Airtime into 2.5.x
2014-01-30 17:07:52 +00:00
drigato
ce7eddf563
CC-5678: Scheduler: Show's contents won't follow show's scheduled time change
...
Fixed by storing original cc_show_day object by value
2014-01-30 12:07:24 -05:00
root
3f15bf6e80
updated translation resources
2014-01-30 17:06:38 +00:00
Daniel James
eb35dcac5f
Added Serbian Cyrillic, Serbian Latin and Croatian, thanks Zsolt!
2014-01-29 17:54:28 +00:00
drigato
7a04f7d98e
CC-5672: Webstream warnings on SaaS
...
Don't parse/use header info if get_headers returns false
2014-01-29 12:09:05 -05:00
Daniel James
51c384fa33
Updated install instructions for 2.5.x
2014-01-28 17:46:22 +00:00
drigato
a59453cde5
CC-5651: Unit Test the Scheduler
2014-01-27 17:17:03 -05:00
drigato
55665fb246
CC-5651: Unit Test the Scheduler
...
Added test for weekly repeat show R&R show creation
2014-01-27 15:10:42 -05:00
Albert Santoni
c9d98e4e10
Small Airtime Pro fix for ShowFormService
2014-01-27 14:31:33 -05:00
drigato
697e50c50d
CC-5651: Unit Test the Scheduler
...
Added test for non-repeating record and rebroadcast shows
2014-01-27 13:23:28 -05:00
drigato
6da493110f
CC-5651: Unit Test the Scheduler
...
Fixed linked show test
2014-01-27 12:23:46 -05:00
drigato
d6aabfdc88
CC-5651: Unit Test the Scheduler
...
Added some linked show tests
2014-01-24 17:25:40 -05:00
drigato
2bbc42f532
CC-5651: Unit Test the Scheduler
...
Moved test data outside of services
2014-01-24 16:08:38 -05:00
drigato
e0650fb840
CC-5651: Unit Test the Scheduler
...
Overlapping show tests
2014-01-24 15:14:31 -05:00
drigato
2076b3c069
CC-5651: Unit Test the Scheduler
...
Add logging class to bootstrap
2014-01-24 11:39:15 -05:00
drigato
c04d8714bb
Merge branch 'unittests' of github.com:sourcefabric/Airtime into unittests
2014-01-23 17:06:34 -05:00
drigato
ca09ad2896
CC-5593: Overlapping Show Bug
...
Added tests for checking if shows overlap
2014-01-23 17:06:27 -05:00
Albert Santoni
ab96e1e0b2
CC-5651: Unit Test the Scheduler
...
* Temporarily disabling the one Preferences unit test that's failed
until I fix it.
2014-01-23 17:06:13 -05:00
Albert Santoni
162a873f9d
CC-5651: Unit Test the Scheduler
...
* Continued refactoring of the database creation.
* Database now persists after running tests but most of the tables are
cleared.
* The unit tests run WAY faster now. :-)
2014-01-23 17:04:29 -05:00
Albert Santoni
aa2e084a09
Merge branch 'unittests' of github.com:sourcefabric/Airtime into unittests
2014-01-23 13:10:41 -05:00
Albert Santoni
25be2fc3ff
Fixed hardcoded database name in AirtimeInstall.php
2014-01-23 13:10:13 -05:00
Albert Santoni
5d2aae4525
Updated readme for unit testing
2014-01-23 12:51:53 -05:00
drigato
fc4dfd5cb0
CC-5651: Unit Test the Scheduler
...
Moved common database setup functions to helper class
2014-01-23 11:37:20 -05:00
Albert Santoni
52c3971fc6
Fixed a bug in Application_Model_SetShowsPopulatedUntil
2014-01-22 17:58:25 -05:00
Albert Santoni
3826a88d1f
Disable code coverage report because autoloader is not working
2014-01-22 17:00:23 -05:00
drigato
e9d1a1fd91
CC-5651: Unit Test the Scheduler
2014-01-21 16:56:01 -05:00