rMalie
|
0a3fa7ba14
|
// Replace shop->addSqlRestriction() and shop->addSqlRestrictionOnLang() by static versions
|
2012-02-27 12:15:30 +00:00 |
|
rMalie
|
1dc629a949
|
// Welcome 2012²
|
2012-02-23 16:33:10 +00:00 |
|
rMalie
|
71d9160cd8
|
// Fix theme retrocompatibility (contact-form + displayHeader)
|
2012-02-21 15:29:05 +00:00 |
|
rMalie
|
d8c818cf54
|
// Fix redirection to index when friendly url are activated #PSFV-488
|
2012-02-13 16:56:28 +00:00 |
|
rMalie
|
dd25a11c06
|
// Fix modules front controller in dispatcher #PSFV-449
|
2012-02-07 10:52:01 +00:00 |
|
rGaillard
|
26fd59909e
|
// Fix dispatcher links
|
2012-02-02 18:43:17 +00:00 |
|
rMalie
|
c4b937989b
|
// Fix adminhome and clean Dispatcher
|
2012-02-01 09:56:02 +00:00 |
|
rMalie
|
59cad13bdb
|
[*] classes : new module architecture
|
2012-01-31 16:57:19 +00:00 |
|
jBreux
|
15d1583f12
|
[*] Project : Add possibility to use admin controllers in modules
|
2012-01-25 14:12:36 +00:00 |
|
jBreux
|
c162d54b2f
|
// Change module admin controllers path.
|
2012-01-24 16:08:52 +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
|
6ee133c7c0
|
// Fix 404 redirection in dispatcher
|
2012-01-09 14:28:34 +00:00 |
|
rMalie
|
2972d89827
|
// {process} argument is no more required in module routes
|
2012-01-09 10:28:26 +00:00 |
|
rMalie
|
e28d3ce80f
|
// Fix PrestaShopException typo
|
2012-01-04 13:53:19 +00:00 |
|
rMalie
|
b093216526
|
// Add {categories} keyword in product_rule dispatch rule #PSFV-321
|
2012-01-02 17:06:33 +00:00 |
|
rMalie
|
12378afac2
|
// Remove useless parameters in rewrited urls
|
2011-12-28 14:45:44 +00:00 |
|
rGaillard
|
81c8fb8669
|
// Small fix
|
2011-12-22 23:36:31 +00:00 |
|
rMalie
|
a35f33b950
|
// Fix dispatcher::createURL()
|
2011-12-22 23:28:09 +00:00 |
|
rMalie
|
3d80ef0ccf
|
[+] MO: Add Module controller, Cheque and Bankwire modules use it
|
2011-12-22 16:31:03 +00:00 |
|
vChabot
|
cc3b307ba5
|
// fix htaccess generation
|
2011-12-22 16:18:27 +00:00 |
|
vChabot
|
0c867d3d7c
|
[+] BO : You can now have UTF-8 URL Rewriting
|
2011-12-14 15:00:47 +00:00 |
|
tDidierjean
|
54b80f48e4
|
// fix module tab dispatch
|
2011-11-18 14:10:23 +00:00 |
|
tDidierjean
|
00f61bc35b
|
// Remove BO themes
|
2011-11-18 10:27:07 +00:00 |
|
tDidierjean
|
48c00e4e5e
|
[-] Classes : fix dispatcher for FO
|
2011-11-18 10:10:07 +00:00 |
|
tDidierjean
|
a07bbfa36f
|
// AdminTab compatibility: Dispatcher for BO now search tabs in database, not on the disk. AdminTabs now uses the new BO theme.
|
2011-11-17 18:15:07 +00:00 |
|
vChabot
|
95cde12b84
|
[*] FO : combination link from product page are now the same as the combination link from blocklayered
// Cart is now accepting the combination link
|
2011-11-10 10:45:19 +00:00 |
|
rMalie
|
a819f7238d
|
// Fix modules route for dispatcher
|
2011-10-24 08:38:45 +00:00 |
|
rMalie
|
e6f45e54a6
|
// Replace shop->sqlAsso(), shop->sqlLang() and shop->sqlRestriction() with shop->addSqlAssociation(), shop->addSqlRestrictionOnLang() and shop->addSqlRestriction()
|
2011-10-17 09:46:08 +00:00 |
|
rMalie
|
9510337b1d
|
// Remove bad _SQL_USE_SLAVE_ uses + normalize Db->executeS(), Db->execute() and Db->numRows() names
|
2011-10-10 12:18:56 +00:00 |
|
rMalie
|
4c396b8673
|
// Fix dispatcher with rewriting in BO
|
2011-09-27 15:52:59 +00:00 |
|
rMalie
|
62ad41026f
|
// Refacto of controllers PART 2
|
2011-09-27 13:04:24 +00:00 |
|
lLefevre
|
5600abb7b5
|
|
2011-09-26 16:46:48 +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 |
|
rMalie
|
178f3c7561
|
// Improve dispatcher for administration
|
2011-09-23 15:37:16 +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
|
dc957d3d3a
|
// Rename Module->smartyAssign to Module->templateAssign
[+] Front: Add module controller + url dispatch for modules
|
2011-09-23 13:50:33 +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 |
|
dMetzger
|
d51719366f
|
// $_SERVER['request_uri'] replaced by $_SERVER['REQUEST_URI']
|
2011-09-19 08:59:46 +00:00 |
|
rMalie
|
ac9df4afdb
|
// Fix controllers file names + add missing files in override/ + ControllerFactory class is now deprecated, use Controller instead + fix NoticationCore
|
2011-09-16 10:09:26 +00:00 |
|
rMalie
|
dfdd99da40
|
// Fix & - theme is not w3c valid anymore for now
|
2011-09-14 09:23:32 +00:00 |
|
fBrignoli
|
8eeca61217
|
// code norm
|
2011-09-13 16:55:44 +00:00 |
|
rMalie
|
f0c33c8739
|
// Fix HTML validation on URLs (replace & per &)
|
2011-09-06 09:58:11 +00:00 |
|
aFolletete
|
230bebc7c7
|
[+] Project : adding Features detachables in order to improve performance
// clean code
|
2011-09-03 17:21:32 +00:00 |
|
rMalie
|
3d5cb73804
|
// Fix dispatcher (order meta rewrites by length)
|
2011-08-23 08:58:36 +00:00 |
|
rMalie
|
0672282dec
|
// Fix orders with friendly URL and dispatcher
|
2011-08-23 08:54:14 +00:00 |
|
tDidierjean
|
8ca035aa55
|
// fix product comparison
|
2011-08-11 08:39:52 +00:00 |
|
rMalie
|
2b71b8be68
|
// Fix on discounts with multishop + index?controller=index fixed to be only index.php
|
2011-08-08 08:29:32 +00:00 |
|
rMalie
|
e1a4b160aa
|
// Fix physical_uri during install + required paramaters in dispatcher
|
2011-08-05 09:53:42 +00:00 |
|
rMalie
|
85a22c5f05
|
[+] Add a route system to personalize rewrited URL
|
2011-08-03 16:02:49 +00:00 |
|
rMalie
|
a1a33de41b
|
// Routes for dispatcher (part 5)
|
2011-08-03 07:53:59 +00:00 |
|