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 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, 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 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 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.
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/* *~")
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,
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: Bumped
versio number
2007-04-19 03:15 gustafn
* packages/acs-kernel/: acs-kernel.info,
sql/oracle/acs-permissions-create.sql,
sql/oracle/upgrade/upgrade-5.3.1b1-5.3.1b2.sql,
sql/postgresql/acs-permissions-create.sql,
sql/postgresql/upgrade/upgrade-5.3.1b1-5.3.1b2.sql: bumping
version numbers and create an additional index to speed up
permission checking
2007-04-17 14:41 daveb
* packages/acs-tcl/: catalog/acs-tcl.es_ES.ISO-8859-1.xml,
lib/static-progress-bar.adp,
catalog/acs-tcl.en_US.ISO-8859-1.xml: Remove references to
assessment and put the message keys where they belong for
progress bar
2007-04-15 15:33 daveb
*
packages/acs-content-repository/tcl/test/content-search-procs.tcl:
Fix tests to pass in Oracle (actually bypass the test b/c the
search triggers don't exist in oracle.)
2007-04-15 13:22 daveb
*
packages/acs-content-repository/tcl/test/content-search-procs.tcl:
Do date calculation in tcl so the query will work in Oracle.
2007-04-15 13:18 daveb
* packages/acs-tcl/tcl/test/application-data-link-procs.tcl: Fix
test for scanning content for links.
2007-04-15 08:06 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: Bumped
version numbers to 5.3.1 beta 1
2007-04-15 07:11 emmar
* packages/:
acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml,
acs-kernel/catalog/acs-kernel.el_GR.utf-8.xml,
acs-lang/catalog/acs-lang.el_GR.utf-8.xml,
acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml,
acs-templating/catalog/acs-templating.el_GR.utf-8.xml: Greek
translation
2007-04-13 13:02 gustafn
* packages/acs-subsite/tcl/group-procs.tcl: Fix for bug #2998; this
fixes as well a bug, when the regression test is run more than
once without restarting the server.
2007-04-06 10:10 daveb
* packages/acs-templating/resources/lists/courses.adp: Remove extra
course group label
2007-04-06 10:02 daveb
* packages/acs-subsite/www/: file.vuh, image.vuh: Fix bugs for file
and image .vuh handlers to properly parse the object_id.
2007-04-06 10:00 daveb
* packages/acs-subsite/tcl/email-image-procs.tcl: WOrkaround to
avoid a server error when convert is not in the path. This should
be rewritten to use the imagemagick wrappers in
acs-contnet-repository
2007-04-06 09:56 daveb
* packages/acs-subsite/lib/user-info.tcl: Don't fail is email_image
proc doesn't work
2007-04-06 09:31 daveb
* packages/acs-automated-testing/tcl/tclwebtest-procs.tcl: Fix
login procs to work with external authorities and username
logins.
2007-04-05 13:13 daveb
* packages/acs-templating/resources/lists/list.adp: Adding missing
noparse closing tag! This could never have worked.
2007-04-04 00:42 avni
* packages/acs-admin/catalog/acs-admin.en_US.ISO-8859-1.xml:
undoing last commit as recommended by Emma because we don't know
who made them
2007-04-03 23:25 avni
* packages/acs-admin/catalog/acs-admin.en_US.ISO-8859-1.xml: Zen:
Committing last catalog file on zen dev server that was not
committed last week; Should be reviewed by someone though (maybe
emma?) as there are a lot of changes and I'm not sure who did
them.
2007-04-02 19:16 avni
* packages/acs-subsite/www/resources/site-master.css: formatting of
system name
2007-04-02 19:07 avni
* packages/acs-subsite/www/resources/site-master.css: color and
alignment changes to be more zen like
2007-04-01 23:50 maltes
* etc/config.tcl: Added more parameters as they were posted on the
AOLserver list.
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 22:54 avni
* www/default-master.adp: improving layout of header
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 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 04:37 emmar
* packages/acs-tcl/tcl/table-display-procs.tcl: Zen: HTML cleanup
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 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 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-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 10:49 donb
* www/site-master.tcl: Removed more link to css titles because the
javascript switcher screws up
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 05:25 emmar
* packages/acs-templating/www/resources/lists.css: Remove extra
chars causing silly warning
2007-03-24 18:21 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: Bumped to
5.3.1a1. I hope. I never get this right!
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 11:14 emmar
* packages/acs-subsite/tcl/email-image-procs.tcl: Forgot to escape
quotes in my previous commit
2007-03-22 11:01 emmar
* packages/acs-subsite/tcl/email-image-procs.tcl: Zen: class portal
HTML cleanup
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 10:21 emmar
* packages/acs-templating/resources/lists/table.adp: Zen: headers
should refer to existing IDs
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 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 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,
acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml,
acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml,
acs-mail-lite/catalog/acs-mail-lite.es_ES.ISO-8859-1.xml,
acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml,
acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml,
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 06:48 emmar
* packages/acs-templating/resources/lists/table.adp: Zen: add
mandatory ACTION attribute to form tag
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 05:17 emmar
* packages/acs-templating/tcl/list-procs.tcl: Fix typo in checkbox
identifiers
2007-03-21 03:01 avni
* packages/search/catalog/search.en_US.ISO-8859-1.xml: Zen: version
bump
2007-03-21 02:45 avni
* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: Zen:
version change
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 02:42 avni
* packages/:
acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml,
acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml,
acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml,
acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml: Zen:
version change
2007-03-20 05:52 emmar
* www/blank-master.tcl: Call to initRTE was missing
2007-03-20 04:08 emmar
* www/blank-master.tcl: Add missing quotes that caused xinha not to
render properly
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 17:47 donb
* www/blank-master.tcl: First cut at putting in RTE/Xinha js
(incomplete)
2007-03-19 08:26 emmar
* packages/acs-templating/tcl/richtext-procs.tcl: Remove duplicated
NOSCRIPT tags for RTE widget
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 16:19 avni
* packages/acs-templating/resources/forms/standard.adp: Zen:
removing label from inform widget type
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 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 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 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 10:50 donb
* www/blank-master.tcl: Added core.js ...
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
it doesn't really belong in blank-master because custom form/list
template authers should be able to specify other css files
(rather than be forced to edit our default ones directly) but
making this happen is something for a future release. Therefore
... blank-compat for now.
2007-03-13 08:50 donb
* www/blank-master.adp: Removed more xml stuff
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 08:29 donb
* www/blank-master.adp: Removed extraneous meta tag, and trailing
"/" chars
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 13:16 donb
* www/blank-compat.tcl: Fixed one area of backwards incompatibility
with this backwards compatibility master template :)
2007-03-12 07:58 maltes
* etc/config.tcl: Ups. no cognovis should be there...
2007-03-10 17:45 avni
* packages/acs-templating/tcl/list-procs.tcl: Zen: fixing bug so
that summary tag only shows up for tables
2007-03-09 02:08 emmar
* packages/acs-tcl/lib/progress-bar.adp: Add missing closing > for
title tag
2007-03-06 19:12 daveb
* packages/acs-tcl/lib/: static-progress-bar.adp,
static-progress-bar.tcl: Adding graphic progress bar for LORSM
progress bar delviery and Assessment. It can be used for any 1
of X pages situation.
2007-03-06 12:31 emmar
* packages/acs-templating/: resources/forms/standard.adp,
tcl/element-procs.tcl, tcl/form-procs.tcl: Zen: legend tag is
mandatory so we add it even if it's empty
2007-03-06 08:48 emmar
* packages/acs-templating/: resources/forms/standard.adp,
tcl/element-procs.tcl: Remove unecessary comment in standard.adp.
Set default class to widget name for radio/checkbox fieldset
2007-03-05 23:45 avni
* packages/acs-tcl/tcl/: form-processing-procs.tcl,
table-display-procs.tcl, utilities-procs.tcl, widgets-procs.tcl:
Zen: removing trailing input tag / to pass html transitional
2007-03-05 23:41 avni
* packages/acs-templating/tcl/: date-procs.tcl, form-procs.tcl,
richtext-procs.tcl, spellcheck-procs.tcl, widget-procs.tcl: Zen:
removing trailing input tag / to pass html transitional
2007-03-05 23:38 avni
* packages/acs-templating/tcl/currency-procs.tcl: removing trailing
/ in input tags
2007-03-05 03:58 emmar
* packages/: acs-lang/www/admin/batch-editor.tcl,
acs-mail-lite/lib/email.tcl: Replace section element property
with new form section element
2007-03-04 12:41 carlb
* packages/acs-subsite/www/resources/: email.gif, email_add.gif,
email_delete.gif, email_open.gif, feed.gif: new icons for
notifications and feeds from famfamfam silk set
2007-03-04 11:56 nimam
* packages/acs-admin/catalog/acs-admin.en_US.ISO-8859-1.xml:
i18nized some lists
2007-03-04 11:46 nimam
* packages/acs-admin/: lib/service-parameters.tcl,
www/apm/version-callbacks.tcl, www/apm/version-i18n.tcl,
www/auth/authority.tcl, www/auth/batch-job.tcl,
www/auth/index.tcl: i18nized some lists
2007-03-04 08:47 gustafn
* www/default-master.tcl: fixing and simplifying passing of
package_id in export_vars
2007-03-04 08:41 donb
* packages/acs-subsite/www/resources/core.js: Added emma's
acs_KeypressGoto function to core.js so calendar and other
packages using will work outside .LRN.
2007-03-04 08:26 leed
* www/blank-master.adp: Fixed a couple of stupid bugs in the
blank-master.adp
2007-03-04 02:30 maltes
* etc/config.tcl: Added check for aolserver 4.5
2007-03-03 12:35 avni
* packages/acs-templating/tcl/date-procs.tcl: Zen: Adding a small
center css class for the tfoot row
2007-03-03 12:26 avni
* packages/acs-templating/www/resources/forms.css: Zen: Mark
Wylie's changes: adding div for form-help-text
2007-03-03 11:56 avni
* packages/acs-templating/tcl/date-procs.tcl: Zen: switching tbody
and tfoot
2007-03-03 10:44 emmar
* packages/acs-templating/tcl/element-procs.tcl: Update doc for
element::create regarding sections
2007-03-03 06:00 emmar
* packages/acs-subsite/www/shared/parameters.tcl: Change to use the
new -section in form for parameters sections instead of the
section element property
2007-03-02 23:33 avni
* packages/acs-templating/tcl/date-procs.tcl: Project Zen:
zenifying date widget
2007-03-02 16:19 emmar
* packages/acs-templating/: resources/forms/standard.adp,
tcl/element-procs.tcl, tcl/form-procs.tcl: Zen: Add fieldset and
legend for form sections
2007-03-02 11:06 donb
* packages/acs-tcl/tcl/form-processing-procs.tcl: Support for
fieldset and legend stuff in sections (actual support awaits a
commit to acs-templating by emma_r, after testing)
2007-03-02 08:12 leed
* packages/acs-subsite/www/resources/site-master.css,
www/blank-compat.adp, www/blank-compat.tcl, www/blank-master.adp,
www/blank-master.tcl, www/default-master.adp,
www/default-master.tcl, www/site-compat.adp, www/site-compat.tcl,
www/site-master.adp, www/site-master.tcl: Committed Zen /
Accessibility changes to master templates.
2007-03-01 22:05 avni
*
packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
Project Zen: adding DefaultSummary variable
2007-03-01 22:04 avni
* packages/acs-templating/resources/lists/table.adp: Project Zen:
closing caption tag properly
2007-03-01 22:03 avni
* packages/acs-templating/tcl/list-procs.tcl: Project Zen: adding
translation variable for table summary
2007-02-28 06:55 leed
* packages/acs-templating/tcl/parse-procs.tcl: Return the correct
code from template::adp_parse.
2007-02-28 03:12 leed
* packages/acs-templating/tcl/parse-procs.tcl: Fixed adp_parse to
pop the parse_level from the adp_level stack regardless of how
template::adp_parse exits. This makes debugging some problems
with include tags much easier when multirows are in use or
variables are being passed by reference.
2007-02-27 09:04 avni
* packages/acs-templating/tcl/list-procs.tcl: removing default for
caption because caption is optional
2007-02-27 01:18 avni
* packages/acs-templating/www/resources/mktree.css: Mark Wylie's
changes: modified css
2007-02-27 01:17 avni
* packages/acs-templating/resources/forms/standard.adp: Mark
Wylie's changes: adding form-label-error class; parens around
required text; adding form-widget-error class
2007-02-27 01:11 avni
* packages/acs-templating/www/resources/forms.css: Mark Wylie's
work: class for form-label errors; class to replace inline
template
2007-02-27 00:51 avni
* packages/acs-templating/tcl/widget-procs.tcl: reverting
accidental commit
2007-02-27 00:39 avni
* packages/acs-templating/resources/lists/table.adp: adding caption
tag
2007-02-27 00:32 avni
* packages/acs-templating/tcl/: list-procs.tcl, widget-procs.tcl:
adding caption property to list_properties
2007-02-26 10:22 emmar
* packages/acs-templating/: resources/forms/standard.adp,
tcl/element-procs.tcl: Add fieldset and legend properties for
checkbox and radio widgets
2007-02-25 12:19 victorg
* packages/acs-tcl/tcl/00-database-procs.tcl: db_string was totally
ignoring the -dbn swith!!
2007-02-22 01:41 avni
* packages/acs-templating/tcl/list-procs.tcl: Project Zen: removed
element_index as a parameter. emma thought of an easier way to do
this. undoing previous work.
2007-02-22 01:39 avni
* packages/acs-templating/resources/lists/table.adp: Project Zen:
using strings instead of counters for id and headers
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"
(which is useful when this is called from file-storage, for
instance!)
2007-02-21 10:03 emmar
* packages/acs-templating/:
catalog/acs-templating.en_US.ISO-8859-1.xml, tcl/list-procs.tcl:
Zen: localize orderby_html_title (list builder)
2007-02-21 02:08 avni
* packages/acs-templating/www/resources/lists.css: Project Zen:
Mark Wylie's changes
2007-02-21 01:52 avni
* packages/acs-templating/tcl/list-procs.tcl: adding element_index
parameter to template::list::element::create and making the var
available to list builder templates
2007-02-21 01:50 avni
* packages/acs-templating/resources/lists/: filters.adp, table.adp:
Project Zen: mark wylie's accessibility changes and my headers
and id additions
2007-02-20 16:00 donb
* packages/: acs-lang/tcl/lang-util-procs.tcl,
acs-lang/www/admin/locale-edit.tcl,
acs-tcl/tcl/request-processor-procs.tcl: Nima's commit overwrote
a bunch of my changes, and other peoples too! Apparently he
didn't merge, but overwrote! NO!
2007-02-20 09:01 donb
* packages/: acs-bootstrap-installer/installer.tcl,
acs-tcl/tcl/database-init.tcl: Fixed install issue caused by my
charset work
2007-02-20 08:57 nimam
* packages/: acs-lang/tcl/lang-util-procs.tcl,
acs-lang/www/admin/locale-edit.tcl,
acs-tcl/tcl/request-processor-procs.tcl: Local changes at
Mannheim. Mostly merging catalog files
2007-02-19 16:41 donb
* packages/: acs-lang/tcl/lang-util-procs.tcl,
acs-lang/www/admin/locale-edit.tcl,
acs-tcl/tcl/request-processor-procs.tcl: Set the charset from the
locale for the content-type meta information. This wasn't being
tracked in ad_conn, nor cached by acs-lang, nor used by
lrn-master. It's now tracked in ad_conn, cached by acs-lang, and
used properly by lrn-master.
2007-02-19 15:44 donb
* www/: blank-master.adp, blank-master.tcl: Added attributes for
the HEAD attribute, by default language stuff.
2007-02-18 17:09 victorg
* packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml: Merging
catalog files to oacs-5-3 from oacs-5-2 for acs-lang
2007-02-18 17:06 victorg
* packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml:
Merging catalog files to acs-5-3 from oacs-5-2 for acs-kernel
2007-02-18 17:02 victorg
*
packages/acs-mail-lite/catalog/acs-mail-lite.ca_ES.ISO-8859-1.xml:
Merging catalog files from oacs-5-2 to oacs-5-3 for acs-mail-lite
2007-02-18 16:59 victorg
* packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml: Merging
catalog files to oacs-5-3 from oacs-5-2 for acs-tcl
2007-02-18 15:54 avni
* packages/acs-templating/www/resources/lists.css: Mark Wylie's
changes: modified css to add div classes
2007-02-18 15:52 avni
* packages/acs-templating/resources/lists/table.adp: Mark Wylie's
changes: moved pagination and list-button-bars out of the table
into divs
2007-02-18 15:50 avni
* packages/acs-templating/tcl/list-procs.tcl: Mark Wylie's changes:
changed the default class that list tables are assigned from
'list' to 'list-table'
2007-02-17 15:28 avni
* packages/acs-templating/tcl/form-procs.tcl: adding a default
class for forms if one does not exist
2007-02-17 14:03 gustafn
* packages/search/tcl/search-procs.tcl: call search::action
callback such that syndication works
2007-02-17 08:46 gustafn
* packages/search/www/search.tcl: fix for bog #3061
2007-02-16 04:44 donb
* 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:
ad_proc -callback { params } { }
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".
2007-02-16 03:21 emmar
* packages/acs-templating/resources/forms/standard.adp: fix problem
with radio and checkbox. formwidget was used instead of
formgroup.widget.
2007-02-13 01:45 emmar
* packages/acs-templating/tcl/: date-procs.tcl, widget-procs.tcl:
Zen project: Add ID attribute to date and select widgets
2007-02-13 01:43 emmar
* packages/acs-templating/resources/forms/accessible-forms.adp: Zen
project: Add fieldset tag for form sections
2007-02-13 01:40 emmar
* packages/acs-lang/tcl/lang-widget-procs.tcl: Zen project: add ID
attribute for select_locales widget
2007-02-13 00:36 avnik
* packages/acs-templating/www/resources/forms.css: project zen:
Mark Wylie's CSS for tableless forms
2007-02-13 00:34 avnik
* packages/acs-templating/resources/forms/standard.adp:
implementing mark wylie's tableless design for forms
2007-02-13 00:24 avnik
* packages/acs-templating/tcl/tag-init.tcl: project zen: modified
template_tag formtemplate to output the closing fieldset tag
2007-02-13 00:23 avnik
* packages/acs-templating/tcl/form-procs.tcl: project zen: modified
template::form::render to output the opening form fieldset tag
and the optional opening and closing legend tag if it was passed
into ad_form
2007-02-13 00:19 avnik
* packages/acs-tcl/tcl/form-processing-procs.tcl: project zen:
adding fieldset parameter to ad_form
2007-02-10 05:50 daveb
* packages/acs-subsite/lib/user-info.tcl: Remove more magic
category mapping code.
2007-02-05 08:44 daveb
* packages/acs-tcl/tcl/: application-data-link-procs.tcl,
application-data-link-procs.xql,
test/application-data-link-procs.tcl: Confirm URLs and object_ids
when scanning for links. Update test.
2007-02-05 08:30 daveb
* packages/acs-tcl/tcl/: application-data-link-procs.tcl,
test/application-data-link-procs.tcl: Don't capture URLs outside
the current site as object URLs
2007-02-01 00:25 carlb
* packages/acs-subsite/www/pvt/home.adp: closing open h2
2007-01-31 09:25 daveb
* packages/acs-templating/www/resources/xinha-nightly/htmlarea.js:
Fix for back button! It actually works now.
http://xinha.python-hosting.com/ticket/842
2007-01-30 06:03 maltes
* packages/search/tcl/search-procs.tcl: Why .LRN again, and more
importantly, why doesn't it work on 2.3
2007-01-30 06:03 maltes
* packages/search/search.info: Two defaults are not good