Skip to content

Commit c34fa99

Browse files
committed
Move contao resources.
1 parent 3cffb81 commit c34fa99

30 files changed

+20
-57
lines changed

contao/config/autoload.ini

-7
This file was deleted.

contao/config/autoload.php

-28
This file was deleted.

contao/html/.htaccess

-7
This file was deleted.

src/Attribute/AttributeTypeFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function getTypeName()
4141
*/
4242
public function getTypeIcon()
4343
{
44-
return 'system/modules/metamodelsattribute_select/html/select.png';
44+
return 'bundles/metamodelsattributeselect/select.png';
4545
}
4646

4747
/**
File renamed without changes.

contao/config/event_listeners.php src/Resources/contao/config/event_listeners.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_select.
55
*
6-
* (c) 2012-2016 The MetaModels team.
6+
* (c) 2012-2017 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -13,7 +13,8 @@
1313
* @package MetaModels
1414
* @subpackage AttributeSelect
1515
* @author Christian Schiffler <[email protected]>
16-
* @copyright 2012-2016 The MetaModels team.
16+
* @author David Molineus <[email protected]>
17+
* @copyright 2012-2017 The MetaModels team.
1718
* @license https://github.com/MetaModels/attribute_select/blob/master/LICENSE LGPL-3.0
1819
* @filesource
1920
*/

contao/dca/tl_metamodel_attribute.php src/Resources/contao/dca/tl_metamodel_attribute.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_select.
55
*
6-
* (c) 2012-2016 The MetaModels team.
6+
* (c) 2012-2017 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -16,7 +16,8 @@
1616
* @author Christian de la Haye <[email protected]>
1717
* @author Stefan Heimes <[email protected]>
1818
* @author Andreas Isaak <[email protected]>
19-
* @copyright 2012-2016 The MetaModels team.
19+
* @author David Molineus <[email protected]>
20+
* @copyright 2012-2017 The MetaModels team.
2021
* @license https://github.com/MetaModels/attribute_select/blob/master/LICENSE LGPL-3.0
2122
* @filesource
2223
*/

contao/dca/tl_metamodel_dcasetting.php src/Resources/contao/dca/tl_metamodel_dcasetting.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_select.
55
*
6-
* (c) 2012-2016 The MetaModels team.
6+
* (c) 2012-2017 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -17,7 +17,8 @@
1717
* @author Andreas Isaak <[email protected]>
1818
* @author Oliver Hoff <[email protected]>
1919
* @author Stefan heimes <[email protected]>
20-
* @copyright 2012-2016 The MetaModels team.
20+
* @author David Molineus <[email protected]>
21+
* @copyright 2012-2017 The MetaModels team.
2122
* @license https://github.com/MetaModels/attribute_select/blob/master/LICENSE LGPL-3.0
2223
* @filesource
2324
*/

contao/languages/en/tl_metamodel_attribute.php src/Resources/contao/languages/en/tl_metamodel_attribute.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
/**
44
* This file is part of MetaModels/attribute_select.
55
*
6-
* (c) 2012-2016 The MetaModels team.
6+
* (c) 2012-2017 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
@@ -14,7 +14,8 @@
1414
* @subpackage AttributeSelect
1515
* @author Christian Schiffler <[email protected]>
1616
* @author Christian de la Haye <[email protected]>
17-
* @copyright 2012-2016 The MetaModels team.
17+
* @author David Molineus <[email protected]>
18+
* @copyright 2012-2017 The MetaModels team.
1819
* @license https://github.com/MetaModels/attribute_select/blob/master/LICENSE LGPL-3.0
1920
* @filesource
2021
*/

contao/languages/en/tl_metamodel_dcasetting.php src/Resources/contao/languages/en/tl_metamodel_dcasetting.php

+7-6
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,21 @@
33
/**
44
* This file is part of MetaModels/attribute_select.
55
*
6-
* (c) 2012-2016 The MetaModels team.
6+
* (c) 2012-2017 The MetaModels team.
77
*
88
* For the full copyright and license information, please view the LICENSE
99
* file that was distributed with this source code.
1010
*
1111
* This project is provided in good faith and hope to be usable by anyone.
1212
*
13-
* @package MetaModels
14-
* @subpackage AttributeSelect
15-
* @author Christian Schiffler <[email protected]>
13+
* @package MetaModels
14+
* @subpackage AttributeSelect
15+
* @author Christian Schiffler <[email protected]>
1616
* @author Christian de la Haye <[email protected]>
1717
* @author Stefan Heimes <[email protected]>
18-
* @copyright 2012-2016 The MetaModels team.
19-
* @license https://github.com/MetaModels/attribute_select/blob/master/LICENSE LGPL-3.0
18+
* @author David Molineus <[email protected]>
19+
* @copyright 2012-2017 The MetaModels team.
20+
* @license https://github.com/MetaModels/attribute_select/blob/master/LICENSE LGPL-3.0
2021
* @filesource
2122
*/
2223

File renamed without changes.

0 commit comments

Comments
 (0)