From 72c7fed975ce797da1f33ea82651c5a91ce3957e Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 8 Mar 2009 21:21:09 +0000 Subject: Log the user in as admin after running the web installer, and give them a nice "Welcome to Gallery 3" dialog. The text in there needs a little work but it's a start. In the process, re-build the install.sql using the scaffolding code. --- core/views/after_install.html.php | 28 ++++++++++++++++++++++++++++ core/views/after_install_loader.html.php | 6 ++++++ 2 files changed, 34 insertions(+) create mode 100644 core/views/after_install.html.php create mode 100644 core/views/after_install_loader.html.php (limited to 'core/views') diff --git a/core/views/after_install.html.php b/core/views/after_install.html.php new file mode 100644 index 00000000..443141b5 --- /dev/null +++ b/core/views/after_install.html.php @@ -0,0 +1,28 @@ +

+ +

+ +

+ +

+ +

+ %user_name account. The very first thing you should do is to change your password to something that you'll remember.", array("user_name" => $user->name)) ?> +

+ +

+ id}") ?>" + title="" + id="gAfterInstallChangePasswordLink"> + +

+ +

+ Gallery website has news and information about Gallery and the Gallery community.", array("url" => "http://gallery.menalto.com")) ?> +

+ +

+ documentation site or you can ask for help in the forums!", array("codex_url" => "http://codex.gallery2.org/Main_Page", "forum_url" => "http://gallery.menalto.com/forum")) ?> + diff --git a/core/views/after_install_loader.html.php b/core/views/after_install_loader.html.php new file mode 100644 index 00000000..0e0ea1d0 --- /dev/null +++ b/core/views/after_install_loader.html.php @@ -0,0 +1,6 @@ +" + href=""/> + -- cgit v1.2.3