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.53.2.1 -r1.53.2.2 --- openacs-4/packages/acs-core-docs/www/release-notes.html 12 Jun 2011 20:03:48 -0000 1.53.2.1 +++ openacs-4/packages/acs-core-docs/www/release-notes.html 12 Jun 2011 20:52:57 -0000 1.53.2.2 @@ -1,6 +1,11 @@ OpenACS Release Notes

OpenACS Release Notes

The ChangeLogs include an annotated list of changes (Section , “Changelog (most recent release only)”) since the last release and in the -entire 5.6 release sequence Section , “Changelog for oacs-5-6”.

Release 5.6.0

  • +entire 5.7 release sequence Section , “Changelog for oacs-5-7”.

    Release 5.7.0

    • + Made changes that extend acs-kernel's create_type and create_attribute procs, + so they're optionally able to create sql tables and columns. Optional metadata + params allow for the automatic generation of foreign key references, check + exprs, etc. +

    Release 5.6.0

    • Added new package dependency type, "embeds". This is a variant of the "extends" package dependency type added in OpenACS 5.5.0. It allows one to write embeddable packages, with scripts made visible in client packages @@ -76,14 +81,14 @@

      Templates have been modified to comply with HTML strict

      The Search package's results page has been improved

      TinyMCE WYSIWYG support has been added, RTE and HTMLArea support dropped

      acs-mail-lite's send has been cleaned up to properly encode content, to handle file attachments, etc. "complex-send" will disappear from acs-core in a future release.

    The ChangeLogs include an annotated list of changes (Section , “Changelog (most recent release only)”) since the last release and in the -entire 5.6 release sequence Section , “Changelog for oacs-5-6”.

    Release 5.3.1

    • Bug fixes.

      New TIPs implemented.

      All Core Automated Tests for Postgres pass.

      New Site and Blank master templates and CSS compatible with the .LRN Zen +entire 5.7 release sequence Section , “Changelog for oacs-5-7”.

      Release 5.3.1

      • Bug fixes.

        New TIPs implemented.

        All Core Automated Tests for Postgres pass.

        New Site and Blank master templates and CSS compatible with the .LRN Zen work. Compatibility master templates are provided for existing sites.

      The ChangeLogs include an annotated list of changes (Section , “Changelog (most recent release only)”) since the last release and in the -entire 5.6 release sequence Section , “Changelog for oacs-5-6”.

      Release 5.3.0

      • Bug fixes.

        New TIPs implemented.

        All Core Automated Tests for Postgres pass.

      Release 5.2.0

      • Bug fixes.

        New TIPs implemented.

        This release does not include new translations.

      Release 5.1.4

      • Bug fixes.

        The missing CR TCL API has been filled in, thanks to Rocael and +entire 5.7 release sequence Section , “Changelog for oacs-5-7”.

        Release 5.3.0

        • Bug fixes.

          New TIPs implemented.

          All Core Automated Tests for Postgres pass.

        Release 5.2.0

        • Bug fixes.

          New TIPs implemented.

          This release does not include new translations.

        Release 5.1.4

        • Bug fixes.

          The missing CR TCL API has been filled in, thanks to Rocael and his team and Dave Bauer.

          This release does not include new translations.

        Release 5.1.3

        • Bug fixes, primarily for .LRN compatibility in support of upcoming .LRN 2.1.0 releases. This release does not include new translations since 5.1.2.

        Release 5.1.2

        Release 5.1.1

        • 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. + 5.1.0 in Section , “Changelog for oacs-5-7”.

        Release 5.1.1

        • 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.

        • Bug 1519 fixed. This involved renaming all catalog files for ch_ZH, TH_TH, AR_EG, AR_LB, ms_my, RO_RO, FA_IR, @@ -94,7 +99,7 @@ the files and database before upgrading.)

        • Other bug fixes since 5.1.0: 1785, 1793, and over a dozen additional bug fixes.

        • For a complete change list, see the Change list since - 5.0.0 in Section , “Changelog for oacs-5-6”.

        Release 5.1.0

        • Lots of little tweaks and fixes

        • Complete Change list since 5.0.0 in Changelog

        • Many Bug fixes

        Release 5.0.4

        • New translations, including for .LRN 2.0.2.

        Release 5.0.1

        • All work on the translation server from 7 Nov 2003 to 7 Feb 2004 is now included in catalogs.

        • One new function in acs-tcl, util::age_pretty

        • Complete Change list since 5.0.0 in Changelog

        • Many documentation updates and doc bug fixes

        Release 5.0.0

        + 5.0.0 in Section , “Changelog for oacs-5-7”.

      Release 5.1.0

      • Lots of little tweaks and fixes

      • Complete Change list since 5.0.0 in Changelog

      • Many Bug fixes

      Release 5.0.4

      • New translations, including for .LRN 2.0.2.

      Release 5.0.1

      • All work on the translation server from 7 Nov 2003 to 7 Feb 2004 is now included in catalogs.

      • One new function in acs-tcl, util::age_pretty

      • Complete Change list since 5.0.0 in Changelog

      • Many documentation updates and doc bug fixes

      Release 5.0.0

      This is OpenACS 5.0.0. This version contains no known security, data loss, or crashing bugs, nor any bugs judged release blockers. This version has received manual testing. It has passed current automated testing, which is not comprehensive. This release contains work done on the translation server http://translate.openacs.org through 7 Nov 2003.

      Please report bugs using our @@ -103,7 +108,7 @@

      You may want to begin by reading our installation documentation for Section , “a Unix-like system”. Note that the Windows documentation is - not current for OpenACS 5.6.0, but an alternative is to use John + not current for OpenACS 5.7.0, but an alternative is to use John Sequeira's Oasis VM project.

      @@ -191,11 +196,11 @@

    • Serving backup files and files from the CVS directories is turned off by default via the acs-kernel parameter ExcludedFiles in section request-processor (The variable provides a string match glob list of files and is defaulted to "*/CVS/* *~") -

    ($Id$)

    Changelog (most recent release only)

    ChangeLog missing
    +

($Id$)

Release 4.6.3

Release Notes for 4.6.3

Release 4.6.2

Release Notes for 4.6.2

Release 4.6

Release Notes for 4.6

Release 4.5

Release Notes for 4.5

Changelog (most recent release only)

ChangeLog missing
--> -

Changelog for oacs-5-6

+

Changelog for oacs-5-7

 2009-09-05 21:44  donb
 
 	* packages/acs-content-repository/tcl/apm-callback-procs.tcl: The