48 Commits

Author SHA1 Message Date
66ce4ee218 Inital commit 2020-11-19 15:36:28 +01:00
Manuel Raynaud
d1f4f4ca0a update changelog and change thelia version 2014-08-08 12:02:22 +02:00
Julien Chanseaume
b2cf836353 prepared release 2.0.3-beta 2014-08-04 22:17:00 +02:00
Manuel Raynaud
101197c0de various fixes from insight 2014-06-18 09:33:32 +02:00
Manuel Raynaud
2ddc0fb6a3 fix cs 2014-06-11 17:14:13 +02:00
Manuel Raynaud
863f7a479a don't try to change permission on file during install process 2014-06-11 16:52:21 +02:00
Manuel Raynaud
3434010b54 prepare release 2.0.2 2014-06-11 16:05:08 +02:00
Julien Chanséaume
fc15d466b4 Fixed issue when installing Thelia on database with special characters 2014-06-05 14:01:47 +02:00
Manuel Raynaud
772aba093b increment thelia version 2014-05-06 15:04:05 +02:00
Manuel Raynaud
7593717736 remove RC1 references 2014-04-22 14:30:44 +02:00
Manuel Raynaud
5e65bf0b8a change license header 2014-04-18 09:36:41 +02:00
Manuel Raynaud
96a3742945 rename /install dir 2014-04-17 17:49:15 +02:00
Franck Allimant
bb30a69932 Fixed (again !) execute 2014-04-14 11:05:37 +02:00
Franck Allimant
08b2d6dfd6 Code formatting 2014-04-14 10:48:46 +02:00
Franck Allimant
a3f6d749f2 Fixed execute() method 2014-04-14 10:48:04 +02:00
Franck Allimant
604a80e5e1 Fixed typos 2014-04-12 15:57:58 +02:00
Franck Allimant
14f496f6a0 Improved Database class 2014-04-12 15:36:14 +02:00
Manuel Raynaud
81a09e1a98 remove unused code 2014-03-10 11:57:58 +01:00
Manuel Raynaud
c30abacfbc prepare 2.0.0-RC1 version 2014-03-03 15:09:59 +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
31dc5238de change container interface, using good one 2014-02-03 14:07:23 +01:00
Franck Allimant
3fd8f5adbb Removes container from all Thelia actions, but Modules (#198) 2014-02-03 13:59:33 +01:00
Franck Allimant
dfbbf90e0f Fixed returnBytes (breaks are removed) 2014-02-01 14:42:09 +01:00
Franck Allimant
89653f452b Removes container from all Thelia actions, but Modules (#198) 2014-01-31 20:06:42 +01:00
Manuel Raynaud
40b8109f32 prepare for new Version : 2.0.0-beta4 2014-01-29 15:47:23 +01:00
Manuel Raynaud
9d0121f321 fix cs 2014-01-10 11:41:55 +01:00
Manuel Raynaud
74b314b5df update some code 2014-01-08 16:35:17 +01:00
Manuel Raynaud
8dcbed7b8d import missing namespace 2014-01-08 16:25:30 +01:00
Manuel Raynaud
8214ab77ec refactor update process. Now only available with command line 2014-01-08 16:23:54 +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
Etienne Roudeix
b3ac365b45 Revert "Merge branch 'cleanmaster' into modules"
This reverts commit d0ff5260f7, reversing
changes made to 67d0101dbe.
2013-12-20 11:16:42 +01:00
Manuel Raynaud
d0e5d189d2 change memory_limit value, 128 MB is enough 2013-12-18 09:39:23 +01:00
Manuel Raynaud
a276fe11a6 fix typo 2013-11-13 15:15:53 +01:00
Manuel Raynaud
b965275425 check extensions in install process 2013-11-13 15:14:06 +01:00
Manuel Raynaud
a4df1b7115 Merge pull request #8 from thelia/fixtures_for_modules
Allow fixtures in module
2013-10-07 00:16:02 -07:00
Manuel Raynaud
5d1cd35c32 check session directory permission in install process 2013-10-06 14:36:48 +02:00
Manuel Raynaud
77a4faef0e complete installcli process 2013-10-06 14:33:17 +02:00
gmorel
52ab1c1b72 Working : Allow fixtures in module, refactor explode on sql file : add \n otherwise any ; in the db crashes everything 2013-10-04 16:52:29 +02:00
Manuel Raynaud
387c0d00c3 test if cache directory exists before launching debug bar 2013-09-18 09:34:48 +02:00
Manuel Raynaud
072dec5cc9 nstall step Please enter the commit message for your changes. Lines starting 2013-09-17 15:43:15 +02:00
Manuel Raynaud
35299dd6be config step 2013-09-17 14:22:32 +02:00
Manuel Raynaud
edd84fb622 icreate install wizard 2013-09-17 12:17:48 +02:00
gmorel
63472b9f80 WIP : install wizard : step 1, 2, 3 2013-09-16 19:00:28 +02:00
gmorel
b151325e57 WIP : Install wizard : step 2 file permission 2013-09-16 15:07:41 +02:00
gmorel
b6bc6994fc WIP : Install wizard 2013-09-16 10:53:15 +02:00
mespeche
8b0c8bd760 First version of installation wizard 2013-09-13 18:03:45 +02:00
Manuel Raynaud
9f96b830e7 create task for reloaded database 2013-09-03 11:07:32 +02:00
Manuel Raynaud
4e1cc9e810 start refacroting install process 2013-09-02 16:54:18 +02:00