[extend-a-story-checkins] Extend-A-Story branch master updated. Extend-A-Story-2-2-0-87-ged4c45c
Interactive and Extendable Story
Brought to you by:
jjweston
From: Jeffrey J. W. <jjw...@us...> - 2014-06-18 22:53:11
|
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 ed4c45c4ad8ad607122dbdf034f11f47d0985aaa (commit) via 8b806401f8d3091b3ed58ae805a724ac47e95dd5 (commit) via e143c89ee660b347eb5b66cef4eca644e8653480 (commit) via f1a52b3ea3eb9f3725fe32606bb3143ab60b4670 (commit) via b219dd48e544e4ceb74b40edf2c9c03af8c2f646 (commit) via 55636b4d72435b92a67ddc4c7fbe518ef4ca6e0b (commit) via b40716fc4d9936229fa9ed3bd47fe0622b110759 (commit) via c568d185fba201364b62473f208cbd8ee798df2e (commit) via 44c327fd91114199ab1b9e4ad1e3c9f77d79ace0 (commit) via 46f190fe5a6cae5858bd6f32e269bf12a71f3d57 (commit) via 2d216d8b5353a9854caa927d893ec9950c9e0cc5 (commit) from 508a4c43376b90d3c65056d026cdf270c1cd2c2a (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 ed4c45c4ad8ad607122dbdf034f11f47d0985aaa Author: Jeff Weston <jjw...@gm...> Date: Wed Jun 18 15:52:32 2014 -0700 Removing unused namespaces. commit 8b806401f8d3091b3ed58ae805a724ac47e95dd5 Author: Jeff Weston <jjw...@gm...> Date: Wed Jun 18 15:50:56 2014 -0700 Moved StartPage to the Extend_A_Story vendor namespace. commit e143c89ee660b347eb5b66cef4eca644e8653480 Author: Jeff Weston <jjw...@gm...> Date: Wed Jun 18 15:47:23 2014 -0700 Moved SettingsPage to the Extend_A_Story vendor namespace. commit f1a52b3ea3eb9f3725fe32606bb3143ab60b4670 Author: Jeff Weston <jjw...@gm...> Date: Wed Jun 18 15:43:55 2014 -0700 Moved InstallPage to the Extend_A_Story vendor namespace. commit b219dd48e544e4ceb74b40edf2c9c03af8c2f646 Author: Jeff Weston <jjw...@gm...> Date: Wed Jun 18 15:34:33 2014 -0700 Added Install namespace under the Extend_A_Story vendor namespace. commit 55636b4d72435b92a67ddc4c7fbe518ef4ca6e0b Author: Jeff Weston <jjw...@gm...> Date: Wed Jun 18 15:33:26 2014 -0700 Moved SimplePage to the Extend_A_Story vendor namespace. commit b40716fc4d9936229fa9ed3bd47fe0622b110759 Author: Jeff Weston <jjw...@gm...> Date: Wed Jun 18 15:27:30 2014 -0700 Added Pages namespace under the Extend_A_Story vendor namespace. commit c568d185fba201364b62473f208cbd8ee798df2e Author: Jeff Weston <jjw...@gm...> Date: Wed Jun 18 15:24:37 2014 -0700 Moved Util to the Extend_A_Story vendor namespace. commit 44c327fd91114199ab1b9e4ad1e3c9f77d79ace0 Author: Jeff Weston <jjw...@gm...> Date: Wed Jun 18 15:16:42 2014 -0700 Moved StoryException to the Extend_A_Story vendor namespace. commit 46f190fe5a6cae5858bd6f32e269bf12a71f3d57 Author: Jeff Weston <jjw...@gm...> Date: Wed Jun 18 14:52:15 2014 -0700 Moved HardStoryException to the Extend_A_Story vendor namespace. commit 2d216d8b5353a9854caa927d893ec9950c9e0cc5 Author: Jeff Weston <jjw...@gm...> Date: Wed Jun 18 14:37:00 2014 -0700 Added Extend_A_Story vendor namespace. ----------------------------------------------------------------------- Summary of changes: www/admin.php | 3 +++ www/backstory-tree.php | 3 +++ www/clear.php | 3 +++ www/create.php | 3 +++ www/edit.php | 3 +++ www/include/ExceptionHandler.php | 5 ++++- .../{ => Extend_A_Story}/HardStoryException.php | 6 +++++- .../Pages/Install}/InstallPage.php | 4 ++-- .../Pages/Install}/SettingsPage.php | 2 +- .../Pages/Install}/StartPage.php | 2 +- .../Pages/Install}/index.php | 0 .../{pages => Extend_A_Story/Pages}/SimplePage.php | 4 ++-- .../install => Extend_A_Story/Pages}/index.php | 0 .../{ => Extend_A_Story}/StoryException.php | 4 ++++ www/include/classes/{ => Extend_A_Story}/Util.php | 4 ++++ .../classes/Extend_A_Story}/index.php | 0 www/install.php | 8 ++++++-- www/link-trace.php | 2 ++ www/list-edits.php | 2 ++ www/list-locked.php | 2 ++ www/read.php | 3 +++ www/results.php | 3 +++ www/scheme-preview.php | 3 +++ www/search.php | 2 ++ www/statistics.php | 3 +++ www/story-tree.php | 3 +++ www/view-edit.php | 3 +++ 27 files changed, 70 insertions(+), 10 deletions(-) rename www/include/classes/{ => Extend_A_Story}/HardStoryException.php (91%) rename www/include/classes/{pages/install => Extend_A_Story/Pages/Install}/InstallPage.php (94%) rename www/include/classes/{pages/install => Extend_A_Story/Pages/Install}/SettingsPage.php (98%) rename www/include/classes/{pages/install => Extend_A_Story/Pages/Install}/StartPage.php (97%) rename www/include/classes/{pages => Extend_A_Story/Pages/Install}/index.php (100%) rename www/include/classes/{pages => Extend_A_Story/Pages}/SimplePage.php (97%) rename www/include/classes/{pages/install => Extend_A_Story/Pages}/index.php (100%) rename www/include/classes/{ => Extend_A_Story}/StoryException.php (96%) rename www/include/classes/{ => Extend_A_Story}/Util.php (99%) copy www/{images => include/classes/Extend_A_Story}/index.php (100%) hooks/post-receive -- Extend-A-Story |