From 9ba9f7bf2754988b7408c23c32b1f2a332528d29 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Thu, 4 Dec 2008 07:44:28 +0000 Subject: Change the startup code to only put installed modules on the autoload path. This breaks a bunch of places where we had hardcoded dependencies, so guard all of those cases. Restructure module::available() a bit and the way that we do install/uninstall in the scaffolding. --- core/views/welcome.html.php | 2 ++ core/views/welcome_syscheck.html.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'core/views') diff --git a/core/views/welcome.html.php b/core/views/welcome.html.php index 68fa9c3d..748bc074 100644 --- a/core/views/welcome.html.php +++ b/core/views/welcome.html.php @@ -153,7 +153,9 @@ + +
diff --git a/core/views/welcome_syscheck.html.php b/core/views/welcome_syscheck.html.php index e469a724..e46a179b 100644 --- a/core/views/welcome_syscheck.html.php +++ b/core/views/welcome_syscheck.html.php @@ -18,7 +18,7 @@
- +

Your system is ready, but Gallery is not yet installed.

-- cgit v1.2.3