Home
The Toolkit for Online Communities
15902 Community Members, 0 members online, 2388 visitors today
Log In Register

Forum CVS Commits: openacs-4/packages/acs-core-docs/www - joela (48 files)

OpenACS Home : Forums : CVS Commits : openacs-4/packages/acs-core-docs/www - joela (48 files)

Icon of Envelope Request notifications

Author:	joela
Update of /cvsroot/openacs-4/packages/acs-core-docs/www
In directory samoyed.furfly.net:/tmp/cvs-serv2828

Modified Files:
      Tag: oacs-4-6	acs-admin.html aolserver.html apm-design.html 	backup-recovery.html bootstrap-acs.html credits.html 	database-management.html db-api-detailed.html db-api.html 	docbook-primer.html eng-standards-constraint-naming.html 	eng-standards-filenaming.html eng-standards-plsql.html 	eng-standards-versioning.html filename.html index.html 	individual-programs.html install-overview.html 	install-redhat.html linux-installation.html 	mac-installation.html maintenance-web.html 	object-identity.html objects.html openacs.html oracle.html 	packages.html parties.html 	permissions-tediously-explained.html permissions.html 	postgres.html programming-with-aolserver.html psgml-mode.html       No tag	release-notes.html       Tag: oacs-4-6	request-processor.html requirements-template.html 	security-notes.html software-versions.html subsites.html 	tcl-doc.html templates.html tutorial-advanced.html 	tutorial-database.html tutorial-debug.html 	tutorial-newpackage.html tutorial-pages.html unix-install.html 	win2k-installation.html 
Log Message:
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.htmlRemoved the link altogether - removed all links to files actually inthe 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 toUsing 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.hAdded 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.htmlAdded 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.6cAdded 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 webAlready 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.tclowned 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 modulescould 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 -I/usr/kerberos/includeAdded pointer to thread
Author:	joela
Update of /cvsroot/openacs-4/packages/acs-core-docs/www/xml
In directory samoyed.furfly.net:/tmp/cvs-serv2828/xml

Modified Files:
      Tag: oacs-4-6	index.xml openacs.xsl 
Log Message:
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.htmlRemoved the link altogether - removed all links to files actually inthe 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 toUsing 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.hAdded 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.htmlAdded 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.6cAdded 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 webAlready 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.tclowned 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 modulescould 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 -I/usr/kerberos/includeAdded pointer to thread
Author:	joela
Update of /cvsroot/openacs-4/packages/acs-core-docs/www/xml/install-guide
In directory samoyed.furfly.net:/tmp/cvs-serv2828/xml/install-guide

Modified Files:
      Tag: oacs-4-6	aolserver.xml openacs.xml os.xml postgres.xml red-hat.xml 	software.xml 
Log Message:
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.htmlRemoved the link altogether - removed all links to files actually inthe 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 toUsing 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.hAdded 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.htmlAdded 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.6cAdded 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 webAlready 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.tclowned 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 modulescould 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 -I/usr/kerberos/includeAdded pointer to thread
+
Posted by OpenACS CVS System on
Author:	peterm
Update of /cvsroot/openacs-4/packages/acs-tcl/tcl
In directory samoyed.furfly.net:/tmp/cvs-serv20135

Modified Files:
      Tag: oacs-4-6	apm-install-procs.xql 
Log Message:
adding missing query apm_package_install_callbacks.delete_all_callbacks
Author:	daveb
Update of /cvsroot/openacs-4/contrib/packages/general-comments/sql/postgresql
In directory samoyed.furfly.net:/tmp/cvs-serv24284/sql/postgresql

Modified Files:
	general-comments-create.sql Added Files:	general-comments-plsql-create.sql 
Log Message:
Updated data model to subtype cr_revision. Started work on plpgsql functions to support object type.
Author:	daveb
Update of /cvsroot/openacs-4/contrib/packages/general-comments/sql/postgresql
In directory samoyed.furfly.net:/tmp/cvs-serv26819/sql/postgresql

Modified Files:
	general-comments-create.sql general-comments-plsql-create.sql 
Log Message:
Added missing package_id field to general comments table.