Commit Graph

44 Commits

Author SHA1 Message Date
makk1ntosh d0ef8cca8f Added ui.button as dependency of ui.dialog
While developing my own module, i've upgraded installation to latest version of PS and impacted a bug:

$('#something').dialog({...}); caused an error: t().button is not a function.



In my php code i had this:
$this->context->controller->addJqueryUI('ui.dialog');

i found that it doesn't load ui.button dependency.

Added 'ui.button' to classes/Media.php at the end of ui.dialog dependencies and all worked fine.
2013-09-13 08:02:47 -07:00
Vincent Augagneur 0a4264c947 [-] BO : fixed bug when try to add jquery from ajax.googleapis.com in BO 2013-08-26 16:31:50 +02:00
Damien Metzger 750f374036 // error log only in dev mode for pcre backtrack limit #PSCFV-9012 2013-08-20 16:40:17 +02:00
Vincent Augagneur 258d381083 [-] BO fixed bug #PSCFV-9663 - .live() method is deprecated on 1.7 jquery and it is not present into the 1.9 2013-08-20 11:11:21 +02:00
gRoussac 2ea0dc7749 [*] CORE : Allow external css loading, manual merge of https://github.com/PrestaShop/PrestaShop/pull/406 thanks @m-hume 2013-08-05 14:26:07 +02:00
Gregory Roussac f6ef6f5d0e Merge pull request #572 from PrestaEdit/patch-47
[-] Class : Media / Correct jquery_ui_dependencies fileName
2013-07-15 07:41:07 -07:00
gRoussac 01bad90b29 // Welcome 2013 2013-07-15 16:36:54 +02:00
PrestaEdit 4b8a756add [-] Class: Media / Correct jquery_ui_dependencies fileName
Even if not used...
2013-07-15 16:34:51 +02:00
François Gaillard 138c225845 Merge branch 'release' of https://github.com/PrestaShop/PrestaShop into release 2013-03-14 17:01:55 +01:00
François Gaillard ad7c73348d Revert "[-] FO : Bug fix : JS Minifier replaced with Google Closure Compiler"
This reverts commit da77ce1029.
2013-03-14 17:01:16 +01:00
gRoussac d3324ef6e8 // again remove additional \t 2013-03-14 16:58:28 +01:00
gRoussac df90cab2db [-] FO : Fix bug #PSCFV-6595, fancybox images for IE and AlphaImageLoader 2013-03-14 16:53:26 +01:00
François Gaillard da77ce1029 [-] FO : Bug fix : JS Minifier replaced with Google Closure Compiler 2013-03-14 16:37:22 +01:00
Rémi Gaillard 2011cdb735 [-] FO: Fix #PSCFV-7850 sometimes minify_html lib was returned nothing... 2013-02-28 17:54:51 +01:00
Damien Metzger dc5526c84c [-] Catch JSMin exception and return uncompressed js #PSCFV-7686 #PSCFV-5785 2013-02-13 15:16:17 +01:00
Burhan 233b579ff6 [-] Fixed a typo for ui.droppable dependencies 2013-02-03 23:49:19 +02:00
François Gaillard 064ba453e6 // Welcome 2013 2013-01-04 11:19:03 +01:00
vAugagneur 2e90e12293 //Merge branch release 2013-01-02 09:56:20 +01:00
vAugagneur 6ff4fe73d7 //small fix 2012-12-20 15:49:45 +01:00
Damien Metzger 122c3e5a86 [-] FO : fixed CSS compression when using inline images #PSCFV-5326 2012-12-18 11:15:18 +01:00
vAugagneur ed836e081c //remove PS_HIGH_HTML_THEME_COMPRESSION and all code related to this option 2012-12-12 14:37:15 +01:00
vAugagneur 049caca3b7 [-] CORE : fixed some bad include of jquery plugin 2012-11-23 16:35:57 +01:00
vAugagneur a25fa92e2e [-] CORE : fixed bug #PSCFV-5572 - getJqueryPluginCSSPath method does not pass folder argument 2012-11-23 16:00:17 +01:00
vAugagneur a1db83ef41 //remove svn keyword @version Release: $ 2012-11-22 11:57:40 +01:00
Rémi Gaillard 3e2de4986b [-] FO: Fix: many fixes - domain for cookies with different url for ssl / add to cart button for minimal quantities with product attributes 2012-11-20 19:05:21 +01:00
Vincent Augagneur 91a4a4955e [-] CORE : fixed bug #PSCFV-5400 - jquery.ui.core.css is never used 2012-11-19 18:23:21 +01:00
lLefevre 779cf350af // Revert Revision 17884 : #PSCFV-5017 : update bad licenses in all files 2012-10-17 09:29:43 +00:00
lLefevre 046b51ab99 // #PSCFV-5017 : update bad licenses in all files 2012-10-17 06:18:59 +00:00
dMetzger be1d04c0f1 // Fixed JS and CSS path on admin when redirect from login 2012-10-02 08:33:24 +00:00
dMetzger 0f12f57714 // Back office is now always accessible even with a wrong base uri 2012-09-21 08:57:58 +00:00
dMetzger d54d31463c // Opti 2012-08-29 14:22:23 +00:00
rGaillard 0a1e9d2124 // Performance optimizations 2012-06-14 14:11:11 +00:00
rMalie 14e6929565 // Welcome 2012² 2012-02-23 16:33:10 +00:00
rMalie 323bd0e4db // Normalize 2012-01-24 16:24:01 +00:00
rMalie 3a7325c75e [-] Classes : all classes and controllers now use their name in static calls instead of self (improve override) #PSFV-376 2012-01-19 10:14:10 +00:00
vAugagneur 25c64d5fd1 [-] Classes : fixed noConflict jquery bug //thanks raph 2012-01-19 09:17:08 +00:00
rMalie c24ddde577 // Fix CCC cache for CSS files with @import lines 2011-12-28 16:04:07 +00:00
mDeflotte b726023488 // Now blocklayered work with PS1.5 and 1.4
// Adding some improvement to the blocklayered : Filters are now customizable (checkbox, radio, ...)
2011-11-29 18:03:21 +00:00
vChabot 9b614ad6a4 // fix bug from 1.4 2011-11-22 14:59:30 +00:00
vAugagneur e6ea6e7877 //small fix 2011-10-06 14:52:02 +00:00
vAugagneur 5db4ba7b45 [*] Classes : addJqueryUI automaticaly add css 2011-10-06 09:51:37 +00:00
vAugagneur 9ad9d0781e [+] Classes : Media::getJqueryPluginPath() - added new parameter $folder 2011-10-05 09:01:19 +00:00
vAugagneur 0b84495eef [-] Classes : fixed small bug on CCC 2011-10-03 08:22:33 +00:00
vAugagneur e8901103e3 [+] Classes : added new class Media => It contains all the method related to media like CSS, JS
[+] Classes : added new method Media::addJquery(), Media::addJqueryUI(), Media::addJqueryPlugin()
[~] Deprecated : All method related to CCC has been moved in class Media
2011-09-30 13:01:10 +00:00