• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Standardize names of Products (Tcl, AOLserver, PostgreSQL)

  1. … 18 more files in changeset.
- updated release notes

- deactivated CVS keyword substitution in .adp files (otherwise substitution in .html and .adp is different)

  1. … 152 more files in changeset.
migrating doc version to 4.4 which processes codes more cleanly, fixing code that results in obvious compile errors, moved cvstag lines to within authorblurb tags for context and also puts the tag at the first/top of a chunked file set instead of at the bottom page of the last one.., updated docbook-primer.xml grammar and tag usage

  1. … 245 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111

  1. … 2275 more files in changeset.
Added note to use fetch instead of wget when installing on freebsd

  1. … 1 more file in changeset.
clarifying statements

adjustments for OpenACS 5.1.1 release, including release numbers and help text.

  1. … 208 more files in changeset.
replaced service0 with bash var

  1. … 17 more files in changeset.
added aspell to the list of optional software

merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag

  1. … 598 more files in changeset.
add some xreflabels, fix formatting on programlisting thing i broke, make assumptions a table rather than a figure and give it a more explicit title

  1. … 4 more files in changeset.
Switch to DocBook 4.2

Add a lint target in Makefile which uses xmllint to validate source.

Add index generation to fo.xsl and openacs.xsl.

fix messed up use of literallayout.

Fix xrefs in permissions-tediously-explained.xml

Repair authorblurb which I broke.

Switch some tables w/o titles to informaltable

fix rollback-database xref.

  1. … 60 more files in changeset.
fix ulink using href rather than url

cleaning up installation docs for 5.0

  1. … 107 more files in changeset.
refactored from external entity to xinclude so that broken files don't kill overall make; added external authentication; brought i18n current; other smaller fixes

  1. … 158 more files in changeset.
medium post-4-6-3 changes, including moving optional stuff to appendicis; bugfixes

  1. … 26 more files in changeset.
Fixed:

> missing link to http://openacs.org/doc/openacs-4-6-2/files/analog-dev.cfg.txt

> http://openacs.org/doc/openacs-4-6-2/individual-programs.html

Removed the link altogether - removed all links to files actually in

the tarball

----------------------------------------------------------------------

> I'm running Mandrake 9.1 on my new workstation here, and when all the docbook

> stuff's installed there's a convenient "xsl-stylesheets" symbolic link to

Using symlink in openacs.xsl

----------------------------------------------------------------------

In qmail section, link to download page for ucspi and qmail

----------------------------------------------------------------------

>Which is the best keyword for "your service name?" in the docs. It should be

>easily recognized as a placeholder, easy to search-replace, and should

>be generic enough that most users can leave it unchanged. Currently we use

>"service0", which meets the last two of the three requirements.

>Earlier docs used "birdnotes," which met the first two requirements.

Decided I didn't care

----------------------------------------------------------------------

>Red Hat 9 issue:

>code change to compile daemontools and qmail

>http://www.riverside.org/archive/html/djbdns/2003-01/msg00307.html

>http://article.gmane.org/gmane.mail.qmail.general/13960

>put "#include <errno.h>" in /usr/local/src/postgresql-7.2.3/src/include/postgres.h

Added comment to instructions

----------------------------------------------------------------------

> Add text about which version of PostgreSQL works to top of that

section.

added.

----------------------------------------------------------------------

>First, in http://openacs.org/doc/openacs-4-6-2/postgres.html the make

>install didn't work for me when I used postgres so I had to use root and

>then do 'chown -R postgres.web /usr/local/pgsql'

Could not repro.

----------------------------------------------------------------------

> Second, in the [postgres.html] doc, in point 8 for Red Hat, why is

> there chmod 700 for the script? All the other scripts in

> /etc/rc.d/init.d are 755.

Changed to 755.

----------------------------------------------------------------------

>Optimizing Postgres:

>should optimize kernel settings for Postgres

>http://developer.postgresql.org/docs/postgres/kernel-resources.html

Added postgres tuning instructions

----------------------------------------------------------------------

>For compiling nsopenssl, this was necessary on Debian:

>apt-get install libssl-dev

>make OPENSSL=/usr/lib/ssl

>nsopenssl needs 0.9.6 or newer. Debian stable currently runs openssl

>0.9.6c

Added note.

----------------------------------------------------------------------

>If you are on Oracle, you have to su - oracle, then su to root to get

>your environment right. Otherwise, nsoracle won't compile.

Added note.

----------------------------------------------------------------------

>The web user wasn't added in the Oracle install step, so I added it

>now: groupadd web

Already mentioned in the doc.

----------------------------------------------------------------------

>For some reason, the include and sample-config.tcl files were owned by

>500.500 instead of root root. So:

>chown -R root.root include sample.config.tcl

owned by remadmin in reference platform. Seems harmless so didn't add anything to instructions.

----------------------------------------------------------------------

>bin and lib were group owned by staff. I changed that to root as well:

>chown -R root.root bin lib modules

could not repro

----------------------------------------------------------------------

> We should be recommending at least ANALYZE (by itself). If we are

> going to recommend VACUUM, we should recommend VACUUM ANALYZE once an

> hour (or so) and a VACUUM FULL ANALYZE once a night.

Changed default suggestion to --analyze (once per day) to be conservative due to forum thread about full analyze affecting performance due to locking

----------------------------------------------------------------------

> Red hat 9: Stock SSL doesn't work - kerberos problem and also not compiled with

> thread support. (there's an OpenACS thread to fix this)

>http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=84331

> edit nsopenssl Makefile to say

> CFLAGS += -I$(OPENSSL)/include <b>-I/usr/kerberos/include<b>

Added pointer to thread

  1. … 54 more files in changeset.
assorted bug fixes and fixed missing files

  1. … 92 more files in changeset.
Updated and tested backup/recovery

  1. … 10 more files in changeset.
merge from oacs-4-6

  1. … 110 more files in changeset.
- Updated Docs for 4.6. Changes include:

- Use PG 7.2.3

- Use OpenFTS 0.3.2

- Major changes to AOLserver install

- Install AOLserver as root (so webserver cracker can't modify nsd)

- AOLServer now run as 'nobody.web'; regular user owns pages; pages are in user dir

- no more nsadmin account

- Add link at bottom of each page pointing to same page at openacs.org

- modified PG backup script to use defaults set in install guide

- modified export-oracle script to use 8.1.7

- added LD_ASSUME_KERNEL=2.2.5 to nsd-oracle script

- modified openacs4.tcl.txt config to set serverroot appropriately, set debug false

- incorporated lots of comments & emails (typos, URLs, etc)

  1. … 82 more files in changeset.
1) re-added changes that didn't get merged in from the 4.5 release

2) Added in comments that were made on the live docs as of 8/5/2002 (Still need to incorporate a few more comments)

  1. … 8 more files in changeset.
Updated .info files of all core packages to version 4.5

  1. … 22 more files in changeset.

1) Added local vars to end of each xml file so that psgml-mode works properly

2) Added disclaimer to authorblurb stylesheet

3) Minor fixes to install guide

  1. … 115 more files in changeset.
Fixed a couple of broken and/or hard-wired links on the installation guides,

including the Windows 2000 install guide.

  1. … 40 more files in changeset.
* Added "version" and "majorversion" entities to top-level index.xml

so document writers can just use "&version;" or "&majorversion;"

to have that automatically substituted during the output to other

formats.

* Updated most documents to make use of these new entities. Left some

unchanged documents under the kernel documentation.

* Updated the openacs.xsl to take my e-mail off the mailto. I get too

much spam already.

* Changed to "Open Architecture Community System" wherever I could find

(thank goodness for M-x query-replace :-))

* Regenerated the html docs.

  1. … 82 more files in changeset.
1) small fixes to the install docs

2) added the XSL stylesheet

  1. … 6 more files in changeset.
fixed ACS->OpenACS. regenerated html docs

  1. … 93 more files in changeset.
beta version of install docs

  1. … 26 more files in changeset.