Manuel Raynaud
99eb5c01f4
add some phpdoc
2014-03-17 15:14:58 +01:00
Manuel Raynaud
0e21cb7b82
weight is not mandatory anymore
2014-03-14 11:19:23 +01:00
Manuel Raynaud
e4ba7d8d11
change the way product is created
2014-03-13 09:56:11 +01:00
Manuel Raynaud
e415b747ea
remove fixme comment when not needed anymore
2014-03-10 12:17:39 +01:00
Manuel Raynaud
191a120aa5
remove unused class and change function name to be PSR1 compliant
2014-03-10 12:03:57 +01:00
Manuel Raynaud
81a09e1a98
remove unused code
2014-03-10 11:57:58 +01:00
Manuel Raynaud
a27e317245
update phpDoc and fix cs
2014-03-05 15:12:11 +01:00
Manuel Raynaud
a5cfcf91ca
update changelog and fix cs
2014-02-22 19:01:37 +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
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
Franck Allimant
f9be7d1963
Imporved exception logging
2014-02-04 00:55:02 +01:00
Franck Allimant
89653f452b
Removes container from all Thelia actions, but Modules ( #198 )
2014-01-31 20:06:42 +01:00
Franck Allimant
f8e3553924
Removed unused container dependency from the FileManager class
2014-01-31 15:55:21 +01:00
Franck Allimant
3363200607
Improved languages management, added many country flags. Fix #183
2014-01-27 23:22:02 +01:00
Franck Allimant
7043a9e388
Fixed #196
2014-01-27 22:12:29 +01:00
Franck Allimant
c5cc6aae76
Added administrator preferred locale (see issue #183 )
2014-01-27 14:29:37 +01:00
Franck Allimant
6b78a33f97
Improved order management in back-office
2014-01-25 19:14:57 +01:00
Franck Allimant
c8620ea63b
Merge branch 'master' of https://github.com/thelia/thelia
2014-01-23 09:34:25 +01:00
Franck Allimant
54db55467b
Fixed injection of TaxManager in TaxCreationForm instance
2014-01-23 09:33:09 +01:00
Manuel Raynaud
1b2c1d53ac
remove some unused variables
2014-01-22 15:50:40 +01:00
Manuel Raynaud
1974d3e3c3
fix psr
2014-01-22 12:52:36 +01:00
Franck Allimant
5d92ea0bab
TaxManager is now a service in the container.
2014-01-22 01:18:28 +01:00
Manuel Raynaud
2bd23777ca
"save and close" button had now effect. Fix #185
2014-01-20 14:52:44 +01:00
Manuel Raynaud
3e4eff172f
fix getExistingObject method for several controller.
2014-01-20 12:01:25 +01:00
Etienne Roudeix
809d2631c0
remove old functions
2014-01-20 11:11:44 +01:00
Manuel Raynaud
992b5be95c
fix routing name in Coupon module. Fix #171
2014-01-17 14:33:09 +01:00
Manuel Raynaud
9b81e88946
fix pdf generation. Fix #170
2014-01-17 12:23:08 +01:00
Manuel Raynaud
4e1521775f
alloow possibility to specify a ref for a customer
2014-01-17 11:15:55 +01:00
Franck Allimant
42737940a9
The router id is now configurable via setters and getters to allow
...
modules to use their own router.
2014-01-16 19:35:12 +01:00
Franck Allimant
9335a41447
Delete module request contains now "data data" flag
2014-01-16 12:01:54 +01:00
Manuel Raynaud
eb5056f089
AbstractController::getExistingObject return object with hte needed
...
locale inside
2014-01-14 14:39:08 +01:00
Manuel Raynaud
882bfeb80c
import missing namespaces in Proruct controller
2014-01-13 10:12:08 +01:00
Manuel Raynaud
9d0121f321
fix cs
2014-01-10 11:41:55 +01:00
Manuel Raynaud
8214ab77ec
refactor update process. Now only available with command line
2014-01-08 16:23:54 +01:00
Manuel Raynaud
653c418aa6
log more events in update process
2014-01-08 14:37:58 +01:00
Manuel Raynaud
366454ebe8
create sql script for migrations
2014-01-08 14:16:32 +01:00
Manuel Raynaud
97a9ff26be
finish update process
2014-01-08 12:16:25 +01:00
Manuel Raynaud
b72fab5212
start update process
2014-01-08 12:16:25 +01:00
Etienne Roudeix
99038e688a
Revert "Revert "Merge branch 'cleanmaster' into modules""
...
This reverts commit b3ac365b45 .
Conflicts:
Readme.md
core/lib/Thelia/Controller/Admin/AbstractCrudController.php
core/lib/Thelia/Core/Template/Assets/AssetManagerInterface.php
core/lib/Thelia/Core/Template/Assets/AsseticAssetManager.php
core/lib/Thelia/Core/Template/Smarty/SmartyParser.php
core/lib/Thelia/Core/Template/TemplateDefinition.php
core/lib/Thelia/Model/Base/Coupon.php
core/lib/Thelia/Model/Base/CouponQuery.php
core/lib/Thelia/Model/Base/CouponVersion.php
core/lib/Thelia/Model/Base/CouponVersionQuery.php
core/lib/Thelia/Model/Base/OrderCouponQuery.php
2014-01-06 11:25:25 +01:00
gmorel
b8c2c2d703
Coupon : Condition module : add tooltip on condition select
2014-01-05 20:17:30 +01:00
gmorel
e606a6f8ce
Coupon : Condition module refactor
...
Less crappy unmaintainable javascript
More logic in extendable php
2014-01-05 00:00:15 +01:00
gmorel
46c68ae4c2
Coupon : Fix bug preventing to update coupon
...
Use $parent instead of $folder_id in folders admin template
uncomment needed return statement
add missing value in folder modification form
uncomment needed loop for parent folder
start a new section in changelog file
2014-01-01 16:20:34 +01:00
gmorel
cfbc579022
Coupon : Fix mistake with chmod, file mode set as 644 as it originally was
...
Remove submodule
2013-12-30 21:37:26 +01:00
gmorel
3e12ace045
Coupon : Fix mistake with chmod, file mode set as 644 as it originally was
2013-12-30 00:50:04 +01:00
gmorel
15219b11f4
Coupon : Fix controller
2013-12-29 18:11:52 +01:00
Manuel Raynaud
29feda718b
uncomment needed return statement
2013-12-29 17:18:52 +01:00
gmorel
ae1a05eb85
Merge
2013-12-29 04:28:11 +01:00
gmorel
ff2b1b6376
Refactor : Thelia2 can now deduce extended effect parameters
2013-12-29 04:27:55 +01:00