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.48.2.2 -r1.48.2.3 --- openacs-4/packages/acs-core-docs/www/release-notes.html 22 Apr 2007 10:21:56 -0000 1.48.2.2 +++ openacs-4/packages/acs-core-docs/www/release-notes.html 14 Jul 2007 12:34:47 -0000 1.48.2.3 @@ -1,13 +1,16 @@ - -
The ChangeLogs include an annotated list of changes (Section�, “Changelog (most recent release only)”) since the last release and in the -entire 5.3 release sequence Section�, “Changelog for oacs-5-3”.
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.3 release sequence Section�, “Changelog for oacs-5-3”.
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.
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. -
Translations syncronized with the translation server. +
The ChangeLogs include an annotated list of changes (the section called “Changelog (most recent release only)”) since the last release and in the +entire 5.3 release sequence the section called “Changelog for oacs-5-3”.
Bug fixes.
New TIPs implemented.
All Core Automated Tests for Postgres pass. One for Oracle fails (error in test)
New Site and Blank master templates and CSS compatible with the .LRN Zen + work. Compatibility master templates are provided for existing sites. + In 5.3.1, the tabbed master (group-master.*) didn't work correctly, this has been + fixed in 5.3.2
The ChangeLogs include an annotated list of changes (the section called “Changelog (most recent release only)”) since the last release and in the +entire 5.3 release sequence the section called “Changelog for oacs-5-3”.
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 (the section called “Changelog (most recent release only)”) since the last release and in the +entire 5.3 release sequence the section called “Changelog for oacs-5-3”.
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.
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. +
Translations syncronized with the translation server. Basque and Catalan added.
For a complete change list, see the Change list since - 5.1.0 in Section�, “Changelog for oacs-5-3”.
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 the section called “Changelog for oacs-5-3”.
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, @@ -18,21 +21,21 @@ 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-3”.
Lots of little tweaks and fixes
Complete Change list since 5.0.0 in Changelog
Bug fixes: #1495. Croatian enabled by default, #1496. APM automated install fails if files have spaces in their names, #1494. automated upgrade crashes (halting the upgrade process)
Complete Change list since 5.0.0 in Changelog
File tagging scheme in CVS changed to follow TIP #46: (Approved) Rules for Version Numbering and CVS tagging of Packages
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
+ 5.0.0 in the section called “Changelog for oacs-5-3”.
Lots of little tweaks and fixes
Complete Change list since 5.0.0 in Changelog
Bug fixes: #1495. Croatian enabled by default, #1496. APM automated install fails if files have spaces in their names, #1494. automated upgrade crashes (halting the upgrade process)
Complete Change list since 5.0.0 in Changelog
File tagging scheme in CVS changed to follow TIP #46: (Approved) Rules for Version Numbering and CVS tagging of Packages
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
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 Bug Tracker at the OpenACS website.
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.3.1, but an alternative is to use John + the section called “a Unix-like system”. Note that the Windows documentation is + not current for OpenACS 5.3.2, but an alternative is to use John Sequeira's Oasis VM project.
After installation, the full documentation set can be found by visiting
- http://yourserver/doc.
+ http://yourserver/doc
.
New features in this release:
@@ -107,19 +110,539 @@ PostgreSQL 7.3.
The undocumented special handling of ~ and +variable+ in
- formtemplates, found in packages/acs-templating/resources/*,
+ formtemplates, found in packages/acs-templating/resources/*
,
has been removed in favor of using <noparse> and
\@variable\@ (the standard templating mechanisms). Locally
provided formtemplate styles still using these mechanisms
will break.
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/* *~") -
++2007-07-13 03:30 donb + + * packages/search/search.info: Made search depend on service + contract package + +2007-07-13 02:53 donb + + * packages/acs-subsite/www/: group-master.adp, group-master.tcl: + Hacked this to work with the new master template scheme. This is + only a temporary solution (see my comments in the code for + details) + +2007-07-13 02:31 emmar + + * packages/acs-lang/: tcl/lang-widget-procs.tcl, + www/change-locale-include.tcl: Mark as Selected the current + locale in the select_locale widget + +2007-07-10 08:38 carlb + + * packages/acs-subsite/www/shared/whos-online.tcl: Added missing + internationalization + +2007-07-10 08:36 carlb + + * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: + Made messages more consistent and added missing keys + +2007-06-26 01:29 emmar + + * packages/search/search.info: Make search a singleton since it can + be mounted only once. Description updated too. + +2007-06-23 15:51 donb + + * packages/: acs-admin/acs-admin.info, + acs-api-browser/acs-api-browser.info, + acs-authentication/acs-authentication.info, + acs-automated-testing/acs-automated-testing.info, + acs-bootstrap-installer/acs-bootstrap-installer.info, + acs-content-repository/acs-content-repository.info, + acs-core-docs/acs-core-docs.info, acs-kernel/acs-kernel.info, + acs-lang/acs-lang.info, acs-mail-lite/acs-mail-lite.info, + acs-messaging/acs-messaging.info, + acs-reference/acs-reference.info, + acs-service-contract/acs-service-contract.info, + acs-subsite/acs-subsite.info, acs-tcl/acs-tcl.info, + acs-templating/acs-templating.info, + acs-translations/acs-translations.info, + ref-timezones/ref-timezones.info, search/search.info: Bump + version numbers to 5.3.2b1 + +2007-06-15 06:48 daveb + + * packages/acs-templating/tcl/list-procs.tcl: Don't reset filters + if page is changed. + +2007-06-14 18:50 daveb + + * packages/acs-templating/tcl/list-procs.tcl: Don't show page in + list of available filters in form + +2007-06-14 07:25 emmar + + * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Remove + duplicated proc with_finally (also exists in + acs-tcl/tcl/utilities-procs.tcl) and remove unnecessary + with_finally block in the sweeper procs + +2007-06-14 05:24 emmar + + * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Catch errors + when sweeping the mail queue to avoid notifications to remain + unsent until the bad message has been manually removed. With the + catch, the bad message remains in the queue and an error message + sent to the log, and the sweeper proceeds with the next ones. + +2007-06-14 02:12 emmar + + * packages/acs-templating/www/doc/demo/: list5/add-edit.tcl, + list6/add-edit.tcl, list7/add-edit.tcl, list8/add-edit.tcl, + list9/add-edit.tcl: Remove obsolete wrap attribute (textarea) + +2007-06-14 01:52 emmar + + * packages/acs-templating/tcl/richtext-procs.tcl: Fix richtext HTML + to pass 4.01 transitional validation + +2007-06-07 03:15 emmar + + * packages/acs-templating/: tcl/element-procs.tcl, + tcl/form-procs.tcl, www/resources/forms.css: Zen: set a default + class for fieldset. Customized styles for fieldset and legend + tags now will be correctly applied. + +2007-06-06 11:35 emmar + + * packages/acs-templating/: resources/forms/standard.adp, + tcl/element-procs.tcl, tcl/form-procs.tcl, tcl/tag-init.tcl: Zen: + fieldset/legend tags are not generated anymore if the legend tag + has no text + +2007-06-06 05:47 daveb + + * packages/acs-kernel/: acs-kernel.info, + sql/oracle/upgrade/upgrade-5.3.2d1-5.3.2d2.sql, + sql/postgresql/upgrade/upgrade-5.3.2d1-5.3.2d2.sql: Fix upgrade + to parameter datatype check constraint to work with either + variation of the constraint name. Bump version in info file so + upgrade will run. + +2007-06-05 08:30 emmar + + * packages/search/www/search.tcl: Return a complain when no + keywords to search for have been entered + +2007-06-03 02:47 maltes + + * packages/acs-authentication/tcl/local-procs.tcl: The username is + not always an email. So, lets use the email instead for sending + the mail + +2007-06-01 10:47 emmar + + * packages/: acs-tcl/tcl/navigation-procs.tcl, + search/tcl/search-procs.tcl: Removing unused-deprecated + ad_choice_bar (only used in contrib/obsolete-packages/library) + and search::choice_bar (not used) procs + +2007-06-01 03:56 emmar + + * packages/search/: search.info, www/search.adp, www/search.tcl, + www/resources/search.css: last shot (for now) of html cleanup. + choice_bar replaced by a multirow to be able to apply styles at + template level and produce valid HTML + +2007-05-30 10:21 emmar + + * packages/acs-templating/resources/forms/standard.adp: Added + form_id to section_id to build fieldset ID (was conflicting in + some case with others IDs) + +2007-05-28 08:13 maltes + + * packages/acs-templating/resources/forms/standard.adp: Revert + +2007-05-28 02:10 maltes + + * packages/acs-templating/resources/forms/standard.adp: Added form + legend div so the sections can remotely look as before... + +2007-05-26 05:19 daveb + + * packages/acs-subsite/www/shared/: parameters-oracle.xql, + parameters-postgresql.xql: Get the parameter datatype so we know + what type of form widget to use + +2007-05-24 09:19 emmar + + * packages/search/: catalog/search.en_US.ISO-8859-1.xml, + www/search.adp, www/search.tcl, www/resources/search.css: Created + styles for search results page and applied them to the results + list + +2007-05-24 06:37 emmar + + * packages/search/www/: search.adp, search.tcl: Removed references + to (non-existent) dotlrn template + +2007-05-24 05:16 daveb + + * packages/: acs-subsite/www/shared/parameters.tcl, + acs-admin/www/apm/parameter-add-2.tcl, + acs-admin/www/apm/parameter-add.tcl, + acs-admin/www/apm/parameter-edit-2.tcl, + acs-admin/www/apm/parameter-edit.tcl, + acs-kernel/sql/oracle/apm-create.sql, + acs-kernel/sql/oracle/upgrade/upgrade-5.3.2d1-5.3.2d2.sql, + acs-kernel/sql/postgresql/apm-create.sql, + acs-kernel/sql/postgresql/upgrade/upgrade-5.3.2d1-5.3.2d2.sql: + Allow a new parameter type "text" to show a textarea on the + parmeter form for parmaeter values that don't fit well within a + textbox. + +2007-05-24 04:55 daveb + + * packages/acs-tcl/tcl/utilities-procs.tcl: Use meta-refrsh or + javascript to redirect when switching frm HTTPS to HTTP to avoid + security warining in IE + +2007-05-24 03:30 emmar + + * packages/search/www/search.adp: First shot of HTML cleanup + +2007-05-24 03:12 emmar + + * www/site-master.tcl: Added content-type + +2007-05-24 03:10 emmar + + * www/blank-master.adp: Added missing @ for meta.http_equiv + +2007-05-24 03:04 emmar + + * www/default-master.tcl: Edited to avoid empty UL when main and + sub navigations are empty (thanks to Lee who provides the code) + +2007-05-19 12:55 maltes + + * + packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: + This old version of the view update is superseeded by + upgrade-5.3.0d1, apart from the fact that on none of my sites + moving from pre 5.2 it has been working on an upgrade (usually + fails due to image content type) + +2007-05-17 10:52 avni + + * www/default-master.adp: bug fix on 5-3 branch; emma fixed on + HEAD; master had a relative src. making absolute + +2007-05-11 17:39 donb + + * packages/acs-tcl/tcl/00-database-procs.tcl: Fixed a caching bug + ... + +2007-05-09 03:20 emmar + + * packages/acs-lang/www/admin/set-system-timezone.tcl: Apply new + format from timeanddate.com to retrieve UTC time + +2007-05-07 05:52 maltes + + * packages/acs-kernel/acs-kernel.info: I think kernel is mature. At + least this is my hope :-) + +2007-04-25 03:27 leed + + * www/: blank-compat.adp, blank-compat.tcl: Added xinha/rte + processing into blank-compat to unbreak .LRN. + +2007-04-23 04:10 leed + + * www/: blank-master.adp, blank-master.tcl, site-master.adp, + site-master.tcl: Fixed typo in declared script type which + prevented xinha from loading. + +2007-04-22 22:54 victorg + + * packages/: + acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml, + acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml, + acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml, + acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml, + acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml, + acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml, + acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml, + acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml, + acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml, + acs-authentication/catalog/acs-authentication.eu_ES.ISO-8859-1.xml, + acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml, + acs-authentication/catalog/acs-authentication.fr_FR.ISO-8859-1.xml, + acs-authentication/catalog/acs-authentication.gl_ES.ISO-8859-1.xml, + acs-authentication/catalog/acs-authentication.hi_IN.utf-8.xml, + acs-authentication/catalog/acs-authentication.hu_HU.utf-8.xml, + acs-authentication/catalog/acs-authentication.ind_ID.utf-8.xml, + acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml, + acs-authentication/catalog/acs-authentication.ms_MY.utf-8.xml, + acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml, + acs-authentication/catalog/acs-authentication.nn_NO.ISO-8859-1.xml, + acs-authentication/catalog/acs-authentication.no_NO.ISO-8859-1.xml, + acs-authentication/catalog/acs-authentication.pa_IN.utf-8.xml, + acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml, + acs-authentication/catalog/acs-authentication.pt_BR.ISO-8859-1.xml, + acs-authentication/catalog/acs-authentication.ro_RO.utf-8.xml, + acs-authentication/catalog/acs-authentication.ru_RU.utf-8.xml, + acs-authentication/catalog/acs-authentication.th_TH.utf-8.xml, + acs-authentication/catalog/acs-authentication.tr_TR.utf-8.xml, + acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml, + acs-authentication/catalog/acs-authentication.zh_TW.utf-8.xml, + acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml, + acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml, + acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.el_GR.utf-8.xml, + acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml, + acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.hi_IN.utf-8.xml, + acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml, + acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml, + acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml, + acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml, + acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.pa_IN.utf-8.xml, + acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml, + acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml, + acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml, + acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml, + acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml, + acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml, + acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml, + acs-lang/catalog/acs-lang.ar_EG.utf-8.xml, + acs-lang/catalog/acs-lang.ar_LB.utf-8.xml, + acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.el_GR.utf-8.xml, + acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.eu_ES.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.fa_IR.utf-8.xml, + acs-lang/catalog/acs-lang.fi_FI.utf-8.xml, + acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.hi_IN.utf-8.xml, + acs-lang/catalog/acs-lang.hu_HU.utf-8.xml, + acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.ja_JP.utf-8.xml, + acs-lang/catalog/acs-lang.ko_KR.utf-8.xml, + acs-lang/catalog/acs-lang.ms_MY.utf-8.xml, + acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.pa_IN.utf-8.xml, + acs-lang/catalog/acs-lang.pl_PL.utf-8.xml, + acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.ro_RO.utf-8.xml, + acs-lang/catalog/acs-lang.ru_RU.utf-8.xml, + acs-lang/catalog/acs-lang.sh_HR.utf-8.xml, + acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml, + acs-lang/catalog/acs-lang.th_TH.utf-8.xml, + acs-lang/catalog/acs-lang.tr_TR.utf-8.xml, + acs-lang/catalog/acs-lang.zh_CN.utf-8.xml, + acs-lang/catalog/acs-lang.zh_TW.utf-8.xml, + acs-lang/sql/oracle/ad-locales.sql, + acs-lang/sql/postgresql/ad-locales.sql, + acs-mail-lite/catalog/acs-mail-lite.ca_ES.ISO-8859-1.xml, + acs-mail-lite/catalog/acs-mail-lite.de_DE.ISO-8859-1.xml, + acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml, + acs-mail-lite/catalog/acs-mail-lite.es_ES.ISO-8859-1.xml, + acs-mail-lite/catalog/acs-mail-lite.gl_ES.ISO-8859-1.xml, + acs-mail-lite/catalog/acs-mail-lite.nl_NL.ISO-8859-1.xml, + acs-mail-lite/catalog/acs-mail-lite.pl_PL.utf-8.xml, + acs-mail-lite/catalog/acs-mail-lite.pt_BR.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml, + acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml, + acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml, + acs-subsite/catalog/acs-subsite.en_GB.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.eu_ES.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml, + acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.hi_IN.utf-8.xml, + acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml, + acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml, + acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml, + acs-subsite/catalog/acs-subsite.ms_MY.utf-8.xml, + acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.pa_IN.utf-8.xml, + acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml, + acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml, + acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml, + acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml, + acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml, + acs-subsite/catalog/acs-subsite.th_TH.utf-8.xml, + acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml, + acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml, + acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml, + acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml, + acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml, + acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.eu_ES.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml, + acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml, + acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.hi_IN.utf-8.xml, + acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml, + acs-tcl/catalog/acs-tcl.ind_ID.utf-8.xml, + acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml, + acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml, + acs-tcl/catalog/acs-tcl.ms_MY.utf-8.xml, + acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml, + acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml, + acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml, + acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml, + acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml, + acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml, + acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml, + acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml, + acs-templating/catalog/acs-templating.ar_LB.utf-8.xml, + acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml, + acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml, + acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml, + acs-templating/catalog/acs-templating.el_GR.utf-8.xml, + acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml, + acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml, + acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml, + acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml, + acs-templating/catalog/acs-templating.eu_ES.ISO-8859-1.xml, + acs-templating/catalog/acs-templating.fi_FI.utf-8.xml, + acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml, + acs-templating/catalog/acs-templating.gl_ES.ISO-8859-1.xml, + acs-templating/catalog/acs-templating.hi_IN.utf-8.xml, + acs-templating/catalog/acs-templating.hu_HU.utf-8.xml, + acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml, + acs-templating/catalog/acs-templating.ko_KR.utf-8.xml, + acs-templating/catalog/acs-templating.ms_MY.utf-8.xml, + acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml, + acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml, + acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml, + acs-templating/catalog/acs-templating.pa_IN.utf-8.xml, + acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml, + acs-templating/catalog/acs-templating.pt_PT.ISO-8859-1.xml, + acs-templating/catalog/acs-templating.ro_RO.utf-8.xml, + acs-templating/catalog/acs-templating.ru_RU.utf-8.xml, + acs-templating/catalog/acs-templating.sh_HR.utf-8.xml, + acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml, + acs-templating/catalog/acs-templating.tr_TR.utf-8.xml, + acs-templating/catalog/acs-templating.zh_CN.utf-8.xml, + acs-templating/catalog/acs-templating.zh_TW.utf-8.xml, + search/catalog/search.de_DE.ISO-8859-1.xml, + search/catalog/search.en_US.ISO-8859-1.xml, + search/catalog/search.es_ES.ISO-8859-1.xml, + search/catalog/search.nl_NL.ISO-8859-1.xml, + search/catalog/search.pl_PL.utf-8.xml, + search/catalog/search.pt_BR.ISO-8859-1.xml: Importing catalog + files from traslate.openacs.org for Openacs Core Packages (5.3.1) + and .LRN Packages (2.3.0). + +2007-04-22 03:21 donb + + * packages/acs-core-docs/www/: acs-admin.html, aolserver.html, + aolserver4.html, automated-testing-best-practices.html, + backup-recovery.html, bootstrap-acs.html, complete-install.html, + configuring-configuring-packages.html, + configuring-configuring-permissions.html, + configuring-install-packages.html, + configuring-mounting-packages.html, credits.html, + cvs-guidelines.html, cvs-tips.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, ext-auth-requirements.html, + filename.html, form-builder.html, high-avail.html, how-do-I.html, + i18n-convert.html, index.html, individual-programs.html, + install-cvs.html, install-daemontools.html, + install-full-text-search-openfts.html, + install-full-text-search-tsearch2.html, + install-next-add-server.html, install-next-nightly-vacuum.html, + install-openacs-keepalive.html, install-qmail.html, + install-redhat.html, install-steps.html, ix01.html, + mac-installation.html, maint-performance.html, + maintenance-deploy.html, object-identity.html, objects.html, + openacs-unpack.html, openacs.html, oracle.html, packages.html, + parties.html, permissions-tediously-explained.html, + permissions.html, postgres.html, programming-with-aolserver.html, + psgml-for-emacs.html, psgml-mode.html, release-notes.html, + releasing-openacs-core.html, request-processor.html, + requirements-template.html, security-notes.html, + style-guide.html, subsites.html, tcl-doc.html, templates.html, + tutorial-css-layout.html, tutorial-cvs.html, + tutorial-database.html, tutorial-debug.html, + tutorial-distribute.html, tutorial-etp-templates.html, + tutorial-newpackage.html, tutorial-pages.html, + unix-installation.html, upgrade-4.5-to-4.6.html, + upgrade-openacs-files.html, upgrade-overview.html, + variables.html, win2k-installation.html, xml/variables.ent, + xml/for-everyone/release-notes.xml: Generated documentation for + 5.3.1 final + +2007-04-22 02:15 donb + + * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: + Release notes for 5.3.1 final + 2007-04-22 01:57 donb * packages/: acs-admin/acs-admin.info, @@ -272,68 +795,68 @@ * etc/config.tcl: Added more parameters as they were posted on the AOLserver list. -2007-03-31 21:58 avni +2007-03-31 22:58 avni * packages/acs-subsite/www/resources/site-master.css: adding 0.4em padding-left for system name -2007-03-31 21:54 avni +2007-03-31 22:54 avni * www/default-master.adp: improving layout of header -2007-03-31 21:53 avni +2007-03-31 22:53 avni * packages/acs-subsite/www/resources/site-master.css: Cleaning up css; changing colors; trying to make it more zen -2007-03-30 16:42 donb +2007-03-30 17:42 donb * www/: blank-master.adp, blank-master.tcl: Reluctantly moved the dotlrn toolbar here so it will work with existing sites. -2007-03-30 03:37 emmar +2007-03-30 04:37 emmar * packages/acs-tcl/tcl/table-display-procs.tcl: Zen: HTML cleanup -2007-03-29 16:20 victorg +2007-03-29 17:20 victorg * packages/acs-api-browser/lib/search.tcl: Typo in var name ( db_doc_serch_query_name ) -2007-03-29 06:55 emmar +2007-03-29 07:55 emmar * packages/acs-subsite/www/: shared/whos-online.adp, user/portrait/comment-edit.adp, user/portrait/upload.adp: Zen: HTML cleanup -2007-03-27 01:02 emmar +2007-03-27 02:02 emmar * packages/acs-subsite/www/resources/: default-master.css, site-master.css: Move general styles definition to site-master.css. default-master.css now contains only styles for the calendar widget -2007-03-26 23:34 gustafn +2007-03-27 00:34 gustafn * packages/acs-admin/www/install/index.adp: fix: add needed ending slash in link pointing to http://openacs.org/repository/ -2007-03-26 09:49 donb +2007-03-26 10:49 donb * www/site-master.tcl: Removed more link to css titles because the javascript switcher screws up -2007-03-26 09:45 donb +2007-03-26 10:45 donb * www/blank-master.tcl: Removed title from dev sup css link because the javascript style switcher is really stupid. -2007-03-25 04:25 emmar +2007-03-25 05:25 emmar * packages/acs-templating/www/resources/lists.css: Remove extra chars causing silly warning -2007-03-24 17:21 donb +2007-03-24 18:21 donb * packages/: acs-admin/acs-admin.info, acs-api-browser/acs-api-browser.info, @@ -352,45 +875,45 @@ ref-timezones/ref-timezones.info, search/search.info: Bumped to 5.3.1a1. I hope. I never get this right! -2007-03-24 13:50 donb +2007-03-24 14:50 donb * www/: blank-master.adp, site-master.adp, site-master.tcl: Moved some stuff to blank master from site master. -2007-03-22 10:14 emmar +2007-03-22 11:14 emmar * packages/acs-subsite/tcl/email-image-procs.tcl: Forgot to escape quotes in my previous commit -2007-03-22 10:01 emmar +2007-03-22 11:01 emmar * packages/acs-subsite/tcl/email-image-procs.tcl: Zen: class portal HTML cleanup -2007-03-22 09:37 donb +2007-03-22 10:37 donb * www/: blank-master.adp, blank-master.tcl: Moved devsup here, it's css must be clashing with something else because the formating is non-existent. -2007-03-22 09:21 emmar +2007-03-22 10:21 emmar * packages/acs-templating/resources/lists/table.adp: Zen: headers should refer to existing IDs -2007-03-22 08:03 emmar +2007-03-22 09:03 emmar * packages/acs-templating/resources/forms/standard.adp: Zen: don't generate label tag if the form mode is 'display' -2007-03-22 03:53 emmar +2007-03-22 04:53 emmar * packages/acs-templating/: catalog/acs-templating.en_US.ISO-8859-1.xml, catalog/acs-templating.es_ES.ISO-8859-1.xml, tcl/richtext-procs.tcl: i18n -2007-03-22 02:13 emmar +2007-03-22 03:13 emmar * packages/: acs-admin/catalog/acs-admin.es_ES.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml, @@ -402,38 +925,38 @@ acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml, search/catalog/search.es_ES.ISO-8859-1.xml: Spanish translation -2007-03-21 05:48 emmar +2007-03-21 06:48 emmar * packages/acs-templating/resources/lists/table.adp: Zen: add mandatory ACTION attribute to form tag -2007-03-21 04:27 emmar +2007-03-21 05:27 emmar * packages/acs-subsite/www/resources/core.js: Commas are not valid char for element identifier. Replaced with a dot in list builder and acs_ListCheckAll edited to parse correctly the IDs -2007-03-21 04:17 emmar +2007-03-21 05:17 emmar * packages/acs-templating/tcl/list-procs.tcl: Fix typo in checkbox identifiers -2007-03-21 02:01 avni +2007-03-21 03:01 avni * packages/search/catalog/search.en_US.ISO-8859-1.xml: Zen: version bump -2007-03-21 01:45 avni +2007-03-21 02:45 avni * packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: Zen: version change -2007-03-21 01:45 avni +2007-03-21 02:45 avni * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Zen: Adding new footer message key (carl) -2007-03-21 01:42 avni +2007-03-21 02:42 avni * packages/: acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml, @@ -442,68 +965,68 @@ acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml: Zen: version change -2007-03-20 04:52 emmar +2007-03-20 05:52 emmar * www/blank-master.tcl: Call to initRTE was missing -2007-03-20 03:08 emmar +2007-03-20 04:08 emmar * www/blank-master.tcl: Add missing quotes that caused xinha not to render properly -2007-03-19 17:39 donb +2007-03-19 18:39 donb * www/: blank-master.adp, blank-master.tcl: got this stuff to load xinha stuff correctly however it's not rendering... -2007-03-19 16:47 donb +2007-03-19 17:47 donb * www/blank-master.tcl: First cut at putting in RTE/Xinha js (incomplete) -2007-03-19 07:26 emmar +2007-03-19 08:26 emmar * packages/acs-templating/tcl/richtext-procs.tcl: Remove duplicated NOSCRIPT tags for RTE widget -2007-03-18 15:39 avni +2007-03-18 16:39 avni * packages/acs-templating/tcl/widget-procs.tcl: Zen: adding ID attributes for input button and file types. -2007-03-18 15:19 avni +2007-03-18 16:19 avni * packages/acs-templating/resources/forms/standard.adp: Zen: removing label from inform widget type -2007-03-18 14:32 avni +2007-03-18 15:32 avni * packages/acs-templating/tcl/widget-procs.tcl: Zen: template::widget::block bug fix - there was a th that was closed with a /td instead of a /th -2007-03-17 15:31 carlb +2007-03-17 16:31 carlb * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Zen: alt tag and message keys for envelope icons in notfications -2007-03-16 04:41 emmar +2007-03-16 05:41 emmar * packages/acs-templating/resources/forms/standard.adp: Zen: label should not be used for element widgets that group several form elements (radio, checkbox, date) -2007-03-14 06:34 daveb +2007-03-14 07:34 daveb * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js: Pass selected text as title to insert link popup -2007-03-13 09:50 donb +2007-03-13 10:50 donb * www/blank-master.tcl: Added core.js ... -2007-03-13 08:05 donb +2007-03-13 09:05 donb * www/blank-compat.tcl: Changed blank-compat to always link forms.css and lists.css as was true in earlier versions. Decided @@ -513,33 +1036,33 @@ making this happen is something for a future release. Therefore ... blank-compat for now. -2007-03-13 07:50 donb +2007-03-13 08:50 donb * www/blank-master.adp: Removed more xml stuff -2007-03-13 07:44 donb +2007-03-13 08:44 donb * www/: blank-master.adp, blank-master.tcl: More stuff related to using html transitional rather than xhtml -2007-03-13 07:29 donb +2007-03-13 08:29 donb * www/blank-master.adp: Removed extraneous meta tag, and trailing - "/" chars + "/" chars -2007-03-12 12:52 donb +2007-03-12 13:52 donb * www/: blank-master.adp, blank-master.tcl, default-master.adp: Removed some xhtml-specific stuff as requested by emma, shouldn't be there now and when we do xhtml we'll need more than that minimal stuff so - gone for now. -2007-03-12 12:16 donb +2007-03-12 13:16 donb * www/blank-compat.tcl: Fixed one area of backwards incompatibility with this backwards compatibility master template :) -2007-03-12 06:58 maltes +2007-03-12 07:58 maltes * etc/config.tcl: Ups. no cognovis should be there... @@ -776,7 +1299,7 @@ 2007-02-21 18:19 donb * packages/acs-subsite/www/permissions/perm-include.tcl: The - default perm list didn't include the top-level perm "delete" + default perm list didn't include the top-level perm "delete" (which is useful when this is called from file-storage, for instance!) @@ -896,13 +1419,13 @@ * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl: When i added documentation blocks to these callbacks, the call back def code started complaining that the body {\n} is not empty. - Replaced this with the "-" empty body marker. Interestingly: + Replaced this with the "-" empty body marker. Interestingly: ad_proc -callback { params } { } - apparenly does not trigger the "non-empty body" error. + apparenly does not trigger the "non-empty body" error. Apparently the callback def only checks if there's a docblock - passsed to ad_proc ... a "gotcha". + passsed to ad_proc ... a "gotcha". 2007-02-16 03:21 emmar