svgedit/editor/extensions
Brett Zamir e463b43220 1. Reference config.js in the editor (and remove encouragement for adding extensions to HTML) but ignore config.js in SVN (let user configure) but supply config-sample.js to indicate config/pref/extension possibilities;
2. Move ext-overview_window.js to default but overridable list of extensions (as with other extensions);
3. Allow extensions to avoid problems if failing to return an object (in svgcanvas.js);
4. Support new langReady callback to ensure extension always called when locale info is ready (and always load locale, even English);
5. Move localStorage storing to a new (i18n-ized and available-by-default) storage extension which adds a dialog asking user for whether to store prefs and/or SVG content; $.pref() now falls back to checking defaultPrefs (which may have been expanded at runtime to include URL or storage settings); use new config "forceStorage" to get old (bad) behavior
6. Remove initial cap from "Editor" to reflect singleton nature of object (as compared to JSLint conventions for initial cap constructors);
7. Begin a little JSDoc, clearer grouping of properties/methods; JSLint/clean-up
8. Omit values for lang and iconsize to be successfully auto-detected; 9. Document "save_notice_done" and "export_notice_done" within list of prefs; document "showlayers" and "no_save_warning" as config
10. Add "preventAllURLConfig" and "preventURLContentLoading" config for URL security; 
11. Add "lockExtensions" and "noDefaultExtensions" config for URL behavior re: extension loading
12. Document "showGrid", and new "noStorageOnLoad" and "emptyStorageOnDecline" extension-related config
13. Change setConfig to allow a second object with "overwrite" and "allowInitialUserOverride" properties and to behave accordingly (with URL config acting with overwrite=false to act under lower priority given security concern), along with checking "preventAllURLConfig" and "lockExtensions" config.
14. Remove any dupe extensions
15. Strip all path config from URL setting in addition to extPath (imgPath, langPath, jGraduatePath)
16. Support select+checkbox type dialog (used for storage ext.)
17. Ensure clickSelect is public so can be properly used by ext-connector.js
18. Reinstate 'in' checks just to be safe
19. Fix broken linkControlPoints() and addSubPath() functions
20. Fix problem when position returned by extension object was too high (e.g., if too few other extensions were included).

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2705 eee81c28-f429-11dd-99c0-75d572ba1ddd
2014-02-18 15:06:27 +00:00
..
imagelib JSLint extensions 2014-02-12 09:38:38 +00:00
shapelib Remove dupe keys in JSON 2014-02-12 07:58:46 +00:00
allowedMimeTypes.php Minor clean-up; UTF-8 for SVG 2014-02-02 01:06:25 +00:00
closepath_icons.svg Another tweak to the close_path icons 2010-02-20 16:43:52 +00:00
ext-arrows.js JSLint extensions 2014-02-12 09:38:38 +00:00
ext-closepath.js JSLint extensions 2014-02-12 09:38:38 +00:00
ext-connector.js JSLint extensions 2014-02-12 09:38:38 +00:00
ext-eyedropper.js JSLint extensions 2014-02-12 09:38:38 +00:00
ext-foreignobject.js JSLint extensions 2014-02-12 09:38:38 +00:00
ext-grid.js JSLint extensions 2014-02-12 09:38:38 +00:00
ext-helloworld.js JSLint extensions 2014-02-12 09:38:38 +00:00
ext-imagelib.js Apply changes of mmariani in Github extpath branch (https://github.com/mmariani/svg-edit/compare/extpath ) as reported by birbag in issue 1184 2014-02-12 03:48:48 +00:00
ext-imagelib.xml Fixed some imagelib bugs, added nicer icon, nicer buttons 2010-08-31 20:31:58 +00:00
ext-markers.js Very minor: indent/clean-up 2014-02-17 00:46:57 +00:00
ext-mathjax.js 1. Reference config.js in the editor (and remove encouragement for adding extensions to HTML) but ignore config.js in SVN (let user configure) but supply config-sample.js to indicate config/pref/extension possibilities; 2014-02-18 15:06:27 +00:00
ext-overview_window.js Very minor clean-up 2014-02-16 03:21:15 +00:00
ext-panning.js JSLint extensions 2014-02-12 09:38:38 +00:00
ext-panning.xml Adding Padding extension for tablet/mobile devices 2013-02-07 13:57:55 +00:00
ext-php_savefile.js Apply changes of mmariani in Github extpath branch (https://github.com/mmariani/svg-edit/compare/extpath ) as reported by birbag in issue 1184 2014-02-12 03:48:48 +00:00
ext-polygon.js rmv redundant line 2014-02-17 10:55:20 +00:00
ext-server_moinsave.js JSLint extensions 2014-02-12 09:38:38 +00:00
ext-server_opensave.js JSLint extensions 2014-02-12 09:38:38 +00:00
ext-shapes.js JSLint extensions 2014-02-12 09:38:38 +00:00
ext-shapes.xml Created and included path library extension, based on data by Christian Tzurcanu. Takes care of most of issue 541 2010-07-09 19:09:37 +00:00
ext-star.js JSLint extensions 2014-02-12 09:38:38 +00:00
ext-storage.js 1. Reference config.js in the editor (and remove encouragement for adding extensions to HTML) but ignore config.js in SVN (let user configure) but supply config-sample.js to indicate config/pref/extension possibilities; 2014-02-18 15:06:27 +00:00
ext-webappfind.js Apply changes of mmariani in Github extpath branch (https://github.com/mmariani/svg-edit/compare/extpath ) as reported by birbag in issue 1184 2014-02-12 03:48:48 +00:00
eyedropper-icon.xml Issue 115: First attempt at an eye-dropper extension/tool. Also add color-interpolation-filters attribute to whitelist 2010-03-29 03:22:42 +00:00
eyedropper.png Issue 115: First attempt at an eye-dropper extension/tool. Also add color-interpolation-filters attribute to whitelist 2010-03-29 03:22:42 +00:00
fileopen.php Minor clean-up; UTF-8 for SVG 2014-02-02 01:06:25 +00:00
filesave.php Minor clean-up; UTF-8 for SVG 2014-02-02 01:06:25 +00:00
foreignobject-icons.xml Made extension improvements to svg-editor.js and added foreignObject plugin based on patch by Jaques Distler (disabled by default) 2010-02-16 21:07:13 +00:00
grid-icon.xml Added excellent grid/snapping extension by redou.mine 2010-09-09 12:46:02 +00:00
helloworld-icon.xml Made SVG icons no longer require a viewBox to display properly 2010-03-30 15:28:57 +00:00
markers-icons.xml Added Spanish translation (in progress) by Alicia Puerto, fixed bug where circle icon used circle marker icon 2010-06-08 18:40:13 +00:00
mathjax-icons.xml Adding mathjax extension 2013-04-12 19:25:18 +00:00
polygon-icons.svg Added Star and Polygon Extensions - Looks like Firefox recently broke something and shows mitre ends too long. USed to work great, Chrome is fine. v.2 2013-01-18 18:05:41 +00:00
savefile.php Avoid URL decoding; remove dead code; add encoding to XML Declaration in php_savefile extension 2014-02-01 16:42:46 +00:00
star-icons.svg Added Star and Polygon Extensions - Looks like Firefox recently broke something and shows mitre ends too long. USed to work great, Chrome is fine. v.2 2013-01-18 18:05:41 +00:00
webappfind-icon.svg Add WebAppFind extension and icon (depends on WebAppFind add-on and executables) 2013-10-14 00:10:43 +00:00