[extend-a-story-checkins] Extend-A-Story branch master updated. Extend-A-Story-2-2-0-75-gca904f1
Interactive and Extendable Story
Brought to you by:
jjweston
From: Jeffrey J. W. <jjw...@us...> - 2014-06-17 22:56:33
|
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 ca904f1784a52606d3b1212e050f0b9adcb3fbc0 (commit) from b6fb6da6721bb9a476da91d6c558a90d04a267e8 (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 ca904f1784a52606d3b1212e050f0b9adcb3fbc0 Author: Jeff Weston <jjw...@gm...> Date: Tue Jun 17 15:56:25 2014 -0700 Started the settings page for the installation script. ----------------------------------------------------------------------- Summary of changes: .../install/{StartPage.php => InstallPage.php} | 15 +++- www/include/classes/pages/install/SettingsPage.php | 95 ++++++++++++++++++++ www/include/classes/pages/install/StartPage.php | 49 +++------- www/install.php | 13 +++ .../classes/StoryException.php => script.js} | 18 ++-- www/style.css | 35 +++++++ 6 files changed, 177 insertions(+), 48 deletions(-) copy www/include/classes/pages/install/{StartPage.php => InstallPage.php} (92%) create mode 100644 www/include/classes/pages/install/SettingsPage.php copy www/{include/classes/StoryException.php => script.js} (81%) hooks/post-receive -- Extend-A-Story |