Commit Graph

1894 Commits

Author SHA1 Message Date
Manuel Raynaud
db2ad120b2 fix test suite reimplementing url updating trest 2013-12-16 17:29:25 +01:00
Manuel Raynaud
1a0d543990 fix missing id in folder-edit.html template 2013-12-16 17:06:15 +01:00
Manuel Raynaud
10ecec2fa1 setUrl was not call in seo event generation 2013-12-16 16:39:14 +01:00
Manuel Raynaud
b9192e551c fix missing general form on seo form error 2013-12-16 16:22:14 +01:00
Manuel Raynaud
30eab4f416 fix object identifier presence 2013-12-16 15:53:02 +01:00
Manuel Raynaud
d6ba2b3d65 Merge branch 'master' into frontend 2013-12-16 15:45:04 +01:00
Etienne Roudeix
315ed1fb09 fix #144 2013-12-16 14:31:51 +01:00
Etienne Roudeix
32d0aa15a6 PaymentModuleInterface::pay method force $order parameter 2013-12-16 12:38:41 +01:00
Etienne Roudeix
86f1e06e42 document repositioning after delation 2013-12-16 11:32:05 +01:00
Etienne Roudeix
583cbe95b6 document positioning 2013-12-16 10:55:18 +01:00
Manuel Raynaud
f4c5f23d00 Change AdminLog logging request behavior, fixing issue #145 2013-12-14 14:16:45 +01:00
Etienne Roudeix
162f364df6 reveiw test 2013-12-12 15:55:52 +01:00
Etienne Roudeix
c9e052188c images are positionable 2013-12-12 15:41:35 +01:00
Etienne Roudeix
93537b8d71 in progress : reorder image 2013-12-12 15:30:10 +01:00
touffies
681ac83334 Add try catch for urlRewrite 2013-12-11 21:03:31 +01:00
touffies
c0ee124d17 Remove constraint NotBlank 2013-12-11 20:58:57 +01:00
touffies
a987808bdf Add new method redirectToListTemplateWithId 2013-12-11 20:58:00 +01:00
touffies
4990d0fd7b Fix duplicate route id 2013-12-11 20:55:00 +01:00
touffies
ae8f4021c6 Pass the object id to the request 2013-12-11 20:54:30 +01:00
touffies
8034ddcc4d Add comments 2013-12-11 20:53:30 +01:00
touffies
7eca83889a Merge branch 'master' into frontend 2013-12-11 18:54:50 +01:00
touffies
eae8ffe764 Merge branch 'frontend' of https://github.com/thelia/thelia into frontend 2013-12-11 18:53:42 +01:00
touffies
dee49ac213 Add comments 2013-12-11 18:44:25 +01:00
touffies
12d4c0fdfd Keep hidden field for local 2013-12-11 18:40:42 +01:00
touffies
1b07e55396 Use $locale instead of $this->getCurrentEditionLocale() in the hydrateSeoForm method 2013-12-11 18:14:48 +01:00
Etienne Roudeix
ff828bf1ba test rewritten url reassignment 2013-12-11 13:10:03 +01:00
Etienne Roudeix
63f48b79da fix rewrinting tests 2013-12-10 15:56:59 +01:00
Etienne Roudeix
f9d4fe1e5c Merge branch 'master' of github.com:thelia/thelia into cleanmaster 2013-12-10 15:55:07 +01:00
Etienne Roudeix
83cac71895 fix urls in loops 2013-12-10 15:48:22 +01:00
Manuel Raynaud
462b2bec5e Merge branch 'master' into frontend
Conflicts:
	templates/backOffice/default/folder-edit.html
2013-12-09 16:15:58 +01:00
touffies
f34a4a066d Remove RewrittenUrlTestTrait from content 2013-12-09 15:40:23 +01:00
Manuel Raynaud
4c9eff379a Merge pull request #138 from gmorel/french_translation
Adding some French translation for backoffice
2013-12-09 06:39:21 -08:00
Etienne Roudeix
95d327f976 fix tests 2013-12-09 15:31:27 +01:00
touffies
50d638bb23 Remove test setURL 2013-12-09 15:30:04 +01:00
touffies
6648613772 Merge branch 'frontend' of https://github.com/thelia/thelia into frontend
Conflicts:
	core/lib/Thelia/Action/BaseAction.php
	core/lib/Thelia/Controller/Admin/AbstractSeoCrudController.php
	core/lib/Thelia/Controller/Admin/ProductController.php
	core/lib/Thelia/Core/Event/UpdateSeoEvent.php
	core/lib/Thelia/Form/ProductModificationForm.php
	core/lib/Thelia/Form/SeoFieldsTrait.php
	core/lib/Thelia/Model/Base/Product.php
	core/lib/Thelia/Model/Base/ProductI18n.php
	core/lib/Thelia/Model/Base/ProductI18nQuery.php
	core/lib/Thelia/Model/Map/ProductI18nTableMap.php
	core/lib/Thelia/Model/Map/ProductTableMap.php
	install/thelia.sql
	local/config/schema.xml
	templates/backOffice/default/includes/product-general-tab.html
	templates/backOffice/default/includes/seo-tab.html
	templates/backOffice/default/product-edit.html
2013-12-09 15:22:17 +01:00
gmorel
5c602bc2cb Translation replace tab by 4 spaces 2013-12-09 15:19:15 +01:00
Etienne Roudeix
28d2add37d fix tests 2013-12-09 15:02:09 +01:00
touffies
d476672150 Add SEO Meta to CATEGORY/PRODUCT/FOLDER/CONTENT 2013-12-09 15:00:51 +01:00
touffies
0684ec2b42 Rename meta_keyword to meta_keywords
Add SEO to folder
2013-12-09 14:52:46 +01:00
touffies
d6f39787d0 Add to the context the site URL based on the language (Used in the SEO tab) 2013-12-09 14:52:45 +01:00
touffies
71302493c1 Add a new method to get the site URL based on the language 2013-12-09 14:52:45 +01:00
touffies
c1140ec279 Extend AbstractCrudController to manage the SEO methods 2013-12-09 14:52:44 +01:00
touffies
5980ff44fc Hydrate SeoForm under SEO Tab 2013-12-09 14:52:44 +01:00
touffies
083f3bfa8c Move URL to SeoForm (SEO tab) 2013-12-09 14:52:44 +01:00
touffies
6447385605 Add Action + Event to manage SEO information 2013-12-09 14:51:51 +01:00
touffies
9bbaaf75a4 Add new route to save the product SEO information 2013-12-09 14:49:20 +01:00
touffies
945921048e Add new SEO form 2013-12-09 14:46:07 +01:00
Etienne Roudeix
79e4193791 Merge branch 'master' of github.com:thelia/thelia into cleanmaster 2013-12-09 13:02:04 +01:00
Etienne Roudeix
090b201fea test rewriting 2013-12-09 13:01:39 +01:00
Manuel Raynaud
80a17e6438 Merge pull request #135 from gmorel/french_translation
Translation : Ordering existing translations by keys
2013-12-09 03:22:07 -08:00