Revisions for groupware/scripts/setup.php

Location: [ Horde ] / groupware / scripts / setup.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.30 (+8 -6 lines) 09/12/2008 10:53 AM Jan Schneider jan

Fix already defined constant.

Tags: WEBMAIL_1_2, GROUPWARE_1_2, WEBMAIL_1_2_RC1, GROUPWARE_1_2_RC1

1.29 (+32 -24 lines) 08/26/2008 09:09 AM Jan Schneider jan

Upgrading only works with fresh installs.

Tags: WEBMAIL_1_1_3, GROUPWARE_1_1_3

1.28 (+11 -2 lines) 08/20/2008 11:23 AM Jan Schneider jan

Don't use MDB2_PORTABILITY_FIX_CASE, there might non-lowercase table names in
the database.

1.27 (+32 -19 lines) 08/15/2008 03:57 PM Jan Schneider jan

Update main configuration file.

Tags: WEBMAIL_1_1_2, GROUPWARE_1_1_2

1.26 (+2 -2 lines) 08/15/2008 08:15 AM Jan Schneider jan

Clearify

1.25 (+2 -2 lines) 08/14/2008 05:24 PM Jan Schneider jan

Grammar.

1.24 (+90 -12 lines) 08/13/2008 06:27 PM Jan Schneider jan

Add support for upgrade scripts.

1.23 (+53 -19 lines) 06/15/2008 05:20 PM Jan Schneider jan

Update databases. Yay, MDB2_Schema!

1.22 (+10 -3 lines) 06/15/2008 04:09 PM Jan Schneider jan

Default new drivers to sql.

1.21 (+107 -8 lines) 06/15/2008 02:57 PM Jan Schneider jan

Initial upgrade code. Updates config files only so far, and only for Horde.

1.20 (+7 -1 lines) 05/26/2008 02:27 PM Jan Schneider jan

Catch errors from MDB2::factory().

Tags: WEBMAIL_1_1_1, GROUPWARE_1_1_1

1.19 (+4 -2 lines) 05/25/2008 04:49 PM Jan Schneider jan

Use new groups/perms/shares SQL drivers by default.

Tags: WEBMAIL_1_1, GROUPWARE_1_1

1.18 (+4 -5 lines) 05/18/2008 05:29 PM Jan Schneider jan

Enable alarm and lock backends.

1.17 (+5 -5 lines) 05/11/2008 05:50 PM Jan Schneider jan

Further improvements.

Tags: WEBMAIL_1_1_RC4

1.16 (+31 -23 lines) 05/11/2008 04:48 PM Jan Schneider jan

Improve output.

1.12.2.1 FRAMEWORK_3_1 (+18 -5 lines) 02/06/2008 05:21 PM Jan Schneider jan

MFH: 1.15

Tags: WEBMAIL_1_0_8, GROUPWARE_1_0_7, WEBMAIL_1_0_7, GROUPWARE_1_0_6, WEBMAIL_1_0_6, GROUPWARE_1_0_5, WEBMAIL_1_0_5, GROUPWARE_1_0_4

1.15 (+18 -5 lines) 02/06/2008 01:14 PM Jan Schneider jan

Show success message after completing a step.

Tags: GROUPWARE_1_1_RC3, WEBMAIL_1_1_RC3, WEBMAIL_1_1_RC2, GROUPWARE_1_1_RC2

1.14 (+2 -2 lines) 11/28/2007 09:39 AM Jan Schneider jan

VFS drivers are specified as 'type' not 'driver'.

Tags: WEBMAIL_1_1_RC1, GROUPWARE_1_1_RC1

1.13 (+10 -1 lines) 11/28/2007 09:00 AM Jan Schneider jan

Fix for <configsection>s inside sql configuration (split db).

1.12 (+2 -2 lines) 06/27/2007 12:25 PM Jan Schneider jan

Even more.

Tags: FRAMEWORK_3_1, WEBMAIL_1_0_4, GROUPWARE_1_0_3, WEBMAIL_1_0_3, WEBMAIL_1_0_2, GROUPWARE_1_0_2

1.11 (+2 -2 lines) 06/27/2007 12:23 PM Jan Schneider jan

Be more descriptive.

1.10 (+11 -1 lines) 01/16/2007 01:56 PM Jan Schneider jan

Enable error reporting.

Tags: WEBMAIL_1_0_1, GROUPWARE_1_0_1

1.9 (+2 -2 lines) 01/14/2007 12:00 PM Jan Schneider jan

Check if this an array (could be a catched MDB2_Error).

Tags: WEBMAIL_1_0, GROUPWARE_1_0

1.8 (+2 -2 lines) 01/13/2007 12:57 PM Jan Schneider jan

Be quiet with CGI PHP versions.

1.7 (+3 -3 lines) 01/13/2007 12:51 PM Jan Schneider jan

Fix CLI initialization.

1.6 (+4 -2 lines) 11/06/2006 03:46 PM Jan Schneider jan

Prompt for webroot.

1.5 (+3 -3 lines) 08/11/2006 03:17 AM Jan Schneider jan

Fix variable name.

1.4 (+2 -1 lines) 08/10/2006 05:57 PM Jan Schneider jan

Load MDB2.php.

1.3 (+20 -4 lines) 07/06/2006 10:59 AM Jan Schneider jan

Fix reloading of configuration.
Create database, not only configuration, if we don't have a configuration yet.
Skip database creation if it exists already.

1.2 (+22 -9 lines) 06/02/2006 12:24 PM Jan Schneider jan

Install application tables.
Remove no longer needed workaround.

1.1 06/02/2006 09:37 AM Jan Schneider jan

Rename setup_groupware.php to setup.php.