diff options
| author | cvs2git <cvs2git@bitweaver.org> | 2010-06-09 18:12:38 +0200 |
|---|---|---|
| committer | nickpalmer <nick@sluggardy.net> | 2010-06-09 18:12:38 +0200 |
| commit | ee6cc211eb9b96f6d1a0dbcaddacf2952c7964aa (patch) | |
| tree | 633fbcbc9f7a184ab15bf68aade734650f032a62 | |
| parent | 5484d9027499a41ac61c5e87dec7e67580773520 (diff) | |
| download | install-ee6cc211eb9b96f6d1a0dbcaddacf2952c7964aa.tar.gz install-ee6cc211eb9b96f6d1a0dbcaddacf2952c7964aa.tar.bz2 install-ee6cc211eb9b96f6d1a0dbcaddacf2952c7964aa.zip | |
Strip down CVS keywords.
| -rw-r--r-- | BitInstaller.php | 2 | ||||
| -rw-r--r-- | create_config_inc.php | 2 | ||||
| -rw-r--r-- | create_firebird_database.php | 2 | ||||
| -rw-r--r-- | get_databases_inc.php | 2 | ||||
| -rw-r--r-- | install.php | 2 | ||||
| -rw-r--r-- | install_admin_inc.php | 2 | ||||
| -rw-r--r-- | install_beta1_beta2.php | 2 | ||||
| -rw-r--r-- | install_bit_settings.php | 2 | ||||
| -rw-r--r-- | install_checks.php | 2 | ||||
| -rw-r--r-- | install_cleanup.php | 2 | ||||
| -rw-r--r-- | install_database.php | 2 | ||||
| -rw-r--r-- | install_database_reset.php | 2 | ||||
| -rw-r--r-- | install_datapump.php | 2 | ||||
| -rw-r--r-- | install_final.php | 2 | ||||
| -rw-r--r-- | install_inc.php | 2 | ||||
| -rw-r--r-- | install_options.php | 2 | ||||
| -rw-r--r-- | install_packages.php | 2 | ||||
| -rw-r--r-- | install_upgrade.php | 2 | ||||
| -rw-r--r-- | install_version.php | 2 | ||||
| -rw-r--r-- | install_welcome.php | 2 | ||||
| -rw-r--r-- | migrate.php | 2 | ||||
| -rw-r--r-- | migrate_database.php | 4 | ||||
| -rw-r--r-- | migrate_final.php | 2 | ||||
| -rw-r--r-- | migrate_welcome.php | 2 | ||||
| -rw-r--r-- | process_sql.php | 2 | ||||
| -rw-r--r-- | templates/install_login.tpl | 2 | ||||
| -rw-r--r-- | upgrade.php | 2 | ||||
| -rw-r--r-- | upgrade_database.php | 2 | ||||
| -rw-r--r-- | upgrade_final.php | 2 | ||||
| -rw-r--r-- | upgrade_packages.php | 2 | ||||
| -rw-r--r-- | upgrade_welcome.php | 2 |
31 files changed, 32 insertions, 32 deletions
diff --git a/BitInstaller.php b/BitInstaller.php index d2385fa..680e3c7 100644 --- a/BitInstaller.php +++ b/BitInstaller.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/BitInstaller.php,v 1.53 2010/01/26 15:38:13 dansut Exp $ + * @version $Header$ * @package install */ diff --git a/create_config_inc.php b/create_config_inc.php index 05434c9..12ea591 100644 --- a/create_config_inc.php +++ b/create_config_inc.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/create_config_inc.php,v 1.21 2009/11/11 15:58:12 dansut Exp $ + * @version $Header$ * @package install * @subpackage functions */ diff --git a/create_firebird_database.php b/create_firebird_database.php index 9486568..2a25db0 100644 --- a/create_firebird_database.php +++ b/create_firebird_database.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/create_firebird_database.php,v 1.3 2006/02/03 14:06:00 lsces Exp $ + * @version $Header$ * @package install * @subpackage functions */ diff --git a/get_databases_inc.php b/get_databases_inc.php index dee54f7..065d57c 100644 --- a/get_databases_inc.php +++ b/get_databases_inc.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/get_databases_inc.php,v 1.11 2008/11/25 15:26:07 lsces Exp $ + * @version $Header$ * @package install * @subpackage functions * diff --git a/install.php b/install.php index 5ff6a63..014cb33 100644 --- a/install.php +++ b/install.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install.php,v 1.29 2010/03/22 20:44:11 lsces Exp $ + * @version $Header$ * @package install * @subpackage functions */ diff --git a/install_admin_inc.php b/install_admin_inc.php index d580dd1..2787f12 100644 --- a/install_admin_inc.php +++ b/install_admin_inc.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_admin_inc.php,v 1.10 2010/03/22 21:15:04 lsces Exp $ + * @version $Header$ * @package install * @subpackage functions */ diff --git a/install_beta1_beta2.php b/install_beta1_beta2.php index ab90a65..163fd0b 100644 --- a/install_beta1_beta2.php +++ b/install_beta1_beta2.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_beta1_beta2.php,v 1.4 2009/10/01 14:17:00 wjames5 Exp $ + * @version $Header$ * @package install * @subpackage functions */ diff --git a/install_bit_settings.php b/install_bit_settings.php index 1218666..91a8cfd 100644 --- a/install_bit_settings.php +++ b/install_bit_settings.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_bit_settings.php,v 1.18 2010/02/08 20:12:42 wjames5 Exp $ + * @version $Header$ * @package install * @subpackage functions */ diff --git a/install_checks.php b/install_checks.php index 3835f24..057bc6f 100644 --- a/install_checks.php +++ b/install_checks.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_checks.php,v 1.39 2010/03/22 21:15:04 lsces Exp $ + * @version $Header$ * @package install * @subpackage functions * @author xing diff --git a/install_cleanup.php b/install_cleanup.php index cac1637..acb3546 100644 --- a/install_cleanup.php +++ b/install_cleanup.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_cleanup.php,v 1.27 2010/02/12 15:39:22 wjames5 Exp $ + * @version $Header$ * @package install * @subpackage functions */ diff --git a/install_database.php b/install_database.php index 92eed6a..010767e 100644 --- a/install_database.php +++ b/install_database.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_database.php,v 1.20 2008/11/30 22:42:09 pppspoonman Exp $ + * @version $Header$ * @package install * @subpackage functions */ diff --git a/install_database_reset.php b/install_database_reset.php index 725401f..fbbc383 100644 --- a/install_database_reset.php +++ b/install_database_reset.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_database_reset.php,v 1.5 2009/10/01 14:17:00 wjames5 Exp $ + * @version $Header$ * @package install * @subpackage functions */ diff --git a/install_datapump.php b/install_datapump.php index f2ede5c..e9a422e 100644 --- a/install_datapump.php +++ b/install_datapump.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_datapump.php,v 1.8 2010/03/08 20:45:29 bitweaver Exp $ + * @version $Header$ * @package install * @subpackage functions */ diff --git a/install_final.php b/install_final.php index e9ed7ca..315bfd5 100644 --- a/install_final.php +++ b/install_final.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_final.php,v 1.5 2007/06/22 09:35:38 lsces Exp $ + * @version $Header$ * this is set to tell the progress meter to include this page --> 100% completed * * @package install diff --git a/install_inc.php b/install_inc.php index e70dfd5..8506d54 100644 --- a/install_inc.php +++ b/install_inc.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_inc.php,v 1.31 2010/02/08 21:27:23 wjames5 Exp $ + * @version $Header$ * @package install * @subpackage functions */ diff --git a/install_options.php b/install_options.php index 4b11754..aab0529 100644 --- a/install_options.php +++ b/install_options.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_options.php,v 1.7 2009/10/01 14:17:00 wjames5 Exp $ + * @version $Header$ * @package install * @subpackage functions */ diff --git a/install_packages.php b/install_packages.php index 68beb8c..6a94bf5 100644 --- a/install_packages.php +++ b/install_packages.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_packages.php,v 1.89 2010/04/05 15:57:11 wjames5 Exp $ + * @version $Header$ * @package install * @subpackage functions * diff --git a/install_upgrade.php b/install_upgrade.php index 346e814..affdcf1 100644 --- a/install_upgrade.php +++ b/install_upgrade.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_upgrade.php,v 1.18 2009/03/31 08:14:44 lsces Exp $ + * @version $Header$ * @package install * @subpackage functions */ diff --git a/install_version.php b/install_version.php index fdc91ec..d7d59c3 100644 --- a/install_version.php +++ b/install_version.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_version.php,v 1.3 2009/01/28 10:48:35 squareing Exp $ + * @version $Header$ * @package install * @subpackage functions */ diff --git a/install_welcome.php b/install_welcome.php index 4dc8ec6..7736563 100644 --- a/install_welcome.php +++ b/install_welcome.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/install_welcome.php,v 1.9 2009/10/01 14:17:00 wjames5 Exp $ + * @version $Header$ * @package install * @subpackage functions */ diff --git a/migrate.php b/migrate.php index cb8ada4..ef04702 100644 --- a/migrate.php +++ b/migrate.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/migrate.php,v 1.4 2009/10/01 14:17:00 wjames5 Exp $ + * @version $Header$ * @package install * @subpackage migrate */ diff --git a/migrate_database.php b/migrate_database.php index e269628..bcc1e87 100644 --- a/migrate_database.php +++ b/migrate_database.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/migrate_database.php,v 1.9 2009/10/01 14:17:00 wjames5 Exp $ + * @version $Header$ * @package install * @subpackage upgrade * @@ -9,7 +9,7 @@ * * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details * - * $Id: migrate_database.php,v 1.9 2009/10/01 14:17:00 wjames5 Exp $ + * $Id$ */ /** diff --git a/migrate_final.php b/migrate_final.php index 2b0d1d8..a79e39e 100644 --- a/migrate_final.php +++ b/migrate_final.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/migrate_final.php,v 1.4 2009/10/01 14:17:00 wjames5 Exp $ + * @version $Header$ * @package install * @subpackage upgrade */ diff --git a/migrate_welcome.php b/migrate_welcome.php index 4e71ab2..71834ac 100644 --- a/migrate_welcome.php +++ b/migrate_welcome.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/migrate_welcome.php,v 1.4 2009/10/01 14:17:00 wjames5 Exp $ + * @version $Header$ * @package install * @subpackage migrate */ diff --git a/process_sql.php b/process_sql.php index 9aa17be..23fbbdd 100644 --- a/process_sql.php +++ b/process_sql.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/process_sql.php,v 1.3 2010/02/08 21:27:23 wjames5 Exp $ + * @version $Header$ * @package install * @subpackage functions */ diff --git a/templates/install_login.tpl b/templates/install_login.tpl index d4fd77c..6fc76b8 100644 --- a/templates/install_login.tpl +++ b/templates/install_login.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_install/templates/install_login.tpl,v 1.3 2008/10/03 09:19:40 squareing Exp $ *} +{* $Header$ *} <h1>{$title|default:"You must be logged in as an administrator to run the installer."}</h1> diff --git a/upgrade.php b/upgrade.php index d0cfbe2..3f6a4ed 100644 --- a/upgrade.php +++ b/upgrade.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/upgrade.php,v 1.9 2009/10/01 14:17:00 wjames5 Exp $ + * @version $Header$ * @package install * @subpackage upgrade */ diff --git a/upgrade_database.php b/upgrade_database.php index 930f5d4..76e4188 100644 --- a/upgrade_database.php +++ b/upgrade_database.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/upgrade_database.php,v 1.3 2005/08/01 18:40:30 squareing Exp $ + * @version $Header$ * @package install * @subpackage upgrade */ diff --git a/upgrade_final.php b/upgrade_final.php index 85d6e65..6da3dff 100644 --- a/upgrade_final.php +++ b/upgrade_final.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/upgrade_final.php,v 1.6 2009/10/01 14:17:00 wjames5 Exp $ + * @version $Header$ * @package install * @subpackage upgrade */ diff --git a/upgrade_packages.php b/upgrade_packages.php index d301611..4d257ce 100644 --- a/upgrade_packages.php +++ b/upgrade_packages.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/upgrade_packages.php,v 1.11 2009/10/01 14:17:00 wjames5 Exp $ + * @version $Header$ * @package install * @subpackage upgrade */ diff --git a/upgrade_welcome.php b/upgrade_welcome.php index 79db041..34d2b62 100644 --- a/upgrade_welcome.php +++ b/upgrade_welcome.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/upgrade_welcome.php,v 1.5 2007/04/21 14:10:41 squareing Exp $ + * @version $Header$ * @package install * @subpackage upgrade */ |
