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
|
# Symlinks to replace embedded libraries
# TinyMCE is too old in Squeeze
#replace usr/share/tinymce/www usr/share/wordpress/wp-includes/js/tinymce
# Scriptaculous
replace usr/share/javascript/scriptaculous usr/share/wordpress/wp-includes/js/scriptaculous
# PHPmailer
replace usr/share/php/libphp-phpmailer/class.phpmailer.php usr/share/wordpress/wp-includes/class-phpmailer.php
replace usr/share/php/libphp-phpmailer/class.smtp.php usr/share/wordpress/wp-includes/class-smtp.php
# Prototype
replace usr/share/javascript/prototype/prototype.js usr/share/wordpress/wp-includes/js/prototype.js
# Snoopy
replace usr/share/php/libphp-snoopy/Snoopy.class.php usr/share/wordpress/wp-includes/class-snoopy.php
# Simplepie
# Use the embedded copy until #669054 is resolved
# replace usr/share/php/simplepie/simplepie.inc usr/share/wordpress/wp-includes/class-simplepie.php
# cropper
replace usr/share/javascript/cropper usr/share/wordpress/wp-includes/js/crop
# Jquery (why do they have to rename so much?)
#deduplicate usr/share/javascript/jquery/jquery.js usr/share/wordpress/wp-includes/js/jquery/jquery.js
#deduplicate usr/share/javascript/jquery-form/jquery.form.min.js usr/share/wordpress/wp-includes/js/jquery/jquery.form.js
#deduplicate usr/share/javascript/jquery-form/jquery.form.js usr/share/wordpress/wp-includes/js/jquery/jquery.form.dev.js
deduplicate usr/share/javascript/jquery-ui/ui/jquery.ui.button.js usr/share/wordpress/wp-includes/js/jquery/ui.button.js
deduplicate usr/share/javascript/jquery-ui/ui/jquery.ui.core.js usr/share/wordpress/wp-includes/js/jquery/ui.core.js
deduplicate usr/share/javascript/jquery-ui/ui/jquery.ui.dialog.js usr/share/wordpress/wp-includes/js/jquery/ui.dialog.js
deduplicate usr/share/javascript/jquery-ui/ui/jquery.ui.draggable.js usr/share/wordpress/wp-includes/js/jquery/ui.draggable.js
deduplicate usr/share/javascript/jquery-ui/ui/jquery.ui.droppable.js usr/share/wordpress/wp-includes/js/jquery/ui.droppable.js
deduplicate usr/share/javascript/jquery-ui/ui/jquery.ui.mouse.js usr/share/wordpress/wp-includes/js/jquery/ui.mouse.js
deduplicate usr/share/javascript/jquery-ui/ui/jquery.ui.position.js usr/share/wordpress/wp-includes/js/jquery/ui.position.js
deduplicate usr/share/javascript/jquery-ui/ui/jquery.ui.resizable.js usr/share/wordpress/wp-includes/js/jquery/ui.resizable.js
deduplicate usr/share/javascript/jquery-ui/ui/jquery.ui.selectable.js usr/share/wordpress/wp-includes/js/jquery/ui.selectable.js
deduplicate usr/share/javascript/jquery-ui/ui/jquery.ui.sortable.js usr/share/wordpress/wp-includes/js/jquery/ui.sortable.js
deduplicate usr/share/javascript/jquery-ui/ui/jquery.ui.tabs.js usr/share/wordpress/wp-includes/js/jquery/ui.tabs.js
deduplicate usr/share/javascript/jquery-ui/ui/jquery.ui.widget.js usr/share/wordpress/wp-includes/js/jquery/ui.widget.js
|