aboutsummaryrefslogtreecommitdiff
path: root/js/document/mediators
Commit message (Collapse)AuthorAge
* Re-adding temp doc typeJose Antonio Marquez2012-06-09
| | | | Adding a demo fix to include the document type, it is removed because comments are not supported currently, so we must added in manually. The YouTube component breaks, it does not support any doctype, hence, the component must have a bug filed against it, we MUST include doc types with our files.
* Remove doc type from files and adding tag check for htmlJose Antonio Marquez2012-06-08
| | | | Removed the HTML5 doctype from files since it was break the YouTube component, also made a fix to check for the HTML tag to be present when copying attributes.
* Fixing empty property bug with montage class on HTML tagJose Antonio Marquez2012-06-07
|
* Minor fixesJose Antonio Marquez2012-06-07
| | | | Ensuring montage style is removed and doctype is included.
* Adding support for html and head tags attributesJose Antonio Marquez2012-06-07
| | | | Both on open and close, Chrome randomly changes order of attributes, so this is browser induced bug.
* Adding unique ID to canvas data foldersJose Antonio Marquez2012-06-07
| | | | Also set up for tracking ID created, will be adding support for parsing files without saving later, but flag is now present.
* Fixing CSS bugJose Antonio Marquez2012-06-04
| | | | This is for files using 'save' and not 'save all' in which the styles would be thrown off and mixed improperly.
* Canvas lib fixJose Antonio Marquez2012-06-04
| | | | Fixed a bug where an extra tag would be added to the file and break I/O.
* Adding saving blocking screenJose Antonio Marquez2012-06-04
| | | | This is for chrome preview, also fixed other preview bug with plain files not opening in preview.
* Adding lib copy blocking to previewJose Antonio Marquez2012-06-04
| | | | This fixes an issue with launching preview before libraries were copied, hence, first time run would fail. Need to add a feedback screen for this process.
* Adding blocking logic to copy libsJose Antonio Marquez2012-06-03
| | | | Need to implement logic in parsing method, might require a minor restructuring.
* Add logic to allow dynamic placement of canvas json fileJose Antonio Marquez2012-06-01
| | | | Save to and read from any path on disk (webGL/Canvas data only)
* Creating template mediator classJose Antonio Marquez2012-06-01
| | | | This is to simplify code, more to be changed and added.
* Setting up document reworkJose Antonio Marquez2012-04-02
|
* Reverting text/html document classes and setting up MVC folder structureJose Antonio Marquez2012-02-14
Setting up the folder structure for the proposed set up for documents in Ninja. Reverted to have a temp HTML/Text document class. Tweak some UI for file pickers.