aboutsummaryrefslogtreecommitdiff
path: root/js/mediators/io-mediator.js
Commit message (Collapse)AuthorAge
...
* Changing length of characters per line (pretty function)Jose Antonio Marquez2012-03-06
|
* Temp support for CDN CSSJose Antonio Marquez2012-03-05
| | | | Added a temp fix for allow the viewing of CSS on a CDN, however, the styles should not be editable, but will allow for accurate preview of styles. Need to coordinate with the CSS panel and styles manager to insert styles in the appropriate files or tags that have write permission.
* Minor FixJose Antonio Marquez2012-03-05
| | | | Forgot to comment out the return, therefore preventing to save.
* Fixed URL parsing issue on actual opened documentJose Antonio Marquez2012-03-05
| | | | Still need to implement CSS loaded from a CDN, currently this would break Ninja.
* Resolved URL path issues in document and CSSJose Antonio Marquez2012-03-05
| | | | Added logic to allow for files opened and assets linked in any order all under the cloud server root.
* Improved CSS URL cleanedJose Antonio Marquez2012-03-04
| | | | Added logic to accommodate any URLs in a CSS file inside the opened document root. Need to add logic for handling linked references above the root. Also need to reformat into a reusable method as it might be needed besides CSS.
* Minor logic fixes for URL resolution in CSSJose Antonio Marquez2012-03-02
|
* Fixing CSS URL issuesJose Antonio Marquez2012-03-02
| | | | Only partially, supporting unquoted files under same root.
* Fixing IO RegExJose Antonio Marquez2012-03-02
| | | | Fixed parsing files to have correct URLs with RegEx, inner content of CSS files still needs to be fixed.
* Making class level url template variableJose Antonio Marquez2012-02-29
| | | | Created a class level variable for the URL to be parsed out of the user files.
* CSS attributesJose Antonio Marquez2012-02-28
| | | | Setting up logic to include attributes in <link> for the <style> duplicates and add attributes created in Ninja back to <link> tag on save.
* Updating legal copyJose Antonio Marquez2012-02-27
|
* Cleaning up pretty functions in IOJose Antonio Marquez2012-02-27
|
* Cleaning up and adding TODOsJose Antonio Marquez2012-02-26
|
* Cleaning up formatting for webGL dataJose Antonio Marquez2012-02-26
|
* Fixed issue with losing track of Ninja template cssJose Antonio Marquez2012-02-26
| | | | Also cleaned up URL getter for app in cleaning string code.
* Cleaning up ninja-data attributesJose Antonio Marquez2012-02-25
| | | | Added logic to load cross-domain CSS from CDN, but need to explore how to load without impacting permissions.
* Adding prettify code to I/OJose Antonio Marquez2012-02-24
| | | | This is a possible set of methods to be used to prettify code. Added temporarily until approved.
* Added import/export of RDGE dataJose Antonio Marquez2012-02-24
| | | | This is only the IO aspect, the data getter seems broken for 2D canvas and does not allow for save, and nothing works for setting the data on load. However, the IO aspect of saving and opening the data are not incorporated.
* Adding url clean up to HTML on saveJose Antonio Marquez2012-02-23
|
* Temp fix for CSS url dataJose Antonio Marquez2012-02-22
| | | | Added a temp fix to parse out the app url that is placed in the CSS styles.
* Cleaning up and commenting CSS IOJose Antonio Marquez2012-02-22
|
* Logic to save <style> for a fileJose Antonio Marquez2012-02-22
| | | | Saving CSS in <style> tags, need to implement saving CSS to files.
* Adding new RDGE library dataJose Antonio Marquez2012-02-16
|
* Setting up webGL library copy on saveJose Antonio Marquez2012-02-15
|
* Creating NinjaTemplate to HTML functionJose Antonio Marquez2012-02-14
| | | | This function will need to be cleaned up and possibly moved once the MVC structure is in-place for the document.
* Cleaning up mediatorJose Antonio Marquez2012-02-14
|
* integrating save functionalityAnanya Sen2012-02-13
| | | | Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Save 'code' view filesJose Antonio Marquez2012-02-13
| | | | Added functionality (temp) to save files in code view.
* File Save (with CSS styles)Jose Antonio Marquez2012-02-12
| | | | Temp fix for saving styles in <style> of HTML document.
* File Save (HTML only)Jose Antonio Marquez2012-02-12
| | | | Added the ability to save an HTML file from design view, need to add CSS detection and saving (of styles in <style> only). Also need to add 'Save All' for all file attached to the HTML file.
* Adding download cloud app UIJose Antonio Marquez2012-02-09
|
* New/Open HTML document parsingJose Antonio Marquez2012-02-09
|
* File OpenJose Antonio Marquez2012-02-09
| | | | Adding file open functionality.
* New FileJose Antonio Marquez2012-02-09
| | | | Adding new file functionality, awaiting UI to implement correct file path for templates to hook into mediator.
* Fixing URI for templates, need UI to use correct dataJose Antonio Marquez2012-02-09
|
* fixed undo/redo for each code view document, changed new file integration ↵Ananya Sen2012-02-08
| | | | | | with io mediator Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* allow to open html file in design view,Ananya Sen2012-02-03
| | | | | | integrated file open with io mediator Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* added editor tab save while switching code view tabs,Ananya Sen2012-02-03
| | | | | | integrated new file dialog with io mediator to open the new file in a new tab Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
* Chrome FileSystem API TestingJose Antonio Marquez2012-02-02
| | | | Doing benchmark testing of the native HTML5 FileSystem API available in Chrome. Need to run testing of local XHR requests and also getting files from packaged app.
* Setting up mediator for UI in FileIOJose Antonio Marquez2012-02-02
|
* File IO clean up and setting upJose Antonio Marquez2012-02-01
Cleaned up file IO templates and removed app-caching from Ninja since it would be needed. Setting up io-mediator to hook up to controller. Still need to address naming conventions and clean up more in the io directory.