####### 2017-11-07 21:44:48 #######
Push from ericadeefox updated head SHA of development branch of whyarewehere from 3afa3fd to d7b755d
$ git pull
error: cannot open .git/FETCH_HEAD: Permission denied
$ git status
On branch development
Your branch is up-to-date with 'origin/development'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-07 21:45:41 #######
Deploy triggered manually by Graham for development branch of whyarewehere
$ git pull
From https://github.com/BallStateCBER/whyarewehere
3afa3fd..d7b755d development -> origin/development
Updating 3afa3fd..d7b755d
Fast-forward
.gitignore | 2 +
src/Controller/AwardsController.php | 44 +++++---
src/Controller/DegreesController.php | 44 +++++---
src/Template/Element/awards/form.ctp | 125 ++++++++++-----------
src/Template/Element/degrees/form.ctp | 45 ++++----
src/Template/Projects/index.ctp | 0
tests/Fixture/AwardsFixture.php | 8 ++
tests/Fixture/DegreesFixture.php | 0
tests/Fixture/FundsFixture.php | 0
tests/Fixture/ProjectsFixture.php | 0
tests/Fixture/ReportsFixture.php | 0
tests/Fixture/UsersFixture.php | 0
tests/Fixture/UsersProjectsFixture.php | 0
.../IntegrationTests/AwardsControllerTest.php | 104 +++++++++++++++++
.../IntegrationTests/DegreesControllerTest.php | 108 ++++++++++++++++++
.../IntegrationTests/UsersControllerTest.php | 7 +-
webroot/android-chrome-192x192.png | Bin
webroot/android-chrome-512x512.png | Bin
webroot/apple-touch-icon.png | Bin
webroot/browserconfig.xml | 0
webroot/favicon-16x16.png | Bin
webroot/favicon-32x32.png | Bin
webroot/favicon.ico | Bin
.../projects/c74ea9bd728989e8d14932cdb90e5a71.png | Bin 46788 -> 0 bytes
.../projects/ec38eabf6e0ec246ec54792f703781ac.jpg | Bin 506887 -> 0 bytes
.../img/users/5a6ce2ead1e988a7993704afb87a0c9b.jpg | Bin 1186448 -> 0 bytes
webroot/img/wallpaper-3.jpg | Bin
webroot/manifest.json | 0
webroot/mstile-150x150.png | Bin
webroot/safari-pinned-tab.svg | 0
30 files changed, 364 insertions(+), 123 deletions(-)
mode change 100644 => 100755 src/Template/Projects/index.ctp
mode change 100644 => 100755 tests/Fixture/AwardsFixture.php
mode change 100644 => 100755 tests/Fixture/DegreesFixture.php
mode change 100644 => 100755 tests/Fixture/FundsFixture.php
mode change 100644 => 100755 tests/Fixture/ProjectsFixture.php
mode change 100644 => 100755 tests/Fixture/ReportsFixture.php
mode change 100644 => 100755 tests/Fixture/UsersFixture.php
mode change 100644 => 100755 tests/Fixture/UsersProjectsFixture.php
create mode 100755 tests/TestCase/IntegrationTests/AwardsControllerTest.php
create mode 100755 tests/TestCase/IntegrationTests/DegreesControllerTest.php
mode change 100644 => 100755 tests/TestCase/IntegrationTests/UsersControllerTest.php
mode change 100644 => 100755 webroot/android-chrome-192x192.png
mode change 100644 => 100755 webroot/android-chrome-512x512.png
mode change 100644 => 100755 webroot/apple-touch-icon.png
mode change 100644 => 100755 webroot/browserconfig.xml
mode change 100644 => 100755 webroot/favicon-16x16.png
mode change 100644 => 100755 webroot/favicon-32x32.png
mode change 100644 => 100755 webroot/favicon.ico
delete mode 100755 webroot/img/projects/c74ea9bd728989e8d14932cdb90e5a71.png
delete mode 100755 webroot/img/projects/ec38eabf6e0ec246ec54792f703781ac.jpg
delete mode 100755 webroot/img/users/5a6ce2ead1e988a7993704afb87a0c9b.jpg
mode change 100644 => 100755 webroot/img/wallpaper-3.jpg
mode change 100644 => 100755 webroot/manifest.json
mode change 100644 => 100755 webroot/mstile-150x150.png
mode change 100644 => 100755 webroot/safari-pinned-tab.svg
$ git status
On branch development
Your branch is up-to-date with 'origin/development'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-07 22:49:39 #######
Push from ericadeefox updated head SHA of development branch of whyarewehere from d7b755d to d75758c
$ git pull
From https://github.com/BallStateCBER/whyarewehere
d7b755d..d75758c development -> origin/development
Updating d7b755d..d75758c
Fast-forward
src/Controller/AwardsController.php | 7 +-
src/Controller/DegreesController.php | 7 +-
src/Controller/FundsController.php | 4 +
src/Controller/UsersController.php | 13 ++-
.../IntegrationTests/AwardsControllerTest.php | 4 +-
.../IntegrationTests/DegreesControllerTest.php | 2 +-
.../IntegrationTests/FundsControllerTest.php | 103 +++++++++++++++++++++
.../IntegrationTests/UsersControllerTest.php | 7 +-
8 files changed, 134 insertions(+), 13 deletions(-)
create mode 100755 tests/TestCase/IntegrationTests/FundsControllerTest.php
$ git status
On branch development
Your branch is up-to-date with 'origin/development'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-07 22:55:41 #######
Push from ericadeefox updated head SHA of development branch of whyarewehere from d75758c to 7aef0b1
$ git pull
From https://github.com/BallStateCBER/whyarewehere
d75758c..7aef0b1 development -> origin/development
Updating d75758c..7aef0b1
Fast-forward
src/Controller/AwardsController.php | 6 ++++--
src/Controller/DegreesController.php | 6 ++++--
src/Controller/FundsController.php | 9 ++++++---
src/Controller/ProjectsController.php | 8 +++++---
src/Controller/UsersController.php | 8 +++++---
5 files changed, 24 insertions(+), 13 deletions(-)
$ git status
On branch development
Your branch is up-to-date with 'origin/development'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-08 17:32:24 #######
Push from ericadeefox updated head SHA of development branch of whyarewehere from 7aef0b1 to 42d71c2
$ git pull
From https://github.com/BallStateCBER/whyarewehere
7aef0b1..42d71c2 development -> origin/development
Updating 7aef0b1..42d71c2
Fast-forward
src/Controller/AppController.php | 16 +++-
src/Controller/AwardsController.php | 38 ++++++----
src/Controller/DegreesController.php | 52 +++++++++----
src/Controller/FundsController.php | 55 ++++++++------
src/Controller/PagesController.php | 4 +-
src/Controller/ProjectsController.php | 7 --
src/Controller/ReportsController.php | 97 ++++++++++++++++--------
src/Controller/UsersController.php | 138 ++++++++++++++++++----------------
8 files changed, 248 insertions(+), 159 deletions(-)
$ git status
On branch development
Your branch is up-to-date with 'origin/development'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-08 17:43:36 #######
Push from ericadeefox updated head SHA of development branch of whyarewehere from 42d71c2 to a6f5a3e
$ git pull
From https://github.com/BallStateCBER/whyarewehere
42d71c2..a6f5a3e development -> origin/development
Updating 42d71c2..a6f5a3e
Fast-forward
src/Controller/AwardsController.php | 6 +-----
src/Controller/DegreesController.php | 4 ----
src/Controller/FundsController.php | 6 +-----
src/Controller/ReportsController.php | 8 ++------
src/Controller/UsersController.php | 6 ------
src/Model/Table/AwardsTable.php | 10 +---------
src/Model/Table/DegreesTable.php | 15 +++++----------
src/Model/Table/FundsTable.php | 9 +--------
src/Model/Table/ProjectsTable.php | 12 ++----------
src/Model/Table/ReportsTable.php | 15 +++++----------
src/Model/Table/UsersTable.php | 18 +++++++-----------
11 files changed, 25 insertions(+), 84 deletions(-)
$ git status
On branch development
Your branch is up-to-date with 'origin/development'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-08 19:50:10 #######
Push from ericadeefox updated head SHA of development branch of whyarewehere from a6f5a3e to 0cb8f4e
$ git pull
From https://github.com/BallStateCBER/whyarewehere
a6f5a3e..0cb8f4e development -> origin/development
Updating a6f5a3e..0cb8f4e
Fast-forward
src/Controller/ReportsController.php | 50 ++++++++++++----------
.../IntegrationTests/ReportsControllerTest.php | 39 +++++++++++++++++
2 files changed, 67 insertions(+), 22 deletions(-)
create mode 100755 tests/TestCase/IntegrationTests/ReportsControllerTest.php
$ git status
On branch development
Your branch is up-to-date with 'origin/development'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-08 19:52:28 #######
Push from ericadeefox updated head SHA of development branch of whyarewehere from 0cb8f4e to 570e3db
$ git pull
From https://github.com/BallStateCBER/whyarewehere
0cb8f4e..570e3db development -> origin/development
Updating 0cb8f4e..570e3db
Fast-forward
src/Controller/ReportsController.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
$ git status
On branch development
Your branch is up-to-date with 'origin/development'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-09 18:21:59 #######
Push from ericadeefox updated head SHA of development branch of whyarewehere from 570e3db to 3c2bff6
$ git pull
From https://github.com/BallStateCBER/whyarewehere
570e3db..3c2bff6 development -> origin/development
Updating 570e3db..3c2bff6
Fast-forward
src/Controller/AppController.php | 1 +
src/Controller/ReportsController.php | 2 +-
tests/Fixture/ProjectsFixture.php | 10 ++
tests/Fixture/UsersProjectsFixture.php | 46 ++++++++-
tests/TestCase/ApplicationTest.php | 36 +++++++
.../IntegrationTests/ReportsControllerTest.php | 103 ++++++++++++++++++++-
6 files changed, 194 insertions(+), 4 deletions(-)
$ git status
On branch development
Your branch is up-to-date with 'origin/development'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-09 20:11:36 #######
Push from ericadeefox updated head SHA of development branch of whyarewehere from 3c2bff6 to 8352336
$ git pull
From https://github.com/BallStateCBER/whyarewehere
3c2bff6..8352336 development -> origin/development
Updating 3c2bff6..8352336
Fast-forward
src/Controller/AwardsController.php | 6 +
src/Controller/DegreesController.php | 6 +
src/Controller/FundsController.php | 6 +
src/Controller/ReportsController.php | 11 +-
src/Template/Element/header.ctp | 3 +-
src/Template/Element/reports/form.ctp | 34 +-
src/Template/Element/users/form.ctp | 491 ++++++++++-----------
src/Template/Users/index.ctp | 2 +-
src/Template/Users/view.ctp | 5 +-
tests/Fixture/UsersFixture.php | 2 +-
.../IntegrationTests/ReportsControllerTest.php | 69 +++
11 files changed, 356 insertions(+), 279 deletions(-)
$ git status
On branch development
Your branch is up-to-date with 'origin/development'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-09 21:09:12 #######
Push from ericadeefox updated head SHA of development branch of whyarewehere from 8352336 to 1fbbf8f
$ git pull
From https://github.com/BallStateCBER/whyarewehere
8352336..1fbbf8f development -> origin/development
Updating 8352336..1fbbf8f
Fast-forward
src/Controller/AppController.php | 9 ++++-
src/Controller/AwardsController.php | 6 +--
src/Controller/DegreesController.php | 6 +--
src/Controller/FundsController.php | 2 +-
src/Controller/ProjectsController.php | 2 +-
src/Controller/ReportsController.php | 8 ++--
src/Controller/UsersController.php | 2 +-
src/Template/Element/header.ctp | 16 ++------
src/Template/Element/reports/form.ctp | 2 +-
src/Template/Element/users/form.ctp | 8 ++--
src/Template/Projects/index.ctp | 4 +-
src/Template/Projects/new-index.ctp | 71 -----------------------------------
src/Template/Projects/old-index.ctp | 48 -----------------------
src/Template/Users/index.ctp | 3 +-
src/Template/Users/register.ctp | 4 +-
src/Template/Users/view.ctp | 2 +-
tests/Fixture/UsersFixture.php | 8 ++--
17 files changed, 39 insertions(+), 162 deletions(-)
delete mode 100755 src/Template/Projects/new-index.ctp
delete mode 100755 src/Template/Projects/old-index.ctp
$ git status
On branch development
Your branch is up-to-date with 'origin/development'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-09 21:16:33 #######
Push from ericadeefox updated head SHA of master branch of whyarewehere from 80f7fdf to 1fbbf8f
$ git pull
From https://github.com/BallStateCBER/whyarewehere
80f7fdf..1fbbf8f master -> origin/master
0dfbe7f..1fbbf8f development -> origin/development
Updating 80f7fdf..1fbbf8f
Fast-forward
.gitignore | 2 +
.travis.yml | 1 -
config/app.php | 25 +-
src/Controller/AppController.php | 36 +-
src/Controller/AwardsController.php | 94 +++-
src/Controller/DegreesController.php | 102 ++++-
src/Controller/FundsController.php | 62 ++-
src/Controller/PagesController.php | 4 +-
src/Controller/ProjectsController.php | 30 +-
src/Controller/ReportsController.php | 154 ++++---
src/Controller/UsersController.php | 161 ++++---
src/Model/Table/AwardsTable.php | 10 +-
src/Model/Table/DegreesTable.php | 15 +-
src/Model/Table/FundsTable.php | 9 +-
src/Model/Table/ProjectsTable.php | 12 +-
src/Model/Table/ReportsTable.php | 15 +-
src/Model/Table/UsersTable.php | 18 +-
src/Template/Element/awards/form.ctp | 125 +++---
src/Template/Element/degrees/form.ctp | 45 +-
src/Template/Element/header.ctp | 17 +-
src/Template/Element/reports/form.ctp | 36 +-
src/Template/Element/users/form.ctp | 491 ++++++++++-----------
src/Template/Projects/index.ctp | 4 +-
src/Template/Projects/new-index.ctp | 71 ---
src/Template/Projects/old-index.ctp | 48 --
src/Template/Users/index.ctp | 5 +-
src/Template/Users/login.ctp | 1 -
src/Template/Users/register.ctp | 4 +-
src/Template/Users/view.ctp | 7 +-
tests/Fixture/AwardsFixture.php | 58 +++
tests/Fixture/DegreesFixture.php | 74 ++++
tests/Fixture/FundsFixture.php | 55 +++
tests/Fixture/ProjectsFixture.php | 94 ++++
tests/Fixture/ReportsFixture.php | 89 ++++
tests/Fixture/UsersFixture.php | 120 +++++
tests/Fixture/UsersProjectsFixture.php | 90 ++++
tests/TestCase/ApplicationTest.php | 112 ++++-
.../IntegrationTests/AwardsControllerTest.php | 128 ++----
.../IntegrationTests/DegreesControllerTest.php | 125 ++----
.../IntegrationTests/FundsControllerTest.php | 142 ++----
.../IntegrationTests/ProjectsControllerTest.php | 241 ----------
.../IntegrationTests/ReportsControllerTest.php | 220 +++++----
.../IntegrationTests/UsersControllerTest.php | 316 +++++--------
tests/TestCase/UnitTests/AwardsTest.php | 53 ---
tests/TestCase/UnitTests/DegreesTest.php | 72 ---
tests/TestCase/UnitTests/ElementsTest.php | 68 ---
tests/TestCase/UnitTests/FundsTest.php | 53 ---
tests/TestCase/UnitTests/ProjectsTest.php | 93 ----
tests/TestCase/UnitTests/ReportsTest.php | 180 --------
tests/TestCase/UnitTests/UsersTest.php | 169 -------
wawh_testing.sql | 243 ----------
webroot/.htaccess | 6 +
webroot/android-chrome-192x192.png | Bin 0 -> 15183 bytes
webroot/android-chrome-512x512.png | Bin 0 -> 29999 bytes
webroot/apple-touch-icon.png | Bin 0 -> 14319 bytes
webroot/browserconfig.xml | 9 +
webroot/favicon-16x16.png | Bin 0 -> 1250 bytes
webroot/favicon-32x32.png | Bin 0 -> 2817 bytes
webroot/favicon.ico | Bin 1150 -> 12014 bytes
.../projects/c74ea9bd728989e8d14932cdb90e5a71.png | Bin 46788 -> 0 bytes
.../projects/ec38eabf6e0ec246ec54792f703781ac.jpg | Bin 506887 -> 0 bytes
.../img/users/5a6ce2ead1e988a7993704afb87a0c9b.jpg | Bin 1186448 -> 0 bytes
webroot/img/wallpaper-3.jpg | Bin
webroot/manifest.json | 18 +
webroot/mstile-150x150.png | Bin 0 -> 11376 bytes
webroot/safari-pinned-tab.svg | 84 ++++
66 files changed, 2002 insertions(+), 2514 deletions(-)
mode change 100644 => 100755 src/Template/Projects/index.ctp
delete mode 100755 src/Template/Projects/new-index.ctp
delete mode 100755 src/Template/Projects/old-index.ctp
create mode 100755 tests/Fixture/AwardsFixture.php
create mode 100755 tests/Fixture/DegreesFixture.php
create mode 100755 tests/Fixture/FundsFixture.php
create mode 100755 tests/Fixture/ProjectsFixture.php
create mode 100755 tests/Fixture/ReportsFixture.php
create mode 100755 tests/Fixture/UsersFixture.php
create mode 100755 tests/Fixture/UsersProjectsFixture.php
delete mode 100755 tests/TestCase/IntegrationTests/ProjectsControllerTest.php
delete mode 100755 tests/TestCase/UnitTests/AwardsTest.php
delete mode 100755 tests/TestCase/UnitTests/DegreesTest.php
delete mode 100755 tests/TestCase/UnitTests/ElementsTest.php
delete mode 100755 tests/TestCase/UnitTests/FundsTest.php
delete mode 100755 tests/TestCase/UnitTests/ProjectsTest.php
delete mode 100755 tests/TestCase/UnitTests/ReportsTest.php
delete mode 100755 tests/TestCase/UnitTests/UsersTest.php
delete mode 100755 wawh_testing.sql
create mode 100755 webroot/android-chrome-192x192.png
create mode 100755 webroot/android-chrome-512x512.png
create mode 100755 webroot/apple-touch-icon.png
create mode 100755 webroot/browserconfig.xml
create mode 100755 webroot/favicon-16x16.png
create mode 100755 webroot/favicon-32x32.png
delete mode 100755 webroot/img/projects/c74ea9bd728989e8d14932cdb90e5a71.png
delete mode 100755 webroot/img/projects/ec38eabf6e0ec246ec54792f703781ac.jpg
delete mode 100755 webroot/img/users/5a6ce2ead1e988a7993704afb87a0c9b.jpg
mode change 100644 => 100755 webroot/img/wallpaper-3.jpg
create mode 100755 webroot/manifest.json
create mode 100755 webroot/mstile-150x150.png
create mode 100755 webroot/safari-pinned-tab.svg
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-09 21:25:29 #######
Push from ericadeefox updated head SHA of master branch of whyarewehere from 1fbbf8f to 65ad798
$ git pull
From https://github.com/BallStateCBER/whyarewehere
1fbbf8f..65ad798 master -> origin/master
Updating 1fbbf8f..65ad798
Fast-forward
src/Controller/AppController.php | 1 -
1 file changed, 1 deletion(-)
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-09 21:43:42 #######
Push from ericadeefox updated head SHA of master branch of whyarewehere from 65ad798 to d7f3a49
$ git pull
From https://github.com/BallStateCBER/whyarewehere
65ad798..d7f3a49 master -> origin/master
Updating 65ad798..d7f3a49
Fast-forward
src/Controller/AppController.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-10 15:56:24 #######
Push from ericadeefox updated head SHA of master branch of whyarewehere from d7f3a49 to e22b664
$ git pull
From https://github.com/BallStateCBER/whyarewehere
d7f3a49..e22b664 master -> origin/master
Updating d7f3a49..e22b664
Fast-forward
src/Controller/ReportsController.php | 3 +++
src/Template/Element/reports/form.ctp | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-10 21:53:31 #######
Push from ericadeefox updated head SHA of master branch of whyarewehere from e22b664 to 1297322
$ git pull
From https://github.com/BallStateCBER/whyarewehere
e22b664..1297322 master -> origin/master
Updating e22b664..1297322
Fast-forward
config/routes.php | 2 +
src/Controller/FundsController.php | 2 +-
src/Controller/PagesController.php | 25 +++++++-
src/Controller/UsersController.php | 1 +
src/Template/Element/help/admin.ctp | 110 +++++++++++++++++++++++++++++++++
src/Template/Element/help/student.ctp | 87 ++++++++++++++++++++++++++
src/Template/Element/reports/form.ctp | 4 +-
src/Template/Element/reports/index.ctp | 6 +-
src/Template/Element/users/form.ctp | 4 +-
src/Template/Pages/help.ctp | 5 ++
src/Template/Pages/home.ctp | 4 +-
src/Template/Pages/student_help.ctp | 1 +
src/Template/Projects/view.ctp | 4 +-
webroot/css/style.css | 2 +-
webroot/css/style.less | 29 ++++++++-
webroot/img/account.png | Bin 0 -> 87774 bytes
webroot/img/add-a-project.png | Bin 0 -> 58533 bytes
webroot/img/add-a-report.png | Bin 0 -> 53187 bytes
webroot/img/adding-contributors.gif | Bin 0 -> 250581 bytes
webroot/img/new-project.png | Bin 0 -> 15976 bytes
webroot/img/register.png | Bin 0 -> 36473 bytes
webroot/img/staff-help.jpg | Bin 0 -> 282180 bytes
webroot/img/student-help.jpg | Bin 0 -> 37050 bytes
23 files changed, 271 insertions(+), 15 deletions(-)
create mode 100644 src/Template/Element/help/admin.ctp
create mode 100644 src/Template/Element/help/student.ctp
create mode 100644 src/Template/Pages/help.ctp
create mode 100644 src/Template/Pages/student_help.ctp
create mode 100644 webroot/img/account.png
create mode 100644 webroot/img/add-a-project.png
create mode 100644 webroot/img/add-a-report.png
create mode 100644 webroot/img/adding-contributors.gif
create mode 100644 webroot/img/new-project.png
create mode 100644 webroot/img/register.png
create mode 100644 webroot/img/staff-help.jpg
create mode 100644 webroot/img/student-help.jpg
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-12 02:01:08 #######
Push from ericadeefox updated head SHA of development branch of whyarewehere from 1fbbf8f to 7d8d34e
$ git pull
From https://github.com/BallStateCBER/whyarewehere
1fbbf8f..7d8d34e development -> origin/development
80f7fdf..1297322 master -> origin/master
Updating 1fbbf8f..7d8d34e
Fast-forward
tests/Fixture/AwardsFixture.php | 2 +-
tests/Fixture/ReportsFixture.php | 2 +-
tests/Fixture/UsersFixture.php | 2 +-
.../IntegrationTests/PagesControllerTest.php | 42 ++++++
.../IntegrationTests/ProjectsControllerTest.php | 146 +++++++++++++++++++++
.../IntegrationTests/ReportsControllerTest.php | 14 +-
6 files changed, 198 insertions(+), 10 deletions(-)
create mode 100755 tests/TestCase/IntegrationTests/PagesControllerTest.php
create mode 100755 tests/TestCase/IntegrationTests/ProjectsControllerTest.php
$ git status
On branch development
Your branch is up-to-date with 'origin/development'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-12 02:03:20 #######
Push from ericadeefox updated head SHA of development branch of whyarewehere from 7d8d34e to c3b1c67
$ git pull
From https://github.com/BallStateCBER/whyarewehere
7d8d34e..c3b1c67 development -> origin/development
Updating 7d8d34e..c3b1c67
Fast-forward
src/Controller/AppController.php | 1 -
1 file changed, 1 deletion(-)
$ git status
On branch development
Your branch is up-to-date with 'origin/development'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-12 02:15:03 #######
Push from ericadeefox updated head SHA of master branch of whyarewehere from 1297322 to 49cabd1
$ git pull
From https://github.com/BallStateCBER/whyarewehere
1297322..49cabd1 master -> origin/master
1fbbf8f..c3b1c67 development -> origin/development
Updating 1297322..49cabd1
Fast-forward
src/Template/Element/header.ctp | 3 +
tests/Fixture/AwardsFixture.php | 2 +-
tests/Fixture/ReportsFixture.php | 2 +-
tests/Fixture/UsersFixture.php | 2 +-
.../IntegrationTests/PagesControllerTest.php | 58 ++++++++
.../IntegrationTests/ProjectsControllerTest.php | 146 +++++++++++++++++++++
.../IntegrationTests/ReportsControllerTest.php | 14 +-
7 files changed, 217 insertions(+), 10 deletions(-)
create mode 100755 tests/TestCase/IntegrationTests/PagesControllerTest.php
create mode 100755 tests/TestCase/IntegrationTests/ProjectsControllerTest.php
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-13 16:13:58 #######
Push from ericadeefox updated head SHA of master branch of whyarewehere from 49cabd1 to 4b11046
$ git pull
From https://github.com/BallStateCBER/whyarewehere
49cabd1..4b11046 master -> origin/master
Updating 49cabd1..4b11046
Fast-forward
src/Template/Element/header.ctp | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
nothing to commit, working tree clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-14 17:40:21 #######
Push from ericadeefox updated head SHA of master branch of whyarewehere from 4b11046 to 6aeacda
$ git pull
From https://github.com/BallStateCBER/whyarewehere
4b11046..6aeacda master -> origin/master
Updating 4b11046..6aeacda
Fast-forward
tests/Fixture/AwardsFixture.php | 2 -
tests/Fixture/DegreesFixture.php | 3 --
tests/TestCase/ApplicationTest.php | 42 +++++++++------------
tests/TestCase/UnitTests/AwardsModelTest.php | 41 ++++++++++++++++++++
tests/TestCase/UnitTests/DegreesModelTest.php | 52 ++++++++++++++++++++++++++
tests/TestCase/UnitTests/ProjectsModelTest.php | 38 +++++++++++++++++++
6 files changed, 149 insertions(+), 29 deletions(-)
create mode 100755 tests/TestCase/UnitTests/AwardsModelTest.php
create mode 100755 tests/TestCase/UnitTests/DegreesModelTest.php
create mode 100755 tests/TestCase/UnitTests/ProjectsModelTest.php
$ git status
# On branch master
nothing to commit, working directory clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-14 20:02:57 #######
Push from ericadeefox updated head SHA of master branch of whyarewehere from 6aeacda to 79ca684
$ git pull
From https://github.com/BallStateCBER/whyarewehere
6aeacda..79ca684 master -> origin/master
Updating 6aeacda..79ca684
Fast-forward
tests/TestCase/UnitTests/ReportsModelTest.php | 57 ++++++++++++++++++
tests/TestCase/UnitTests/UsersModelTest.php | 87 +++++++++++++++++++++++++++
2 files changed, 144 insertions(+)
create mode 100755 tests/TestCase/UnitTests/ReportsModelTest.php
create mode 100755 tests/TestCase/UnitTests/UsersModelTest.php
$ git status
# On branch master
nothing to commit, working directory clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-14 21:13:04 #######
Push from ericadeefox updated head SHA of master branch of whyarewehere from 79ca684 to d43f706
$ git pull
From https://github.com/BallStateCBER/whyarewehere
79ca684..d43f706 master -> origin/master
Updating 79ca684..d43f706
Fast-forward
tests/TestCase/UnitTests/UsersModelTest.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
$ git status
# On branch master
nothing to commit, working directory clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-16 19:04:52 #######
Push from ericadeefox updated head SHA of master branch of whyarewehere from d43f706 to f71261d
$ git pull
From https://github.com/BallStateCBER/whyarewehere
d43f706..f71261d master -> origin/master
Updating d43f706..f71261d
Fast-forward
src/Template/Users/index.ctp | 22 +++++++---------------
1 file changed, 7 insertions(+), 15 deletions(-)
$ git status
# On branch master
nothing to commit, working directory clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-16 19:12:35 #######
Push from ericadeefox updated head SHA of master branch of whyarewehere from f71261d to 4721952
$ git pull
From https://github.com/BallStateCBER/whyarewehere
f71261d..4721952 master -> origin/master
Updating f71261d..4721952
Fast-forward
composer.json | 1 +
composer.lock | 367 +++++++++++++++++++--------------
src/Template/Users/index.ctp | 2 +-
tests/Fixture/AwardsFixture.php | 2 +-
tests/Fixture/DegreesFixture.php | 2 +-
tests/Fixture/FundsFixture.php | 2 +-
tests/Fixture/ProjectsFixture.php | 2 +-
tests/Fixture/ReportsFixture.php | 2 +-
tests/Fixture/UsersFixture.php | 2 +-
tests/Fixture/UsersProjectsFixture.php | 2 +-
10 files changed, 220 insertions(+), 164 deletions(-)
$ git status
# On branch master
nothing to commit, working directory clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 1 install, 18 updates, 0 removals
- Updating symfony/filesystem (v3.3.9 => v3.3.13): Loading from cache
- Updating symfony/config (v3.3.9 => v3.3.13): Loading from cache
- Updating symfony/debug (v3.3.9 => v3.3.13): Loading from cache
- Updating symfony/yaml (v3.3.9 => v3.3.13): Loading from cache
- Updating zendframework/zend-diactoros (1.6.0 => 1.6.1): Loading from cache
- Updating composer/ca-bundle (1.0.8 => 1.0.9): Loading from cache
- Updating justinrainbow/json-schema (5.2.1 => 5.2.6): Loading from cache
- Updating sebastian/comparator (2.0.2 => 2.1.0): Loading from cache
- Updating phpunit/php-code-coverage (5.2.2 => 5.2.3): Loading from cache
- Updating myclabs/deep-copy (1.6.1 => 1.7.0): Loading from cache
- Updating phpunit/phpunit (6.3.1 => 6.4.4): Loading from cache
- Updating symfony/polyfill-mbstring (v1.5.0 => v1.6.0): Loading from cache
- Updating symfony/var-dumper (v3.3.9 => v3.3.13): Loading from cache
- Updating symfony/console (v3.3.9 => v3.3.13): Downloading (connecting...)Downloading (0%) Downloading (5%)Downloading (10%)Downloading (15%)Downloading (20%)Downloading (25%)Downloading (30%)Downloading (35%)Downloading (40%)Downloading (45%)Downloading (50%)Downloading (55%)Downloading (60%)Downloading (65%)Downloading (70%)Downloading (75%)Downloading (80%)Downloading (85%)Downloading (90%)Downloading (95%)Downloading (100%)
- Updating nikic/php-parser (v3.1.1 => v3.1.2): Loading from cache
- Updating psy/psysh (v0.8.11 => v0.8.15): Loading from cache
- Updating symfony/finder (v3.3.9 => v3.3.13): Loading from cache
- Updating symfony/process (v3.3.9 => v3.3.13): Loading from cache
- Installing friendsofcake/fixturize (dev-master 0b1ea7f): Cloning 0b1ea7fddd
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-11-29 19:56:54 #######
Push from ericadeefox updated head SHA of master branch of whyarewehere from 4721952 to 63fd127
$ git pull
From https://github.com/BallStateCBER/whyarewehere
4721952..63fd127 master -> origin/master
Updating 4721952..63fd127
Fast-forward
src/Controller/ReportsController.php | 1 +
src/Controller/UsersController.php | 4 ++--
src/Model/Table/UsersTable.php | 19 +++++++++++++++++++
3 files changed, 22 insertions(+), 2 deletions(-)
$ git status
# On branch master
nothing to commit, working directory clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.2 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-12-06 17:34:47 #######
Push from ericadeefox updated head SHA of development branch of whyarewehere from c3b1c67 to 63fd127
$ git pull
From https://github.com/BallStateCBER/whyarewehere
c3b1c67..63fd127 development -> origin/development
1297322..63fd127 master -> origin/master
Updating c3b1c67..63fd127
Fast-forward
composer.json | 1 +
composer.lock | 367 ++++++++++++---------
config/routes.php | 2 +
src/Controller/AppController.php | 2 +-
src/Controller/FundsController.php | 2 +-
src/Controller/PagesController.php | 25 +-
src/Controller/ReportsController.php | 4 +
src/Controller/UsersController.php | 5 +-
src/Model/Table/UsersTable.php | 19 ++
src/Template/Element/header.ctp | 5 +
src/Template/Element/help/admin.ctp | 110 ++++++
src/Template/Element/help/student.ctp | 87 +++++
src/Template/Element/reports/form.ctp | 6 +-
src/Template/Element/reports/index.ctp | 6 +-
src/Template/Element/users/form.ctp | 4 +-
src/Template/Pages/help.ctp | 5 +
src/Template/Pages/home.ctp | 4 +-
src/Template/Pages/student_help.ctp | 1 +
src/Template/Projects/view.ctp | 4 +-
src/Template/Users/index.ctp | 22 +-
tests/Fixture/AwardsFixture.php | 4 +-
tests/Fixture/DegreesFixture.php | 5 +-
tests/Fixture/FundsFixture.php | 2 +-
tests/Fixture/ProjectsFixture.php | 2 +-
tests/Fixture/ReportsFixture.php | 2 +-
tests/Fixture/UsersFixture.php | 2 +-
tests/Fixture/UsersProjectsFixture.php | 2 +-
tests/TestCase/ApplicationTest.php | 42 +--
.../IntegrationTests/PagesControllerTest.php | 16 +
tests/TestCase/UnitTests/AwardsModelTest.php | 41 +++
tests/TestCase/UnitTests/DegreesModelTest.php | 52 +++
tests/TestCase/UnitTests/ProjectsModelTest.php | 38 +++
tests/TestCase/UnitTests/ReportsModelTest.php | 57 ++++
tests/TestCase/UnitTests/UsersModelTest.php | 87 +++++
webroot/css/style.css | 2 +-
webroot/css/style.less | 29 +-
webroot/img/account.png | Bin 0 -> 87774 bytes
webroot/img/add-a-project.png | Bin 0 -> 58533 bytes
webroot/img/add-a-report.png | Bin 0 -> 53187 bytes
webroot/img/adding-contributors.gif | Bin 0 -> 250581 bytes
webroot/img/new-project.png | Bin 0 -> 15976 bytes
webroot/img/register.png | Bin 0 -> 36473 bytes
webroot/img/staff-help.jpg | Bin 0 -> 282180 bytes
webroot/img/student-help.jpg | Bin 0 -> 37050 bytes
44 files changed, 838 insertions(+), 226 deletions(-)
create mode 100644 src/Template/Element/help/admin.ctp
create mode 100644 src/Template/Element/help/student.ctp
create mode 100644 src/Template/Pages/help.ctp
create mode 100644 src/Template/Pages/student_help.ctp
create mode 100755 tests/TestCase/UnitTests/AwardsModelTest.php
create mode 100755 tests/TestCase/UnitTests/DegreesModelTest.php
create mode 100755 tests/TestCase/UnitTests/ProjectsModelTest.php
create mode 100755 tests/TestCase/UnitTests/ReportsModelTest.php
create mode 100755 tests/TestCase/UnitTests/UsersModelTest.php
create mode 100644 webroot/img/account.png
create mode 100644 webroot/img/add-a-project.png
create mode 100644 webroot/img/add-a-report.png
create mode 100644 webroot/img/adding-contributors.gif
create mode 100644 webroot/img/new-project.png
create mode 100644 webroot/img/register.png
create mode 100644 webroot/img/staff-help.jpg
create mode 100644 webroot/img/student-help.jpg
$ git status
# On branch development
nothing to commit, working directory clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.5 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Package operations: 1 install, 18 updates, 0 removals
- Updating symfony/filesystem (v3.3.9 => v3.3.13): Loading from cache
- Updating symfony/config (v3.3.9 => v3.3.13): Loading from cache
- Updating symfony/debug (v3.3.9 => v3.3.13): Loading from cache
- Updating symfony/yaml (v3.3.9 => v3.3.13): Loading from cache
- Updating zendframework/zend-diactoros (1.6.0 => 1.6.1): Loading from cache
- Updating composer/ca-bundle (1.0.8 => 1.0.9): Loading from cache
- Updating justinrainbow/json-schema (5.2.1 => 5.2.6): Loading from cache
- Updating sebastian/comparator (2.0.2 => 2.1.0): Loading from cache
- Updating phpunit/php-code-coverage (5.2.2 => 5.2.3): Loading from cache
- Updating myclabs/deep-copy (1.6.1 => 1.7.0): Loading from cache
- Updating phpunit/phpunit (6.3.1 => 6.4.4): Loading from cache
- Updating symfony/polyfill-mbstring (v1.5.0 => v1.6.0): Loading from cache
- Updating symfony/var-dumper (v3.3.9 => v3.3.13): Loading from cache
- Updating symfony/console (v3.3.9 => v3.3.13): Loading from cache
- Updating nikic/php-parser (v3.1.1 => v3.1.2): Loading from cache
- Updating psy/psysh (v0.8.11 => v0.8.15): Loading from cache
- Updating symfony/finder (v3.3.9 => v3.3.13): Loading from cache
- Updating symfony/process (v3.3.9 => v3.3.13): Loading from cache
- Installing friendsofcake/fixturize (dev-master 0b1ea7f): Cloning 0b1ea7fddd
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-12-19 23:34:56 #######
Push from ericadeefox updated head SHA of development branch of whyarewehere from 63fd127 to 5025714
$ git pull
From https://github.com/BallStateCBER/whyarewehere
63fd127..5025714 development -> origin/development
Updating 63fd127..5025714
Fast-forward
src/Template/Element/funds/form.ctp | 4 ++--
src/Template/Element/projects/form.ctp | 18 ++++++++--------
src/Template/Element/users/form.ctp | 12 +++++------
src/Template/Funds/index.ctp | 2 +-
src/Template/Projects/index.ctp | 2 +-
src/Template/Projects/view.ctp | 10 ++++-----
src/Template/Users/index.ctp | 4 ++--
src/Template/Users/view.ctp | 38 +++++++++++++++++-----------------
webroot/css/style.css | 2 +-
webroot/css/style.less | 13 ++++++++++++
10 files changed, 59 insertions(+), 46 deletions(-)
$ git status
# On branch development
nothing to commit, working directory clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.6 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-12-19 23:35:37 #######
Push from ericadeefox updated head SHA of master branch of whyarewehere from 63fd127 to 5025714
$ git pull
From https://github.com/BallStateCBER/whyarewehere
63fd127..5025714 master -> origin/master
c3b1c67..5025714 development -> origin/development
Updating 63fd127..5025714
Fast-forward
src/Template/Element/funds/form.ctp | 4 ++--
src/Template/Element/projects/form.ctp | 18 ++++++++--------
src/Template/Element/users/form.ctp | 12 +++++------
src/Template/Funds/index.ctp | 2 +-
src/Template/Projects/index.ctp | 2 +-
src/Template/Projects/view.ctp | 10 ++++-----
src/Template/Users/index.ctp | 4 ++--
src/Template/Users/view.ctp | 38 +++++++++++++++++-----------------
webroot/css/style.css | 2 +-
webroot/css/style.less | 13 ++++++++++++
10 files changed, 59 insertions(+), 46 deletions(-)
$ git status
# On branch master
nothing to commit, working directory clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.6 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-12-21 18:34:39 #######
Push from ericadeefox updated head SHA of master branch of whyarewehere from 5025714 to 03e31aa
$ git pull
From https://github.com/BallStateCBER/whyarewehere
5025714..03e31aa master -> origin/master
Updating 5025714..03e31aa
Fast-forward
src/Template/Element/help/admin.ctp | 24 ++++++++++++------------
src/Template/Element/help/student.ctp | 20 ++++++++++----------
src/Template/Element/projects/form.ctp | 4 ++--
src/Template/Element/reports/form.ctp | 18 ++++++++++--------
src/Template/Element/reports/index.ctp | 28 ++++++++++++++--------------
src/Template/Element/users/form.ctp | 12 ++++++------
src/Template/Users/view.ctp | 4 ++--
7 files changed, 56 insertions(+), 54 deletions(-)
$ git status
# On branch master
nothing to commit, working directory clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.6 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-12-21 19:41:42 #######
Push from ericadeefox updated head SHA of master branch of whyarewehere from 03e31aa to 55622f2
$ git pull
From https://github.com/BallStateCBER/whyarewehere
03e31aa..55622f2 master -> origin/master
Updating 03e31aa..55622f2
Fast-forward
src/Template/Projects/index.ctp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
$ git status
# On branch master
nothing to commit, working directory clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.6 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-12-22 20:25:17 #######
Deploy triggered manually by Erica for master branch of whyarewehere
$ git pull
Already up-to-date.
$ git status
# On branch master
nothing to commit, working directory clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.6 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.
####### 2017-12-22 20:54:39 #######
Push from ericadeefox updated head SHA of development branch of whyarewehere from 5025714 to 55622f2
$ git pull
From https://github.com/BallStateCBER/whyarewehere
5025714..55622f2 development -> origin/development
63fd127..55622f2 master -> origin/master
Updating 5025714..55622f2
Fast-forward
src/Template/Element/help/admin.ctp | 24 ++++++++++++------------
src/Template/Element/help/student.ctp | 20 ++++++++++----------
src/Template/Element/projects/form.ctp | 4 ++--
src/Template/Element/reports/form.ctp | 18 ++++++++++--------
src/Template/Element/reports/index.ctp | 28 ++++++++++++++--------------
src/Template/Element/users/form.ctp | 12 ++++++------
src/Template/Projects/index.ctp | 2 +-
src/Template/Users/view.ctp | 4 ++--
8 files changed, 57 insertions(+), 55 deletions(-)
$ git status
# On branch development
nothing to commit, working directory clean
$ php /home/okbvtfr/public_html/deploy/composer.phar self-update
You are already using composer version 1.5.6 (stable channel).
$ php /home/okbvtfr/public_html/deploy/composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
> Cake\Composer\Installer\PluginInstaller::postAutoloadDump
> App\Console\Installer::postInstall
No Security.salt placeholder to replace.