Albert Santoni
b4e7b9324b
Fixed listener stats thread hanging on network errors
...
* Same fix as before, urlopen() wasn't being used with a timeout.
* Fixes CC-5472 and SAAS-394 aka. listener stats breaking all the time
2014-02-05 17:29:15 -05:00
drigato
a4e3382959
Merge branch '2.5.x' of github.com:sourcefabric/Airtime into 2.5.x
2014-02-05 15:44:43 -05:00
drigato
a27f4975ca
Removed unused python post commit script
2014-02-05 15:44:31 -05:00
Albert Santoni
296adfdb24
CC-5651: Unit Test the Scheduler
...
* Added a beastly unit test for Application_Model_Schedule::isFileScheduledInTheFuture
2014-02-05 15:37:47 -05:00
Albert Santoni
dfc4c2f308
SAAS-387: Hunt playout freezes
...
* Really kill hung pyponotify processes.
2014-02-05 12:20:04 -05:00
Naomi Aro
0ce0371e6d
Merge branch '2.6.x' of github.com:sourcefabric/Airtime into 2.6.x
...
Conflicts:
airtime_mvc/application/models/airtime/AudioFile.php
2014-02-04 20:21:44 -05:00
Naomi
309a30910e
CC-5450 : Refactor Media Management (Classes/DB) in Airtime
...
starting to setup advanced search
2014-02-04 18:54:05 -05:00
Naomi
640dac63a2
CC-5450 : Refactor Media Management (Classes/DB) in Airtime
...
saving/restoring the column settings for each table in the library.
2014-02-04 17:46:53 -05:00
Naomi
636dba3db1
CC-5450 : Refactor Media Management (Classes/DB) in Airtime
...
saving column displays for all datatables in the library.
2014-02-04 17:15:05 -05:00
Albert Santoni
d53c81a410
Fix major pypo freeze
...
* Set a timeout for HTTP requests in api_client so that they don't
hang forever if there's a network interruption.
* Prevents pypo from completely freezing up in the network gets jacked.
2014-02-04 17:09:00 -05:00
Naomi
7fee696014
CC-5450 : Refactor Media Management (Classes/DB) in Airtime
...
fixing up editing metadata for audio files.
2014-02-04 15:44:20 -05:00
localizer
c84c6d9d22
updated translation resources
2014-02-04 18:20:15 +00:00
localizer
93eb5ff1de
updated translation resources
2014-02-04 14:07:13 +00:00
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
Naomi Aro
c04e33cbfd
Merge branch '2.6.x' of github.com:sourcefabric/Airtime into 2.6.x
2014-02-03 21:57:26 -05:00
Naomi
2feac41af7
CC-5450 : Refactor Media Management (Classes/DB) in Airtime
...
creating context menus for the media in their own services.
2014-02-03 18:33:11 -05: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
Naomi Aro
8e2215c58d
CC-5450 : Refactor Media Management (Classes/DB) in Airtime
...
working on jplayer
2014-02-01 21:41:34 -05:00
Naomi
86b5f68c67
CC-5450 : Refactor Media Management (Classes/DB) in Airtime
...
trying to fix chrome lag issue with inline jPlayer.
2014-01-31 17:32:45 -05: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
Naomi
fbe0b0a75d
CC-5450 : Refactor Media Management (Classes/DB) in Airtime
...
creating service function for column datatables settings script.
context menu on right click, dblclick event now used for adding to shows/playlist.
2014-01-29 18:03:44 -05: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
Naomi
eea17b9dcd
CC-5450 : Refactor Media Management (Classes/DB) in Airtime
...
new code for getting the dashboard json.
2014-01-28 18:38:31 -05:00
Daniel James
51c384fa33
Updated install instructions for 2.5.x
2014-01-28 17:46:22 +00:00
Naomi
1f0d44de02
CC-5450 : Refactor Media Management (Classes/DB) in Airtime
...
working on new query for prev/current/next
2014-01-27 17:52:45 -05:00