rMalie
|
6887541bdd
|
[-] Classes : all classes and controllers now use their name in static calls instead of self (improve override) #PSFV-376
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12552 b9a71923-0436-4b27-9f14-aed3839534dd
|
2012-01-19 10:14:10 +00:00 |
|
rMalie
|
07207496d7
|
// Rename correctly all hooks
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12006 b9a71923-0436-4b27-9f14-aed3839534dd
|
2012-01-02 15:52:40 +00:00 |
|
mBertholino
|
ae7b4a10ab
|
[-] BO : Attributes can now be deleted in Catalogue : Attributes and Groups
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11768 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-12-26 14:41:29 +00:00 |
|
rMalie
|
13a70e1044
|
[*] Classes: ObjectModel::getTranslationsField|Child() is now deprecated, use ObjectModel::getFieldsLang() if need instead
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11256 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-12-15 13:24:03 +00:00 |
|
rMalie
|
b8f5b693b9
|
// Format definitions
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11157 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-12-12 21:06:59 +00:00 |
|
rMalie
|
fddf4fb89b
|
[*] Classes: Remove $fieldsRequired, $fieldsSize and $fieldsValidate (and lang properties) properties, use $definition instead
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11155 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-12-12 18:10:38 +00:00 |
|
rMalie
|
d0c1239c17
|
// Remove $this->table and $this->identifier from objectModels + normalize
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11076 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-12-09 14:05:24 +00:00 |
|
rMalie
|
86683a963e
|
// Remove $table and $identifier property from all classes, and add static $definition instead
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10912 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-12-05 13:56:03 +00:00 |
|
dSevere
|
16cf709d52
|
// Improve StockAvailable requests + code refactoring
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10855 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-12-02 11:36:04 +00:00 |
|
dSevere
|
8b618652bb
|
// Stock Available : Improve BackOffice interface + Update all SQL requests relative to StockAvailable + code refactoring on Product Class
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10843 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-12-01 19:09:27 +00:00 |
|
vChabot
|
4b15da6656
|
// attributes position works fine
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10433 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-11-22 14:53:50 +00:00 |
|
fSerny
|
0ba4fe9c7e
|
[*] PROJECT : New Module API (part 1)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9790 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-11-02 10:49:01 +00:00 |
|
lLefevre
|
ab4795f617
|
[*] BO : #PSFV-94 - added AdminAttributesGroupController
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9774 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-11-01 20:57:27 +00:00 |
|
vChabot
|
b376fad60d
|
// fix on attribute positions in FO (Attribute constructor was incorrect)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9673 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-10-27 12:52:04 +00:00 |
|
rMalie
|
c7a984c927
|
[*] Classes: calcul position in class when an attribute, an image or a scene is added
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9638 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-10-25 15:17:26 +00:00 |
|
bMancone
|
3638cdc3c9
|
// Attribute: fixed checkAttributeQty()
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9410 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-10-18 09:46:13 +00:00 |
|
rMalie
|
a7bc16dadd
|
// Replace shop->sqlAsso(), shop->sqlLang() and shop->sqlRestriction() with shop->addSqlAssociation(), shop->addSqlRestrictionOnLang() and shop->addSqlRestriction()
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9384 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-10-17 09:46:08 +00:00 |
|
vChabot
|
8e659eb701
|
[*] BO : carriers are now sortable by position
// Carriers class is now normalized
// Attribute class is now normalized
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9254 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-10-11 16:29:34 +00:00 |
|
rMalie
|
de69396a04
|
// Merge -> revision 9221
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9226 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-10-11 12:45:12 +00:00 |
|
rMalie
|
577221ff08
|
// Remove bad _SQL_USE_SLAVE_ uses + normalize Db->executeS(), Db->execute() and Db->numRows() names
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9178 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-10-10 12:18:56 +00:00 |
|
vChabot
|
2045401f9e
|
// cleaning code (norm / perf)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8810 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-09-27 15:08:24 +00:00 |
|
rMalie
|
4f2a090e24
|
// Merge -> revision 8720
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8722 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-09-22 15:45:10 +00:00 |
|
vAugagneur
|
8b6ec916e0
|
[+] BO : now you can choose type of attribute group (select , color, radio)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8691 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-09-21 14:29:32 +00:00 |
|
vChabot
|
58c8c71018
|
// import csv ok for product attribute position
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8652 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-09-20 08:25:50 +00:00 |
|
vChabot
|
a88c90fbe1
|
[*] BO : Product attributes are now sortable.
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8639 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-09-19 13:11:00 +00:00 |
|
aFolletete
|
3eff951265
|
[+] Project : adding Features detachables in order to improve performance
// clean code
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8328 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-09-03 17:21:32 +00:00 |
|
rMalie
|
49468717c2
|
// Fix #PSFV-48
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8032 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-08-11 14:42:31 +00:00 |
|
rMalie
|
e093ecd554
|
// Fix on shops + remove id_group_shop from stock + fix stock
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8015 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-08-11 09:38:24 +00:00 |
|
rMalie
|
a875fecb20
|
// MERGE with 1.4 r7770
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7776 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-07-28 09:20:57 +00:00 |
|
tDidierjean
|
d05d16d399
|
// Context part 21
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7742 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-07-26 16:40:17 +00:00 |
|
tDidierjean
|
51b4c8591d
|
// Context part 20
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7740 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-07-26 15:55:04 +00:00 |
|
rMalie
|
4ae81d8acd
|
// Context part 15
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7658 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-07-19 16:17:14 +00:00 |
|
rGaillard
|
8a59d0dc41
|
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7524 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-07-06 10:54:11 +00:00 |
|
rGaillard
|
69f2f09dc5
|
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7522 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-07-06 10:10:43 +00:00 |
|
aFolletete
|
10445ad61d
|
// 1.5 branche creation
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@5881 b9a71923-0436-4b27-9f14-aed3839534dd
|
2011-04-12 18:24:40 +00:00 |
|