Index: openacs-4/contrib/obsolete-packages/bboard/tcl/bboard-procs-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/obsolete-packages/bboard/tcl/bboard-procs-oracle.xql,v diff -u -r1.2 -r1.3 --- openacs-4/contrib/obsolete-packages/bboard/tcl/bboard-procs-oracle.xql 15 Aug 2001 04:58:11 -0000 1.2 +++ openacs-4/contrib/obsolete-packages/bboard/tcl/bboard-procs-oracle.xql 19 Sep 2001 00:54:22 -0000 1.3 @@ -356,7 +356,7 @@ - + select content_item.get_latest_revision(:file_id) as revision_id @@ -366,7 +366,7 @@ - + update cr_revisions Index: openacs-4/contrib/obsolete-packages/bboard/tcl/bboard-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/obsolete-packages/bboard/tcl/bboard-procs-postgresql.xql,v diff -u -r1.2 -r1.3 --- openacs-4/contrib/obsolete-packages/bboard/tcl/bboard-procs-postgresql.xql 22 Aug 2001 20:25:17 -0000 1.2 +++ openacs-4/contrib/obsolete-packages/bboard/tcl/bboard-procs-postgresql.xql 19 Sep 2001 00:54:22 -0000 1.3 @@ -293,8 +293,8 @@ update cr_revisions - set content = :content - where revision_id = :revision_id + set lob = [set __lob_id [db_string get_lob_id "select empty_lob()"]] + where revision_id = :revision_id @@ -320,7 +320,7 @@ - + select content_item__get_latest_revision(:file_id) as revision_id @@ -330,12 +330,12 @@ - + update cr_revisions - set content = :content - where revision_id = :revision_id + set lob = [set __lob_id [db_string get_lob_id "select empty_lob()"]] + where revision_id = :revision_id Index: openacs-4/contrib/obsolete-packages/bboard/www/attachment-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/contrib/obsolete-packages/bboard/www/Attic/attachment-postgresql.xql,v diff -u -r1.1 -r1.2 --- openacs-4/contrib/obsolete-packages/bboard/www/attachment-postgresql.xql 29 Jun 2001 20:37:18 -0000 1.1 +++ openacs-4/contrib/obsolete-packages/bboard/www/attachment-postgresql.xql 19 Sep 2001 00:54:22 -0000 1.2 @@ -16,7 +16,7 @@ - select content + select lob from cr_revisions where revision_id = content_item__get_live_revision($file_id) Index: openacs-4/packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql,v diff -u -r1.6 -r1.7 --- openacs-4/packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql 29 Aug 2001 18:46:37 -0000 1.6 +++ openacs-4/packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql 19 Sep 2001 00:54:22 -0000 1.7 @@ -327,20 +327,23 @@ p_is_live alias for $9; -- default ''t'' v_revision_id cr_revisions.revision_id%TYPE; begin - --hmmm not sure which function to use v_revision_id := content_revision__new ( p_title, -- title + p_description, + current_timestamp, p_mime_type, -- mime_type + NULL, p_content, -- data p_file_id, -- item_id + NULL, p_creation_date, -- creation_date p_creation_user, -- creation_user p_creation_ip -- creation_ip ); -- test for auto approval of revision if p_is_live = ''t'' then - content_item__set_live_revision(v_revision_id); + perform content_item__set_live_revision(v_revision_id); end if; return v_revision_id; @@ -533,7 +536,7 @@ returns varchar as ' declare p_message_id alias for $1; - v_message_name acs_messages_all.title%TYPE; + v_message_name cr_revisions.title%TYPE; begin select title into v_message_name from acs_messages_all Index: openacs-4/packages/cms/tcl/form-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/cms/tcl/form-procs-postgresql.xql,v diff -u -r1.14 -r1.15 --- openacs-4/packages/cms/tcl/form-procs-postgresql.xql 30 Aug 2001 01:46:05 -0000 1.14 +++ openacs-4/packages/cms/tcl/form-procs-postgresql.xql 19 Sep 2001 00:54:22 -0000 1.15 @@ -404,7 +404,7 @@ update cr_revisions - set content = [set __lob_id [db_string get_id "select empty_lob()"]] + set lob = [set __lob_id [db_string get_id "select empty_lob()"]] where revision_id = :revision_id Index: openacs-4/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/Attic/index.adp,v diff -u -r1.1 -r1.2 --- openacs-4/www/index.adp 13 Mar 2001 22:59:27 -0000 1.1 +++ openacs-4/www/index.adp 19 Sep 2001 00:54:22 -0000 1.2 @@ -9,14 +9,15 @@ - You have successfully installed ArsDigita Community System + You have successfully installed the + OpenACS Community System version @acs_version@.

- Thank you for using our software. Please write us at the web/db bboard to let - us know of your experience with installing and using ACS. + Thank you for using our software. Please write to us at the OpenACS bboard to let + us know of your experience with installing and using OpenACS.

@@ -52,61 +53,62 @@

How to Add Functionality to Your Site

- To download application packages that you can install on your system, visit - the ACS Repository. + To download application packages that you can install on + your system, visit the OpenACS Software Page. To make them available to users of your site, use the Sitemap.

To manage the packages on your system, visit the Package Manager + title="OpenACS Package Manager on your server">Package Manager on your own server.

- Should you develop an ACS package that you want to share with the rest - of the community, upload it to the ACS Repository and we will + Should you develop an OpenACS package that you want to share with the rest + of the community, upload it to OpenACS Repository and we will evaluate it and publish it.

For more administrative options, visit ACS-Administration pages for packages and users, - or OpenACS-Administration pages + for packages and users, or Main site admin pages for groups and sitemap.

How to Learn More

- Your ACS installation comes with documentation. When you start programming, you will also find the API documentation useful.

Should you ever get stuck, or if you just want to hang out with other - ACS users, visit the discussion forums on arsdigita.com, in + OpenACS users, visit the discussion forums on openacs.org, in particular the web/db forum. - The home of the ACS community is - at http://developer.arsdigita.com. + href="http://openacs.org/bboard/q-and-a?topic_id=11" + title="OpenACS discussion forum on openacs.org">OpenACS forum. + The home of the OpenACS community is + at http://openacs.org.

If you find bugs or have feature requests, post them in - our Software + our Software Development Manager (SDM). If you have bugfixes or patches yourself, post them in the SDM, too. @@ -220,28 +222,28 @@ - Downloads + Software Downloads - Developer Community + Developer Community Web/DB bboard + href="http://openacs.org/bboard/q-and-a?topic_id=11">OpenACS bboard - Other bboards + Other bboards - Report a bug + Report a bug