49 Commits

Author SHA1 Message Date
66ce4ee218 Inital commit 2020-11-19 15:36:28 +01:00
Benjamin Perche
f6920fd12f Add thelia version and fix FK and types
modifié:         core/lib/Thelia/Model/Map/ExportCategoryTableMap.php
	modifié:         core/lib/Thelia/Model/Map/ExportI18nTableMap.php
	modifié:         core/lib/Thelia/Model/Map/ExportTableMap.php
	modifié:         core/lib/Thelia/Model/Map/ImportCategoryTableMap.php
	modifié:         core/lib/Thelia/Model/Map/ImportI18nTableMap.php
	modifié:         core/lib/Thelia/Model/Map/ImportTableMap.php
	modifié:         local/config/schema.xml
	modifié:         setup/thelia.sql
	modifié:         setup/update/2.0.3-beta2.sql
2014-08-08 09:05:23 +02:00
Benjamin Perche
f859b17dda Add Index on export/import foreign keys
modifié:         core/lib/Thelia/Model/Base/Export.php
	modifié:         core/lib/Thelia/Model/Base/ExportQuery.php
	modifié:         core/lib/Thelia/Model/Base/Import.php
	modifié:         core/lib/Thelia/Model/Base/ImportCategory.php
	modifié:         core/lib/Thelia/Model/Base/ImportCategoryQuery.php
	modifié:         core/lib/Thelia/Model/Base/ImportQuery.php
	modifié:         core/lib/Thelia/Model/Map/ExportCategoryTableMap.php
	modifié:         core/lib/Thelia/Model/Map/ExportI18nTableMap.php
	modifié:         core/lib/Thelia/Model/Map/ExportTableMap.php
	modifié:         core/lib/Thelia/Model/Map/ImportCategoryTableMap.php
	modifié:         core/lib/Thelia/Model/Map/ImportI18nTableMap.php
	modifié:         core/lib/Thelia/Model/Map/ImportTableMap.php
	modifié:         local/config/schema.xml
	modifié:         setup/thelia.sql
	nouveau fichier: setup/update/2.0.3-beta2.sql
2014-08-07 11:22:42 +02:00
Manuel Raynaud
710bb47990 update thelia version in sql files 2014-08-05 16:44:08 +02:00
Julien Chanseaume
8b685e1818 Fixed update sql for coupon and export 2014-08-05 06:32:15 +02:00
Julien Chanseaume
2e830a25dd added extra version 2014-08-04 22:22:00 +02:00
Julien Chanseaume
b2cf836353 prepared release 2.0.3-beta 2014-08-04 22:17:00 +02:00
Julien Chanséaume
2471147357 added update sql for terms and conditions 2014-08-04 19:26:22 +02:00
Julien Chanséaume
9410881da9 Added sql for config key default_available_stock 2014-08-04 19:26:22 +02:00
Benjamin Perche
373840240b Add imports and exports on 2.0.3
modifié:         CHANGELOG.md
	modifié:         setup/update/2.0.3.sql
2014-08-01 14:50:16 +02:00
Benjamin Perche
c39e6bcf85 Add foreign key constraints for order_address
modifié:         core/lib/Thelia/Model/Base/Country.php
	modifié:         core/lib/Thelia/Model/Base/CountryQuery.php
	modifié:         core/lib/Thelia/Model/Base/CustomerTitle.php
	modifié:         core/lib/Thelia/Model/Base/CustomerTitleQuery.php
	modifié:         core/lib/Thelia/Model/Base/OrderAddress.php
	modifié:         core/lib/Thelia/Model/Base/OrderAddressQuery.php
	modifié:         core/lib/Thelia/Model/Map/CountryTableMap.php
	modifié:         core/lib/Thelia/Model/Map/CustomerTitleTableMap.php
	modifié:         core/lib/Thelia/Model/Map/OrderAddressTableMap.php
	modifié:         local/config/schema.xml
	modifié:         setup/thelia.sql
	modifié:         setup/update/2.0.3.sql
2014-07-29 14:14:46 +02:00
Franck Allimant
79b0e20523 Added missing coupon_customer_count table 2014-07-24 16:26:30 +02:00
Franck Allimant
a3c8fee6e0 Added missing columns to coupon_version table 2014-07-24 09:10:35 +02:00
jodeq
c027bd2f57 With the change of page configuration/variables which display title message of variables, here the French translations to insert when creating a new shop.
2.0.3 update script is also modified.
2014-07-18 16:22:10 +02:00
Julien Chanséaume
e9bfe42070 fixed sql update script for brands 2014-07-16 18:39:10 +02:00
Benjamin Perche
28e027bca4 Change firewall time from hours to minutes
nouveau fichier: core/lib/Thelia/Form/BruteforceForm.php
	modifié:         core/lib/Thelia/Form/FirewallForm.php
	modifié:         setup/insert.sql
	modifié:         setup/update/2.0.3.sql
2014-07-16 14:22:32 +02:00
Benjamin Perche
081a70ef9d Complete sql files and apply special rule from login forms
modifié:         core/lib/Thelia/Form/AdminLogin.php
	modifié:         core/lib/Thelia/Form/CustomerLogin.php
	modifié:         setup/insert.sql
	modifié:         setup/update/2.0.3.sql
2014-07-16 09:14:31 +02:00
Benjamin Perche
3469a56c17 Add new sql table in update file
modifié:         core/lib/Thelia/Form/FirewallForm.php
	modifié:         setup/insert.sql
	modifié:         setup/update/2.0.3.sql
2014-07-16 08:50:50 +02:00
Julien
f7c5e96e2e Merge pull request #503 from mespeche/mespeche
Added store_description
2014-07-08 15:21:33 +02:00
Michaël Espeche
368e8cd6cf Add new entry : store_description 2014-07-01 10:26:51 +02:00
Franck Allimant
b4f3e3b60a Fixed wrong fk in product table 2014-07-01 02:36:46 +02:00
Franck Allimant
53b58515e0 Added html_output_trim_level variable 2014-07-01 01:08:27 +02:00
Franck Allimant
189ad9f782 Added html_output_trim_level config var, fix for #490 2014-07-01 00:57:41 +02:00
Franck Allimant
ca862b07e4 Merge branch 'master' into brands
Conflicts:
	core/lib/Thelia/Tools/FileManager.php
	setup/update/2.0.3.sql
2014-06-26 16:35:08 +02:00
Franck Allimant
0dde8b888a Added brands management 2014-06-26 10:52:13 +02:00
Guillaume Barral
2a6d99e36b Automatic versionning of all existing orders during the update 2.0.3 2014-06-19 15:24:14 +02:00
Guillaume Barral
15e2ff5fc3 Automatic creation of all orders in order_version during the 2.0.3 update 2014-06-19 15:22:06 +02:00
Guillaume Barral
adcbc13ada Add a default version to all order in Thelia for the 2.0.3 update 2014-06-19 15:13:02 +02:00
Franck Allimant
dc6b231301 Fixed coupon table versionning 2014-06-19 15:10:21 +02:00
Guillaume Barral
243e44f571 Target thelia_release_version changed to 3 2014-06-18 14:34:24 +02:00
Guillaume Barral
6e9412f3ac Add the table order_version to Thelia 2014-06-18 14:22:15 +02:00
etienne roudeix
507a52a20f Update 2.0.2.sql 2014-05-28 14:56:46 +02:00
etienne
88a7164e96 add Hong Kong to country list 2014-05-27 15:38:11 +02:00
Franck Allimant
612898d3b3 ENGINE=InnoDB; -> ENGINE=InnoDB CHARACTER SET='utf8'; 2014-05-18 20:30:14 +02:00
Franck Allimant
f8ccea1899 Added per-user coupon maximum usage count 2014-05-17 10:56:19 +02:00
Franck Allimant
ae5e88f90c Created file. Removes some ununsed indexes 2014-05-14 15:33:32 +02:00
Manuel Raynaud
5231a76f51 add new languages in dsl scripts 2014-05-06 11:13:29 +02:00
Julien Chanseaume
3fd87f1fa1 updated sql script 2014-05-05 07:34:09 +02:00
Julien Chanséaume
9ee9a88156 Sitemap functionality 2014-04-29 15:45:36 +02:00
Julien Chanséaume
0b3ad194e0 unnecessary code removed, adding new configuration values in update sql 2014-04-28 15:28:25 +02:00
Manuel Raynaud
0deadcd247 create resource and page for export 2014-04-24 17:55:09 +02:00
Manuel Raynaud
dbe641ad84 create new resources 2014-04-24 17:55:09 +02:00
Franck Allimant
7ab119fbaa Added missing permissions 2014-04-24 12:28:52 +02:00
Manuel Raynaud
a09543ace6 update thelia version in inser.sql file 2014-04-24 11:13:35 +02:00
Jérôme Billiras
be923d8f56 Change index from position to activate following issue comment [https://github.com/thelia/thelia/pull/332#issuecomment-41174056] 2014-04-24 10:28:59 +02:00
Jérôme Billiras
5197afb87d Load modules by position 2014-04-23 16:33:01 +02:00
Manuel Raynaud
855f6e4c02 fix update process 2014-04-22 14:46:10 +02:00
Manuel Raynaud
66c5a3729c refactor customer and order ref 2014-04-22 09:59:23 +02:00
Manuel Raynaud
96a3742945 rename /install dir 2014-04-17 17:49:15 +02:00