Initial Commit

This commit is contained in:
2019-11-21 12:25:31 +01:00
commit f4aabcb9b1
13959 changed files with 787761 additions and 0 deletions

0
local/config/.gitkeep Normal file
View File

2
local/config/.htaccess Normal file
View File

@@ -0,0 +1,2 @@
order deny,allow
deny from all

35
local/config/Readme.md Normal file
View File

@@ -0,0 +1,35 @@
Readme
======
## This is the repository of Thelia configuration. All the pull requests on this repo will be ignored.
### If you want to create a project, please take a look at [thelia/thelia-project](https://github.com/thelia/thelia-project)
### If you want to contribute to Thelia, please take a look at [thelia/thelia](https://github.com/thelia/thelia)
Thelia
------
[![Build Status](https://travis-ci.org/thelia/thelia.png?branch=master)](https://travis-ci.org/thelia/thelia) [![License](https://poser.pugx.org/thelia/thelia/license.png)](https://packagist.org/packages/thelia/thelia) [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/thelia/thelia/badges/quality-score.png?s=61e3e04a69bffd71c29b08e5392080317a546716)](https://scrutinizer-ci.com/g/thelia/thelia/)
[Thelia](http://thelia.net/) is an open source tool for creating e-business websites and managing online content. This software is published under LGPL.
This is the new major version of Thelia.
You can download this version and have a try or take a look at the source code (or anything you wish, respecting LGPL). See http://thelia.net/ web site for more information.
A repository containing all thelia modules is available at this address : https://github.com/thelia-modules
Requirements
------------
* php 5.4
* Required extensions :
* PDO_Mysql
* mcrypt
* intl
* gd
* curl
* safe_mode off
* memory_limit at least 128M, preferably 256.
* post_max_size 20M
* upload_max_filesize 2M
* apache 2
* mysql

View File

@@ -0,0 +1,31 @@
# Database driver
propel.database = mysql
# Project name
propel.project = thelia
propel.schema.validate = false
propel.namespace.autoPackage = true
# The directory where Propel should output generated object model classes.
propel.php.dir = ${propel.project.dir}/../../core/lib
# The database PDO connection settings at builtime.
# This setting is required for the sql, reverse, and datasql tasks.
# Note that some drivers (e.g. mysql, oracle) require that you specify the
# username and password separately from the DSN, which is why they are
# available as options.
# Example PDO connection strings:
# mysql:host=localhost;port=3307;dbname=testdb
# sqlite:/opt/databases/mydb.sq3
# sqlite::memory:
# pgsql:host=localhost;port=5432;dbname=testdb;user=bruce;password=mypass
# oci:dbname=//localhost:1521/mydb
# SEE http://propelorm.org/reference/buildtime-configuration
propel.database.url = {empty}|string
propel.database.user = {empty}|string
propel.database.password = {empty}|string
propel.mysql.tableType = InnoDB

View File

@@ -0,0 +1,10 @@
{
"name": "thelia/config",
"type": "thelia-local",
"require": {
"thelia/installer": "~1.1"
},
"extra": {
"installer-name": "config"
}
}

View File

@@ -0,0 +1,6 @@
database:
connection:
driver: mysql
user: beaheadfwhsofian
password: Cerbonnus34
dsn: mysql:host=localhost;dbname=beaheadfwhsofian;port=3306

View File

@@ -0,0 +1,6 @@
database:
connection:
driver: %DRIVER%
user: %USERNAME%
password: %PASSWORD%
dsn: %DSN%

1943
local/config/schema.xml Normal file

File diff suppressed because it is too large Load Diff