Manuel Raynaud
a10fa20340
create event object for module delete action
2013-10-21 10:26:51 +02:00
Manuel Raynaud
9d794e229d
Merge branch 'master' into module_management
...
Conflicts:
core/lib/Thelia/Core/Template/Loop/TaxRuleCountry.php
core/lib/Thelia/Core/Template/Smarty/Plugins/Form.php
2013-10-21 09:19:08 +02:00
Etienne Roudeix
c63c509f2f
Merge branch 'master' into tax
...
Conflicts:
core/lib/Thelia/Config/Resources/config.xml
templates/admin/default/configuration.html
2013-10-21 08:13:18 +02:00
Etienne Roudeix
0300470f7d
new model
2013-10-21 08:10:55 +02:00
gmorel
f276ccfa37
WIP : Implement coupon check on ordering tunnel
...
@todo CSS
@todo List coupon used and detailed effects
2013-10-20 23:01:12 +02:00
gmorel
8c4ca21615
Working : Missing type inference
2013-10-20 22:46:00 +02:00
gmorel
ad69c45e4f
Merge branch 'master' of https://github.com/thelia/thelia into coupon
...
* 'master' of https://github.com/thelia/thelia: (87 commits)
Missing ajax-loader icon
don't use alternative Logger in debugbar if debug is disabled
Remove debug bar
Move temporarily fontawesome's font into the web folder
Add loader css
fix product visibility comparaison parameter
Change this page on public page
Bug : Remove close tag </a>
decode url before searching if it's a rewritten url
Modification font-size of price elements
add page View All
Add button "add product to cart"
Footer : Static to dynamic content
Add order on attribute_combination loop
Fix bug in Content Loop with "current_folder" params
Creation of Content page
Change path /customer/account into /account
Change path : /customer/update into /account/update /password into /account/password
CustomerUpdateForm - Extend CustomerCreation
Update profile - new method [Not finished yet]
...
2013-10-20 21:11:58 +02:00
Manuel Raynaud
d6e26e428e
Merge branch 'master' into frontend
...
Conflicts:
core/lib/Thelia/Core/Template/Smarty/Plugins/Form.php
templates/admin/default/tax-rule-edit.html
templates/admin/default/taxes-rules.html
2013-10-18 16:41:39 +02:00
Franck Allimant
ada32660fe
Impelmented form collections
2013-10-18 16:35:49 +02:00
Manuel Raynaud
b24546a12c
fix product visibility comparaison parameter
2013-10-18 15:45:11 +02:00
Manuel Raynaud
0e5b902752
hardcode utf8 parameters
2013-10-18 13:57:24 +02:00
touffies
d204a32c09
Merge branch 'frontend' of https://github.com/thelia/thelia into frontend
2013-10-18 12:43:27 +02:00
Manuel Raynaud
392d8a3559
decode url before searching if it's a rewritten url
2013-10-18 11:24:19 +02:00
badsuricate
4b65675bef
add page View All
2013-10-18 11:04:10 +02:00
badsuricate
dea93ccb50
Fix bug in Content Loop with "current_folder" params
2013-10-18 10:52:40 +02:00
Manuel Raynaud
e602884ce0
end module activation
2013-10-18 10:06:42 +02:00
touffies
f413688dc4
Change path :
...
/customer/update into /account/update
/password into /account/password
2013-10-18 10:00:06 +02:00
touffies
59cfe8da8b
CustomerUpdateForm - Extend CustomerCreation
2013-10-18 09:49:14 +02:00
touffies
9b617755ca
Update profile - new method [Not finished yet]
2013-10-18 09:47:11 +02:00
touffies
871bc217a4
Add new form customer.update
...
Add new form thelia.customer.update
2013-10-18 09:44:01 +02:00
Manuel Raynaud
52ed89f1aa
fix cs
2013-10-18 09:28:17 +02:00
Manuel Raynaud
12b5a81364
display error on ajax module activation
2013-10-18 09:17:08 +02:00
Manuel Raynaud
3a4fb6f2d2
clear cache after each activatin or deactivation
2013-10-18 08:33:46 +02:00
Manuel Raynaud
2ecd1caac6
dispatching event for clearing cache
2013-10-18 08:25:42 +02:00
Manuel Raynaud
6d791f5bf7
process module toggle activation
2013-10-17 18:50:00 +02:00
Manuel Raynaud
d25ad53d5a
create module event and eventListener
2013-10-17 18:26:23 +02:00
Manuel Raynaud
1b0de7144a
end updating module list
2013-10-17 17:20:29 +02:00
Manuel Raynaud
1b865d71a3
crowl all module descriptor file for discovering new modules
2013-10-17 15:36:11 +02:00
Etienne Roudeix
dc2de702e8
tax rule set default in back office
2013-10-17 15:31:09 +02:00
Manuel Raynaud
a9d5554b7c
create method for validating module file descriptor
2013-10-17 15:06:13 +02:00
Etienne Roudeix
dad2591a57
end tax edition
2013-10-17 11:53:26 +02:00
Manuel Raynaud
c9dbb610c1
start validating module.xml file
2013-10-17 11:32:29 +02:00
gmorel
cf78c7c5d5
Merge branch 'master' of https://github.com/thelia/thelia into coupon
...
* 'master' of https://github.com/thelia/thelia :
theliatype in form : types now extends bastype which implement typeinterface basetype provides verifiyForm method wich can be call in Callback constraint
restart thelia form type
thelia type constraints
tax management
fix menu when child > 0
taxes management
tax rule edition
2013-10-17 01:38:35 +02:00
gmorel
d2851b1c93
WIP : Coupon implementation in front : Coupon : Fixing unit tests
2013-10-17 01:38:13 +02:00
Manuel Raynaud
84ad1e6f95
start creating xsd module management
2013-10-16 17:39:32 +02:00
Etienne Roudeix
a2048bec24
theliatype in form : types now extends bastype which implement typeinterface
...
basetype provides verifiyForm method wich can be call in Callback constraint
2013-10-16 17:10:53 +02:00
Etienne Roudeix
60fd54d5c3
restart thelia form type
2013-10-16 16:20:21 +02:00
touffies
fbebadaff0
Merge branch 'frontend' of https://github.com/thelia/thelia into frontend
2013-10-16 12:47:52 +02:00
touffies
1960447a45
Remove method renderFormFieldCheckBox
2013-10-16 12:47:02 +02:00
touffies
3f214291d7
- Add agreements checkbox
2013-10-16 12:38:44 +02:00
Etienne Roudeix
dde7f15f42
Merge branch 'tax'
2013-10-16 12:03:31 +02:00
Etienne Roudeix
c6dbb76ebb
thelia type constraints
2013-10-16 12:02:59 +02:00
Etienne Roudeix
9365e9ee38
tax management
2013-10-16 11:46:30 +02:00
Manuel Raynaud
b3c761798b
fix menu when child > 0
2013-10-16 11:45:18 +02:00
touffies
1a8dfa46f4
Redirect new customer with valid email to the registration page.
2013-10-16 10:55:23 +02:00
touffies
2c47e8cf72
Allow smarty to pass the required value
2013-10-16 10:36:04 +02:00
touffies
0fd024201e
Add violation to password if it's existing user
2013-10-16 10:34:07 +02:00
badsuricate
b9da3fedb7
Add "PRODUCT_SALE_ELEMENTS_ID" on loop output
2013-10-16 09:44:24 +02:00
touffies
88ed4191ef
Fix conflict
2013-10-16 09:36:19 +02:00
touffies
1610ffab65
Merge branch 'frontend' of https://github.com/thelia/thelia into frontend
2013-10-16 09:33:42 +02:00