[Rt-commit] r9166 - in rt/branches/3.7-RTIR-RELENG: . etc
html/Callbacks sbin
falcone at bestpractical.com
falcone at bestpractical.com
Thu Sep 27 13:27:42 EDT 2007
Author: falcone
Date: Thu Sep 27 13:27:41 2007
New Revision: 9166
Removed:
rt/branches/3.7-RTIR-RELENG/html/Callbacks/
Modified:
rt/branches/3.7-RTIR-RELENG/ (props changed)
rt/branches/3.7-RTIR-RELENG/etc/RT_Config.pm.in
rt/branches/3.7-RTIR-RELENG/etc/upgrade/3.7.3/schema.Oracle
rt/branches/3.7-RTIR-RELENG/releng.cnf
rt/branches/3.7-RTIR-RELENG/sbin/rt-test-dependencies.in
Log:
r25020 at ketch: falcone | 2007-09-27 13:26:51 -0400
* revert pull from 3.7-EXPERIMENTAL
Modified: rt/branches/3.7-RTIR-RELENG/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/etc/RT_Config.pm.in (original)
+++ rt/branches/3.7-RTIR-RELENG/etc/RT_Config.pm.in Thu Sep 27 13:27:41 2007
@@ -479,15 +479,6 @@
Set($WebExternalAuth , undef);
-
-# If $WebOpenIdAuth is enabled, RT will allow OpenID logins. New users who present
-# OpenID Credentials will be created as unprivileged users with their OpenID as their Name.
-# To enable OpenID Support, you need to install LWPx::ParanoidAgent, Cache::FileCache
-# and Net::OpenID::Consumer.
-#
-Set($WebOpenIdAuth, undef);
-
-
# If $WebFallbackToInternalAuth is undefined, the user is allowed a chance
# of fallback to the login screen, even if REMOTE_USER failed.
Modified: rt/branches/3.7-RTIR-RELENG/etc/upgrade/3.7.3/schema.Oracle
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/etc/upgrade/3.7.3/schema.Oracle (original)
+++ rt/branches/3.7-RTIR-RELENG/etc/upgrade/3.7.3/schema.Oracle Thu Sep 27 13:27:41 2007
@@ -1,5 +1 @@
-alter table CustomFields add Pattern_TMP clob;
-update CustomFields set Pattern_TMP = Pattern;
-commit;
-alter table CustomFields drop column Pattern;
-alter table CustomFields rename column Pattern_TMP to Pattern;
+ALTER TABLE CustomFields MODIFY ( Pattern CLOB);
Modified: rt/branches/3.7-RTIR-RELENG/releng.cnf
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/releng.cnf (original)
+++ rt/branches/3.7-RTIR-RELENG/releng.cnf Thu Sep 27 13:27:41 2007
@@ -1,5 +1,5 @@
PRODUCT = rt
-TAG = 3.7.15
+TAG = 3.7.16
CANONICAL_REPO = svn+ssh://svn.bestpractical.com/svn/bps-public/rt/
TAGS = tags/
TRUNK = branches/3.7-EXPERIMENTAL
Modified: rt/branches/3.7-RTIR-RELENG/sbin/rt-test-dependencies.in
==============================================================================
--- rt/branches/3.7-RTIR-RELENG/sbin/rt-test-dependencies.in (original)
+++ rt/branches/3.7-RTIR-RELENG/sbin/rt-test-dependencies.in Thu Sep 27 13:27:41 2007
@@ -64,7 +64,6 @@
'with-SPEEDYCGI', 'with-MODPERL1',
'with-MODPERL2', 'with-DEV',
'with-STANDALONE',
- 'with-OPENID',
'download=s',
'repository=s'
);
@@ -78,7 +77,6 @@
'with-MASON' => 1,
'with-CORE' => 1,
'with-CLI' => 1,
- 'with-OPENID' => 0,
'with-MAILGATE' => 1,
'with-DEV' => @RT_DEVEL_MODE@,
'with-STANDALONE' => @RT_STANDALONE@,
@@ -158,8 +156,7 @@
--with-modperl1 Libraries needed to support the modperl 1 handler
--with-modperl2 Libraries needed to support the modperl 2 handler
- --with-dev Tools needed for RT development
- --with-openid Libraries needed to support OpenID logins
+ --with-dev Tools needed for RT development
You can also specify -v or --verbose to list the status of all dependencies,
rather than just the missing ones.
@@ -307,16 +304,10 @@
$deps{'SQLITE'} = [ text_to_hash( << '.') ];
DBD::SQLite 1.00
.
-$deps{'OPENID'} = [text_to_hash(<< '.')];
-Net::OpenID::Consumer
-LWPx::ParanoidAgent
-Cache::FileCache
-.
-
if ($args{'download'}) {
- dowoload_mods();
+ download_mods();
}
More information about the Rt-commit
mailing list