1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88
|
Please note the files found inside this directory are *not* the full
sources for their originating programs (in order to avoid archive
bloat). They are all that's needed to create the minified versions
shipped by Drupal. For further work with them, we include a link to
their download location.
The following missing sources are shipped as part of this package:
farbtastic
----------
A color picker. It is minified to misc/farbtastic/farbtastic.js
Downloaded from:
http://acko.net/blog/farbtastic-jquery-color-picker-plug-in/
http://acko.net/files/farbtastic/farbtastic12.zip
Updated versions available at:
https://github.com/mattfarina/farbtastic
jquery
------
Javascript library to traverse HTML documents, handle elements,
etc. Drupal7 depends on version 1.4.4 of JQuery.
The file shipped in this directory was downloaded from:
http://code.jquery.com/jquery-1.4.4.js
The minified version shipped by Drupal is available from the upstream
authors, at:
http://code.jquery.com/jquery-1.4.4.min.js
jquery-cookie
-------------
Cookie handling plugin for JQuery.
It was added to the Drupal core as a result of this ticket:
https://drupal.org/node/507072
The shipped version is no longer available for download; I found this
probable source at the beginning of its Git repository:
https://github.com/carhartl/jquery-cookie/
https://github.com/carhartl/jquery-cookie.git
Commit ba23ec9 mentions, "imported from jquery svn". Minifying with
yui-compressor, there is a single diff, that stems from line 61 being
added to a previous (and now unavailable) version.
jquery-form
-----------
Upgrade HTML forms to use AJAX.
Version 2.52 was retreived from the development history of the jQuery
Form Plugin. The repository can be found at:
https://github.com/malsup/form/
https://github.com/malsup/form.git
The commit for this version is df9cb10.
jquery-ui
---------
User interface interactions for JQuery. Drupal depends on a specific
version (1.8.7); an updated version is found in Debian as the
libjs-jquery-ui package.
This version was downloaded from:
http://jqueryui.com/resources/download/jquery-ui-1.8.7.zip
jquery-ba-bbq
-------------
Jquery Back Button & Query Library
Downloaded from:
https://raw.githubusercontent.com/cowboy/jquery-bbq/v1.2.1/jquery.ba-bbq.js
Shipped minified version available at:
https://raw.githubusercontent.com/cowboy/jquery-bbq/v1.2.1/jquery.ba-bbq.min.js
|