From 719092a03b77f991acdaf4ca598517095c6623df Mon Sep 17 00:00:00 2001 From: Josafá Filho Date: Wed, 4 Nov 2015 20:15:37 -0200 Subject: [PATCH] pensandoodireito/participacao-sitebase#408 --- composer.json | 154 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------- config/file-remote.php | 44 ++++++++++++++++++++++---------------------- config/index-vagrant.php | 2 +- config/wp-config-provision.php | 55 ++++++++++++++++++++++++++++--------------------------- config/wp-config-vagrant.php | 71 ++++++++++++++++++++++++++++++++++++----------------------------------- gulpfile.js | 92 ++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------- 6 files changed, 213 insertions(+), 205 deletions(-) diff --git a/composer.json b/composer.json index be2e88b..52bb582 100644 --- a/composer.json +++ b/composer.json @@ -1,79 +1,85 @@ { - "repositories": [ - { - "type": "composer", - "url": "http://wpackagist.org" - }, - { - "type": "git", - "url": "https://github.com/pensandoodireito/marcocivil-tema" - }, - { - "type": "git", - "url": "https://github.com/pensandoodireito/dadospessoais-tema" - }, - { - "type": "git", - "url": "https://github.com/pensandoodireito/pensandoodireito-tema" - }, - { - "type": "git", - "url": "https://github.com/pensandoodireito/participacao-tema" - }, - { - "type": "git", - "url": "https://github.com/pensandoodireito/pensandoodireito-network-functions" - }, - { - "type": "git", - "url": "https://github.com/pensandoodireito/wp-side-comments" - }, - { - "type": "git", - "url": "https://github.com/pensandoodireito/delibera" - }, - { - "type": "git", - "url": "https://github.com/pensandoodireito/debatepublico-tema" - }, - { - "type": "git", - "url": "https://github.com/pensandoodireito/blog-tema" - } - ], - "require": { - "php": ">=5.4.0", - "johnpbloch/wordpress": "4.1", - "pensandoodireito/marcocivil-tema" : "dev-master", - "pensandoodireito/dadospessoais-tema" : "dev-master", - "pensandoodireito/pensandoodireito-tema" : "dev-master", - "pensandoodireito/participacao-tema" : "dev-master", - "pensandoodireito/debatepublico-tema" : "dev-master", - "pensandoodireito/pensandoodireito-network-functions" : "dev-master", - "pensandoodireito/blog-tema" : "dev-master", - "pensandoodireito/wp-side-comments" : "dev-master", - "ethymos/delibera" : "dev-master", - "wpackagist-plugin/rich-text-tags": "1.7.3", - "wpackagist-plugin/json-rest-api": "1.1.1", - "wpackagist-plugin/sendpress": ">=1.1.7.21", - "wpackagist-plugin/social-share-button": "2.1", - "wpackagist-plugin/events-manager": "5.5.7.1", - "wpackagist-plugin/mce-table-buttons": "~3.2", - "fancyguy/webroot-installer": "1.0.0", - "composer/installers": "~1.0" + "repositories": [ + { + "type": "composer", + "url": "http://wpackagist.org" }, - "extra": { - "wordpress-install-dir": "src/wp", - "installer-paths": { - "src/wp-content/plugins/{$name}/": ["type:wordpress-plugin"], - "src/wp-content/mu-plugins/{$name}/": ["type:wordpress-muplugin"], - "src/wp-content/themes/{$name}/": ["type:wordpress-theme"] - } + { + "type": "git", + "url": "https://github.com/pensandoodireito/marcocivil-tema" }, - "scripts": { - "pre-install-cmd": "/bin/bash ./pre-update.sh", - "pre-update-cmd": "/bin/bash ./pre-update.sh", - "post-update-cmd": "/bin/bash ./post-update.sh", - "post-install-cmd": "/bin/bash ./post-update.sh" + { + "type": "git", + "url": "https://github.com/pensandoodireito/dadospessoais-tema" + }, + { + "type": "git", + "url": "https://github.com/pensandoodireito/pensandoodireito-tema" + }, + { + "type": "git", + "url": "https://github.com/pensandoodireito/participacao-tema" + }, + { + "type": "git", + "url": "https://github.com/pensandoodireito/pensandoodireito-network-functions" + }, + { + "type": "git", + "url": "https://github.com/pensandoodireito/wp-side-comments" + }, + { + "type": "git", + "url": "https://github.com/pensandoodireito/delibera" + }, + { + "type": "git", + "url": "https://github.com/pensandoodireito/debatepublico-tema" + }, + { + "type": "git", + "url": "https://github.com/pensandoodireito/blog-tema" + } + ], + "require": { + "php": ">=5.4.0", + "johnpbloch/wordpress": "4.1", + "pensandoodireito/marcocivil-tema": "dev-master", + "pensandoodireito/dadospessoais-tema": "dev-master", + "pensandoodireito/pensandoodireito-tema": "dev-master", + "pensandoodireito/participacao-tema": "dev-master", + "pensandoodireito/debatepublico-tema": "dev-master", + "pensandoodireito/pensandoodireito-network-functions": "dev-master", + "pensandoodireito/blog-tema": "dev-master", + "pensandoodireito/wp-side-comments": "dev-master", + "ethymos/delibera": "dev-master", + "wpackagist-plugin/rich-text-tags": "1.7.3", + "wpackagist-plugin/json-rest-api": "1.1.1", + "wpackagist-plugin/sendpress": ">=1.1.7.21", + "wpackagist-plugin/social-share-button": "2.1", + "wpackagist-plugin/events-manager": "5.5.7.1", + "wpackagist-plugin/mce-table-buttons": "~3.2", + "fancyguy/webroot-installer": "1.0.0", + "composer/installers": "~1.0" + }, + "extra": { + "wordpress-install-dir": "src/wp", + "installer-paths": { + "src/wp-content/plugins/{$name}/": [ + "type:wordpress-plugin" + ], + "src/wp-content/mu-plugins/{$name}/": [ + "type:wordpress-muplugin" + ], + "src/wp-content/themes/{$name}/": [ + "type:wordpress-theme" + ] } + }, + "scripts": { + "pre-install-cmd": "/bin/bash ./pre-update.sh", + "pre-update-cmd": "/bin/bash ./pre-update.sh", + "post-update-cmd": "/bin/bash ./post-update.sh", + "post-install-cmd": "/bin/bash ./post-update.sh" + } } diff --git a/config/file-remote.php b/config/file-remote.php index 06d6c6f..92cddf7 100644 --- a/config/file-remote.php +++ b/config/file-remote.php @@ -1,30 +1,30 @@ 3.U25blUp2d)}3A}fp>[f@=VuNZ#QLlhDZ4+/sKUg13gdN8Vz%OJm:tM'); -define('LOGGED_IN_KEY', 'Y9#zsWMMNUpd/];C]3>wd3=M9j#f+Vz/< |rb3<|(io}JBY>]XJ`X-(+>=Y=q}iw'); -define('NONCE_KEY', 'q9v4xp!s+*[OO3W=E#)2DV{AUVDsIPJowH{7meIQk_a7}vB?UJ*fv Mz_eflEcK'); -define('AUTH_SALT', 'q0TRGwz,wq,lgr-|w-+$q3[}Tfn^/0zQRdb;<~WM6Y[UEPy)gD?|Q%#FopKxLNSp'); -define('SECURE_AUTH_SALT', 'D{~R3*RQd3@aL}2kp(1!&I{c xxLR`j-{vxj!TGNIPZik#rR^Y7THeCOpKstp4q?gJ?fEN|>U!'); -define('NONCE_SALT', '}Sf&a$vcvJd|h 3.U25blUp2d)}3A}fp>[f@=VuNZ#QLlhDZ4+/sKUg13gdN8Vz%OJm:tM' ); +define( 'LOGGED_IN_KEY', 'Y9#zsWMMNUpd/];C]3>wd3=M9j#f+Vz/< |rb3<|(io}JBY>]XJ`X-(+>=Y=q}iw' ); +define( 'NONCE_KEY', 'q9v4xp!s+*[OO3W=E#)2DV{AUVDsIPJowH{7meIQk_a7}vB?UJ*fv Mz_eflEcK' ); +define( 'AUTH_SALT', 'q0TRGwz,wq,lgr-|w-+$q3[}Tfn^/0zQRdb;<~WM6Y[UEPy)gD?|Q%#FopKxLNSp' ); +define( 'SECURE_AUTH_SALT', 'D{~R3*RQd3@aL}2kp(1!&I{c xxLR`j-{vxj!TGNIPZik#rR^Y7THeCOpKstp4q?gJ?fEN|>U!' ); +define( 'NONCE_SALT', '}Sf&a$vcvJd|h 3.U25blUp2d)}3A}fp>[f@=VuNZ#QLlhDZ4+/sKUg13gdN8Vz%OJm:tM'); -define('LOGGED_IN_KEY', 'Y9#zsWMMNUpd/];C]3>wd3=M9j#f+Vz/< |rb3<|(io}JBY>]XJ`X-(+>=Y=q}iw'); -define('NONCE_KEY', 'q9v4xp!s+*[OO3W=E#)2DV{AUVDsIPJowH{7meIQk_a7}vB?UJ*fv Mz_eflEcK'); -define('AUTH_SALT', 'q0TRGwz,wq,lgr-|w-+$q3[}Tfn^/0zQRdb;<~WM6Y[UEPy)gD?|Q%#FopKxLNSp'); -define('SECURE_AUTH_SALT', 'D{~R3*RQd3@aL}2kp(1!&I{c xxLR`j-{vxj!TGNIPZik#rR^Y7THeCOpKstp4q?gJ?fEN|>U!'); -define('NONCE_SALT', '}Sf&a$vcvJd|h 3.U25blUp2d)}3A}fp>[f@=VuNZ#QLlhDZ4+/sKUg13gdN8Vz%OJm:tM' ); +define( 'LOGGED_IN_KEY', 'Y9#zsWMMNUpd/];C]3>wd3=M9j#f+Vz/< |rb3<|(io}JBY>]XJ`X-(+>=Y=q}iw' ); +define( 'NONCE_KEY', 'q9v4xp!s+*[OO3W=E#)2DV{AUVDsIPJowH{7meIQk_a7}vB?UJ*fv Mz_eflEcK' ); +define( 'AUTH_SALT', 'q0TRGwz,wq,lgr-|w-+$q3[}Tfn^/0zQRdb;<~WM6Y[UEPy)gD?|Q%#FopKxLNSp' ); +define( 'SECURE_AUTH_SALT', 'D{~R3*RQd3@aL}2kp(1!&I{c xxLR`j-{vxj!TGNIPZik#rR^Y7THeCOpKstp4q?gJ?fEN|>U!' ); +define( 'NONCE_SALT', '}Sf&a$vcvJd|h