Commit Graph

257 Commits

Author SHA1 Message Date
Rémi Gaillard
a9684804d5 [*] Core: you can now pass a query string with php-cli which will merged with for cronjobs and other things 2013-05-15 14:46:40 +02:00
Damien Metzger
f878e3c721 [-] BO : fixed turkish characters replacement #PSCFV-8968 2013-05-07 14:09:28 +02:00
Dragan Skrbic
d00ccdf306 // Fixed image import 2013-04-29 18:07:42 +02:00
Damien Metzger
989b19d94a [-] BO : fixed image import with allow_url_fopen deactivated #PSCFV-8181 2013-04-29 17:45:45 +02:00
François Gaillard
6106066ef1 // Release branch merged 2013-04-25 17:00:56 +02:00
Rémi Gaillard
eb7cf3dbbb // delete char 2013-04-25 14:20:27 +02:00
Rémi Gaillard
e827d3355d [-] BO: Fix htaccess generation for subfolders installation 2013-04-25 11:04:48 +02:00
François Gaillard
f1e34c20b8 Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development 2013-04-23 11:39:14 +02:00
vAugagneur
da4c87d9ba [-] CORE : fixed bug #PSCFV-8787 - URL Rewriting remove accent 2013-04-19 11:07:59 +02:00
François Gaillard
b6d9c89b99 Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development 2013-04-18 18:23:18 +02:00
Rémi Gaillard
5edfd03068 // don't try to clear smarty cache if smarty is not defined 2013-04-18 14:06:49 +02:00
François Gaillard
768eb473e4 Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development 2013-04-18 12:09:47 +02:00
Rémi Gaillard
f83b91ae51 // Fix smarty cache after modules translation update 2013-04-17 14:44:20 +02:00
Rémi Gaillard
8c5143de9e [-] Installer: installer now work even if no settings.inc.php file is created with an installer session already here 2013-04-16 12:01:04 +02:00
François Gaillard
1ae6507973 Merge branch 'development' of https://github.com/PrestaShop/PrestaShop into development 2013-04-11 10:28:49 +02:00
François Gaillard
8125a2e5b4 // Fixed Tools::jsonEncode() on Tools.php 2013-04-11 10:28:38 +02:00
Rémi Gaillard
90878d8a80 [-] FO: Fix htaccess generation when disable mod_security is selected #PSCFV-8675 2013-04-08 11:35:08 +02:00
Rémi Gaillard
0a466d8c5d [-] BO: Fix the Htaccess rewriting generation when one shop has the rewriting enabled and the last one on the same domain not 2013-04-03 14:43:17 +02:00
Rémi Gaillard
1f3f53607d // Fix installer when safe_mode is enabled 2013-03-21 10:56:26 +01:00
vAugagneur
04c3b54c38 // remove themeinstallator from install modules list, now install from addons 2013-03-20 11:25:45 +01:00
vAugagneur
b70497189d [+] INSTALLER : added modules install from addons 2013-03-20 11:04:48 +01:00
gRoussac
66239416ec // remove additionnal \t 2013-03-14 16:55:06 +01:00
gRoussac
df90cab2db [-] FO : Fix bug #PSCFV-6595, fancybox images for IE and AlphaImageLoader 2013-03-14 16:53:26 +01:00
Rémi Gaillard
427f12f4a1 // uncomment trigger_error on Tools::throwDeprecated 2013-03-11 14:15:22 +01:00
Damien Metzger
fd68d3b3d5 // Installer can be translated at /install-dev/dev/translate.php 2013-02-27 14:53:51 +01:00
gRoussac
98527ce83c [*] CORE: Dissasemble CURLOPT_CONNECTTIMEOUT and CURLOPT_TIMEOUT in Tools::file_get_contents 2013-02-26 19:24:07 +01:00
Rémi Gaillard
ee86c520fb // small fix 2013-02-20 16:24:51 +01:00
gRoussac
477b0f8b1c [-] CORE : do not verify ssl certificate when using CURL 2013-02-20 14:26:16 +01:00
Damien Metzger
849c2da9eb [*] BO : the option for accented URLs is now available in the backend 2013-02-14 09:15:01 +01:00
Damien Metzger
0986c1f594 // mod_filter is required with mod_deflate from apache 2.4 2013-02-13 14:46:34 +01:00
Rémi Gaillard
887092d292 [*] BO: Add an option to htaccess generator to disable mod_security (some rules reject ajax file upload) 2013-02-12 11:35:10 +01:00
Rémi Gaillard
a565e08bc0 [-] BO: Fix #PSCFV-7523 htaccess generation for SSL domain 2013-01-30 11:29:59 +01:00
Rémi Gaillard
e66af26392 // Tools::simplexml_load_file now use curl if allow_url_fopen is disabled 2013-01-29 10:13:34 +01:00
Rémi Gaillard
1c7f846190 // Tools::file_get_contents load with file_get_content for local paths 2013-01-28 19:01:54 +01:00
Rémi Gaillard
dfb39b8f15 [-] Core: Fix Tools::file_get_contents for post and curl 2013-01-28 18:51:02 +01:00
Vincent Augagneur
8f711169c7 Merge pull request #229 from PrestaEdit/patch-18
[*] Class Tools: enhance fd method
2013-01-28 01:29:43 -08:00
Gregory Roussac
b2a10179be //fix warnings 2013-01-25 01:00:38 +01:00
PrestaEdit
9ceb2ab6e9 [*] Class Tools: enhance fd method
Add the posibilities to set an error, warning, info or assert.

Usage:
Tools::fd('test');
		Tools::fd('test', 'debug');
		Tools::fd('test', 'info');
		Tools::fd('test', 'warn');
		Tools::fd('test', 'error');
		Tools::fd('test', 'assert');
2013-01-24 20:12:38 +01:00
Rémi Gaillard
a4997405dc // opti 2013-01-15 18:56:42 +01:00
Damien Metzger
d450a259c4 // Fixed typo 2013-01-15 18:36:49 +01:00
Rémi Gaillard
cd89916a20 [*] MO: Add smarty cache on some modules 2013-01-07 17:09:36 +01:00
François Gaillard
064ba453e6 // Welcome 2013 2013-01-04 11:19:03 +01:00
vAugagneur
d10bf0620a Merge branch 'release' of https://github.com/PrestaShop/PrestaShop into release 2012-12-28 10:23:52 +01:00
vAugagneur
aae9aa82c4 //added methode to write default content in index.php file && added check in translation pack import 2012-12-28 10:18:14 +01:00
Damien Metzger
1dde9b6f2a // Fixed deleteDirectory function (is_dir is cached and must not be used, because use the result of scandir) 2012-12-28 09:47:09 +01:00
Rémi Gaillard
06177fea69 // small fix 2012-11-26 19:14:06 +01:00
Rémi Gaillard
809595becf // small fix some $ was missing :] 2012-11-26 19:12:53 +01:00
Vincent Augagneur
e46622e245 //clean Tools::clearCache() thanks to @alexsegura 2012-11-26 15:58:03 +01:00
Vincent Augagneur
db8715c62f [-] BO : fixed bug #PSCFV-5838 Advanced Parameters - E-mail - Custom SMTP does not work if the password contains symbols '<' or '>' 2012-11-26 10:45:32 +01:00
vAugagneur
a1db83ef41 //remove svn keyword @version Release: $ 2012-11-22 11:57:40 +01:00