Index: openacs-4/packages/acs-core-docs/www/cvs-guidelines.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/cvs-guidelines.adp,v diff -u -r1.5.2.3 -r1.5.2.4 --- openacs-4/packages/acs-core-docs/www/cvs-guidelines.adp 27 Jun 2019 18:22:21 -0000 1.5.2.3 +++ openacs-4/packages/acs-core-docs/www/cvs-guidelines.adp 10 Aug 2019 18:05:33 -0000 1.5.2.4 @@ -307,7 +307,7 @@ HEAD, not to release branches.
For core packages, bug fixes should be committed on the current release branch whenever applicable.
For non-core packages, developers should work on a checkout of -the release branch of the lastest release. For example, if OpenACS +the release branch of the latest release. For example, if OpenACS 5.1.0 is released, developers should work on the oacs-5-1 branch. When oacs-5-2 is branched, developers should continue working on oacs-5-1 until OpenACS 5.2.0 is actually released.
Reason: First, this ensures that @@ -351,7 +351,7 @@
When to TIP
A TIP is a Techical Improvement Proposal ( more information ). A proposed change must be +
A TIP is a Technical Improvement Proposal ( more information ). A proposed change must be approved by TIP if:
It changes the core data model, or
It will change the behavior of any core package in a way that affects existing code (typically, by changing public API), or
It is a non-backwards-compatible change to any core or standard Index: openacs-4/packages/acs-core-docs/www/cvs-guidelines.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/cvs-guidelines.html,v diff -u -r1.14.2.3 -r1.14.2.4 --- openacs-4/packages/acs-core-docs/www/cvs-guidelines.html 27 Jun 2019 18:22:21 -0000 1.14.2.3 +++ openacs-4/packages/acs-core-docs/www/cvs-guidelines.html 10 Aug 2019 18:05:33 -0000 1.14.2.4 @@ -194,7 +194,7 @@ current release branch whenever applicable.
For non-core packages, developers should work on a - checkout of the release branch of the lastest release. For example, + checkout of the release branch of the latest release. For example, if OpenACS 5.1.0 is released, developers should work on the oacs-5-1 branch. When oacs-5-2 is branched, developers should continue working on oacs-5-1 until OpenACS 5.2.0 is actually @@ -252,7 +252,7 @@
When to TIP
- A TIP is a Techical Improvement Proposal ( + A TIP is a Technical Improvement Proposal ( more information Index: openacs-4/packages/acs-core-docs/www/docbook-primer.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/docbook-primer.adp,v diff -u -r1.6.2.4 -r1.6.2.5 --- openacs-4/packages/acs-core-docs/www/docbook-primer.adp 27 Jun 2019 18:22:21 -0000 1.6.2.4 +++ openacs-4/packages/acs-core-docs/www/docbook-primer.adp 10 Aug 2019 18:05:33 -0000 1.6.2.5 @@ -280,7 +280,7 @@ active processes.
Create a list of administrative tools that are useful to administrating OpenACS, including developer support, schema-browser and API browser. Link to AOLserver's config file -documentation.
Resources on high level subjects such as web services, security +documentation.
Resources on high-level subjects such as web services, security guidelines
Describe typical skill sets (and perhaps mapped to standardized job titles) for administrating an OpenACS system (human-resources style). For a subsite admin/moderator attributes might include Index: openacs-4/packages/acs-core-docs/www/docbook-primer.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/docbook-primer.html,v diff -u -r1.56.2.3 -r1.56.2.4 --- openacs-4/packages/acs-core-docs/www/docbook-primer.html 27 Jun 2019 18:22:21 -0000 1.56.2.3 +++ openacs-4/packages/acs-core-docs/www/docbook-primer.html 10 Aug 2019 18:05:33 -0000 1.56.2.4 @@ -366,7 +366,7 @@ schema-browser and API browser. Link to AOLserver's config file documentation.
- Resources on high level subjects such as web services, + Resources on high-level subjects such as web services, security guidelines
Describe typical skill sets (and perhaps mapped to Index: openacs-4/packages/acs-core-docs/www/eng-standards-constraint-naming.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/eng-standards-constraint-naming.adp,v diff -u -r1.6.2.1 -r1.6.2.2 --- openacs-4/packages/acs-core-docs/www/eng-standards-constraint-naming.adp 2 Mar 2019 19:30:04 -0000 1.6.2.1 +++ openacs-4/packages/acs-core-docs/www/eng-standards-constraint-naming.adp 10 Aug 2019 18:05:33 -0000 1.6.2.2 @@ -123,7 +123,7 @@ constraints. So, if you want to name them, please do so and follow the above naming standard. But, naming not null constraints is not a requirement.
Though naming "not null" constraints doesn't help -immeditately in error debugging (e.g. the error will say something +immediately in error debugging (e.g. the error will say something like "Cannot insert null value into column"), we recommend naming not null constraints to be consistent in our naming of all constraints.
-Though naming "not null" constraints doesn't help immeditately in error +Though naming "not null" constraints doesn't help immediately in error debugging (e.g. the error will say something like "Cannot insert null value into column"), we recommend naming not null constraints to be consistent in our naming of all constraints. Index: openacs-4/packages/acs-core-docs/www/install-redhat.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-redhat.adp,v diff -u -r1.5.2.3 -r1.5.2.4 --- openacs-4/packages/acs-core-docs/www/install-redhat.adp 27 Jun 2019 18:22:22 -0000 1.5.2.3 +++ openacs-4/packages/acs-core-docs/www/install-redhat.adp 10 Aug 2019 18:05:33 -0000 1.5.2.4 @@ -232,7 +232,7 @@ level indicating which services should be up and down at any given service level. We'll use this system for PostgreSQL, but we'll use daemontools to perform a similar function for -AOLserver. (The reason for these discrepencies is that, while +AOLserver. (The reason for these discrepancies is that, while daemontools is better, it's a pain in the ass to deal with and nobody's had any trouble leaving PostgreSQL the way it is.)
[root root]#service pcmcia stop
[root root]#service netfs stop
Index: openacs-4/packages/acs-core-docs/www/install-redhat.html =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/install-redhat.html,v diff -u -r1.44.2.3 -r1.44.2.4 --- openacs-4/packages/acs-core-docs/www/install-redhat.html 27 Jun 2019 18:22:22 -0000 1.44.2.3 +++ openacs-4/packages/acs-core-docs/www/install-redhat.html 10 Aug 2019 18:05:33 -0000 1.44.2.4 @@ -146,7 +146,7 @@ which services should be up and down at any given service level. We'll use this system for PostgreSQL, but we'll use daemontools to perform a similar function for AOLserver. - (The reason for these discrepencies is that, while daemontools + (The reason for these discrepancies is that, while daemontools is better, it's a pain in the ass to deal with and nobody's had any trouble leaving PostgreSQL the way it is.)[root root]#service pcmcia stop
Index: openacs-4/packages/acs-core-docs/www/kernel-overview.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/kernel-overview.adp,v diff -u -r1.3.2.1 -r1.3.2.2 --- openacs-4/packages/acs-core-docs/www/kernel-overview.adp 2 Mar 2019 19:30:05 -0000 1.3.2.1 +++ openacs-4/packages/acs-core-docs/www/kernel-overview.adp 10 Aug 2019 18:05:33 -0000 1.3.2.2 @@ -22,7 +22,7 @@ services built on top of the Kernel and Core. Application packages are developed separately from the Kernel, and are typically released independently of it. -
This document provides a high level overview of the kernel +
This document provides a high-level overview of the kernel package. Documentation for other packages on this server
- This document provides a high level overview of the kernel + This document provides a high-level overview of the kernel package. Documentation for other packages on this server