Commit Graph

83 Commits

Author SHA1 Message Date
rMalie
15614d2747 // Rename correctly all hooks 2012-01-02 15:52:40 +00:00
rMalie
d9e0f26e7c // Refactoring of Hook class 2012-01-02 14:42:05 +00:00
rMalie
ba57fd5988 // Remove cleanPositions() in modules when a hook module is added (since the hook module go in last position, we don't need to recalculate all positions) -> greatly improve module installation phase in new installer 2011-12-30 10:58:25 +00:00
vSchoener
d759de9ec8 [-] BO : Fixed bug #PSFV-276. Translates work with module tab 2011-12-29 14:45:59 +00:00
fSerny
1bf09ed011 [-] BO : AdminModule now sort modules by alphabetical order 2011-12-28 10:19:36 +00:00
rMalie
3d80ef0ccf [+] MO: Add Module controller, Cheque and Bankwire modules use it 2011-12-22 16:31:03 +00:00
fSerny
ca6ffa1f69 [-] PROJECT : Fixing register hook retrocompatibility 2011-12-22 14:47:48 +00:00
fSerny
6119f715ba [*] BO : Addons modules are now downloaded and installed at the same time (when you click on install button) 2011-12-22 09:40:29 +00:00
fSerny
185a2c696e [*] BO : Native modules are now downloadable without login on addons 2011-12-21 17:24:59 +00:00
vSchoener
ec91bddf13 // Add the version of the module in database during the install 2011-12-21 15:05:49 +00:00
jBreux
e3724d958b // Fix writable test of config.xml file 2011-12-21 14:00:36 +00:00
fSerny
157cb47a48 [-] PROJECT : Moving xml files to xml directory 2011-12-20 17:37:14 +00:00
vSchoener
9db4d0aa45 // Add module upgrader 2011-12-19 17:54:54 +00:00
fSerny
f61d6f4e8d // Adding an error message in class Module 2011-12-16 10:57:50 +00:00
fSerny
c2463565ae [-] PROJECT : Cleaning Class Module 2011-12-16 10:52:45 +00:00
fSerny
c2fea7ba5c [-] PROJECT : Modules now handle PrestaShop version compliancy and dependencies check 2011-12-15 20:11:43 +00:00
fSerny
e0beae2489 [-] PROJECT : Class Hook cleaned 2011-12-13 17:28:13 +00:00
vChabot
8333d4f252 // removing group_module_restriction table to set every restrictions in an only table : module_group 2011-12-05 16:17:42 +00:00
rMalie
fe1a029637 // Fix table / identifier for Module class 2011-12-05 15:35:21 +00:00
rMalie
1699ae2f34 // Remove Module->templateAssign() from modules (use $this->smarty->assign() instead) 2011-12-05 14:04:35 +00:00
rMalie
b59ddba454 // Remove $table and $identifier property from all classes, and add static $definition instead 2011-12-05 13:56:03 +00:00
fSerny
982e305374 [-] PROJECT : isHookableOn function is now retrocompatible with old hook 2011-12-05 12:56:43 +00:00
rMalie
abc7750630 [*] MO: remove all static call of Module::display() method. Use it as a method on a Module instance. 2011-11-28 10:04:41 +00:00
rMalie
fe3148fb80 // Log edited, this modification on Module::displayTemplate was reverted in a better one 2011-11-25 16:09:13 +00:00
rMalie
929ba7ebc1 [*] Classes: modules templates are now executed in a local space
// Remove Gender::getStaticImage()
2011-11-25 16:02:20 +00:00
fSerny
b87edfec75 [-] BO : AdminModule Addons Icon now appear in AutoComplete Search 2011-11-23 13:49:15 +00:00
lLefevre
3138ff1e9d // Fix bug in AdminPaymentController && added toolbar 2011-11-23 13:21:39 +00:00
fSerny
db97886289 [-] BO : AdminModules fix on Addons Connection 2011-11-23 11:31:39 +00:00
fSerny
2670773901 [-] BO : AdminModules - Fix on GetModulesOnDisk and general ergonomy 2011-11-22 14:53:58 +00:00
fSerny
9971f3d626 // Fix on Module Class 2011-11-21 23:21:49 +00:00
fSerny
185e2512d1 [*] BO : Admin Modules now works in Ajax :) 2011-11-21 21:44:52 +00:00
fSerny
24a1ee168c [*] BO : New module interface tab now connected to PrestaShop Addons 2011-11-21 17:11:01 +00:00
rMalie
201cb34a4d // Some fix on objectModel children classes (fields not valid, etc.) 2011-11-09 12:16:37 +00:00
fSerny
bd14ab595a // Fix on Module API for retrocompatibility 2011-11-02 12:42:48 +00:00
fSerny
d5e265f75e [*] PROJECT : New Module API (part 1) 2011-11-02 10:49:01 +00:00
mMarinetti
48d169c45a // die2Exception 2011-10-28 08:49:21 +00:00
rMalie
98b0be7338 // Little fix 2011-10-24 15:47:09 +00:00
rMalie
e6f45e54a6 // Replace shop->sqlAsso(), shop->sqlLang() and shop->sqlRestriction() with shop->addSqlAssociation(), shop->addSqlRestrictionOnLang() and shop->addSqlRestriction() 2011-10-17 09:46:08 +00:00
rMalie
172efaabd7 [-] MO: fix blocktopmenu install 2011-10-11 11:28:31 +00:00
rMalie
9510337b1d // Remove bad _SQL_USE_SLAVE_ uses + normalize Db->executeS(), Db->execute() and Db->numRows() names 2011-10-10 12:18:56 +00:00
vChabot
b676a8cd67 // little fix 2011-10-07 12:31:58 +00:00
vChabot
ddb93a1f7d [*] BO : Modules can now be authorized or not by client group 2011-10-06 15:22:25 +00:00
rMalie
bbc6c6bdc4 // Merge -> revision 9061 2011-10-05 15:21:55 +00:00
rMalie
468306a3ca // Merge -> revision 8952 2011-10-03 09:14:01 +00:00
vAugagneur
d625f4cd6c //small fix 2011-10-03 08:35:50 +00:00
rMalie
dc957d3d3a // Rename Module->smartyAssign to Module->templateAssign
[+] Front: Add module controller + url dispatch for modules
2011-09-23 13:50:33 +00:00
rMalie
2180359342 // Merge -> revision 8720 2011-09-22 15:45:10 +00:00
rMalie
668a8d333c [+] MO: Add Module->smartyAssign method, in order to assign variables with module name as prefix in module's templates 2011-09-22 12:05:49 +00:00
aFolletete
48f666d29d [*] Project : Version 2 of Smarty has been removed for using only version 3 2011-09-14 13:27:32 +00:00
rMalie
dc0acaf026 // Merge -> revision 8123 2011-08-19 14:27:41 +00:00