Currently, these files are NOT whitelisted and need to be downloaded separately.

CommentFileSizeAuthor
#33 1787976-jquery-missing-files-13.patch703.66 KBkreynen
#32 1787976-jquery-missing-files-12.patch703.67 KBkreynen
#31 1787976-jquery-missing-files-11.patch705.77 KBkreynen
#30 1787976-jquery-missing-files-10.patch705.77 KBkreynen
#29 1787976-updated-fo-4-3-3.patch1014.73 KBkreynen
#28 1787976-updated-fo-4-3-2.patch1013.89 KBkreynen
#27 1787976-updated-fo-4-3.patch1012.27 KBkreynen
#26 1950068-more-js-files.patch29.21 KBkreynen
#25 jquery.validate.patch37.8 KBkreynen
#24 textarearesizer-4.patch3.29 KBkreynen
#23 textarearesizer-3.patch3.29 KBkreynen
#22 1787976-jquery-missing-files-9.patch705.77 KBkreynen
#21 textarearesizer-2.patch3.3 KBkreynen
#20 textarearesizer.patch3.44 KBkreynen
#19 1787976-jquery-missing-files-8.patch709.43 KBkreynen
#18 1787976-jquery-missing-files-7.patch3.48 KBkreynen
#17 1787976-jquery-missing-files-6.patch709.44 KBkreynen
#14 1787976-jquery-missing-files-5.patch979.19 KBkreynen
#13 1787976-jquery-missing-files-4.patch938.73 KBkreynen
#13 1787976-jquery-missing-files-that-fail-to-write.patch40.46 KBkreynen
#12 1787976-jquery-ui-missing-files-3.patch362.24 KBkreynen
#12 1787976-jquery-missing-files-3.patch979.19 KBkreynen
#11 1787976-jquery-ui-missing-files-2.patch362.31 KBkreynen
#11 1787976-jquery-missing-files-2.patch979.5 KBkreynen
#9 1787976-jquery-missing-files.patch983.52 KBkreynen
#9 1787976-jquery-ui-missing-files.patch361.73 KBkreynen
#8 1787976-jquery-development-bundle-2.patch1.31 MBkreynen
#6 1787976-jquery-development-bundle.patch1.18 MBkreynen
#4 1787976-CiviCRM_Missing_JQuery.patch.tgz1.71 MBskessler
#2 1787984-IDSfix.patch.zip529.12 KBskessler
plugins.tar_.gz995.5 KBkreynen
css.tar_.gz457 KBkreynen
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

franskuipers’s picture

I understand the .gz was needed to be able to upload these files.

For the downloaders: this are non-zipped tar files. Untar them with the commands:
tar -xf css.tar_.gz
tar -xf plugins.tar_.gz

skessler’s picture

FileSize
529.12 KB

Patch to test with removing IDS and replacing with correct Civi IDS folder.

skessler’s picture

Please disregard the patch in 2 .

skessler’s picture

This patch is for the Jquery Library

kreynen’s picture

Status: Active » Needs work

I've updated the directory structure of JQuery in the .make...

http://drupalcode.org/project/cm_starterkit_moderate.git/blob/refs/heads...

I think this gets us a little closer to CiviCRM's default structure and will make the patch smaller. Please test.

kreynen’s picture

used the same process to generate this patch. After downloading the jquery-ui into development-bundle directory and leaving the demos, docs, and test directories, the patch is 'only' 1.2MB.

kreynen’s picture

nope... this patch just includes comments about binary file changes. Won't apply with the .make

diff --git a/packages/jquery/css/images/fhbg.gif b/packages/jquery/css/images/fhbg.gif
new file mode 100644
index 0000000..8d459a3
Binary files /dev/null and b/packages/jquery/css/images/fhbg.gif differ
kreynen’s picture

trying patch with --binary option... looks promising. Still 'only' 1.4MB

kreynen’s picture

Breaking the patch up into 2 patches. One adding the jquery/css and jquery/plugins run after jquery. The other adding the files needed in jquery-ui-1.8.16.

kreynen’s picture

Status: Needs work » Needs review

Worked locally. Updated .make. Needs testing after packaging.

kreynen’s picture

Patches work, but files ending up in wrong directories based on where relative location of the patch in the .make. Updating paths.

kreynen’s picture

replaced \ No newline at end of file with new lines in both patches

kreynen’s picture

Some of the files in 1787976-jquery-missing-files-3.patch are being created, but not complete. Not sure if this is because of how the patch was created or how it's being applied by drush during the .make processing. I'm breaking the problem files I've found into another patch to try to isolate the problem.

kreynen’s picture

The issue w/ the missing files was caused by replacing the empty lines w/ +, but failing to adjust the number of lines in the @@ -0,0 +1,31 @@

kreynen’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

kreynen’s picture

Status: Closed (fixed) » Needs review
FileSize
709.44 KB

Removing jstree from patch now that it has been added the whitelist #1886144: Add jsTree to the whitelist

kreynen’s picture

Updated jquery.textresizer part of patch.

kreynen’s picture

still getting an error in the textarearesizer.js part of this patch

kreynen’s picture

FileSize
3.44 KB

Moving textarearesizer into its own patch. Will eventually breakup all the plugins that can't be whitelisted into their own patches.

kreynen’s picture

FileSize
3.3 KB

cleaned up patch

kreynen’s picture

removed textareasizer... other plugins still in single patch

kreynen’s picture

FileSize
3.29 KB

fixed the target directory

kreynen’s picture

FileSize
3.29 KB
kreynen’s picture

FileSize
37.8 KB

moved jquery.validate into its own patch

kreynen’s picture

FileSize
29.21 KB

The larger patch that adds the files needed to be added to jquery-ui-1.9.0

kreynen’s picture

FileSize
1012.27 KB

wrong patch attached last time

kreynen’s picture

FileSize
1013.89 KB

removed spaces that caused the patch to fail

kreynen’s picture

FileSize
1014.73 KB

Adjusting the relative path. Even though this patch is to add files to jquery_ui, it needs to be applied with jquery. The jquery_ui library is downloaded to the development-bundle directory. Running this patch with libraries[jquery_ui] results in jquery/jquery-ui-1.9.0/development-bundle/css. We need jquery/jquery-ui-1.9.0/css

kreynen’s picture

fixed issue with menu.css truncating found in #1861304: Shortcut issue caused by CSS caching

kreynen’s picture

kreynen’s picture

moving jQuery.FormNavigate.js into its own patch #2018177: Javascript Errors on Contribution Widget Configuration

kreynen’s picture

Updated path for some of the css/smoothness/images to jquery-ui-1.9.0 for dashboard.css

kreynen’s picture

Issue summary: View changes
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.