-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGELOG.txt
62 lines (53 loc) · 2.87 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
CHANGELOG for Kaltura Module for Drupal 6
Kaltura 2.0
oferc:
o Working with the Andromeda version
o Upgraded to latest KalturaClient
o Switched to Session admin when creating entries (in order to be able to update adminTags)
o For entry removed the double node creation
o Notifications are now working for remix (doesn't duplicate entries)
o Reenabled video comments
o Change of default players
o The import entries page is working
o !!!! Bug Fix: uploaded content was attributed to anonymous. The fix might cause problems to users already using the extensions !!!
When starting the session we now use the user_id (the correct option) and the not the user name
o Change player selection to be fetched from server(+ defualt players)
o Native support for kaltura CE
o Custom uploaders & editors
Kaltura 1.5
Features
o module now using KDP v2.x
o admins can switch between Simple Editor and Advanced Editor in kaltura_settings.php (I plan to make this a setting available from admin/settings/kaltura)
o split 'edit kaltura mix' into 'edit own kaltura mix' and 'edit all kaltura mixes' and differentiate between the two when attempting to remix video
o added cloning fucntionality (/kaltura/clone/[entry ID]/[content type]/), and added confirmation page (/kaltura/clone/[entry ID]/[content type]/confirm)
o if user tries to remix another users mix and they don't have 'edit all kaltura mixes' access or access to edit that node, the mix will be cloned and a new node will be created.
o added embed code box and 'view Kaltura embed code' permission
Internal Bug Fixes:
o Various fixes to get CCK integration working correctly
o Various updates to make code work with api v3
Known Issues:
o There's currently no effective difference between Kaltura Mixes and Kaltura Entries
o Adding partner information for the first time returns blank screen. Partner info is saved, however.
o Notifications not fully implemented
Kaltura 1.4
Features
o Cormac: Updated code to use api v3
Kaltura 1.3
Features
o #351221 - makara: Module files organized in subfolders
o New playlist CSS
o #351723 - ptwob132: module now supports PHP4
o #352076 - richshaw: media field fixed to get all uploads from 1 session
Internal Bug Fixes:
o Duration formatting in playlist fixed for leading zeros
Kaltura 1.2
Internal Bug Fixes:
o function kaltura_use_uiconf invoked a wrong hook "use_widget" - updated to "use_uiconf"
o playlist CSS fix for IE
o added partner type (102) to partner registration
o playlist creation on installation - now verifies that 'views' exists (can't rely on dependencies only)
o contribution wizard variables are passed as URL encodeed JSON string
Features
o SEO links in player can be removed from module's settings
Kaltura 1.0
o Initial release