Commit Graph

184 Commits

Author SHA1 Message Date
bMancone caf7e80b35 // Fixed #PSTEST-643 2012-02-06 10:49:55 +00:00
vChabot 10168e397b // order_by improved 2012-01-31 15:33:10 +00:00
rGaillard dc99f52f25 // Small fixes on AdminProduct tab 2012-01-26 12:50:41 +00:00
mDeflotte a0f66edb67 [-] BO : #PSTEST-586 - Bad table name 2012-01-26 10:47:03 +00:00
Francois Gaillard accafe14cb [-] MO : MailAlerts module upgraded for PrestaShop 1.5 2012-01-25 16:04:31 +00:00
rMalie b7ba158c07 // Normalize 2012-01-25 14:40:12 +00:00
rMalie cc841b6969 [*] Classes : Db::autoExecute() call are now replaced by Db::insert() or Db::update() 2012-01-23 17:41:02 +00:00
rMalie 59e5dfe9bf // Normalize some classes 2012-01-23 15:25:43 +00:00
rMalie 6ed4874326 // 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 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
rMalie d33548a26f // Retrocompatibility fix on product links 2012-01-17 13:03:32 +00:00
rMalie 26b09a3000 // Fix retrocompatibility issue with 1.4 themes 2012-01-16 15:03:04 +00:00
bMancone b2aee7ade6 // Fixed Suppliers/Products association #PSTEST-429 2012-01-11 15:30:02 +00:00
Francois Gaillard 54b4b8e70a [-] BO : Fixed default values when add new product (available-date & default id group shop) 2012-01-11 14:32:38 +00:00
mBertholino 38eff0ef4a [-] BO : #PSTEST-401 - Bug Fixed in SVN 2012-01-10 16:27:22 +00:00
bMancone 176798ff90 // updated stock for Pack 2012-01-09 18:23:01 +00:00
fBrignoli 4758939b9a [-] FO : Bug Fixed #PSFV-315 - Incorrect products prices in order history 2012-01-09 14:09:15 +00:00
rGaillard 6b26792244 // Fix deprecated warning on product attribute create 2012-01-09 09:56:53 +00:00
mMarinetti 954d00f81a [*] classes : new constant Product::PTYPE_SIMPLE /PTYPE_PACK/PTYPE_VIRTUAL 2012-01-04 11:06:08 +00:00
tDidierjean 93e2f8b5bf // optimization to Product constructor (stock data is not loaded by default) 2012-01-03 13:40:50 +00:00
tDidierjean 6c25e750fc // FO : fix multiple instances of Cart and Address 2012-01-03 09:49:58 +00:00
rMalie b093216526 // Add {categories} keyword in product_rule dispatch rule #PSFV-321 2012-01-02 17:06:33 +00:00
rMalie 15614d2747 // Rename correctly all hooks 2012-01-02 15:52:40 +00:00
vSchoener d759de9ec8 [-] BO : Fixed bug #PSFV-276. Translates work with module tab 2011-12-29 14:45:59 +00:00
jBreux 8313aa9d3f // Fix product quantity 2011-12-22 21:07:36 +00:00
jBreux 9740cfeb92 [+] Project : B2B Features 2011-12-22 15:30:21 +00:00
rGaillard e4a58ec938 // Add specific_price management for backoffice order && fix installer 2011-12-21 17:16:46 +00:00
bMancone 6a5dcc92ae // Product : security 2011-12-21 09:33:10 +00:00
aFolletete 9d86edb455 // fix issue on ajax querie on adding product
// clean code
2011-12-21 09:23:31 +00:00
aFolletete 12edf7bcbd // when you adding a product on order, you can set a specific price 2011-12-20 22:52:41 +00:00
bMancone e88312df36 // Stockavailable debugged 2011-12-20 13:31:45 +00:00
bMancone a53f47911f // Stock : updated Product 2011-12-20 08:52:45 +00:00
lLefevre 8da13ce16e [-] BO : #PSTEST-53 : fixed added quantities maximal for a pack 2011-12-19 16:13:52 +00:00
mDeflotte e99634ffd7 // Removing some id_warehouse
// Adding some checks with advanced_stock_management product attribute
2011-12-19 16:01:41 +00:00
jBreux b71a30190c [+] Project : Add specific prices to a specific customer 2011-12-19 15:31:18 +00:00
rMalie 1302bdb194 // Change prototype of methods from(), leftJoin(), innerJoin(), leftOuterJoin() and naturalJoin() for DbQuery class 2011-12-19 11:13:13 +00:00
rMalie d3727f0216 [*] Classes: refactoring of ObjectModel::validateFields() && ObjectModel::validateFieldsLang() 2011-12-15 16:19:55 +00:00
rMalie 58d7f37130 [*] Classes: ObjectModel::getTranslationsField|Child() is now deprecated, use ObjectModel::getFieldsLang() if need instead 2011-12-15 13:24:03 +00:00
bMancone 104eadbe2c // Added one field in Product object, so one product can be managed independantly from the stock management (advanced) if necessary 2011-12-14 18:49:30 +00:00
rMalie 0ab348a81c // Format definitions 2011-12-14 17:21:18 +00:00
bMancone 4b54fff998 // Reverted modifications on product 2011-12-14 16:55:12 +00:00
bMancone b517037e14 // Fixed bugs when editing Warehouses & Suppliers for a product 2011-12-14 16:54:02 +00:00
bMancone c686f0a876 // Fixed bugs when editing Warehouses & Suppliers for a product 2011-12-14 16:52:33 +00:00
mDeflotte f7208ee5d5 // BugFix : Adding warehouse on order edition 2011-12-14 16:19:05 +00:00
lLefevre d4b3f8d222 // fixxed bug save Product 2011-12-12 16:01:26 +00:00
rMalie f9d7aa5f49 // Improve ObjectModel definitions (test on products) 2011-12-12 13:53:51 +00:00
mMarinetti c5b42696af // cleanning code 2011-12-09 16:33:32 +00:00
rMalie 561f61c311 // Remove unused $tables property from ObjectModel + improve Cache 2011-12-09 10:24:48 +00:00
lLefevre 9d72b60525 // fix norm && added PDO::FETCH_ASSOC in method fetch() for PDO 2011-12-07 17:30:32 +00:00
rMalie 27b198dcd6 [*] Classes: Db->execute() now return always a boolean. Use Db->query() instead. 2011-12-06 15:41:34 +00:00