Commit Graph

134 Commits

Author SHA1 Message Date
bMancone
2672149e34 // Fixed #PSTEST-598 #PSTEST-599 2012-01-30 12:24:25 +00:00
mDeflotte
67b805ad9a // Fix bug with object model validation 2012-01-25 09:11:30 +00:00
rMalie
323bd0e4db // Normalize 2012-01-24 16:24:01 +00:00
rMalie
033ed54515 // Fix ObjectModel add / update on lang fields when id_lang is set 2012-01-24 09:05:00 +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
fSerny
5a56badce7 [-] PROJECT : Adding general hook on ObjectModel and AdminController 2012-01-23 09:04:44 +00:00
rMalie
5a6e21377e // Add support of list of values in objects definition and set default value for product->condition 2012-01-19 17:25:22 +00:00
rMalie
4b17d64cf7 // Fix PrestaShopException typo 2012-01-04 13:53:19 +00:00
rMalie
b089352236 // Use property_exists instead of array_key_exists in ObjectModel 2012-01-03 12:57:16 +00:00
tDidierjean
2fa70fcd31 // getProductLink fix and optimization 2012-01-03 09:22:42 +00:00
rGaillard
9bcc14d7a0 // little fix validateController 2012-01-02 10:11:18 +00:00
rGaillard
e2e11ae580 // Small changes on validateController 2012-01-02 10:09:36 +00:00
rMalie
e2bc19d873 // Fix null values ... 2011-12-22 23:20:30 +00:00
rMalie
abb2de5d12 // Fix profiles creation 2011-12-22 17:40:27 +00:00
mDeflotte
63e2220510 // BugFix : Missing params multilang 2011-12-21 14:07:42 +00:00
rGaillard
1bc3873032 2011-12-21 11:42:30 +00:00
aKorczak
b1ffa0b466 [-] WS: Norm fix 2011-12-20 14:38:18 +00:00
rMalie
ecba32b32f // Fix duplication of images 2011-12-20 09:40:59 +00:00
rMalie
63e7c275f1 // Improve collections : where() method reworked (prototype changed) + validation of fields 2011-12-19 16:57:28 +00:00
rMalie
ff3f1804ec // Change prototype of methods from(), leftJoin(), innerJoin(), leftOuterJoin() and naturalJoin() for DbQuery class 2011-12-19 11:13:13 +00:00
rMalie
7e611c914a // Norm + improve ObjectModel 2011-12-16 14:55:05 +00:00
rMalie
3d1ecde549 // Remove retrocompatibility stripslashes in ObjectModel 2011-12-15 17:02:55 +00:00
rMalie
07b6e110b5 [*] Classes: refactoring of ObjectModel::validateFields() && ObjectModel::validateFieldsLang() 2011-12-15 16:19:55 +00:00
rMalie
9eeb1290a9 // Fix lang bug on collections + use definitions on hydrateCollection 2011-12-15 13:56:15 +00:00
rMalie
8fa5ffc681 [*] Classes: ObjectModel::getTranslationsField|Child() is now deprecated, use ObjectModel::getFieldsLang() if need instead 2011-12-15 13:24:03 +00:00
rMalie
7da8061a68 // Format definitions 2011-12-14 17:21:18 +00:00
rMalie
44890774bc // Format definitions 2011-12-13 13:43:16 +00:00
rMalie
1506dc39b3 // Format definitions 2011-12-13 13:41:54 +00:00
rMalie
e17f214875 // Improve ObjectModel definitions (test on products) 2011-12-12 13:53:51 +00:00
rMalie
1819a19f2f // Retrocompatibility in ObjectModel 2011-12-09 15:50:12 +00:00
rMalie
a284e2ef8b // Remove $this->table and $this->identifier from objectModels + normalize 2011-12-09 14:05:24 +00:00
rMalie
2daf87f506 // Remove unused $tables property from ObjectModel + improve Cache 2011-12-09 10:24:48 +00:00
rMalie
bf7688ac66 // Improve ObjectModel + normalize 2011-12-08 14:13:22 +00:00
rMalie
68d71da4b6 // Improve ObjectModel + normalize 2011-12-08 13:53:54 +00:00
rMalie
9c45719da1 // Fix collection in cartRule 2011-12-07 09:11:43 +00:00
rMalie
a4e6821a19 // Fix return of AssociateTo method 2011-12-06 14:59:00 +00:00
fSerny
460f085fd3 [*] PROJECT - Dynamic hooks in ObjectModel retrieve object in param - Dynamic hooks have been added to AdminController 2011-12-05 17:20:40 +00:00
rMalie
9b0ff79c90 // Remove $langMultiShop from all classes, and add 'multishop' in $definition instead 2011-12-05 15:04:09 +00:00
rMalie
c8b9c9c5d3 [+] Classes: Add Collection class (synthesis of DbQuery + ObjectModel::hydrateCollection) and add support of static $definition property in ObjectModel 2011-12-01 14:47:28 +00:00
dSevere
fdcbd6b651 // Stock Available : Add shared management for group of shops 2011-11-30 16:28:06 +00:00
vChabot
42c496b5e7 // attributes position works fine 2011-11-22 14:53:50 +00:00
rMalie
82c9dead2a // Merge -> 10309 2011-11-21 11:05:10 +00:00
rGaillard
46b1150f60 // Shop association improvements 2011-11-20 17:13:36 +00:00
rMalie
0f3e4503d7 // Fix during language install (now support table with uppercase prefix on windows)
// Add is_native to hook table in db.sql file
2011-11-09 15:01:12 +00:00
rMalie
201cb34a4d // Some fix on objectModel children classes (fields not valid, etc.) 2011-11-09 12:16:37 +00:00
mMarinetti
c30f30355c [*] Project : ObjectModel die2PrestashopException 2011-11-03 13:39:41 +00:00
fSerny
d5e265f75e [*] PROJECT : New Module API (part 1) 2011-11-02 10:49:01 +00:00
mDeflotte
8f2ab56a6c [-] BugFix : If a field is empty don't validate this one 2011-10-26 16:04:04 +00:00
hAitmansour
5b7a6746e0 [*] FO BO MO : rename function isMultiShopActivated by isFeatureActive 2011-10-19 09:36:12 +00:00
bMancone
5be964258f // ObjectModel : removed exception thrown if identifier is not set 2011-10-11 12:06:12 +00:00