Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/3.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
leofeyer committed Nov 21, 2013
2 parents 198b9c9 + ae1b9e1 commit e1978db
Show file tree
Hide file tree
Showing 605 changed files with 17,908 additions and 11,756 deletions.
148 changes: 74 additions & 74 deletions .tx/config

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .tx/purge
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (in_array('-h', $argv)) {

// Include the helper functions
define('TL_ROOT', dirname(__DIR__));
include 'system/helper/functions.php';
include TL_ROOT . '/system/helper/functions.php';

// Initialize the counter
$counter = array();
Expand Down
69 changes: 35 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,56 @@
Contao Open Source CMS
======================

About
-----

Contao is an open source content management system (CMS) for people who want a
professional internet presence that is easy to maintain. The state-of-the-art
structure of the system offers a high security standard and allows you to
develop search engine friendly websites that are also accessible for people with
disabilities. Furthermore, the system can be expanded flexibly and
inexpensively. Easy management of user rights, the Live Update Service, the
modern CSS framework and many already integrated modules (news, calendar, forms,
etc.) have quickly made Contao one of the most popular open source content
management systems on the market.

Visit the project website at https://contao.org.
Contao is an Open Source PHP Content Management System for people who want a
professional website that is easy to maintain. Visit the [project website][1]
for more information.


System requirements
-------------------

* Webserver (Apache, IIS, etc.)
* PHP version 5.3.2 or greater
* MySQL version 4.1 or greater
* PHP extension GDLib
* PHP extension mcrypt (optional)
* Web server
* PHP 5.3.2+ with GDlib, DOM, Phar and SOAP
* MySQL 5.0.3+


Installation
------------

* Download a Contao package from the project website
* Unpack the archive on your server
* Open the installation directory in your web browser
* Follow the instructions of the install tool
See the [installation chapter][2] of the user's manual.


Documentation
-------------

* [User's manual][3]
* [Change log][4]
* [API changes][5]
* [Community wiki][6]

How to access the back end
--------------------------

Open your web browser and add `/contao` to the URL of your website. Here are a
few examples:
License
-------

* `http://www.example.com/contao`
* `http://www.example.com/contao/contao`
* `http://www.example.com/contao-3.1.0/contao`
Contao is licensed under the terms of the LGPLv3. The full license text is
available in the [`system/docs`][7] folder.

Note that the LGPL incorporates the terms and conditions of the GPL, therefore
both licenses are included there. This, however, does not imply that Contao is
dual licensed under both the GPL and the LGPL.

Troubleshooting

Getting support
---------------

If you are having problems installing or using Contao, please visit the project
website at https://contao.org/support.html and read the user's guide or post
your question in the Contao forum.
Visit the [support page][8] to learn about the available support options.


[1]: https://contao.org
[2]: https://contao.org/manual/installation.html
[3]: https://contao.org/manual.html
[4]: system/docs/CHANGELOG.md
[5]: system/docs/UPGRADE.md
[6]: http://contaowiki.org
[7]: system/docs
[8]: https://contao.org/support.html
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions assets/ace/1.1.1/mode-ini.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions assets/ace/1.1.1/mode-mysql.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions assets/ace/1.1.1/theme-vibrant_ink.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions assets/ace/1.1.1/worker-lua.js

Large diffs are not rendered by default.

File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion assets/contao/css/debug-uncompressed.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#debug .time {
background:url("../../../system/themes/default/images/news.gif") left 0 no-repeat;
}
#debug .memory {
#debug .memory,#debug .models {
background:url("../../../system/themes/default/images/modules.gif") left 0 no-repeat;
}
#debug .db {
Expand Down
2 changes: 1 addition & 1 deletion assets/contao/css/debug.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions assets/contao/css/layout-uncompressed.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,10 @@ img {
* Custom layout sections
*/
.custom {
display:block;
display:block;
}
#container:after,.custom:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
content:"";
display:table;
clear:both;
}
Loading

0 comments on commit e1978db

Please sign in to comment.