Showing 584 changed files with 2,516 additions and 4,675 deletions.
6 changes: 2 additions & 4 deletions .htaccess.default
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
##
# Contao Open Source CMS
#
# Copyright (c) 2005-2014 Leo Feyer
# Copyright (c) 2005-2015 Leo Feyer
#
# @package Core
# @link https://contao.org
# @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
# @license LGPL-3.0+
##

##
Expand Down
6 changes: 2 additions & 4 deletions assets/contao/css/debug-uncompressed.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/**
* Contao Open Source CMS
*
* Copyright (c) 2005-2014 Leo Feyer
* Copyright (c) 2005-2015 Leo Feyer
*
* @package Core
* @link https://contao.org
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
* @license LGPL-3.0+
*/

#debug * {
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.

6 changes: 2 additions & 4 deletions assets/contao/css/form-uncompressed.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/**
* Contao Open Source CMS
*
* Copyright (c) 2005-2014 Leo Feyer
* Copyright (c) 2005-2015 Leo Feyer
*
* @package Core
* @link https://contao.org
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
* @license LGPL-3.0+
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion assets/contao/css/form.css

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

6 changes: 2 additions & 4 deletions assets/contao/css/grid-uncompressed.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/**
* Contao Open Source CMS
*
* Copyright (c) 2005-2014 Leo Feyer
* Copyright (c) 2005-2015 Leo Feyer
*
* @package Core
* @link https://contao.org
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
* @license LGPL-3.0+
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion assets/contao/css/grid.css

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

6 changes: 2 additions & 4 deletions assets/contao/css/layout-uncompressed.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/**
* Contao Open Source CMS
*
* Copyright (c) 2005-2014 Leo Feyer
* Copyright (c) 2005-2015 Leo Feyer
*
* @package Core
* @link https://contao.org
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
* @license LGPL-3.0+
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion assets/contao/css/layout.css

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

6 changes: 2 additions & 4 deletions assets/contao/css/reset-uncompressed.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
/**
* Contao Open Source CMS
*
* Copyright (c) 2005-2014 Leo Feyer
* Copyright (c) 2005-2015 Leo Feyer
*
* @package Core
* @link https://contao.org
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
* @license LGPL-3.0+
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion assets/contao/css/reset.css

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

24 changes: 8 additions & 16 deletions assets/contao/js/core-uncompressed.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
/**
* Contao Open Source CMS
*
* Copyright (c) 2005-2014 Leo Feyer
* Copyright (c) 2005-2015 Leo Feyer
*
* @package Core
* @see https://contao.org
* @license http://www.gnu.org/licenses/lgpl-3.0.html LGPL
* @license LGPL-3.0+
*/


/**
* Class AjaxRequest
*
* Provide methods to handle Ajax requests.
* @copyright Leo Feyer 2005-2014
* @author Leo Feyer <https://contao.org>
*
* @author Leo Feyer <https://github.com/leofeyer>
*/
var AjaxRequest =
{
Expand Down Expand Up @@ -695,11 +691,9 @@ var AjaxRequest =


/**
* Class Backend
*
* Provide methods to handle back end tasks.
* @copyright Leo Feyer 2005-2014
* @author Leo Feyer <https://contao.org>
*
* @author Leo Feyer <https://github.com/leofeyer>
*/
var Backend =
{
Expand Down Expand Up @@ -1989,11 +1983,9 @@ window.addEvent('ajax_change', function() {


/**
* Class TinyCallback
*
* Provide callback functions for TinyMCE.
* @copyright Leo Feyer 2005-2014
* @author Leo Feyer <https://contao.org>
*
* @author Leo Feyer <https://github.com/leofeyer>
*/
var TinyCallback =
{
Expand Down
Loading