Commit Graph

2139 Commits

Author SHA1 Message Date
Manuel Raynaud
a2b116618c load translations in form validator 2014-02-21 15:32:12 +01:00
Manuel Raynaud
64cc6f945c fix loop cache system. type argument is now a default argument. Fix #234 2014-02-21 10:23:42 +01:00
Manuel Raynaud
ab79c4c6c6 description is not required anymore in coupon form. Fix #233 2014-02-20 16:35:29 +01:00
Manuel Raynaud
3ab022e99d fix test suite 2014-02-20 11:44:09 +01:00
Manuel Raynaud
dafce9e070 Do not allow to cumulate the coupon many times. Fix #217 2014-02-19 16:56:58 +01:00
Manuel Raynaud
e2187b5bbe revert last asset modification 2014-02-19 14:30:01 +01:00
gmorel
9dacf110bd Add ability to load assets from another template
- adding param 'template' to
    {javascripts file='assets/js/libs/jquery.js' template='baseTemplate'}
    {stylesheets file='assets/less/styles.less' filters='less'  template='baseTemplate' }
    {images file=assets/img/picture.png' template='baseTemplate'}
2014-02-19 11:59:43 +01:00
Manuel Raynaud
16275ef51a create error message when a customer is deleted and already have orders.
Fix #199
2014-02-19 10:41:26 +01:00
Manuel Raynaud
0af9f7d6fb add missing phone number on customer page. Fix #218 2014-02-18 17:06:50 +01:00
Manuel Raynaud
82bcb05611 send mail for colissimo module 2014-02-18 14:50:02 +01:00
Manuel Raynaud
8a12463b85 load child count and product count on category loop id needed 2014-02-16 16:30:14 +01:00
Manuel Raynaud
27cd9086b2 next/prev info must be called if needed. 2014-02-16 15:56:37 +01:00
Manuel Raynaud
55a760e6dc fix missing use statement in module class generated. Close #222 2014-02-14 10:39:21 +01:00
Manuel Raynaud
bdde643a56 remove repeated order by on lang loop 2014-02-14 10:39:21 +01:00
Benjamin Perche
32b59f8189 Fix Coupon RemoveXPercent missing round
modified:   core/lib/Thelia/Coupon/Type/RemoveXPercent.php
2014-02-12 09:11:28 +01:00
Manuel Raynaud
0d040a9079 fix test suite 2014-02-11 16:27:13 +01:00
Manuel Raynaud
3244e88585 create lost password email 2014-02-11 16:13:30 +01:00
Manuel Raynaud
5983e4447f create lang test suite 2014-02-11 11:32:24 +01:00
Manuel Raynaud
52cef6d4b9 fix test suite 2014-02-11 10:21:12 +01:00
Manuel Raynaud
38bf62a81b create test suite for FeatureAv object 2014-02-11 10:05:46 +01:00
Manuel Raynaud
dfb9f1411d create feature test suite 2014-02-10 17:44:25 +01:00
Manuel Raynaud
99e89e4249 allow intl in coupon edition 2014-02-10 13:03:07 +01:00
Manuel Raynaud
e4916e5198 allow intl for document object 2014-02-10 12:04:03 +01:00
Manuel Raynaud
b9575432fd allow intl for image object 2014-02-10 11:53:20 +01:00
Manuel Raynaud
d0ba2895da adding new attribute in all template is not mandatory anymore 2014-02-10 09:57:17 +01:00
Manuel Raynaud
a51c54db26 x default position value 2014-02-09 15:49:19 +01:00
Manuel Raynaud
25084219e7 create new method in PaymentModuleInterface for verifying is the module
is valid
2014-02-08 11:07:54 +01:00
Manuel Raynaud
69c746537e remove console.log in js 2014-02-08 10:03:30 +01:00
Manuel Raynaud
1e5926e06c remove harcoded tinymce. Fix #202 2014-02-07 17:38:07 +01:00
Manuel Raynaud
e530da685a check fileinfo extension and change admin locale input in install
process. Fix #205 ans #207
2014-02-07 17:11:24 +01:00
Manuel Raynaud
acb1fdd60a refactor stat on OrderQuery 2014-02-07 16:41:13 +01:00
Manuel Raynaud
a6f0a38a7b allow possibility for payment module to return a response 2014-02-06 12:24:52 +01:00
Manuel Raynaud
c52ec3dbaf create currency test suite 2014-02-05 12:44:11 +01:00
Manuel Raynaud
f6d23d5911 fix test suite 2014-02-04 15:12:28 +01:00
Manuel Raynaud
09f634c195 create country listener test suite 2014-02-04 14:49:05 +01:00
Manuel Raynaud
8dce0256c7 Merge branch 'master' of github.com:thelia/thelia 2014-02-04 12:59:16 +01:00
Manuel Raynaud
85e5f0439b create test suite for config listener 2014-02-04 12:58:38 +01:00
Manuel Raynaud
ba1af80987 test toggle visiblity on category 2014-02-04 12:58:38 +01:00
Manuel Raynaud
67365af88e remove unused method in CategoryTest 2014-02-04 12:58:38 +01:00
Franck Allimant
60988123f9 Fixed URL generation wich occasionally fails when parameters are added 2014-02-04 12:39:35 +01:00
Franck Allimant
736885f5bd Fixed broken assets URL generation on Linux 2014-02-04 10:01:12 +01:00
Manuel Raynaud
d4cc662fe6 Merge branch 'optim'
Conflicts:
	core/lib/Thelia/Action/Order.php
2014-02-04 09:11:56 +01:00
Franck Allimant
6618d2c571 Fixed an extra '&' when removing a duplicate parameter from query string 2014-02-04 02:14:56 +01:00
Franck Allimant
15c5532bff Added the countvar param to module_include plugin, to get the number of
found modules in the calling template (optional)
2014-02-04 01:09:11 +01:00
Franck Allimant
e08ea4e14f Improved template pathes management: no more \ and / mix 2014-02-04 00:56:50 +01:00
Franck Allimant
f9be7d1963 Imporved exception logging 2014-02-04 00:55:02 +01:00
Franck Allimant
102d5239a9 Added a specific handling for a proper outpur of Exceptions in the log. 2014-02-04 00:51:38 +01:00
Franck Allimant
b18718293f Fixed a wrong CacheEvent instanciation. 2014-02-04 00:20:45 +01:00
Franck Allimant
312e4a93f3 Fixed URL class initialization proble in Unit Test 2014-02-03 18:53:01 +01:00
Manuel Raynaud
643099c1b6 create test suite for category listener 2014-02-03 18:03:09 +01:00