This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
composer.phar | |
vendor/ | |
# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file | |
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file | |
# composer.lock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
127.0.0.1 super-mega-power.local |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
A viable WYSIWYG+CKEditor+Media combination that allows for embedded image management during node editing. | |
Consult each module's INSTALL.txt for complete instructions: | |
Wysiwyg 7.x-2.2+33-dev | |
https://drupal.org/project/wysiwyg | |
CKEditor Version 4.3.3 (Full) | |
http://ckeditor.com/download | |
Media 7.x-2.0-alpha3+77-dev |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (isset($_SERVER['PANTHEON_ENVIRONMENT'])) { | |
switch ($_SERVER['PANTHEON_ENVIRONMENT']) { | |
case 'test': | |
$base_url = 'http://test-example.gotpantheon.com'; // NO trailing slash! | |
break; | |
case 'dev': | |
$base_url = 'http://dev-example.gotpantheon.com'; // NO trailing slash! | |
break; | |
case 'live': | |
$base_url = 'http://www.example.com'; // NO trailing slash! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; $Id$ | |
name = Evanisko | |
description = Provides custom functionality for this site | |
core = 6.x | |
version = "6.x-1.x" | |
project = "evanisko" | |
package = Other |
NewerOlder