yomguy [Wed, 22 Jun 2011 16:27:03 +0000 (18:27 +0200)]
yomguy 2011-06-22 add user tab and page, fix urls
riccardo 2011-06-22 fixed embed frame
riccardo 2011-06-22 done embed iframe button + popup
riccardo 2011-06-22 done player link
riccardo 2011-06-22 fixed and compressed popupdiv
yomguy 2011-06-22 separate all views, fix urls, fix js trans
riccardo 2011-06-22 changed locale.js
riccardo 2011-06-22 fixed popup bug and some code missing ";"
yomguy 2011-06-22 remove /*/not_allowed url but send messages and the template in each restrict access event
yomguy 2011-06-22 fix various access rights, change date display, fix "comment" field title
riccardo 2011-06-21 fixed minor bugs, changed the way popup div is displayed and marker mouse events + editable mode
riccardo 2011-06-21 fixed popupdiv bugs (repositioning) and pointer mouse events
yomguy 2011-06-21 update sandbox example (with sqlite3), cleanup, go to 0.9.8
yomguy 2011-06-20 cleanup, fix doc, fix a CSS bug
yomguy 2011-06-20 prepare example sandbox
yomguy 2011-06-20 cleanup RSS objects, remove TELEMETA_OAI_HOST global parameter (not needed anymore in settings)
yomguy 2011-06-19 Last changes RSS feed inherits now from a django Feed object
riccardo 2011-06-17 implemented popup onmouseover. It works, Still to be debugged (conflicts while playing? conflicts among different mouseevent among markers?)
riccardo 2011-06-16 fixed namespaces in bind/unbind
riccardo 2011-06-16 chenged timeside code with config functionalities easier to change (expecially regarding vml) and vml check in order to load raphael and build vml m...
yomguy 2011-06-16 add datetime to rss revisions
yomguy 2011-06-16 add user to rss revisions
riccardo 2011-06-16 fixed and checked code methods and minor bugs
riccardo [Thu, 16 Jun 2011 15:52:02 +0000 (17:52 +0200)]
chenged timeside code with config functionalities easier to change (expecially regarding vml) and vml check in order to load raphael and build vml method if not needed
yomguy [Thu, 16 Jun 2011 09:24:53 +0000 (11:24 +0200)]
yomguy 2011-06-16 fix more urls, add install infos
ardour 2011-06-15 new general admin url
ardour 2011-06-15 fix more relative urls for static files (images) or services (json)
riccardo 2011-06-15 several code modifications and optimizations
momo 2011-06-15 go to 0.9.6
yomguy [Tue, 14 Jun 2011 08:38:36 +0000 (10:38 +0200)]
yomguy 2011-06-14 fix metadata parsing and mapping partially
yomguy 2011-06-11 get first right MP3 imports
yomguy 2011-06-10 avoid item access when item.collection.public_acccess is none
yomguy 2011-06-10 add width and height parameters for the embedded player URL
riccardo 2011-06-10 fixed popup bug
yomguy [Tue, 7 Jun 2011 09:24:41 +0000 (11:24 +0200)]
Add MediaItemAnalysis object to store TimeSide analysis (controller to come)
DC URI of an element is now its URL. Need 2 MORE settings :
TELEMETA_OAI_HOST = the default host name to provide dublin core identifier through the OAI data provider
TELEMETA_OAI_REPOSITORY_NAME = the description of the OAI data provider
yomguy [Sun, 29 May 2011 20:23:32 +0000 (22:23 +0200)]
fix file copy when copy item,
remove old_code unicity,
allow blank for collections and items
need to ALTER the 2 tables like :
ALTER TABLE media_items DROP INDEX old_code;
ALTER TABLE media_items DROP INDEX old_code;