svgedit/editor
Brett Zamir 7295eece09 Potentially breaking change: Prevent setting of extPath via URL and prevent setting of cross-domain or cross-folder extensions via URL, i.e., if the extensions string possesses the character ":", "/", or, to be extra safe, "\", (issue #4 of mailing list post "Agenda for resolving security issues"). extPath and extensions can still be meaningfully set freely via setConfig calls, e.g., "svgCanvas.setConfig({extPath: ..., extensions: ...});" if made before Editor.init() is called in svg-editor.js (which is called on a jQuery ready (i.e., DOMContentLoaded) event). To avoid modifying svg-editor.html, one could build an extension which loaded its own scripts as done by the simple extFunc() function in svg-editor.js, but this would occur a little later (Should we export extFunc() for this usage?).
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2671 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-02-10 05:33:05 +00:00
..
canvg Indent consistency per file 2013-10-14 01:50:42 +00:00
contextmenu Fix issue 919, patch by duopixel. Also introduced browser.isMac 2012-03-20 08:58:24 +00:00
extensions Minor clean-up; UTF-8 for SVG 2014-02-02 01:06:25 +00:00
images Fixed Issue 123: Support for <a> element to make elements link to URLs 2010-12-01 17:54:11 +00:00
jgraduate Correction of the problem with firefox with the radial gradient 2013-02-23 21:32:09 +00:00
jquery-ui Update to jQuery and jQuery-UI latest 2012-02-23 02:48:21 +00:00
jquerybbq Added jQuery BBQ file missing in previous checkin 2010-03-12 20:59:43 +00:00
js-hotkeys Adding shortcut keys to move up/down commands 2010-08-20 19:27:57 +00:00
locale Change Polish key export_png to export_img (as already changed in other locales); have emailed for confirmation of accuracy of translation, awaiting reply 2014-01-31 13:06:43 +00:00
spinbtn Updated minified spinner script 2011-02-23 21:06:26 +00:00
svgicons Updating license information as per http://code.google.com/p/svg-edit/issues/detail?id=959 2012-09-16 18:53:27 +00:00
browser-not-supported.html Remove unneeded text/javascript 2013-10-14 02:02:54 +00:00
browser.js JSLint 2014-01-31 02:23:40 +00:00
contextmenu.js JSLint 2014-01-31 02:23:40 +00:00
coords.js JSLint 2014-01-31 02:13:37 +00:00
draw.js JSLint 2014-01-31 02:13:37 +00:00
embedapi.html Tab fixes 2014-01-31 08:57:22 +00:00
embedapi.js Tab fixes 2014-01-31 08:57:22 +00:00
history.js JSLint 2014-01-31 02:13:37 +00:00
jquery-svg.js JSLint 2014-01-31 02:13:37 +00:00
jquery.js Update to jQuery and jQuery-UI latest 2012-02-23 02:48:21 +00:00
math.js JSLint 2014-01-31 02:13:37 +00:00
path.js More JSLint 2014-01-31 01:05:03 +00:00
recalculate.js More JSLint 2014-01-31 01:05:03 +00:00
sanitize.js More JSLint 2014-01-31 01:05:03 +00:00
select.js More JSLint 2014-01-31 01:05:03 +00:00
svg-editor.css Added a thumbnail overview as described in Issue 208 part 6. 2013-09-23 18:55:52 +00:00
svg-editor.html Change Polish key export_png to export_img (as already changed in other locales); have emailed for confirmation of accuracy of translation, awaiting reply 2014-01-31 13:06:43 +00:00
svg-editor.js Potentially breaking change: Prevent setting of extPath via URL and prevent setting of cross-domain or cross-folder extensions via URL, i.e., if the extensions string possesses the character ":", "/", or, to be extra safe, "\", (issue #4 of mailing list post "Agenda for resolving security issues"). extPath and extensions can still be meaningfully set freely via setConfig calls, e.g., "svgCanvas.setConfig({extPath: ..., extensions: ...});" if made before Editor.init() is called in svg-editor.js (which is called on a jQuery ready (i.e., DOMContentLoaded) event). To avoid modifying svg-editor.html, one could build an extension which loaded its own scripts as done by the simple extFunc() function in svg-editor.js, but this would occur a little later (Should we export extFunc() for this usage?). 2014-02-10 05:33:05 +00:00
svg-editor.manifest Change encoding from Western to UTF-8 2010-01-12 20:39:03 +00:00
svgcanvas.js JSLint 2014-01-31 10:40:52 +00:00
svgedit.js More JSLint 2014-01-31 01:05:03 +00:00
svgtransformlist.js JSLint 2014-01-31 02:13:37 +00:00
svgutils.js server_opensave-related changes: 1) Be more lenient in filename possibilities for server_opensave (supporting Unicode except characters disallowed in Windows file names); 2) XHTML escape filename and SVG content when put into HTML hidden input element as opposed to unnecessary URL-encoding; 3) fix base64 encoding (with update to dependent utf8-encoding function)--old base64 code caused SVG to break with surrogate pairs (e.g., in title); 4) provide default UTF-8 encoding in XML declaration and add this XML declaration to the download attribute as well 2014-02-01 16:13:51 +00:00
touch.js JSLint 2014-01-31 02:13:37 +00:00
units.js JSLint 2014-01-31 02:13:37 +00:00