Benjamin Perche
6da2e2a183
Fix issue #511
...
When the user is registred in the session, the method "eraseCredentials" is cal$
( Thelia\Core\Security\SecurityContext::setCustomerUser ).
The form checks if the customer user of the session has the password given,
or, in the session, the password is null, so it doesn't work.
modifié: core/lib/Thelia/Form/CustomerPasswordUpdateForm.php
2014-07-07 14:05:27 +02:00
Julien
924fef8047
Merge pull request #510 from bibich/improvements
...
fixed new issue on rewriting test due to blank titles on some locale
2014-07-04 15:39:16 +02:00
Julien Chanséaume
ff8350352f
small improvement
2014-07-04 15:25:09 +02:00
Julien Chanséaume
c8a4cbcb8a
optimization
2014-07-04 14:57:10 +02:00
Julien Chanséaume
71f4380dff
added title for all available langages
2014-07-04 11:27:44 +02:00
Julien Chanséaume
5dae84f0fd
fixed new issue on rewriting test due to blank titles on some locale
2014-07-04 10:34:00 +02:00
Julien
e26df0d120
Merge pull request #507 from bibich/improvements
...
Improvements :
- added cache on default country / currency
- fixed issues on RSS links in default front office template
- fixed random issues on position tests
2014-07-04 09:09:50 +02:00
Julien Chanséaume
9d79f42ae1
addded test data for position tests
2014-07-03 16:25:18 +02:00
Julien Chanséaume
8436c25c45
fixed painful issues on tests that generated random errors on positions
2014-07-02 15:07:27 +02:00
Guillaume Barral
182ba26045
correction of the filter visible in categoryTree.
2014-07-02 11:47:27 +02:00
Julien Chanséaume
791323776a
added strict test ===
2014-07-02 10:32:25 +02:00
Julien Chanséaume
3a9ce68694
added cache to get default country and currency
2014-07-02 09:55:14 +02:00
Benjamin Perche
65ba28a251
Remove useless usage of loadRequirements
...
modifié: core/lib/Thelia/TaxEngine/Calculator.php
2014-06-27 14:20:00 +02:00
Benjamin Perche
fd1a34604e
Add load requirements in getTypeInstance
...
modifié: core/lib/Thelia/Model/Tax.php
2014-06-27 10:03:14 +02:00
Manuel Raynaud
ec6c39096f
Merge pull request #504 from lovenunu/fix-loop
...
Fix bug when trying to order by title
2014-06-26 15:42:28 +02:00
Benjamin Perche
f533048fbb
Fix bug when trying to order by title
...
modifié: core/lib/Thelia/Core/Template/Loop/Module.php
2014-06-26 15:04:25 +02:00
Manuel Raynaud
c73d55a263
Merge pull request #499 from mespeche/mespeche
...
Add $ROOT substitution variable
2014-06-26 11:30:14 +02:00
Benjamin Perche
33862b39b5
Translate french named variabled "origine" and "prefixe"
...
modifié: core/lib/Thelia/Log/Tlog.php
2014-06-26 09:28:51 +02:00
Benjamin Perche
feabfc4f07
Fix cs, follow PSR-2, keyword null must be in lower case
...
modifié: core/lib/Thelia/Log/Tlog.php
2014-06-26 09:16:35 +02:00
Michaël Espeche
6661341eb4
Replace findOneById by findPk
2014-06-26 08:59:21 +02:00
Michaël Espeche
ed464db6fd
Add substitution
2014-06-25 16:43:06 +02:00
Michaël Espeche
d7a55257d5
Reinit file
2014-06-25 15:29:28 +02:00
Michaël Espeche
4b089fae24
Merge branch 'master' of https://github.com/thelia/thelia
2014-06-25 15:26:56 +02:00
Michaël Espeche
079f627de9
Reinit file
2014-06-25 15:25:56 +02:00
Michaël Espeche
67e689ff85
Reinit file
2014-06-25 15:25:32 +02:00
Michaël Espeche
b22255e338
Merge branch 'master' of https://github.com/mespeche/thelia
2014-06-25 15:23:52 +02:00
Michaël Espeche
36729343f0
Reinit file
2014-06-25 15:23:23 +02:00
Manuel Raynaud
35d13885ab
remove unused variable
2014-06-24 10:45:48 +02:00
Manuel Raynaud
84c2432507
remove unused variable
2014-06-24 10:38:43 +02:00
Manuel Raynaud
77a4c45aa4
remove commented code
2014-06-24 10:30:46 +02:00
Manuel Raynaud
a00a23e495
remove unused use statement
2014-06-24 10:29:17 +02:00
Manuel Raynaud
5beefc5857
add missing use
2014-06-24 10:27:39 +02:00
Manuel Raynaud
cfa9462474
add missing class. Fix #493
2014-06-21 13:15:41 +02:00
Benjamin Perche
45adf78faf
Correct bug with default addresses
...
modifié: core/lib/Thelia/Action/Address.php
2014-06-20 14:33:52 +02:00
Benjamin Perche
3d238902ac
Complete AddressTest, highlight bug
...
modifié: core/lib/Thelia/Tests/Action/AddressTest.php
2014-06-20 14:32:54 +02:00
Manuel Raynaud
51313ea430
import test config
2014-06-20 09:11:09 +02:00
Manuel Raynaud
3d311825d1
integrate web test case
2014-06-20 09:09:06 +02:00
Guillaume Barral
69d496715e
Merge branch 'master' of https://github.com/thelia/thelia into yochima-branch
2014-06-19 13:59:16 +02:00
Manuel Raynaud
e80e4e4c3b
add missing fixtures
2014-06-19 13:17:43 +02:00
Manuel Raynaud
c3aef614ff
update test for latest php versions
2014-06-19 13:15:57 +02:00
Guillaume Barral
60124feb17
modification of model Order to not insert two times the order_version (when we insert for the first time an order object)
2014-06-19 12:02:58 +02:00
Manuel Raynaud
fd0dad68d5
Merge pull request #485 from roadster31/tinymce
...
Tinymce module improvement
2014-06-19 11:46:37 +02:00
Guillaume Barral
e5691b9793
Merge branch 'master' of https://github.com/thelia/thelia into yochima-branch
2014-06-19 10:13:50 +02:00
Franck Allimant
0d8f9f3c6e
Fixed minor typos
2014-06-19 01:51:39 +02:00
Franck Allimant
d66d2b3839
PHP-CS fixer pass.
2014-06-19 00:33:24 +02:00
Franck Allimant
f842f90e00
Merge branch 'master' into tinymce
...
Conflicts:
local/modules/Tinymce/templates/backOffice/default/include/tinymce_init.tpl
2014-06-19 00:16:21 +02:00
Franck Allimant
0d0f04bf29
Added getConfiguredShopUrl() to access url_site variable
2014-06-18 19:34:43 +02:00
Franck Allimant
ce772b6b60
An exception is thrown if a module could not be loaded.
2014-06-18 15:36:59 +02:00
Guillaume Barral
6e9412f3ac
Add the table order_version to Thelia
2014-06-18 14:22:15 +02:00
Manuel Raynaud
d14a2d24f2
fix cs
2014-06-18 10:06:10 +02:00