From 0f2e67985d80ad91cd000e33d6e8a7751121d370 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 17 Jun 2008 16:49:21 +0000 Subject: CLOSED - #34: Install process must be completely graphical http://trac.elgg.org/elgg/ticket/34 git-svn-id: https://code.elgg.org/elgg/trunk@951 36083f99-b078-4883-b0ff-0f9b5a30f544 --- views/default/messages/sanitisation/htaccess.php | 18 ---------- views/default/messages/sanitisation/settings.php | 20 ----------- views/failsafe/messages/errors/error.php | 20 +++++++++++ views/failsafe/messages/errors/list.php | 37 +++++++++++++++++++ views/failsafe/messages/exceptions/exception.php | 39 ++++++++++++++++++++ views/failsafe/messages/list.php | 25 +++++++++++++ views/failsafe/messages/sanitisation/htaccess.php | 17 +++++++++ views/failsafe/messages/sanitisation/settings.php | 43 +++++++++++++++++++++++ views/failsafe/pageshells/pageshell.php | 36 +++++++++++++++++++ 9 files changed, 217 insertions(+), 38 deletions(-) delete mode 100644 views/default/messages/sanitisation/htaccess.php delete mode 100644 views/default/messages/sanitisation/settings.php create mode 100644 views/failsafe/messages/errors/error.php create mode 100644 views/failsafe/messages/errors/list.php create mode 100644 views/failsafe/messages/exceptions/exception.php create mode 100644 views/failsafe/messages/list.php create mode 100644 views/failsafe/messages/sanitisation/htaccess.php create mode 100644 views/failsafe/messages/sanitisation/settings.php create mode 100644 views/failsafe/pageshells/pageshell.php (limited to 'views') diff --git a/views/default/messages/sanitisation/htaccess.php b/views/default/messages/sanitisation/htaccess.php deleted file mode 100644 index 31423e3b3..000000000 --- a/views/default/messages/sanitisation/htaccess.php +++ /dev/null @@ -1,18 +0,0 @@ - -Elgg requires a file called .htaccess to be set in the root directory of its installation. We tried to create it for you, but Elgg doesn't have permission to write to that directory. - -Creating this is easy. Just take the htaccess_dist file in the root directory and rename it to .htaccess. (On Windows systems, you will need to open htaccess_dist in Notepad and save it as .htaccess from there.) \ No newline at end of file diff --git a/views/default/messages/sanitisation/settings.php b/views/default/messages/sanitisation/settings.php deleted file mode 100644 index 539598320..000000000 --- a/views/default/messages/sanitisation/settings.php +++ /dev/null @@ -1,20 +0,0 @@ - -Elgg couldn't find its settings file. Most of Elgg's settings will be handled for you, but we need you to supply your database details. To do this: - -1. Rename engine/settings.example.php to settings.php in your Elgg installation. - -2. Open it with a text editor and enter your MySQL database details. If you don't know these, ask your system administrator or technical support for help. \ No newline at end of file diff --git a/views/failsafe/messages/errors/error.php b/views/failsafe/messages/errors/error.php new file mode 100644 index 000000000..8e7dbb84a --- /dev/null +++ b/views/failsafe/messages/errors/error.php @@ -0,0 +1,20 @@ + + +

+ +

\ No newline at end of file diff --git a/views/failsafe/messages/errors/list.php b/views/failsafe/messages/errors/list.php new file mode 100644 index 000000000..ff43f1d00 --- /dev/null +++ b/views/failsafe/messages/errors/list.php @@ -0,0 +1,37 @@ + + +
+
+ + $error)); + echo "
"; + } +?> +
+
+ \ No newline at end of file diff --git a/views/failsafe/messages/exceptions/exception.php b/views/failsafe/messages/exceptions/exception.php new file mode 100644 index 000000000..c8c630f3b --- /dev/null +++ b/views/failsafe/messages/exceptions/exception.php @@ -0,0 +1,39 @@ + + +

+ + getMessage()); + + ?> + +

+ + debug) { ?> +
+

+ +

+ \ No newline at end of file diff --git a/views/failsafe/messages/list.php b/views/failsafe/messages/list.php new file mode 100644 index 000000000..10fda8f90 --- /dev/null +++ b/views/failsafe/messages/list.php @@ -0,0 +1,25 @@ + 0) { + + foreach($vars['object'] as $register => $list ) { + echo elgg_view("messages/{$register}/list", array('object' => $list)); + } + + } + +?> \ No newline at end of file diff --git a/views/failsafe/messages/sanitisation/htaccess.php b/views/failsafe/messages/sanitisation/htaccess.php new file mode 100644 index 000000000..99bfe4159 --- /dev/null +++ b/views/failsafe/messages/sanitisation/htaccess.php @@ -0,0 +1,17 @@ + + \ No newline at end of file diff --git a/views/failsafe/messages/sanitisation/settings.php b/views/failsafe/messages/sanitisation/settings.php new file mode 100644 index 000000000..798bfbd91 --- /dev/null +++ b/views/failsafe/messages/sanitisation/settings.php @@ -0,0 +1,43 @@ + +
+ +
+ +
+

+
+ + + + + + +
+ + +
+
+ \ No newline at end of file diff --git a/views/failsafe/pageshells/pageshell.php b/views/failsafe/pageshells/pageshell.php new file mode 100644 index 000000000..7e1de7c10 --- /dev/null +++ b/views/failsafe/pageshells/pageshell.php @@ -0,0 +1,36 @@ + + + + <?php echo $vars['title']; ?> + + +

+ + + $vars['sysmessages'])); ?> + +

+ +

+ + \ No newline at end of file -- cgit v1.2.3