[extend-a-story-checkins] Extend-A-Story branch master updated. Extend-A-Story-2-2-0-88-gc9db49c
Interactive and Extendable Story
Brought to you by:
jjweston
From: Jeffrey J. W. <jjw...@us...> - 2014-06-19 17:54:09
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Extend-A-Story". The branch, master has been updated via c9db49ca0aaf677cf4fbc0445482d84751a841fd (commit) from ed4c45c4ad8ad607122dbdf034f11f47d0985aaa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c9db49ca0aaf677cf4fbc0445482d84751a841fd Author: Jeff Weston <jjw...@gm...> Date: Thu Jun 19 10:53:10 2014 -0700 Renamed the installation settings page. Renamed the installation settings page to reflect that it is asking for database connection information. ----------------------------------------------------------------------- Summary of changes: .../Pages/Install/DatabaseConnectionPage.php | 91 +++++++++++++++++++ .../Extend_A_Story/Pages/Install/SettingsPage.php | 95 -------------------- www/install.php | 4 +- www/style.css | 5 - 4 files changed, 93 insertions(+), 102 deletions(-) create mode 100644 www/include/classes/Extend_A_Story/Pages/Install/DatabaseConnectionPage.php delete mode 100644 www/include/classes/Extend_A_Story/Pages/Install/SettingsPage.php hooks/post-receive -- Extend-A-Story |