Commit Graph

37 Commits

Author SHA1 Message Date
mMarinetti
402874d24b // fix retrocompatibility in Tab.php related to _GET tab/controller
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12973 b9a71923-0436-4b27-9f14-aed3839534dd
2012-02-03 13:49:01 +00:00
rMalie
2c7cd17ecb // Tab::getIdFromClassName() is now not sensible to case
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12804 b9a71923-0436-4b27-9f14-aed3839534dd
2012-01-30 14:09:34 +00:00
rMalie
a04b2af73b // Normalize some classes
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12612 b9a71923-0436-4b27-9f14-aed3839534dd
2012-01-23 15:25:43 +00:00
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
tDidierjean
1c069ae97f // Fix leftover _error
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12374 b9a71923-0436-4b27-9f14-aed3839534dd
2012-01-11 16:54:25 +00:00
vSchoener
1512e78704 // Fix translation performance for any tab used by module
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11939 b9a71923-0436-4b27-9f14-aed3839534dd
2011-12-30 14:43:46 +00:00
rMalie
38ee53c222 [-] BO : Fixed #PSFV-281 : new created tab are now set active by default
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11885 b9a71923-0436-4b27-9f14-aed3839534dd
2011-12-29 13:07:48 +00:00
mMarinetti
98effc7bdf [-] BO : Fixed #PSFV-281 : new created tab are now set active by default, thanks to Oleacorner for the help
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11883 b9a71923-0436-4b27-9f14-aed3839534dd
2011-12-29 11:10:59 +00:00
jBreux
e3a5d7fe37 [+] Project : B2B Features
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11619 b9a71923-0436-4b27-9f14-aed3839534dd
2011-12-22 15:30:21 +00:00
jBreux
f1bda28edb [+] Project : Possibility to enable or disable tabs
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11581 b9a71923-0436-4b27-9f14-aed3839534dd
2011-12-22 11:02:55 +00:00
rMalie
5b9778bd5f // Name field in Tab is no longer required since some "root" tabs have no names
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11555 b9a71923-0436-4b27-9f14-aed3839534dd
2011-12-21 20:29:25 +00:00
rMalie
deb4932850 [*] Classes: refactoring of ObjectModel::validateFields() && ObjectModel::validateFieldsLang()
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11273 b9a71923-0436-4b27-9f14-aed3839534dd
2011-12-15 16:19:55 +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
03bd438c7d // Format definitions
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11173 b9a71923-0436-4b27-9f14-aed3839534dd
2011-12-13 13:41:54 +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
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
rMalie
9d10de0848 // Merge -> 10309
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10333 b9a71923-0436-4b27-9f14-aed3839534dd
2011-11-21 11:05:10 +00:00
rMalie
14c94558a6 // Some fix on objectModel children classes (fields not valid, etc.)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9985 b9a71923-0436-4b27-9f14-aed3839534dd
2011-11-09 12:16:37 +00:00
mMarinetti
601c4ded53 // bugfix saving tab
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9903 b9a71923-0436-4b27-9f14-aed3839534dd
2011-11-04 17:28:24 +00:00
lLefevre
9e08540e84 // fix norm correct in AdminTabsController and AdminAttributesGroupsController (PSFV-94)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9779 b9a71923-0436-4b27-9f14-aed3839534dd
2011-11-02 09:46:41 +00:00
lLefevre
3ffa50d1ac [*] BO : #PSFV-94 - added AdminTabsController
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9765 b9a71923-0436-4b27-9f14-aed3839534dd
2011-11-01 10:32:07 +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
rMalie
b4d436ca21 // Merge -> revision 9061
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9069 b9a71923-0436-4b27-9f14-aed3839534dd
2011-10-05 15:21:55 +00:00
tDidierjean
bf3736c820 // Added HelperList, AdminAddressController, and fixed subtab display
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8858 b9a71923-0436-4b27-9f14-aed3839534dd
2011-09-28 16:32:42 +00:00
mMarinetti
4f5b1dd933 // fix tab display and subtabbing
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8750 b9a71923-0436-4b27-9f14-aed3839534dd
2011-09-23 15:45:09 +00:00
mMarinetti
926063e08f [+] BO : New AdminController system, including smarty backoffice, thanks to Raphael and Thomas
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8742 b9a71923-0436-4b27-9f14-aed3839534dd
2011-09-23 15:01:49 +00:00
tDidierjean
92cc465a3c // Creation of AdminController : Admin tabs will now extend this class (see AdminTools.php for example)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8667 b9a71923-0436-4b27-9f14-aed3839534dd
2011-09-20 16:04:35 +00:00
rMalie
8d9309ba23 // Norm
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8607 b9a71923-0436-4b27-9f14-aed3839534dd
2011-09-15 14:32:37 +00:00
rMalie
87df41c9d6 // Merge -> revision 8552
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8554 b9a71923-0436-4b27-9f14-aed3839534dd
2011-09-14 08:29:10 +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
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
4ade3a0ea0 // remove 1.4 deprecated functions
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7755 b9a71923-0436-4b27-9f14-aed3839534dd
2011-07-27 09:51:43 +00:00
rMalie
35e5efb530 // Context part 13
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7650 b9a71923-0436-4b27-9f14-aed3839534dd
2011-07-19 09:44:10 +00:00
tDidierjean
311e8ab964 // Context part 8
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@7633 b9a71923-0436-4b27-9f14-aed3839534dd
2011-07-15 16:41:39 +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