Commit Graph

12143 Commits

Author SHA1 Message Date
Naomi 362aa20cc1 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
history item refactoring mostly done.
2014-02-21 18:44:00 -05:00
Naomi 256107d2b6 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
improving history logging.
2014-02-21 17:21:20 -05:00
Naomi 062d8ae9d6 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
removing all old media access from ApiController, using the new tables.
2014-02-20 16:10:08 -05:00
Naomi f64f737cf7 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
removing all old tables now, starting clean up.

playlist rules stored in a text field in a json formatted string.
no need for a seperate criteria table now.
2014-02-20 12:40:59 -05:00
Daniel James b5f0df008b Don't bump installation version yet 2014-02-17 12:35:09 +00:00
Naomi Aro 55291b3f15 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
fix blocking on jPlayer html5 request
2014-02-14 23:50:16 -05:00
Albert Santoni 86dafaf61c SAAS-404: Separate the Airtime API version from the Airtime version
* Airtime PHP side can be version bumped without pypo freaking out now
2014-02-14 16:22:15 -05:00
Naomi fd05048a48 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
can open a playlist for editing
2014-02-14 16:15:42 -05:00
Naomi 4fabaa34a7 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
checking there is an open playlist for the add button.
2014-02-14 15:33:26 -05:00
Naomi 04c10df071 Merge branch '2.6.x' of github.com:sourcefabric/Airtime into 2.6.x 2014-02-14 13:43:17 -05:00
Naomi eb0682a5d4 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
working on multi add in library.
now playing page should be fully working.
2014-02-14 13:42:58 -05:00
Albert Santoni a9cb71e248 Merge pull request #54 from danielhjames/2.5.x
Updated install instructions for 2.5.x
2014-02-14 12:27:23 -05:00
Albert Santoni 181db1deb2 Add some defensive code against missing memcached settings 2014-02-14 12:23:02 -05:00
Albert Santoni bb3523d92e Merge branch '2.5.x-jquery-cleanup' of https://github.com/danielhjames/Airtime into 2.6.x 2014-02-14 11:55:33 -05:00
Naomi 1b146b77a8 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
trackoffset in playlist contents is now an interval as well.

window function calculates offsets by summing cliplength and subtracting trackoffsets.
2014-02-13 16:03:00 -05:00
Naomi Aro 1c0ecfb1cf CC-5450 : Refactor Media Management (Classes/DB) in Airtime
Using a postgresql window function to calculate offsets in the playlist.
All times are formatted now to 3 decimal places.
2014-02-13 02:22:32 -05:00
Naomi d4fe56d309 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
implementing delete, changing how an audiofile is deleted.
hidden is useless and maybe dangerous, actually removing an entry from the db when a user
removes it from the interface. it will be deleted from all playlists which will update their lengths and content positions.
2014-02-12 19:06:55 -05:00
Naomi 4b5202e47f CC-5450 : Refactor Media Management (Classes/DB) in Airtime
working on getting deleting items to be the same as in 2.5.1
2014-02-12 14:59:11 -05:00
Daniel James 3a503c2488 Move showinfo.js to libs and link via URLs, remove old jQuery versions 2014-02-12 15:24:43 +00:00
Daniel James 743b42fb4e Remove duplicate copy of CSS file that we don't use 2014-02-12 13:20:29 +00:00
Daniel James b530299159 We don't seem to use jQuery 1.10 at the moment 2014-02-12 12:47:38 +00:00
localizer 003f9ed6b2 updated translation resources 2014-02-12 10:54:11 +00:00
Naomi 33f609fc8a CC-5450 : Refactor Media Management (Classes/DB) in Airtime
starting implementation of "delete" for media library.
2014-02-11 18:31:00 -05:00
Naomi 53a378abc1 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
working select all/none dropdown.
fixing up datatables plugins. migrating to submit on enter for search.
2014-02-11 15:54:18 -05:00
localizer b7b92fc19e updated translation resources 2014-02-11 20:09:12 +00:00
drigato 92b6f391ab Removed testing messgae from README 2014-02-11 09:47:16 -05:00
drigato d3307a6cf0 testing for bamboo commit trigger 2014-02-11 09:42:09 -05:00
Naomi Aro 00e851ddfc CC-5450 : Refactor Media Management (Classes/DB) in Airtime
don't want to prevent default.
2014-02-11 01:37:30 -05:00
Naomi Aro 1473c1d13d CC-5450 : Refactor Media Management (Classes/DB) in Airtime
adding advanced search to all media tables.
2014-02-11 01:29:18 -05:00
Naomi Aro eaf683ac6a Merge branch '2.6.x' of github.com:sourcefabric/Airtime into 2.6.x 2014-02-10 23:58:06 -05:00
Naomi 2855c3a45d CC-5450 : Refactor Media Management (Classes/DB) in Airtime
putting in proper paging for media tables
2014-02-10 19:51:54 -05:00
Naomi 3ee0d9ccb7 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
fixing some search issues
2014-02-10 18:54:33 -05:00
Naomi aebea96aec CC-5450 : Refactor Media Management (Classes/DB) in Airtime
advanced search is working for dates, numbers and strings
2014-02-10 18:26:43 -05:00
drigato 8bbc243cf6 Merge branch '2.5.x' of github.com:sourcefabric/Airtime into 2.5.x 2014-02-10 16:19:40 -05:00
drigato 3b9608a8df CC-5693: API call to notify-item-start-playing fails because an invalid schedule id is sent
Temporary fix for this bug. Throw an exception if no schedule item is found.
2014-02-10 16:19:26 -05:00
Albert Santoni 7ee5c8ffd7 Another dummy commit for Bamboo 2014-02-10 13:32:41 -05:00
Albert Santoni 36d6a6b2bf Dummy commit to test web hook 2014-02-10 13:18:28 -05:00
Albert Santoni 034d1dc9f8 Unit test docs update 2014-02-10 13:03:11 -05:00
Daniel James cd0e8d3464 Removed old version of jquery-ui 2014-02-10 17:41:33 +00:00
Daniel James 22d303be17 Remove old jQuery library 2014-02-10 17:31:52 +00:00
Naomi f25918336d CC-5450 : Refactor Media Management (Classes/DB) in Airtime
column filter now sends data in proper field.
starting to fix up datepicker defaults in common.js, avoid repeating options.
2014-02-10 12:06:26 -05:00
Naomi Aro e226d9d0cc Merge branch '2.6.x' of github.com:sourcefabric/Airtime into 2.6.x 2014-02-07 11:54:16 -05:00
Naomi Aro 3e27be9b8e CC 5030 2014-02-07 11:53:09 -05:00
Naomi 71f9ce1942 CC-5450 : Refactor Media Management (Classes/DB) in Airtime
starting working on proper visibility of advanced search fields.
2014-02-06 12:41:50 -05:00
Naomi 54de9d47c3 Merge branch '2.6.x' of github.com:sourcefabric/Airtime into 2.6.x 2014-02-06 11:25:40 -05:00
Naomi a21683bf90 CC-5450 : Refactor Media Management (Classes/DB) in Airtime 2014-02-06 11:25:33 -05:00
Naomi Aro 1227eb5d32 Merge branch '2.6.x' of github.com:sourcefabric/Airtime into 2.6.x
Conflicts:
	airtime_mvc/public/js/airtime/library/lib_separate_table.js
2014-02-05 21:40:27 -05:00
Naomi Aro 046d7fd07e CC-5450 : Refactor Media Management (Classes/DB) in Airtime
investigation Chrome some more.
2014-02-05 21:36:56 -05:00
Naomi 7a2238fbad CC-5450 : Refactor Media Management (Classes/DB) in Airtime
working on setting up advanced search
2014-02-05 18:18:21 -05:00
Albert Santoni 873a62b8d7 Merge branch '2.5.x' of github.com:sourcefabric/Airtime into 2.5.x 2014-02-05 17:30:33 -05:00