Commit Graph

92 Commits

Author SHA1 Message Date
rMalie
323bd0e4db // Normalize 2012-01-24 16:24:01 +00:00
mMarinetti
244d88c7cc // throw error if problem in database integrity 2012-01-24 15:09:56 +00:00
rMalie
587a927e76 [*] Classes : Db::autoExecute() call are now replaced by Db::insert() or Db::update() 2012-01-23 17:41:02 +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
aFolletete
d11137d20a // fixed little bug on Module class 2012-01-18 16:46:45 +00:00
lLefevre
557e76ea71 [-] BO : delete id_theme in Image Type 2012-01-09 16:04:34 +00:00
fSerny
a9ed8e8524 [-] 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
François Gaillard
6f1c39a506 [-] Classes : #PSCFI-4569 : BugFix : Get module instance by name fixed 2012-01-03 09:31:19 +00:00
rMalie
a776684f13 // Rename correctly all hooks 2012-01-02 15:52:40 +00:00
rMalie
3e98ba04d8 // Refactoring of Hook class 2012-01-02 14:42:05 +00:00
rMalie
cc3e8fd01f // 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
ba647fa02d [-] BO : Fixed bug #PSFV-276. Translates work with module tab 2011-12-29 14:45:59 +00:00
fSerny
bc470305b2 [-] BO : AdminModule now sort modules by alphabetical order 2011-12-28 10:19:36 +00:00
rMalie
eefa793840 [+] MO: Add Module controller, Cheque and Bankwire modules use it 2011-12-22 16:31:03 +00:00
fSerny
3147a78efc [-] PROJECT : Fixing register hook retrocompatibility 2011-12-22 14:47:48 +00:00
fSerny
607d6f391e [*] 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
443dccef20 [*] BO : Native modules are now downloadable without login on addons 2011-12-21 17:24:59 +00:00
vSchoener
50c0ffb3f3 // Add the version of the module in database during the install 2011-12-21 15:05:49 +00:00
jBreux
d7e69ae652 // Fix writable test of config.xml file 2011-12-21 14:00:36 +00:00
fSerny
ba54a1b93d [-] PROJECT : Moving xml files to xml directory 2011-12-20 17:37:14 +00:00
vSchoener
e97baff814 // Add module upgrader 2011-12-19 17:54:54 +00:00
fSerny
6e3da1b627 // Adding an error message in class Module 2011-12-16 10:57:50 +00:00
fSerny
d9b3add356 [-] PROJECT : Cleaning Class Module 2011-12-16 10:52:45 +00:00
fSerny
9249aac8d5 [-] PROJECT : Modules now handle PrestaShop version compliancy and dependencies check 2011-12-15 20:11:43 +00:00
fSerny
76529685f4 [-] PROJECT : Class Hook cleaned 2011-12-13 17:28:13 +00:00
vChabot
635e4f6ae3 // removing group_module_restriction table to set every restrictions in an only table : module_group 2011-12-05 16:17:42 +00:00
rMalie
3efaa6c4e4 // Fix table / identifier for Module class 2011-12-05 15:35:21 +00:00
rMalie
68d80262d5 // Remove Module->templateAssign() from modules (use $this->smarty->assign() instead) 2011-12-05 14:04:35 +00:00
rMalie
d3a24b8622 // Remove $table and $identifier property from all classes, and add static $definition instead 2011-12-05 13:56:03 +00:00
fSerny
89f683f258 [-] PROJECT : isHookableOn function is now retrocompatible with old hook 2011-12-05 12:56:43 +00:00
rMalie
8c470eaef0 [*] 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
8b0997894a // Log edited, this modification on Module::displayTemplate was reverted in a better one 2011-11-25 16:09:13 +00:00
rMalie
e7ee121ee6 [*] Classes: modules templates are now executed in a local space
// Remove Gender::getStaticImage()
2011-11-25 16:02:20 +00:00
fSerny
43f58a84f3 [-] BO : AdminModule Addons Icon now appear in AutoComplete Search 2011-11-23 13:49:15 +00:00
lLefevre
08e0986b1f // Fix bug in AdminPaymentController && added toolbar 2011-11-23 13:21:39 +00:00
fSerny
6f0ee81a6d [-] BO : AdminModules fix on Addons Connection 2011-11-23 11:31:39 +00:00
fSerny
21bf5f9bd6 [-] BO : AdminModules - Fix on GetModulesOnDisk and general ergonomy 2011-11-22 14:53:58 +00:00
fSerny
14f2151d21 // Fix on Module Class 2011-11-21 23:21:49 +00:00
fSerny
2999ca608f [*] BO : Admin Modules now works in Ajax :) 2011-11-21 21:44:52 +00:00
fSerny
26c70758a2 [*] 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