Commit Graph

297 Commits

Author SHA1 Message Date
mMarinetti
1c288bf01d // Welcome 2012 2012-02-22 09:28:22 +00:00
mMarinetti
677a4e485c // Welcome 2012 2012-02-22 09:28:22 +00:00
fSerny
772f2cae78 [-] BO : AdminModules refresh native modules xml list if it's empty 2012-02-16 10:10:34 +00:00
fSerny
c4c2470467 [-] BO : AdminModules refresh native modules xml list if it's empty 2012-02-16 10:10:34 +00:00
fSerny
b308fc2e00 [-] BO : AdminModule replacing cURL by file_get_content with POST stream_context 2012-01-26 10:44:36 +00:00
fSerny
58fdf20ac3 [-] BO : AdminModule replacing cURL by file_get_content with POST stream_context 2012-01-26 10:44:36 +00:00
rMalie
8836b9e392 // Normalize 2012-01-25 17:26:04 +00:00
rMalie
33faa2bb1d // Normalize 2012-01-25 17:26:04 +00:00
fSerny
44389bb4c3 [+] BO : AdminModules Preferences 2012-01-24 15:39:10 +00:00
fSerny
48cb2f5dc5 [+] BO : AdminModules Preferences 2012-01-24 15:39:10 +00:00
fSerny
5a95d80063 [+] BO : Adding warnings when merchant does not enable the configurations needed to use modules API 2012-01-19 14:50:09 +00:00
fSerny
6e7cfff962 [+] BO : Adding warnings when merchant does not enable the configurations needed to use modules API 2012-01-19 14:50:09 +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
rMalie
eee9b353c1 [-] 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
fSerny
f06376b661 [-] BO : Modules search now works even when filters are enabled 2012-01-12 09:51:45 +00:00
fSerny
1e6c73a7cc [-] BO : Modules search now works even when filters are enabled 2012-01-12 09:51:45 +00:00
fSerny
053491179a [+] BO : Adding e-mailing module category 2012-01-11 09:00:57 +00:00
fSerny
30cbe4f4bc [+] BO : Adding e-mailing module category 2012-01-11 09:00:57 +00:00
tDidierjean
8a757aaa9c // Refactor AdminController::_errors to errors 2012-01-11 08:58:12 +00:00
tDidierjean
88b3c8f9e7 // Refactor AdminController::_errors to errors 2012-01-11 08:58:12 +00:00
fSerny
b04856e0c1 // Little fix on ajax filter request 2012-01-11 08:35:33 +00:00
fSerny
a1a8c24d4a // Little fix on ajax filter request 2012-01-11 08:35:33 +00:00
fSerny
9d4dac5363 [-] BO : Modules list automatic refresh when BO connect to Addons - Bug fixed #PSTEST-367 2012-01-10 16:55:14 +00:00
fSerny
ca2935a8dd [-] BO : Modules list automatic refresh when BO connect to Addons - Bug fixed #PSTEST-367 2012-01-10 16:55:14 +00:00
fSerny
401837bc6f [-] BO : Modules search works with all modules even when a filter is enabled 2012-01-09 17:45:36 +00:00
fSerny
d796cef24c [-] BO : Modules search works with all modules even when a filter is enabled 2012-01-09 17:45:36 +00:00
fSerny
d284d51798 [-] BO : Fix on api call for paid module 2012-01-09 10:00:30 +00:00
fSerny
3a2b214225 [-] BO : Fix on api call for paid module 2012-01-09 10:00:30 +00:00
fSerny
a9ed8e8524 [-] BO : Admin Module now use curl and post values for addons API 2012-01-05 17:22:07 +00:00
fSerny
1e6512252a [-] BO : Admin Module now use curl and post values for addons API 2012-01-05 17:22:07 +00:00
rMalie
4b17d64cf7 // Fix PrestaShopException typo 2012-01-04 13:53:19 +00:00
rMalie
e28d3ce80f // Fix PrestaShopException typo 2012-01-04 13:53:19 +00:00
sThiebaut
e7ee8aaf20 // clean code 2011-12-30 10:33:02 +00:00
sThiebaut
a0b35cfda5 // clean code 2011-12-30 10:33:02 +00:00
sThiebaut
aecf5ea432 [-] BO : fixed undefined variable in AdminModulesController 2011-12-30 10:28:49 +00:00
sThiebaut
5db294b7ed [-] BO : fixed undefined variable in AdminModulesController 2011-12-30 10:28:49 +00:00
rGaillard
de584ee4a1 // Move backoffice templates and media 2011-12-29 16:01:49 +00:00
rGaillard
3a4bfd3a6c // Move backoffice templates and media 2011-12-29 16:01:49 +00:00
fSerny
bc470305b2 [-] BO : AdminModule now sort modules by alphabetical order 2011-12-28 10:19:36 +00:00
fSerny
1bf09ed011 [-] BO : AdminModule now sort modules by alphabetical order 2011-12-28 10:19:36 +00:00
fSerny
74e2d3f117 [-] BO : When we are in module configuration, all modules are not loaded 2011-12-27 16:01:55 +00:00
fSerny
33d899e069 [-] BO : When we are in module configuration, all modules are not loaded 2011-12-27 16:01:55 +00:00
mBertholino
06031bfb59 [-] BO : retrocompatibility with adminModuleController 1.4 => 1.5. Some modules use $_GET['tab'],
on 1.5, those modules don't work because $_GET['tab'] doesn't exist. Now they work in the 1.5 even when they use $_GET['tab']
2011-12-26 17:08:59 +00:00
mBertholino
12d1ad9e94 [-] BO : retrocompatibility with adminModuleController 1.4 => 1.5. Some modules use $_GET['tab'],
on 1.5, those modules don't work because $_GET['tab'] doesn't exist. Now they work in the 1.5 even when they use $_GET['tab']
2011-12-26 17:08:59 +00:00
fSerny
38216584a9 // Little fix on AdminModulesController 2011-12-22 23:59:04 +00:00
fSerny
34a5cf77da // Little fix on AdminModulesController 2011-12-22 23:59:04 +00:00
fSerny
e8fd399b72 [-] BO : Admin Modules now handle simple http request for download (for server which do not handle ssl connection) 2011-12-22 20:47:17 +00:00
fSerny
e49a3ca81d [-] BO : Admin Modules now handle simple http request for download (for server which do not handle ssl connection) 2011-12-22 20:47:17 +00:00
fSerny
d7085cce80 [-] BO : You can now download native modules even when you logged on Addons 2011-12-22 18:11:37 +00:00
fSerny
27e925b53e [-] BO : You can now download native modules even when you logged on Addons 2011-12-22 18:11:37 +00:00