silverstripe-framework/thirdparty
Ingo Schommer 9cb9a05ec0 API Removed duplicated thirdparty deps
These were originally copied from node_modules via an "npm run thirdparty" task,
in order to have them loadable with oldschool <script> tags.
Since webpack supports CommonJS-style loading, that's no longer required,
we can simply inline those scripts into the bundle.

We need to use imports-loader though, in order to ensure
that "define" is not available in some module scopes,
which triggers AMD behavior that's not compatible with Webpack's loaders.
See http://webpack.github.io/docs/shimming-modules.html

I've had to pin to the exact versions used in the 3.x CMS,
since jquery-upload has introduced an AMD wrapper sometime
between 6.0 and 6.9 (the latest version NPM automatically pulls in).
This AMD wrapper confuses Webpack, since it's trying to resolve the
dependencies contained in it. We could create shims for those instead,
but the easiest way was to simply revert to the versions already used
before the Webpack migration (since the newer versions in node_modules
were never actually copied into thirdparty, they weren't used before).
2016-09-15 22:19:12 +12:00
..
difflib API Namespace all classes 2016-09-08 10:23:17 +12:00
HTML_BBCodeParser2 API Namespace all classes 2016-09-08 10:23:17 +12:00
jasmine MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
jasmine-ajax BUGFIX Passing through ignoreMethodDoesntExist parameter in jasmine.js, so we can use it in jasmine-ajax and avoid "xhr has already been spied upon" errors when executing tests through JSTestDriver (submitted patch to both projects) 2011-03-22 18:05:43 +13:00
jasmine-dom MINOR Removed useless .DS_Store files 2012-03-20 20:41:10 +13:00
jasmine-jquery MINOR Added sapphire/thirdparty/jasmine for javascript testing 2011-03-22 17:59:36 +13:00
jasmine-jstd-adapter MINOR Removing executable flag from all files (thanks miiihi) 2011-09-18 22:04:02 +02:00
jquery MINOR Upgrade jQuery dependency to 1.7.2 2012-05-10 16:21:11 +12:00
jquery-changetracker Implement RFC-7 JavaScript module loader 2016-01-26 11:39:20 +13:00
jquery-cookie BUGFIX: Fix thirdparty library jquery-cookie referencing $ outside a closure, which wont work in noConflict mode 2012-06-15 01:16:49 +02:00
jquery-entwine Implement RFC-7 JavaScript module loader 2016-01-26 11:39:20 +13:00
jquery-form MINOR Updated jquery.form.js plugin, and re-added it to standard includes (its handy for clearing out forms, and consistently getting form field values) 2012-03-02 13:42:15 +01:00
jquery-ondemand Implement RFC-7 JavaScript module loader 2016-01-26 11:39:20 +13:00
jquery-query ENHANCEMENT $('.cms-preview').block()/unblock() for blocking preview window when unavailable. Fixed duplicate addition of GET parameters in preview with new jQuery.query library for parameter parsing. 2011-08-12 14:28:22 +02:00
jquery-ui Added italian localization to jqueryui datepicker 2016-05-10 15:04:28 +02:00
jquery-ui-themes/smoothness Upgraded jQuery UI from 1.9.1 to 1.9.2 (fixes #8062) 2012-12-04 16:05:48 +01:00
jsmin MINOR Add newline to end of files without one 2012-04-15 10:50:19 +12:00
jstree BUG jquery.jstree patched to improve drag-and-drop handling (fixes #4881) 2016-01-03 23:20:22 +01:00
php-peg MINOR: PHP-PEG is now triple licensed under BSD, MPL and GPL by request 2012-04-13 15:33:12 +12:00
simpletest MINOR: Whitespace fixes in SimpleTest. 2016-03-22 17:39:08 +13:00
tinymce Giving composer more responsibility over autoloading (#5572) 2016-05-24 08:40:05 +12:00
tinymce-spellchecker FIX: Avoid PHP 5.6 deprecation with access to HTTP_RAW_POST_DATA. Fixed #4511 2015-08-19 16:02:19 +12:00
Zend Removed Zend/Log. 2015-08-28 15:46:40 +12:00
zend_translate_railsyaml ENHANCEMENT: change those harded-coded 'sapphire' to 'framework' either in javascript code or inline document, or a <a> href propty. 2012-10-05 17:00:39 +13:00
_manifest_exclude Made all sapphire/thirdparty classes _manifest_exclude'd 2008-08-17 01:08:10 +00:00