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, and HR_HR. If you work with any of those locales, you should do a full catalog export and then import (via /acs-lang/admin) after upgrading acs-lang. (And, of course, make a backup of both 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 Changelog.
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 the section called “a Unix-like system”. Note that the Windows documentation is not current for OpenACS 5.1.1, 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.
New features in this release:
Internationalization support. A message catalog to store translated text, localization of dates, number formatting, timezone conversion, etc. Allows you to serve your users in their language.
External authenticaiton. Integrate with outside user databases through e.g. LDAP, RADIUS, Kerberos, MS Active Directory. Imports user information through IMS Enterprise 1.1 format. Easily extended to support other authentication, password management, account creation, and account import mechanisms. This includes improvements to the basic cookie handling, so logins can be expired without the user's identity being completely lost. You can set login to expire after a certain period (e.g. 8 hours, then password must be refreshed), or you can have all issues login cookies expired at once, e.g. if you have left a permanent login cookie on a public machine somewhere.
User interface enhancements. All pages, including site-wide and subsite admin pages, will be templated, so they can be styled using master template and site-wide stylesheets. We have a new default-master template, which includes links to administration, your workspace, and login/logout, and is rendered using CSS. And there's a new community template (/packages/acs-subsite/www/group-master), which provides useful navigation to the applications and administrative UI in a subsite. In addition, there's new, simpler UI for managing members of a subsite, instantiating and mounting applications, setting permissions, parameters, etc. Site-wide admin as also seen the addition of a new simpler software install UI to replace the APM for non-developer users, and improved access to parameters, internationalization, automated testing, service contracts, etc. The list builder has been added for easily generating templated tables and lists, with features such as filtering, sorting, actions on multiple rows with checkboxes, etc. Most of all, it's fast to use, and results in consistently-looking, consistently-behaving, templated tables.
Automated testing. The automated testing framework has been improved significantly, and there are automated tests for a number of packages.
Security enhancements. HTML quoting now happens in the templating system, greatly minimizing the chance that users can sneak malicious HTML into the pages of other users.
Oracle 9i support.
Who's online feature.
Spell checking.
Potential incompatibilities:
With the release of OpenACS 5, PostgreSQL 7.2 is no longer supported. Upgrades are supported from OpenACS 4.6.3 under Oracle or PostgreSQL 7.3.
The undocumented special handling of ~ and +variable+ in 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/* *~")
2004-07-03 01:21 gabrielb * www/blank-master.adp: Moved the textarea out of <head> and added required fields so it validates properly on validator.w3.org. 2004-07-02 18:26 jader * packages/acs-admin/www/developer.adp: Bug 1944: spelling mistake 2004-07-02 14:37 jeffd * packages/acs-subsite/www/user/portrait/upload-2-postgresql.xql: somehow had a oacs-5-0 version of this file, fix for n_bytes on portrait upload 2004-07-02 13:40 jeffd * packages/acs-subsite/www/user/portrait/: upload-2-oracle.xql, upload-2.tcl: remove inline sql from upload-2.tcl, clean up code, set content_length on new upload 2004-07-01 22:18 donb * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: Wouldn't let me tag after adding to HEAD so am committing directly... 2004-07-01 22:12 donb * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: Oops did this wrong ... want to do exactly what Andrew did for consistency 2004-07-01 22:09 donb * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: Upgrade to apply previous register parameter bug fix 2004-07-01 15:01 jeffd * packages/acs-authentication/tcl/authority-procs.tcl: the sequence for authority_id should be acs_object_id_seq not auth_authority_id_seq (which does not exist) 2004-06-30 22:04 andrewg * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: Update to apm package body in v1.26.2.1 of apm-create.sql,to include a bugfix/simplication to the cursor in apm.register_parameter. 2004-06-30 20:16 donb * packages/acs-kernel/sql/postgresql/apm-create.sql: Ported Andrew's Oracle register parameter patch. 2004-06-29 18:38 jader * www/site-master.adp: Changed wording from users to members. See http://openacs.org/forums/message-view?message_id=192598 2004-06-27 13:30 joela * packages/acs-authentication/catalog/: acs-authentication.da_DK.ISO-8859-1.xml, acs-authentication.es_ES.ISO-8859-1.xml, acs-authentication.nl_NL.ISO-8859-1.xml, acs-authentication.pl_PL.utf-8.xml: adding new translation catalogs 2004-06-27 13:25 joela * packages/: acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml, acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml, acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml, acs-authentication/catalog/acs-authentication.zh_CN.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.RO_RO.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.da_DK.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.en_US.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.nl_NL.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml, acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml, acs-kernel/catalog/acs-kernel.zh_CN.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.RO_RO.utf-8.xml, acs-lang/catalog/acs-lang.TH_TH.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.da_DK.ISO-8859-1.xml, acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml, acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml, acs-lang/catalog/acs-lang.es_GT.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.nl_NL.ISO-8859-1.xml, acs-lang/catalog/acs-lang.ro_RO.utf-8.xml, acs-lang/catalog/acs-lang.th_TH.utf-8.xml, acs-lang/catalog/acs-lang.zh_CN.utf-8.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.RO_RO.utf-8.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.da_DK.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.nl_NL.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml, acs-subsite/catalog/acs-subsite.zh_CN.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.FA_IR.utf-8.xml, acs-tcl/catalog/acs-tcl.RO_RO.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.es_GT.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml, acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml, acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml, acs-templating/catalog/acs-templating.RO_RO.utf-8.xml, acs-templating/catalog/acs-templating.ar_LB.utf-8.xml, acs-templating/catalog/acs-templating.da_DK.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.nl_NL.ISO-8859-1.xml, acs-templating/catalog/acs-templating.ro_RO.utf-8.xml, acs-templating/catalog/acs-templating.zh_CN.utf-8.xml: updated catalog files for 5.1.1; bug fix for 1519 means all catalog files for ar_EG, ar_LB, zh_CN, th_TH, ro_RO, fa_IR, and hr_HR were renamed to correct capitalization errors 2004-06-26 16:04 joela * packages/acs-lang/sql/: oracle/upgrade/upgrade-5.1.1d1-5.1.1d2.sql, postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: typo in fa_IR upgrade 2004-06-26 15:52 joela * packages/acs-lang/: catalog/acs-lang.es_ES.ISO-8859-1.xml, sql/oracle/ad-locales.sql, sql/oracle/upgrade/upgrade-5.1.1d1-5.1.1d2.sql, sql/postgresql/ad-locales.sql, sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: fixing bug 1519 - misnamed locales 2004-06-25 02:16 andrewg * packages/acs-kernel/sql/oracle/apm-create.sql: Simplifying the cursor in apm.register_parameter to fix a bug, and make it simpler. Don's doing the PG version. 2004-06-23 20:37 olah * www/site-master.tcl: Using site_node::get_package_url to check for mounted curriculum instances, now that it is implemented with an nsv of url keyed by package key. Lars added this back in mars and I hadn't noticed ... 2004-06-21 21:17 janine * packages/acs-lang/www/admin/message-list.tcl: query didn't work in oracle (should be in an xql file but at least this will make it work) 2004-06-21 15:18 maltes * etc/keepalive/: keepalive-config.tcl, keepalive-cron.sh, keepalive.sh: Added cron support for keepalive 2004-06-19 23:06 janine * packages/: acs-kernel/acs-kernel.info, acs-subsite/acs-subsite.info, acs-tcl/tcl/admin-init.tcl: fix from Sloan: allow admin to restrict to registered users on a per-subsite basis 2004-06-19 22:54 janine * packages/acs-subsite/www/user/portrait/index.adp: fix from Sloan: only show 'this is what we show other users' message to admins, which includes the user looking at their own portrait 2004-06-16 10:53 maltes * packages/acs-service-contract/www/index.tcl: Page broken due to Orphans not having an owner. I took the owner out, if someone disagrees, please fix ... 2004-06-15 17:52 andrewg * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fixed a scalability problem in site_node::update_cache 2004-06-15 17:48 andrewg * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: Applied Dave's bugfix for \#1419 here to fix the same bug 2004-06-14 19:55 janine * packages/acs-tcl/tcl/text-html-procs.tcl: fix from Sloan - 100 iterations was not enough in some cases 2004-06-14 19:49 janine * packages/acs-tcl/tcl/: rollout-email-init.tcl, rollout-email-procs.tcl: update from Sloan 2004-06-12 16:27 maltes * etc/keepalive/keepalive-cron.sh: Added keepalive-cron.sh to be used in a cron environment, where root does not get an email every two minutes 2004-06-12 13:00 maltes * packages/acs-core-docs/www/: xml/install-guide/aolserver4.xml, aolserver4.html: Changed to use latest AOLserver (40r5). Fixed small inconsistency. 2004-06-11 22:43 janine * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.2-4.6.3.sql: list columns to insert into (fix from Sloan) 2004-06-11 22:42 janine * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.1-4.6.2.sql: merge fix from head 2004-06-10 08:41 maltes * etc/config.tcl: Changed the maxinput to 5MB with 1024*1024 syntax. Added recvwait parameter. 2004-06-08 10:52 maltes * etc/config.tcl: Added maxinput parameter. Set it to 5MB, which allows OpenACS parameter to kick in more effectively. See http://openacs.org/forums/message-view?message_id=161698 2004-06-07 18:56 jeffd * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: do not create the cc_users_of_package_id view since we dont create application_users view anymore so its not used 2004-06-02 18:26 lars * packages/acs-tcl/tcl/: acs-permissions-procs.tcl, security-procs.tcl: Fixed bug when bumping to login page from within permission_p, but permission_p was called form within ad_get_login_url, which is the proc that determines which login page to use 2004-06-02 01:24 donb * packages/acs-content-repository/: acs-content-repository.info, sql/oracle/upgrade/upgrade-4.7d6-5.0d1.sql, sql/oracle/upgrade/upgrade-5.1.0-5.1.1.sql, sql/oracle/upgrade/upgrade-5.1.1-5.1.2.sql, sql/postgresql/upgrade/upgrade-5.1.1-5.1.2.sql: I'd accidently changed some old upgrade files to use edit_name rather than rename (for Oracle 9.2) and had not added the needed upgrade files for 5.1. 2004-06-01 17:35 peterm * packages/acs-subsite/www/admin/: parties/new.tcl, users/new.tcl: Making call to relation_add (on pages parties/new and users/new) not use the form_id and variable_prefix switches as doing so would make package_instantiate_object look for a rel_id in the form which wasn't there. This is analogous to fix in version 1.5 of groups/new. 2004-05-31 20:51 gabrielb * packages/acs-lang/tcl/: lang-util-procs-oracle.xql, lang-util-procs-postgresql.xql, locale-procs.tcl: - There's no consistent use of upper/lower case in the locale and language columns of the ad_locales table so we need to do case insensitive searches. - ad_locales defines the language column as char(3). Searches for 2-letter language codes fail because (at least on PG) all 2-letter entries have a trailing space in the database. 2004-05-31 19:28 gabrielb * packages/acs-templating/tcl/spellcheck-init.tcl: Handle instances where ad_locales does not contain the 2-letter language being sought. 2004-05-28 19:08 jader * packages/acs-kernel/acs-kernel.info: Removed a security hole in new installations: see: http://openacs.org/forums/message-view?message_id=187394 2004-05-26 22:51 tils * packages/acs-lang/www/admin/message-usage-include.tcl: The 'Show files that use this message' functionality used to also find keys like acs-kernel.foo_bar when searching for acs-kernel.foo, fixed. Not touching the acs-lang.localization-* lookups because I don't know how to test this. 2004-05-26 21:10 donb * packages/acs-content-repository/sql/postgresql/: content-folder.sql, content-item.sql: Minor cosmetic change vs. 1858 2004-05-26 21:01 daveb * packages/acs-content-repository/tcl/revision-procs.tcl: Return content as string when string_p is true for file storage type. Fixed bug#1823 2004-05-26 20:50 donb * packages/acs-content-repository/sql/oracle/: content-folder.sql, content-item.sql, packages-create.sql, upgrade/upgrade-5.1.0-5.1.1.sql: Further fixing of bug #1858 2004-05-26 20:43 daveb * packages/acs-content-repository/tcl/filter-procs.tcl: Check for html before processing content through ad_html_text_convert. 2004-05-26 20:12 donb * packages/acs-content-repository/: sql/oracle/content-folder.sql, sql/oracle/content-test.sql, sql/oracle/upgrade/upgrade-4.7d6-5.0d1.sql, sql/postgresql/content-folder.sql, sql/postgresql/content-item.sql, sql/postgresql/content-test.sql, www/doc/api/folder.html, www/doc/api/item.html: Fixed Bug #1858: qualifying "rename" works in 8i bug chokes in 9i causing the reported error on installation. Fixed by changing the name to "edit_name" and implemented it for PG as well (to keep names similar) 2004-05-26 18:05 eduardop * packages/acs-lang/acs-lang.info: Fix for Bug #1834: set SystemTimezone default="UTC" 2004-05-22 01:15 lars * packages/acs-subsite/tcl/subsite-procs.tcl: Do not require subsite_id to subsite::get_element 2004-05-22 01:11 lars * packages/acs-lang/www/admin/message-list.adp: Clearer explanation on the import/export links 2004-05-20 19:50 lars * packages/acs-tcl/tcl/acs-permissions-procs.tcl: Formatting change: && at beginning of lines, instead of end 2004-05-20 19:31 lars * packages/acs-tcl/tcl/acs-permissions-procs.tcl: Make the automatic detection of expired logins work when you explicitly supply party_id 0 as well 2004-05-20 18:38 tilmanns * packages/acs-templating/tcl/date-procs.tcl: Trim leading zeros since month_data is keyed by month number without leading zero, and I have seen at least once getting it a month value with leading zero from somewhere. 2004-05-18 18:23 rocaelh * packages/acs-tcl/tcl/utilities-procs.tcl: attribute of a child node function 2004-05-18 18:15 rocaelh * packages/acs-tcl/tcl/30-xml-utils-procs.tcl: xpath wrapper function 2004-05-14 15:12 jeffd * packages/acs-templating/: resources/lists/list.adp, resources/lists/table.adp, tcl/list-procs.tcl: parameterize the method for bulk actions, default is get since that used to be the hard coded value 2004-05-13 18:43 lars * packages/acs-subsite/www/resources/http.png: Added http link icon 2004-05-13 17:16 lars * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Show bio/portrait icon for members portlet 2004-05-13 17:05 lars * packages/acs-subsite/www/shared/community-member.adp: Fixed missing @ sign in the inline_portrait_state if statement 2004-05-13 15:29 lars * packages/acs-subsite/www/resources/profile-16.png: Added profile icon 2004-05-06 23:25 daveb * packages/acs-content-repository/tcl/revision-procs.tcl: Make sure content_length is returned as 0 if its set to NULL in cr_revisions. 2004-05-06 02:35 daveb * packages/acs-content-repository/sql/postgresql/: content-item.sql, upgrade/upgrade-5.1.1d1-5.1.1d2.sql: Fix typo in parameter name, reference to non-existant parameter. Fixes bug#1793 2004-05-06 02:24 daveb * packages/acs-content-repository/acs-content-repository.info: Bump up version number to match upgrade script. 2004-05-06 02:12 daveb * packages/acs-content-repository/sql/postgresql/: content-create.sql, upgrade/upgrade-5.1.1d1-5.1.1d2.sql: Fix reference to chid instead of child in cr_items_update_tr. Upgrade script included. Fixes bug#1791 2004-05-05 11:40 maltes * packages/acs-subsite/www/members/user-batch-add-2.tcl: Adding users in a subsite per batch did not add them to the subsite as members. 2004-05-04 15:42 joela * packages/: acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.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.RO_RO.utf-8.xml, acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.ch_zh.utf-8.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.en_US.ISO-8859-1.xml, acs-kernel/catalog/acs-kernel.es_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.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.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.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_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.RO_RO.utf-8.xml, acs-lang/catalog/acs-lang.TH_TH.utf-8.xml, acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml, acs-lang/catalog/acs-lang.ch_zh.utf-8.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_ES.ISO-8859-1.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.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.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.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.tr_TR.utf-8.xml, acs-lang/catalog/acs-lang.zh_TW.utf-8.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.RO_RO.utf-8.xml, acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.ch_zh.utf-8.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_US.ISO-8859-1.xml, acs-subsite/catalog/acs-subsite.es_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.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.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.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.tr_TR.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.FA_IR.utf-8.xml, acs-tcl/catalog/acs-tcl.RO_RO.utf-8.xml, acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml, acs-tcl/catalog/acs-tcl.ch_zh.utf-8.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_ES.ISO-8859-1.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.hu_HU.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.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_TW.utf-8.xml, acs-templating/catalog/acs-templating.RO_RO.utf-8.xml, acs-templating/catalog/acs-templating.ch_zh.utf-8.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.en_US.ISO-8859-1.xml, acs-templating/catalog/acs-templating.es_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.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.pt_BR.ISO-8859-1.xml, acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml, acs-templating/catalog/acs-templating.zh_TW.utf-8.xml: added current translations 2004-05-04 14:11 jeffd * packages/acs-subsite/www/user/portrait/upload-2-oracle.xql: set content_length field in cr_revisions for uploaded portrait 2004-05-04 14:06 jeffd * packages/acs-subsite/www/user/portrait/upload-2-postgresql.xql: set content_length field in cr_revisions for uploaded portrait 2004-05-02 21:13 daveb * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.0-5.1.1.sql: Fix content_folder.rename. 2004-05-01 10:32 jeffd * packages/acs-content-repository/sql/postgresql/content-type.sql: content_type__drop_type doesn't work on OS X (7.2 was matching sp[uriously) bug 1738 patch 498 Jarkko Laine 2004-04-30 10:59 lars * packages/acs-lang/www/admin/edit-localized-message.tcl: export_vars -base instead of ?[export_vars] 2004-04-30 04:49 daveb * packages/acs-content-repository/sql/oracle/content-folder.sql: Fix content_folder.rename to actually change the label or description if that parameter is specified.