From 08dc964a805c6acbf65c050a52de782baaf84ccf Mon Sep 17 00:00:00 2001 From: Frank Dillon Date: Tue, 16 Mar 2004 18:53:18 +0000 Subject: [PATCH] no message --- docs/upgrades/upgrade_6.0.0-6.0.1.sql | 67 +++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 docs/upgrades/upgrade_6.0.0-6.0.1.sql diff --git a/docs/upgrades/upgrade_6.0.0-6.0.1.sql b/docs/upgrades/upgrade_6.0.0-6.0.1.sql new file mode 100644 index 000000000..1a247a16f --- /dev/null +++ b/docs/upgrades/upgrade_6.0.0-6.0.1.sql @@ -0,0 +1,67 @@ +delete from help where helpId=1 and namespace='Auth/WebGUI/Account'; +insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/WebGUI/Account', 1, 2, '51,WebGUI;'); +delete from help where helpId=1 and namespace='Auth/LDAP/Account'; +insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/LDAP/Account', 1, 2, '51,WebGUI;'); +delete from help where helpId=1 and namespace='Auth/SMB/Account'; +insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/SMB/Account', 1, 2, '51,WebGUI;'); +delete from help where helpId=1 and namespace='Auth/WebGUI/Login'; +insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/WebGUI/Login', 1, 2, '51,WebGUI;'); +delete from help where helpId=1 and namespace='Auth/LDAP/Login'; +insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/LDAP/Login', 1, 2, '51,WebGUI;'); +delete from help where helpId=1 and namespace='Auth/SMB/Login'; +insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/SMB/Login', 1, 2, '51,WebGUI;'); +delete from help where helpId=1 and namespace='Auth/WebGUI/Create'; +insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/WebGUI/Create', 1, 2, '51,WebGUI;'); +delete from help where helpId=1 and namespace='Auth/LDAP/Create'; +insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/LDAP/Create', 1, 2, '51,WebGUI;'); +delete from help where helpId=1 and namespace='Auth/SMB/Create'; +insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/SMB/Create', 1, 2, '51,WebGUI;'); +delete from help where helpId=1 and namespace='Auth/WebGUI/Recovery'; +insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/WebGUI/Recovery', 1, 2, '51,WebGUI;'); +delete from help where helpId=1 and namespace='Auth/WebGUI/Expired'; +insert into help (helpId,namespace,titleId,bodyId,seeAlso) values (1, 'Auth/WebGUI/Expired', 1, 2, '51,WebGUI;'); + +delete from international where languageId=1 and namespace='Auth/WebGUI/Expired' and internationalId=1; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/WebGUI/Expired','WebGUI Authentication Password Expiration Template', 1078857230,NULL); +delete from international where languageId=1 and namespace='Auth/WebGUI/Expired' and internationalId=2; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/WebGUI/Expired','The following template variables are available for WebGUI Authentication Password Expiration templates.

expired.form.header
The required form elements that go at the top of the password expiration page.

expired.form.hidden
Hidden form fields required for form submittal

expired.form.footer
The required form elements that go after the password expiration page form. \r\n

expired.form.submit
The default submit button for the password expiration form.

displayTitle
Default page title \r\n

expired.message
Any message returned by the system.  Usually displays after the form is submitted.

create.form.oldPassword
Default old password form field

create.form.oldPassword.label
Default text for old password form field

expired.form.password
Default password form field

expired.form.password.label
Default text for password form field

expired.form.passwordConfirm
Default password confirm form field

expired.form.passwordConfirm.label
Default text for password confirm form field

', 1078857230,NULL); +delete from international where languageId=1 and namespace='Auth/WebGUI/Create' and internationalId=2; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/WebGUI/Create','The following template variables are available for WebGUI Authentication Anonymous Registration templates.

create.form.header
The required form elements that go at the top of the anonymous registration page.

create.form.hidden
Hidden form fields required for form submittal

create.form.footer
The required form elements that go after the anonymous registration page form. \r\n

create.form.submit
The default submit button for the anonymous registration form.

title
Default page title \r\n

create.form.profile
A loop containing visible and required profile fields for anonymouse registration

         profile.formElement
         Form element for visible or required profile field

         profile.formElement.label
           Default text label for profile form element


login.url
URL for the login page

login.label
Default text label for login page link.

create.message
Any message returned by the system.  Usually displays after the form is submitted.

create.form.username
Default username form field

create.form.username.label
Default text for username form field

create.form.password
Default password form field

create.form.password.label
Default text for password form field

create.form.passwordConfirm
Default password confirm form field

create.form.passwordConfirm.label
Default text for password confirm form field

recoverPassword.isAllowed
Flag indicating whether or not password recovery is enabled

recoverPassword.url
URL for the password recovery page.

recoverPassword.label
Default label for the password recovery link

', 1078856626,NULL); +delete from international where languageId=1 and namespace='Auth/WebGUI/Create' and internationalId=1; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/WebGUI/Create','WebGUI Authentication Anonymous Registration Template', 1078856626,NULL); +delete from international where languageId=1 and namespace='Auth/WebGUI/Recovery' and internationalId=1; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/WebGUI/Recovery','WebGUI Authentication Password Recovery Template', 1078856556,NULL); +delete from international where languageId=1 and namespace='Auth/WebGUI/Recovery' and internationalId=2; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/WebGUI/Recovery','The following template variables are available for WebGUI Authentication Password Recovery templates. \r\n

recover.form.header
The required form elements that go at the top of the password recovery page.

recover.form.hidden
Hidden form fields required for form submission

recover.form.footer
The required form elements that go after the password recovery page form.

\r\n

recover.form.submit
The default submit button for the password recovery form.

login.form.email
Default email form field

login.form.email.label
Default text for email form field

title
Default page title \r\n

recover.message
Any message returned by the system.  Usually displays after the form is submitted.

anonymousRegistration.isAllowed
Flag indicating whether or not anoymous registrations are allowed

createAccount.url
URL for the anonymous registration page

createAccount.label
Default label for the anonymous registration link

login.url
URL for the login page

login.label
Default text label for login page link.

', 1078856556,NULL); +delete from international where languageId=1 and namespace='Auth/SMB/Create' and internationalId=1; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/SMB/Create','SMB Authentication Anonymous Registration Template', 1078856081,NULL); +delete from international where languageId=1 and namespace='Auth/SMB/Create' and internationalId=2; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/SMB/Create','The following template variables are available for SMB Authentication Anonymous Registration templates.

create.form.header
The required form elements that go at the top of the anonymous registration page.

create.form.hidden
Hidden form fields required for form submittal

create.form.footer
The required form elements that go after the anonymous registration page form. \r\n

create.form.submit
The default submit button for the anonymous registration form.

title
Default page title \r\n

create.form.profile
A loop containing visible and required profile fields for registration

         profile.formElement
         Form element for visible or required profile field

         profile.formElement.label
           Default text label for profile form element


login.url
URL for the login page

login.label
Default text label for login page link.

create.message
Any message returned by the system.  Usually displays after the form is submitted.

create.form.loginId
Default SMB loginId form field

create.form.loginId.label
Default text for SMB loginId form field

create.form.password
Default password form field

create.form.password.label
Default text for password form field

', 1078856081,NULL); +delete from international where languageId=1 and namespace='Auth/LDAP/Create' and internationalId=1; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/LDAP/Create','LDAP Authentication Anonymous Registration Template', 1078855925,NULL); +delete from international where languageId=1 and namespace='Auth/LDAP/Create' and internationalId=2; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/LDAP/Create','The following template variables are available for LDAP Authentication Anonymous Registration templates.

create.form.header
The required form elements that go at the top of the anonymous registration page.

create.form.hidden
Hidden form fields required for form submittal

create.form.footer
The required form elements that go after the anonymous registration page form. \r\n

create.form.submit
The default submit button for the anonymous registration form.

title
Default page title \r\n

create.form.profile
A loop containing visible and required profile fields for registration

         profile.formElement
         Form element for visible or required profile field

         profile.formElement.label
           Default text label for profile form element


login.url
URL for the login page

login.label
Default text label for login page link.

create.message
Any message returned by the system.  Usually displays after the form is submitted.

create.form.ldapId
Default ldapId form field

create.form.ldapId.label
Default text for ldapId form field

create.form.password
Default password form field

create.form.password.label
Default text for password form field

', 1078855925,NULL); +delete from international where languageId=1 and namespace='Auth/SMB/Login' and internationalId=1; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/SMB/Login','SMB Authentication Login Template', 1078854992,NULL); +delete from international where languageId=1 and namespace='Auth/SMB/Login' and internationalId=2; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/SMB/Login','The following template variables are available for SMB Authentication Login templates. \r\n

login.form.header
The required form elements that go at the top of the login page.

login.form.hidden
Hidden form fields required for form submission

login.form.footer
The required form elements that go after the login page form.

\r\n

login.form.submit
The default submit button for the login form.

login.form.username
Default username form field

login.form.username.label
Default text for username form field

login.form.password
Default password form field

login.form.password.label
Default text for password form field

title
Default page title \r\n

login.message
Any message returned by the system.  Usually displays after the form is submitted.

anonymousRegistration.isAllowed
Flag indicating whether or not anoymous registrations are allowed

createAccount.url
URL for the anonymous registration page

createAccount.label
Default label for the anonymous registration link

', 1078854992,NULL); +delete from international where languageId=1 and namespace='Auth/LDAP/Login' and internationalId=1; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/LDAP/Login','LDAP Authentication Login Template', 1078854953,NULL); +delete from international where languageId=1 and namespace='Auth/LDAP/Login' and internationalId=2; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/LDAP/Login','The following template variables are available for LDAP Authentication Login templates. \r\n

login.form.header
The required form elements that go at the top of the login page.

login.form.hidden
Hidden form fields required for form submission

login.form.footer
The required form elements that go after the login page form.

\r\n

login.form.submit
The default submit button for the login form.

login.form.username
Default username form field

login.form.username.label
Default text for username form field

login.form.password
Default password form field

login.form.password.label
Default text for password form field

title
Default page title \r\n

login.message
Any message returned by the system.  Usually displays after the form is submitted.

anonymousRegistration.isAllowed
Flag indicating whether or not anoymous registrations are allowed

createAccount.url
URL for the anonymous registration page

createAccount.label
Default label for the anonymous registration link

', 1078854953,NULL); +delete from international where languageId=1 and namespace='Auth/WebGUI/Login' and internationalId=1; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/WebGUI/Login','WebGUI Authentication Login Template', 1078854830,NULL); +delete from international where languageId=1 and namespace='Auth/WebGUI/Login' and internationalId=2; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/WebGUI/Login','The following template variables are available for WebGUI Authentication Login templates. \r\n

login.form.header
The required form elements that go at the top of the login page.

login.form.hidden
Hidden form fields required for form submission

login.form.footer
The required form elements that go after the login page form.

\r\n

login.form.submit
The default submit button for the login form.

login.form.username
Default username form field

login.form.username.label
Default text for username form field

login.form.password
Default password form field

login.form.password.label
Default text for password form field

title
Default page title \r\n

login.message
Any message returned by the system.  Usually displays after the form is submitted.

anonymousRegistration.isAllowed
Flag indicating whether or not anoymous registrations are allowed

createAccount.url
URL for the anonymous registration page

createAccount.label
Default label for the anonymous registration link

recoverPassword.isAllowed
Flag indicating whether or not password recovery is enabled

recoverPassword.url
URL for the password recovery page.

recoverPassword.label
Default label for the password recovery link

', 1078854830,NULL); +delete from international where languageId=1 and namespace='Auth/SMB/Account' and internationalId=1; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/SMB/Account','SMB Authentication Display Account Template', 1078853113,NULL); +delete from international where languageId=1 and namespace='Auth/SMB/Account' and internationalId=2; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/SMB/Account','The following template variables are available for the SMB Authentication Display Account templates. \r\n

account.form.karma
A read only form property displaying the amount of karma a user has.  Karma is a configurable user setting that is turned off by default  \r\n

account.form.karma.label
Internationalized text label for the karma form value  \r\n

account.options
Links list of options which allow users to turn on Admin, view and edit profile, view the messageLog, etc. 

displayTitle
Page title

account.message

Any message returned by the system.  Usually displays after the form is submitted.

', 1078853113,NULL); +delete from international where languageId=1 and namespace='Auth/LDAP/Account' and internationalId=1; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/LDAP/Account','LDAP Authentication Display Account Template', 1078852969,NULL); +delete from international where languageId=1 and namespace='Auth/LDAP/Account' and internationalId=2; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/LDAP/Account','The following template variables are available for the LDAP Authentication Display Account templates. \r\n

account.form.karma
A read only form property displaying the amount of karma a user has.  Karma is a configurable user setting that is turned off by default  \r\n

account.form.karma.label
Internationalized text label for the karma form value  \r\n

account.options
Links list of options which allow users to turn on Admin, view and edit profile, view the messageLog, etc. 

displayTitle
Page title

account.message

Any message returned by the system.  Usually displays after the form is submitted.

', 1078852969,NULL); +delete from international where languageId=1 and namespace='Auth/WebGUI/Account' and internationalId=1; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (1,1,'Auth/WebGUI/Account','WebGUI Authentication Display Account Template', 1078852836,NULL); +delete from international where languageId=1 and namespace='Auth/WebGUI/Account' and internationalId=2; +insert into international (internationalId,languageId,namespace,message,lastUpdated,context) values (2,1,'Auth/WebGUI/Account','The following template variables are available for WebGUI Authentication Display Account templates. \r\n

account.form.header
The required form elements that go at the top of the display account page.

account.form.footer
The required form elements that go after the display account page form.

\r\n

account.form.karma
A read only form property displaying the amount of karma a user has.  Karma is a configurable user setting that is turned off by default  \r\n

account.form.karma.label
Internationalized text label for the karma form value  \r\n

account.form.submit
The default submit button for the display account form.

account.options
Links list of options which allow users to turn on Admin, view and edit profile, view the messageLog, etc. 

displayTitle
Page title\r\n

account.message
Any message returned by the system.  Usually displays after the form is submitted.

account.form.username
Default username form field

account.form.username.label
Default text for username form field

account.form.password
Default password form field

account.form.password.label
Default text for password form field

account.form.passwordConfirm
Default password confirm form field

account.form.passwordConfirm.label
Default text for password confirm form field

account.noform
Indicates whether or not the display account form has any visible fields

account.nofields
Default display in the case that there are no form elements to display

', 1078852836,NULL); \ No newline at end of file