Commit Graph

2397 Commits

Author SHA1 Message Date
Manuel Raynaud
a276fe11a6 fix typo 2013-11-13 15:15:53 +01:00
Manuel Raynaud
b965275425 check extensions in install process 2013-11-13 15:14:06 +01:00
Etienne Roudeix
25192cf366 change template subdirs 2013-11-13 10:24:14 +01:00
Etienne Roudeix
2da2a2d6c1 admin for colissimo 2013-11-13 10:08:43 +01:00
Etienne Roudeix
8719c05acc Merge branch 'master' of github.com:thelia/thelia 2013-11-12 16:01:08 +01:00
Etienne Roudeix
3b1d318d12 module edition 2013-11-12 16:00:52 +01:00
Manuel Raynaud
4c71849c1d Merge pull request #103 from thelia/frontend
Frontend
2013-11-12 05:36:09 -08:00
touffies
3d73118092 ISSUE 100 : Information has no plural (Fix front) 2013-11-12 14:01:34 +01:00
touffies
34376a0bb9 Change the way we select the invoice address to be able to modify the choice if the user has js disabled 2013-11-12 13:52:43 +01:00
Manuel Raynaud
cbe5ba27cf change developmentMode by debugMode in assetManager 2013-11-12 12:41:01 +01:00
touffies
a703a37560 Hide toolbar elements (sorter and limiter ) if javascript is disabled 2013-11-12 12:04:36 +01:00
touffies
35dfcd42be Add Update Qty button for user with javascript disabled 2013-11-12 11:46:36 +01:00
Manuel Raynaud
e0ede11fc5 Merge pull request #102 from thelia/frontend
Frontend
2013-11-12 02:36:44 -08:00
touffies
28900df9c4 Merge branch 'frontend' of https://github.com/thelia/thelia into frontend 2013-11-12 11:21:13 +01:00
touffies
d1b897a254 Merge branch 'master' into frontend
Conflicts:
	core/lib/Thelia/Controller/Admin/OrderController.php
2013-11-12 11:20:46 +01:00
Manuel Raynaud
4df81bd813 Merge pull request #101 from thelia/frontend
Frontend
2013-11-12 02:16:42 -08:00
touffies
297d906027 Merge branch 'master' into frontend
Conflicts:
	core/lib/Thelia/Controller/Admin/OrderController.php
2013-11-12 11:09:55 +01:00
touffies
1619ad4a80 Use CDN to load respond.js library instead of local file 2013-11-12 10:33:57 +01:00
Manuel Raynaud
cf8bc33606 remove fake stat 2013-11-12 10:26:21 +01:00
Manuel Raynaud
fdd8d306a8 remove font in web dir 2013-11-12 10:25:57 +01:00
Franck Allimant
3ca3b4521b The asset manager is now a service in the container. 2013-11-12 02:12:56 +01:00
Franck Allimant
d941134c84 Implemented new assets generation system (cssembed no more required) 2013-11-12 01:32:29 +01:00
Franck Allimant
d2087b994a Fixed customer edit routes 2013-11-09 19:38:38 +01:00
Franck Allimant
f6fc886d06 Merge branch 'master' of https://github.com/thelia/thelia
Conflicts:
	core/lib/Thelia/Controller/Admin/CustomerController.php
2013-11-09 18:31:52 +01:00
Franck Allimant
ac74c1d61d Refactored back-office customer management 2013-11-09 18:28:01 +01:00
touffies
15b1acd2e6 Remove duplicate request to get the $deliveryAddress 2013-11-08 16:28:16 +01:00
touffies
b5bd38b2aa Show dropdown chevron-down only if js is enable 2013-11-08 15:43:52 +01:00
Etienne Roudeix
be9aba9fb8 fix stuff + module management 2013-11-08 15:11:45 +01:00
touffies
fe76d4ae96 User without javascript enabled will be able to see these 2 pages to switch language or currency 2013-11-08 15:11:44 +01:00
touffies
db75c31054 Hide carousel arrow (Next/Prev) if the user doesn't have js enabled 2013-11-08 15:09:17 +01:00
touffies
98ff3a8454 Add role="form" to the language and currency dropdown 2013-11-08 15:05:04 +01:00
touffies
c951237eff Remove double icon on error message 2013-11-08 15:04:08 +01:00
touffies
c235ad931a Add order argument 2013-11-08 15:03:40 +01:00
Etienne Roudeix
e71fc7659e remove fakeCB 2013-11-08 14:37:03 +01:00
Etienne Roudeix
417ed2e324 change signature 2013-11-08 14:35:29 +01:00
touffies
10632f990b Merge branch 'master' into frontend 2013-11-08 14:34:12 +01:00
touffies
4e84a9b913 Followed a few recommendation from W3C Link checker 2013-11-08 12:56:38 +01:00
touffies
fef70211f2 Merge branch 'frontend' of https://github.com/thelia/thelia into frontend 2013-11-08 12:46:14 +01:00
touffies
06ee3b101a Remove extra favicon link
Add hidden text into the social icons
2013-11-08 12:45:59 +01:00
touffies
49a3de1cdb Add robots.txt 2013-11-08 12:44:36 +01:00
touffies
c64f16c741 Quick validation jsLint 2013-11-08 12:44:10 +01:00
Manuel Raynaud
e760cc28aa end controller refactor 2013-11-08 11:48:08 +01:00
Etienne Roudeix
99ad2d6820 Merge branch 'master' of github.com:thelia/thelia 2013-11-08 11:26:22 +01:00
Etienne Roudeix
422a80fcce module modification 2013-11-08 11:26:06 +01:00
Franck Allimant
85ea937570 Optimisation of THELIA_* constants usage 2013-11-08 11:22:26 +01:00
touffies
04de0d7a17 Add a default company name to avoid empty link 2013-11-08 11:09:19 +01:00
touffies
ac76a206c1 Remove role="form" on a form element.
Role Form should be use on a region of the document that  represents a collection of form-associated elements.
<div role=”form”></div> GOOD
<form role=”form”></form> BAD
2013-11-08 10:54:03 +01:00
Manuel Raynaud
41d8fce23b remove test route 2013-11-08 10:04:53 +01:00
Manuel Raynaud
0f1e071967 remove unused controller 2013-11-08 10:04:33 +01:00
Manuel Raynaud
d80bf97b33 refactor pdf generator in front part 2013-11-08 09:59:46 +01:00