Index: openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl,v diff -u -r1.20 -r1.21 --- openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl 7 Aug 2017 23:47:46 -0000 1.20 +++ openacs-4/packages/acs-authentication/tcl/apm-callback-procs.tcl 27 Mar 2018 12:22:17 -0000 1.21 @@ -385,7 +385,7 @@ parameters:string,multiple } output { - requiered:string,multiple + required:string,multiple optional:string,multiple } } Index: openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl,v diff -u -r1.97 -r1.98 --- openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 24 Mar 2018 00:14:57 -0000 1.97 +++ openacs-4/packages/acs-authentication/tcl/authentication-procs.tcl 27 Mar 2018 12:22:17 -0000 1.98 @@ -1929,7 +1929,7 @@ # # After the maximum number of consecutive failed login attempts # has been excedeed, all further login attempts will be automatically rejected -# for a specifed lock-out/cool-down time, even if the correct credentials have been +# for a specified lock-out/cool-down time, even if the correct credentials have been # provided. Every successful login before reaching the threshold resets the # counter to 0 again. Beware, the counting is done via caching and is # therefore not persistent. Index: openacs-4/packages/acs-authentication/tcl/password-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/password-procs.tcl,v diff -u -r1.22 -r1.23 --- openacs-4/packages/acs-authentication/tcl/password-procs.tcl 29 Dec 2017 11:22:07 -0000 1.22 +++ openacs-4/packages/acs-authentication/tcl/password-procs.tcl 27 Mar 2018 12:22:17 -0000 1.23 @@ -150,7 +150,7 @@ {-username ""} {-email ""} } { - Handles forgotten passwords. Attempts to retrieve a password; if not possibe, + Handles forgotten passwords. Attempts to retrieve a password; if not possible, attempts to reset a password. If it succeeds, it emails the user. For all outcomes, it returns a message to be displayed. @@ -279,7 +279,7 @@ ad_proc -public auth::password::can_retrieve_p { {-authority_id:required} } { - Returns whether the given authority can retrive forgotten passwords. + Returns whether the given authority can retrieve forgotten passwords. @param authority_id The ID of the authority that the user is trying to log into. Index: openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl,v diff -u -r1.45 -r1.46 --- openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl 7 Aug 2017 23:47:46 -0000 1.45 +++ openacs-4/packages/acs-authentication/tcl/test/acs-authentication-procs.tcl 27 Mar 2018 12:22:17 -0000 1.46 @@ -508,7 +508,7 @@ array set reset_result [auth::password::reset \ -authority_id [auth::authority::local] \ -username $test_user(username)] - aa_equals "status should be ok for reseting password" $reset_result(password_status) "ok" + aa_equals "status should be ok for resetting password" $reset_result(password_status) "ok" aa_true "Result contains new password" [info exists reset_result(password)] if { [info exists reset_result(password)] } { Index: openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl,v diff -u -r1.49 -r1.50 --- openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 27 Mar 2018 11:17:59 -0000 1.49 +++ openacs-4/packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl 27 Mar 2018 12:22:17 -0000 1.50 @@ -831,7 +831,7 @@ the list of returns from the callback function
This means that a given user must have the write privilige on the event in order to register. Let's assume that the -priviliges inherit, so that if a user has the write privilige on +privileges inherit, so that if a user has the write privilige on the whole package, they will have the write privilege on the event.
set can_register_p [events::security::can_register_for_event_p -event_id $event_id]
We need to know what that procedure does, so go to /api-doc, paste events::security::can_register_for_event_p into the ACS Tcl API Search box, and click Feeling Lucky. The next pages shows the proc, and we click "show source" to see more information. The body of the proc is simply
return [permission::permission_p -party_id $user_id -object_id $event_id -privilege write]-
This means that a given user must have the write privilige on the event in order to register. Let's assume that the priviliges inherit, so that if a user has the write privilige on the whole package, they will have the write privilege on the event.
+This means that a given user must have the write privilege on the event in order to register. Let's assume that the privilege inherit, so that if a user has the write privilege on the whole package, they will have the write privilege on the event.
Setting Permissions. - A permission has three parts: the privilige, the object of the privilige, and the subject being granted the privilige. In this case the privilige is "write," the object is the Events package, and the subject is all Registered Users. + A permission has three parts: the privilege, the object of the privilege, and the subject being granted the privilege. In this case the privilege is "write," the object is the Events package, and the subject is all Registered Users.
To grant permissions on a package, start at the site map. Find the event package and click "Set permissions".
Index: openacs-4/packages/acs-core-docs/www/i18n-requirements.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/i18n-requirements.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-core-docs/www/i18n-requirements.adp 8 Nov 2017 09:42:10 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/i18n-requirements.adp 27 Mar 2018 12:22:17 -0000 1.4 @@ -214,7 +214,7 @@ path.40.30 The API for lookup of a message will take a locale and message key as arguments, and -return the appropriate translation of that message for the specifed +return the appropriate translation of that message for the specified locale.
40.40 The API for lookup of a message will accept an optional default string which can be @@ -493,4 +493,4 @@ rightLink="security-requirements" rightLabel="Next" rightTitle="Security Requirements" homeLink="index" homeLabel="Home" upLink="kernel-doc" upLabel="Up"> - \ No newline at end of file + Index: openacs-4/packages/acs-core-docs/www/i18n-requirements.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/i18n-requirements.html,v diff -u -r1.28 -r1.29 --- openacs-4/packages/acs-core-docs/www/i18n-requirements.html 8 Nov 2017 09:42:10 -0000 1.28 +++ openacs-4/packages/acs-core-docs/www/i18n-requirements.html 27 Mar 2018 12:22:17 -0000 1.29 @@ -337,7 +337,7 @@
40.30 The API for lookup of a message will take a locale and message key as arguments, and return the -appropriate translation of that message for the specifed +appropriate translation of that message for the specified locale.
40.40 The API for lookup of a message
Index: openacs-4/packages/acs-core-docs/www/packages.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/packages.adp,v
diff -u -r1.3 -r1.4
--- openacs-4/packages/acs-core-docs/www/packages.adp 8 Nov 2017 09:42:11 -0000 1.3
+++ openacs-4/packages/acs-core-docs/www/packages.adp 27 Mar 2018 12:22:17 -0000 1.4
@@ -311,7 +311,7 @@
files in this package" link on that page to scan the file
system for new files. This will bring you do a page that lists all
the files you just added and lets you add them to the notes
package.
Note that while the .sql
-files have been added to the packge, they have not been loaded into the database.
+files have been added to the package, they have not been loaded into the database.
For the purposes of development, you have to load the data model by
hand, because while OpenACS has automatic mechanisms for loading
and reloading .tcl
files for
@@ -409,4 +409,4 @@
System"
homeLink="index" homeLabel="Home"
upLink="dev-guide" upLabel="Up">
-
\ No newline at end of file
+
Index: openacs-4/packages/acs-core-docs/www/packages.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/packages.html,v
diff -u -r1.53 -r1.54
--- openacs-4/packages/acs-core-docs/www/packages.html 8 Nov 2017 09:42:11 -0000 1.53
+++ openacs-4/packages/acs-core-docs/www/packages.html 27 Mar 2018 12:22:17 -0000 1.54
@@ -407,7 +407,7 @@
Note that while the .sql
files
- have been added to the packge, they have not
+ have been added to the package, they have not
been loaded into the database. For the purposes of development,
you have to load the data model by hand, because while OpenACS
has automatic mechanisms for loading and reloading
Index: openacs-4/packages/acs-core-docs/www/release-notes.adp
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/release-notes.adp,v
diff -u -r1.4 -r1.5
--- openacs-4/packages/acs-core-docs/www/release-notes.adp 23 Mar 2018 23:53:01 -0000 1.4
+++ openacs-4/packages/acs-core-docs/www/release-notes.adp 27 Mar 2018 12:22:17 -0000 1.5
@@ -709,7 +709,7 @@
Translations syncronized with the translation server. Basque and +
Translations synchronized with the translation server. Basque and Catalan added.
For a complete change list, see the Change list since 5.1.0 in ???.
This is the first release using the newest adjustment to the versioning convention. The OpenACS 5.1.1 tag will apply to OpenACS core as well as to the most recent released version of every -package, including .LRN.
Translations syncronized with the translation server.
+package, including .LRN.
Translations synchronized with the translation server.
Bug 1519 fixed. This involved renaming all catalog files for ch_ZH, TH_TH, AR_EG, AR_LB, ms_my, RO_RO, FA_IR, and HR_HR. If you work with any of those locales, you should do a Index: openacs-4/packages/acs-core-docs/www/release-notes.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/release-notes.html,v diff -u -r1.58 -r1.59 --- openacs-4/packages/acs-core-docs/www/release-notes.html 23 Mar 2018 23:53:01 -0000 1.58 +++ openacs-4/packages/acs-core-docs/www/release-notes.html 27 Mar 2018 12:22:17 -0000 1.59 @@ -1223,7 +1223,7 @@
Translations syncronized with the translation server. +
Translations synchronized with the translation server. Basque and Catalan added.
This is the first release using the newest adjustment to the versioning convention. The OpenACS 5.1.1 tag will apply to OpenACS core as well as to the most recent released version of every package, including .LRN.
Translations syncronized with the translation server. +
Translations synchronized with the translation server.
Each instance of a package can have parameters associated with it. These are like preferences, and they can be set by the administrator for each application to change the behavior of your application.
To add parameters for your package, go to the Automatic Package @@ -23,4 +23,4 @@ rightLink="tutorial-upgrade-scripts" rightLabel="Next" rightTitle="Writing upgrade scripts" homeLink="index" homeLabel="Home" upLink="tutorial-advanced" upLabel="Up"> - \ No newline at end of file + Index: openacs-4/packages/acs-core-docs/www/tutorial-parameters.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/tutorial-parameters.html,v diff -u -r1.11 -r1.12 --- openacs-4/packages/acs-core-docs/www/tutorial-parameters.html 8 Nov 2017 09:42:12 -0000 1.11 +++ openacs-4/packages/acs-core-docs/www/tutorial-parameters.html 27 Mar 2018 12:22:17 -0000 1.12 @@ -1,7 +1,7 @@
Each instance of a package can have paramaters associated +
Each instance of a package can have parameters associated with it. These are like preferences, and they can be set by the administrator for each application to change the behavior of your application.
Index: openacs-4/packages/acs-core-docs/www/update-repository.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/update-repository.adp,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-core-docs/www/update-repository.adp 7 Aug 2017 23:47:53 -0000 1.2 +++ openacs-4/packages/acs-core-docs/www/update-repository.adp 27 Mar 2018 12:22:17 -0000 1.3 @@ -17,7 +17,7 @@ oacs-x-y, and build a repository channel for each of those branches where x>=5 (so not for 4.6 and earlier). It will also build a channel for HEAD, which will be named after what you set in -'head_channel' above.For each channel, it'll do an anonymous checkout of packges +'head_channel' above.
For each channel, it'll do an anonymous checkout of packages and contrib/packages, then build .apm files for each package in the checkout.
The files will be stored on the server's hard drive in the directory specified by the 'repository_dir' variable in the @@ -53,4 +53,4 @@ Package" homeLink="index" homeLabel="Home" upLink="releasing-openacs" upLabel="Up"> - \ No newline at end of file + Index: openacs-4/packages/acs-core-docs/www/update-repository.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/update-repository.html,v diff -u -r1.20 -r1.21 --- openacs-4/packages/acs-core-docs/www/update-repository.html 8 Nov 2017 09:42:12 -0000 1.20 +++ openacs-4/packages/acs-core-docs/www/update-repository.html 27 Mar 2018 12:22:17 -0000 1.21 @@ -21,7 +21,7 @@
- For each channel, it'll do an anonymous checkout of packges and contrib/packages, then build .apm files for each package in the checkout. + For each channel, it'll do an anonymous checkout of packages and contrib/packages, then build .apm files for each package in the checkout.
Index: openacs-4/packages/acs-core-docs/www/upgrade-supporting.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/upgrade-supporting.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-core-docs/www/upgrade-supporting.adp 8 Nov 2017 09:42:12 -0000 1.3 +++ openacs-4/packages/acs-core-docs/www/upgrade-supporting.adp 27 Mar 2018 12:22:17 -0000 1.4 @@ -39,7 +39,7 @@ mv /usr/local/aolserver/bin/nsfts.so /usr/local/aolserver/bin/nsfts-0.2.so cp nsfts.so /usr/local/aolserver/bin -
Build and install the OpenFTS code for PostGresSQL
+
Build and install the OpenFTS code for PostgreSQL
cd /usr/local/src/Search-OpenFTS-tcl-0.3.2/ cp -r pgsql_contrib_openfts /usr/local/src/postgresql-7.2.3/contrib /usr/local/src/postgresql-7.2.3/contrib/pgsql_contrib_openfts make @@ -151,4 +151,4 @@ Chapter 6. Production Environments" homeLink="index" homeLabel="Home" upLink="upgrade" upLabel="Up"> - \ No newline at end of file + Index: openacs-4/packages/acs-core-docs/www/upgrade-supporting.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/upgrade-supporting.html,v diff -u -r1.22 -r1.23 --- openacs-4/packages/acs-core-docs/www/upgrade-supporting.html 8 Nov 2017 09:42:12 -0000 1.22 +++ openacs-4/packages/acs-core-docs/www/upgrade-supporting.html 27 Mar 2018 12:22:17 -0000 1.23 @@ -27,7 +27,7 @@Example 4: Register the string and display it in the preferred language of the current user. Note that the possible values for themv /usr/local/aolserver/bin/nsfts.so /usr/local/aolserver/bin/nsfts-0.2.so cp nsfts.so /usr/local/aolserver/bin-Build and install the OpenFTS code for PostGresSQL
+Build and install the OpenFTS code for PostgreSQL
cd /usr/local/src/Search-OpenFTS-tcl-0.3.2/ cp -r pgsql_contrib_openfts /usr/local/src/postgresql-7.2.3/contrib /usr/local/src/postgresql-7.2.3/contrib/pgsql_contrib_openfts make Index: openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml,v diff -u -r1.32 -r1.33 --- openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml 24 Dec 2017 13:15:07 -0000 1.32 +++ openacs-4/packages/acs-core-docs/www/xml/for-everyone/release-notes.xml 27 Mar 2018 12:22:17 -0000 1.33 @@ -1788,7 +1788,7 @@Example 4: Register the string and display it in the preferred language of the current user. Note that the possible values for the -Release 5.1.2 - @@ -1806,7 +1806,7 @@Translations syncronized with the translation server. + Translations synchronized with the translation server. Basque and Catalan added. This is the first release using the newest adjustment to the versioning convention. The OpenACS 5.1.1 tag will apply to OpenACS core as well as to the most recent released version of every package, including .LRN. - Translations syncronized with the translation server. + Translations synchronized with the translation server. Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/configuring.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/configuring.xml,v diff -u -r1.15 -r1.16 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/configuring.xml 24 Dec 2017 13:15:07 -0000 1.15 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/configuring.xml 27 Mar 2018 12:22:17 -0000 1.16 @@ -266,12 +266,12 @@ set can_register_p [events::security::can_register_for_event_p -event_id $event_id] We need to know what that procedure does, so go to /api-doc , paste events::security::can_register_for_event_p into the ACS Tcl API Search box, and click Feeling Lucky. The next pages shows the proc, and we click "show source" to see more information. The body of the proc is simplyreturn [permission::permission_p -party_id $user_id -object_id $event_id -privilege write] -This means that a given user must have the write privilige on the event in order to register. Let's assume that the privileges inherit, so that if a user has the write privilige on the whole package, they will have the write privilege on the event. +This means that a given user must have the write privilege on the event in order to register. Let's assume that the privileges inherit, so that if a user has the write privilege on the whole package, they will have the write privilege on the event. Setting Permissions -A permission has three parts: the privilige, the object of the privilige, and the subject being granted the privilige. In this case the privilige is "write," the object is the Events package, and the subject is all Registered Users. +A permission has three parts: the privilege, the object of the privilege, and the subject being granted the privilege. In this case the privilege is "write," the object is the Events package, and the subject is all Registered Users. Index: openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml,v diff -u -r1.43 -r1.44 --- openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml 24 Mar 2018 00:14:57 -0000 1.43 +++ openacs-4/packages/acs-core-docs/www/xml/install-guide/upgrade.xml 27 Mar 2018 12:22:17 -0000 1.44 @@ -631,7 +631,7 @@ mv /usr/local/aolserver/bin/nsfts.so /usr/local/aolserver/bin/nsfts-0.2.so cp nsfts.so /usr/local/aolserver/bin -Build and install the OpenFTS code for PostGresSQL +Build and install the OpenFTS code for PostgreSQL cd /usr/local/src/Search-OpenFTS-tcl-0.3.2/ cp -r pgsql_contrib_openfts /usr/local/src/postgresql-7.2.3/contrib /usr/local/src/postgresql-7.2.3/contrib/pgsql_contrib_openfts make Index: openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth-design.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth-design.xml,v diff -u -r1.8 -r1.9 --- openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth-design.xml 7 Aug 2017 23:47:55 -0000 1.8 +++ openacs-4/packages/acs-core-docs/www/xml/kernel/ext-auth-design.xml 27 Mar 2018 12:22:17 -0000 1.9 @@ -701,7 +701,7 @@ ad_proc -public auth::password::can_retrieve_p { {-authority_id:required} } { - Returns whether the given authority can retrive forgotten passwords. + Returns whether the given authority can retrieve forgotten passwords. @param authority_id The ID of the authority that the user is trying to log into. @return 1 if the authority allows retrieving passwords, 0 otherwise. Index: openacs-4/packages/acs-datetime/www/doc/design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/www/doc/design.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-datetime/www/doc/design.adp 7 Aug 2017 23:47:55 -0000 1.3 +++ openacs-4/packages/acs-datetime/www/doc/design.adp 27 Mar 2018 12:22:17 -0000 1.4 @@ -19,7 +19,7 @@ date/time information as input and return date/time strings to the caller. Rather than standardize on a low-level representation of time (like seconds since 00:00:00 UTC, January 1 1970) all of these -procedures accept general date specfications. For example, the +procedures accept general date specifications. For example, the default date for dt_widget_datetime
can be specified as "2001-01-05", "2000-01-05 09:57 pm", "2000-01-05 21:57", etc. Internally these are parsed by Index: openacs-4/packages/acs-datetime/www/doc/design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-datetime/www/doc/design.html,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-datetime/www/doc/design.html 7 Aug 2017 23:47:55 -0000 1.2 +++ openacs-4/packages/acs-datetime/www/doc/design.html 27 Mar 2018 12:22:17 -0000 1.3 @@ -30,7 +30,7 @@ date/time information as input and return date/time strings to the caller. Rather than standardize on a low-level representation of time (like seconds since 00:00:00 UTC, January 1 1970) all of these -procedures accept general date specfications. For example, the +procedures accept general date specifications. For example, the default date fordt_widget_datetime
can be specified as "2001-01-05", "2000-01-05 09:57 pm", "2000-01-05 21:57", etc. Internally these are parsed by the standard Tcl procedureclock Index: openacs-4/packages/acs-events/sql/postgresql/test/time_intervals-test.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-events/sql/postgresql/test/time_intervals-test.sql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-events/sql/postgresql/test/time_intervals-test.sql 30 Mar 2013 13:00:30 -0000 1.3 +++ openacs-4/packages/acs-events/sql/postgresql/test/time_intervals-test.sql 27 Mar 2018 12:22:17 -0000 1.4 @@ -26,7 +26,7 @@ 'ut_time_intervals' ); - -- Store keys that are in the table prior to the regresion test + -- Store keys that are in the table prior to the regression test create table ut_interval_ids as select interval_id from time_intervals; return 0; Index: openacs-4/packages/acs-events/sql/postgresql/test/timespan-test.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-events/sql/postgresql/test/timespan-test.sql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-events/sql/postgresql/test/timespan-test.sql 31 Jan 2018 20:43:23 -0000 1.5 +++ openacs-4/packages/acs-events/sql/postgresql/test/timespan-test.sql 27 Mar 2018 12:22:17 -0000 1.6 @@ -27,7 +27,7 @@ 'ut_timespans' ); - -- Store keys that are in the table prior to the regresion test + -- Store keys that are in the table prior to the regression test create table ut_interval_ids as select interval_id from time_intervals; create table ut_timespan_ids as select timespan_id from timespans; Index: openacs-4/packages/acs-interface/www/doc/requirements.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-interface/www/doc/requirements.html,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-interface/www/doc/requirements.html 19 Oct 2001 01:41:41 -0000 1.3 +++ openacs-4/packages/acs-interface/www/doc/requirements.html 27 Mar 2018 12:22:17 -0000 1.4 @@ -47,7 +47,7 @@ 20.10.10 Add/Delete interface
20.10.20 Add/Remove methods to/from interfaces
20.10.30 Specify parameters for methods
- 20.10.40 Edit paramters for methods
+ 20.10.40 Edit parameters for methods
20.10.50 List of interfaces
20.20 Object type / Interface Registration
Index: openacs-4/packages/acs-kernel/sql/oracle/rel-constraints-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/rel-constraints-create.sql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-kernel/sql/oracle/rel-constraints-create.sql 24 Dec 2017 13:10:49 -0000 1.6 +++ openacs-4/packages/acs-kernel/sql/oracle/rel-constraints-create.sql 27 Mar 2018 12:22:17 -0000 1.7 @@ -359,7 +359,7 @@ -- -- What are all the segments in the system that a party has to -- be in if the party were to be on side :rel_side of a relation --- in segement :rel_segment? +-- in segment :rel_segment? -- -- We want not only the direct required_segments (which we could -- get from the rel_constraints table directly), but also the Index: openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql 24 Dec 2017 13:10:49 -0000 1.3 +++ openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql 27 Mar 2018 12:22:17 -0000 1.4 @@ -374,7 +374,7 @@ -- -- What are all the segments in the system that a party has to -- be in if the party were to be on side :rel_side of a relation --- in segement :rel_segment? +-- in segment :rel_segment? -- -- We want not only the direct required_segments (which we could -- get from the rel_constraints table directly), but also the Index: openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d9-5.0d13.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d9-5.0d13.sql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d9-5.0d13.sql 24 Dec 2017 13:10:49 -0000 1.5 +++ openacs-4/packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d9-5.0d13.sql 27 Mar 2018 12:22:17 -0000 1.6 @@ -5120,7 +5120,7 @@ -- -- What are all the segments in the system that a party has to -- be in if the party were to be on side :rel_side of a relation --- in segement :rel_segment? +-- in segment :rel_segment? -- -- We want not only the direct required_segments (which we could -- get from the rel_constraints table directly), but also the Index: openacs-4/packages/acs-kernel/sql/postgresql/rel-constraints-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/postgresql/rel-constraints-create.sql,v diff -u -r1.19 -r1.20 --- openacs-4/packages/acs-kernel/sql/postgresql/rel-constraints-create.sql 24 Dec 2017 13:10:50 -0000 1.19 +++ openacs-4/packages/acs-kernel/sql/postgresql/rel-constraints-create.sql 27 Mar 2018 12:22:17 -0000 1.20 @@ -450,7 +450,7 @@ -- -- What are all the segments in the system that a party has to -- be in if the party were to be on side :rel_side of a relation --- in segement :rel_segment? +-- in segment :rel_segment? -- -- We want not only the direct required_segments (which we could -- get from the rel_constraints table directly), but also the Index: openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d2-5.7.0d3.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d2-5.7.0d3.sql,v diff -u -r1.2 -r1.3 --- openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d2-5.7.0d3.sql 24 Nov 2010 18:58:45 -0000 1.2 +++ openacs-4/packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d2-5.7.0d3.sql 27 Mar 2018 12:22:17 -0000 1.3 @@ -6,9 +6,9 @@ -- @cvs-id $Id$ -- --- Avoiding the usage of the coalesce function +-- Avoiding the usage of the coalesce function -- on the site_nodes columns in the where clause --- because this leads to usage of a sequencial scan, +-- because this leads to usage of a sequential scan, -- instead we enforce the usage of an index scan -- by issolating the case on which we need to compare null values -- and using the equal operator. Index: openacs-4/packages/acs-kernel/sql/test/rel-segments-test.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-kernel/sql/test/rel-segments-test.sql,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-kernel/sql/test/rel-segments-test.sql 7 Aug 2017 23:47:56 -0000 1.5 +++ openacs-4/packages/acs-kernel/sql/test/rel-segments-test.sql 27 Mar 2018 12:22:17 -0000 1.6 @@ -374,14 +374,14 @@ PERFORM acs_group__delete(A); -- Remove the test members. - PERFROM acs_user__delete(joe); - PERFROM acs_user__delete(jane); - PERFROM acs_user__delete(bob); - PERFROM acs_user__delete(betty); - PERFROM acs_user__delete(jack); - PERFROM acs_user__delete(jill); - PERFROM acs_user__delete(sven); - PERFROM acs_user__delete(stacy); + PERFORM acs_user__delete(joe); + PERFORM acs_user__delete(jane); + PERFORM acs_user__delete(bob); + PERFORM acs_user__delete(betty); + PERFORM acs_user__delete(jack); + PERFORM acs_user__delete(jill); + PERFORM acs_user__delete(sven); + PERFORM acs_user__delete(stacy); return null; Index: openacs-4/packages/acs-lang/www/doc/i18n-design.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/doc/i18n-design.adp,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-lang/www/doc/i18n-design.adp 27 Mar 2018 11:18:00 -0000 1.3 +++ openacs-4/packages/acs-lang/www/doc/i18n-design.adp 27 Mar 2018 12:22:17 -0000 1.4 @@ -531,7 +531,7 @@type
paramater are determined by what has been +type
parameter are determined by what has been implemented in thead_locale
procedure. By default, only theuser
type is implemented. An example of a type that could be implemented issubsite
, for Index: openacs-4/packages/acs-lang/www/doc/i18n-design.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-lang/www/doc/i18n-design.html,v diff -u -r1.5 -r1.6 --- openacs-4/packages/acs-lang/www/doc/i18n-design.html 27 Mar 2018 11:18:00 -0000 1.5 +++ openacs-4/packages/acs-lang/www/doc/i18n-design.html 27 Mar 2018 12:22:17 -0000 1.6 @@ -668,7 +668,7 @@
type
- paramater are determined by what has been implemented in the ad_locale
procedure.
+ parameter are determined by what has been implemented in the ad_locale
procedure.
By default, only the user
type is implemented. An example of a type that
could be implemented is subsite
,
for displaying strings in the language of the subsite that owns the current web page.
Index: openacs-4/packages/acs-mail/acs-mail.info
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail/acs-mail.info,v
diff -u -r1.30 -r1.31
--- openacs-4/packages/acs-mail/acs-mail.info 18 Oct 2016 07:03:38 -0000 1.30
+++ openacs-4/packages/acs-mail/acs-mail.info 27 Mar 2018 12:22:17 -0000 1.31
@@ -15,7 +15,7 @@
- Use duration_ms_list
to determine a time adjustment for quiting before next cycle:
+ Use duration_ms_list
to determine a time adjustment for quitting before next cycle:
scan_in_est_dur_per_cycle_s
+ scan_repies_start_time
=
scan_in_est_quit_cs
publish::merge_with_template |
Merge the item with its template and return the -resulting HTML. This proc is simlar to +resulting HTML. This proc is similar to content::init
|
-Merge the item with its template and return the resulting HTML. This proc is simlar to content::init +Merge the item with its template and return the resulting HTML. This proc is similar to content::init
- \ No newline at end of file + Index: openacs-4/packages/acs-templating/www/doc/gen/proc-doc.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/doc/gen/proc-doc.html,v diff -u -r1.4 -r1.5 --- openacs-4/packages/acs-templating/www/doc/gen/proc-doc.html 29 Dec 2017 09:59:11 -0000 1.4 +++ openacs-4/packages/acs-templating/www/doc/gen/proc-doc.html 27 Mar 2018 12:22:17 -0000 1.5 @@ -17,7 +17,7 @@ < blah blah > -The Tcl proc parser relies on three main text markers to divvy the Tcl library file into neat compartments: namespace, procedure and directive. Each of these divisions has its own text marker(s). In the end, your Tcl file should look somthing like this: +The Tcl proc parser relies on three main text markers to divvy the Tcl library file into neat compartments: namespace, procedure and directive. Each of these divisions has its own text marker(s). In the end, your Tcl file should look something like this:
|