Commit Graph

5733 Commits

Author SHA1 Message Date
vAugagneur 561df7e414 //fixed sql bug 2011-09-27 16:06:25 +00:00
rMalie 4c396b8673 // Fix dispatcher with rewriting in BO 2011-09-27 15:52:59 +00:00
rMalie 12c36b21b2 // Fix bugs on frontControllers 2011-09-27 15:28:41 +00:00
vChabot ba0eaacb6e // parse error 2011-09-27 15:20:41 +00:00
tDidierjean c9d58d45a0 // change to Controller workflow 2011-09-27 15:20:30 +00:00
vChabot eb0dcf212a // cleaning code (norm / perf) 2011-09-27 15:08:24 +00:00
aFolletete c8fad9f083 // rename index.tpl to layout.tpl 2011-09-27 14:52:52 +00:00
rMalie 91083e190c // Merge -> revision 8800 2011-09-27 14:30:06 +00:00
mMarinetti 5e171daf3d // ajax-tab usage of Dispatcher
// adminHome.tpl
// header.tpl fix
2011-09-27 14:18:27 +00:00
rMalie 9d547db231 // Remove debug 2011-09-27 13:27:11 +00:00
rMalie 62ad41026f // Refacto of controllers PART 2 2011-09-27 13:04:24 +00:00
rMalie 473f26bd13 [+] Classes: Add PHP exceptions support + handler 2011-09-27 12:10:47 +00:00
rMalie d490598642 // Fix lcfirst use ! 2011-09-27 12:08:14 +00:00
lLefevre 8c7344e7b5 [+] All : new class PrestashopException 2011-09-27 08:12:15 +00:00
lLefevre 5600abb7b5 2011-09-26 16:46:48 +00:00
lLefevre e85d043100 // fix admin.css (Michael) 2011-09-26 16:15:17 +00:00
mMarinetti 090681e638 // admin.css directory is now correct in setMedia 2011-09-26 15:26:43 +00:00
vChabot 9333fd1034 // import OK for product feature 2011-09-26 13:50:53 +00:00
mDeflotte a2fe45d687 [-] BO : #PSFV-66 - Bad warnings "Currency not set" 2011-09-26 13:49:38 +00:00
aKorczak 86ae8405f6 [-] WS : Move classes to /webservice 2011-09-26 12:27:25 +00:00
lLefevre 0cc2d7181e //Fixed correct norm in class RequestSql 2011-09-26 10:22:35 +00:00
rMalie 5829f12a66 // Improve flexibility of dispatcher + fix controllers access in BO (only admin controllers are loaded by the dispatcher) 2011-09-26 09:57:00 +00:00
lLefevre d32e4703f1 [+] BO : add SQL manager 2011-09-26 08:30:14 +00:00
rMalie 71a2a66abc // Fix token on adminHome 2011-09-26 08:24:38 +00:00
fBrignoli f631d8fc53 // problem with zipcode containing letters 2011-09-26 08:03:52 +00:00
aFolletete 33f63ed144 [*] Classes : improve performances of "Feature detachable" feature 2011-09-24 15:03:21 +00:00
vChabot 02036512c0 [*] BO : Features are now sortable. 2011-09-23 15:45:40 +00:00
mMarinetti c21c00f350 // fix tab display and subtabbing 2011-09-23 15:45:09 +00:00
rMalie 178f3c7561 // Improve dispatcher for administration 2011-09-23 15:37:16 +00:00
mMarinetti 70361c4c6b // optimization default template name 2011-09-23 15:22:50 +00:00
rMalie 7898fca857 // Add moduleController file 2011-09-23 15:08:43 +00:00
mMarinetti 56610880cf // 2011-09-23 15:05:48 +00:00
mMarinetti 6191e868f1 [+] BO : New AdminController system, including smarty backoffice, thanks to Raphael and Thomas 2011-09-23 15:01:49 +00:00
rMalie 230ed9d5ee [*] MO: module cheque use the new moduleController system 2011-09-23 14:34:18 +00:00
rMalie 1d44d06528 // Merge -> revision 8734 2011-09-23 14:06:47 +00:00
rMalie dc957d3d3a // Rename Module->smartyAssign to Module->templateAssign
[+] Front: Add module controller + url dispatch for modules
2011-09-23 13:50:33 +00:00
mDeflotte 7f34ab5552 [*] BO : Gender - Allow image resizing 2011-09-23 13:04:52 +00:00
mDeflotte 0f2915813f [-] Install : Add gender durring install
[*] FO : Add gender_type "neutral"
// Normalization
2011-09-23 09:58:19 +00:00
mDeflotte 4dd85d92c0 // Normalization 2011-09-23 09:51:10 +00:00
rMalie 65e0f2d54f // Fix strict standard on controllers + modules header / footer include 2011-09-23 08:05:31 +00:00
rMalie 2180359342 // Merge -> revision 8720 2011-09-22 15:45:10 +00:00
rMalie 04f3779780 [*] Front: move front controllers in controllers/front/ directory
// Refactoring of front controllers part 1
2011-09-22 15:19:42 +00:00
rMalie 668a8d333c [+] MO: Add Module->smartyAssign method, in order to assign variables with module name as prefix in module's templates 2011-09-22 12:05:49 +00:00
fBrignoli 5d69604026 // Address expected as parameter 2011-09-21 16:19:57 +00:00
fBrignoli 000baf6c0a // missing file in previous commit 2011-09-21 15:49:43 +00:00
fBrignoli 7db8ef441e // Tax::initializeAddress =>Address::initialize 2011-09-21 15:43:12 +00:00
rMalie 7fd85b7ff7 // Remove Tools::buildQuery 2011-09-21 15:36:23 +00:00
tDidierjean df3ce93651 // change header and footer smarty inclusion 2011-09-21 15:26:44 +00:00
fBrignoli 9401d5ee82 // norm + perf 2011-09-21 14:48:33 +00:00
vAugagneur 4a8edb119f [+] BO : now you can choose type of attribute group (select , color, radio) 2011-09-21 14:29:32 +00:00