Subversion Repositories DevTools

Rev

Rev 7379 | Rev 7458 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7379 Rev 7457
Line 30... Line 30...
30
Dim FAULT_EMAIL_LIST
30
Dim FAULT_EMAIL_LIST
31
Dim FavIcon                     ' Favorite Icon
31
Dim FavIcon                     ' Favorite Icon
32
Dim ServiceConfig               ' All service config
32
Dim ServiceConfig               ' All service config
33
Dim ForcePageLogon              ' Page Protection Mode
33
Dim ForcePageLogon              ' Page Protection Mode
34
Dim IndefPause                  ' Global indication of error
34
Dim IndefPause                  ' Global indication of error
35
Dim VixVerNum : VixVerNum = 34  ' Bump to force cache reload of many resources
35
Dim VixVerNum : VixVerNum = 35  ' Bump to force cache reload of many resources
36
 
36
 
37
' -- Variable Initialisation --------------------------
37
' -- Variable Initialisation --------------------------
38
'Set OraSession = CreateObject("OracleInProcServer.XOraSession")
38
'Set OraSession = CreateObject("OracleInProcServer.XOraSession")
39
'OraSession.CreateDatabasePool 1,2,1, TNS_NAME, DB_AUTHENTICATION, 0
39
'OraSession.CreateDatabasePool 1,2,1, TNS_NAME, DB_AUTHENTICATION, 0
40
'Set OraDatabase = OraSession.GetDatabaseFromPool(5000)
40
'Set OraDatabase = OraSession.GetDatabaseFromPool(5000)
Line 239... Line 239...
239
Const enum_MSG_NEW_UNOFFICIAL_RELEASE_CREATED               = "msg_new_unofficial_release_created.asp"
239
Const enum_MSG_NEW_UNOFFICIAL_RELEASE_CREATED               = "msg_new_unofficial_release_created.asp"
240
Const enum_MSG_DUPLICATE_AN                                 = "msg_duplicate_an.asp"
240
Const enum_MSG_DUPLICATE_AN                                 = "msg_duplicate_an.asp"
241
Const enum_MSG_DUPLICATE_UT                                 = "msg_duplicate_ut.asp"
241
Const enum_MSG_DUPLICATE_UT                                 = "msg_duplicate_ut.asp"
242
Const enum_MSG_PACKAGE_INFORMATION_INCOMPLETE               = "msg_package_information_incomplete.asp"
242
Const enum_MSG_PACKAGE_INFORMATION_INCOMPLETE               = "msg_package_information_incomplete.asp"
243
Const enum_MSG_VCS_INFORMATION_INCOMPLETE                   = "msg_vcs_information_incomplete.asp"
243
Const enum_MSG_VCS_INFORMATION_INCOMPLETE                   = "msg_vcs_information_incomplete.asp"
244
Const enum_MSG_VCS_SUBVERSION_CC_MIX                        = "msg_vcs_subversion_cc_mix.asp"
244
Const enum_MSG_MIXED_VCS                                    = "msg_mixed_vcs.asp"
245
Const enum_MSG_VCS_SVN_NOT_PEGGED                           = "msg_vcs_svn_not_pegged.asp"
245
Const enum_MSG_VCS_SVN_NOT_PEGGED                           = "msg_vcs_svn_not_pegged.asp"
246
Const enum_MSG_AUTOBUILD_PACKAGE_IS_UNCONTROLLED            = "msg_autobuild_package_is_uncontrolled.asp"
246
Const enum_MSG_AUTOBUILD_PACKAGE_IS_UNCONTROLLED            = "msg_autobuild_package_is_uncontrolled.asp"
247
Const enum_MSG_AUTOBUILD_PACKAGE_REQUIRES_BUILD_STD_AND_ENV = "msg_autobuild_package_requires_build_std_and_env.asp"
247
Const enum_MSG_AUTOBUILD_PACKAGE_REQUIRES_BUILD_STD_AND_ENV = "msg_autobuild_package_requires_build_std_and_env.asp"
248
Const enum_MSG_UNIT_TESTS_NOT_SUPPLIED                      = "msg_unit_tests_not_supplied.asp"
248
Const enum_MSG_UNIT_TESTS_NOT_SUPPLIED                      = "msg_unit_tests_not_supplied.asp"
249
Const enum_MSG_REASON_FOR_THIS_VERSION_NOT_SUPLIED          = "msg_reason_for_this_version_not_suplied.asp"
249
Const enum_MSG_REASON_FOR_THIS_VERSION_NOT_SUPLIED          = "msg_reason_for_this_version_not_suplied.asp"