2013-08-30 gustafn

	* packages/acs-automated-testing/www/index.tcl:
	- don't produce hard error in case no reports are there 

	* packages/acs-admin/www/cache/index.tcl:
	- no need for separate code for AOLServer/NaviServer 

2013-08-29 victorg

	* etc/config.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Adding config parameter ReverseProxyMode in order to let 
	know openacs that it runs behind a proxy that handles 
	encrypted connections and that it should always use the 
	https protocol. 

	* packages/acs-admin/www/apm/index-oracle.xql:
	* packages/acs-admin/www/apm/index-postgresql.xql:
	* packages/acs-admin/www/apm/index.adp:
	* packages/acs-admin/www/apm/index.tcl:
	* packages/acs-admin/www/apm/version-parameters.adp:
	* packages/acs-admin/www/apm/version-parameters.tcl:
	* packages/acs-subsite/www/admin/site-map/parameter-set.tcl:
	Getting rid of last calls to deprecated ad_table. Instead 
	using the list-builder. There is still one call to ad_table 
	within acs-subsite but this page is not linked from anywhere 
	anymore ( probably we remove it later ). 

	* packages/intermedia-driver/sql/oracle/intermedia-driver-drop.sql~:
	Removing emacs backup file. 

2013-08-29 michaels

	* packages/acs-admin/www/cache/index.tcl:
	update acs-admin cache page to work with both naviserver and 
	aolserver 

2013-08-28 victorg

	* packages/acs-tcl/tcl/acs-permissions-procs-oracle.xql:
	Changing syntax of oracle's version of permission query. We 
	need the value returned by acs_permission.permission_p. 

2013-08-28 michaels

	* packages/acs-tcl/tcl/html-email-procs.tcl:
	catch mime initialization when processing incoming messages 
	so corrupted messages don't blow up queue sweeper run 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	don't qoute boolean vars when initializing tinymce init 
	params 

	* packages/acs-content-repository/sql/oracle/content-create.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.8.0a1-5.8.0a2.sql:
	exclude null paths from cr_files_to_delete for oracle - 
	previously committed fix for postgresql 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	if processing of email message causes an error, keep it 
	locked to prevent repeated attempts by sweeper and memory 
	leakage 

	* packages/search/tcl/search-convert-procs.tcl:
	ppthtml is now catppt, part of catdoc package on most 
	distros 

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	regsub empty parens from search query - tsearch doesn't like 
	'em 

2013-08-28 gustafn

	* bin/cd-helper:
	- helper to run commands in a different directory (useful 
	e.g. for ns_proxy) 

	* bin/cd-helper:
	branches:  1.1.2; file cd-helper was initially added on 
	branch oacs-5-8. 

2013-08-27 victorg

	* packages/acs-lang/tcl/lang-catalog-procs.tcl:
	Completed work for getting rid of usage of deprecated 
	"template::util::multirow_foreach". Reducing complexity of 
	lang::catalog::all_messages_for_package_and_locale. 

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	backporting Michael's fix: 
	http://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Amichae
	ls%3A20130827005248 

2013-08-27 michaels

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	tighten protocol regexp - was matching any word immediately 
	followed by : within a valid html attribute 

2013-08-27 gustafn

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-countries/ref-countries.info:
	* packages/ref-language/ref-language.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	- bump version number to beta 2 (5.8.0b2) 

	* packages/acs-service-contract/tcl/acs-service-contract-procs.tcl:
	* packages/acs-service-contract/www/doc/index.html:
	* packages/acs-service-contract/www/doc/index.stx:
	* packages/acs-service-contract/www/doc/index.xml:
	- document the non-deprecated functions, not the deprecated 
	ones 

	* packages/acs-automated-testing/tcl/aa-test-procs.tcl:
	* packages/acs-automated-testing/tcl/tclwebtest-procs.tcl:
	* packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl:
	* packages/acs-bootstrap-installer/installer/install.tcl:
	* packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl:
	* packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl:
	* packages/acs-content-repository/tcl/revision-procs.tcl:
	* packages/acs-core-docs/tcl/acs-core-docs-procs.tcl:
	* packages/acs-core-docs/www/index.adp:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	* packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml:
	* packages/acs-core-docs/www/xml/kernel/ext-auth-design.xml:
	* packages/acs-core-docs/www/xml/kernel/security-notes.xml:
	* packages/acs-tcl/tcl/admin-procs.tcl:
	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	* packages/acs-tcl/tcl/apm-procs.tcl:
	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	* packages/acs-tcl/tcl/tcl-documentation-procs.tcl:
	* packages/acs-tcl/tcl/text-html-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	* packages/acs-templating/resources/forms/confirm-button.tcl:
	* packages/acs-templating/tcl/element-procs.tcl:
	* packages/acs-templating/tcl/list-procs.tcl:
	* packages/acs-templating/tcl/spellcheck-procs.tcl:
	- get rid of empty_string_p 

	* packages/acs-api-browser/www/proc-view.tcl:
	* packages/acs-lang/lib/change-locale-bar.tcl:
	* packages/acs-lang/tcl/lang-catalog-procs.tcl:
	* packages/acs-lang/tcl/lang-message-procs.tcl:
	* packages/acs-lang/tcl/lang-util-procs.tcl:
	* packages/acs-lang/tcl/locale-procs.tcl:
	* packages/acs-lang/tcl/localization-procs.tcl:
	* packages/acs-lang/www/admin/edit-localized-message.tcl:
	* packages/acs-lang/www/admin/locale-delete.tcl:
	* packages/acs-lang/www/admin/message-conflicts.tcl:
	* packages/acs-lang/www/admin/message-delete.tcl:
	* packages/acs-lang/www/admin/message-search.tcl:
	* packages/acs-lang/www/change-locale-include.tcl:
	* packages/acs-lang/www/doc/i18n-design.html:
	* packages/acs-subsite/lib/user-info.tcl:
	* packages/acs-subsite/tcl/application-group-procs.tcl:
	* packages/acs-subsite/tcl/group-procs.tcl:
	* packages/acs-subsite/tcl/plsql-utility-procs.tcl:
	* packages/acs-subsite/tcl/rel-types-procs.tcl:
	* packages/acs-subsite/tcl/subsite-procs.tcl:
	* packages/acs-subsite/tcl/test/acs-subsite-procs.tcl:
	* packages/acs-subsite/www/admin/group-types/groups-list.tcl:
	* packages/acs-subsite/www/admin/groups/elements-display-list.tcl:
	* packages/acs-subsite/www/admin/object-types/one.tcl:
	* packages/acs-subsite/www/admin/site-map/application-new.tcl:
	* packages/acs-subsite/www/admin/site-map/parameter-set.tcl:
	* packages/acs-subsite/www/admin/site-nodes/index.vuh:
	* packages/acs-subsite/www/group-leave.tcl:
	* packages/acs-subsite/www/o.vuh:
	* packages/acs-subsite/www/permissions/grant.tcl:
	* packages/acs-subsite/www/permissions/index.tcl:
	* packages/acs-subsite/www/permissions/perm-include.tcl:
	* packages/acs-subsite/www/register/recover-password.tcl:
	* packages/acs-subsite/www/register/user-join.tcl:
	* packages/acs-subsite/www/user/password-update.tcl:
	* packages/notifications/tcl/notification-callback-procs.tcl:
	* packages/notifications/tcl/notification-display-procs.tcl:
	* packages/notifications/tcl/notification-email-procs.tcl:
	* packages/notifications/tcl/notification-procs.tcl:
	* packages/notifications/tcl/notification-request-procs.tcl:
	* packages/notifications/tcl/sweep-procs.tcl:
	* packages/notifications/www/request-new.tcl:
	* packages/notifications/www/request-notification.tcl:
	- get rid of empty_string_p in non-deprecated code - make 
	use of tcl byte-code compiler 

	* packages/acs-bootstrap-installer/installer/install.tcl:
	- get rid of last ad_user_new (deprecated function) 

	* packages/acs-admin/lib/password-update.tcl:
	* packages/acs-admin/tcl/test/acs-admin-procs.tcl:
	* packages/acs-admin/www/apm/packages-install-3.tcl:
	* packages/acs-admin/www/apm/parameter-add-2.tcl:
	* packages/acs-admin/www/apm/parameter-edit-2.tcl:
	* packages/acs-admin/www/apm/version-i18n-process-2.tcl:
	* packages/acs-admin/www/apm/version-parameters.tcl:
	* packages/acs-admin/www/apm/version-view.tcl:
	* packages/acs-admin/www/auth/authority.tcl:
	* packages/acs-admin/www/install/install-3.tcl:
	* packages/acs-admin/www/install/install.tcl:
	* packages/acs-admin/www/users/complex-search.tcl:
	* packages/acs-admin/www/users/search.tcl:
	* packages/acs-admin/www/users/user-add-3.tcl:
	- make use of byte-compiled functions 

2013-08-26 gustafn

	* packages/acs-tcl/tcl/apm-file-procs.tcl:
	- guard against older versions of naviserver 

	* packages/acs-content-repository/tcl/search-procs.tcl:
	* packages/acs-tcl/tcl/user-extensions-procs.tcl:
	* packages/notifications/tcl/delivery-method-procs.tcl:
	* packages/notifications/tcl/notification-type-procs.tcl:
	* packages/notifications/www/object-goto.tcl:
	* packages/search/tcl/search-procs.tcl:
	* packages/search/www/search.tcl:
	- replace deprecated acs_sc_call by acs_sc::invoke 

	* packages/acs-tcl/tcl/community-core-procs-oracle.xql:
	query was moved to 
	acs-authentication/tcl/authentication-procs-oracle.xql 

2013-08-25 gustafn

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	- change deprecated message from "Debug" to "Notice" level 

	* packages/acs-authentication/tcl/sync-procs.tcl:
	- don't call deprecated validate_integer 

	* packages/acs-authentication/tcl/authentication-procs-oracle.xql:
	* packages/acs-authentication/tcl/authentication-procs-postgresql.xql:
	* packages/acs-authentication/tcl/authentication-procs.tcl:
	* packages/acs-authentication/tcl/authentication-procs.xql:
	* packages/acs-tcl/tcl/community-core-procs-postgresql.xql:
	* packages/acs-tcl/tcl/community-core-procs.tcl:
	* packages/acs-tcl/tcl/community-core-procs.xql:
	- get rid of deprecated calls to acs_sc_call during 
	regression test 

	* packages/acs-service-contract/tcl/acs-service-contract-procs.tcl:
	- get rid of deprecated calls to acs_sc_call in regression 
	test 

	* packages/acs-tcl/tcl/apm-file-procs.tcl:
	- set timeout on queue command 

	* packages/acs-lang/tcl/lang-catalog-procs.tcl:
	- work towards getting rid of deprecated 
	"template::util::multirow_foreach" 

	* packages/acs-authentication/tcl/authentication-procs.xql:
	branches:  1.1.2; file authentication-procs.xql was 
	initially added on branch oacs-5-8. 

2013-08-24 gustafn

	* packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl:
	- apm_get_package_files: add flag "-all", otherwise .apm 
	file generation on openacs.org leads to incomplete package 
	files 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-countries/ref-countries.info:
	* packages/ref-language/ref-language.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	- bumped version number to 5.8.0b1 

	* ChangeLog:
	- updated raw ChangeLog 

	* packages/acs-tcl/tcl/apm-file-procs.tcl:
	- use ns_http for file transfer when available 

2013-08-23 gustafn

	* packages/acs-templating/tcl/parse-procs.tcl:
	- add a fix for broken ns_quotehtml in some aolserver 
	implementations 

	* readme.txt:
	- bumped version number 

	* packages/acs-bootstrap-installer/bootstrap.tcl:
	- ensure that bootstrap_write_error work on aolserver and 
	naviserver - ensure sorted loading order of bootstrap files 
	(Tcl's glob does not guarantee order) 

2013-08-21 victorg

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	* tcl/0-acs-init.tcl:
	* tcl/zz-postload.tcl:
	Moving handling NaviServer deprecated ns_info subcommands to 
	0-acs-init.tcl. 

	* packages/acs-tcl/tcl/document-init.tcl:
	* packages/acs-templating/tcl/0-acs-templating-procs.tcl:
	avoiding using deprecated command : ns_register_adptag , 
	using ns_adp_registerscript instead. 

2013-08-21 gustafn

	* packages/acs-core-docs/www/xml/Makefile:
	- extended Makefile for doc generation such it works with 
	MacPorts 

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-core-docs/www/install-ssl.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/install-tclwebtest.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-vuh.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	* packages/acs-core-docs/www/upgrade.html:
	* packages/acs-core-docs/www/uptime.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	- regenerated documentation 

2013-08-20 gustafn

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.8.0a1-5.8.0a2.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.8.0a1-5.8.0a2.sql:
	- add missing mime-types (application/x-zip, 
	application/x-sh, application/rdf+xml) for postgres and 
	oracle 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.8.0a1-5.8.0a2.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.8.0a1-5.8.0a2.sql:
	branches:  1.1.2; file upgrade-5.8.0a1-5.8.0a2.sql was 
	initially added on branch oacs-5-8. 

2013-08-19 victorg

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-countries/ref-countries.info:
	* packages/ref-language/ref-language.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumping up version numbers to 5.9.0d1 for core packages on 
	HEAD. 

2013-08-16 victorg

	* packages/acs-admin/acs-admin.info:
	Bumping up to 5.8 alpha version 1. 

2013-08-16 gustafn

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-countries/ref-countries.info:
	* packages/ref-language/ref-language.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	- Bumping version numbers to 5.8.0a1 

	* packages/acs-tcl/tcl/security-procs.tcl:
	- reduce hard-coded config-section names in code 

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	- turn on warning for using deprecated commands, at least 
	during the release phase 

2013-08-12 gustafn

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	- use tcl 8.5 idioms 

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	branches:  1.133.2; - use tcl 8.5 idioms 

2013-08-11 gustafn

	* packages/acs-bootstrap-installer/installer.tcl:
	- the error with accessing favicon.ico (previous commit) 
	happens during ad_returnredirect; change it to 
	ns_returnredirect 

	* packages/acs-bootstrap-installer/installer.tcl:
	- the filter "install_handler" should return with the 
	documented filter results. Otherwise, the installer returns 
	an error (tries to access non-existing tables) when the 
	browser asks for /favicon.ico (many thanks to Michael Aram 
	for reporting this) 

2013-08-09 victorg

	* packages/acs-kernel/acs-kernel.info:
	branches:  1.129.2; for some reason function 
	apm__register_parameter/10 was missing on openacs.org. 

	* packages/ref-language/tcl/apm-callback-procs.tcl:
	* packages/ref-language/tcl/apm-callback-procs.xql:
	fixing catch syntax and removing unique index so that 
	upgrade on openacs.org runs without problems (probably other 
	db's out there have the same issue). 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.8.0d4-5.8.0d5.sql:
	for some reason function apm__register_parameter/10 was 
	missing on openacs.org. 

2013-07-17 gustafn

	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSSDropdowns/CSSDropdowns.js:
	- rename xinha plugin CSS to CSSDropdowns to fix potential 
	breakage for Firefox 22 and Chome 28 as suggested by 
	http://trac.xinha.org/ticket/1609 

2013-05-31 gustafn

	* packages/acs-content-repository/tcl/content-procs.tcl:
	* packages/acs-core-docs/www/files/acs-pgbackup-init.txt:
	- replace depreacted "ns_mkdir" by "file mkdir" 

2013-05-29 victorg

	* packages/acs-kernel/sql/postgresql/postgresql.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.8.0d3-5.8.0d4.sql:
	on pg version 9.0 ( and lower ) the function string_to_array 
	takes only two parameters. 

2013-05-24 gustafn

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	- db_flush_cache: do not retrieve all keys from the cache if 
	not necessary. These array operation can cause long mutex 
	lock times. 

2013-05-16 gustafn

	* packages/acs-api-browser/www/index.tcl:
	* packages/acs-api-browser/www/package-view.tcl:
	- fixed bug #3212 

2013-05-02 victorg

	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	branches:  1.108.2; When fetching files for a given package 
	we also want to retrieve sql files. 

	* packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl:
	branches:  1.41.2; apm_include_file_p wont ignore anymore 
	the upgrade directory in case data_model_files flag is set. 

2013-04-29 victorg

	* packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl:
	apm_get_package_files has new boolean switch 
	-include_data_model_files in order to allow 
	including/excluding sql files when looking for files within 
	a package. 

2013-04-23 victorg

	* packages/acs-kernel/sql/postgresql/acs-permissions-create.sql:
	* packages/acs-kernel/sql/postgresql/postgresql.sql:
	* packages/acs-kernel/sql/postgresql/site-nodes-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.8.0d3-5.8.0d4.sql:
	Creating recursive version of permissions functions iff pg 
	version is &gt;= 8.4. 

	* packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl:
	Taking .sql out of the list of ignored file extensions. 
	Otherwise create/upgrade sql scripts are not loaded while 
	installing/upgrading. 

2013-04-12 victorg

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	next_row instead of this_row has to be unset at this point. 

2013-04-12 gustafn

	* packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl:
	* packages/acs-content-repository/tcl/filter-procs.tcl:
	* packages/acs-content-repository/tcl/publish-procs.tcl:
	* packages/acs-content-repository/www/doc/guide/publish.html:
	* packages/acs-content-repository/www/index.vuh:
	* packages/acs-core-docs/www/files/acs-pgbackup-init.txt:
	* packages/acs-tcl/tcl/navigation-procs.tcl:
	* packages/acs-templating/tcl/acs-integration-procs.tcl:
	* packages/acs-templating/tcl/debug-procs.tcl:
	* packages/acs-templating/tcl/form-procs.tcl:
	* packages/acs-templating/tcl/util-procs.tcl:
	* packages/acs-templating/www/doc/install.html:
	- added victor's patch to omit deprecated messages of 
	"ns_info tcllib". Background: naviserver supports multiple 
	(virtual) servers, which might have different tcllibs. 
	Therefore, the preferred command to query this was moved to 
	"ns_server ?-server s? tcllib" and "ns_info tcllib" was 
	deprecated. From the OpenACS point of view, one wants to 
	locate the actual library. Since the variable does not 
	change, it is fine to store it in a per-thread variable 
	which can be efficiently accessed. 

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	branches:  1.113.2; - added victor's patch to omit 
	deprecated messages of "ns_info tcllib". Background: 
	naviserver supports multiple (virtual) servers, which might 
	have different tcllibs. Therefore, the preferred command to 
	query this was moved to "ns_server ?-server s? tcllib" and 
	"ns_info tcllib" was deprecated. From the OpenACS point of 
	view, one wants to locate the actual library. Since the 
	variable does not change, it is fine to store it in a 
	per-thread variable which can be efficiently accessed. 

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	branches:  1.41.2; - added victor's patch to omit deprecated 
	messages of "ns_info tcllib". Background: naviserver 
	supports multiple (virtual) servers, which might have 
	different tcllibs. Therefore, the preferred command to query 
	this was moved to "ns_server ?-server s? tcllib" and 
	"ns_info tcllib" was deprecated. From the OpenACS point of 
	view, one wants to locate the actual library. Since the 
	variable does not change, it is fine to store it in a 
	per-thread variable which can be efficiently accessed. 

2013-04-11 gustafn

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	- use absolute name to avoid namespace confusions 

2013-04-09 gustafn

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	- get rid of  "global" statements 

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	- use "unset -nocomplain ..." instead of exists test 

2013-04-08 gustafn

	* packages/acs-tcl/tcl/defs-procs.tcl:
	* packages/acs-tcl/tcl/parameter-procs.tcl:
	* packages/acs-tcl/tcl/request-processor-init.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Performance improvements for rp_filter and parameter: - 
	improve performance of rp_filter (which is run on every    
	non-resources request) significantly (often a factor of 2) - 
	improve scalability by reducing number of required mutex 
	locks   (e.g. for secret token handling) 

	* packages/acs-lang/tcl/locale-procs.tcl:
	branches:  1.38.2; Performance improvements for rp_filter 
	and parameter: - improve performance of rp_filter (which is 
	run on every    non-resources request) significantly (often 
	a factor of 2) - improve scalability by reducing number of 
	required mutex locks   (e.g. for secret token handling) 

	* packages/acs-lang/tcl/lang-util-procs.tcl:
	branches:  1.47.2; Performance improvements for rp_filter 
	and parameter: - improve performance of rp_filter (which is 
	run on every    non-resources request) significantly (often 
	a factor of 2) - improve scalability by reducing number of 
	required mutex locks   (e.g. for secret token handling) 

	* packages/acs-tcl/tcl/security-procs.tcl:
	branches:  1.74.2; Performance improvements for rp_filter 
	and parameter: - improve performance of rp_filter (which is 
	run on every    non-resources request) significantly (often 
	a factor of 2) - improve scalability by reducing number of 
	required mutex locks   (e.g. for secret token handling) 

	* packages/acs-tcl/tcl/apm-procs.tcl:
	branches:  1.94.2; Performance improvements for rp_filter 
	and parameter: - improve performance of rp_filter (which is 
	run on every    non-resources request) significantly (often 
	a factor of 2) - improve scalability by reducing number of 
	required mutex locks   (e.g. for secret token handling) 

2013-04-04 gustafn

	* packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl:
	- add git to the list of ignored directories for apm loading 

	* packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl:
	- apm_file loader: ignore directories  www/resources/, 
	catalog/, upgrade/ - apm_file loader: ignore extensions 
	.html .gif .png .jpg .ico .pdf .js .css .xsl .tgz .zip .gz 
	.java .sql - align implementation of apm_backup_file_p with 
	documentation 

	* packages/acs-tcl/tcl/apm-procs.tcl:
	- avoid duplicate load of acs-lang 

	* packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl:
	- use usual style non-poistional arguments in ad_proc - use 
	tcl 8.5 operations 

2013-04-02 victorg

	* packages/acs-kernel/sql/postgresql/acs-permissions-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.8.0d3-5.8.0d4.sql:
	Renaming parameters used on recursive query in order to 
	avoid name clashing with function parameters ( seems to 
	happen just in pg 8.4 ). 

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/acs-permissions-create.sql:
	* packages/acs-kernel/sql/postgresql/site-nodes-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.8.0d3-5.8.0d4.sql:
	* packages/acs-subsite/www/admin/site-map/index-postgresql.xql:
	* packages/acs-subsite/www/admin/site-map/site-map-postgresql.xql:
	* packages/acs-subsite/www/site-map/index-postgresql.xql:
	* packages/acs-tcl/tcl/acs-permissions-procs-postgresql.xql:
	* packages/acs-tcl/tcl/acs-permissions-procs.tcl:
	* packages/acs-tcl/tcl/acs-permissions-procs.xql:
	* packages/notifications/tcl/sweep-procs-postgresql.xql:
	* packages/tsearch2-driver/tcl/tsearch2-driver-procs-postgresql.xql:
	Rewriting acs_permission__permission_p function to use 
	recursive queries ( available in PG since 8.4 ) and 
	modifiying queries around core packages to avoid checking 
	persmissions using a subquery on the 
	acs_object_party_privilege_map view. 

	* packages/acs-tcl/tcl/acs-permissions-procs-oracle.xql:
	branches:  1.11.2; Rewriting acs_permission__permission_p 
	function to use recursive queries ( available in PG since 
	8.4 ) and modifiying queries around core packages to avoid 
	checking persmissions using a subquery on the 
	acs_object_party_privilege_map view. 

	* packages/acs-subsite/acs-subsite.info:
	branches:  1.114.2; Rewriting acs_permission__permission_p 
	function to use recursive queries ( available in PG since 
	8.4 ) and modifiying queries around core packages to avoid 
	checking persmissions using a subquery on the 
	acs_object_party_privilege_map view. 

	* packages/acs-tcl/acs-tcl.info:
	branches:  1.67.2; Rewriting acs_permission__permission_p 
	function to use recursive queries ( available in PG since 
	8.4 ) and modifiying queries around core packages to avoid 
	checking persmissions using a subquery on the 
	acs_object_party_privilege_map view. 

2013-04-02 gustafn

	* packages/acs-kernel/sql/postgresql/postgresql.sql:
	- fix collateral damage 

2013-03-31 gustafn

	* packages/acs-kernel/sql/postgresql/postgresql.sql:
	- add more cases of $$ quoting 

	* packages/notifications/sql/postgresql/upgrade/upgrade-0.3d-0.4d.sql:
	* packages/notifications/sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql:
	- fix $$ quoting in upgrade scripts 

2013-03-30 gustafn

	* packages/acs-templating/tcl/tag-procs.tcl:
	- added "@var;literal@" notation: such variables are neither 
	quoted nor localized. This leads to more sane code in case 
	of comparison in .adp files 

	* packages/acs-bootstrap-installer/installer/index.tcl:
	- naviserver compatiblity fix 

	* packages/acs-content-repository/tcl/acs-content-repository-procs.tcl:
	* packages/acs-mail-lite/tcl/incoming-mail-procs.tcl:
	* packages/acs-subsite/www/shared/1pixel.tcl:
	- replace deprecated command "ns_unlink" with native tcl 
	command "file delete" 

	* packages/acs-content-repository/www/doc/tutorial.html:
	* packages/acs-kernel/sql/test/rel-constraints-test.sql:
	* packages/acs-kernel/sql/test/rel-segments-test-types-create.sql:
	* packages/acs-kernel/sql/test/rel-segments-test.sql:
	* packages/acs-subsite/tcl/package-procs-postgresql.xql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-sample.sql:
	* packages/notifications/sql/postgresql/notifications-package-create.sql:
	* packages/notifications/sql/postgresql/notifications-replies-package-create.sql:
	- update postgres function to modern style plpgsql 
	definitions using dollar quoting 

	* packages/acs-messaging/sql/postgresql/acs-messaging-create.sql:
	* packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql:
	* packages/acs-messaging/sql/postgresql/upgrade/upgrade-4.6.2-4.6.3.sql:
	* packages/acs-messaging/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql:
	* packages/acs-messaging/sql/postgresql/upgrade/upgrade-5.8.0d1-5.8.0d2.sql:
	* packages/acs-reference/sql/postgresql/acs-reference-create.sql:
	* packages/acs-service-contract/sql/postgresql/acs-sc-msg-types-create.sql:
	* packages/acs-service-contract/sql/postgresql/acs-sc-packages-create.sql:
	* packages/acs-service-contract/sql/postgresql/upgrade/upgrade-4.5.1-4.6.sql:
	* packages/acs-service-contract/sql/postgresql/upgrade/upgrade-4.7d2-4.7d3.sql:
	* packages/acs-service-contract/sql/postgresql/upgrade/upgrade-5.1.0d1-5.1.0d2.sql:
	* packages/acs-service-contract/sql/postgresql/upgrade/upgrade-5.3.1-5.4.0d1.sql:
	* packages/acs-subsite/sql/postgresql/application-groups-create.sql:
	* packages/acs-subsite/sql/postgresql/email-image.sql:
	* packages/acs-subsite/sql/postgresql/portraits.sql:
	* packages/acs-subsite/sql/postgresql/subsite-callbacks-create.sql:
	* packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.5.0d5-5.5.0d6.sql:
	* packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.8.0d1-5.8.0d2.sql:
	* packages/acs-subsite/sql/postgresql/user-profiles-create.sql:
	* packages/acs-subsite/sql/postgresql/user-sc-create.sql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-create.sql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-drop.sql:
	* packages/notifications/sql/postgresql/notifications-core-drop.sql:
	* packages/notifications/sql/postgresql/notifications-package-create.sql:
	* packages/notifications/sql/postgresql/notifications-replies-drop.sql:
	* packages/notifications/sql/postgresql/notifications-replies-package-create.sql:
	* packages/notifications/sql/postgresql/upgrade/upgrade-0.1d-0.2d.sql:
	* packages/notifications/sql/postgresql/upgrade/upgrade-0.3d-0.4d.sql:
	* packages/notifications/sql/postgresql/upgrade/upgrade-0.4d-4.6.1.sql:
	* packages/notifications/sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql:
	* packages/notifications/sql/postgresql/upgrade/upgrade-4.6.2-4.6.4.sql:
	* packages/notifications/sql/postgresql/upgrade/upgrade-5.0.0a5-5.0.0a6.sql:
	* packages/notifications/sql/postgresql/upgrade/upgrade-5.0.0b4-5.1.0d2.sql:
	* packages/notifications/sql/postgresql/upgrade/upgrade-5.1.0d2-5.1.0d3.sql:
	* packages/notifications/sql/postgresql/upgrade/upgrade-5.4.0d2-5.4.0d3.sql:
	* packages/ref-timezones/sql/postgresql/ref-timezones-create.sql:
	* packages/ref-timezones/sql/postgresql/ref-timezones-drop.sql:
	* packages/ref-timezones/sql/postgresql/upgrade/upgrade-0.2d-0.3.sql:
	* packages/ref-timezones/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql:
	* packages/search/sql/postgresql/search-packages-create.sql:
	* packages/search/sql/postgresql/upgrade/upgrade-4.5-4.5.1.sql:
	* packages/tsearch2-driver/sql/postgresql/tsearch2-driver-package-create.sql:
	- update postgres function to modern style plpgsql 
	definitions, avoid backslash escaping - add missing 
	function_args 

	* packages/acs-core-docs/www/tutorial-notifications.html:
	branches:  1.16.2; - update postgres function to modern 
	style plpgsql definitions using dollar quoting 

	* packages/acs-templating/tcl/spellcheck-procs.tcl:
	branches:  1.21.2; - replace deprecated command "ns_unlink" 
	with native tcl command "file delete" 

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	branches:  1.29.2; - make search callback compatible with 
	definition in search/tcl/search-procs.tcl 

	* packages/notifications/tcl/notification-email-procs.tcl:
	branches:  1.37.2; - replace deprecated command "ns_unlink" 
	with native tcl command "file delete" 

	* packages/acs-templating/tcl/parse-procs.tcl:
	branches:  1.48.2; - added "@var;literal@" notation: such 
	variables are neither quoted nor localized. This leads to 
	more sane code in case of comparison in .adp files 

	* packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml:
	branches:  1.50.2; - update postgres function to modern 
	style plpgsql definitions using dollar quoting 

2013-03-29 gustafn

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	- cleanup and minor performance improvements 

	* packages/acs-tcl/tcl/security-procs.tcl:
	- store secret tokens as described in the comment per thread 
	(previously it did not) - use tcl 8.5 language construct to 
	shorten code 

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	- use a single file operation in the most common case 

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	- use tcl 8.4 comparison operator 

	* packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl:
	branches:  1.42.2; - cleanup and minor performance 
	improvements 

2013-02-21 victorg

	* packages/acs-tcl/tcl/database-init.tcl:
	During installation process this script is loaded before 
	installing the kernel, therefore one has to avoid using 
	parameter::get_from_package_key which would cause to cache a 
	acs_kernel package_id of 0, which has negative impacts when 
	trying to install .lrn for example ( when executing 
	install.xml statements that change kernel package's 
	parameter values ). 

2013-02-20 victorg

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	A better version of previous commit: refetching site node 
	info just when really needed and better wording on comments. 
	Patch by Gustaf Neumann. 

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Previous attempt to fix problem of exceeding recursion limit 
	affected the looking up of vuh files. Instead we 
	re-calculate the extra_url ( done as in rp_filter ) before 
	going through the whole process that figures out which file 
	to serve. 

2013-02-14 gustafn

	* packages/acs-templating/tcl/tag-procs.tcl:
	- remove "magic" eval construct, since nobody seems to know, 
	what this is for... (see old comment) 

2013-02-13 victorg

	* packages/acs-tcl/tcl/apm-procs.tcl:
	The process of installing acs-authentication's service 
	contract implementations ends up trying to reload 
	/packages/acs-service-contract/tcl/acs-service-contract-init.
	tcl, for which there is no entry on the apm_library_mtime 
	nsv_array, therefore this logging message aboarts the 
	installation. 

2012-12-27 gustafn

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	remove unneeded arg 

2012-12-20 gustafn

	* packages/acs-tcl/tcl/apm-procs.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	- don't use regexp when not needed (match is so much 
	faster). - provide context info for naviserver writer 
	threads - reset "extra_url", needed for internal redirects 
	on errors. 

2012-12-08 gustafn

	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	* packages/acs-tcl/tcl/apm-procs.tcl:
	* packages/acs-tcl/tcl/defs-procs.tcl:
	* packages/acs-tcl/tcl/ds-stub-procs.tcl:
	* packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	*** empty log message *** 

	* packages/acs-tcl/acs-tcl.info:
	- abstract in check for existance of a command whether this 
	is  scripted or not - reduce stress on util-memoize cache to 
	improve scalability - use a more modern tcl command set - 
	prefer "string match" over "regexp" 

	* packages/acs-templating/tcl/data-procs.tcl:
	* packages/acs-templating/tcl/debug-procs.tcl:
	* packages/acs-templating/tcl/parse-procs.tcl:
	* packages/acs-templating/tcl/tag-init.tcl:
	- abstract in check for existance of a command whether this 
	is scripted or not 

	* packages/acs-admin/www/apm/version-callback-add-edit.tcl:
	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	* packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl:
	* packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl:
	* packages/acs-content-repository/tcl/publish-procs.tcl:
	* packages/acs-service-contract/www/binding-display.tcl:
	* packages/acs-subsite/tcl/apm-callback-procs.tcl:
	* packages/acs-subsite/tcl/attribute-procs.tcl:
	- abstract in check for existance of a command whether this 
	is scripted or not - use a more modern tcl command set 

	* packages/acs-templating/tcl/0-acs-templating-procs.tcl:
	branches:  1.2.2; - abstract in check for existance of a 
	command whether this is scripted or not 

	* packages/acs-service-contract/tcl/acs-service-contract-procs.tcl:
	branches:  1.25.2; - abstract in check for existance of a 
	command whether this is scripted or not - use a more modern 
	tcl command set 

	* packages/acs-templating/tcl/element-procs.tcl:
	branches:  1.32.2; - abstract in check for existance of a 
	command whether this is scripted or not 

	* packages/acs-subsite/tcl/group-procs.tcl:
	branches:  1.38.2; - abstract in check for existance of a 
	command whether this is scripted or not - use a more modern 
	tcl command set 

	* packages/acs-admin/www/install/install.tcl:
	branches:  1.7.2; - abstract in check for existance of a 
	command whether this is scripted or not - use a more modern 
	tcl command set 

2012-12-03 victorg

	* packages/acs-templating/tcl/query-procs.tcl:
	Getting right template-caches manipulation depending on 
	wether we run on NaviServer or AOLServer. 

2012-12-03 gustafn

	* packages/acs-templating/www/resources/xinha-nightly/Xinha.css:
	* packages/acs-templating/www/resources/xinha-nightly/XinhaCore.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ExtendedDemo.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/ext_example-body.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/ext_example-menu.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/testbed.html:
	* packages/acs-templating/www/resources/xinha-nightly/modules/CreateLink/link.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/XinhaDialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/Gecko.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/DOMwalk.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/insert_image.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/insert_table.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InternetExplorer/InternetExplorer.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Opera/Opera.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/WebKit/WebKit.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/CSS.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/ContextMenu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/DefinitionList.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/Classes/ExtendedFileManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/ExtendedFileManager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/file-picker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/FormOperations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/FullPage.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Flickr.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/JSON.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/ImageManager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/backend.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/flickr.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-picker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/smart-image.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/youtube.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/Linker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/MootoolsFileManager.FileManager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/MootoolsFileManager.ImageManager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/MootoolsFileManager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/backend.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/config.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/getid3.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.archive.gzip.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.archive.szip.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.archive.tar.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.archive.zip.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.asf.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.flv.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.mpeg.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.nsv.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.quicktime.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.real.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.riff.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.swf.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.aac_adif.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.aac_adts.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.ac3.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.au.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.avr.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.bonk.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.dts.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.la.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.lpac.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.midi.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.monkey.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.mp3.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.mpc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.mpc_old.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.optimfrog.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.rkau.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.shorten.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.tta.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.voc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.vqf.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.wavpack.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.xiph.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.bmp.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.gif.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.jpeg.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.pcd.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.png.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.tiff.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.lib.data_hash.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.lib.iconv_replacement.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.lib.image_size.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.misc.iso.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.tag.apetag.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.tag.id3v1.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.tag.id3v2.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.tag.lyrics3.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Upload.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/Files/Test/smurfs.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.pt.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/Additions.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/FileManager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/Uploader/Swiff.Uploader.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PersistentStorage/dialog.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/SpellChecker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/TableOperations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/UnFormat.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/skin.xml:
	Updated to Xinha nighly (Dec 3, 2012) due to reported 
	problems with IE9 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/dynamiccss.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/stylist.js:
	removed duplicate files that caused troubles under Mac OS X. 
	For some reason, serveral files existed with uppercase and 
	lowercase names, where the latter was a previous converntion 
	in Xinha. cvs on Mac OS X reported "cvs update: move away 
	...; it is in the way" even on new checkouts 

2012-11-28 victorg

	* packages/acs-templating/tcl/query-procs.tcl:
	lassign instead of lset was meant here. 

2012-11-27 gustafn

	* packages/acs-templating/tcl/paginator-procs.tcl:
	* packages/acs-templating/tcl/query-procs.tcl:
	The original code had at least two OpenACS caused memory 
	leaks: it led to an unbounded growth for 
	__template_cache_value and did not unset the nsv variables 
	__template_*_timeout. This bug led openacs.org to a broken 
	state (forums posting lead to the message "Not enough memory 
	to allocate the list internal rep").  The new code makes use 
	of the per entry expire feature of ns_cache and emulates the 
	behavior otherwise. 

	* packages/acs-templating/tcl/template-cache-init.tcl:
	define templating caches 

	* packages/acs-templating/tcl/query-procs.tcl:
	deleted too much 

	* packages/acs-tcl/tcl/20-memoize-init.tcl:
	don't change idioms without need 

2012-11-18 gustafn

	* packages/acs-templating/tcl/parse-procs.tcl:
	* packages/acs-templating/tcl/spellcheck-procs.tcl:
	* packages/acs-templating/tcl/tag-init.tcl:
	* packages/acs-templating/tcl/tag-procs.tcl:
	produce more efficient code from the adp-compiler (using 
	byte compiled functions, using local vars) 

2012-11-02 gustafn

	* packages/acs-templating/tcl/element-procs.tcl:
	- fix syntax of regex (many thanks to Stefan Sobernig) 

2012-10-10 gustafn

	* packages/acs-templating/resources/forms/tiny-plain.adp:
	fixed Bug #3210 as suggested by Malte 

2012-10-05 gustafn

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	- guard rename-commands to improve robustness for reloading 
	in newer tcl versions 

2012-09-18 victorg

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Treating ad_set_cookie's boolean switches as such. 

2012-09-17 gustafn

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0-5.6.1.sql:
	- fixed bug (backport of fix in rev 1.74 of 
	postgresql/apm-create.sql) - bump version number to 5.6.1 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0-5.6.1.sql:
	branches:  1.1.2; file upgrade-5.6.0-5.6.1.sql was initially 
	added on branch oacs-5-6. 

2012-08-06 michaels

	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.8.0d1-5.8.0d2.sql:
	make sure we exclude null paths from cr_files_to_delete 

2012-07-28 torbenb

	* packages/acs-templating/tcl/element-procs.tcl:
	fix bug 2807 security issue during enhanced text/html edit. 

2012-07-27 torbenb

	* packages/acs-kernel/acs-kernel.info:
	Commiting parameter description clarification and patch 920 
	http://openacs.org/bugtracker/openacs/patch?patch_number=920 

	* packages/acs-lang/www/admin/set-system-timezone.tcl:
	Fix bug 3203 timeanddate.com regexp needs updating. Made 
	regexp more forgiving. Also cleaned up related parsing to 
	help minimize future maintenance. 

2012-07-18 gustafn

	* etc/config.tcl:
	fix bug #3211 

2012-05-10 gustafn

	* packages/openacs-default-theme/www/resources/styles/default-master.css:
	move "list-style: none" from UL to LI to avoid 
	circle-bullets in tabbed master with yui-base 

2012-03-09 ryang

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	add missing message key 

2012-01-30 victorg

	* packages/acs-tcl/tcl/community-core-procs.tcl:
	branches:  1.61.2; Flushing ::party::email_not_cached in 
	case party email has been updated. 

2012-01-08 ryang

	* packages/acs-templating/tcl/date-procs.tcl:
	In display mode, minute and second fragments should be the 
	same size as the hidden widget value (usually 2). 

2011-11-22 daveb

	* packages/acs-admin/www/users/one.adp:
	Noquote the return URL since it is not displayed to the 
	browser and its quoted in the form under display mode, 
	causing a double quoting. 

2011-11-10 torbenb

	* packages/acs-subsite/www/shared/community-member.tcl:
	changed ad_return_error to ad_return_exception_page 404 with 
	same message, because error is not with system, but with 
	request. This helps prevent bots from retrying when user no 
	longer exists etc. 

2011-11-02 ryang

	* packages/acs-subsite/www/members/user-new.tcl:
	fix typo 

2011-09-06 victorg

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.8.0d3-5.8.0d4.sql:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.8.0d2-5.8.0d3.sql:
	* packages/acs-messaging/sql/postgresql/upgrade/upgrade-5.8.0d1-5.8.0d2.sql:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.8.0d1-5.8.0d2.sql:
	Some time ago some plpgsql functions were changed in order 
	to be compatible with pg 8.x, create scripts were modified 
	but upgrade scripts were missing ( at least i couldn't find 
	them) 
	http://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Ajeffd%
	3A20090210183154 . Bumping up package versions accordingly. 

	* packages/acs-content-repository/acs-content-repository.info:
	branches:  1.103.2; Some time ago some plpgsql functions 
	were changed in order to be compatible with pg 8.x, create 
	scripts were modified but upgrade scripts were missing ( at 
	least i couldn't find them) 
	http://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Ajeffd%
	3A20090210183154 . Bumping up package versions accordingly. 

	* packages/acs-messaging/acs-messaging.info:
	branches:  1.36.2; Some time ago some plpgsql functions were 
	changed in order to be compatible with pg 8.x, create 
	scripts were modified but upgrade scripts were missing ( at 
	least i couldn't find them) 
	http://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Ajeffd%
	3A20090210183154 . Bumping up package versions accordingly. 

2011-08-22 donb

	* packages/acs-tcl/tcl/json-procs.tcl:
	Fixed ""-must-be-null problem for results returned from the 
	database.  I added a utility in json-procs.tcl to help with 
	this, but since I also needed to convert PG intervals to the 
	"PT01H02M03.5S" format used by the SCORM RTE in actuality 
	it's fixed in the scorm player package.  But the JSON proc 
	may be useful for someone else so I left it in ... 

2011-08-20 donb

	* packages/acs-tcl/tcl/json-procs.tcl:
	Added daveb's fix 

2011-08-17 torbenb

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	fixing broken site_node::conn_url see: 
	http://openacs.org/forums/message-view?message_id=3653550 

2011-08-05 michaels

	* packages/acs-templating/tcl/richtext-procs.tcl:
	fix for bug in tinymce init code regarding booleans 

2011-08-04 gustafn

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.8.0d2-5.8.0d3.sql:
	- missing index and foreign key constraints on 
	cr_item_publish_audit fixed 

2011-07-31 donb

	* packages/acs-api-browser/www/index.adp:
	* packages/acs-api-browser/www/proc-search.adp:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/types-create.sql:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/tcl/test/object-test-case-procs.tcl:
	* packages/notifications/tcl/notification-email-procs.tcl:
	Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/intermedia-driver/intermedia-driver.info:
	branches:  1.10.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/openacs-default-theme/openacs-default-theme.info:
	branches:  1.11.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	branches:  1.12.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/uptime.html:
	* packages/tsearch2-driver/tsearch2-driver.info:
	branches:  1.13.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-ssl.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/ref-countries/ref-countries.info:
	branches:  1.14.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-translations/acs-translations.info:
	branches:  1.15.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	branches:  1.16.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/update-repository.html:
	branches:  1.17.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/install-tclwebtest.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	branches:  1.19.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/install-more-software.html:
	branches:  1.21.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	branches:  1.22.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	branches:  1.23.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/tutorial.html:
	branches:  1.24.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	branches:  1.25.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	branches:  1.26.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/style-guide.html:
	branches:  1.27.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	branches:  1.28.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/upgrade.html:
	* packages/acs-core-docs/www/variables.html:
	branches:  1.29.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-tcl/tcl/tcl-documentation-procs.tcl:
	branches:  1.30.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/eng-standards.html:
	branches:  1.31.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/unix-installation.html:
	branches:  1.32.2; Merged oacs-5-7 to HEAD 

	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	branches:  1.33.2; Merged oacs-5-7 to HEAD 

	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/subsites-design.html:
	branches:  1.34.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-reference/acs-reference.info:
	* packages/ref-timezones/ref-timezones.info:
	branches:  1.35.2; Merged oacs-5-7 to HEAD 

	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/rp-design.html:
	branches:  1.36.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	branches:  1.39.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	branches:  1.40.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/mac-installation.html:
	* packages/search/search.info:
	branches:  1.41.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	branches:  1.42.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-service-contract/acs-service-contract.info:
	branches:  1.43.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/acs-admin.html:
	branches:  1.44.2; Merged oacs-5-7 to HEAD 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	branches:  1.45.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/subsites.html:
	branches:  1.47.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	branches:  1.48.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-mail-lite/acs-mail-lite.info:
	branches:  1.49.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/postgres.html:
	branches:  1.50.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/objects.html:
	branches:  1.51.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/index.html:
	branches:  1.52.2; Merged oacs-5-7 to HEAD 

	* packages/acs-templating/acs-templating.info:
	* packages/notifications/notifications.info:
	branches:  1.53.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/release-notes.html:
	branches:  1.54.2; Merged oacs-5-7 to HEAD 

	* packages/acs-lang/acs-lang.info:
	branches:  1.60.2; Merged oacs-5-7 to HEAD 

	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	branches:  1.9.2; Merged oacs-5-7 to HEAD 

2011-07-26 ryang

	* packages/search/www/search.tcl:
	branches:  1.37.2; Fix subsite search 

2011-07-11 victorg

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.8.0d1-5.8.0d2.sql:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.8.0d1-5.8.0d2.sql:
	Upgrade scripts contain the following changes: - getting 
	right name of triggers, following the pattern *_tr - 
	redefining funtion arguments for each function using 
	define_function_args - getting rid of unncesary backslashes, 
	used for escaping, in some functions. - redefinitions of 
	content_type__refresh_trigger and content_type__drop_type in 
	order to get rid of some 7.2 vs 7.3 querying. 

2011-07-07 gustafn

	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	* packages/acs-content-repository/sql/postgresql/content-drop.sql:
	* packages/acs-content-repository/sql/postgresql/content-extlink.sql:
	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	* packages/acs-content-repository/sql/postgresql/content-image.sql:
	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	* packages/acs-content-repository/sql/postgresql/content-keyword.sql:
	* packages/acs-content-repository/sql/postgresql/content-perms.sql:
	* packages/acs-content-repository/sql/postgresql/content-revision.sql:
	* packages/acs-content-repository/sql/postgresql/content-schedule.sql:
	* packages/acs-content-repository/sql/postgresql/content-search.sql:
	* packages/acs-content-repository/sql/postgresql/content-symlink.sql:
	* packages/acs-content-repository/sql/postgresql/content-template.sql:
	* packages/acs-content-repository/sql/postgresql/content-test.sql:
	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	* packages/acs-content-repository/sql/postgresql/content-update.sql:
	* packages/acs-content-repository/sql/postgresql/content-util.sql:
	* packages/acs-content-repository/sql/postgresql/doc-package.sql:
	* packages/acs-content-repository/sql/postgresql/types-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-install.sql:
	* packages/acs-kernel/sql/postgresql/acs-logs-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-object-util.sql:
	* packages/acs-kernel/sql/postgresql/acs-objects-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-permissions-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	* packages/acs-kernel/sql/postgresql/apm-drop.sql:
	* packages/acs-kernel/sql/postgresql/authentication-drop.sql:
	* packages/acs-kernel/sql/postgresql/authentication-package-create.sql:
	* packages/acs-kernel/sql/postgresql/community-core-create.sql:
	* packages/acs-kernel/sql/postgresql/groups-body-create.sql:
	* packages/acs-kernel/sql/postgresql/groups-create.sql:
	* packages/acs-kernel/sql/postgresql/journal-create.sql:
	* packages/acs-kernel/sql/postgresql/journal-drop.sql:
	* packages/acs-kernel/sql/postgresql/lob.sql:
	* packages/acs-kernel/sql/postgresql/postgresql.sql:
	* packages/acs-kernel/sql/postgresql/rel-constraints-body-create.sql:
	* packages/acs-kernel/sql/postgresql/rel-constraints-create.sql:
	* packages/acs-kernel/sql/postgresql/rel-constraints-drop.sql:
	* packages/acs-kernel/sql/postgresql/rel-segments-body-create.sql:
	* packages/acs-kernel/sql/postgresql/rel-segments-create.sql:
	* packages/acs-kernel/sql/postgresql/rel-segments-drop.sql:
	* packages/acs-kernel/sql/postgresql/site-node-object-map-create.sql:
	* packages/acs-kernel/sql/postgresql/site-nodes-create.sql:
	* packages/acs-kernel/sql/postgresql/site-nodes-drop.sql:
	* packages/acs-kernel/sql/postgresql/test-harness/acs-core.sql:
	* packages/acs-kernel/sql/postgresql/test/acs-objects-test.sql:
	* packages/acs-kernel/sql/postgresql/test/groups-test.sql:
	* packages/acs-kernel/sql/postgresql/test/rel-constraints-test.sql:
	* packages/acs-kernel/sql/postgresql/test/rel-segments-test-types-create.sql:
	* packages/acs-kernel/sql/postgresql/test/rel-segments-test.sql:
	* packages/acs-kernel/sql/postgresql/utilities-create.sql:
	* packages/acs-subsite/tcl/plpgsql-utility-procs.tcl:
	Bring PostgreSQL functions closer to the current level of 
	PL/pgSQL: - upgrade PL/pgSQL functions to the $$ notation 
	(recommended since pg8.0, jan 2005). - get rid of backslash 
	usages in function definitions - drop aliases in favor of 
	named function arguments (recommended since pg8.0) - fix 
	wrong function_args, add missing function_args, align 
	default semantics   with the defaults in pg (providing 
	"null" as default means the argument is   optional). - 
	change return types of triggers from "opaque" to "trigger" 
	(recommended since pg8.0) - unify names of triggers *_tr - 
	removed some version dependencies of pg 7.2 and 7.3 

2011-07-06 victorg

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-countries/ref-countries.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumping up version numbers for core packages to 5.8.0d1 

	* packages/ref-language/ref-language.info:
	branches:  1.13.2; Bumping up version numbers for core 
	packages to 5.8.0d1 

2011-07-02 donb

	* packages/acs-tcl/tcl/test/object-test-case-procs.tcl:
	Fixed ailing oracle test ... 

2011-06-28 emmar

	* packages/acs-content-repository/tcl/search-procs.tcl:
	Revert unintended change 

	* packages/acs-content-repository/tcl/search-procs.tcl:
	branches:  1.10.2; Revert unintended change 

2011-06-12 donb

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-core-docs/www/install-ssl.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/install-tclwebtest.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	* packages/acs-core-docs/www/upgrade.html:
	* packages/acs-core-docs/www/uptime.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	5.7.0 core doc html files 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-countries/ref-countries.info:
	* packages/ref-language/ref-language.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped version number to 5.7.0 

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	* packages/acs-core-docs/www/upgrade.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	Forgot to bump the version to 5.7.0 before regenerating the 
	docs 

2011-05-30 victorg

	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d10-5.7.0d11.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d9-upgrade-5.7.0d10.sql:
	Backporting following fixes: 
	http://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Agustaf
	n%3A20110526040737 
	http://fisheye.openacs.org/changelog/OpenACS?cs=MAIN%3Avictor
	g%3A20110530083105 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d9-upgrade-5.7.0d10.sql:
	Removing wrongly named upgrade script. Otherwise it appears 
	at the top of the list for scripts to be ran when upgrading. 
	Content is included on upgrade script 
	upgrade-5.7.0d10-5.7.0d11.sql anyway. 

2011-05-30 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-countries/ref-countries.info:
	* packages/ref-language/ref-language.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bump to 5.7.0b1 

2011-05-27 michaels

	* packages/notifications/tcl/notification-email-procs.tcl:
	daveb's fix from hub for urls in notifications - still is 
	broken for host-node mapped urls 

	* packages/acs-api-browser/www/index.adp:
	* packages/acs-api-browser/www/proc-search.adp:
	div tweak for api browser from redwylie 

2011-05-26 victorg

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d10-5.7.0d11.sql:
	file upgrade-5.7.0d10-5.7.0d11.sql was added on branch 
	oacs-5-7 on 2011-05-30 08:51:16 +0000 

2011-05-26 michaels

	* packages/acs-tcl/tcl/tcl-documentation-procs.tcl:
	allow - in variable names 

2011-05-26 gustafn

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	- Added comments to function arguments 'create_table_p' and 
	'dynamic_p' - Update script for 5.7.0d10 was called       
	postgresql/upgrade/upgrade-5.7.0d9-upgrade-5.7.0d10.sql   
	instead of       
	postgresql/upgrade/upgrade-5.7.0d9-5.7.0d10.sql   so it was 
	never executed. Added the content of d9-d10 to d10-d11. 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d10-5.7.0d11.sql:
	branches:  1.1.2; - Added comments to function arguments 
	'create_table_p' and 'dynamic_p' - Update script for 
	5.7.0d10 was called       
	postgresql/upgrade/upgrade-5.7.0d9-upgrade-5.7.0d10.sql   
	instead of       
	postgresql/upgrade/upgrade-5.7.0d9-5.7.0d10.sql   so it was 
	never executed. Added the content of d9-d10 to d10-d11. 

2011-05-20 victorg

	* packages/acs-tcl/tcl/widgets-procs.tcl:
	Typo: missing e on "June" 

2011-05-15 ryang

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Fix RestrictErrorsToAdminsP parameter behaviour, which 
	previously did nothing. 

2011-05-09 donb

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/types-create.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.7.0d4-5.7.0d5.sql:
	* packages/acs-content-repository/sql/postgresql/types-create.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.7.0d4-5.7.0d5.sql:
	Argh!  "content" wants to be richtext, not text !!! 

	* packages/acs-content-repository/sql/oracle/types-create.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.7.0d4-5.7.0d5.sql:
	* packages/acs-content-repository/sql/postgresql/types-create.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.7.0d4-5.7.0d5.sql:
	Backed out change to make content richtext rather than text, 
	because of xotcl-core, can't have the type change depending 
	on whether or not that was previously installed and can't 
	change it to richtext without (probably) breaking xotcl 
	stuff.  Sucks but that's life. 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.7.0d4-5.7.0d5.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.7.0d4-5.7.0d5.sql:
	branches:  1.1.2; file upgrade-5.7.0d4-5.7.0d5.sql was 
	initially added on branch oacs-5-7. 

2011-05-04 emmar

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	branches:  1.90.2; Don't use the encoded subject in the call 
	to the callback 

2011-04-24 donb

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.7.0d3-5.7.0d4.sql:
	1. Added "--default foo" style comments to new PL/pgSQL 
	function parameters    because xotcl-core, rather than use 
	the metadata created by define_function_params,    ASSIGNS 
	SEMANTICS TO THESE SQL COMMENTS.  Bah.  If I truly cared 
	about quality    I'd insist the xotcl people fix their code 
	and do things right, but I know that    would never happen 
	so ... kludge away. 2. xotcl-core adds CR attributes (rather 
	than fix core).  So my fixing of    core conflicts, meaning 
	I have to kludge again.  Still needs to be fixed    for 
	oracle. 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.7.0d3-5.7.0d4.sql:
	Kludge around xotcl-core for oracle, as was done earlier for 
	PG. 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d9-upgrade-5.7.0d10.sql:
	branches:  1.1.2; 1. Added "--default foo" style comments to 
	new PL/pgSQL function parameters    because xotcl-core, 
	rather than use the metadata created by 
	define_function_params,    ASSIGNS SEMANTICS TO THESE SQL 
	COMMENTS.  Bah.  If I truly cared about quality    I'd 
	insist the xotcl people fix their code and do things right, 
	but I know that    would never happen so ... kludge away. 2. 
	xotcl-core adds CR attributes (rather than fix core).  So my 
	fixing of    core conflicts, meaning I have to kludge again. 
	 Still needs to be fixed    for oracle. 

	* packages/acs-kernel/acs-kernel.info:
	branches:  1.121.2; 1. Added "--default foo" style comments 
	to new PL/pgSQL function parameters    because xotcl-core, 
	rather than use the metadata created by 
	define_function_params,    ASSIGNS SEMANTICS TO THESE SQL 
	COMMENTS.  Bah.  If I truly cared about quality    I'd 
	insist the xotcl people fix their code and do things right, 
	but I know that    would never happen so ... kludge away. 2. 
	xotcl-core adds CR attributes (rather than fix core).  So my 
	fixing of    core conflicts, meaning I have to kludge again. 
	 Still needs to be fixed    for oracle. 

	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	branches:  1.38.2; 1. Added "--default foo" style comments 
	to new PL/pgSQL function parameters    because xotcl-core, 
	rather than use the metadata created by 
	define_function_params,    ASSIGNS SEMANTICS TO THESE SQL 
	COMMENTS.  Bah.  If I truly cared about quality    I'd 
	insist the xotcl people fix their code and do things right, 
	but I know that    would never happen so ... kludge away. 2. 
	xotcl-core adds CR attributes (rather than fix core).  So my 
	fixing of    core conflicts, meaning I have to kludge again. 
	 Still needs to be fixed    for oracle. 

2011-04-19 emmar

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/www/admin/host-node-map/index.adp:
	* packages/acs-subsite/www/admin/host-node-map/index.tcl:
	* packages/acs-subsite/www/admin/rel-types/index.adp:
	* packages/acs-subsite/www/admin/rel-types/index.tcl:
	* packages/acs-subsite/www/admin/rel-types/new.adp:
	* packages/acs-subsite/www/admin/rel-types/new.tcl:
	i18n and translation into spanish 

2011-04-19 daveb

	* packages/acs-tcl/tcl/security-procs.tcl:
	Fixed to handler cookies from previous version correctly. 
	Add back in inf max_age for session cookie when Remember Me 
	is checked so it passes the expiration test. 

2011-04-18 emmar

	* packages/acs-tcl/tcl/object-type-procs.tcl:
	Added missing quotes 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/www/admin/groups/elements-by-group-type.adp:
	* packages/acs-subsite/www/admin/groups/elements-by-rel-type.adp:
	* packages/acs-subsite/www/admin/groups/elements-by-rel-type.tcl:
	* packages/acs-subsite/www/admin/groups/index.adp:
	* packages/acs-subsite/www/admin/groups/index.tcl:
	* packages/acs-subsite/www/admin/object-types/alphabetical-index.adp:
	* packages/acs-subsite/www/admin/object-types/alphabetical-index.tcl:
	* packages/acs-subsite/www/admin/object-types/index.adp:
	* packages/acs-subsite/www/admin/object-types/index.tcl:
	* packages/acs-subsite/www/admin/rel-segments/index.adp:
	* packages/acs-subsite/www/admin/rel-segments/index.tcl:
	* packages/acs-subsite/www/admin/site-map/index.adp:
	* packages/acs-subsite/www/admin/site-map/index.tcl:
	i18n and translation into spanish 

2011-04-18 donb

	* packages/acs-bootstrap-installer/bootstrap.tcl:
	branches:  1.31.4; Took out the huge kludge to load 
	xotcl-core during the bootstrap process. Package libraries 
	are now loaded in dependency, rather than alphabetical, 
	order so this kludge should no longer be necessary (unless 
	people have not been keeping their dependencies in order, in 
	which case they should feel free to fix their packages ...) 

2011-04-18 daveb

	* packages/acs-tcl/tcl/security-procs.tcl:
	Don't discard session cookie if its expired, go to login 
	handler. 

	* packages/acs-tcl/tcl/security-procs.tcl:
	Fix so if the session renew time is NOT included in the 
	cookie (ie: cookies created before this fix) will be renewed 

	* packages/acs-tcl/tcl/security-procs.tcl:
	Include last session renew time in ad_session_id cookie so 
	we can compare expiration independent of validity 

	* packages/acs-tcl/tcl/security-procs.tcl:
	Put the strict check in the wrong place. 

	* packages/acs-tcl/tcl/security-procs.tcl:
	use -strict when checking for integer as empty string 
	returns true without it 

2011-04-17 emmar

	* packages/ref-countries/catalog/ref-countries.es_ES.ISO-8859-1.xml:
	Translation to spanish 

2011-04-15 emmar

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/www/admin/applications/application-add.adp:
	* packages/acs-subsite/www/admin/applications/application-add.tcl:
	* packages/acs-subsite/www/admin/applications/index.tcl:
	* packages/acs-subsite/www/admin/applications/multiple-add.adp:
	* packages/acs-subsite/www/admin/applications/multiple-add.tcl:
	* packages/acs-subsite/www/admin/configure.tcl:
	* packages/acs-subsite/www/admin/group-types/index.adp:
	* packages/acs-subsite/www/admin/group-types/index.tcl:
	* packages/acs-subsite/www/admin/group-types/new.adp:
	* packages/acs-subsite/www/admin/group-types/new.tcl:
	* packages/acs-subsite/www/admin/group-types/one.adp:
	* packages/acs-subsite/www/admin/group-types/one.tcl:
	* packages/acs-subsite/www/admin/group-types/rel-type-add.adp:
	* packages/acs-subsite/www/admin/group-types/rel-type-add.tcl:
	* packages/acs-subsite/www/admin/index.adp:
	* packages/acs-subsite/www/admin/index.tcl:
	* packages/acs-subsite/www/admin/subsite-add.tcl:
	Localization and translation into spanish 

2011-04-15 daveb

	* packages/acs-tcl/tcl/security-procs.tcl:
	Added fix to make session_id cookie persistent if you 
	checked remember me 

2011-04-11 donb

	* packages/acs-content-repository/sql/oracle/content-drop.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.7.0d3-5.7.0d4.sql:
	* packages/acs-content-repository/sql/postgresql/content-drop.sql:
	Added a couple of CR revision attributes - the oracle 
	equivalent of the previous PG commit. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.7.0d3-5.7.0d4.sql:
	Adding a couple of attributes to make packages working with 
	meta-data less kludgey.  PG-only with this commit, Oracle to 
	follow. 

	* packages/acs-content-repository/sql/oracle/content-create.sql:
	branches:  1.29.4; Added a couple of CR revision attributes 
	- the oracle equivalent of the previous PG commit. 

	* packages/acs-content-repository/sql/oracle/types-create.sql:
	branches:  1.4.2; Added a couple of CR revision attributes - 
	the oracle equivalent of the previous PG commit. 

	* packages/acs-content-repository/sql/postgresql/types-create.sql:
	branches:  1.7.2; Adding a couple of attributes to make 
	packages working with meta-data less kludgey.  PG-only with 
	this commit, Oracle to follow. 

	* packages/acs-content-repository/acs-content-repository.info:
	branches:  1.98.2; Adding a couple of attributes to make 
	packages working with meta-data less kludgey.  PG-only with 
	this commit, Oracle to follow. 

2011-04-10 donb

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d8-5.7.0d9.sql:
	Added upgrade script to redefine a couple of plpgsql 
	functions that fail with later versions of PG due to tighter 
	type checking. 

	* packages/acs-content-repository/acs-content-repository.info:
	bumped version number to 5.7.0d3 

2011-04-08 emmar

	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	* packages/search/catalog/search.es_ES.ISO-8859-1.xml:
	* packages/search/lib/search.adp:
	Add title to the search input since there is no label 
	(WCAG2). Added corresponding message key and its translation 
	to spanish. 

	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	Fix call to content::type::is_content_type. Switch name is 
	object_type not content_type 

	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml:
	* packages/acs-lang/www/admin/export-messages.adp:
	* packages/acs-lang/www/admin/index.adp:
	* packages/acs-lang/www/admin/index.tcl:
	* packages/acs-lang/www/admin/lookup.adp:
	* packages/acs-lang/www/admin/lookup.tcl:
	* packages/acs-lang/www/admin/package-list.adp:
	i18n of the user interface 

2011-04-07 emmar

	* packages/acs-subsite/www/members/user-new.adp:
	* packages/acs-subsite/www/members/user-new.tcl:
	A new user would be added as administrator when he was added 
	to the main site. Fix for this. 

	* packages/acs-lang/www/admin/index.tcl:
	* packages/acs-lang/www/admin/message-list.tcl:
	* packages/acs-lang/www/admin/package-list.tcl:
	Don't compute deleted messages when counting 
	translated/untranslated messages for a locale and package 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/www/members/member-invite.adp:
	* packages/acs-subsite/www/members/member-invite.tcl:
	When inviting users from the main site, show only the form 
	to add a new user since searching for an existing one makes 
	no sense. 

2011-04-06 emmar

	* packages/acs-templating/resources/forms/standard.adp:
	* packages/acs-templating/resources/lists/table.adp:
	* packages/acs-templating/www/resources/forms.css:
	* packages/acs-templating/www/resources/lists.css:
	Add semantic to the form "required" mark. Use form buttons 
	for bulk actions in list template (WCAG2) 

2011-03-29 ryang

	* packages/acs-subsite/www/resources/core.js:
	calendar popup fixes - date range and month combo box 
	display quirk 

	* packages/acs-subsite/www/resources/core.js:
	calendar popup widget fixes 

2011-03-29 gustafn

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	- guard body from non-positional argument interpretation 
	(many thanks to Franz Penz for the bug fix) 

2011-03-22 ryang

	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	* packages/acs-tcl/tcl/application-data-link-procs.xql:
	add application_data_links::get_links_to proc (there was 
	only get_links_from) 

	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	* packages/acs-tcl/tcl/application-data-link-procs.xql:
	merge new application_data_link::get_links_to proc from 
	oacs-5-6 branch 

2011-03-19 donb

	* packages/acs-tcl/tcl/json-procs.tcl:
	Applied patch from malte which regularizes and escapes 
	newlines in generated JSON strings. 

2011-03-07 donb

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.7.0d6-5.7.0d7.sql:
	Final version of the 5.7 oracle upgrade for acs-kernel 
	(unless CR work uncovers problems). 

	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d7-5.7.0d8.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d7-upgrade-5.7.0d8.sql:
	Fixing many bugs 

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d7-upgrade-5.7.0d8.sql:
	Had to remove the cascade_p feature of the new drop_type 
	procedure, because implementing it in Oracle would require a 
	huge reorganization of the order of definition of object and 
	metadata tables and their associated tables, which just is 
	not going to happen. 

	* packages/acs-kernel/sql/oracle/acs-metadata-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.7.0d4-5.7.0d5.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.7.0d6-5.7.0d7.sql:
	Hopefully got the friggin' oracle stuff to work, not to 
	mention finding pg kernel bugs and acs-object-management 
	bugs. 

2011-03-06 donb

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.7.0d6-5.7.0d7.sql:
	Intermediate check-in of kernel changes for 5.7 

2011-03-05 donb

	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d3-5.7.0d4.sql:
	*** empty log message *** 

	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d5-5.7.0d6.sql:
	Fixed a bug with the new version of create_type, found as I 
	was porting to Oracle (there *is* a use for Oracle, I'll be 
	damned!). 

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d5-5.7.0d6.sql:
	Further bug fixing ... hopefully, testing with AOM will tell 
	the tale. Also bumped *info file. 

2011-03-02 gustafn

	* packages/acs-content-repository/tcl/revision-procs.tcl:
	branches:  1.30.4; - Don't require ad_returnfile_background 
	to be a proc 

2011-02-28 donb

	* packages/acs-templating/tcl/date-procs.tcl:
	Had to add the bleeping time_of_day acs datatype to the 
	templating code. 

2011-02-26 donb

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d4-5.6.0d5.sql:
	Believe it or not, "create_type" has never, ever checked to 
	see if the given supertype is a valid type.  The code now 
	verifies that the given supertype is a child of 
	"acs_object", except when supertype is passed in as NULL or 
	'' (in which case it's set to acs_object).  Only did it for 
	PostgreSQL since it's been around forever and whatever 
	Oracle users don't know, won't hurt them. 

2011-02-24 victorg

	* packages/acs-tcl/tcl/security-procs.tcl:
	Typo on proc docu. 

2011-02-20 donb

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.7.0d4-5.7.0d5.sql:
	First cut at Oracle upgrade for enhanced acs_datatypes and 
	create_type, create_attributes functionality that's already 
	been completed for PG.  DO NOT ATTEMPT TO USE, IT'S NOT 
	FINISHED. 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.7.0d2-5.7.0d3.sql:
	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d3-5.7.0d4.sql:
	Moved table building and column adding code from content 
	repository to kernel, so all objects can benefit.  Part of 
	the acs object management package work. 

2011-02-18 donb

	* packages/acs-templating/tcl/richtext-procs.tcl:
	branches:  1.51.2;  1.51.4; Added doc section to the 
	richtext to_sql proc. 

2011-02-16 daveb

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Add require_login to admin filter. This was exposed as an 
	issue when someone accidentally granted admin to the public. 
	No administrator action ever needs to be performed when not 
	logged in. 

2011-02-15 victorg

	* packages/acs-subsite/www/permissions/perm-include.tcl:
	branches:  1.12.4; Adding messing extention to image src 
	url. 

2011-02-15 daveb

	* packages/acs-templating/www/resources/tinymce/changelog.txt:
	* packages/acs-templating/www/resources/tinymce/examples/css/content.css:
	* packages/acs-templating/www/resources/tinymce/examples/css/word.css:
	* packages/acs-templating/www/resources/tinymce/examples/custom_formats.html:
	* packages/acs-templating/www/resources/tinymce/examples/example_advanced.css:
	* packages/acs-templating/www/resources/tinymce/examples/example_advanced.htm:
	* packages/acs-templating/www/resources/tinymce/examples/example_flash_list.js:
	* packages/acs-templating/www/resources/tinymce/examples/example_full.css:
	* packages/acs-templating/www/resources/tinymce/examples/example_full.htm:
	* packages/acs-templating/www/resources/tinymce/examples/example_image_list.js:
	* packages/acs-templating/www/resources/tinymce/examples/example_link_list.js:
	* packages/acs-templating/www/resources/tinymce/examples/example_media_list.js:
	* packages/acs-templating/www/resources/tinymce/examples/example_simple.htm:
	* packages/acs-templating/www/resources/tinymce/examples/example_template.htm:
	* packages/acs-templating/www/resources/tinymce/examples/example_template_list.js:
	* packages/acs-templating/www/resources/tinymce/examples/example_word.css:
	* packages/acs-templating/www/resources/tinymce/examples/example_word.htm:
	* packages/acs-templating/www/resources/tinymce/examples/full.html:
	* packages/acs-templating/www/resources/tinymce/examples/index.html:
	* packages/acs-templating/www/resources/tinymce/examples/lists/image_list.js:
	* packages/acs-templating/www/resources/tinymce/examples/lists/link_list.js:
	* packages/acs-templating/www/resources/tinymce/examples/lists/media_list.js:
	* packages/acs-templating/www/resources/tinymce/examples/lists/template_list.js:
	* packages/acs-templating/www/resources/tinymce/examples/logo.jpg:
	* packages/acs-templating/www/resources/tinymce/examples/logo_over.jpg:
	* packages/acs-templating/www/resources/tinymce/examples/media/logo.jpg:
	* packages/acs-templating/www/resources/tinymce/examples/media/logo_over.jpg:
	* packages/acs-templating/www/resources/tinymce/examples/media/sample.avi:
	* packages/acs-templating/www/resources/tinymce/examples/media/sample.dcr:
	* packages/acs-templating/www/resources/tinymce/examples/media/sample.mov:
	* packages/acs-templating/www/resources/tinymce/examples/media/sample.ram:
	* packages/acs-templating/www/resources/tinymce/examples/media/sample.rm:
	* packages/acs-templating/www/resources/tinymce/examples/media/sample.swf:
	* packages/acs-templating/www/resources/tinymce/examples/menu.html:
	* packages/acs-templating/www/resources/tinymce/examples/simple.html:
	* packages/acs-templating/www/resources/tinymce/examples/skins.html:
	* packages/acs-templating/www/resources/tinymce/examples/templates/count.htm:
	* packages/acs-templating/www/resources/tinymce/examples/templates/editing_details.htm:
	* packages/acs-templating/www/resources/tinymce/examples/templates/editors_comment.htm:
	* packages/acs-templating/www/resources/tinymce/examples/templates/invoice.htm:
	* packages/acs-templating/www/resources/tinymce/examples/translate.html:
	* packages/acs-templating/www/resources/tinymce/examples/word.html:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/blank.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ar.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/az.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/be.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/bg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/bn.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/br.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/bs.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ca.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ch.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/cs.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/cy.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/da.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/de.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/dv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/el.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/es.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/et.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/eu.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/fa.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/fi.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/fr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/gl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/gu.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/he.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/hi.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/hr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/hu.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/hy.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ia.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/id.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/is.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/it.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ja.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ka.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/kl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/km.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ko.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/lb.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/lt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/lv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/mk.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ml.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/mn.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ms.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/my.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/nb.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/nl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/nn.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/no.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/pl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ps.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/pt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ro.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ru.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/sc.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/se.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/si.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/sk.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/sl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/sq.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/sr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/sv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ta.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/te.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/th.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/tn.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/tr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/tt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/tw.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/uk.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ur.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/vi.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/zh-cn.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/zh.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/zu.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ar_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/az_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/be_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/bn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/br_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/bs_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ch_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/cs_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/cy_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/dv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/eu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/gu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/he_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hy_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ia_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/id_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ka_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/kl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/km_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/lb_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/mk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ml_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/mn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/my_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nb_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ps_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sc_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/se_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sq_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ta_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/te_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/tn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/tt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/tw_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ur_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/vi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/zh-cn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/zu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/rule.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/image.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/js/image.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ar_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/az_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/be_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/br_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bs_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ch_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cs_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/cy_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/dv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/eu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/gu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/he_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hy_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ia_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/id_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ka_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/kl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/km_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lb_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/mk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ml_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/mn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/my_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nb_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ps_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sc_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/se_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sq_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ta_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/te_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tw_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ur_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/vi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh-cn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/js/advlink.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ar_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/az_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/be_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/br_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bs_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ch_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/cs_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/cy_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/dv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/eu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/gu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/he_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hy_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ia_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/id_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ka_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/kl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/km_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lb_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/mk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ml_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/mn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/my_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nb_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ps_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sc_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/se_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sq_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ta_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/te_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tw_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ur_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/vi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zh-cn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/link.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlist/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlist/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/autoresize/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/autoresize/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/autosave/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/autosave/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/contextmenu/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/directionality/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ar_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/az_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/be_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/bn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/br_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/bs_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ch_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/cs_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/cy_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/dv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/eu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/gu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/he_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hy_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ia_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/id_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ka_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/kl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/km_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/lb_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/mk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ml_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/mn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/my_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/nb_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ps_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sc_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/se_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sq_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ta_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/te_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/tn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/tt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/tw_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ur_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/vi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/zh-cn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/zu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/example/dialog.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/example/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/blank.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/fullpage.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/js/fullpage.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ar_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/az_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/be_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/bn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/br_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/bs_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ch_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/cs_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/cy_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/dv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/eu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/gu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/he_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hy_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ia_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/id_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ka_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/kl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/km_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/lb_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/mk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ml_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/mn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/my_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/nb_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ps_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sc_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/se_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sq_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ta_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/te_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/tn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/tt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/tw_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ur_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/vi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/zh-cn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/zu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/fullscreen.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/iespell/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/insertdatetime/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/layer/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/legacyoutput/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/legacyoutput/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ar_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/az_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/be_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/bn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/br_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/bs_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ch_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/cs_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/cy_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/dv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/eu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/gu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/he_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hy_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ia_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/id_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ka_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/kl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/km_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/lb_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/mk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ml_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/mn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/my_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/nb_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ps_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sc_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/se_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sq_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ta_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/te_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/tn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/tt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/tw_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ur_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/vi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/zh-cn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/zu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/media.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce_dev.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce_popup.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce_src.js:
	* packages/acs-templating/www/resources/tinymce/readme:
	Merge TinyMCE 3.3.9.3 

2011-02-14 daveb

	* packages/acs-tcl/tcl/security-procs.tcl:
	Fix remember me checkbox. Conditionally set login cookie 
	discard_p setting based on value of the remember me checkbox 
	when creating or renewing the login cookie. 

2011-02-10 torbenb

	* packages/acs-tcl/tcl/tcl-documentation-procs.tcl:
	adding donb's 1.26 revsion back in.. I accidently overwrote 
	it. 

	* packages/acs-tcl/tcl/tcl-documentation-procs.tcl:
	branches:  1.29.2; fixing bad test. string match glob doesnt 
	work for this scenario, replacing with regexp 

	* packages/acs-tcl/tcl/tcl-documentation-procs.tcl:
	fixing form value issues, see 
	http://openacs.org/forums/message-view?message_id=3562027 

2011-02-10 daveb

	* packages/acs-subsite/lib/login.tcl:
	* packages/acs-subsite/lib/user-new.tcl:
	* packages/acs-subsite/www/register/account-closed.adp:
	* packages/acs-subsite/www/register/account-closed.tcl:
	Fix passing HTML in url variable and use util_user_message 
	instead 

2011-01-30 donb

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.7.0d2-5.7.0d3.sql:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d3-5.7.0d4.sql:
	Upgrade scripts for changes on object metadata creation 
	(adding automatic table and column creation to base objects 
	as well as CR object, object views, etc). 

2010-12-28 gustafn

	* packages/acs-content-repository/tcl/content-type-procs.tcl:
	- use usual parameter notation 

2010-12-12 ryang

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-core-docs/www/install-ssl.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/install-tclwebtest.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-vuh.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	* packages/acs-core-docs/www/upgrade.html:
	* packages/acs-core-docs/www/uptime.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/developers-guide/i18n.xml:
	* packages/acs-core-docs/www/xml/developers-guide/permissions.xml:
	* packages/acs-core-docs/www/xml/developers-guide/rp.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/install-guide/configuring.xml:
	* packages/acs-core-docs/www/xml/install-guide/maintenance.xml:
	* packages/acs-core-docs/www/xml/install-guide/recovery.xml:
	* packages/acs-core-docs/www/xml/install-guide/upgrade.xml:
	* packages/acs-core-docs/www/xml/kernel/apm-design.xml:
	* packages/acs-core-docs/www/xml/kernel/ext-auth.xml:
	fix broken image paths 

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/install-ssl.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-vuh.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	remove conflicts in html docs 

2010-12-11 ryang

	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	branches:  1.10.4; fix broken image paths 

	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	branches:  1.11.2; fix broken image paths 

	* packages/acs-core-docs/www/tutorial-css-layout.html:
	branches:  1.11.4; fix broken image paths 

	* packages/acs-core-docs/www/uptime.html:
	branches:  1.12.2; fix broken image paths 

	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-ssl.html:
	* packages/acs-core-docs/www/releasing-package.html:
	branches:  1.13.2; fix broken image paths 

	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	branches:  1.13.4; fix broken image paths 

	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	branches:  1.14.2; fix broken image paths 

	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	branches:  1.15.2; fix broken image paths 

	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	branches:  1.15.4; fix broken image paths 

	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/update-repository.html:
	branches:  1.16.2; fix broken image paths 

	* packages/acs-core-docs/www/tutorial-future-topics.html:
	branches:  1.16.4; fix broken image paths 

	* packages/acs-core-docs/www/tutorial-vuh.html:
	branches:  1.17.4; fix broken image paths 

	* packages/acs-core-docs/www/install-tclwebtest.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	branches:  1.18.2; fix broken image paths 

	* packages/acs-core-docs/www/install-more-software.html:
	branches:  1.20.2; fix broken image paths 

	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	branches:  1.21.2; fix broken image paths 

	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	branches:  1.22.2; fix broken image paths 

	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/tutorial.html:
	branches:  1.23.2; fix broken image paths 

	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	branches:  1.24.2; fix broken image paths 

	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	branches:  1.25.2; fix broken image paths 

	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	branches:  1.25.4; fix broken image paths 

	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/style-guide.html:
	branches:  1.26.2; fix broken image paths 

	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	branches:  1.27.2; fix broken image paths 

	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/upgrade.html:
	* packages/acs-core-docs/www/variables.html:
	branches:  1.28.2; fix broken image paths 

	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	branches:  1.29.2; fix broken image paths 

	* packages/acs-core-docs/www/eng-standards.html:
	branches:  1.30.2; fix broken image paths 

	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/unix-installation.html:
	branches:  1.31.2; fix broken image paths 

	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	branches:  1.32.2; fix broken image paths 

	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/subsites-design.html:
	branches:  1.33.2; fix broken image paths 

	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/dev-guide.html:
	branches:  1.34.2; fix broken image paths 

	* packages/acs-core-docs/www/tutorial-advanced.html:
	branches:  1.34.4; fix broken image paths 

	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/rp-design.html:
	branches:  1.35.2; fix broken image paths 

	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	branches:  1.38.2; fix broken image paths 

	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	branches:  1.39.2; fix broken image paths 

	* packages/acs-core-docs/www/mac-installation.html:
	branches:  1.40.2; fix broken image paths 

	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	branches:  1.41.2; fix broken image paths 

	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	branches:  1.42.2; fix broken image paths 

	* packages/acs-core-docs/www/acs-admin.html:
	branches:  1.43.2; fix broken image paths 

	* packages/acs-core-docs/www/credits.html:
	branches:  1.45.4; fix broken image paths 

	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/subsites.html:
	branches:  1.46.2; fix broken image paths 

	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	branches:  1.47.2; fix broken image paths 

	* packages/acs-core-docs/www/security-notes.html:
	branches:  1.47.4; fix broken image paths 

	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/permissions.html:
	branches:  1.48.2; fix broken image paths 

	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/postgres.html:
	branches:  1.49.2; fix broken image paths 

	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/objects.html:
	branches:  1.50.2; fix broken image paths 

	* packages/acs-core-docs/www/index.html:
	branches:  1.51.2; fix broken image paths 

	* packages/acs-core-docs/www/release-notes.html:
	branches:  1.53.2; fix broken image paths 

	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	branches:  1.8.2; fix broken image paths 

	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	branches:  1.8.4; fix broken image paths 

	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	branches:  1.9.2; fix broken image paths 

	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	branches:  1.9.4; fix broken image paths 

	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/xml/developers-guide/i18n.xml:
	* packages/acs-core-docs/www/xml/developers-guide/permissions.xml:
	* packages/acs-core-docs/www/xml/developers-guide/rp.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml:
	* packages/acs-core-docs/www/xml/install-guide/configuring.xml:
	* packages/acs-core-docs/www/xml/install-guide/maintenance.xml:
	* packages/acs-core-docs/www/xml/install-guide/recovery.xml:
	* packages/acs-core-docs/www/xml/install-guide/upgrade.xml:
	* packages/acs-core-docs/www/xml/kernel/apm-design.xml:
	* packages/acs-core-docs/www/xml/kernel/ext-auth.xml:
	fix broken image paths 

2010-12-02 jeffd

	* packages/acs-tcl/tcl/test/datamodel-test-procs.tcl:
	case fold before checking if column exists 

2010-11-30 jeffd

	* packages/acs-tcl/tcl/test/datamodel-test-procs.tcl:
	accept pkey, fkey, and key as constraint suffixes since the 
	pg automatic names use them and are good 

	* packages/acs-tcl/tcl/apm-procs.tcl:
	you need to flush the package id to package_key map on 
	update otherwise parameter updates and other things 
	depending on package key fail until server restart.  no 
	attempt made to fix teh xotcl-core cached version.  also 
	misnamed query fixed 

2010-11-25 gustafn

	* packages/acs-api-browser/www/content-page-view.tcl:
	- fixed severe vulnerability with path traversal attack 

	* packages/acs-api-browser/www/content-page-view.tcl:
	- reset filename in case of attack 

2010-11-24 victorg

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/site-nodes-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.7.0d2-5.7.0d3.sql:
	* packages/acs-kernel/sql/postgresql/site-nodes-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d2-5.7.0d3.sql:
	- Avoiding usage of coalesce function on site_nodes table 
	columns in WHERE clause, this was leading to usage of 
	sequencial scans which can be expensive when having a huge 
	amount of site_nodes. Instead we go for isolation of the 
	case when requestion a node with a null parent ( this would 
	be the main site node ) and we use the = operator so the 
	planner goes for a index scan. - Adding not null constraint 
	to site_nodes(name) 

	* packages/acs-kernel/sql/oracle/site-nodes-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.7.0d2-5.7.0d3.sql:
	* packages/acs-kernel/sql/postgresql/site-nodes-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d2-5.7.0d3.sql:
	On my previous commit I added a not null constraint for name 
	column on site_nodes, the problem is that main site node on 
	oracle has a NULL name ( given the fact that empty strings 
	are managed as NULL on Oracle ) therefore doesnt make sense 
	to have such constraint. 

2010-11-13 donb

	* packages/acs-templating/tcl/data-procs.tcl:
	* packages/acs-templating/tcl/date-procs.tcl:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	Added a couple of template validation procedures ("added a 
	couple of templating system datatypes") to bring the kernel 
	and templating system's view of datatypes closer together.  
	Added to_sql/from_sql helpers to move that functionality 
	from ad_form into the templating system. 

2010-11-08 victorg

	* packages/acs-tcl/tcl/security-procs.tcl:
	Removing query text that was moved previosly to its 
	respective xql file. 

	* packages/acs-authentication/tcl/authentication-procs-oracle.xql:
	* packages/acs-authentication/tcl/authentication-procs-postgresql.xql:
	branches:  1.2.2; more PG 9.0 compatibility. Avoiding the 
	usage of OIDs in postgresql. 

	* packages/acs-authentication/tcl/authentication-procs.tcl:
	branches:  1.87.4; more PG 9.0 compatibility. Avoiding the 
	usage of OIDs in postgresql. 

	* packages/acs-admin/www/users/member-state-change-oracle.xql:
	* packages/acs-admin/www/users/member-state-change-postgresql.xql:
	* packages/acs-admin/www/users/member-state-change.tcl:
	more PG 9.0 compatibility. Avoiding the usage of OIDs in 
	postgresql. 

2010-11-08 torbenb

	* etc/config.tcl:
	branches:  1.55.4; making white space consistent in 
	nsopenssl section, clarified a comment there. 

	* etc/config.tcl:
	removing wishy-washy statments in nsopenssl section, 
	removing nsopenssl config for aolserver3.3 (no longer 
	supported), adding example 'other db' configuration, minor 
	clarification edits in nsopenssl config. see 
	http://openacs.org/forums/message-view?message_id=3488424 

2010-11-08 gustafn

	* packages/acs-authentication/tcl/authentication-procs-oracle.xql:
	file authentication-procs-oracle.xql was added on branch 
	oacs-5-8 on 2013-08-25 20:04:46 +0000 

	* packages/acs-authentication/tcl/authentication-procs-postgresql.xql:
	file authentication-procs-postgresql.xql was added on branch 
	oacs-5-8 on 2013-08-25 20:04:46 +0000 

2010-11-05 daveb

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs-postgresql.xql:
	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Fix count query to also honor the extra_args 

2010-10-31 donb

	* packages/openacs-default-theme/www/resources/styles/default-master.css:
	Made default master color banding use the same values as the 
	list template css color banding, for consistentcy. 

	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	apm_parameter__get_value bug missed by merge apparently. 

2010-10-30 gustafn

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	* packages/acs-service-contract/tcl/acs-service-contract-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	- Fix for Tcl 8.5: OpenACS did overwrite the Tcl built-in 
	command   "::apply" and broke therefore all 
	scripts/libraries using it.   Changed the name of the 
	OpenACS function to "ad_apply" and altered   the few 
	occurances.  The fix works as well with Tcl 8.4. The proper  
	 fix for 8.5 would be to use instead of the function the 
	expand   operator {*} 

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	* packages/acs-service-contract/tcl/acs-service-contract-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	- fix for Tcl 8.5: OpenACS did overwrite the Tcl built-in 
	command "::apply" and broke therefore all scripts/libraries 
	using it.   Changed the name of the OpenACS function to 
	"ad_apply" and altered the few occurances.   The fix works 
	as well with Tcl 8.4. The proper fix for 8.5 would be to use 
	instead of the function the expand operator {*} 

2010-10-22 raulm

	* packages/acs-subsite/www/o.vuh:
	branches:  1.6.4; remove old limitation that forbids 
	acs_objecs of more than 8 digits 

	* packages/acs-subsite/www/file.vuh:
	* packages/acs-subsite/www/image.vuh:
	* packages/acs-subsite/www/o.vuh:
	disable old integer limit that forbids objects with more 
	than 8 digits via regexp 

	* packages/acs-subsite/www/file.vuh:
	* packages/acs-subsite/www/image.vuh:
	remove old limitation that forbids acs_objecs of more than 8 
	digits 

2010-10-21 donb

	* packages/acs-content-repository/acs-content-repository.info:
	Bumped version numbers to 5.6.0d1 

	* packages/tsearch2-driver/tsearch2-driver.info:
	branches:  1.11.2; Bumped version numbers to 5.6.0d1 

	* packages/acs-subsite/acs-subsite.info:
	branches:  1.110.2; Bumped version numbers to 5.6.0d1 

	* packages/ref-countries/ref-countries.info:
	* packages/ref-language/ref-language.info:
	branches:  1.12.2; Bumped version numbers to 5.6.0d1 

	* packages/acs-translations/acs-translations.info:
	branches:  1.13.2; Bumped version numbers to 5.6.0d1 

	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-core-docs/acs-core-docs.info:
	branches:  1.31.2; Bumped version numbers to 5.6.0d1 

	* packages/acs-automated-testing/acs-automated-testing.info:
	branches:  1.32.2; Bumped version numbers to 5.6.0d1 

	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/ref-timezones/ref-timezones.info:
	branches:  1.33.2; Bumped version numbers to 5.6.0d1 

	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	branches:  1.34.2; Bumped version numbers to 5.6.0d1 

	* packages/search/search.info:
	branches:  1.39.2; Bumped version numbers to 5.6.0d1 

	* packages/acs-service-contract/acs-service-contract.info:
	branches:  1.41.2; Bumped version numbers to 5.6.0d1 

	* packages/acs-admin/acs-admin.info:
	branches:  1.43.2; Bumped version numbers to 5.6.0d1 

	* packages/acs-mail-lite/acs-mail-lite.info:
	branches:  1.47.2; Bumped version numbers to 5.6.0d1 

	* packages/acs-templating/acs-templating.info:
	* packages/notifications/notifications.info:
	branches:  1.51.2; Bumped version numbers to 5.6.0d1 

	* packages/acs-lang/acs-lang.info:
	branches:  1.58.2; Bumped version numbers to 5.6.0d1 

	* packages/acs-tcl/acs-tcl.info:
	branches:  1.64.2; Bumped version numbers to 5.6.0d1 

	* packages/intermedia-driver/intermedia-driver.info:
	branches:  1.8.2; Bumped version numbers to 5.6.0d1 

	* packages/openacs-default-theme/openacs-default-theme.info:
	branches:  1.9.2; Bumped version numbers to 5.6.0d1 

2010-10-17 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-admin/www/apm/package-add-2.tcl:
	* packages/acs-admin/www/apm/packages-install-2.tcl:
	* packages/acs-admin/www/apm/packages-install.tcl:
	* packages/acs-admin/www/apm/version-dependencies.tcl:
	* packages/acs-admin/www/apm/version-dependency-remove.tcl:
	* packages/acs-admin/www/apm/version-parameters-oracle.xql:
	* packages/acs-admin/www/apm/version-parameters-postgresql.xql:
	* packages/acs-admin/www/apm/version-parameters.xql:
	* packages/acs-admin/www/index.tcl:
	* packages/acs-admin/www/index.xql:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-vuh.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/acs-objects-create.sql:
	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0b1-5.6.0b2.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d7-5.6.0d8.sql:
	* packages/acs-kernel/sql/postgresql/acs-objects-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0b1-5.6.0b2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0b2-5.6.0b3.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0d1-5.6.0d2.sql:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-lang/sql/oracle/ad-locales-drop.sql:
	* packages/acs-lang/sql/oracle/ad-locales.sql:
	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	* packages/acs-lang/sql/postgresql/ad-locales-drop.sql:
	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	* packages/acs-lang/tcl/apm-callback-procs.tcl:
	* packages/acs-lang/tcl/lang-util-procs.xql:
	* packages/acs-lang/www/admin/locale-delete.adp:
	* packages/acs-lang/www/admin/locale-edit.adp:
	* packages/acs-lang/www/admin/locale-edit.tcl:
	* packages/acs-lang/www/admin/locale-new.xql:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/bounce-procs.tcl:
	* packages/acs-mail-lite/tcl/incoming-mail-procs.tcl:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/tcl/package-procs.tcl:
	* packages/acs-subsite/tcl/party-procs.tcl:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-tcl/tcl/00-database-procs.tcl:
	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	* packages/acs-tcl/tcl/apm-install-procs.xql:
	* packages/acs-tcl/tcl/apm-procs.tcl:
	* packages/acs-tcl/tcl/apm-xml-procs.tcl:
	* packages/acs-tcl/tcl/apm-xml-procs.xql:
	* packages/acs-tcl/tcl/json-procs.tcl:
	* packages/acs-tcl/tcl/pools-init.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-tcl/tcl/test/file-test-procs.tcl:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-templating/tcl/apm-callback-procs.tcl:
	* packages/acs-templating/tcl/date-procs.tcl:
	* packages/acs-templating/tcl/form-procs.tcl:
	* packages/acs-templating/www/resources/lists.css:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/openacs-default-theme/www/resources/styles/default-master.css:
	* packages/ref-countries/ref-countries.info:
	* packages/ref-countries/sql/oracle/ref-countries-create.sql:
	* packages/ref-countries/sql/postgresql/ref-countries-create.sql:
	* packages/ref-language/ref-language.info:
	* packages/ref-language/sql/oracle/ref-language-create.sql:
	* packages/ref-language/sql/postgresql/ref-language-create.sql:
	* packages/ref-language/tcl/apm-callback-procs.tcl:
	* packages/ref-language/tcl/apm-callback-procs.xql:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	* www/blank-master.tcl:
	Merged oacs-5-6 to HEAD.  HEAD now installs and passes all 
	core tests.  There may still be some lingering problems due 
	to my screwing up the oacs-5-6 branch earlier, I'll be 
	looking into this later. 

	* packages/acs-core-docs/www/install-next-backups.html:
	branches:  1.10.2; Merged oacs-5-6 to HEAD.  HEAD now 
	installs and passes all core tests.  There may still be some 
	lingering problems due to my screwing up the oacs-5-6 branch 
	earlier, I'll be looking into this later. 

	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	branches:  1.11.2; Merged oacs-5-6 to HEAD.  HEAD now 
	installs and passes all core tests.  There may still be some 
	lingering problems due to my screwing up the oacs-5-6 branch 
	earlier, I'll be looking into this later. 

	* packages/acs-core-docs/www/xml/variables.ent:
	branches:  1.20.2; Merged oacs-5-6 to HEAD.  HEAD now 
	installs and passes all core tests.  There may still be some 
	lingering problems due to my screwing up the oacs-5-6 branch 
	earlier, I'll be looking into this later. 

	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	branches:  1.28.2; Merged oacs-5-6 to HEAD.  HEAD now 
	installs and passes all core tests.  There may still be some 
	lingering problems due to my screwing up the oacs-5-6 branch 
	earlier, I'll be looking into this later. 

	* packages/acs-core-docs/www/backup-recovery.html:
	branches:  1.41.2; Merged oacs-5-6 to HEAD.  HEAD now 
	installs and passes all core tests.  There may still be some 
	lingering problems due to my screwing up the oacs-5-6 branch 
	earlier, I'll be looking into this later. 

	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	branches:  1.44.2; Merged oacs-5-6 to HEAD.  HEAD now 
	installs and passes all core tests.  There may still be some 
	lingering problems due to my screwing up the oacs-5-6 branch 
	earlier, I'll be looking into this later. 

	* packages/acs-core-docs/www/filename.html:
	branches:  1.46.2; Merged oacs-5-6 to HEAD.  HEAD now 
	installs and passes all core tests.  There may still be some 
	lingering problems due to my screwing up the oacs-5-6 branch 
	earlier, I'll be looking into this later. 

	* packages/acs-admin/www/apm/version-parameters.tcl:
	branches:  1.8.4; Merged oacs-5-6 to HEAD.  HEAD now 
	installs and passes all core tests.  There may still be some 
	lingering problems due to my screwing up the oacs-5-6 branch 
	earlier, I'll be looking into this later. 

2010-10-15 victorg

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	In NaviServer usage of ns_startcontent is deprecated instead 
	we use ns_headers to specify the content-type which is added 
	to the connection outputheaders ( which are sent to the 
	client when the first ns_write is called, so no need to use 
	ns_write to write headers to the client before serving the 
	content) 

2010-10-04 victorg

	* packages/acs-admin/www/apm/parameter-add.tcl:
	* packages/acs-admin/www/apm/parameter-add.xql:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-template.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.7.0d1-5.7.0d2.sql:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/acs-objects-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.7.0d1-5.7.0d2.sql:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/sql/oracle/themes-create.sql:
	* packages/acs-subsite/sql/oracle/upgrade/upgrade-5.7.0d1-5.7.0d2.sql:
	* packages/acs-subsite/sql/postgresql/themes-create.sql:
	* packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.5.0d1-5.5.0d2.sql:
	* packages/acs-subsite/tcl/rel-types-procs.xql:
	* packages/acs-subsite/www/admin/group-types/rel-type-add-2.tcl:
	* packages/acs-subsite/www/admin/groups/rel-type-add-2.tcl:
	Changes for supporting postgresql 9.0: - Avoiding usage of 
	SQL reserved keywords on plpsql functions (plpsql lexer and 
	parser were reworked). - Fixing all those places on which 
	FROM clause was automatically added by PG ( PG Config 
	add_missing_from parameter was removed for this release of 
	PG ). Many thanks to Tracy Adams and Jeff Lu for providing 
	first version of the patches. 

	* packages/acs-subsite/tcl/rel-types-procs.tcl:
	branches:  1.10.4; Changes for supporting postgresql 9.0: - 
	Avoiding usage of SQL reserved keywords on plpsql functions 
	(plpsql lexer and parser were reworked). - Fixing all those 
	places on which FROM clause was automatically added by PG ( 
	PG Config add_missing_from parameter was removed for this 
	release of PG ). Many thanks to Tracy Adams and Jeff Lu for 
	providing first version of the patches. 

2010-10-03 victorg

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	SuppressHttpPort parameter is located in acs-tcl and not 
	acs-kernel. This was the reason of misbehavior when service 
	is running behind a proxy. 

2010-10-01 daveb

	* packages/acs-content-repository/tcl/image-procs.tcl:
	Use passed in content type, default to image 

2010-09-23 torbenb

	* packages/acs-templating/tcl/head-procs.tcl:
	removing defaults_meta because I am a bad boy. I did not 
	follow the new, unpublished OCT procedures for core changes. 
	(repeating this x100) 

2010-09-21 torbenb

	* packages/acs-subsite/lib/share-bar.adp:
	* packages/acs-subsite/lib/share-bar.tcl:
	* www/blank-master.tcl:
	removing OpenGraph from default implementation, moving 
	side-bar to ecommerce 

2010-09-19 torbenb

	* packages/acs-templating/tcl/head-procs.tcl:
	* www/blank-master.tcl:
	adding OpenGraph protocol default generations for social 
	networking 

	* packages/acs-subsite/lib/share-bar.adp:
	* packages/acs-subsite/lib/share-bar.tcl:
	* www/blank-master.tcl:
	adding packages/acs-subsite/lib/share-bar for share links 
	example. 

	* packages/acs-subsite/lib/share-bar.adp:
	* packages/acs-subsite/lib/share-bar.tcl:
	fixing to not serve social networking icons by default, when 
	connected via https 

2010-09-05 donb

	* packages/acs-admin/www/index.tcl:
	* packages/acs-admin/www/index.xql:
	Made the index page work even if the new "scope" column 
	doesn't exist in "apm_parameters" (for instance, as when one 
	is updating to openacs 5.6. 

2010-07-23 stefans

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Enhanced the documentation of [set_encoding] 

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	First step in turning ad_http* and util_http* charset- and 
	encoding aware. I added a new helper proc [set_encoding] 
	which handles charset resolution and mapping between 
	IANA/MIME charset names and Tcl encoding names. Currently, 
	this works for the reply-side in GET and POST requests. 

2010-07-16 gustafn

	* packages/acs-api-browser/www/tcl-doc-search.tcl:
	- allow returnredirect to external url, which is under 
	control of the script 

2010-06-19 daveb

	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	Fix test which in one part assumed live revision and the 
	rest of the test looked for latest revision. 

	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	Fix test which in one part assumed live revision and the 
	rest of the test looked for latest revision. Second pass, 
	all tests pass now. 

2010-06-18 donb

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-vuh.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	OpenACS 5.6.0 docs. 

2010-06-17 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-countries/ref-countries.info:
	* packages/ref-language/ref-language.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped to 5.6.0. 

2010-06-10 donb

	* packages/openacs-default-theme/www/resources/styles/default-master.css:
	Added a disabled subclass for button.  Grays out the 
	hyperlink and disables it. 

2010-06-09 donb

	* packages/acs-subsite/tcl/package-procs.tcl:
	When instantiating and object of type object_type, make sure 
	the object we create is of type object_type. 

2010-06-09 daveb

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	Make content::item::new is live parameter default to f 
	instead of empty string to match content::revision::new 

2010-06-08 michaels

	* packages/acs-subsite/www/permissions/perm-user-add-include-oracle.xql:
	* packages/acs-subsite/www/permissions/perm-user-add-include-postgresql.xql:
	* packages/acs-subsite/www/permissions/perm-user-add-include.tcl:
	* packages/acs-subsite/www/permissions/perm-user-add-include.xql:
	* packages/acs-subsite/www/permissions/perm-user-add.adp:
	fixed pagination error in this seldom used (and fairly 
	useless) page 

2010-06-08 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0b2-5.6.0b3.sql:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-templating/www/resources/lists.css:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-countries/ref-countries.info:
	* packages/ref-language/ref-language.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped to beta 3 so I could put in this important upgrade 
	script, fixing a problem with using 
	package_instantiate_object to instantiate a base 
	(acs_object) object.  Never done in core or .lrn code 
	apparently because typically you instantiate subtypes, but 
	it is important to get right. 

	* packages/acs-kernel/sql/postgresql/acs-objects-create.sql:
	Somebody hosed this (probably me).  Never caught because no 
	one creates a base object directly, just subtypes of 
	acs_object with their own (correct) definition of a new() 
	function. 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0b2-5.6.0b3.sql:
	branches:  1.1.2; file upgrade-5.6.0b2-5.6.0b3.sql was 
	initially added on branch oacs-5-6. 

2010-06-05 donb

	* packages/acs-templating/tcl/date-procs.tcl:
	Added sql_timestamp as an alias for sql_date (no code) 

	* www/blank-master.tcl:
	Fixed the acs-developer-support css edit feature, by moving 
	the calls to generate footer and header html in front of the 
	call to template::head::prepare_multirow (which unsets them 
	as they're processed).  If a footer or header template calls 
	blank-master, this won't work, but that will be the least of 
	the problems to worry about in this case! 

2010-06-03 daveb

	* packages/acs-content-repository/tcl/item-procs.tcl:
	Replace single quote in tcl string with double quotes 

2010-05-30 donb

	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d7-5.6.0d8.sql:
	I somehow managed to avoid commiting the "is_child" addition 
	to apm-create and also the upgrade script. 

2010-05-26 daveb

	* packages/acs-content-repository/tcl/item-procs.tcl:
	Fix single quotes around string in procedure call 

2010-05-23 gustafn

	* packages/acs-kernel/sql/oracle/acs-objects-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-objects-create.sql:
	- complete change to acs_objects_package_idx for new creates 
	(see 
	http://fisheye.openacs.org/changelog/OpenACS/?cs=oacs-5-6%3Ag
	ustafn%3A20100509112929) 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/bounce-procs.tcl:
	* packages/acs-mail-lite/tcl/incoming-mail-procs.tcl:
	* packages/acs-subsite/tcl/party-procs.tcl:
	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-tcl/tcl/test/file-test-procs.tcl:
	- fix test files__tcl_file_common_errors - report errors as 
	such in aa-test (wrote warnings into error log, this was 
	ignored since ages) - fixed naming in acs-tcl, acs-mail-lite 
	and acs-subsite 

	* packages/acs-templating/www/resources/xinha-nightly/Xinha.css:
	* packages/acs-templating/www/resources/xinha-nightly/XinhaCore.js:
	* packages/acs-templating/www/resources/xinha-nightly/XinhaLoader.js:
	* packages/acs-templating/www/resources/xinha-nightly/contrib/compress.php:
	* packages/acs-templating/www/resources/xinha-nightly/contrib/compress_yui.php:
	* packages/acs-templating/www/resources/xinha-nightly/contrib/lc_merge_strings.php:
	* packages/acs-templating/www/resources/xinha-nightly/contrib/php-xinha.php:
	* packages/acs-templating/www/resources/xinha-nightly/contrib/test_server.py:
	* packages/acs-templating/www/resources/xinha-nightly/contrib/yuicompressor-2.4.2.jar:
	* packages/acs-templating/www/resources/xinha-nightly/examples/XinhaConfig.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/testbed.html:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Tango/README:
	* packages/acs-templating/www/resources/xinha-nightly/lang/da.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/eu.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fa.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/sh.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/sr.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/AboutBox/AboutBox.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/ColorPicker/ColorPicker.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/CreateLink/link.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/CreateLink/pluginMethods.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/DetachedDialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/XinhaDialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/div-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/popupwin.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/full-screen.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/Gecko.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/paraHandlerBest.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/DOMwalk.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/TransformInnerHTML.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InlineStyler/InlineStyler.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/insert_image.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/pluginMethods.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/insert_table.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/pluginMethods.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InternetExplorer/InternetExplorer.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Opera/Opera.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/WebKit/WebKit.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/Abbreviation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/CSS.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSSPicker/CSSPicker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/CharCounter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/CharacterMap.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/ContextMenu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/DynamicCSS.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/dynamiccss.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/ASCIIMathML.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/Equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/popups/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/Classes/ExtendedFileManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/ExtendedFileManager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dragTableCols.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/wz_jsgraphics.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/demo_images/.htaccess:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/file-picker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/da.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/fr_engine.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/FormOperations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/Forms.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/FullPage.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/HorizontalRule.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlEntities/HtmlEntities.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Flickr.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/JSON.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/JSON_Compat.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/ImageManager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/imagelist.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/wz_jsgraphics.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/backend.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/.htaccess:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/linux/.htaccess:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/flickr.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-picker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/smart-image.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/swfobject/expressinstall.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/swfobject/expressinstall.swf:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/swfobject/swfobject.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/swfobject/swfobject_source.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/youtube.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/InsertAnchor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertNote/InsertNote.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/InsertSmiley.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/README.txt:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/dialog.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Angry.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Cool.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Excited.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Grin.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Pleased.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Sad.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Surprised.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/Wink.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/smileys.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/smileys.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/InsertSnippet2.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/LangMarks.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/Linker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/link-picker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/pluginMethods.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/scan.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/ListType.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/MootoolsFileManager.FileManager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/MootoolsFileManager.ImageManager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/MootoolsFileManager.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/MootoolsFileManager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/README.DEVELOPERS:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/backend.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/config.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/7z.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/ace.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/as.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/bat.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/bmp.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/cmd.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/default.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/dir.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/dir_up.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/doc.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/docx.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/exe.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/flv.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/gif.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/gz.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/html.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/ini.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/iso.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/jpeg.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/jpg.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/js.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/lnk.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/mp3.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/odp.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/ods.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/odt.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/pdf.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/php.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/png.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/ppt.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/rar.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/rb.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/sql.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/swf.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/tar.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/wmv.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/xls.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/xlsx.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Icons/zip.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/Swiff.Uploader.swf:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/add.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/bar.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/button.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/button_disabled.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/cancel.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/checkbox.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/destroy.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/dewplayer.swf:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/disk.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/filelist.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/filelist_selected.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/loader.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/menu.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/progress.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Assets/rename.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/getid3.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.archive.gzip.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.archive.szip.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.archive.tar.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.archive.zip.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.asf.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.flv.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.mpeg.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.nsv.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.quicktime.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.real.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.riff.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio-video.swf.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.aac_adif.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.aac_adts.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.ac3.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.au.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.avr.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.bonk.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.dts.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.la.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.lpac.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.midi.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.monkey.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.mp3.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.mpc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.mpc_old.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.optimfrog.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.rkau.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.shorten.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.tta.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.voc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.vqf.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.wavpack.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.audio.xiph.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.bmp.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.gif.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.jpeg.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.pcd.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.png.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.graphic.tiff.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.lib.data_hash.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.lib.iconv_replacement.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.lib.image_size.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.misc.iso.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.tag.apetag.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.tag.id3v1.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.tag.id3v2.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Assets/getid3/module.tag.lyrics3.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/FileManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Image.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/MimeTypes.ini:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Backend/Upload.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Css/Additions.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Css/FileManager.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/LICENSE:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/README.md:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/package.yml:
	* packages/acs-templating/www/resources/xinha-nightly/release-notes.txt:
	- updated Xinha to 0.96.1 (released on 12th May 2010 NZST) 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/index.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/mootools-core.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/mootools-more.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/selectImage.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Demos/tinymce.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.cs.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.da.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.en.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.es.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.fi.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.it.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Language/Language.se.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/Additions.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/FileManager.TinyMCE.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/FileManager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/Gallery.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/Uploader.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/Uploader/Fx.ProgressBar.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/MootoolsFileManager/mootools-filemanager/Source/Uploader/Swiff.Uploader.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSFixed/PSFixed.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSLocal/PSLocal.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSLocal/gears_init.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSServer/PSServer.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/PasteText.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PersistentStorage/PersistentStorage.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/tag-lib.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveOnBlur/SaveOnBlur.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/SaveSubmit.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/SmartReplace.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/SpellChecker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/da.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/Stylist.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/stylist.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/SuperClean.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/da.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/pluginMethods.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/TableOperations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/da.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/WysiwygWrap/WysiwygWrap.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/editor_help.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/skins/silva/skin.css:
	- updated Xinha to 0.96.1 (released on 12th May 2010 NZST) 
	.... we seem to need multiple commits nowadays... 

2010-05-18 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-countries/ref-countries.info:
	* packages/ref-language/ref-language.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped remaining packages to 5.6.0b2 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0b1-5.6.0b2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0d1-5.6.0d2.sql:
	Had to remove the drop/create of cc_users because some 
	obscure views make use of it.  No existing code expects 
	cc_users to contain "bio" anyway, so recreating the view was 
	a matter of tidiness, not need.  Drop ... cascade would work 
	but would break ecommerce and dotlrn-ecommerce, and likely 
	some other packages, so this seems the lesser of two evils. 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0d1-5.6.0d2.sql:
	Needed to drop bio_mime_type attribute values, too ... this 
	is removed as it was never actually used so no need to copy 
	it into the persons table. 

	* packages/ref-language/sql/oracle/ref-language-create.sql:
	* packages/ref-language/sql/postgresql/ref-language-create.sql:
	* packages/ref-language/tcl/apm-callback-procs.tcl:
	* packages/ref-language/tcl/apm-callback-procs.xql:
	Removed troublesome unique constraint 

	* packages/ref-language/tcl/apm-callback-procs.xql:
	branches:  1.1.2; file apm-callback-procs.xql was initially 
	added on branch oacs-5-6. 

2010-05-17 victorg

	* www/blank-master.tcl:
	params variable was accumulating parameters from previous 
	calls to template::head::add_css. Re-seting params list on 
	the right place. 

2010-05-16 donb

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0b1-5.6.0b2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0d1-5.6.0d2.sql:
	Fixed up some "bio" related upgrade stuff, including 
	protection against trying to upgrade sites that had already 
	applied the upgrade against 5.5 (that script didn't make it 
	into the repository however). 

2010-05-15 donb

	* packages/ref-countries/sql/oracle/ref-countries-create.sql:
	* packages/ref-countries/sql/postgresql/ref-countries-create.sql:
	* packages/ref-language/sql/oracle/ref-language-create.sql:
	* packages/ref-language/sql/postgresql/ref-language-create.sql:
	Fixed two constraint naming errors. 

2010-05-14 emmar

	* packages/acs-lang/acs-lang.info:
	* packages/acs-lang/sql/oracle/ad-locales-drop.sql:
	* packages/acs-lang/sql/oracle/ad-locales.sql:
	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	* packages/acs-lang/sql/postgresql/ad-locales-drop.sql:
	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	* packages/acs-lang/tcl/apm-callback-procs.tcl:
	* packages/acs-lang/tcl/lang-util-procs.xql:
	* packages/acs-lang/www/admin/locale-delete.adp:
	* packages/acs-lang/www/admin/locale-edit.adp:
	* packages/acs-lang/www/admin/locale-edit.tcl:
	* packages/acs-lang/www/admin/locale-new.xql:
	- Moves support for 3 chars language codes to ref-language - 
	Adds dependencies to ref-language and ref-countries - Bumps 
	version number 

	* packages/ref-language/sql/oracle/ref-language-drop.sql:
	* packages/ref-language/sql/oracle/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	* packages/ref-language/sql/postgresql/ref-language-drop.sql:
	* packages/ref-language/sql/postgresql/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	* packages/ref-language/tcl/ref-language-procs.tcl:
	* packages/ref-language/tcl/ref-language-procs.xql:
	Adds support for ISO-639-2 language codes (3 chars) 

	* packages/ref-language/ref-language.info:
	Bumps version number 

	* packages/ref-language/ref-language.info:
	Sets initial install 

	* packages/ref-language/ref-language.info:
	branches:  1.10.2; Adds support for ISO-639-2 language codes 
	(3 chars) 

	* packages/ref-language/tcl/apm-callback-procs.tcl:
	branches:  1.2.2; Adds support for ISO-639-2 language codes 
	(3 chars) 

	* packages/ref-language/sql/postgresql/ref-language-create.sql:
	branches:  1.4.2; Adds support for ISO-639-2 language codes 
	(3 chars) 

	* packages/ref-language/sql/oracle/ref-language-create.sql:
	branches:  1.7.2; Adds support for ISO-639-2 language codes 
	(3 chars) 

2010-05-13 emmar

	* packages/ref-countries/sql/common/countries.dat:
	* packages/ref-countries/tcl/apm-callback-procs.tcl:
	* packages/ref-countries/tcl/ref-countries-procs.tcl:
	- Adds new countries and update changed ones - Provides 
	after-upgrade callback - Bumps version number to 5.6 serie 
	to be included in core 

	* packages/ref-language/ref-language.info:
	* packages/ref-language/sql/common/iso-639-1.dat:
	* packages/ref-language/sql/common/iso-639-2.dat:
	* packages/ref-language/sql/common/languages.dat:
	* packages/ref-language/sql/oracle/00-languages.ctl:
	* packages/ref-language/sql/oracle/ref-language-create.sql:
	* packages/ref-language/sql/postgresql/00-languages.ctl:
	* packages/ref-language/sql/postgresql/ref-language-create.sql:
	* packages/ref-language/tcl/apm-callback-procs.tcl:
	- Fixes typos in ctl files - Adds new iso-639-1 language 
	codes - Adds iso-639-2 language codes (3 chars) data file. 
	Will add datamodel and logic for it very soon - Bumps 
	version number to 5.6 serie for future inclusion in core 

	* packages/ref-countries/ref-countries.info:
	Bumps version number 

	* packages/ref-countries/sql/common/countries.dat:
	Converts to UTF8 encoding 

	* packages/ref-countries/sql/postgresql/00-countries.ctl:
	Fixes typos 

	* packages/ref-countries/tcl/ref-countries-procs.tcl:
	Untabify and indent 

	* packages/ref-countries/www/doc/index.html:
	Update doc 

	* packages/ref-countries/ref-countries.info:
	branches:  1.10.2; - Adds new countries and update changed 
	ones - Provides after-upgrade callback - Bumps version 
	number to 5.6 serie to be included in core 

2010-05-11 donb

	* packages/acs-tcl/tcl/apm-procs.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Force references to an embedded package's admin or 
	sitewide-admin pages to be referenced (relative to the 
	embedding package's mount point) as admin/package-key or 
	sitewide-admin/package-key.  This nicely arranges all admin 
	URLs in a composite package under ${mount-point}/admin, 
	which among other things will cause the request processor to 
	do the expected permission check.  Backdoor access to the 
	admin pages via URLs like ${mount-point}/package-key/admin 
	or ${mount-point}/package-key/sitewide-admin is blocked, as 
	the request processor won't do the expected permissions 
	check for URLs of that form., 

	* packages/acs-tcl/tcl/pools-init.tcl:
	When using AOLserver 4.5 with a config file not containing 
	values for maxthreads, etc, the pools init code would choose 
	default values that are illegal, causing an error to show up 
	in one's log file.  I've set the default values to those 
	found in our /etc/config.tcl file. 

2010-05-09 gustafn

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0b1-5.6.0b2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0b1-5.6.0b2.sql:
	- create index for acs_objects on package_ids and drop old 
	one (as discussed in OCT) - bump version number to trigger 
	run of upgrade scripts for testing 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0b1-5.6.0b2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0b1-5.6.0b2.sql:
	branches:  1.1.2; file upgrade-5.6.0b1-5.6.0b2.sql was 
	initially added on branch oacs-5-6. 

2010-05-05 donb

	* packages/acs-tcl/tcl/json-procs.tcl:
	Added my JSON utilities package.  Included are procs to 
	parse a JSON string into a canonical Tcl list 
	representation, to generate a JSON string from such a 
	representation (round-tripping works, i.e. JSON -&gt; Tcl -&gt; 
	JSON), pretty-print JSON strings, set/get attributes, create 
	objects and arrays, etc. 

	* packages/acs-tcl/tcl/json-procs.tcl:
	branches:  1.1.2; file json-procs.tcl was initially added on 
	branch oacs-5-6. 

2010-04-25 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped info files for 5.6.0b1 

2010-04-24 victorg

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	Removing duplicated -private switch. 

2010-04-22 victorg

	* packages/acs-templating/tcl/apm-callback-procs.tcl:
	Checking if parameter XinhaDefaultPlugins exists and has no 
	empty value; otherwise upgrades from 5.1.x will brake. 

2010-04-15 gustafn

	* packages/acs-admin/www/apm/packages-install-2.tcl:
	* packages/acs-admin/www/apm/packages-install.tcl:
	- fixed 2 missed changes in the interface of pkg_info_new 
	for "embeds" 

2010-04-10 donb

	* packages/acs-admin/www/apm/package-add-2.tcl:
	* packages/acs-tcl/tcl/apm-xml-procs.tcl:
	* packages/acs-tcl/tcl/apm-xml-procs.xql:
	1. nsv for package inheritance etc wasn't being set up when 
	an admin    interactively created a new package using the 
	APM UI.  Changes for    5.6 for parameter inheritance caused 
	that nsv to be referenced in this    case, while it wasn't 
	for 5.5.  This caused an error message in a couple    of 
	instances.  2. Modified the package xml generator to only 
	output parameters defined    for the package itself (rather 
	than all, including inherited ones). 

	* packages/acs-admin/www/apm/packages-install-2.tcl:
	* packages/acs-admin/www/apm/packages-install.tcl:
	Applied patch supplied by RyanG, apparently I'd managed to 
	overwrite part of this install code. 

	* packages/acs-admin/www/apm/version-dependencies.tcl:
	* packages/acs-admin/www/apm/version-dependency-remove.tcl:
	* packages/acs-admin/www/apm/version-parameters-oracle.xql:
	* packages/acs-admin/www/apm/version-parameters-postgresql.xql:
	* packages/acs-admin/www/apm/version-parameters.tcl:
	* packages/acs-admin/www/apm/version-parameters.xql:
	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	* packages/acs-tcl/tcl/apm-install-procs.xql:
	Cleaned up APM handling of inherited parameters so that 
	deletion of a dependency works well now, the parameters page 
	with the APM only shows parameters specified in the package 
	(rather than include inherited ones), and the XML file is 
	correclty written. 

2010-04-09 torbenb

	* packages/acs-admin/www/apm/package-add.tcl:
	removing the instruction to restart server after package 
	creation per 
	http://openacs.org/forums/message-view?message_id=3340774 

2010-04-07 torbenb

	* packages/acs-admin/www/apm/package-add.tcl:
	reducing UI ambiguity for install_p per 
	http://openacs.org/forums/message-view?message_id=3340774 
	and my own experience with this feature. 

2010-04-07 emmar

	* packages/acs-templating/tcl/form-procs.tcl:
	Add form::get_properties 

2010-04-04 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped version number for 5.6.0a1 

	* packages/acs-subsite/www/shared/parameters.tcl:
	* packages/acs-subsite/www/shared/parameters.xql:
	Improved the queries for global/instance params ... 

2010-04-03 donb

	* packages/acs-admin/www/index.adp:
	* packages/acs-subsite/tcl/subsite-callback-procs.tcl:
	* packages/acs-subsite/www/shared/parameters.tcl:
	* packages/acs-subsite/www/shared/parameters.xql:
	1. First shot at sitewide admin ui for global parameters.  
	You can edit them    from the sitewide admin page list that 
	was previously built for packages    that have a 
	sitewide-admin subdirectory.  Package is now displayed for   
	 either the existence of sitewide-admin or global 
	parameters.  2. Did something I'd wanted to do for some 
	time.  When Nima added the    parameter_changed callback in 
	acs subsite, he actually *moved* the    set_value call 
	there.  I've changed it so it more rationally sets the    
	value in the parameters page, then calls the 
	parameter_changed callback.  3. Invented a 
	global_parameter_changed callback that works as the regular  
	  parameter_changed callback.  This was necessary to avoid 
	breaking existing    uses of parameter_changed.  More 
	testing is required before release (which will hopefully 
	happen tomorrow, Sunday Apr 4). 

	* packages/acs-admin/www/index.tcl:
	branches:  1.14.2; 1. First shot at sitewide admin ui for 
	global parameters.  You can edit them    from the sitewide 
	admin page list that was previously built for packages    
	that have a sitewide-admin subdirectory.  Package is now 
	displayed for    either the existence of sitewide-admin or 
	global parameters.  2. Did something I'd wanted to do for 
	some time.  When Nima added the    parameter_changed 
	callback in acs subsite, he actually *moved* the    
	set_value call there.  I've changed it so it more rationally 
	sets the    value in the parameters page, then calls the 
	parameter_changed callback.  3. Invented a 
	global_parameter_changed callback that works as the regular  
	  parameter_changed callback.  This was necessary to avoid 
	breaking existing    uses of parameter_changed.  More 
	testing is required before release (which will hopefully 
	happen tomorrow, Sunday Apr 4). 

	* packages/acs-admin/www/index.xql:
	branches:  1.5.2; 1. First shot at sitewide admin ui for 
	global parameters.  You can edit them    from the sitewide 
	admin page list that was previously built for packages    
	that have a sitewide-admin subdirectory.  Package is now 
	displayed for    either the existence of sitewide-admin or 
	global parameters.  2. Did something I'd wanted to do for 
	some time.  When Nima added the    parameter_changed 
	callback in acs subsite, he actually *moved* the    
	set_value call there.  I've changed it so it more rationally 
	sets the    value in the parameters page, then calls the 
	parameter_changed callback.  3. Invented a 
	global_parameter_changed callback that works as the regular  
	  parameter_changed callback.  This was necessary to avoid 
	breaking existing    uses of parameter_changed.  More 
	testing is required before release (which will hopefully 
	happen tomorrow, Sunday Apr 4). 

2010-04-02 donb

	* packages/search/tcl/apm-callback-procs.tcl:
	The instantiate callback would fail if search was mounted 
	during initial install (as in a custom install.xml file).  
	It only indexes now if the init file has been sourced, which 
	will be after server restart if one is doing an initial 
	install. 

2010-04-01 donb

	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	Needed to build the subsites package keys cache ... 

	* packages/acs-admin/www/apm/version-dependency-add-2.tcl:
	Ugh ... finally got inherited parameters right. 

	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	branches:  1.105.2; Ugh ... finally got inherited parameters 
	right. 

2010-03-31 michaels

	* packages/notifications/tcl/sweep-procs.tcl:
	branches:  1.23.4; part 2 of (temp) fix - added bit to 
	sweeper that clears out invalid (unauthorized) notif 
	requests 

	* packages/notifications/tcl/sweep-procs.xql:
	part 2 of (temp) fix - added bit to sweeper that clears out 
	invalid (unauthorized) notif requests 

2010-03-31 donb

	* packages/acs-tcl/tcl/install-procs.tcl:
	Added a new "rename-instance" node, useful in particular for 
	renaming "Main Site" to something more useful. 

	* packages/acs-tcl/tcl/install-procs.tcl:
	Allow for the specification of "scope" when registering a 
	parameter from an install xml file. 

	* packages/acs-tcl/tcl/apm-install-procs-oracle.xql:
	* packages/acs-tcl/tcl/apm-install-procs-postgresql.xql:
	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	Finished up PG semantics for global/instance parameters on 
	package upgrade. The Tcl API stuff to do this should 
	technically be moved down into the oracle/PG API but 1) it's 
	a fair amount of db-specific work and 2) people should be 
	using the high level constructs in the first place (and why 
	do people explicitly register new parameters when they're 
	registered from the package info file on upgrade in the 
	first place?) 

	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d7-5.6.0d8.sql:
	* packages/acs-tcl/tcl/apm-install-procs-oracle.xql:
	Making global/instance changes work with Oracle 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0d7-5.6.0d8.sql:
	* packages/acs-tcl/tcl/apm-install-procs-oracle.xql:
	* packages/acs-tcl/tcl/apm-install-procs-postgresql.xql:
	* packages/acs-tcl/tcl/apm-install-procs.xql:
	* packages/acs-tcl/tcl/apm-procs.xql:
	More code dealing with instance and global parameter 
	semantics.  I finally have a reasonable model of inheritance 
	and semantics implemented, not perfect from a 
	language-theoretic point of view, but works well without 
	having to rewrite every bit of parameter-handling code in 
	acs-core. 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d7-5.6.0d8.sql:
	branches:  1.1.2; More code dealing with instance and global 
	parameter semantics.  I finally have a reasonable model of 
	inheritance and semantics implemented, not perfect from a 
	language-theoretic point of view, but works well without 
	having to rewrite every bit of parameter-handling code in 
	acs-core. 

	* packages/acs-kernel/acs-kernel.info:
	branches:  1.112.2; More code dealing with instance and 
	global parameter semantics.  I finally have a reasonable 
	model of inheritance and semantics implemented, not perfect 
	from a language-theoretic point of view, but works well 
	without having to rewrite every bit of parameter-handling 
	code in acs-core. 

	* packages/acs-kernel/sql/oracle/apm-create.sql:
	branches:  1.52.2; More code dealing with instance and 
	global parameter semantics.  I finally have a reasonable 
	model of inheritance and semantics implemented, not perfect 
	from a language-theoretic point of view, but works well 
	without having to rewrite every bit of parameter-handling 
	code in acs-core. 

	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	branches:  1.73.2; More code dealing with instance and 
	global parameter semantics.  I finally have a reasonable 
	model of inheritance and semantics implemented, not perfect 
	from a language-theoretic point of view, but works well 
	without having to rewrite every bit of parameter-handling 
	code in acs-core. 

	* packages/acs-tcl/tcl/apm-procs.tcl:
	branches:  1.87.2; Finished up PG semantics for 
	global/instance parameters on package upgrade. The Tcl API 
	stuff to do this should technically be moved down into the 
	oracle/PG API but 1) it's a fair amount of db-specific work 
	and 2) people should be using the high level constructs in 
	the first place (and why do people explicitly register new 
	parameters when they're registered from the package info 
	file on upgrade in the first place?) 

	* packages/acs-tcl/tcl/apm-install-procs.xql:
	branches:  1.9.2; Finished up PG semantics for 
	global/instance parameters on package upgrade. The Tcl API 
	stuff to do this should technically be moved down into the 
	oracle/PG API but 1) it's a fair amount of db-specific work 
	and 2) people should be using the high level constructs in 
	the first place (and why do people explicitly register new 
	parameters when they're registered from the package info 
	file on upgrade in the first place?) 

2010-03-30 donb

	* packages/acs-admin/www/apm/parameter-add.tcl:
	Add UI to create global parameters from within the APM 
	package builder. 

	* packages/acs-admin/www/apm/version-parameters-oracle.xql:
	* packages/acs-admin/www/apm/version-parameters-postgresql.xql:
	branches:  1.2.2; Display "scope" of parameters on the 
	version parameters page. 

	* packages/search/tcl/search-procs.tcl:
	branches:  1.47.6; "object_type" was not defined at the 
	point where a DELETE error was being logged. 

	* packages/acs-admin/www/apm/version-parameters.tcl:
	branches:  1.7.2; Display "scope" of parameters on the 
	version parameters page. 

	* packages/acs-admin/www/apm/parameter-add-2.tcl:
	branches:  1.9.6; Add UI to create global parameters from 
	within the APM package builder. 

2010-03-28 donb

	* packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl:
	Added a test for global parameter set/get value. 

	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	More global parameters stuff: XML file parsing and package 
	installation 

	* packages/acs-tcl/tcl/apm-xml-procs.tcl:
	branches:  1.29.2; More global parameters stuff: XML file 
	parsing and package installation 

	* packages/acs-tcl/tcl/apm-xml-procs.xql:
	branches:  1.9.2; More global parameters stuff: XML file 
	parsing and package installation 

2010-03-27 michaels

	* packages/notifications/tcl/sweep-procs-oracle.xql:
	* packages/notifications/tcl/sweep-procs-postgresql.xql:
	added security check to notifications sweep query - without 
	this check and with no mechanism to remove requests for 
	users who are no longer authorized, notifications still go 
	out. not good. 

2010-03-25 donb

	* packages/acs-tcl/tcl/apm-procs-oracle.xql:
	* packages/acs-tcl/tcl/apm-procs-postgresql.xql:
	* packages/acs-tcl/tcl/apm-procs.tcl:
	* packages/acs-tcl/tcl/apm-procs.xql:
	* packages/acs-tcl/tcl/defs-procs.tcl:
	* packages/acs-tcl/tcl/defs-procs.xql:
	* packages/acs-tcl/tcl/parameter-procs.tcl:
	* packages/acs-tcl/tcl/test/apm-parameter-test-procs.tcl:
	Fixed up the apm parameter stuff to the point where I can at 
	least register and unregister, and cache values of, global 
	parameters.  There's some really funky code here, I also 
	took the time to have the unregister code use the unregister 
	API in PL/[pg]SQL rather than roll its own. 

	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	If I'd known global parameters would be such a PITA, would I 
	have TIP'd to do them?  Turns out we must make a parameter 
	value when a parameter is registered, else all sorts of 
	stuff dies.  This is for PG.  Oracle will come soon. 

	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d6-5.6.0d7.sql:
	Oracle now passes the first set of global parameter tests.  
	More to follow for both PG and Oracle. 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0d6-5.6.0d7.sql:
	Victor had made an upgrade script for version d4, and 
	committed it before I got around to adding and committing 
	mine.  So now my tcl upgrade commits and my datamodel ones 
	aren't synchronized :(  But they're dev versions so no harm 
	should result. 

2010-03-23 donb

	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d6-5.6.0d7.sql:
	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	* packages/acs-kernel/sql/postgresql/apm-drop.sql:
	A bunch of stuff related to global/instance parameters. 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0d3-5.6.0d4.sql:
	Added 'embeds' to allowable dependencies. 

	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d3-5.6.0d4.sql:
	Restored the data links upgrade script I'd accidently 
	overwritten earlier. 

2010-03-22 emmar

	* packages/acs-tcl/tcl/community-core-procs.tcl:
	Use the same pattern for flushing person::name that has been 
	used to cache it (sigh) 

2010-03-22 donb

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d6-5.6.0d7.sql:
	1. added "bio" attribute to user rather than person (initial 
	install was fine) 2. only make package instance parameter 
	values for instance scope params 

	* packages/acs-tcl/tcl/apm-procs-oracle.xql:
	* packages/acs-tcl/tcl/apm-procs-postgresql.xql:
	* packages/acs-tcl/tcl/apm-procs.tcl:
	Added "-scope" parameter to apm_register_param 

	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	branches:  1.2.2; And for PG too ... 

	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	branches:  1.2.2; Same change to pk constraint names as for 
	initial install. 

	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	branches:  1.32.2; Changed primary key constraints to meet 
	our naming conventions, because the slightly non-standard 
	name caused my pretty "no errors" page for this package to 
	turn red :(. 

	* packages/acs-lang/sql/oracle/ad-locales.sql:
	branches:  1.36.2; Changed primary key constraints to meet 
	our naming conventions, because the slightly non-standard 
	name caused my pretty "no errors" page for this package to 
	turn red :(. 

2010-03-17 victorg

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	In case deleting the package instance throws an error we 
	need to restore the site_nodes cache for the given node_id. 

	* packages/acs-tcl/tcl/proxy-procs.tcl:
	Releasing the handler even if evaluation of code on the 
	proxy throws an error. 

2010-03-16 victorg

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	Avoiding the usage of tcl arrays for the partial 
	manipulation of the site_node's cache. Instead we manipulate 
	the cache directly with the nsv_* api. This speeds up 
	updating the cache considerably ( except the case of 
	updating the cache usign the node_id of the main subsite ). 

2010-03-16 emmar

	* packages/acs-tcl/tcl/rollout-email-init.tcl:
	* packages/acs-tcl/tcl/rollout-email-procs.tcl:
	Implements TIP #140. Rollout support for ns_sendmail is now 
	provided by acs-mail-lite. ns_sendmail use is not 
	recommended and deprecated. 

	* packages/acs-mail-lite/tcl/acs-mail-lite-init.tcl:
	Implements TIP #140. Rollout support params are package 
	parameters now (instead of config.tcl ones). ns_sendmail is 
	now deprecated but provided as a wrapper to 
	acs_mail_lite::send for backward compatibility. 

	* etc/config.tcl:
	Implements TIP #140. ns_sendmail and its rollout support are 
	now deprecated. ns_sendmail is replaced by 
	acs_mail_lite::send for backward compatibility. 

	* packages/acs-mail-lite/acs-mail-lite.info:
	branches:  1.45.2; Implements TIP #140. Rollout support 
	params are package parameters now (instead of config.tcl 
	ones). ns_sendmail is now deprecated but provided as a 
	wrapper to acs_mail_lite::send for backward compatibility. 

	* packages/acs-tcl/acs-tcl.info:
	branches:  1.62.2; Implements TIP #140. Rollout support for 
	ns_sendmail is now provided by acs-mail-lite. ns_sendmail 
	use is not recommended and deprecated. 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	branches:  1.87.2; Implements TIP #140. Rollout support 
	params are package parameters now (instead of config.tcl 
	ones). ns_sendmail is now deprecated but provided as a 
	wrapper to acs_mail_lite::send for backward compatibility. 

2010-03-15 gustafn

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	branches:  1.122.2; - support flag "-discard" for 
	ad_set_cookie (for session cookies) 

	* packages/acs-tcl/tcl/security-procs.tcl:
	branches:  1.61.2; - bind session cookie to IP address to 
	avoid session highjacking 

2010-03-15 donb

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d6-5.6.0d7.sql:
	Orace stuff for global parameters. 

2010-03-12 donb

	* packages/acs-kernel/sql/oracle/apm-create.sql:
	Added scope attribute to apm_parameters. 

2010-03-11 victorg

	* etc/config.tcl:
	* packages/acs-tcl/tcl/utilities-init.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	For controlling the number of backup logs managed by the 
	server (error.log) we have been using the wrong parameter 
	(maxbackup). The right one is logmaxbackup. 

2010-03-11 gustafn

	* packages/acs-tcl/tcl/memoize-procs.tcl:
	- added util_memoize_flush_pattern, which works exactly like 
	util_memoize_flush_regexp, execpt   a) it accepts a glob 
	style pattern instead of a regular expression   b) it does 
	not retrieve all memoize keys from the cache, but only the 
	matching keys (via ns_cache names glob parameter)   c) it is 
	much faster 

	* packages/acs-tcl/tcl/aolserver-3-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	- improve portability for tcl 8.5 and naviserver 

	* packages/acs-tcl/tcl/http-auth-procs.tcl:
	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	- normalize string expressions 

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	branches:  1.102.2; - improve portability for tcl 8.5 and 
	naviserver 

	* packages/acs-tcl/tcl/widgets-procs.tcl:
	branches:  1.16.4; - improve portability for tcl 8.5 and 
	naviserver 

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	branches:  1.65.6; - normalize string expressions 

2010-03-10 donb

	* packages/acs-admin/www/apm/version-dependency-add-2.tcl:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-permissions-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	* packages/acs-kernel/sql/postgresql/groups-body-create.sql:
	* packages/acs-kernel/sql/postgresql/groups-create.sql:
	* packages/acs-kernel/sql/postgresql/lob.sql:
	* packages/acs-kernel/sql/postgresql/rel-constraints-create.sql:
	* packages/acs-kernel/sql/postgresql/rel-segments-create.sql:
	* packages/acs-kernel/sql/postgresql/site-nodes-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0d5-5.6.0d6.sql:
	* packages/acs-tcl/tcl/apm-install-procs-oracle.xql:
	* packages/acs-tcl/tcl/apm-install-procs-postgresql.xql:
	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	* packages/acs-tcl/tcl/apm-install-procs.xql:
	* packages/acs-tcl/tcl/apm-procs.tcl:
	* packages/acs-tcl/tcl/apm-procs.xql:
	* packages/acs-tcl/tcl/apm-xml-procs.tcl:
	* packages/acs-tcl/tcl/parameter-procs-oracle.xql:
	* packages/acs-tcl/tcl/parameter-procs-postgresql.xql:
	* packages/acs-tcl/tcl/parameter-procs.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	1. Changed trigger functions from "opaque" to "trigger" to 
	get rid of the    warnings during initial install (only for 
	acs-kernel, there are a lot    elsewhere!)  2. Added 
	"embeds" for postgresql and partially for oracle.  3. Added 
	global parameters for postgresql and partially for oracle.  
	(oracle will be forthcoming shortly) 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d3-5.6.0d4.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d4-5.6.0d5.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d5-5.6.0d6.sql:
	Accidently added this to the 5.5 branch rather than HEAD 
	earlier (but it does no harm there so will leave it there). 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d5-5.6.0d6.sql:
	I had forgotten to add the "apm_package.is_child" function 
	to 5.5 ... 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d5-5.6.0d6.sql:
	branches:  1.1.2; file upgrade-5.6.0d5-5.6.0d6.sql was 
	initially added on branch oacs-5-5. 

	* packages/acs-admin/www/apm/version-dependencies.tcl:
	branches:  1.6.2; 1. Changed trigger functions from "opaque" 
	to "trigger" to get rid of the    warnings during initial 
	install (only for acs-kernel, there are a lot    elsewhere!) 
	 2. Added "embeds" for postgresql and partially for oracle.  
	3. Added global parameters for postgresql and partially for 
	oracle.  (oracle will be forthcoming shortly) 

	* packages/acs-kernel/sql/postgresql/acs-objects-create.sql:
	branches:  1.61.2; 1. Changed trigger functions from 
	"opaque" to "trigger" to get rid of the    warnings during 
	initial install (only for acs-kernel, there are a lot    
	elsewhere!)  2. Added "embeds" for postgresql and partially 
	for oracle.  3. Added global parameters for postgresql and 
	partially for oracle.  (oracle will be forthcoming shortly) 

	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	branches:  1.63.6; 1. Changed trigger functions from 
	"opaque" to "trigger" to get rid of the    warnings during 
	initial install (only for acs-kernel, there are a lot    
	elsewhere!)  2. Added "embeds" for postgresql and partially 
	for oracle.  3. Added global parameters for postgresql and 
	partially for oracle.  (oracle will be forthcoming shortly) 

2010-03-09 emmar

	* packages/acs-content-repository/tcl/revision-procs.tcl:
	* packages/acs-content-repository/www/admin/index.adp:
	* packages/acs-content-repository/www/admin/mime-types/extensions.adp:
	* packages/acs-content-repository/www/admin/mime-types/extensions.tcl:
	* packages/acs-content-repository/www/admin/mime-types/extensions.xql:
	* packages/acs-content-repository/www/admin/mime-types/index.adp:
	* packages/acs-content-repository/www/admin/mime-types/index.tcl:
	* packages/acs-content-repository/www/admin/mime-types/index.xql:
	* packages/acs-content-repository/www/admin/mime-types/map.adp:
	* packages/acs-content-repository/www/admin/mime-types/map.tcl:
	* packages/acs-content-repository/www/admin/mime-types/map.xql:
	* packages/acs-content-repository/www/admin/mime-types/new.adp:
	* packages/acs-content-repository/www/admin/mime-types/new.tcl:
	* packages/acs-content-repository/www/admin/mime-types/unmap.tcl:
	* packages/acs-content-repository/www/admin/mime-types/unmap.xql:
	Implements TIP #142: Administration UI to manage mime types 
	and extension map 

	* packages/acs-content-repository/acs-content-repository.info:
	branches:  1.91.2; Implements TIP #142: Administration UI to 
	manage mime types and extension map 

2010-03-05 victorg

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.4.0d4-5.4.0d5.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0d4-5.6.0d5.sql:
	Fixing constraint snom_node_id_fk, was connecting wrong 
	field on table. Creation scripts are ok, just needed to 
	correct upgrade files. 

2010-03-04 daveb

	* packages/acs-templating/tcl/head-procs.tcl:
	Fix misnamed and misordered variables in creating body 
	script multirow. 

2010-02-28 donb

	* packages/acs-admin/www/apm/version-dependency-add-2.tcl:
	Had to move a db_transaction because it was causing some 
	sort of lock contention deadlock in PG. 

2010-02-24 donb

	* packages/acs-subsite/www/shared/parameters-oracle.xql:
	* packages/acs-subsite/www/shared/parameters-postgresql.xql:
	* packages/acs-subsite/www/shared/parameters.xql:
	Oracle 9i allows the standard SQL outer join syntax so we 
	can share these queries now ... 

2010-02-15 hectorr

	* packages/acs-authentication/tcl/authentication-procs.tcl:
	email is required to create a user 

2010-02-10 michaels

	* packages/acs-templating/resources/lists/listed-filters.adp:
	fix this broken and probably unused list filter template 

2010-02-09 victorg

	* packages/acs-tcl/tcl/proxy-procs.tcl:
	Realeasing the handler in case we got it. 

2010-02-09 emmar

	* packages/acs-tcl/lib/ad-return-error.adp:
	* packages/acs-tcl/tcl/acs-permissions-procs.tcl:
	HTML strict cleanup 

2010-02-04 daveb

	* packages/search/www/search.tcl:
	Don't kill the whole search page if a datasource or other 
	proc fails on one item. Log info on the error. 

2010-02-02 emmar

	* packages/acs-subsite/tcl/subsite-procs-oracle.xql:
	* packages/acs-subsite/tcl/subsite-procs-postgresql.xql:
	Filter on apm_application to build the list of packages that 
	can be mounted in a subsite 

	* packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.es_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml:
	* packages/openacs-default-theme/catalog/openacs-default-theme.es_ES.ISO-8859-1.xml:
	Spanish translation 

	* packages/openacs-default-theme/www/resources/styles/default-master.css:
	branches:  1.11.2; Add overflow for portlet style so the 
	border will wrap around the inner content 

2010-02-02 donb

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Added rp_form_update, like rp_form_put but calls ns_set 
	update instead of ns_set put. 

2010-01-27 daveb

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.6.0d3-5.6.0d4.sql:
	Make sure you always cascade when dropping the views or it 
	will fail. 

2010-01-23 donb

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	branches:  1.79.2; Changed db_flush to use the ns_cache 
	names pattern construct to only return the matching names, 
	rather than return all names then flush those that match the 
	pattern (I was unaware that names took a pattern arg, how 
	embarrasing!) 

2010-01-22 emmar

	* www/blank-master.adp:
	* www/blank-master.tcl:
	Added content type and charset in HEAD block. INcludes also 
	previous changes from Gustaf for xinha support 

	* packages/acs-templating/tcl/spellcheck-procs.tcl:
	Added encoding to params for webspell otherwise we would get 
	unexpected results when checking languages that use extended 
	characters (e.g. spanish) 

	* packages/acs-core-docs/www/index.adp:
	Added link to the OpenACS tutorial. Page cleanup 

	* packages/acs-core-docs/www/index.adp:
	branches:  1.24.6; Added link to the tutorial. Page cleanup. 

2010-01-20 donb

	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d4-5.6.0d5.sql:
	More "extends" fixing 

2010-01-19 torbenb

	* packages/acs-tcl/tcl/navigation-procs.tcl:
	adding util_current_location_node_id, adding feature to 
	ad_context_bar_multirow to automatically adapt when serving 
	host_node_mapped urls 

2010-01-19 donb

	* packages/acs-tcl/acs-tcl.info:
	Bumped version number. 

	* packages/acs-tcl/tcl/apm-install-procs-oracle.xql:
	Fixed bug (missing ";" before "end") 

	* packages/acs-tcl/tcl/apm-install-procs-oracle.xql:
	* packages/acs-tcl/tcl/apm-install-procs-postgresql.xql:
	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	* packages/acs-tcl/tcl/apm-install-procs.xql:
	Fixed the copying of inherited and descendent parameters for 
	extending or embedding packages. 

2010-01-16 donb

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Added a simple utility to transform a pretty name into a 
	path snippet. 

2010-01-13 emmar

	* packages/acs-subsite/www/admin/users/new.tcl:
	Fix typo 

	* packages/notifications/www/doc/index.adp:
	Update documentation 

	* packages/acs-authentication/tcl/password-procs.tcl:
	Update proc documentation 

	* packages/acs-tcl/tcl/html-email-procs.tcl:
	branches:  1.18.6; Update comment 

2010-01-13 byronl

	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/tcl/navigation-procs.tcl:
	Navigation context bar Internationalization 

2010-01-12 byronl

	* packages/notifications/tcl/notification-callback-procs.xql:
	change the fullquery name, using the same namespace that the 
	calling proc. 

2010-01-09 donb

	* packages/acs-templating/tcl/parse-procs.tcl:
	Fun with developer support!  1. Added a button to turn 
	template profiling on/off.  2. Moved templating information 
	to the request information page.  It was    confusing having 
	it work differently than db and other information.  If,    
	for instance, you clicked on a request link in the developer 
	support    index page, you'd get the db timing information 
	for that request, but    the profiling stuff would come from 
	the footer - and would be the profile    information for 
	displaying request-info.tcl/adp, not for the template    
	served for that request.  Oops.  3. Simplified the 
	ds_profile proc since in practice it only is used for    
	profiling templates. 

2010-01-08 emmar

	* packages/acs-lang/sql/oracle/ad-locales.sql:
	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.6.0d1-5.6.0d2.sql:
	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.6.0d1-5.6.0d2.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	* packages/acs-lang/tcl/lang-util-procs.tcl:
	* packages/acs-lang/tcl/locale-procs.tcl:
	* packages/acs-lang/www/admin/locale-new.adp:
	* packages/acs-lang/www/admin/locale-new.tcl:
	Implements TIP#137 Support for 3-chars language codes 

	* packages/acs-lang/tcl/apm-callback-procs.tcl:
	* packages/acs-lang/www/admin/locale-new.xql:
	branches:  1.1.2; Implements TIP#137 Support for 3-chars 
	language codes 

	* packages/acs-lang/sql/oracle/ad-locales-drop.sql:
	* packages/acs-lang/sql/postgresql/ad-locales-drop.sql:
	branches:  1.4.2; Implements TIP#137 Support for 3-chars 
	language codes 

	* packages/acs-lang/acs-lang.info:
	branches:  1.56.2; Implements TIP#137 Support for 3-chars 
	language codes 

	* packages/acs-lang/tcl/lang-util-procs.xql:
	branches:  1.7.2; Implements TIP#137 Support for 3-chars 
	language codes 

2010-01-08 donb

	* packages/openacs-default-theme/lib/tabbed-master.adp:
	Context wasn't being passed up, argh ... 

2010-01-07 emmar

	* packages/acs-templating/www/resources/forms.css:
	Add a specific class to format form legend text. 

	* packages/acs-subsite/lib/home.adp:
	* packages/acs-subsite/lib/home.tcl:
	Remove the change-locale link since it is now in the user 
	basic info. 

	* packages/acs-templating/tcl/form-procs.tcl:
	branches:  1.43.2; Add a specific class to format form 
	legend text. 

2010-01-06 ryang

	* packages/acs-kernel/sql/oracle/acs-relationships-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d3-5.6.0d4.sql:
	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0d3-5.6.0d4.sql:
	add three column constraint to acs_data_links 

2010-01-05 ryang

	* packages/acs-kernel/sql/oracle/acs-relationships-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d3-5.6.0d4.sql:
	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0d3-5.6.0d4.sql:
	drop acs_data_links unique constraint, use unique index 
	instead. 

2010-01-05 emmar

	* packages/acs-subsite/lib/user-info.adp:
	* packages/acs-subsite/lib/user-info.xql:
	Add language and timezone to the user-info form 

	* packages/acs-subsite/acs-subsite.info:
	branches:  1.107.2; Add language and timezone to the 
	user-info form 

	* packages/acs-subsite/lib/user-info.tcl:
	branches:  1.21.6; Add language and timezone to the 
	user-info form 

2010-01-05 donb

	* packages/acs-admin/www/apm/version-dependencies.tcl:
	* packages/acs-admin/www/apm/version-dependency-add-2.tcl:
	* packages/acs-admin/www/apm/version-dependency-add-oracle.xql:
	* packages/acs-admin/www/apm/version-dependency-add-postgresql.xql:
	* packages/acs-admin/www/apm/version-dependency-add.tcl:
	1. Disallow the addition of multiple "provides" dependencies 
	to a package (enforce the    "one package/one service" 
	paradigm). 2. Only allow "requires" and "extends" of 
	installed and enabled packages - when you build a    package 
	interactively in the APM, it installs it, and would allow 
	you to require packages    that aren't installed, which of 
	course would make your package fail heavily if you    
	mounted or otherwise tried to use it. 3. Make adding 
	"extends" properly copy parameters of its parent package. 4. 
	When adding a package, rebuild the cached package dependency 
	information (added by    me in 5.5.0, I'd missed the need to 
	rebuild the cache in the APM interactive package    
	builder). 

	* packages/acs-tcl/tcl/apm-install-procs-oracle.xql:
	* packages/acs-tcl/tcl/apm-install-procs-postgresql.xql:
	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	Exposed parameter inheritance for use by the interactive APM 
	package builder. 

	* packages/acs-admin/www/apm/version-dependency-remove.tcl:
	branches:  1.4.2; 1. Disallow the addition of multiple 
	"provides" dependencies to a package (enforce the    "one 
	package/one service" paradigm). 2. Only allow "requires" and 
	"extends" of installed and enabled packages - when you build 
	a    package interactively in the APM, it installs it, and 
	would allow you to require packages    that aren't 
	installed, which of course would make your package fail 
	heavily if you    mounted or otherwise tried to use it. 3. 
	Make adding "extends" properly copy parameters of its parent 
	package. 4. When adding a package, rebuild the cached 
	package dependency information (added by    me in 5.5.0, I'd 
	missed the need to rebuild the cache in the APM interactive 
	package    builder). 

2010-01-04 ryang

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/acs-relationships-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d3-5.6.0d4.sql:
	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0d3-5.6.0d4.sql:
	* packages/acs-tcl/tcl/test/application-data-link-procs.tcl:
	TIP #138 - Add relation_tag to acs_data_links 

	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	branches:  1.10.2; TIP #138 - Add relation_tag to 
	acs_data_links 

	* packages/acs-tcl/tcl/application-data-link-procs.xql:
	branches:  1.6.2; TIP #138 - Add relation_tag to 
	acs_data_links 

2010-01-04 emmar

	* packages/openacs-default-theme/www/resources/styles/default-master.css:
	Add bold style to default CSS. 

	* packages/acs-subsite/www/shared/parameters.tcl:
	Unset sections at the end of the form so the action buttons 
	will appear under the last section border. 

	* packages/acs-templating/tcl/form-procs.tcl:
	Use default style for form section and bold one for the 
	legend text when it's not a fieldset around checkbox or 
	radio buttons. 

2010-01-04 donb

	* packages/acs-tcl/tcl/security-procs.tcl:
	Fix Torben blunder. 

2009-12-09 michaels

	* packages/acs-authentication/lib/search.tcl:
	passthru group_id for subgroup adds 

2009-12-08 donb

	* packages/acs-subsite/sql/oracle/acs-subsite-create.sql:
	* packages/acs-subsite/sql/postgresql/acs-subsite-create.sql:
	When I moved the user's bio to the user datatype, I removed 
	the attribute.sql file but forgot to remove the call to load 
	it in this file. 

2009-12-07 daveb

	* packages/acs-content-repository/sql/oracle/content-type.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	Fix typo table name should have been table_name 

2009-12-01 emmar

	* packages/acs-subsite/tcl/group-procs.tcl:
	Fix bug introduced in 5.4 that would cause permissions not 
	to be removed when leaving a group. 

	* packages/acs-subsite/tcl/group-procs.tcl:
	Fix bug introduced in 5.4 that would cause perms not to be 
	removed when leaving a group. 

2009-11-26 torbenb

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	adding site_node::conn_url which adjusts ns_conn url output 
	depending on if connection is via main domain or a site 
	host_node. 

	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-tcl/tcl/security-procs.tcl:
	bumping version because of adding parameter 
	UseHostnameDomainforReg for easier management of host_node 
	mapped domains that share main domain's HTTPS connection for 
	secure sessions and login, revised ad_get_login_url 
	accordingly, defaults to no change with prior version. 

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	minor comment improvements for easier debugging, now 
	external_url_p checks against encoded urls as well. 

2009-11-20 michaels

	* packages/acs-authentication/tcl/password-procs.tcl:
	add allow_complete_url flag to ad_returnredirect for 
	password recovery url 

	* packages/acs-subsite/www/register/recover-password.tcl:
	branches:  1.12.6; default to authority sort order rather 
	than assuming local authority 

2009-11-17 ryang

	* www/SYSTEM/dbtest.tcl:
	Test connectivity of all three database pools. 

2009-10-21 daveb

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template_src.js:
	Add missing image button 

2009-10-20 daveb

	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	Set f_title with file_name. We set the element value at the 
	end 

2009-10-12 daveb

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/content-type.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	Fix support for NULL table name in CR-derived object types 

2009-10-08 daveb

	* packages/acs-authentication/tcl/local-procs.tcl:
	Add missing search implementation procs 

	* packages/acs-authentication/lib/search.tcl:
	Fix to pass group_id in bulk actions if specified 

2009-09-29 rhamilton

	* packages/tsearch2-driver/tcl/tsearch2-driver-install-procs.tcl:
	Fixes db api choke on multiple tsvector rows being returned 
	in preinstall check. 

2009-09-29 daveb

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	Support one or more package_keys in site_node::get_children. 
	This let's you find all subsite candidate packages using 
	[subsite::package_keys]. Also useful when you want to find 
	any packages that extend another package. 

2009-09-23 donb

	* packages/acs-subsite/tcl/application-group-procs.tcl:
	branches:  1.15.6; Fixed misspelled call to db_flush_cache 

2009-09-17 daveb

	* packages/acs-automated-testing/www/doc/xml/selenium.xml:
	Fix xml in documentation for selenium 

	* packages/acs-automated-testing/tcl/http.tcl:
	* packages/acs-automated-testing/tcl/selenium-procs.tcl:
	* packages/acs-automated-testing/tcl/test/selenium-procs.tcl:
	* packages/acs-automated-testing/www/doc/xml/index.xml:
	* packages/acs-automated-testing/www/doc/xml/selenium.xml:
	Implemented TIP#136 Add optional support for Selenium Remote 
	Control to acs-automated-testing. 

	* packages/acs-automated-testing/acs-automated-testing.info:
	branches:  1.30.2; Implemented TIP#136 Add optional support 
	for Selenium Remote Control to acs-automated-testing. 

	* packages/acs-automated-testing/tcl/aa-test-procs.tcl:
	branches:  1.38.6; Implemented TIP#136 Add optional support 
	for Selenium Remote Control to acs-automated-testing. 

2009-09-15 donb

	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	Added a missing subst in ad_set_form_values 

2009-09-14 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Somehow managed to forget committing the version bump to 
	5.5.1 to CVS 

	* packages/acs-tcl/tcl/community-core-procs.xql:
	branches:  1.25.6; Fixed a bug in my new simplifed bio code, 
	uncovered by automated testing (how timely given my earlier 
	e-mail today!) 

2009-09-13 donb

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/common/mime-type-data.sql:
	* packages/acs-content-repository/tcl/apm-callback-procs.tcl:
	* packages/acs-core-docs/www/xml/install-guide/software.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/tcl/package-procs-oracle.xql:
	* packages/acs-subsite/tcl/package-procs-postgresql.xql:
	* packages/acs-subsite/www/shared/whos-online.adp:
	* packages/acs-subsite/www/shared/whos-online.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	* packages/notifications/www/manage.adp:
	* packages/notifications/www/manage.tcl:
	* packages/notifications/www/request-change-frequency.adp:
	* packages/notifications/www/request-change-frequency.tcl:
	* packages/notifications/www/request-new.adp:
	* packages/search/tcl/apm-callback-procs.tcl:
	* packages/search/tcl/search-init.tcl:
	Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	branches:  1.10.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/uptime.html:
	branches:  1.11.2; Merged 5.5.1 to HEAD 

	* packages/notifications/www/request-new.tcl:
	branches:  1.11.6; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-ssl.html:
	branches:  1.12.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	branches:  1.13.2; Merged 5.5.1 to HEAD 

	* ChangeLog:
	branches:  1.13.4; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	branches:  1.14.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/tutorial-vuh.html:
	branches:  1.15.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	branches:  1.16.2; Merged 5.5.1 to HEAD 

	* packages/notifications/tcl/notification-procs.tcl:
	branches:  1.16.6; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/install-tclwebtest.html:
	branches:  1.17.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	branches:  1.19.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	branches:  1.20.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/tutorial.html:
	branches:  1.21.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	branches:  1.22.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	branches:  1.23.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-subsite/tcl/package-procs.tcl:
	branches:  1.24.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	branches:  1.25.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/variables.html:
	branches:  1.26.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/upgrade.html:
	branches:  1.27.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/eng-standards.html:
	branches:  1.28.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	branches:  1.29.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/unix-installation.html:
	branches:  1.30.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/subsites-design.html:
	branches:  1.31.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	branches:  1.32.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/rp-design.html:
	branches:  1.33.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/install-cvs.html:
	branches:  1.36.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/search/search.info:
	branches:  1.37.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	branches:  1.39.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	branches:  1.40.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/acs-admin.html:
	branches:  1.41.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	branches:  1.43.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	branches:  1.44.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-templating/tcl/date-procs.tcl:
	branches:  1.45.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	branches:  1.46.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/postgres.html:
	branches:  1.47.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/objects.html:
	branches:  1.48.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/index.html:
	branches:  1.49.2; Merged 5.5.1 to HEAD 

	* packages/acs-templating/tcl/apm-callback-procs.tcl:
	branches:  1.5.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/release-notes.html:
	branches:  1.51.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	branches:  1.6.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	branches:  1.7.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	branches:  1.8.2; Merged 5.5.1 to HEAD 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	branches:  1.86.2; Merged 5.5.1 to HEAD 

	* packages/acs-core-docs/www/tutorial-css-layout.html:
	branches:  1.9.2; Merged 5.5.1 to HEAD 

2009-09-11 donb

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-core-docs/www/install-ssl.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/install-tclwebtest.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-vuh.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	* packages/acs-core-docs/www/upgrade.html:
	* packages/acs-core-docs/www/uptime.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	5.5.1 final documentation 

	* ChangeLog:
	Changelog for 5.5.1 Final 

2009-09-05 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped version number to 5.5.1b1 in preparation for release. 

	* packages/acs-content-repository/tcl/apm-callback-procs.tcl:
	The after upgrade callback needed a documentation block. 

2009-09-02 daveb

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Fix redirect when ForceHostP is true. Fix redirect to/from 
	HTTP/HTTPS where full URLs are used. 

2009-08-19 emmar

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Added comment to explain Dcc vs Bcc 

2009-08-18 emmar

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Rolling back Victor's change. DCC is correct (BCC wouldn't 
	work as expected). 

2009-08-14 victorg

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	most likely the author meant BCC instead of DCC. 

	* packages/acs-bootstrap-installer/installer.tcl:
	redefining install_handler proc when NaviServer is used. 

2009-08-10 michaels

	* packages/acs-templating/tcl/richtext-procs.tcl:
	remove html security check bypass for admins in the richtext 
	validation per OCT discussion 

2009-08-10 donb

	* packages/acs-subsite/tcl/package-procs-oracle.xql:
	* packages/acs-subsite/tcl/package-procs-postgresql.xql:
	* packages/acs-subsite/tcl/package-procs.tcl:
	package_exec_plsql didn't work if the sql proc being called 
	has a parameter named "package_name"... 

2009-08-02 daveb

	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	Fix call to is_content_type, parameter was fixed to be 
	object_type to match oracle pl/sql 

2009-07-29 donb

	* packages/search/search.info:
	* packages/search/tcl/apm-callback-procs.tcl:
	* packages/search/tcl/search-init.tcl:
	Added a package instantiate callback so when someone mounts 
	"search", the search indexer is correctly started up without 
	a server restart being required. 

	* packages/search/tcl/apm-callback-procs.tcl:
	branches:  1.1.2; file apm-callback-procs.tcl was initially 
	added on branch oacs-5-5. 

2009-07-24 victorg

	* packages/acs-templating/acs-templating.info:
	* packages/acs-templating/tcl/apm-callback-procs.tcl:
	Providing upgrade logic for removing Xinha invalid plugins 
	from the parameter XinhaDefaultPlugins. 

2009-07-23 miguelc

	* packages/acs-content-repository/tcl/content-revision-procs-oracle.xql:
	fix for an error with Oracle, which din't find 
	get_cr_file_path.get_storage_key_and_path query. 

2009-07-22 emmar

	* packages/acs-subsite/acs-subsite.info:
	Fix dependencies and their version 

2009-07-21 emmar

	* packages/acs-templating/tcl/date-procs.tcl:
	Localized default format for date widget 

2009-07-21 donb

	* packages/acs-kernel/sql/postgresql/postgresql.sql:
	Some very archaic PG code that was only working because of 
	weak type checking in earlier versions.  Uncovered by 
	playing with the subsite admin object type code. 

2009-07-20 emmar

	* packages/acs-templating/tcl/richtext-procs.tcl:
	Close LABEL tag before adding the Format and Spellcheck 
	widgets. This HTML should be build in the template rather 
	than in the rendering proc. Each widget should be computed 
	separately. 

	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/xml/install-guide/software.xml:
	Fix Tcl version 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/common/mime-type-data.sql:
	* packages/acs-content-repository/tcl/apm-callback-procs.tcl:
	Implements TIP #135 (OOXML formats) 

	* packages/acs-content-repository/tcl/apm-callback-procs.tcl:
	branches:  1.1.2; file apm-callback-procs.tcl was initially 
	added on branch oacs-5-5. 

2009-07-17 emmar

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped version to 5.5.1d1 

2009-07-16 donb

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	* packages/acs-kernel/sql/postgresql/acs-objects-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	Added some missing attributes (more to go, though, damn core 
	datamodel) 

	* packages/acs-content-repository/acs-content-repository.info:
	Only requires acs-kernel 5.6.0d2 as I've moved some of these 
	core changes off to my acs-object-management package for the 
	time being. 

	* packages/acs-kernel/sql/oracle/acs-objects-create.sql:
	branches:  1.24.2; Added some missing attributes (more to 
	go, though, damn core datamodel) 

2009-07-14 victorg

	* etc/config.tcl:
	Removing duplicate check for setting maxupload. 

2009-07-14 emmar

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/www/shared/whos-online.adp:
	* packages/acs-subsite/www/shared/whos-online.tcl:
	Localization 

	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	* packages/notifications/tcl/notification-procs.tcl:
	* packages/notifications/www/manage.adp:
	* packages/notifications/www/manage.tcl:
	* packages/notifications/www/request-change-frequency.adp:
	* packages/notifications/www/request-change-frequency.tcl:
	* packages/notifications/www/request-new.adp:
	* packages/notifications/www/request-new.tcl:
	Localization (level AA requirement) 

2009-07-12 donb

	* packages/acs-tcl/tcl/test/html-conversion-procs.tcl:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	* packages/acs-templating/www/resources/tinymce/changelog:
	* packages/acs-templating/www/resources/tinymce/changelog.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/bg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ca.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/da.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/de.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/el.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/es.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/et.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/fa.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/fi.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/fr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/gl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/hr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/hu.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/is.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/it.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ja.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ko.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/lt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/lv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ms.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/nl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/nn.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/no.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/pl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/pt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ro.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ru.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/si.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/sr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/sv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/th.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/tr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/uk.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/zh.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/js/advlink.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/es.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/js/link.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/es.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/js/pastetext.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/js/pasteword.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/pastetext.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/pasteword.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/safari/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/safari/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/js/props.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/tabfocus/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/tabfocus/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/js/table.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/bg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ca.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/da.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/de.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/el.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/es.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/et.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fa.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fi.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/gl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hu.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/is.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/it.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ja.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ko.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ms.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nn.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/no.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ro.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ru.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/si.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/th.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/tr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/uk.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/zh.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/about.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/anchor.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/charmap.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/color_picker.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/image.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/about.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/link.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/bg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ca.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/da.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/de.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/el.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/es.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/et.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fa.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fi.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/gl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hu.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/is.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/it.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ja.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ko.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ms.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nn.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/no.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ro.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ru.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/si.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/th.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/tr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/uk.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/zh.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/link.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/source_editor.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/bg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ca.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/da.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/de.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/el.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/es.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/et.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/fa.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/fi.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/fr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/gl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/hr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/hu.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/is.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/it.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ja.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ko.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/lt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/lv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ms.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/nl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/nn.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/no.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/pl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/pt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ro.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ru.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/si.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/sr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/sv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/th.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/tr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/uk.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/zh.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce_popup.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce_src.js:
	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	* packages/notifications/www/doc/index.adp:
	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Non-info file merge results, with conflicts fixed 

	* ChangeLog:
	* packages/acs-admin/www/send-email.tcl:
	* packages/acs-admin/www/users/user-add-3.xql:
	* packages/acs-admin/www/users/user-batch-add-2.tcl:
	* packages/acs-authentication/tcl/authentication-procs.tcl:
	* packages/acs-authentication/tcl/password-procs.tcl:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-resources.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-full-text-search.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-core-docs/www/install-ssl.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/install-tclwebtest.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-cvs-concepts.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-vuh.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	* packages/acs-core-docs/www/upgrade.html:
	* packages/acs-core-docs/www/uptime.html:
	* packages/acs-core-docs/www/using-cvs-with-openacs.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/developers-guide/db-api.xml:
	* packages/acs-core-docs/www/xml/install-guide/compatibility.xml:
	* packages/acs-core-docs/www/xml/install-guide/software.xml:
	* packages/acs-core-docs/www/xml/kernel/i18n-requirements.xml:
	* packages/acs-core-docs/www/xml/kernel/subsites-design.xml:
	* packages/acs-core-docs/www/xml/openacs.xsl:
	* packages/acs-messaging/tcl/acs-messaging-init.tcl:
	* packages/acs-messaging/tcl/acs-messaging-procs-postgresql.xql:
	* packages/acs-messaging/tcl/acs-messaging-procs.tcl:
	* packages/acs-subsite/tcl/application-group-procs.tcl:
	* packages/acs-subsite/www/admin/users/new.tcl:
	* packages/acs-subsite/www/members/user-batch-add-2.tcl:
	* packages/acs-subsite/www/shared/send-email.tcl:
	* packages/acs-tcl/lib/page-error.tcl:
	* packages/acs-tcl/tcl/apm-procs.tcl:
	* packages/acs-tcl/tcl/text-html-procs.tcl:
	Non-info file merge results, with conflicts resolved. 

	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	branches:  1.10.2; Non-info file merge results, with 
	conflicts resolved. 

	* packages/acs-core-docs/www/xml/variables.ent:
	branches:  1.19.2; Non-info file merge results, with 
	conflicts resolved. 

	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	branches:  1.27.2; Non-info file merge results, with 
	conflicts resolved. 

	* packages/acs-core-docs/www/subsites-requirements.html:
	branches:  1.30.2; Non-info file merge results, with 
	conflicts resolved. 

	* packages/acs-authentication/tcl/sync-procs.tcl:
	branches:  1.34.6; Non-info file merge results, with 
	conflicts resolved. 

	* packages/acs-core-docs/www/tutorial-newpackage.html:
	branches:  1.39.2; Non-info file merge results, with 
	conflicts resolved. 

	* packages/acs-core-docs/www/backup-recovery.html:
	branches:  1.40.2; Non-info file merge results, with 
	conflicts resolved. 

	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/subsites.html:
	branches:  1.44.2; Non-info file merge results, with 
	conflicts resolved. 

	* www/blank-master.tcl:
	branches:  1.48.2; Non-info file merge results, with 
	conflicts fixed 

	* packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml:
	branches:  1.48.2; Non-info file merge results, with 
	conflicts resolved. 

	* packages/acs-subsite/www/o.vuh:
	branches:  1.5.2; Non-info file merge results, with 
	conflicts resolved. 

	* packages/acs-admin/www/users/user-add-3.tcl:
	branches:  1.6.6; Non-info file merge results, with 
	conflicts resolved. 

	* packages/acs-subsite/www/image.vuh:
	branches:  1.7.2; Non-info file merge results, with 
	conflicts resolved. 

	* packages/acs-subsite/www/file.vuh:
	branches:  1.8.2; Non-info file merge results, with 
	conflicts resolved. 

	* packages/acs-core-docs/www/install-next-backups.html:
	branches:  1.9.2; Non-info file merge results, with 
	conflicts resolved. 

2009-07-11 donb

	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/search/search.info:
	Merged info files from 5.5.0 

	* packages/acs-translations/acs-translations.info:
	branches:  1.11.2; Merged info files from 5.5.0 

	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-core-docs/acs-core-docs.info:
	branches:  1.29.2; Merged info files from 5.5.0 

	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/ref-timezones/ref-timezones.info:
	branches:  1.31.2; Merged info files from 5.5.0 

	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	branches:  1.32.2; Merged info files from 5.5.0 

	* packages/acs-service-contract/acs-service-contract.info:
	branches:  1.39.2; Merged info files from 5.5.0 

	* packages/acs-admin/acs-admin.info:
	branches:  1.41.2; Merged info files from 5.5.0 

	* packages/acs-templating/acs-templating.info:
	* packages/notifications/notifications.info:
	branches:  1.49.2; Merged info files from 5.5.0 

	* packages/intermedia-driver/intermedia-driver.info:
	branches:  1.6.2; Merged info files from 5.5.0 

	* packages/openacs-default-theme/openacs-default-theme.info:
	branches:  1.7.2; Merged info files from 5.5.0 

	* packages/tsearch2-driver/tsearch2-driver.info:
	branches:  1.9.2; Merged info files from 5.5.0 

2009-07-06 emmar

	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	* packages/acs-core-docs/www/unix-installation.html:
	Regenerate HTML files after updating variables values and 
	the compatibility table 

	* packages/acs-core-docs/www/xml/install-guide/compatibility.xml:
	* packages/acs-core-docs/www/xml/install-guide/software.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	Updated the compatibility table. Set the variables according 
	to the last final release. Removed unused (and duplicated) 
	file. 

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/variables.html:
	Updated with correct variable values and last changes in the 
	compatibility table 

2009-06-26 donb

	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-objects-create.sql:
	Someone didn't realize that "foo;null" in 
	define_function_args calls sets the default value to 'null' 
	not NULL...this has been there a long time ... maybe even my 
	fault, but I don't remember, it's ancient! 

2009-06-20 donb

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/et.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fa.js:
	Fixed a couple of typos in daveb's last commit. 

2009-06-20 daveb

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/bg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ca.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/da.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/de.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/el.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/es.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/et.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fa.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fi.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/gl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hu.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/is.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/it.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ja.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ko.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ms.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nn.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/no.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ro.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ru.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/si.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/th.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/tr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/uk.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/zh.js:
	Add advanced keys for context menu for all languages 

2009-06-19 donb

	* ChangeLog:
	ChangeLog! 

2009-06-19 daveb

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/js/link.js:
	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	Fix handling of link text in oacslink plugin. Trim spaces 
	off filename 

	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	Remove debugging alert statement committed in error 

2009-06-18 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped info files in preparation for final release. 

2009-06-18 daveb

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/en.js:
	Add keys for contextmenu to the openacs theme. 

2009-06-15 victorg

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Missplaced space in expression was generating wrong query 
	string for tsearch2 tsquery in some cases. f(g) for example. 

2009-06-10 emmar

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-resources.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-full-text-search.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-core-docs/www/install-ssl.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/install-tclwebtest.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-cvs-concepts.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-vuh.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	* packages/acs-core-docs/www/upgrade.html:
	* packages/acs-core-docs/www/uptime.html:
	* packages/acs-core-docs/www/using-cvs-with-openacs.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	Generation of HTML files for the doc 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template_src.js:
	Remove the oacslink and oacsimage buttons from the default 
	config of the openacs theme. 

	* packages/acs-templating/acs-templating.info:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	Removed plugins from the default config of tinymce since 
	they need acs-templating to be mounted and it's not by 
	default. Rolling back to be xinha the default editor. 

2009-06-10 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped version number and release date in anticipation of 
	releasing beta1 after tomorrow's OCT meeting. 

2009-06-10 daveb

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/editor_plugin_src.js:
	Allow adding a link without selecting text first. 

2009-06-09 emmar

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/es.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/es.js:
	Added missing messages and spanish translation 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	Updated template::widget::richtext doc to include tinymce 

	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	Updated tinymce version number for 5.5.0 releases 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/es.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/es.js:
	branches:  1.1.2; file es.js was initially added on branch 
	oacs-5-5. 

2009-06-09 daveb

	* packages/acs-templating/www/resources/tinymce/changelog:
	* packages/acs-templating/www/resources/tinymce/changelog.txt:
	TinyMCE upgrade changelog moved to changelog.txt 

	* packages/acs-templating/www/resources/tinymce/changelog.txt:
	branches:  1.1.2; file changelog.txt was initially added on 
	branch oacs-5-5. 

2009-06-08 victorg

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	Xpath query is not being interpreted as it supposed to ( 
	maybe it is a tdom bug ). 

2009-06-08 daveb

	* packages/acs-templating/tcl/richtext-procs.tcl:
	Add per widget config for tinymce. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/js/advlink.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/example/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/pagebreak/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/js/pastetext.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/js/pasteword.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/pastetext.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/pasteword.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/safari/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/safari/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/spellchecker/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/js/props.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/tabfocus/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/tabfocus/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/js/table.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/abbr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/acronym.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/attributes.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/cite.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/del.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/element_common.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/ins.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce_popup.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/utils/editable_selects.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/utils/form_utils.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/utils/mctabs.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/utils/validate.js:
	Latest tinymce 3.2.4.1 

2009-06-04 donb

	* packages/acs-kernel/sql/postgresql/upgrade/t.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	Got rid of 'bio' attribute declared for 'user' type. 

2009-06-03 donb

	* packages/acs-authentication/tcl/authentication-procs.tcl:
	* packages/acs-subsite/www/shared/community-member.tcl:
	* packages/acs-tcl/tcl/community-core-procs.tcl:
	* packages/acs-tcl/tcl/community-core-procs.xql:
	* packages/acs-tcl/tcl/test/community-core-test-procs.tcl:
	Missed a detail when moving bio back to person. 

2009-06-03 daveb

	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	Fix use of ns_mktemp with /tmp/ hard coded. Fix case when 
	tmp file is not cleaned up when a string is used for a file 
	storage type 

2009-06-02 emmar

	* packages/acs-templating/acs-templating.info:
	Change default RichTextEditor to tinymce as approved in TIP 
	#134 

2009-06-02 donb

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d1-5.6.0d2.sql:
	Fixed the upgrade script ... 

	* packages/acs-authentication/tcl/authentication-procs.tcl:
	* packages/acs-kernel/sql/oracle/community-core-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d1-5.6.0d2.sql:
	* packages/acs-kernel/sql/postgresql/community-core-create.sql:
	* packages/acs-subsite/www/shared/community-member.tcl:
	* packages/acs-tcl/tcl/community-core-procs.tcl:
	* packages/acs-tcl/tcl/community-core-procs.xql:
	* packages/acs-tcl/tcl/test/community-core-test-procs.tcl:
	Moved "bio" back to "person", but with type-specific 
	storage.  People can fight over where such things belong on 
	another day, for now keeping it in "person" has the 
	advantage that the Tcl API is 100% unchanged so moving it to 
	type-specific storage won't break .LRN. 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0d1-5.6.0d2.sql:
	branches:  1.2.2; Moved "bio" back to "person", but with 
	type-specific storage.  People can fight over where such 
	things belong on another day, for now keeping it in "person" 
	has the advantage that the Tcl API is 100% unchanged so 
	moving it to type-specific storage won't break .LRN. 

2009-05-31 donb

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/sql/oracle/community-core-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	* packages/acs-kernel/sql/postgresql/community-core-create.sql:
	Added attributes for "user" columns "screen_name" and 
	"username", as well as the new "bio" column which replaces 
	the old generic storage attribute assigned to "person". 

	* packages/acs-subsite/sql/postgresql/attribute.sql:
	* packages/acs-subsite/sql/postgresql/attributes-drop.sql:
	Got rid of these for good (only got rid of the oracle 
	version earlier apparently) 

	* packages/acs-kernel/sql/postgresql/upgrade/t.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0d2-5.6.0d3.sql:
	One more upgrade ... 

2009-05-30 donb

	* packages/acs-kernel/sql/oracle/community-core-create.sql:
	Added bio to users table.  Now both initial install and 
	upgrade from older versions appear to work. 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d1-5.6.0d2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.6.0d1-5.6.0d2.sql:
	* packages/acs-subsite/sql/oracle/attribute.sql:
	* packages/acs-subsite/sql/oracle/attributes-drop.sql:
	Added upgrade scripts (Oracle isn't correct, yet), removed 
	bogus attribute sql files (PG, for instance, created bio and 
	bio_mime_type but only dropped bio, Oracle had not 
	bio_mime_type_reference at all). 

	* packages/ref-timezones/sql/oracle/01-timezone-rules.ctl:
	Applied the 5.5.0a1 fix to the timezones control file, to 
	match the new data format. 

	* packages/acs-subsite/sql/oracle/themes-create.sql:
	Increase length of the css definition string, as was done in 
	5.5.0a1. 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.6.0d1-5.6.0d2.sql:
	Magically transformed the upgrade script from PG to Oracle. 

	* packages/acs-authentication/tcl/authentication-procs.tcl:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/community-core-create.sql:
	* packages/acs-subsite/www/shared/community-member.tcl:
	* packages/acs-tcl/tcl/community-core-procs.tcl:
	* packages/acs-tcl/tcl/community-core-procs.xql:
	* packages/acs-tcl/tcl/test/community-core-test-procs.tcl:
	Moved "bio" from person/generic storage to 
	user/type-specific storage as TIP'd (PG only, Oracle to 
	follow soon). 

2009-05-27 emmar

	* packages/acs-subsite/www/file.vuh:
	* packages/acs-subsite/www/image.vuh:
	* packages/acs-subsite/www/o.vuh:
	Permissions check cleanup 

2009-05-26 emmar

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/bg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ca.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/da.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/de.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/el.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/es.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/et.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/fa.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/fi.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/fr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/gl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/hr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/hu.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/is.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/it.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ja.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ko.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/lt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/lv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ms.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/nl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/nn.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/no.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/pl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/pt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ro.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ru.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/si.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/sr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/sv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/th.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/tr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/uk.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/zh.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/bg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ca.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/da.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/de.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/el.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/es.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/et.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fa.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fi.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/gl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hu.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/is.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/it.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ja.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ko.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ms.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nn.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/no.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ro.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ru.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/si.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/th.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/tr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/uk.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/zh.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/bg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ca.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/da.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/de.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/el.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/es.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/et.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fa.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fi.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/gl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hu.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/is.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/it.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ja.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ko.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ms.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nn.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/no.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ro.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ru.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/si.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/th.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/tr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/uk.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/zh.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/bg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ca.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/da.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/de.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/el.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/es.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/et.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/fa.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/fi.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/fr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/gl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/hr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/hu.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/is.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/it.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ja.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ko.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/lt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/lv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ms.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/nl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/nn.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/no.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/pl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/pt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ro.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ru.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/si.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/sr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/sv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/th.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/tr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/uk.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/zh.js:
	Added language packs 

	* www/blank-master.tcl:
	Added language support for tinymce 

	* packages/acs-templating/acs-templating.info:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	Allow only valid elements and attributes in tinymce 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/en_dlg.js:
	Language packs for oacs plugins 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/bg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/bg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/bg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/bg.js:
	branches:  1.1.2; file bg.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/bg_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/bg_dlg.js:
	branches:  1.1.2; file bg_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ca.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ca.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ca.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ca.js:
	branches:  1.1.2; file ca.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ca_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ca_dlg.js:
	branches:  1.1.2; file ca_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/da.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/da.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/da.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/da.js:
	branches:  1.1.2; file da.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/da_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/da_dlg.js:
	branches:  1.1.2; file da_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/de.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/de.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/de.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/de.js:
	branches:  1.1.2; file de.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/de_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/de_dlg.js:
	branches:  1.1.2; file de_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/el.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/el.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/el.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/el.js:
	branches:  1.1.2; file el.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/el_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/el_dlg.js:
	branches:  1.1.2; file el_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/en_dlg.js:
	branches:  1.1.2; file en_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/es.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/es.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/es.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/es.js:
	branches:  1.1.2; file es.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/es_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/es_dlg.js:
	branches:  1.1.2; file es_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/et.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/et.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/et.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/et.js:
	branches:  1.1.2; file et.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/et_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/et_dlg.js:
	branches:  1.1.2; file et_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/fa.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fa.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fa.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/fa.js:
	branches:  1.1.2; file fa.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fa_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fa_dlg.js:
	branches:  1.1.2; file fa_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/fi.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fi.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fi.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/fi.js:
	branches:  1.1.2; file fi.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fi_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fi_dlg.js:
	branches:  1.1.2; file fi_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/fr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/fr.js:
	branches:  1.1.2; file fr.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/fr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/fr_dlg.js:
	branches:  1.1.2; file fr_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/gl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/gl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/gl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/gl.js:
	branches:  1.1.2; file gl.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/gl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/gl_dlg.js:
	branches:  1.1.2; file gl_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/hr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/hr.js:
	branches:  1.1.2; file hr.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hr_dlg.js:
	branches:  1.1.2; file hr_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/hu.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hu.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hu.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/hu.js:
	branches:  1.1.2; file hu.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/hu_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/hu_dlg.js:
	branches:  1.1.2; file hu_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/is.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/is.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/is.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/is.js:
	branches:  1.1.2; file is.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/is_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/is_dlg.js:
	branches:  1.1.2; file is_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/it.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/it.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/it.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/it.js:
	branches:  1.1.2; file it.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/it_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/it_dlg.js:
	branches:  1.1.2; file it_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ja.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ja.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ja.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ja.js:
	branches:  1.1.2; file ja.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ja_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ja_dlg.js:
	branches:  1.1.2; file ja_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ko.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ko.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ko.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ko.js:
	branches:  1.1.2; file ko.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ko_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ko_dlg.js:
	branches:  1.1.2; file ko_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/lt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/lt.js:
	branches:  1.1.2; file lt.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lt_dlg.js:
	branches:  1.1.2; file lt_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/lv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/lv.js:
	branches:  1.1.2; file lv.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/lv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/lv_dlg.js:
	branches:  1.1.2; file lv_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ms.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ms.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ms.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ms.js:
	branches:  1.1.2; file ms.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ms_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ms_dlg.js:
	branches:  1.1.2; file ms_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/nl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/nl.js:
	branches:  1.1.2; file nl.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nl_dlg.js:
	branches:  1.1.2; file nl_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/nn.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nn.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nn.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/nn.js:
	branches:  1.1.2; file nn.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/nn_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/nn_dlg.js:
	branches:  1.1.2; file nn_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/no.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/no.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/no.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/no.js:
	branches:  1.1.2; file no.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/no_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/no_dlg.js:
	branches:  1.1.2; file no_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/pl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pl.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/pl.js:
	branches:  1.1.2; file pl.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pl_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pl_dlg.js:
	branches:  1.1.2; file pl_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/pt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pt.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/pt.js:
	branches:  1.1.2; file pt.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/pt_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/pt_dlg.js:
	branches:  1.1.2; file pt_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ro.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ro.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ro.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ro.js:
	branches:  1.1.2; file ro.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ro_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ro_dlg.js:
	branches:  1.1.2; file ro_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/ru.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ru.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ru.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/ru.js:
	branches:  1.1.2; file ru.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/ru_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/ru_dlg.js:
	branches:  1.1.2; file ru_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/si.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/si.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/si.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/si.js:
	branches:  1.1.2; file si.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/si_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/si_dlg.js:
	branches:  1.1.2; file si_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/sr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/sr.js:
	branches:  1.1.2; file sr.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sr_dlg.js:
	branches:  1.1.2; file sr_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/sv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sv.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/sv.js:
	branches:  1.1.2; file sv.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/sv_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/sv_dlg.js:
	branches:  1.1.2; file sv_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/th.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/th.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/th.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/th.js:
	branches:  1.1.2; file th.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/th_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/th_dlg.js:
	branches:  1.1.2; file th_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/tr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/tr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/tr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/tr.js:
	branches:  1.1.2; file tr.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/tr_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/tr_dlg.js:
	branches:  1.1.2; file tr_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/uk.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/uk.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/uk.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/uk.js:
	branches:  1.1.2; file uk.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/uk_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/uk_dlg.js:
	branches:  1.1.2; file uk_dlg.js was initially added on 
	branch oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/zh.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/zh.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/zh.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/zh.js:
	branches:  1.1.2; file zh.js was initially added on branch 
	oacs-5-5. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/zh_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/zh_dlg.js:
	branches:  1.1.2; file zh_dlg.js was initially added on 
	branch oacs-5-5. 

2009-05-25 emmar

	* packages/acs-templating/acs-templating.info:
	Fix syntax of the tinyMCE parameter value. 

	* packages/openacs-default-theme/openacs-default-theme.info:
	Fix typo 

	* packages/acs-templating/acs-templating.info:
	More fixes for the tinymce config param value. 

2009-05-22 daveb

	* etc/config.tcl:
	Set charset for xml so rss support works correctly. Without 
	the charset set for the mime type it sends iso-8859-1 which 
	is wrong. 

2009-05-21 daveb

	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	Make sure xinha body handler loads 

2009-05-19 daveb

	* packages/acs-templating/acs-templating.info:
	Add default config parameter 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/js/link.js:
	Fix so you can add a link without first selecting some text, 
	same as previous behavior. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/about.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/anchor.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/charmap.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/color_picker.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/image.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/about.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/link.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/link.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/source_editor.htm:
	Fix some language issues. Make sure we use editor_plugin.js 

2009-05-18 daveb

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/editor_plugin.js:
	Need editor_plugin.js 

2009-05-17 emmar

	* packages/acs-core-docs/www/xml/openacs.xsl:
	Added directive to output valid HTML 

	* packages/acs-core-docs/www/xml/openacs.xsl:
	Added param to output using UTF-8 

2009-05-17 donb

	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	Added a missing close-para tag. 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped HEAD to 5.6.0d1. 

	* packages/acs-tcl/tcl/test/html-conversion-procs.tcl:
	Fixed tests to match the tDOM-based tag closing code. 

2009-05-16 emmar

	* packages/acs-subsite/www/file.vuh:
	Check permissions in all cases. Added missing last else 
	block with permission check for the case !private. 

2009-05-16 donb

	* packages/acs-core-docs/www/xml/developers-guide/db-api.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml:
	* packages/acs-core-docs/www/xml/kernel/subsites-design.xml:
	Added some new documentation - db_* caching, a couple of 
	other things. 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped release date as I'll be releasing today. 

	* packages/acs-subsite/sql/oracle/themes-create.sql:
	Got rid of silly artificial limits on text lengths (why did 
	I do that in the first place?) 

	* packages/acs-subsite/sql/oracle/themes-create.sql:
	Grrr ... now I remember, in Oracle 8 and older total record 
	size is limited to the blocksize.  We should really drop 
	Oracle 8 support someday (as soon as someone installes 
	Oracle 10G or whatever the latest version is on my server, 
	so I can continue to test, support and release the damned 
	thing). 

	* packages/acs-tcl/tcl/test/html-conversion-procs.tcl:
	* packages/acs-tcl/tcl/text-html-procs.tcl:
	Make the "old style" tag closing style lower case to be 
	compatible with the "new style" (tDOM) style, for 
	consistency and so the same test cases can be used with 
	both.  Changed test to match. 

	* packages/ref-timezones/sql/oracle/01-timezone-rules.ctl:
	U Wien changed the format of the common timezone-rules.dat 
	file without changing the format specified in the 
	corresponding Oracle sqlldr .ctl file.  Sigh, and some 
	people think that making releases is a trivial task ... 

2009-05-15 gustafn

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	 - Use tdom code in util_close_html_tags only when no breaks 
	are required 

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	- Use tdom code in util_close_html_tags only when no breaks 
	are required 

2009-05-15 emmar

	* packages/acs-admin/acs-admin.info:
	Add mail-lite dependency 

	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-messaging/tcl/acs-messaging-init.tcl:
	* packages/acs-messaging/tcl/acs-messaging-procs-postgresql.xql:
	* packages/acs-messaging/tcl/acs-messaging-procs.tcl:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/www/admin/users/new.tcl:
	* packages/acs-subsite/www/members/user-batch-add-2.tcl:
	* packages/acs-tcl/lib/page-error.tcl:
	Substitute acs_mail_lite::send for ns_sendmail 

	* packages/acs-subsite/www/shared/send-email.tcl:
	Substitute acs_mail_lite::send for ns_sendmail. Removed the 
	'send me a copy' because it would be a privacy violation, 
	sender would see the user email in the copy when actually 
	the receiver has chosen not to show her email address on the 
	site. 

	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-authentication/tcl/authentication-procs.tcl:
	* packages/acs-authentication/tcl/password-procs.tcl:
	* packages/acs-authentication/tcl/sync-procs.tcl:
	Substitute calls to ns_sendmail for acs_mail_lite::send 

	* packages/acs-core-docs/www/xml/kernel/i18n-requirements.xml:
	Update i18n doc regarding mail services 

2009-05-15 daveb

	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	Fix unquoted [] in javascript 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	Remove zoom plugin. Fix permissions on file plugin on xinha 

2009-05-14 emmar

	* packages/acs-admin/www/send-email.tcl:
	* packages/acs-admin/www/users/user-add-3.tcl:
	* packages/acs-admin/www/users/user-add-3.xql:
	* packages/acs-admin/www/users/user-batch-add-2.tcl:
	Substitute ns_sendmail calls for acs_mail_lite::send one 

	* packages/notifications/www/doc/index.adp:
	Update notifications doc 

	* packages/acs-mail-lite/acs-mail-lite.info:
	Update package description 

2009-05-14 donb

	* packages/acs-subsite/tcl/application-group-procs.tcl:
	* packages/acs-tcl/tcl/apm-procs.tcl:
	Added documentation to some small procs I wrote while 
	implementing package extends. 

	* packages/acs-tcl/tcl/test/application-data-link-procs.tcl:
	Dave's fix for this test, copied over from HEAD.  Test now 
	passes. 

2009-05-14 daveb

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/editor_plugin.js:
	Remove old JS file 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/editor_plugin.js:
	Remove old editor_plugin.js 

	* packages/acs-tcl/tcl/test/application-data-link-procs.tcl:
	Use a guaranteed non-existant object_id to test data links 
	procedure 

2009-05-13 victorg

	* packages/acs-admin/www/apm/parameter-add.xql:
	Retriving nextvalue of sequence using nextval sequence 
	function. 

	* packages/acs-admin/www/apm/parameter-add.xql:
	Rolling back previos commit for 2 reasons: 1. this branch is 
	closed; 2. the change not needed. 

2009-05-13 donb

	* packages/acs-kernel/acs-kernel.info:
	branches:  1.103.2; Bumped version numbers 

	* packages/acs-subsite/acs-subsite.info:
	branches:  1.104.2; Bumped version numbers 

	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	branches:  1.26.2; Aded tentative release notes for 5.5.0 
	(it's just alpha, please edit if you think of something 
	else) 

	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-core-docs/acs-core-docs.info:
	branches:  1.27.2; Bumped version numbers 

	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/ref-timezones/ref-timezones.info:
	branches:  1.29.2; Bumped version numbers 

	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	branches:  1.30.2; Bumped version numbers 

	* packages/search/search.info:
	branches:  1.34.2; Bumped version numbers 

	* packages/acs-service-contract/acs-service-contract.info:
	branches:  1.37.2; Bumped version numbers 

	* packages/acs-admin/acs-admin.info:
	branches:  1.39.2; Bumped version numbers 

	* packages/intermedia-driver/intermedia-driver.info:
	* packages/openacs-default-theme/openacs-default-theme.info:
	branches:  1.4.2; Bumped version numbers 

	* packages/acs-mail-lite/acs-mail-lite.info:
	branches:  1.41.2; Bumped version numbers 

	* packages/acs-templating/acs-templating.info:
	* packages/notifications/notifications.info:
	branches:  1.47.2; Bumped version numbers 

	* packages/acs-lang/acs-lang.info:
	branches:  1.53.2; Bumped version numbers 

	* packages/acs-tcl/acs-tcl.info:
	branches:  1.57.2; Bumped version numbers 

	* packages/tsearch2-driver/tsearch2-driver.info:
	branches:  1.7.2; Bumped version numbers 

	* packages/acs-content-repository/acs-content-repository.info:
	branches:  1.84.2; Bumped version numbers 

	* packages/acs-translations/acs-translations.info:
	branches:  1.9.2; Bumped version numbers 

2009-05-11 daveb

	* packages/acs-templating/www/scripts/xinha/attach-image.adp:
	* packages/acs-templating/www/scripts/xinha/attach-image.tcl:
	Fix xinha support 

	* packages/acs-templating/www/scripts/xinha/attach-file.adp:
	* packages/acs-templating/www/scripts/xinha/attach-image.adp:
	* packages/acs-templating/www/scripts/xinha/attach-image.tcl:
	Update for 5.5. Add template::head Conditionally support 
	ajax image chooser. Support tinymce 3 

	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	branches:  1.14.2; Update for 5.5. Add template::head 
	Conditionally support ajax image chooser. Support tinymce 3 

2009-05-09 donb

	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/tcl/apm-callback-procs.tcl:
	* packages/acs-subsite/tcl/apm-callback-procs.xql:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/openacs-default-theme/tcl/apm-callback-procs.tcl:
	Improved support for the ThemeCSS subsite param, provided 
	the upgrade script, and bumped the version number. 

	* www/blank-master.tcl:
	branches:  1.47.2; Improved support for the ThemeCSS subsite 
	param, provided the upgrade script, and bumped the version 
	number. 

2009-05-08 daveb

	* packages/acs-templating/acs-templating.info:
	Bump version number, add tinymce default config parameter 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/img/colorpicker.jpg:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/img/icons.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/about.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/anchor.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/charmap.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/color_picker.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/image.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/link.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/js/source_editor.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/img/icons.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/langs/en.js:
	Last missing files on tinymce upgrade 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/editor_plugin_src.js:
	More TinyMCE 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/editor_plugin_src.js:
	Remove backup file. Add js. 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/about.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/anchor.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/charmap.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/color_picker.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/image.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/link.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/source_editor.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/editor_template.js:
	Remove old plugins 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/content.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/dialog.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/buttons.png:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/items.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/menu_arrow.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/menu_check.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/progress.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/img/tabs.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/default/ui.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/content.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/dialog.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg.png:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_black.png:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/img/button_bg_silver.png:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui_black.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/skins/o2k7/ui_silver.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/img/colorpicker.jpg:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/img/icons.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/anchor.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/charmap.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/color_picker.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/image.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/source_editor.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/content.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/dialog.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/buttons.png:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/items.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/menu_arrow.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/menu_check.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/progress.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/img/tabs.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/default/ui.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/content.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/dialog.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/img/button_bg.png:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/img/button_bg_black.png:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/img/button_bg_silver.png:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/ui.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/ui_black.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/skins/o2k7/ui_silver.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/skins/default/content.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/skins/default/ui.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/content.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/ui.css:
	Still trying to correctly add tinymce3 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/css/advhr.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/rule.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/css/advimage.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/image.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/css/advlink.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/link.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/emotions.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/css/fullpage.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/fullpage.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/fullscreen.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/css/content.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/css/media.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/media.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/css/blank.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/example.html:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/searchreplace.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/css/props.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/props.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/cell.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/css/table.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/merge_cells.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/row.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/table.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/blank.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/template.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/abbr.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/acronym.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/attributes.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/cite.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/popup.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/del.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/ins.htm:
	Update plugins 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/js/rule.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/img/sample.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/js/image.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-cool.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-cry.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-embarassed.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-foot-in-mouth.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-frown.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-innocent.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-kiss.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-laughing.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-money-mouth.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-sealed.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-smile.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-surprised.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-tongue-out.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-undecided.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-wink.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/img/smiley-yell.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/js/emotions.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/example/dialog.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/example/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/example/img/example.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/example/js/dialog.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/example/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/example/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/js/fullpage.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/template.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/flash.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/flv_player.swf:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/quicktime.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/realmedia.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/shockwave.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/trans.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/img/windowsmedia.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/js/embed.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/js/media.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/img/sample.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/js/image.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/img/attach.png:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/pagebreak/css/content.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/pagebreak/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/pagebreak/img/pagebreak.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/pagebreak/img/trans.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/preview.html:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/safari/blank.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/js/searchreplace.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/spellchecker/css/content.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/spellchecker/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/spellchecker/img/wline.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/js/cell.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/js/merge_cells.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/js/row.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/js/template.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/en_dlg.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en_dlg.js:
	Update to tinymce 3 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/about.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/js/link.js:
	branches:  1.1.2; Still trying to correctly add tinymce3 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/js/advlink.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/example/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/js/link.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/pagebreak/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/js/pastetext.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/js/pasteword.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/safari/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/safari/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/spellchecker/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/js/props.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/tabfocus/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/tabfocus/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/js/table.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/abbr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/acronym.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/attributes.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/cite.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/del.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/element_common.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/js/ins.js:
	branches:  1.1.2; Update to tinymce 3 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/about.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/anchor.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/charmap.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/color_picker.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/image.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/link.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/source_editor.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce_popup.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/utils/editable_selects.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/utils/form_utils.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/utils/mctabs.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/utils/validate.js:
	branches:  1.2.2; Remove old plugins 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/pastetext.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/pasteword.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js:
	branches:  1.2.2; Update plugins 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template_src.js:
	branches:  1.3.2; Remove old plugins 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/editor_plugin_src.js:
	branches:  1.3.2; Update plugins 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	branches:  1.47.2; Bump version number, add tinymce default 
	config parameter 

2009-05-07 rocaelh

	* packages/acs-templating/tcl/richtext-procs.tcl:
	quick refactor to the chrome bug fix victor did, at some 
	point we'll need to eliminate this entry 

2009-04-27 emmar

	* packages/acs-subsite/lib/user-info.tcl:
	Use the same vocabulary everywhere (in this case "biography" 
	instead of "about you") 

2009-04-24 gustafn

	* packages/acs-content-repository/tcl/item-procs.tcl:
	branches:  1.27.4; - fix one more typo in deprecated command 

2009-04-23 donb

	* packages/acs-content-repository/tcl/item-procs.tcl:
	Fied a typo: "-item_id $item_id" is better than "-item_id 
	item_id'. 

2009-04-21 miguelc

	* packages/acs-templating/resources/lists/table.adp:
	bulk actions buttons relocated before bottom paginator, for 
	bug 3172 

	* packages/acs-templating/resources/lists/table.adp:
	tabs 2 spaces 

2009-04-15 emmar

	* packages/acs-tcl/tcl/admin-procs.tcl:
	branches:  1.21.8; Added a "nohtml" switch to 
	ad_registration_finite_state_machine_admin_links so links 
	can be retrieved as a list of {url label} instead of HTML 
	links. 

2009-04-14 emmar

	* packages/acs-admin/www/auth/index.adp:
	* packages/acs-admin/www/auth/index.tcl:
	* packages/acs-admin/www/install/index.adp:
	* packages/acs-admin/www/install/install-2.adp:
	* packages/acs-admin/www/monitor.adp:
	HTML cleanup 

2009-04-13 donb

	* packages/acs-admin/www/apm/package-add.tcl:
	* packages/acs-admin/www/apm/version-dependencies-oracle.xql:
	* packages/acs-admin/www/apm/version-dependencies-postgresql.xql:
	* packages/acs-admin/www/apm/version-dependencies.tcl:
	* packages/acs-admin/www/apm/version-dependency-add-2.tcl:
	* packages/acs-admin/www/apm/version-edit.tcl:
	* packages/acs-admin/www/apm/version-edit.xql:
	* packages/acs-admin/www/apm/version-view.xql:
	* packages/acs-admin/www/index-oracle.xql:
	* packages/acs-admin/www/index-postgresql.xql:
	* packages/acs-admin/www/index.tcl:
	* packages/acs-admin/www/index.xql:
	Fix index query, and commit some apm changes that. 

	* packages/acs-admin/www/apm/version-view.tcl:
	branches:  1.20.8; Fix index query, and commit some apm 
	changes that. 

	* packages/acs-admin/www/apm/package-add-2.tcl:
	branches:  1.9.4; Fix index query, and commit some apm 
	changes that. 

2009-04-06 daveb

	* packages/acs-authentication/tcl/authority-procs.tcl:
	Conditionally support new parameters so you can login to 
	perform an upgrade where you actually support the new 
	parameters, specifically search_impl_id 

2009-04-03 emmar

	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	branches:  1.33.2; Add missing keys and their spanish 
	translations. 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	branches:  1.85.2; Add missing keys and their spanish 
	translations. 

2009-04-02 emmar

	* packages/notifications/tcl/notification-email-procs.tcl:
	branches:  1.35.6; Remove unnecessary code 

2009-04-02 donb

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.5.0d3-5.5.0d4.sql:
	Fixed a problem with the deletion of lob.sql-based 
	("pseudo-lob") binary storage. 

2009-03-31 victorg

	* etc/config.tcl:
	branches:  1.50.4; Comparing the [ns_info version] against 
	a.b.c is not possible. Instead I use a combination of the 
	version and the patchlevel to be sure that we are running on 
	aolserver 4.5.1; in order to know if the nscache module 
	should be loaded or not. 

2009-03-31 emmar

	* packages/notifications/tcl/notification-email-procs.tcl:
	Added logic to send out the notification in the user 
	language if set, fallback to system one, in case the 
	notification content is i18n'd. 

	* packages/acs-subsite/www/shared/make-invisible.tcl:
	* packages/acs-subsite/www/shared/make-visible.tcl:
	Added message to inform the user that her status has been 
	changed 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	Added missing keys 

	* packages/acs-subsite/www/shared/portrait-bits.tcl:
	Added support for other sizes than "thumbnail" 

	* packages/acs-tcl/tcl/navigation-procs.tcl:
	Don't add empty element to the context multirow, that would 
	output an empty LI 

	* packages/acs-subsite/www/user/portrait/comment-edit.adp:
	* packages/acs-subsite/www/user/portrait/comment-edit.tcl:
	* packages/acs-subsite/www/user/portrait/erase.adp:
	* packages/acs-subsite/www/user/portrait/erase.tcl:
	* packages/acs-subsite/www/user/portrait/index.adp:
	* packages/acs-subsite/www/user/portrait/index.tcl:
	* packages/acs-subsite/www/user/portrait/upload.adp:
	* packages/acs-subsite/www/user/portrait/upload.tcl:
	Fix contexts and page titles. 

	* packages/acs-subsite/www/shared/portrait.adp:
	* packages/acs-subsite/www/shared/portrait.tcl:
	HTML cleanup 

	* packages/acs-subsite/www/pvt/unsubscribe.adp:
	* packages/acs-subsite/www/pvt/unsubscribe.tcl:
	Improve the layout of the page + i18n of the page title 

	* packages/acs-subsite/www/user/portrait/upload.tcl:
	Loop over the array names instead of the list to resize 
	portrait 

	* packages/acs-subsite/www/user/basic-info-update.adp:
	* packages/acs-subsite/www/user/basic-info-update.tcl:
	Set the page title consistently 

	* packages/acs-subsite/www/user/email-privacy-level.adp:
	* packages/acs-subsite/www/user/email-privacy-level.tcl:
	Title and context cleanup. Pass in the return_url so user is 
	sent back to where she was after submitting. 

	* packages/acs-templating/www/resources/lists.css:
	branches:  1.11.4; Added color and bg inheritance where 
	necessary so user CSS and HC would render correctly. 

	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	branches:  1.18.2; fix typo and improve a message 

	* packages/acs-subsite/www/user/password-update.tcl:
	branches:  1.22.8; Return to where the user came from after 
	password changed 

	* packages/acs-lang/tcl/lang-catalog-procs.tcl:
	branches:  1.49.8; Rolling back Jeff commit. Doesn't work 
	well with template::multirow foreach when exporting catalogs 

	* packages/acs-subsite/www/image.vuh:
	branches:  1.6.2; Added support for avatar size. Fix to get 
	object_id of the existing resized image 

	* packages/acs-content-repository/tcl/search-procs.tcl:
	branches:  1.9.6; Fix for search implementation 

2009-03-27 victorg

	* etc/config.tcl:
	Checking version of aolserver for loading nscache module. 
	Not needed anymore for Aolserver 4.5.1 

2009-03-27 gustafn

	* packages/acs-templating/www/resources/xinha-nightly/Xinha.css:
	* packages/acs-templating/www/resources/xinha-nightly/XinhaCore.js:
	* packages/acs-templating/www/resources/xinha-nightly/XinhaLoader.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/XinhaConfig.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/ext_example-body.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/ext_example-menu.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/full_example.css:
	* packages/acs-templating/www/resources/xinha-nightly/modules/AboutBox/AboutBox.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/ColorPicker/ColorPicker.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/CreateLink/link.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/CreateLink/pluginMethods.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/XinhaDialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/popupwin.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/full-screen.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/Gecko.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/paraHandlerBest.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/DOMwalk.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/TransformInnerHTML.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InlineStyler/InlineStyler.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/insert_image.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/pluginMethods.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/insert_table.html:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/insert_table.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/pluginMethods.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InternetExplorer/InternetExplorer.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Opera/Opera.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/WebKit/WebKit.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/Abbreviation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/CSS.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/CharCounter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/CharacterMap.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/ContextMenu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/DynamicCSS.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/dynamiccss.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/ASCIIMathML.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/Equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/Classes/ExtendedFileManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/ExtendedFileManager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dragTableCols.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/wz_jsgraphics.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/fr_engine.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/popups/find_replace.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/FormOperations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/Forms.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/input.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/select.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/FullPage.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/HorizontalRule.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/ImageManager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/wz_jsgraphics.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-picker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/InsertAnchor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertNote/InsertNote.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/InsertSnippet2.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/LangMarks.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/pluginMethods.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/ListType.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSFixed/PSFixed.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSLocal/PSLocal.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSLocal/gears_init.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSServer/PSServer.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/PasteText.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/popups/paste_text.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PersistentStorage/PersistentStorage.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PersistentStorage/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PreserveScripts/PreserveScripts.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/tag-lib.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/SaveSubmit.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/SmartReplace.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/SpellChecker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/Stylist.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/stylist.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/SuperClean.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/pluginMethods.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/TableOperations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/release-notes.txt:
	* packages/acs-templating/www/resources/xinha-nightly/skins/silva/skin.css:
	- Update of xinha to 0.96 Phoenix beta2 (needed for IE8) 

2009-03-19 victorg

	* packages/ref-timezones/ref-timezones.info:
	* packages/ref-timezones/sql/common/timezone-rules.dat:
	* packages/ref-timezones/sql/common/timezones.dat:
	* packages/ref-timezones/sql/postgresql/upgrade/upgrade-timezones.ctl:
	* packages/ref-timezones/tcl/apm-callback-procs.tcl:
	- Solving problem for overlaping in changes for some 
	european times. - Loading more timezones. Ref: 
	http://alice.wu-wien.ac.at:8000/xowiki/timezone-updgrade 

2009-03-19 emmar

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Added rollout support without using ns_sendmail anymore. 
	Beware that the email message will be print out to the log 
	raw, so if there are attachments, they will be print out 
	too. 

2009-03-18 emmar

	* packages/acs-admin/lib/service-parameters.adp:
	* packages/acs-admin/lib/site-wide-services.adp:
	* packages/acs-admin/www/index.adp:
	* packages/acs-subsite/www/admin/index.adp:
	HTML cleanup 

	* packages/acs-mail-lite/sql/oracle/acs-mail-lite-create.sql:
	* packages/acs-mail-lite/sql/oracle/acs-mail-lite-drop.sql:
	* packages/acs-mail-lite/sql/oracle/complex-create.sql:
	* packages/acs-mail-lite/sql/oracle/complex-drop.sql:
	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-5.4.0d1-5.4.0d2.sql:
	* packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql:
	* packages/acs-mail-lite/sql/postgresql/acs-mail-lite-drop.sql:
	* packages/acs-mail-lite/sql/postgresql/complex-create.sql:
	* packages/acs-mail-lite/sql/postgresql/complex-drop.sql:
	* packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.4.0d1-5.4.0d2.sql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	* packages/acs-mail-lite/tcl/complex-send-procs-oracle.xql:
	* packages/acs-mail-lite/tcl/complex-send-procs-postgresql.xql:
	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	* packages/acs-mail-lite/tcl/complex-send-procs.xql:
	Remove complex-send as agreed in TIP#127 

2009-03-17 donb

	* packages/acs-subsite/tcl/subsite-procs-oracle.xql:
	* packages/acs-subsite/tcl/subsite-procs-postgresql.xql:
	* packages/acs-subsite/tcl/subsite-procs.xql:
	* packages/acs-subsite/www/admin/index.tcl:
	* packages/acs-subsite/www/admin/subsite-convert-type.tcl:
	* packages/acs-tcl/tcl/apm-procs-oracle.xql:
	* packages/acs-tcl/tcl/apm-procs-postgresql.xql:
	* packages/acs-tcl/tcl/apm-procs.xql:
	Moved package conversion code from acs-subsite to acs-tcl, 
	as part of the apm Tcl API. 

	* packages/acs-subsite/tcl/subsite-procs.tcl:
	branches:  1.43.8; Moved package conversion code from 
	acs-subsite to acs-tcl, as part of the apm Tcl API. 

	* packages/acs-tcl/tcl/apm-procs.tcl:
	branches:  1.82.2; Moved package conversion code from 
	acs-subsite to acs-tcl, as part of the apm Tcl API. 

2009-03-13 daveb

	* packages/search/tcl/extra-args-procs.tcl:
	* packages/search/tcl/search-procs.tcl:
	* packages/search/www/search.tcl:
	* packages/tsearch2-driver/tcl/tsearch2-driver-procs-postgresql.xql:
	Implement TIP#130 Add -exta_args to search callback 
	definition to avoid having to redefine it constantly 

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	branches:  1.26.2; Implement TIP#130 Add -exta_args to 
	search callback definition to avoid having to redefine it 
	constantly 

2009-03-03 donb

	* packages/acs-subsite/tcl/application-group-procs.tcl:
	* packages/acs-subsite/tcl/application-group-procs.xql:
	Fixed the code that lists classes so it works when called 
	from the user portal. 

	* packages/acs-subsite/tcl/application-group-procs.tcl:
	branches:  1.13.2; Added a bit of caching ... 

2009-02-25 jeffd

	* packages/acs-templating/tcl/list-procs.tcl:
	branches:  1.57.8; improve error messages from a variety of 
	other malformed list things 

	* packages/acs-templating/tcl/list-procs.tcl:
	make the invalid orderby spec message more informative since 
	it can be hard to identify a malformed orderby spec 

2009-02-23 jeffd

	* packages/openacs-default-theme/lib/plain-master.tcl:
	remove the Huh? here I am notice 

2009-02-23 daveb

	* packages/acs-admin/www/index-oracle.xql:
	* packages/acs-admin/www/index-postgresql.xql:
	Fix acs-admin subsite list to show subsite extension 
	packages 

2009-02-15 donb

	* packages/acs-subsite/tcl/application-group-procs.tcl:
	Added "-include_self" boolean to the application group 
	package search procs. 

2009-02-14 donb

	* packages/acs-kernel/sql/oracle/groups-body-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.5.0d4-5.5.0d5.sql:
	Fixed daveb's connect by and nextval, for initial install 
	and upgrade (change to acs_group.new) 

	* packages/acs-tcl/tcl/apm-install-procs-oracle.xql:
	Package extends change. 

	* packages/acs-kernel/sql/oracle/acs-objects-create.sql:
	Update put the index creation before the table creation. 

2009-02-13 jeffd

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	branches:  1.116.2; change all core proc_doc calls to 
	ad_proc calls 

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	branches:  1.38.2;  1.38.4; print a call stack when emitting 
	a deprecated/warn message 

	* packages/acs-mail-lite/tcl/bounce-procs.tcl:
	branches:  1.8.4; the arg is -paramter not -name to 
	parameter::get_from_package_key, not sure how this ever 
	worked... 

	* packages/acs-admin/tcl/apm-admin-procs.tcl:
	* packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl:
	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	* packages/acs-tcl/tcl/document-procs.tcl:
	* packages/acs-tcl/tcl/server-cluster-procs.tcl:
	* packages/acs-tcl/tcl/table-display-procs.tcl:
	* packages/acs-tcl/tcl/widgets-procs.tcl:
	change all core proc_doc calls to ad_proc calls 

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	print a call stack when emitting a deprecated/warn message 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	remove duplicate procs bounce_prefix and  address_domain 
	which live in incoming-mail-procs.tcl and bounce-procs.tcl 

	* packages/acs-content-repository/tcl/item-procs.tcl:
	typo 

	* packages/acs-content-repository/tcl/content-extlink-procs.tcl:
	* packages/acs-content-repository/tcl/content-extlink-procs.xql:
	* packages/acs-content-repository/tcl/extlink-procs.tcl:
	use content::extlink instead of the deprecated 
	content_extlink:: api, add content::extlink::edit function 

	* packages/search/lib/navbar.tcl:
	* packages/search/tcl/search-procs.tcl:
	* packages/search/www/advanced-search.tcl:
	* packages/search/www/search.tcl:
	use parameter::get rather than ad_parameter 

	* packages/acs-lang/tcl/lang-catalog-procs.tcl:
	* packages/acs-templating/tcl/query-procs.tcl:
	* packages/acs-templating/www/doc/exercise/list-and-var-sample.tcl:
	use template::multirow foreach rather that the deprecated 
	version; fix template::multirow so it works when adp_level 
	is undefined 

2009-02-13 gustafn

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/acs-objects-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.5.0d5-5.5.0d6.sql:
	* packages/acs-kernel/sql/postgresql/acs-objects-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-permissions-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.5.0d5-5.5.0d6.sql:
	- Add two missing indices to improve performance of 
	permission system   and the object context hierarchy 
	significantly (these two indices   improved the performance 
	of e.g. /projects/openacs/download/ and   
	/projects/openacs/download/one-revision?revision_id=2089636 
	by more   than a factor of 10; these indices are now among 
	the most used on   openacs.org) - Bump version number 

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	branches:  1.61.2; - fix for the exponential time bug that 
	brought down openacs.org on forum queries 

2009-02-12 jeffd

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	* packages/acs-tcl/tcl/ad-functional-procs.tcl:
	* packages/acs-tcl/tcl/admin-procs.tcl:
	* packages/acs-tcl/tcl/aolserver-3-procs.tcl:
	* packages/acs-tcl/tcl/defs-procs.tcl:
	* packages/acs-tcl/tcl/deprecated-utilities-procs.tcl:
	* packages/acs-tcl/tcl/memoize-procs.tcl:
	* packages/acs-tcl/tcl/request-processor-init.tcl:
	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-tcl/tcl/set-operation-procs.tcl:
	* packages/acs-tcl/tcl/table-display-procs.tcl:
	* packages/acs-tcl/tcl/tcl-documentation-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	* packages/acs-tcl/tcl/widgets-procs.tcl:
	OCD repair of the hard coded @cvs-id strings 

	* packages/acs-tcl/tcl/test/file-test-procs.tcl:
	branches:  1.8.4; remove old debug statement 

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	branches:  1.98.2; OCD repair of the hard coded @cvs-id 
	strings 

2009-02-12 daveb

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/groups-body-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.5.0d4-5.5.0d5.sql:
	* packages/acs-kernel/sql/postgresql/groups-body-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.5.0d4-5.5.0d5.sql:
	Fix acs_group__new to create group_rels for all group 
	supertypes 

2009-02-10 jeffd

	* packages/acs-authentication/tcl/test/acs-authentication-procs.tcl:
	make test case a bit more informative about failure mode 

	* packages/acs-tcl/tcl/test/navigation-procs.tcl:
	* packages/acs-tcl/tcl/test/whos-online-procs.tcl:
	specify tclwebtest dependency for tests 

	* packages/acs-authentication/tcl/test/acs-authentication-procs.tcl:
	stub acs_mail_lite::send since ns_sendmail is not always the 
	ultimate transport. 

	* packages/acs-authentication/tcl/test/acs-authentication-procs.tcl:
	stub acs_mail_lite::send since ns_sendmail is not always the 
	ultimate transport. (the second one) 

	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	* packages/acs-content-repository/sql/postgresql/content-extlink.sql:
	* packages/acs-content-repository/sql/postgresql/content-revision.sql:
	* packages/acs-kernel/sql/postgresql/acs-logs-create.sql:
	* packages/acs-kernel/sql/postgresql/groups-create.sql:
	* packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql:
	* packages/acs-subsite/sql/postgresql/application-groups-create.sql:
	* packages/acs-subsite/sql/postgresql/subsite-callbacks-create.sql:
	* packages/acs-subsite/sql/postgresql/user-profiles-create.sql:
	switch foo_id_seq.netval to nextval('t_foo_id_seq') calls to 
	placate postgresql 8. 

2009-02-07 gustafn

	* packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl:
	* packages/acs-api-browser/www/tcl-proc-view.tcl:
	- fix api-browser to allow returnredirect to aolserver 
	documentation - factor out api_tclcode_to_html from 
	api_tcl_to_html to improve reusability 

2009-02-06 donb

	* packages/acs-subsite/acs-subsite.info:
	Bumped version number so dotlrn can ensure that the new 
	application group Tcl API procs are available. 

2009-02-04 donb

	* packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.5.0d5-5.5.0d6.sql:
	Fixed application groups upgrade 

2009-02-03 donb

	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/oracle/authentication-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.5.0d1-5.5.0d2.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.5.0d3-5.5.0d4.sql:
	Fixed daveb's auth upgrade scripts for oracle, and added the 
	new columns to the table definitions used by initial 
	install. 

	* packages/acs-content-repository/sql/oracle/content-folder.sql:
	Fixed some PG code cut-and-pasted into the Oracle version.  
	Cut-and-paste of PG code into Oracle rarely works... 

2009-02-02 donb

	* packages/acs-subsite/tcl/application-group-procs.tcl:
	Another application group proc from daveb's local work. 

	* packages/acs-tcl/tcl/apm-install-procs-oracle.xql:
	Fixed typo found while testing package extension stuff for 
	oracle. 

2009-02-01 donb

	* packages/acs-subsite/tcl/application-group-procs-oracle.xql:
	* packages/acs-subsite/tcl/application-group-procs-postgresql.xql:
	track application group package change. 

2009-01-30 donb

	* packages/acs-subsite/acs-subsite.info:
	Bump version number for application group change. 

	* packages/acs-tcl/tcl/acs-private-data-procs.tcl:
	Fixed another untested "fix" (you know who you are!) 

	* packages/acs-subsite/sql/oracle/application-groups-create.sql:
	* packages/acs-subsite/sql/oracle/upgrade/upgrade-5.5.0d5-5.5.0d6.sql:
	* packages/acs-subsite/sql/postgresql/application-groups-create.sql:
	* packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.5.0d5-5.5.0d6.sql:
	Upgrade scripts for application groups change (committing 
	piecemeal because I need to test upgrade for oracle before 
	initial install) 

2009-01-29 donb

	* packages/acs-subsite/tcl/application-group-procs.tcl:
	Changed the documentation of the proc to get the site node 
	of the closest non-null application group ancestor to match 
	the code. 

2009-01-23 gustafn

	* packages/acs-admin/www/apm/parameter-add.tcl:
	fix for yet another occurance of: adding missing FROM-clause 
	entry for table "acs_object_id_seq" ... 

2009-01-21 victorg

	* packages/acs-templating/acs-templating.info:
	Removing FullScreen from plugin from the list of default 
	plugins for Xinha editor. FullScreen is not part of the 
	plugins anymore. 

2009-01-17 miguelc

	* packages/acs-bootstrap-installer/installer/index.tcl:
	software.adp is no longer valid as file url but a directory 
	(canonical url) 

2009-01-16 gustafn

	* packages/acs-templating/www/resources/xinha-nightly/Xinha.css:
	* packages/acs-templating/www/resources/xinha-nightly/XinhaConfig.js:
	* packages/acs-templating/www/resources/xinha-nightly/XinhaCore.js:
	* packages/acs-templating/www/resources/xinha-nightly/XinhaLoader.js:
	* packages/acs-templating/www/resources/xinha-nightly/contrib/dojo_js_compressor.jar:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ExtendedDemo.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/Newbie.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/XinhaConfig.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/testbed.html:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.js:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Classic/ed_buttons_main.gif:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Classic/ed_charmap.gif:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Classic/ed_selectall.gif:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Classic/iconset.xml:
	* packages/acs-templating/www/resources/xinha-nightly/release-notes.txt:
	Xinha 0.96b (Phoenix) 

	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Classic/de/bold.gif:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Classic/de/italic.gif:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Classic/de/underline.gif:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Classic/fr/bold.gif:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Classic/fr/strikethrough.gif:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Classic/fr/underline.gif:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Crystal/LICENSE:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Crystal/README:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Crystal/ed_buttons_main.png:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Crystal/iconset.xml:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Tango/LICENSE:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Tango/README:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Tango/ed_buttons_main.png:
	* packages/acs-templating/www/resources/xinha-nightly/iconsets/Tango/iconset.xml:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_buttons_main.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/document-new.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/document-open.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/document-print.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/document-save.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/edit-copy.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/edit-redo.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/edit-select-all.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/edit-undo.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/folder-new.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/format-direction-left-to-right.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/format-direction-right-to-left.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/format-indent-less.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/format-indent-more.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/format-justify-center.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/format-justify-fill.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/format-justify-left.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/format-justify-right.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-background-color.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-bold.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-color.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-italic.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-strikethrough.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-subscript.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-superscript.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/format-text-underline.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/go-up.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/insert-link.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/insert-table.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/toggle-borders.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/view-fullscreen.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/actions/view-restore.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/apps/accessories-character-map.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/apps/help-browser.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/mimetypes/image-x-generic.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/16x16/places/user-trash.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/32x32/apps/internet-web-browser.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/32x32/mimetypes/text-html.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/32x32/mimetypes/text-x-generic.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/32x32/mimetypes/x-office-document.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/32x32/places/folder.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/32x32/places/network-server.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tango/COPYING:
	* packages/acs-templating/www/resources/xinha-nightly/images/xinha-small-icon.gif:
	* packages/acs-templating/www/resources/xinha-nightly/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/AboutBox/AboutBox.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/AboutBox/about.css:
	* packages/acs-templating/www/resources/xinha-nightly/modules/AboutBox/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/modules/ColorPicker/ColorPicker.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/CreateLink/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/modules/CreateLink/link.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/CreateLink/pluginMethods.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/XinhaDialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/panel-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/popupwin.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/full-screen.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/Gecko.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/paraHandlerBest.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/DOMwalk.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/TransformInnerHTML.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InlineStyler/InlineStyler.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/insert_image.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/pluginMethods.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/insert_table.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/pluginMethods.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InternetExplorer/InternetExplorer.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Opera/Opera.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/WebKit/WebKit.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/Abbreviation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/CSS.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/CharCounter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/CharacterMap.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/CharacterMap.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/ContextMenu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/DefinitionList.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/definition-list.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DoubleClick/DoubleClick.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/DynamicCSS.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/dynamiccss.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/EditTag.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/ASCIIMathML.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/Equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/Classes/ExtendedFileManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/ExtendedFileManager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dragTableCols.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/slider.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/wz_jsgraphics.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/demo_images/.htaccess:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/FindReplace.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/fr_engine.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/FormOperations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/Forms.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/FullPage.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/GenericPlugin/GenericPlugin.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/GetHtml.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/HorizontalRule.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlEntities/HtmlEntities.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/ImageManager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/slider.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/wz_jsgraphics.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/.htaccess:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-picker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/InsertAnchor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertNote/InsertNote.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertNote/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertNote/img/insert-note.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/InsertPagebreak.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/InsertSmiley.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/InsertSnippet.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/demosnippets.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/readme.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/InsertSnippet.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/InsertSnippet2.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/img/1.PNG:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/img/10.PNG:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/img/11.PNG:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/img/12.PNG:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/img/13.PNG:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/img/14.PNG:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/img/15.PNG:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/img/16.PNG:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/img/2.PNG:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/img/3.PNG:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/img/4.PNG:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/img/5.PNG:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/img/6.PNG:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/img/7.PNG:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/img/8.PNG:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/img/9.PNG:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/img/ed_snippet.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/readme.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/snippets.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet2/snippets.xml:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertWords/InsertWords.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/LangMarks.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/Linker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/pluginMethods.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/ListType.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSFixed/PSFixed.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSLocal/PSLocal.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSLocal/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSLocal/gears_init.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSServer/PSServer.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSServer/backend.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSServer/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSServer/demo_images/.htaccess:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSServer/demo_images/bikerpeep.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSServer/demo_images/linux/linux.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PSServer/demo_images/wesnoth078.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/PasteText.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/popups/paste_text.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PersistentStorage/PersistentStorage.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PersistentStorage/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PreserveScripts/PreserveScripts.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/QuickTag.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/tag-lib.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/SaveSubmit.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SetId/SetId.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/SmartReplace.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/img/SmartReplace.svg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/img/smartquotes.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/SpellChecker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/Stylist.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/stylist.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/SuperClean.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/paragraph.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/word.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/pluginMethods.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/TableOperations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/popups/dialogMergeCells.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/popups/dialogRowCell.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/popups/dialogTable.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/UnFormat.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnsavedChanges/UnsavedChanges.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnsavedChanges/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnsavedChanges/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnsavedChanges/lang/fr_ca.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/green-look/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/silva/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/silva/skin.xml:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/skin.css:
	Xinha 0.96b (Phoenix), part 2 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/OacsFs.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js:
	renamed plugins/OacsFs/oacs-fs.js to 
	plugins/OacsFs/OacsFs.js in according to the new plugin 
	naming of xinha (the old continues to work, but produces a 
	warning) 

2009-01-15 victorg

	* packages/acs-admin/www/apm/package-add-2.tcl:
	Adding missing parameters ( implements_subsite_p and 
	inherit_templates_p). To the apm_package_register call. Does 
	it make sense to let the user choose the values for this 
	parameters in the previos form?. Bug #3162. 

2009-01-06 gustafn

	* packages/acs-subsite/www/admin/users/new.tcl:
	branches:  1.10.2; remove deprecated calls to ad_parameter 

	* packages/acs-bootstrap-installer/installer/install.tcl:
	branches:  1.11.8; remove deprecated calls to ad_parameter 

	* packages/acs-admin/www/apm/version-dependency-add-2.tcl:
	insert missing argument for dependency_type 

	* packages/acs-subsite/lib/home.tcl:
	* packages/acs-subsite/www/admin/site-map/parameter-set-2.tcl:
	* packages/acs-subsite/www/members/user-batch-add.tcl:
	* packages/acs-subsite/www/shared/community-member.tcl:
	* packages/acs-subsite/www/user/portrait/upload.tcl:
	remove deprecated calls to ad_parameter 

2009-01-01 torbenb

	* packages/acs-tcl/tcl/widgets-procs.tcl:
	fixing case for January, and bad html which breaks rendering 
	of January in some browsers 

2008-12-30 emmar

	* packages/acs-lang/www/admin/edit-localized-message.tcl:
	branches:  1.17.8; Quote the message text only for display 
	purpose not for edit. 

2008-12-29 gustafn

	* packages/acs-lang/www/doc/i18n-design.html:
	branches:  1.2.8; remove deprecated calls to ad_parameter 

	* packages/acs-core-docs/www/subsites-requirements.html:
	branches:  1.29.2; remove deprecated calls to ad_parameter 

	* packages/acs-core-docs/www/apm-requirements.html:
	branches:  1.30.2; remove deprecated calls to ad_parameter 

	* packages/acs-core-docs/www/xml/kernel/ext-auth-design.xml:
	branches:  1.4.8; remove deprecated calls to ad_parameter 

	* packages/acs-messaging/tcl/acs-messaging-procs.tcl:
	branches:  1.6.2; remove depreacted calls to ad_parameter 

	* packages/acs-content-repository/tcl/filter-procs.tcl:
	* packages/acs-content-repository/tcl/image-procs.tcl:
	* packages/acs-content-repository/tcl/search-procs.tcl:
	* packages/acs-core-docs/www/xml/kernel/apm-requirements.xml:
	* packages/acs-core-docs/www/xml/kernel/subsites-requirements.xml:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl:
	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	* packages/acs-templating/www/scripts/xinha/attach-image.tcl:
	* packages/acs-templating/www/scripts/xinha/file-selector.tcl:
	remove deprecated calls to ad_parameter 

	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	wipe out ad_parameter from kernel files 

2008-12-29 emmar

	* packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml:
	Added missing spanish translations 

2008-12-24 gustafn

	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	- Provide windows compatibility for "upgrade/install" from 
	repository.   Fixed Issues:     windows has no /dev/null,    
	 don't use "gunzip" but "gzip -d",     gzip requires on 
	windows -S switch,     no sh (instead of "cd DIR; tar ..." 
	use "tar ... -C")     no mv (use "file rename" instead)     
	broken downloads via ns_httpopen + fcopy 

	* packages/acs-tcl/tcl/apm-file-procs.tcl:
	branches:  1.35.8; - Provide windows compatibility for 
	"upgrade/install" from repository.   Fixed Issues:     
	windows has no /dev/null,     don't use "gunzip" but "gzip 
	-d",     gzip requires on windows -S switch,     no sh 
	(instead of "cd DIR; tar ..." use "tar ... -C")     no mv 
	(use "file rename" instead)     broken downloads via 
	ns_httpopen + fcopy 

	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	provide "extends" entry in version array returned by 
	apm_get_package_repository 

2008-12-23 torbenb

	* packages/acs-tcl/tcl/security-procs.tcl:
	removing ecommerce dependency 

	* packages/acs-tcl/tcl/security-procs.tcl:
	updating security::locations logic to match get_https_port 
	and not show a secure location if there is none. 

2008-12-23 gustafn

	* packages/acs-admin/www/users/delete-user.tcl:
	* packages/acs-admin/www/users/one.adp:
	* packages/acs-admin/www/users/one.tcl:
	add option to delete users from the admin pages 
	(acs-admin/users/one) 

	* packages/acs-tcl/tcl/20-memoize-init.tcl:
	* packages/acs-tcl/tcl/acs-permissions-procs.tcl:
	* packages/acs-tcl/tcl/acs-private-data-procs.tcl:
	* packages/acs-tcl/tcl/admin-procs.tcl:
	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	* packages/acs-tcl/tcl/navigation-procs.tcl:
	* packages/acs-tcl/tcl/request-processor-init.tcl:
	* packages/acs-tcl/tcl/rollout-email-procs.tcl:
	* packages/acs-tcl/tcl/security-init.tcl:
	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-tcl/tcl/server-cluster-procs.tcl:
	* packages/acs-tcl/tcl/widgets-procs.tcl:
	remove deprecated calls to ad_parameter 

2008-12-23 donb

	* packages/acs-tcl/tcl/apm-procs.tcl:
	Changed apm_load_packages to load package libraries and 
	queries in dependency order, rather than alphabetical order. 

2008-12-21 gustafn

	* packages/acs-tcl/tcl/defs-procs.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	* packages/acs-templating/tcl/parse-procs.tcl:
	* packages/acs-templating/tcl/tag-init.tcl:
	* packages/acs-templating/tcl/template-init.tcl:
	remove deprecated calls to ad_parameter 

2008-12-17 gustafn

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	branches:  1.21.4; - remove lock statements, which seem not 
	needed anymore with Postgres 8.2 or newer 

	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	branches:  1.24.2; - remove lock statements, which seem not 
	needed anymore with Postgres 8.2 or newer 

2008-12-16 torbenb

	* packages/acs-tcl/tcl/security-procs.tcl:
	fixing security::get_https_port, minor host_name calc in 
	security::locations, added ecommerce exception per long 
	standing ecommerce requirement, and made a few more code 
	optimizations and less clunky comments for 
	security::locations 

2008-12-11 emmar

	* packages/acs-lang/tcl/lang-widget-procs.tcl:
	Added logic to handle display mode for locale_widget 

2008-12-04 donb

	* packages/acs-tcl/tcl/install-procs.tcl:
	Added two new tags to the install.xml repetoire:  1. 
	instantiate-object - uses package_instantiate object to 
	instantiate one. 2. call-tcl-proc - call an arbitrary tcl 
	proc 

	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	Missed one place where extends implies requires. 

2008-12-03 donb

	* packages/acs-subsite/tcl/subsite-procs.xql:
	Removed unneeded query. 

	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	* packages/acs-tcl/tcl/install-procs.tcl:
	Updated install utilities with the latest from xarg, which, 
	surprisingly, still exists.  Thanks to Rob and Lee Dennison 
	for the enhancements. 

2008-11-30 donb

	* packages/notifications/notifications.info:
	Package url was simply given as "http://openacs.org".  Bad. 

2008-11-26 donb

	* packages/openacs-default-theme/lib/plain-master.tcl:
	Minor blank page uninitialized variable problem :) 

	* packages/acs-subsite/www/admin/subsite-convert-type.adp:
	* packages/acs-subsite/www/admin/subsite-convert-type.tcl:
	New admin files to convert the current subsite to a 
	descendent of its current package psuedo-type. 

2008-11-25 donb

	* packages/acs-bootstrap-installer/bootstrap.tcl:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/acs-metadata-create.sql:
	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.5.0d3-5.5.0d4.sql:
	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.5.0d3-5.5.0d4.sql:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/tcl/subsite-procs-oracle.xql:
	* packages/acs-subsite/tcl/subsite-procs-postgresql.xql:
	* packages/acs-subsite/tcl/subsite-procs.tcl:
	* packages/acs-subsite/tcl/subsite-procs.xql:
	* packages/acs-subsite/www/admin/index.adp:
	* packages/acs-subsite/www/admin/index.tcl:
	* packages/acs-subsite/www/admin/subsite-add.tcl:
	* packages/acs-subsite/www/shared/parameters-oracle.xql:
	* packages/acs-subsite/www/shared/parameters-postgresql.xql:
	* packages/acs-tcl/tcl/apm-install-procs-oracle.xql:
	* packages/acs-tcl/tcl/apm-install-procs-postgresql.xql:
	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	* packages/acs-tcl/tcl/apm-procs-oracle.xql:
	* packages/acs-tcl/tcl/apm-procs-postgresql.xql:
	* packages/acs-tcl/tcl/apm-procs.tcl:
	* packages/acs-tcl/tcl/apm-procs.xql:
	* packages/acs-tcl/tcl/apm-xml-procs.tcl:
	* packages/acs-tcl/tcl/apm-xml-procs.xql:
	* packages/acs-tcl/tcl/install-procs.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	Preliminary version of "extend package" code, along with new 
	package attributes that allow the declaration of packages 
	that are subsites. 

2008-11-24 gustafn

	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/insert-wlink.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js:
	- extend OacsFS plugin to insert wiki links, if wiki_p is 
	specified - handle passing of wiki_p 

2008-11-23 emmar

	* packages/acs-templating/resources/lists/table.adp:
	Results of the aggregate function should be marked up with 
	TFOOT. 

2008-11-20 stefans

	* packages/acs-content-repository/tcl/revision-procs.tcl:
	Avoid implict binary encoding by setting encoding flag 
	explicitly; see 
	http://openacs.org/forums/message-view?message_id=2478560 

2008-11-15 donb

	* packages/acs-tcl/tcl/install-procs.tcl:
	Discovered that the dependency checking implemented by Xarg 
	flat-out does not work correctly (though the .LRN 
	install.xml file didn't uncover the bug).  Rather than 
	correct this custom dependency checking code, I rewrote it 
	to use the standard APM install and dependency checking 
	code.  This way, if it's buggy, at least it's buggy in a way 
	consistent with installing from the APM UI (and actually 
	that code has proven to be extremely reliable). 

	* packages/acs-tcl/tcl/install-procs.tcl:
	My rewritten XML install proc didn't work if the XML file 
	explicitly tried to install a file which was previously 
	installed (due to a requires dependency in this case). This 
	was due to a slight misunderstanding on my part.  Works now. 

	* packages/acs-tcl/tcl/install-procs.tcl:
	Oops included a reference to new code not yet committed to 
	HEAD. 

2008-11-06 gustafn

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	- eliminated dead code 

2008-11-06 daveb

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	Fix typo user should be user_id 

2008-11-05 gustafn

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	- remove duplicated line - make comment more general - 
	remove unneeded quotes 

2008-11-04 donb

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Rewrote the URL to file mapping stuff slightly so that it 
	will work when searching more than two directories.  Bad 
	hardwiring.  Hard-to-read code. New version will work for 
	any number of search directories (as will happen when 
	package extensiblity is implemented) and IMO is easier to 
	read and a bit faster, too, when searching for an 
	appropriate .vuh file to serve. 

2008-10-31 gustafn

	* packages/acs-tcl/tcl/util-diff-procs.tcl:
	fixed 3 bugs in util::html_diff:  - able to process HTML 
	with anchor tags  - fixed undefined variable in: 
	'util::html_diff -old "ppp" -new "ppp xxx"'  - fixed 
	white-space eating behavior leading to wrong diffs spanning 
	new lines 

2008-10-31 daveb

	* packages/acs-subsite/lib/login.tcl:
	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Add new by default external URL checking to 
	ad_returnredirect. Modify security::locations to be simpler, 
	not rely on ecommerce at all, and use util_current_location 
	to determine the host name. 

2008-10-27 daveb

	* packages/notifications/www/subscribers.tcl:
	Abort ADP so we don't get an error message after returning 
	the error message. 

2008-10-24 victorg

	* packages/acs-content-repository/sql/oracle/content-folder.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.5.0d2-5.5.0d3.sql:
	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.5.0d2-5.5.0d3.sql:
	Checking that the copy.name is not null when copying it to 
	same parent folder of the source folder. 

2008-10-23 victorg

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/content-folder.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.5.0d2-5.5.0d3.sql:
	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.5.0d2-5.5.0d3.sql:
	Adding basic checks to content_folder.copy procedure in 
	order to avoid infinit loops. 

2008-10-23 emmar

	* packages/acs-templating/resources/lists/form-filters.adp:
	* packages/acs-templating/tcl/list-procs.tcl:
	Fix typos 

2008-10-21 emmar

	* packages/acs-templating/resources/forms/standard.adp:
	1. Don't output the close tag for LABEL when the opening one 
	has not been generated 2. Remove the use of tables to layout 
	the date widget 

	* packages/acs-templating/resources/forms/standard.adp:
	Close tag for label was generated even when the opening one 
	wasn't present. 

	* packages/notifications/tcl/notification-email-procs.tcl:
	Fix extra_headers: acs_mail_lite::send uses a list of lists 
	instead of a ns_set 

	* packages/acs-lang/tcl/locale-procs.tcl:
	Fixes: 1. If user_id = 0, try to retrieve the locale from 
	the cookie. If not, fallback to the system one 2. If the 
	user locale is not set in her preferences, return the system 
	one. 

	* packages/acs-templating/tcl/date-procs.tcl:
	Remove the use of table to layout the date widget. Was 
	causing forms that use it not to validate HTML strict. 

	* packages/acs-templating/tcl/date-procs.tcl:
	branches:  1.44.2; 1. Don't output the close tag for LABEL 
	when the opening one has not been generated 2. Remove the 
	use of tables to layout the date widget 

2008-10-20 daveb

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs-postgresql.xql:
	Fix typo in query names 

2008-10-15 emmar

	* packages/acs-templating/resources/forms/standard.adp:
	* packages/acs-templating/www/resources/forms.css:
	Checkpoint 10.2 (level A): implicit association of label and 
	form widget 

	* packages/acs-templating/resources/forms/standard.adp:
	* packages/acs-templating/www/resources/forms.css:
	* packages/acs-templating/www/resources/lists.css:
	Patch for checkpoint 10.2 (implicit association in forms). 
	Approved by oct 15-oct-2008. 

2008-10-10 gustafn

	* packages/acs-bootstrap-installer/installer-init.tcl:
	* packages/acs-tcl/tcl/site-nodes-init.tcl:
	* packages/acs-tcl/tcl/utilities-init.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	- provide name to mutexes created via "ns_mutex create" such 
	they   show up in the aolserver /_stats (providing 
	statistics about contention etc)   Without the names, the 
	statistics there are useless. 

	* packages/acs-mail-lite/tcl/acs-mail-lite-init.tcl:
	* packages/search/search.info:
	- reduce lock contention with other background jobs 
	scheduled at full minutes 

2008-10-10 emmar

	* packages/acs-templating/www/resources/lists.css:
	Improve difference in color to reach level AA 

2008-10-09 emmar

	* packages/acs-authentication/tcl/local-procs.tcl:
	- replace ns_sendmail call with acs_mail_lite::send ones - 
	use ad_outgoing_sender for notifying of new registration 
	instead of the new user email - when notifying new 
	registrations fall back to site-wide locale in case the 
	email address to notify to doesn't belong to any user 

2008-10-07 donb

	* packages/acs-templating/tcl/query-procs.tcl:
	template::multirow get failed if the -local switch was used 
	and a row ref, rather than a column value, was returned. 

2008-10-05 gustafn

	* packages/search/www/search.tcl:
	- don't hardcode internationalized strings in program code 
	("feeling lucky" worked only in english) 

	* packages/search/www/search.tcl:
	- fix for bug #3154 

	* packages/search/search.info:
	* packages/search/www/search.tcl:
	- fix for bug #3154 - don't hardcode localized string 
	(feeling luck was just working for english) 

	* packages/search/search.info:
	- fix version numbering 

2008-10-04 emmar

	* packages/acs-admin/www/apm/version-tag.tcl:
	* packages/acs-admin/www/apm/version-tag.xql:
	Extract queries from tcl to xql file 

	* www/blank-master.tcl:
	Roll back Torben changes. If you use deprecated properties 
	(e.g. title), use blank-compat instead of blank-master. 

2008-10-04 donb

	* ChangeLog:
	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-vuh.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Preparing for release: 1. Created new ChangeLog file 2. 
	Created new docs 3. Bumped version numbers 

2008-10-02 ryang

	* packages/search/tcl/syndicate-procs.tcl:
	correctly escape the rss_xml_frag (by Michael Totschnig) 
	http://openacs.org/bugtracker/openacs/patch?patch_number=882 

2008-10-01 gustafn

	* packages/acs-templating/tcl/richtext-procs.tcl:
	- add script_dir to list of exported variables for xinha 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js:
	- fix handling of script_dir for xinha 

2008-09-29 gustafn

	* packages/acs-admin/www/apm/version-files.tcl:
	* packages/acs-admin/www/apm/version-tag.tcl:
	* packages/acs-admin/www/apm/version-tag.xql:
	* packages/acs-admin/www/users/user-add-2.adp:
	* packages/acs-admin/www/users/user-add-2.tcl:
	* packages/acs-admin/www/users/user-batch-add.adp:
	* packages/acs-admin/www/users/user-batch-add.tcl:
	* packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl:
	- cleanup: reduce usage of deprecated functions 
	(ad_parameter) 

	* packages/acs-admin/www/apm/index.tcl:
	branches:  1.24.8; - cleanup: reduce usage of deprecated 
	functions (ad_parameter) 

2008-09-23 donb

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-subsite/acs-subsite.info:
	A new column was added to the groups table, and an upgrade 
	script provided, but the acs-kernel version had not been 
	bumped.  Nor had the dependency in acs-subsite (which uses 
	the new column). 

	* packages/acs-tcl/tcl/security-procs.tcl:
	Needed a default value for this new acs-tcl parameter, 
	otherwise you can't log in to upgrade. 

2008-09-22 donb

	* packages/acs-tcl/tcl/navigation-procs.tcl:
	* packages/acs-tcl/tcl/tcl-documentation-procs.tcl:
	Switched some param calls to use ad_conn subsite_id 

2008-09-22 daveb

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs-postgresql.xql:
	Add default config for PG &lt; 8.3 query. 

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs-postgresql.xql:
	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Fix postgtresql 8.3 compatibility for another query. 

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs-postgresql.xql:
	More missing defaults 

2008-09-20 gustafn

	* packages/acs-kernel/sql/postgresql/postgresql.sql:
	- drop_package('...') complain in new versions that it can't 
	drop   some stored procedures. Adding therefore a CASCADE to 
	  the get_func_drop_command(). 

2008-09-19 gustafn

	* etc/config.tcl:
	- define pool order explicitly, otherwise the pools are used 
	randomly - set connections to pool1 to 15 (has to be at 
	least  maxthreads,   otherwise conneciton threads have to 
	wait for db handles) 

	* packages/acs-authentication/tcl/apm-callback-procs.tcl:
	- fix syntax for apm_upgrade_logic (the error message said   
	The length of spec should be dividable by 3) 

2008-09-19 daveb

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.5.0d1-5.5.0d2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.5.0d1-5.5.0d2.sql:
	Fix totally broken syntax for contraints 

2008-09-16 daveb

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/#editor_template_src.js#:
	Remove temp files accidentally added 

2008-09-15 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped version numbers to 5.4.3b1. 

2008-09-11 donb

	* packages/acs-subsite/tcl/subsite-navigation-procs.tcl:
	Made the navigation stuff more flexible by allowing one to 
	specify the subsite.  Useful for making master templates for 
	subsites where you want to also generate the tabs for its 
	parent (such as the root subsite), such as .LRN where you've 
	got tabs for the main dotlrn navigation, and subtabs for 
	within-course/community navigation. 

2008-09-11 daveb

	* packages/acs-templating/tcl/list-procs.tcl:
	Fix merge error. From clause bit and the part that sets the 
	filter value was left out of previous commit. 

	* packages/acs-subsite/www/admin/configure.tcl:
	Make description optional 

2008-09-10 daveb

	* packages/acs-subsite/tcl/group-procs.tcl:
	branches:  1.36.2; Add missing group::description proc 

2008-09-09 daveb

	* packages/acs-kernel/sql/postgresql/authentication-create.sql:
	Add missing comma! 

	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-authentication/tcl/apm-callback-procs.tcl:
	* packages/acs-authentication/tcl/local-procs.tcl:
	Fix search service contract. We handle local specifically 
	similar to all the other local handling in acs-authenticaton 

2008-09-08 donb

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Removed a debugging message (oops) 

2008-09-08 daveb

	* packages/acs-templating/tcl/list-procs.tcl:
	Add code for TIP#128 Add filter_select_clause and 
	filter_from_clause to template::list filters. 

	* packages/acs-templating/resources/lists/table.adp:
	* packages/acs-templating/tcl/list-procs.tcl:
	Add configurable bulk action javascript function. 

	* packages/acs-kernel/sql/oracle/groups-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.5.0d2-5.5.0d3.sql:
	* packages/acs-kernel/sql/postgresql/groups-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.5.0d2-5.5.0d3.sql:
	* packages/acs-subsite/www/admin/configure.tcl:
	Add description to groups object type 

	* packages/acs-templating/tcl/tag-init.tcl:
	Add porlet title property to box tag. 

	* packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml:
	* packages/acs-authentication/tcl/apm-callback-procs.tcl:
	* packages/acs-authentication/tcl/authority-procs.tcl:
	* packages/acs-authentication/tcl/local-procs.tcl:
	* packages/acs-authentication/tcl/local-procs.xql:
	Add search service contract for acs-authenticaton. TIP#125 

	* packages/acs-templating/tcl/widget-procs.tcl:
	Add text_radio, text_checkbox, text_select form widgets to 
	allow multple-choice other style usage 

	* packages/acs-templating/tcl/list-procs.tcl:
	Allow preparing single element or filter. Allow setting 
	properties for multiple elements (for example, hiding  a 
	list of elements.). Fix multivar handling to acutally 
	respect the variables you set in the filter specification. 

	* packages/acs-templating/tcl/list-procs.tcl:
	Handle grouping in CSV if data is grouped. Add output 
	headers so you get a reasonable filename and you can open 
	the results in Excel of OpenOffice. Export element labels as 
	CSV column headers. 

	* packages/acs-templating/tcl/list-procs.tcl:
	Preliminayr change that would allow new aggregate functions 
	to be defined (without changing existing behavior.) Also 
	chaging the if statement to check for "sum" when deciding 
	whether or not to calculate the sum is more clear. Add one 
	more fix to make sure we don't try to do math on 
	non-numerical data. 

	* packages/acs-templating/catalog/acs-templating.ch_zh.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.cs_CZ.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.en_AU.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.nl_ZA.ISO-8859-1.xml:
	Remove version numbers from catalog files 

	* packages/acs-authentication/lib/local-search.adp:
	* packages/acs-authentication/lib/local-search.tcl:
	* packages/acs-authentication/lib/search.adp:
	* packages/acs-authentication/lib/search.tcl:
	TIP#125 Add reusable forums for multiple authority searches 

	* packages/acs-authentication/tcl/authentication-procs.tcl:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.5.0d1-5.5.0d2.sql:
	* packages/acs-kernel/sql/postgresql/authentication-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.5.0d1-5.5.0d2.sql:
	* packages/acs-subsite/lib/login.tcl:
	TIP#126 optionally allow user to provide email, first, last 
	name when authority does not 

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	TIP#127 Add object_id as optional parameter to 
	acs_mail_lite::send 

	* packages/acs-templating/resources/lists/form-filters.adp:
	Update form based list filter template. 

	* packages/acs-authentication/tcl/authentication-procs.tcl:
	branches:  1.81.2; Add search service contract for 
	acs-authenticaton. TIP#125 

2008-09-07 torbenb

	* www/blank-master.tcl:
	making doc(title) failthrough more forgiving.. lets show the 
	best possible, even if only during a test evaluation 

	* packages/acs-subsite/lib/login.tcl:
	* packages/acs-tcl/tcl/security-procs.tcl:
	removing diagnostic ns_logs I added by mistake, and adding 
	case of possible third 3 variant to locations (when behind 
	reverse proxy) 

2008-09-06 torbenb

	* packages/acs-subsite/lib/login.tcl:
	* packages/acs-tcl/tcl/security-procs.tcl:
	fixing faulty wrong domain message by using a reliable 
	ecommerce method to determine locations, creating 
	security::locations 

2008-09-05 daveb

	* packages/acs-tcl/lib/static-progress-bar.adp:
	Make progress bar empty at beginning 0% done 

2008-09-04 victorg

	* packages/acs-templating/tcl/richtext-procs.tcl:
	Checking for Chrome user-agent in a more explicit way. 

2008-09-04 emmar

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Envelope sender disappeared during the refactoring of send 
	between 5.3 and 5.4 and therefore was set using the from 
	address. This led messages to be identified as junk by SPF, 
	and bounces to be sent back to the user. This is a fix that 
	puts the correct envelope sender back. Since 
	acs_mail_lite::send now accepts a multiple TO address, the 
	user_id part of the bounce address it set to 0 if there are 
	multiple recipients. 

2008-09-03 victorg

	* packages/acs-templating/tcl/richtext-procs.tcl:
	Hack in checks for support of xinha depending on the 
	user-agent versions, there was a problem when the user-agent 
	was chrome. 

2008-09-02 daveb

	* packages/acs-subsite/www/resources/attach.png:
	Add an attachment icon 

	* packages/notifications/tcl/sweep-procs-oracle.xql:
	* packages/notifications/tcl/sweep-procs-postgresql.xql:
	Fix query. Null notif_date is supported. By adding this we 
	can allow a notif date in the future and schedule 
	notifications for a certain time, ie: reminders. 

	* packages/notifications/tcl/notification-procs.xql:
	Only send notifs to approved users 

2008-08-30 torbenb

	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	adding parameter feature to suppress configured http, useful 
	when server is behind proxy. defaults to no change in 
	behavior. Bumping version for new parameter. 

	* packages/acs-tcl/acs-tcl.info:
	fixing my overzealous change of package versions. 

2008-08-29 daveb

	* packages/acs-subsite/tcl/application-group-procs.tcl:
	Add proc to find the closest application group via the site 
	map 

	* packages/acs-content-repository/tcl/image-procs.tcl:
	Add proc to resize images that are already in the CR to 
	provide thumbnail and other sizes 

	* packages/acs-templating/www/scripts/xinha/attach-file.adp:
	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	* packages/acs-templating/www/scripts/xinha/attach-image.adp:
	* packages/acs-templating/www/scripts/xinha/attach-image.tcl:
	Add tinymce support to attach image and attach file widgets. 

	* packages/acs-subsite/lib/login.tcl:
	Fix return_url checking on login page to respect host node 
	mapping and allow return_url to switch http/https for the 
	same host name 

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	Ignore HTML comments when convertng html to text (hides MS 
	Word junk) 

	* packages/acs-content-repository/acs-content-repository.info:
	Remove DOS line endings 

	* packages/acs-subsite/catalog/acs-subsite.ch_zh.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.cs_CZ.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_AU.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.nl_ZA.ISO-8859-1.xml:
	Remove package version from catalog files 

	* packages/acs-tcl/catalog/acs-tcl.ch_zh.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.cs_CZ.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_AU.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.nl_ZA.ISO-8859-1.xml:
	Remove package versions from catalog files 

	* packages/acs-tcl/tcl/test/html-conversion-procs.tcl:
	branches:  1.9.2; Ignore HTML comments when convertng html 
	to text (hides MS Word junk) 

2008-08-28 daveb

	* packages/ref-countries/catalog/ref-countries.de_DE.ISO-8859-1.xml:
	* packages/ref-countries/catalog/ref-countries.en_US.ISO-8859-1.xml:
	* packages/search/catalog/search.cs_CZ.utf-8.xml:
	* packages/search/catalog/search.nl_ZA.ISO-8859-1.xml:
	Remove package version from catalog files 

2008-08-26 donb

	* packages/openacs-default-theme/lib/tabbed-master.tcl:
	Added a new parameter to the layout manager package and 
	tweaked the default theme. 

	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/tcl/subsite-navigation-procs.tcl:
	Improved a parameter description. 

2008-08-26 daveb

	* packages/acs-lang/catalog/acs-lang.ch_zh.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.cs_CZ.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.en_AU.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.nl_ZA.ISO-8859-1.xml:
	Remove version from catalog files 

2008-08-25 emmar

	* packages/acs-templating/tcl/richtext-procs.tcl:
	Fixed HTML 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	Indent code 

	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/image.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/link.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/source_editor.js:
	Replace all occurences of "hub" with "openacs" 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	Set default to "openacs" for tinymce 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	Tinymce: - fixed typo - fix to retrieve htmlarea_id elements 
	for tinymce initialization 

2008-08-23 gustafn

	* packages/acs-mail-lite/tcl/utils-procs.tcl:
	fix bug, where months higher equal 08 lead to problems due 
	to octal interpretation (can't use invalid octal number as 
	operand...), aborting immediate ma il sends in aug. or 
	later. 

	* packages/acs-mail-lite/tcl/utils-procs.tcl:
	fix bug, where months higher equal 08 lead to problems due 
	to octal interpretation (can't use invalid octal number as 
	operand...), aborting immediate mail sends in aug. or later. 

2008-08-21 emmar

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	Fix as much as possible, transformation from text/plain to 
	text/html (attempt to get valid html) 

	* packages/acs-templating/tcl/list-procs.tcl:
	Fix bug 3150 applying patch 875 provided by miguelc 

2008-08-18 donb

	* packages/openacs-default-theme/www/resources/styles/default-master.css:
	Fixed path to bg.gif. 

2008-08-15 donb

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.5.0d1-5.5.0d2.sql:
	Upgrade script for increasing maximum length of a cr type 
	name. 

2008-08-09 torbenb

	* packages/acs-tcl/tcl/security-procs.tcl:
	added plain english to proc, so admins like me can find it 
	if/when we need to 

2008-08-05 emmar

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	Fix mime type values of "from" and "to" in calls to 
	ad_html_text_convert 

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	Reindent code with spaces instead of tabs... 

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	Removed extra "=" after a switch in a call to a proc 

2008-08-05 donb

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs-postgresql.xql:
	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Broke out 8.3 vs. old tsearch queries into a query file and 
	conditionalized by version.  Did not break out queries not 
	affected by 8.3. 

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs-postgresql-8.3.xql:
	* packages/tsearch2-driver/tcl/tsearch2-driver-procs-postgresql.xql:
	Fucking query processor only allows one queryset per xql 
	file 

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs-postgresql-8.3.xql:
	* packages/tsearch2-driver/tcl/tsearch2-driver-procs-postgresql.xql:
	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Hopefully found the secret to customizing queries by version 

2008-08-01 emmar

	* packages/acs-lang/www/locale-set.tcl:
	File removed on oacs-5-4 that hasn't been removed by the 
	last merge 

	* packages/intermedia-driver/sql/oracle/load-site-wide-search:
	* packages/intermedia-driver/sql/oracle/search-create.sql:
	* packages/intermedia-driver/sql/oracle/search-ctxsys.sql:
	* packages/intermedia-driver/sql/oracle/search-drop.sql:
	* packages/intermedia-driver/sql/oracle/search-from-scratch.sql:
	* packages/intermedia-driver/sql/oracle/search-index-create.sql:
	* packages/intermedia-driver/sql/oracle/search-index-drop.sql:
	* packages/intermedia-driver/sql/oracle/search-packages-create.sql:
	* packages/intermedia-driver/sql/oracle/search-packages-drop.sql:
	* packages/intermedia-driver/sql/oracle/search-sc-create.sql:
	* packages/intermedia-driver/sql/oracle/search-sc-drop.sql:
	* packages/intermedia-driver/sql/oracle/search-tables-create.sql:
	* packages/intermedia-driver/sql/oracle/search-tables-drop.sql:
	* packages/intermedia-driver/sql/oracle/syndication-create.sql:
	* packages/intermedia-driver/sql/oracle/syndication-drop.sql:
	Files removed on oacs-5-4 that haven't been removed by the 
	last merge 

	* packages/search/sql/oracle/load-site-wide-search:
	* packages/search/sql/oracle/search-ctxsys.sql:
	* packages/search/sql/oracle/search-im-convert.sql:
	* packages/search/sql/oracle/search-index-create.sql:
	* packages/search/sql/oracle/search-index-drop.sql:
	* packages/search/sql/oracle/search-index-from-scratch.sql:
	Files removed on oacs-5-4, not removed on HEAD by the last 
	merge 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0d4-5.3.0d5.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0d6-5.3.0d7.sql:
	Removed files that have been removed on oacs-5-4 but not 
	merged to HEAD 

2008-07-29 emmar

	* packages/acs-admin/www/apm/version-edit.tcl:
	* packages/acs-admin/www/apm/version-i18n-process.adp:
	* packages/acs-admin/www/users/index.adp:
	* packages/acs-admin/www/users/merge-confirm.adp:
	* packages/acs-admin/www/users/merge.adp:
	* packages/acs-admin/www/users/one.adp:
	* packages/acs-admin/www/users/user-add-2.adp:
	* packages/acs-admin/www/users/user-batch-add.adp:
	* packages/acs-api-browser/lib/search.adp:
	* packages/acs-automated-testing/www/admin/index.adp:
	* packages/acs-content-repository/www/image-info.adp:
	* packages/acs-subsite/www/admin/site-map/site-map.tcl:
	* packages/acs-subsite/www/doc/images.html:
	* packages/acs-subsite/www/members/user-batch-add.adp:
	* packages/acs-subsite/www/site-map/index.tcl:
	* packages/acs-tcl/tcl/table-display-procs.tcl:
	* packages/acs-tcl/tcl/widgets-procs.tcl:
	* packages/acs-templating/tcl/head-procs.tcl:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	HTML Strict cleanup: removed trailing slash of input, img, 
	link, meta tags 

	* packages/acs-admin/www/apm/index.tcl:
	* packages/acs-admin/www/apm/package-delete.tcl:
	* packages/acs-admin/www/send-email.adp:
	* packages/acs-admin/www/server-restart.adp:
	* packages/acs-admin/www/users/user-batch-add-2.adp:
	* packages/acs-admin/www/users/user-batch-add.adp:
	* packages/acs-api-browser/lib/search.adp:
	* packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl:
	* packages/acs-automated-testing/www/admin/record-test.tcl:
	* packages/acs-core-docs/www/xml/openacs.xsl:
	* packages/acs-lang/lib/messages-to-translate.adp:
	* packages/acs-messaging/www/doc/design.html:
	* packages/acs-subsite/www/members/user-batch-add-2.adp:
	* packages/acs-subsite/www/members/user-batch-add.adp:
	* packages/acs-subsite/www/permissions/one.adp:
	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	* packages/acs-tcl/tcl/table-display-procs.tcl:
	* packages/acs-tcl/tcl/text-html-procs.tcl:
	* packages/acs-templating/resources/forms/accessible-forms.adp:
	* packages/acs-templating/resources/forms/coddo.adp:
	* packages/acs-templating/resources/forms/configuration.adp:
	* packages/acs-templating/resources/forms/plain.adp:
	* packages/acs-templating/tcl/date-procs.tcl:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	* packages/acs-templating/www/doc/guide/form-widgets.html:
	HTML strict cleanup: removed trailing slash of HR and BR 
	tags 

	* packages/acs-admin/www/apm/packages-install-3.tcl:
	branches:  1.14.8; HTML Strict cleanup: removed trailing 
	slash of input, img, link, meta tags 

	* packages/acs-admin/www/apm/version-i18n-process-2.tcl:
	branches:  1.16.8; HTML strict cleanup: removed trailing 
	slash of HR and BR tags 

	* packages/acs-core-docs/www/xml/openacs.xsl:
	branches:  1.17.2; HTML Strict cleanup: removed trailing 
	slash of input, img, link, meta tags 

2008-07-25 donb

	* packages/acs-subsite/lib/applications.tcl:
	* packages/acs-subsite/lib/services.tcl:
	* packages/acs-subsite/lib/subsites.tcl:
	Changed admin checks to check against ad_conn subsite_id, 
	not package_id, so that these work correctly when included 
	from a package other than acs-subsite.  Such as within a 
	portlet/includelet ... 

2008-07-22 daveb

	* packages/acs-kernel/catalog/acs-kernel.ch_zh.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.cs_CZ.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_AU.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.nl_ZA.ISO-8859-1.xml:
	Remove some package versions in catalog files. 

2008-07-17 emmar

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql:
	Fix 3087 reordering the insert by putting the clob ones (cc, 
	bcc, body and extraheaders) at the end to avoid crash on 
	oracle 10g. 

2008-07-14 victorg

	* etc/config.tcl:
	Removing slashes at the end of directory. Seems to have 
	efect on the mapping. 

2008-07-14 donb

	* packages/openacs-default-theme/www/resources/styles/default-master.css:
	Added the portal-pages class even though it's really just 
	used by the portal or layout-manager packages. 

2008-07-10 donb

	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	Increased the maximum length of a CR type in postgres 
	because the default maximum identifier length has been 63, 
	rather than 31, characters since, ummm, care to guess?  How 
	about PG 7.3 !!! 

2008-07-06 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped versions numbers to 5.5.0d1 

	* packages/acs-kernel/sql/postgresql/postgresql.sql:
	Fixed type mismatch problem due to tightened up PG 8.3 
	semantics. 

2008-07-03 donb

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	Got rid of noisesome notice ... 

2008-06-24 ryang

	* packages/search/tcl/search-procs.tcl:
	add search::driver_name proc that returns the name of 
	current search driver 

2008-06-12 hectorr

	* etc/config.tcl:
	Changed libthread line to be non version dependant 

2008-06-11 donb

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	CVS merge made a hash of the db_nextval code (gustaf's 
	improved version, my rollback, his improved improved version 
	apparently confused it). 

	* packages/acs-templating/www/resources/lists.css:
	Call me crazy, but centering short lists next to a tall 
	filter pane just looks gross. 

	* packages/acs-content-repository/sql/oracle/content-item.sql:
	Got rid of stupid logging of delete operations, just as I 
	did on PG. 

	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	Removed stupid NOTICEs to the log file when deleting stuff.  
	Slows large deletes down a LOT and fills log file with 
	GARBAGE. 

2008-06-07 donb

	* packages/acs-subsite/sql/postgresql/themes-create.sql:
	Fixed constraint name 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-authentication/tcl/authentication-procs.tcl:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/content-create.sql:
	* packages/acs-content-repository/sql/oracle/content-image.sql:
	* packages/acs-content-repository/sql/oracle/content-update.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.4.0d1-5.4.0d2.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.4.2b1-5.4.2b2.sql:
	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.4.2d1-5.4.2d2.sql:
	* packages/acs-content-repository/tcl/filter-procs.tcl:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/community-core-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.4.0d3-5.4.0d4.sql:
	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	* packages/acs-kernel/sql/postgresql/community-core-create.sql:
	* packages/acs-kernel/sql/postgresql/site-node-object-map-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.4.0d3-5.4.0d4.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.4.0d4-5.4.0d5.sql:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml:
	* packages/acs-lang/sql/oracle/ad-locales.sql:
	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.4.1d1-5.4.1d2.sql:
	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.4.1d2-5.4.1d3.sql:
	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.4.1d1-5.4.1d2.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.4.1d2-5.4.1d3.sql:
	* packages/acs-lang/tcl/lang-util-procs-oracle.xql:
	* packages/acs-lang/tcl/lang-util-procs-postgresql.xql:
	* packages/acs-lang/www/change-locale.tcl:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/catalog/acs-mail-lite.es_ES.ISO-8859-1.xml:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	* packages/acs-mail-lite/tcl/utils-procs.tcl:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/lib/user-info.adp:
	* packages/acs-subsite/lib/user-info.tcl:
	* packages/acs-subsite/tcl/email-image-procs.tcl:
	* packages/acs-subsite/www/admin/site-map/site-map.tcl:
	* packages/acs-subsite/www/user/basic-info-update.tcl:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-tcl/lib/complain.adp:
	* packages/acs-tcl/lib/static-progress-bar.adp:
	* packages/acs-tcl/tcl/00-database-procs.tcl:
	* packages/acs-tcl/tcl/install-procs.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-tcl/tcl/table-display-procs.tcl:
	* packages/acs-tcl/tcl/test/html-email-procs.tcl:
	* packages/acs-tcl/tcl/text-html-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/acs-templating/resources/forms/standard.adp:
	* packages/acs-templating/tcl/tag-init.tcl:
	* packages/acs-templating/www/resources/forms.css:
	* packages/acs-templating/www/resources/mktree.js:
	* packages/acs-templating/www/resources/xinha-nightly/compression_readme.txt:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/Extended.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/custom.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/dynamic.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/ext_example-body.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/ext_example-dest.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/ext_example-menu.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/full_example.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/stylist.css:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-create.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-ctxsys.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-drop.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-index-create.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-index-drop.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-packages-create.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-packages-drop.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-tables-create.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-tables-drop.sql:
	* packages/intermedia-driver/tcl/intermedia-init.tcl:
	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.zh_CN.utf-8.xml:
	* packages/notifications/notifications.info:
	* packages/notifications/sql/oracle/notifications-replies-extra-create.sql:
	* packages/notifications/sql/postgresql/notifications-core-create.sql:
	* packages/notifications/sql/postgresql/notifications-replies-extra-create.sql:
	* packages/notifications/tcl/apm-callback-procs.tcl:
	* packages/notifications/tcl/notification-email-procs.tcl:
	* packages/notifications/tcl/sweep-procs-oracle.xql:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/lib/search.adp:
	* packages/search/search.info:
	* packages/search/sql/oracle/search-packages-create.sql:
	* packages/search/sql/oracle/search-tables-create.sql:
	* packages/search/tcl/search-procs.tcl:
	* packages/tsearch2-driver/tsearch2-driver.info:
	* www/blank-master.adp:
	* www/default-master.adp:
	* www/default-master.tcl:
	Merged from 5.4.2 

	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-ssl.html:
	* packages/search/tcl/search-init.tcl:
	branches:  1.10.2; Merged from 5.4.2 

	* ChangeLog:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	branches:  1.11.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	branches:  1.12.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/tutorial-vuh.html:
	branches:  1.13.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	branches:  1.14.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/install-tclwebtest.html:
	branches:  1.15.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	branches:  1.17.2; Merged from 5.4.2 

	* readme.txt:
	branches:  1.17.8; Merged from 5.4.2 

	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/xml/variables.ent:
	branches:  1.18.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/tutorial.html:
	branches:  1.19.2; Merged from 5.4.2 

	* packages/acs-subsite/sql/oracle/themes-create.sql:
	branches:  1.2.2; Fixed constraint name 

	* packages/intermedia-driver/sql/oracle/intermedia-driver-drop.sql~:
	branches:  1.2.8; Merged from 5.4.2 

	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	branches:  1.20.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	branches:  1.21.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	branches:  1.22.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	branches:  1.23.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/variables.html:
	branches:  1.24.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/upgrade.html:
	branches:  1.25.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/eng-standards.html:
	branches:  1.26.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	branches:  1.27.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/unix-installation.html:
	branches:  1.28.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/subsites-design.html:
	branches:  1.29.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	branches:  1.30.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/rp-design.html:
	branches:  1.31.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/install-cvs.html:
	branches:  1.34.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	branches:  1.35.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	branches:  1.37.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	branches:  1.38.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	branches:  1.39.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	branches:  1.4.2; Merged from 5.4.2 

	* packages/notifications/tcl/notification-callback-procs.tcl:
	branches:  1.4.8; Merged from 5.4.2 

	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-templating/tcl/form-procs.tcl:
	branches:  1.41.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	branches:  1.42.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	branches:  1.43.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	branches:  1.44.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/postgres.html:
	branches:  1.45.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/objects.html:
	branches:  1.46.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/index.html:
	branches:  1.47.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/release-notes.html:
	branches:  1.49.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	branches:  1.5.2; Merged from 5.4.2 

	* packages/acs-lang/tcl/lang-message-procs.tcl:
	branches:  1.51.8; Merged from 5.4.2 

	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	branches:  1.6.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-subsite/www/shared/send-email.tcl:
	branches:  1.7.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	branches:  1.8.2; Merged from 5.4.2 

	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/uptime.html:
	branches:  1.9.2; Merged from 5.4.2 

2008-06-03 marioa

	* packages/acs-admin/www/users/bouncing-users.xql:
	Drop database type from generic sql file. 

2008-06-01 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped version numbers for release 

	* packages/openacs-default-theme/lib/plain-master.adp:
	* packages/openacs-default-theme/lib/plain-master.tcl:
	Made it possible to override the generation of the main 
	content div wrappers, which is necessary if you want to 
	generate multi-column layouts using Mark's css. 

2008-05-31 donb

	* readme.txt:
	5.4.2 

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-vuh.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	5.4.2 docs 

2008-05-29 daveb

	* packages/acs-mail-lite/tcl/acs-mail-lite-init.tcl:
	Add feature to allow incoming email to create new bugs 

2008-05-28 donb

	* packages/acs-subsite/lib/home.adp:
	1. Fixed CSS to work with theme-zen and new openacs default 
	CSS. 2. Reformatted.  Sorry, any attempt to diff will suck, 
	but I just    couldn't stand it... 

	* packages/acs-subsite/www/index.adp:
	* packages/acs-templating/tcl/tag-init.tcl:
	* packages/openacs-default-theme/www/resources/styles/default-master.css:
	Working on theme-zen compatible OpenACS CSS+HTML (not done) 

2008-05-25 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped version numbers to prepare for tomorrow's release. 

2008-05-21 emmar

	* packages/acs-templating/resources/forms/standard.adp:
	* packages/acs-templating/www/resources/forms.css:
	Improved style of form errors. Moved the required mark into 
	the label tag so screenreaders won't miss it when in "form" 
	mode. 

2008-05-19 gustafn

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	new version of sequence name caching; use now system 
	catalogs as last ressort 

2008-05-19 donb

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	Relaxed the db_multirow restriction on appending when cached 
	to allow it if the multirow is empty. 

2008-05-18 emmar

	* packages/acs-mail-lite/tcl/utils-procs.tcl:
	mime::encode (tclllib 1.8 and 1.10) doesn't encode the 
	question mark which is a character used as a delimiter for 
	the content of the subject of an email message. That would 
	cause email clients to interpret it incorrectly. Removed the 
	check for tcllib 1.10 to use our proc in all cases. 

2008-05-18 donb

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	Commented out Gustaf's broken version of db_nextval, and 
	replaced it with the slower, but *correct*, earlier version. 
	 The "improved" version can be commented back in locally for 
	those who don't care about correctness.  Or it can be 
	corrected and put back in if someone cares to fix it. 

	* packages/acs-subsite/www/index.adp:
	* packages/acs-subsite/www/resources/site-master.css:
	Minor HTML/CSS tweaking of the inconsistently used portlet* 
	classes (more to do). 

	* packages/acs-subsite/lib/home.adp:
	* packages/acs-subsite/www/index.adp:
	* packages/acs-subsite/www/resources/site-master.css:
	* packages/openacs-default-theme/www/resources/styles/default-master.css:
	More CSS/HTML clean-up (more to go!) 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/lib/home.adp:
	* packages/acs-subsite/www/resources/site-master.css:
	* packages/openacs-default-theme/www/resources/styles/default-master.css:
	More CSS/HTML clean-up. 

	* packages/openacs-default-theme/www/resources/styles/default-master.css:
	More tweaking .. 

	* packages/openacs-default-theme/www/resources/styles/default-master.css:
	Removed tabs* css only used by one wizard page in the 
	unsupported simulation package (as part of my effort to 
	rationalize and simplify our global CSS so folks have a 
	better shot at easily writing new themes). 

	* packages/openacs-default-theme/www/resources/styles/default-master.css:
	Removed the developer support toolbar css from here (it's 
	defined in the package, and added with template::head from 
	blank-master.tcl) 

2008-05-16 gustafn

	* packages/acs-templating/tcl/richtext-procs.tcl:
	* packages/acs-templating/www/resources/xinha-nightly/Xinha.css:
	* packages/acs-templating/www/resources/xinha-nightly/XinhaCore.js:
	* packages/acs-templating/www/resources/xinha-nightly/XinhaLoader.js:
	* packages/acs-templating/www/resources/xinha-nightly/XinhaLoader_readme.txt:
	* packages/acs-templating/www/resources/xinha-nightly/compression_readme.txt:
	* packages/acs-templating/www/resources/xinha-nightly/contrib/php-xinha.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ExtendedDemo.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/Newbie.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/XinhaConfig.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/Extended.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/custom.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/dynamic.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/ext_example-body.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/ext_example-dest.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/ext_example-menu.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/full_example.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/files/stylist.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/simple_example.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/testbed.html:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fa.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/ColorPicker/ColorPicker.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/CreateLink/link.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/inline-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/panel-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/popupwin.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/full-screen.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/Gecko.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/paraHandlerBest.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/DOMwalk.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/TransformInnerHTML.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/insert_image.html:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/insert_image.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/insert_table.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InternetExplorer/InternetExplorer.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Opera/Opera.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/WebKit/WebKit.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/background-image.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/popups/bgimage.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/clientside-spellcheck.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/definition-list.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DoubleClick/double-click.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/dynamiccss.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/edit-tag.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/ASCIIMathML.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/example.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/popups/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/readme.txt:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/Classes/ExtendedFileManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dragTableCols.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/imagelist.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/slider.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/wz_jsgraphics.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/demo_images/linux/linux.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/extended-file-manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filters/paragraph.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filters/word.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/find-replace.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/fr_engine.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/popups/find_replace.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/form-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/select.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/GenericPlugin/generic-plugin.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/horizontal-rule.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlEntities/html-entities.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/slider.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/wz_jsgraphics.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/linux/linux.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-picker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/insert-marquee.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/insert-pagebreak.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/InsertPicture.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/insert-picture.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/insert-smiley.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/popups/insertsmiley.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/demosnippets.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/insert-snippet.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertWords/insert-words.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/scan.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/list-type.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/note-server.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/popups/codenote.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/paste-text.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PreserveScripts/js.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PreserveScripts/php.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PreserveScripts/php.svg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PreserveScripts/preserve-scripts.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/popups/quicktag.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/quick-tag.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/tag-lib.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/save-submit.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SetId/set-id.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/readme.txt:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/smart-replace.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/readme-tech.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/stylist.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/paragraph.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/word.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/super-clean.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/popups/merge_cells.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/popups/template.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/template.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/un-format.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/about.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/blank.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/select_color.html:
	* packages/acs-templating/www/resources/xinha-nightly/release-notes.txt:
	* packages/acs-templating/www/resources/xinha-nightly/skins/silva/skin.css:
	Upgrade to Xinha 0.95 

	* packages/acs-templating/www/resources/xinha-nightly/examples/files/Extended.html:
	branches:  1.1.2; file Extended.html was initially added on 
	branch oacs-5-4. 

	* packages/acs-templating/www/resources/xinha-nightly/compression_readme.txt:
	branches:  1.1.2; file compression_readme.txt was initially 
	added on branch oacs-5-4. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/files/custom.css:
	branches:  1.1.2; file custom.css was initially added on 
	branch oacs-5-4. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/files/dynamic.css:
	branches:  1.1.2; file dynamic.css was initially added on 
	branch oacs-5-4. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/files/ext_example-body.html:
	branches:  1.1.2; file ext_example-body.html was initially 
	added on branch oacs-5-4. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/files/ext_example-dest.php:
	branches:  1.1.2; file ext_example-dest.php was initially 
	added on branch oacs-5-4. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/files/ext_example-menu.php:
	branches:  1.1.2; file ext_example-menu.php was initially 
	added on branch oacs-5-4. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/files/full_example.css:
	branches:  1.1.2; file full_example.css was initially added 
	on branch oacs-5-4. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/files/stylist.css:
	branches:  1.1.2; file stylist.css was initially added on 
	branch oacs-5-4. 

2008-05-15 marioa

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql:
	Add reply_to column necessary to sweeper proc in call 
	acs_mail_lite::send_immediately 

2008-05-15 daveb

	* packages/acs-content-repository/sql/oracle/content-update.sql:
	Remove reference to obselete table cr_doc_filter. 

2008-05-13 gustafn

	* packages/acs-templating/tcl/richtext-procs.tcl:
	activating rich-text support for Safari 3+ and Opera 9+ as 
	supported by Xinha and TinyMCE 

	* packages/acs-templating/www/resources/xinha-nightly/XinhaLoader.js:
	* packages/acs-templating/www/resources/xinha-nightly/XinhaLoader_readme.txt:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ExtendedDemo.html:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Opera/Opera.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/WebKit/WebKit.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dragTableCols.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/GenericPlugin/generic-plugin.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PreserveScripts/js.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PreserveScripts/php.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PreserveScripts/php.svg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PreserveScripts/preserve-scripts.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/ru.js:
	branches:  1.1.2; updating to Xinha 0.95 

	* packages/acs-templating/www/resources/xinha-nightly/examples/ExtendedDemo.html:
	file ExtendedDemo.html was added on branch oacs-5-4 on 
	2008-05-16 17:04:31 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/modules/Opera/Opera.js:
	file Opera.js was added on branch oacs-5-4 on 2008-05-16 
	17:04:33 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/modules/WebKit/WebKit.js:
	file WebKit.js was added on branch oacs-5-4 on 2008-05-16 
	17:04:33 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/XinhaLoader.js:
	file XinhaLoader.js was added on branch oacs-5-4 on 
	2008-05-16 17:04:31 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/XinhaLoader_readme.txt:
	file XinhaLoader_readme.txt was added on branch oacs-5-4 on 
	2008-05-16 17:04:31 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dragTableCols.js:
	file dragTableCols.js was added on branch oacs-5-4 on 
	2008-05-16 17:04:36 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/es.js:
	file es.js was added on branch oacs-5-4 on 2008-05-16 
	17:04:37 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/es.js:
	file es.js was added on branch oacs-5-4 on 2008-05-16 
	17:04:39 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/fr.js:
	file fr.js was added on branch oacs-5-4 on 2008-05-16 
	17:04:37 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/GenericPlugin/generic-plugin.js:
	file generic-plugin.js was added on branch oacs-5-4 on 
	2008-05-16 17:04:38 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/PreserveScripts/js.png:
	file js.png was added on branch oacs-5-4 on 2008-05-16 
	17:04:42 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/PreserveScripts/php.png:
	file php.png was added on branch oacs-5-4 on 2008-05-16 
	17:04:42 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/PreserveScripts/php.svg:
	file php.svg was added on branch oacs-5-4 on 2008-05-16 
	17:04:42 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/PreserveScripts/preserve-scripts.js:
	file preserve-scripts.js was added on branch oacs-5-4 on 
	2008-05-16 17:04:42 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/ru.js:
	file ru.js was added on branch oacs-5-4 on 2008-05-16 
	17:04:41 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/ru.js:
	file ru.js was added on branch oacs-5-4 on 2008-05-16 
	17:04:43 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/Xinha.css:
	* packages/acs-templating/www/resources/xinha-nightly/XinhaCore.js:
	* packages/acs-templating/www/resources/xinha-nightly/contrib/compression_readme.txt:
	* packages/acs-templating/www/resources/xinha-nightly/contrib/php-xinha.php:
	* packages/acs-templating/www/resources/xinha-nightly/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/Extended.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/Newbie.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/XinhaConfig.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/custom.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/dynamic.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-body.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-menu.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/simple_example.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/stylist.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/testbed.html:
	* packages/acs-templating/www/resources/xinha-nightly/functionsMozilla.js:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fa.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/ColorPicker/ColorPicker.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/CreateLink/link.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/inline-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/panel-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/popupwin.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/full-screen.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/Gecko.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/paraHandlerBest.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/paraHandlerDirty.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/DOMwalk.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/TransformInnerHTML.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/insert_image.html:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/insert_image.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/insert_table.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InternetExplorer/InternetExplorer.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/background-image.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/popups/bgimage.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/clientside-spellcheck.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/definition-list.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DoubleClick/double-click.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/dynamiccss.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/edit-tag.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/ASCIIMathML.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/example.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/popups/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/readme.txt:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/Classes/ExtendedFileManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/imagelist.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/slider.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/wz_jsgraphics.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/demo_images/linux/linux.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/extended-file-manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filters/paragraph.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filters/word.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/find-replace.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/fr_engine.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/popups/find_replace.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/form-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/select.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/horizontal-rule.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlEntities/html-entities.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/slider.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/wz_jsgraphics.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/linux/linux.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-picker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/insert-marquee.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/insert-pagebreak.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/InsertPicture.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/insert-picture.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/insert-smiley.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/popups/insertsmiley.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/demosnippets.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/insert-snippet.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertWords/insert-words.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/scan.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/list-type.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/note-server.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/popups/codenote.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/paste-text.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/popups/quicktag.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/quick-tag.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/tag-lib.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/save-submit.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SetId/set-id.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/readme.txt:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/smart-replace.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/readme-tech.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/stylist.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/paragraph.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/word.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/super-clean.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/popups/merge_cells.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/popups/template.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/template.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/un-format.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/about.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/blank.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/select_color.html:
	* packages/acs-templating/www/resources/xinha-nightly/release-notes.txt:
	* packages/acs-templating/www/resources/xinha-nightly/skins/silva/skin.css:
	updating to Xinha 0.95 

2008-05-13 daveb

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/content-create.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.4.2b1-5.4.2b2.sql:
	Remove cr_doc_filter table, it is not used and the index is 
	not allowed in 10g. 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.4.2b1-5.4.2b2.sql:
	branches:  1.1.2; file upgrade-5.4.2b1-5.4.2b2.sql was 
	initially added on branch oacs-5-4. 

2008-05-11 marka

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql:
	fixed typo and made postgres 8.3 compliant 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.4.0d3-5.4.0d4.sql:
	upgrading from older versions never have this privilege 
	created 

2008-05-11 donb

	* packages/acs-subsite/www/admin/index.adp:
	* packages/acs-subsite/www/admin/index.tcl:
	Set title property ... 

2008-05-11 daveb

	* packages/acs-subsite/www/admin/index.adp:
	Use new doc(title) property to avoid warnings. 

2008-05-08 donb

	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/sql/oracle/acs-subsite-create.sql:
	* packages/acs-subsite/sql/postgresql/acs-subsite-create.sql:
	* packages/acs-subsite/tcl/subsite-procs.tcl:
	* packages/acs-subsite/tcl/subsite-procs.xql:
	* packages/acs-subsite/www/admin/configure.tcl:
	* packages/acs-subsite/www/admin/subsite-add.tcl:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* www/blank-master.tcl:
	Added first cut at theming stuff, using the new package 
	openacs-default-theme (previously imported) 

	* packages/acs-kernel/sql/oracle/apm-create.sql:
	Backed out ill-thought-out reference to the content 
	repository in this kernel package (a misguided attempt to 
	move some bad PG code over to Oracle, which caught the 
	reference to the undefined cr_folders table) 

	* packages/openacs-default-theme/www/resources/styles/site-master.css:
	Forgot to remove this file ... 

	* packages/openacs-default-theme/tcl/apm-callback-procs.tcl:
	Got rid of extraneous backslash 

	* packages/openacs-default-theme/catalog/openacs-default-theme.en_US.ISO-8859-1.xml:
	* packages/openacs-default-theme/lib/plain-master.adp:
	* packages/openacs-default-theme/lib/plain-master.tcl:
	* packages/openacs-default-theme/lib/tabbed-master.adp:
	* packages/openacs-default-theme/lib/tabbed-master.tcl:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/openacs-default-theme/tcl/apm-callback-procs.tcl:
	* packages/openacs-default-theme/www/resources/images/bg.gif:
	* packages/openacs-default-theme/www/resources/images/left.gif:
	* packages/openacs-default-theme/www/resources/images/left_on.gif:
	* packages/openacs-default-theme/www/resources/images/right.gif:
	* packages/openacs-default-theme/www/resources/images/right_on.gif:
	* packages/openacs-default-theme/www/resources/styles/default-master.css:
	* packages/openacs-default-theme/www/resources/styles/site-master.css:
	Initial import 

	* packages/acs-subsite/sql/oracle/themes-create.sql:
	* packages/acs-subsite/sql/oracle/themes-drop.sql:
	* packages/acs-subsite/sql/oracle/upgrade/upgrade-5.5.0d1-5.5.0d2.sql:
	* packages/acs-subsite/sql/postgresql/themes-create.sql:
	* packages/acs-subsite/sql/postgresql/themes-drop.sql:
	* packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.5.0d1-5.5.0d2.sql:
	* packages/acs-subsite/tcl/subsite-navigation-procs.tcl:
	It is strongly recommended that one "cvs add" new files ... 

	* packages/acs-content-repository/sql/oracle/content-util.sql:
	Moved back to the java versions of utils because it doesn't 
	appear anyone's going to fix this soon, and work on 5.5 has 
	begun. 

	* packages/openacs-default-theme/catalog/openacs-default-theme.en_US.ISO-8859-1.xml:
	* packages/openacs-default-theme/lib/plain-master.adp:
	* packages/openacs-default-theme/lib/plain-master.tcl:
	* packages/openacs-default-theme/lib/tabbed-master.adp:
	* packages/openacs-default-theme/lib/tabbed-master.tcl:
	* packages/openacs-default-theme/openacs-default-theme.info:
	* packages/openacs-default-theme/tcl/apm-callback-procs.tcl:
	* packages/openacs-default-theme/www/resources/images/bg.gif:
	* packages/openacs-default-theme/www/resources/images/left.gif:
	* packages/openacs-default-theme/www/resources/images/left_on.gif:
	* packages/openacs-default-theme/www/resources/images/right.gif:
	* packages/openacs-default-theme/www/resources/images/right_on.gif:
	* packages/openacs-default-theme/www/resources/styles/default-master.css:
	* packages/openacs-default-theme/www/resources/styles/site-master.css:
	branches:  1.1.1; Initial revision 

2008-05-08 daveb

	* packages/intermedia-driver/sql/oracle/intermedia-driver-tables-create.sql:
	Fix install script to workaround bugs in previous version of 
	search that incorrectly added intermedia tables for oracle. 

2008-05-07 emmar

	* packages/acs-templating/acs-templating.info:
	Change the default to false for UseHtmlAreaForRichtextP 
	since we claim to be AA compliant by default and xinha is 
	not (decided at the 7-may-2008 oct meeting) 

2008-05-07 daveb

	* packages/intermedia-driver/sql/oracle/intermedia-driver-create.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-ctxsys.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-drop.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-drop.sql~:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-index-create.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-index-drop.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-packages-create.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-packages-drop.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-sc-create.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-sc-drop.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-tables-create.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-tables-drop.sql:
	* packages/intermedia-driver/sql/oracle/search-create.sql:
	* packages/intermedia-driver/sql/oracle/search-ctxsys.sql:
	* packages/intermedia-driver/sql/oracle/search-drop.sql:
	* packages/intermedia-driver/sql/oracle/search-index-create.sql:
	* packages/intermedia-driver/sql/oracle/search-index-drop.sql:
	* packages/intermedia-driver/sql/oracle/search-packages-create.sql:
	* packages/intermedia-driver/sql/oracle/search-packages-drop.sql:
	* packages/intermedia-driver/sql/oracle/search-sc-create.sql:
	* packages/intermedia-driver/sql/oracle/search-sc-drop.sql:
	* packages/intermedia-driver/sql/oracle/search-tables-create.sql:
	* packages/intermedia-driver/sql/oracle/search-tables-drop.sql:
	Properly name SQL files to avoid confusion and make package 
	install. 

	* packages/intermedia-driver/sql/oracle/intermedia-driver-create.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-drop.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-sc-create.sql:
	* packages/intermedia-driver/sql/oracle/intermedia-driver-sc-drop.sql:
	Remove SC files, they belonged in search. 

	* packages/intermedia-driver/sql/oracle/intermedia-driver-create.sql:
	branches:  1.1.2; file intermedia-driver-create.sql was 
	initially added on branch oacs-5-4. 

	* packages/intermedia-driver/sql/oracle/intermedia-driver-ctxsys.sql:
	branches:  1.1.2; file intermedia-driver-ctxsys.sql was 
	initially added on branch oacs-5-4. 

	* packages/intermedia-driver/sql/oracle/intermedia-driver-drop.sql:
	branches:  1.1.2; file intermedia-driver-drop.sql was 
	initially added on branch oacs-5-4. 

	* packages/intermedia-driver/sql/oracle/intermedia-driver-drop.sql~:
	branches:  1.1.2; file intermedia-driver-drop.sql~ was 
	initially added on branch oacs-5-4. 

	* packages/intermedia-driver/sql/oracle/intermedia-driver-index-create.sql:
	branches:  1.1.2; file intermedia-driver-index-create.sql 
	was initially added on branch oacs-5-4. 

	* packages/intermedia-driver/sql/oracle/intermedia-driver-index-drop.sql:
	branches:  1.1.2; file intermedia-driver-index-drop.sql was 
	initially added on branch oacs-5-4. 

	* packages/intermedia-driver/sql/oracle/intermedia-driver-packages-create.sql:
	branches:  1.1.2; file intermedia-driver-packages-create.sql 
	was initially added on branch oacs-5-4. 

	* packages/intermedia-driver/sql/oracle/intermedia-driver-packages-drop.sql:
	branches:  1.1.2; file intermedia-driver-packages-drop.sql 
	was initially added on branch oacs-5-4. 

	* packages/intermedia-driver/sql/oracle/intermedia-driver-sc-create.sql:
	branches:  1.1.2; file intermedia-driver-sc-create.sql was 
	initially added on branch oacs-5-4. 

	* packages/intermedia-driver/sql/oracle/intermedia-driver-sc-drop.sql:
	branches:  1.1.2; file intermedia-driver-sc-drop.sql was 
	initially added on branch oacs-5-4. 

	* packages/intermedia-driver/sql/oracle/intermedia-driver-tables-create.sql:
	branches:  1.1.2; file intermedia-driver-tables-create.sql 
	was initially added on branch oacs-5-4. 

	* packages/intermedia-driver/sql/oracle/intermedia-driver-tables-drop.sql:
	branches:  1.1.2; file intermedia-driver-tables-drop.sql was 
	initially added on branch oacs-5-4. 

2008-05-05 marka

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	added function util::random_list_element which returns a 
	random element from the given list 

2008-05-02 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped version numbers to 5.4.2b1 

	* packages/acs-content-repository/sql/oracle/content-create.sql:
	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	Made naming constraints follow our standard so PG core AA 
	tests won't bitch 

2008-04-30 donb

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.4.1-5.4.2b1.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.4.1-5.4.2b1.sql:
	Moved these from HEAD to oacs-5-4 

2008-04-29 donb

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.0d2-5.3.0d3.sql:
	Not needed in PG 8x 

	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.0d2-5.3.0d3.sql:
	Removed lock table kludge used to work around PG 7 deadlock 

	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	Removed lock table that's was a workaround for PG 7x, no 
	longer supported 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.4.1-5.4.2b1.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.4.1-5.4.2b1.sql:
	branches:  1.1.2; Created 5.4 version of a 5.3 upgrade 
	script that was put on HEAD rather than the oacs-5-3 branch 
	originally, meaning the upgrade was never applied.  These 
	two scripts create an index but check to make sure it 
	doesn't exist first, so if someone has created the index 
	(perhaps by running the old upgrade script) manually, no 
	harm will be done by applying the 5.4 upgrade. 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.4.1-5.4.2b1.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.4.1-5.4.2b1.sql:
	file upgrade-5.4.1-5.4.2b1.sql was added on branch oacs-5-4 
	on 2008-04-30 00:05:08 +0000 

2008-04-28 emmar

	* packages/search/lib/search.adp:
	HTML strict cleanup 

2008-04-27 emmar

	* packages/acs-content-repository/acs-content-repository.info:
	Fix the require version number of acs-kernel and the provide 
	one of CR (they were swapped) 

2008-04-25 daveb

	* packages/intermedia-driver/sql/oracle/load-site-wide-search:
	* packages/intermedia-driver/sql/oracle/search-drop.sql:
	* packages/intermedia-driver/sql/oracle/search-from-scratch.sql:
	* packages/intermedia-driver/sql/oracle/search-index-create.sql:
	* packages/intermedia-driver/sql/oracle/search-index-drop.sql:
	Remove old files. Cleanup duplicate calls. 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0d4-5.3.0d5.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0d6-5.3.0d7.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.4.2d1-5.4.2d2.sql:
	Remove unecessary upgrades. Fix RI trigger now that we 
	require PG 8 we don't need the workaround in cr_folders. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.4.2d1-5.4.2d2.sql:
	branches:  1.1.2; file upgrade-5.4.2d1-5.4.2d2.sql was 
	initially added on branch oacs-5-4. 

2008-04-24 gustafn

	* packages/acs-service-contract/www/binding-display.tcl:
	Provide link for binding-display of service contracts to the 
	XOTcl api browser, in case XOTcl methods are used in service 
	contracts 

2008-04-21 victorg

	* packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.el_GR.utf-8.xml:
	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.pt_BR.ISO-8859-1.xml:
	Resurrecting message keys added on en_US locale for de_DE, 
	el_GT, es_ES, nl_NL, pt_BR. 

2008-04-20 donb

	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	Added missing message keys ... 

2008-04-19 victorg

	* packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.el_GR.utf-8.xml:
	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.pt_BR.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.zh_CN.utf-8.xml:
	Message keys for core packages from translation server ( 
	Openacs 5.4.1 ). 

2008-04-19 donb

	* packages/acs-subsite/www/admin/index.adp:
	Added title ... 

	* www/default-master.adp:
	Missing "@" in a var ref 

2008-04-18 victorg

	* packages/acs-lang/acs-lang.info:
	* packages/acs-lang/tcl/lang-catalog-procs.tcl:
	* packages/acs-lang/tcl/lang-message-procs.tcl:
	* packages/acs-lang/www/admin/export-messages.adp:
	* packages/acs-lang/www/admin/import-messages.adp:
	* packages/acs-lang/www/admin/import-messages.tcl:
	* packages/acs-lang/www/admin/localized-message-new.tcl:
	* packages/acs-lang/www/admin/message-delete.adp:
	* packages/acs-lang/www/admin/message-list-oracle.xql:
	* packages/acs-lang/www/admin/message-list.adp:
	* packages/acs-lang/www/admin/message-list.tcl:
	* packages/acs-lang/www/admin/package-list.adp:
	* packages/acs-lang/www/admin/package-list.tcl:
	Rollingback (HEAD) implementation of TIP 113 and bugfixes 
	committed after that. Removing this functionality was 
	decided by OCT on April 16 2008. Commits removed on HEAD:  
	http://xarg.net/tools/cvs/change-set-details?key=28264 
	http://xarg.net/tools/cvs/change-set-details?key=28219 
	http://xarg.net/tools/cvs/change-set-details?key=28218  This 
	needs to be correctly implemented in the future. 

	* packages/acs-lang/acs-lang.info:
	* packages/acs-lang/tcl/lang-catalog-procs.tcl:
	* packages/acs-lang/tcl/lang-message-procs.tcl:
	* packages/acs-lang/tcl/localization-procs.tcl:
	* packages/acs-lang/www/admin/export-messages.adp:
	* packages/acs-lang/www/admin/import-messages.adp:
	* packages/acs-lang/www/admin/import-messages.tcl:
	* packages/acs-lang/www/admin/localized-message-new.tcl:
	* packages/acs-lang/www/admin/message-delete.adp:
	* packages/acs-lang/www/admin/message-delete.tcl:
	* packages/acs-lang/www/admin/message-list-oracle.xql:
	* packages/acs-lang/www/admin/message-list.adp:
	* packages/acs-lang/www/admin/message-list.tcl:
	* packages/acs-lang/www/admin/package-list.adp:
	* packages/acs-lang/www/admin/package-list.tcl:
	Rollingback (OACS-5-4 Branch) implementation of TIP 113 and 
	bugfixes committed after that. Removing this functionality 
	was decided by OCT on April 16 2008. Commits removed on 
	HEAD:  
	http://xarg.net/tools/cvs/change-set-details?key=29129 
	http://xarg.net/tools/cvs/change-set-details?key=28264 
	http://xarg.net/tools/cvs/change-set-details?key=28219 
	http://xarg.net/tools/cvs/change-set-details?key=28218  This 
	needs to be correctly implemented in the future. 

	* packages/acs-lang/tcl/localization-procs.tcl:
	branches:  1.23.8; Rollingback (HEAD) implementation of TIP 
	113 and bugfixes committed after that. Removing this 
	functionality was decided by OCT on April 16 2008. Commits 
	removed on HEAD:  
	http://xarg.net/tools/cvs/change-set-details?key=28264 
	http://xarg.net/tools/cvs/change-set-details?key=28219 
	http://xarg.net/tools/cvs/change-set-details?key=28218  This 
	needs to be correctly implemented in the future. 

	* packages/acs-lang/www/admin/message-delete.tcl:
	branches:  1.5.8; Rollingback (HEAD) implementation of TIP 
	113 and bugfixes committed after that. Removing this 
	functionality was decided by OCT on April 16 2008. Commits 
	removed on HEAD:  
	http://xarg.net/tools/cvs/change-set-details?key=28264 
	http://xarg.net/tools/cvs/change-set-details?key=28219 
	http://xarg.net/tools/cvs/change-set-details?key=28218  This 
	needs to be correctly implemented in the future. 

2008-04-18 emmar

	* packages/acs-content-repository/tcl/filter-procs.tcl:
	Fixed default template: only render content when it's HTML 
	or can be converted to HTML 

2008-04-18 donb

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	Broke out the check for valid mime types that 
	ad_html_text_convert can convert so a caller can check that 
	it will work (the content repository is hard-wired to try to 
	convert any text mime type when delivering it through an 
	automagically-generated template created by content::init) 

2008-04-17 emmar

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	HTML Strict cleanup 

2008-04-17 daveb

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Fix ns_log statement. Change ns_logs of non-error conditions 
	to debug. No need to log successful exec. 

2008-04-16 daveb

	* packages/intermedia-driver/sql/oracle/search-packages-drop.sql:
	* packages/intermedia-driver/sql/oracle/search-tables-drop.sql:
	Fix up drop scripts. 

	* packages/search/sql/oracle/search-packages-create.sql:
	* packages/search/sql/oracle/search-tables-create.sql:
	Found some more intermedia stuff to remove. 

	* packages/search/sql/oracle/load-site-wide-search:
	* packages/search/sql/oracle/search-ctxsys.sql:
	* packages/search/sql/oracle/search-im-convert.sql:
	* packages/search/sql/oracle/search-index-create.sql:
	* packages/search/sql/oracle/search-index-drop.sql:
	* packages/search/sql/oracle/search-index-from-scratch.sql:
	* packages/search/sql/oracle/search-packages-create.sql:
	* packages/search/sql/oracle/search-tables-create.sql:
	Remove intermedia specific files 

	* packages/intermedia-driver/sql/oracle/search-packages-create.sql:
	* packages/intermedia-driver/sql/oracle/search-tables-create.sql:
	* packages/intermedia-driver/sql/oracle/syndication-create.sql:
	* packages/intermedia-driver/sql/oracle/syndication-drop.sql:
	Remove search stuff from intermedia driver 

	* packages/intermedia-driver/sql/oracle/search-packages-create.sql:
	Remove triggers. They belong in the individual packages. 

2008-04-15 daveb

	* packages/intermedia-driver/tcl/intermedia-init.tcl:
	Move intermedia scheduled proc to intermedia package. 

	* packages/intermedia-driver/sql/oracle/search-index-create.sql:
	* packages/search/tcl/search-init.tcl:
	Move scheduled proc to intermedia driver. Fix typo. 

	* packages/intermedia-driver/tcl/intermedia-init.tcl:
	branches:  1.1.2; file intermedia-init.tcl was initially 
	added on branch oacs-5-4. 

2008-04-13 donb

	* www/default-master.tcl:
	Removed some dupe code that snuck in, probably due to cvs 
	merge ... 

2008-04-12 emmar

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Ooops, forgot to rename a variable 

2008-04-11 emmar

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Reodered the steps to build the message parts first, then 
	add the headers using mime::setheaders (except To, From, CC 
	and BCC). Retrieve the message as a string only if delivery 
	mode is not set to default (smtp). Tested successfully with 
	tcllib 1.8 and 1.10 (unless I missed something) 

2008-04-11 donb

	* packages/acs-tcl/tcl/site-nodes-procs-oracle.xql:
	* packages/acs-tcl/tcl/site-nodes-procs-postgresql.xql:
	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	* packages/acs-tcl/tcl/site-nodes-procs.xql:
	Got rid of malte's broken site node lazy caching code. 
	Someone should make lazy caching work someday... 

	* packages/acs-tcl/tcl/site-nodes-procs-oracle.xql:
	* packages/acs-tcl/tcl/site-nodes-procs-postgresql.xql:
	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	* packages/acs-tcl/tcl/site-nodes-procs.xql:
	Removed malte's broken site node caching code.  If you want 
	to fix it, the version before this has the broken code (look 
	at get_from_url). 

2008-04-11 daveb

	* packages/acs-tcl/tcl/http-auth-procs.tcl:
	Adding utilities to support HTTP authentication. This allows 
	you to register a filter to any URL to use HTTP 
	authentication. This can be used in oacs-dav, we also used 
	it to make RSS feeds that needed HTTP authentication. 

2008-04-09 marioa

	* packages/notifications/tcl/sweep-procs-oracle.xql:
	Fixed problem with query on oracle. Drop condition  and 
	!&gt;&gt;&gt;!notifications.notif_date &lt; sysdate because it doesn't 
	exist on pg query. 

2008-04-09 donb

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	After discussion in the OCT, rolled this back.  And leave it 
	rolled back. 

2008-04-08 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Fixed problem with complex send not knowing about the new 
	valid_email_p procedure. additionally made sure that no 
	empty header could be passed, as this breaks smtp::sendmail 

2008-04-08 daveb

	* packages/acs-content-repository/sql/oracle/content-image.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.4.0d1-5.4.0d2.sql:
	Don't reload image datamodel. Remove explicit delete of 
	images row, acs_object.del does that for you. Removing that 
	change means we don't need to reload the image pl/sql 
	package. 

2008-04-06 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped version numbers ... 

	* ChangeLog:
	ChangeLog for 5.4.1 

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	Updated docs for 5.4.1 

2008-04-03 emmar

	* packages/acs-subsite/tcl/email-image-procs.tcl:
	Added return_url in calls to email_image::get_user_email 

	* packages/acs-authentication/tcl/authentication-procs.tcl:
	Added system name in the from of the verification email sent 
	to the user 

	* packages/acs-templating/resources/forms/standard.adp:
	Enclosed legend text in span so a style can be applied to it 
	if needed. Applied implicit association for checkbox/radio 
	by wrapping the formfield with the label tag. Don't generate 
	empty div blocks (e.g. when label is empty) 

	* packages/acs-subsite/www/shared/send-email.tcl:
	Export return_url in the send-email form 

	* packages/acs-subsite/www/admin/site-map/site-map.tcl:
	HTML Strict cleanup 

	* packages/acs-lang/www/admin/message-list.adp:
	Reintroduced the form to switch between locales that has 
	been removed by Malte in previous commits 

2008-04-02 emmar

	* packages/acs-lang/tcl/lang-util-procs-oracle.xql:
	* packages/acs-lang/tcl/lang-util-procs-postgresql.xql:
	Fixed for spellcheck. We want to match only the enabled 
	languages. 

2008-03-29 emmar

	* packages/acs-templating/www/resources/mktree.js:
	Added the mktree_remember global variable so scripts that 
	use mktree can decide if they want to keep the state of tree 
	or not (mktree_remember defaults to false) 

	* packages/acs-subsite/lib/user-info.adp:
	* packages/acs-subsite/lib/user-info.tcl:
	* packages/acs-subsite/www/user/basic-info-update.tcl:
	Set focus for user-info form 

2008-03-27 emmar

	* packages/acs-templating/www/resources/mktree.js:
	Replaced the use of the non valid attribute 'remember' by 
	checking if the node has children to create/update a cookie 
	that keeps its state 

2008-03-23 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped info files, which I forgot to do before putting up 
	the beta tarball. 

2008-03-22 gustafn

	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	* packages/acs-tcl/tcl/community-core-procs.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	* packages/acs-tcl/tcl/tcl-documentation-procs.tcl:
	* packages/acs-tcl/tcl/tdom-procs.tcl:
	* packages/acs-tcl/tcl/test/html-email-procs.tcl:
	* packages/acs-tcl/tcl/util-diff-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	normalize some more expressions 

	* packages/acs-subsite/tcl/email-image-procs.tcl:
	* packages/acs-subsite/www/group-master.tcl:
	* packages/acs-subsite/www/shared/parameters.tcl:
	* packages/acs-subsite/www/user/portrait/upload.tcl:
	normalize some more string expressions 

2008-03-22 emmar

	* packages/acs-kernel/sql/oracle/community-core-create.sql:
	* packages/acs-kernel/sql/postgresql/community-core-create.sql:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/acs-lang/sql/oracle/ad-locales.sql:
	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.4.1d2-5.4.1d3.sql:
	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.4.1d2-5.4.1d3.sql:
	* packages/acs-lang/www/change-locale.tcl:
	* packages/acs-lang/www/locale-set.tcl:
	Add foreign key constraint on user_preferences.locale to 
	force referencial integrity. This column is now added by 
	acs-lang at creation time, to create the constraint at the 
	same moment. 

	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.4.1d2-5.4.1d3.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.4.1d2-5.4.1d3.sql:
	branches:  1.1.2; file upgrade-5.4.1d2-5.4.1d3.sql was 
	initially added on branch oacs-5-4. 

2008-03-21 gustafn

	* packages/acs-content-repository/tcl/revision-procs.tcl:
	deactivate background_delivery for connections via nsopenssl 

2008-03-19 emmar

	* packages/acs-lang/acs-lang.info:
	* packages/acs-lang/sql/oracle/ad-locales.sql:
	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.4.1d1-5.4.1d2.sql:
	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.4.1d1-5.4.1d2.sql:
	Fixed for en_CA and fr_CA locale definitions 

	* packages/search/tcl/search-procs.tcl:
	Roll back my previous commit that put the last dequeue call 
	into a default block of the switch. Objects that have 
	insert/update and delete operations in the same run would 
	never be dequeued otherwise. 

	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.4.1d1-5.4.1d2.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.4.1d1-5.4.1d2.sql:
	branches:  1.1.2; file upgrade-5.4.1d1-5.4.1d2.sql was 
	initially added on branch oacs-5-4. 

2008-03-17 gustafn

	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.4.0d3-5.4.0d4.sql:
	Fix apm_package_instance_delete in Oracle to delete 
	content_folders of the package. Now PostgreSQL and Oracle 
	behave the same way, before the content_folders were only 
	deleted in the PostgreSQL version. 

2008-03-13 donb

	* packages/acs-tcl/tcl/security-procs.tcl:
	Allow files like "file not found" or "server busy" to be 
	displayed when the entire server is restricted to registered 
	users. 

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Tracked down obscure problem that has cropped up 
	occasionally since the beginning.  If AOLserver his hit with 
	a domain name that's not bound to the IP it is listening on, 
	it tries to serve /global/file-not-found but does not call 
	registered preauth filters first.  It does call registered 
	procs, though.  This results in rp_handler being called, but 
	not rp_filter, and rp_handler dies because it expects 
	rp_filter to have set up ad_conn.  My solution is to simply 
	redirect to the URL AOLserver substitutes, without the bogus 
	domain name, which causes the file not found page to be 
	delivered to the user.  The calls I saw were GET 
	http://www.google.com to my server's IP - probably a 
	security exploit for IIS or Apache sometime in the deep 
	past. 

2008-03-12 maltes

	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	Missing message keys, transformed as I guess they are meant. 

2008-03-12 emmar

	* packages/search/tcl/search-procs.tcl:
	Changed log notice to debug 

2008-03-12 daveb

	* packages/acs-templating/tcl/head-procs.tcl:
	Merge order option for add_css from oacs-5-4 

2008-03-11 emmar

	* packages/acs-tcl/tcl/table-display-procs.tcl:
	HTML Strict cleanup 

2008-03-11 donb

	* packages/acs-tcl/tcl/table-display-procs.tcl:
	Deprecated ad_table 

2008-03-11 daveb

	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.4.1d1-5.4.1d2.sql:
	Fix content_type__is_content_type define function args to 
	match Tcl procedure and Oracle signature. The argument is 
	called object_type. 

2008-03-07 maltes

	* packages/acs-lang/tcl/lang-message-procs.tcl:
	Made sure you can pass an empty string as default and it 
	translates into translation missing. Thanks To Emma for 
	noticing this 

2008-03-07 emmar

	* packages/acs-content-repository/tcl/filter-procs.tcl:
	Added -- after switches in call to ad_html_text_convert to 
	avoid errors when the text to convert contains hyphens 

2008-03-06 maltes

	* packages/acs-lang/tcl/lang-message-procs.tcl:
	Fix Bug #3126. lang::message::lookup was not adhering to a 
	given default value but just returned the message key 
	missing string, even if there was a default 

2008-03-05 donb

	* packages/acs-tcl/tcl/security-procs.tcl:
	Added /favicon.ico to the magic list of URLs allowed when 
	you restrict an entire site to registered users. 

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	* packages/acs-content-repository/tcl/content-folder-procs.xql:
	Removed Malte's "fix" to content-folder new, and 
	emmanuelle's fix to that fix (which was fine), by rolling 
	back to the 5.3 version (which wasn't broken in the first 
	place, PG 8.1 was) 

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	* packages/acs-content-repository/tcl/content-folder-procs.xql:
	Removed Malte's "fix" to content-folder::new, and 
	emmanuelle's fix to that fix (which was fine), reverting to 
	the 5.3 version because it wasn't broken in the first place, 
	and malte's attempt removed transaction protection around 
	the folder inserts (bad!) in order to avoid a pg-only 
	deadlock in PG 8.1 which doesn't happen in PG 8.2 or better. 

2008-03-04 gustafn

	* packages/acs-tcl/tcl/openacs-kernel-procs.tcl:
	* packages/acs-tcl/tcl/test/log-test-procs.tcl:
	adding missing close statements 

2008-03-04 donb

	* packages/acs-tcl/tcl/install-procs.tcl:
	Cleaned up the install.xml stuff so it no longer puts random 
	crap out in the log written to the http socket. 

2008-03-01 emmar

	* packages/acs-templating/tcl/head-procs.tcl:
	Added column to links multirow to be able to order 
	stylesheets 

2008-02-29 emmar

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	default value of parent_id has to be the empty string in 
	content::folder::new 

2008-02-15 daveb

	* packages/acs-tcl/tcl/util-diff-procs.tcl:
	Utility procedurs to generate inline diffs for text or html. 
	Includes special MS Word HTML option to ignore Word tags 
	when generating a diff. 

2008-02-13 emmar

	* packages/search/tcl/search-procs.tcl:
	Don't dequeue twice. Added a default switch in search 
	indexer for operation that does not match update/insert nor 
	delete 

2008-02-13 donb

	* packages/ref-timezones/sql/postgresql/00-timezones.ctl:
	* packages/ref-timezones/sql/postgresql/01-timezone-rules.ctl:
	Some time, long long ago, the PSQL "\copy" command syntax 
	change, but the old syntax was accepted.  As of PG 8.3, the 
	old syntax is no longer allowed. 

2008-02-12 daveb

	* packages/acs-templating/tcl/tag-init.tcl:
	Add box tag from xarg. If you use Zen css you get nice boxes 
	that look just like portlets! 

2008-02-06 donb

	* packages/acs-kernel/sql/postgresql/site-node-object-map-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.4.0d4-5.4.0d5.sql:
	Completed NIma's patch. 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.4.0d4-5.4.0d5.sql:
	branches:  1.1.2; file upgrade-5.4.0d4-5.4.0d5.sql was 
	initially added on branch oacs-5-4. 

2008-02-05 nimam

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.4.0d3-5.4.0d4.sql:
	Added upgrade for missing cascade part for 
	site_node_object_mappings 

	* packages/acs-kernel/sql/postgresql/site-node-object-map-create.sql:
	Inserted missing missing cascade part 

2008-02-03 donb

	* ChangeLog:
	5.4.0 ChangeLog 

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-core-docs/www/install-ssl.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/install-tclwebtest.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-vuh.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	* packages/acs-core-docs/www/upgrade.html:
	* packages/acs-core-docs/www/uptime.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/variables.ent:
	5.4.0 docs 

	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	Added pointer to template::head 

	* readme.txt:
	Bumped version number in the file 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped version numbers to 5.4.0 

	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	Fixed typo (misspelling) 

	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	More release note changes 

	* packages/acs-content-repository/sql/oracle/content-util.sql:
	Somehow rolling back malte's stuff missed this file, and I 
	hadn't noticed 

2008-02-02 victorg

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.4.0d3-5.4.0d4.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.4.0d3-5.4.0d4.sql:
	Creating privilege annotate in case it's not created. 

2008-02-02 emmar

	* packages/acs-templating/tcl/tag-init.tcl:
	Don't put out row in the HTML tag, it's not an attribute 

	* packages/acs-tcl/lib/complain.adp:
	* packages/acs-tcl/lib/static-progress-bar.adp:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	HTML Strict cleanup 

	* www/blank-master.adp:
	Type attribute of the style tag was rendered twice 

2008-02-02 donb

	* packages/acs-templating/tcl/form-procs.tcl:
	Put "&lt;div&gt;" around hidden elements put out by the 
	formtemplate tag when a custom template layout rather than a 
	style template is used and that custom template layout 
	doesn't put out the hidden elements manually. 

2008-02-01 daveb

	* etc/config.tcl:
	Fix default mime type! text/plain for unknown extensions is 
	a very bad idea. Treating unknown files, many of the binary 
	as text can only lead to suffering. 

	* etc/config.tcl:
	Merge default mime type fix from HEAD 

2008-01-31 emmar

	* packages/acs-mail-lite/tcl/utils-procs.tcl:
	Fix bug in subject encoding proc 

2008-01-30 donb

	* packages/acs-tcl/tcl/html-email-procs.tcl:
	If we recieve mail in both plain text and html, use the 
	plain text version from the mail program rather than try to 
	transform the html version into text. 

2008-01-29 victorg

	* packages/notifications/tcl/notification-callback-procs.tcl:
	Adding missing space in callback definition 

2008-01-28 daveb

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Add new util::catch_exec procedure to handle returned status 
	codes from exec more completely. This is required to calling 
	exec from catch using Solaris, and works fine on other 
	platforms. Inspired by http://wiki.tcl.tk/1039 

2008-01-25 daveb

	* packages/acs-templating/tcl/richtext-procs.tcl:
	* packages/acs-templating/www/resources/tinymce/examples/example_advanced.css:
	* packages/acs-templating/www/resources/tinymce/examples/example_advanced.htm:
	* packages/acs-templating/www/resources/tinymce/examples/example_flash_list.js:
	* packages/acs-templating/www/resources/tinymce/examples/example_full.css:
	* packages/acs-templating/www/resources/tinymce/examples/example_full.htm:
	* packages/acs-templating/www/resources/tinymce/examples/example_image_list.js:
	* packages/acs-templating/www/resources/tinymce/examples/example_link_list.js:
	* packages/acs-templating/www/resources/tinymce/examples/example_media_list.js:
	* packages/acs-templating/www/resources/tinymce/examples/example_simple.htm:
	* packages/acs-templating/www/resources/tinymce/examples/example_template.htm:
	* packages/acs-templating/www/resources/tinymce/examples/example_template_list.js:
	* packages/acs-templating/www/resources/tinymce/examples/example_word.css:
	* packages/acs-templating/www/resources/tinymce/examples/example_word.htm:
	* packages/acs-templating/www/resources/tinymce/examples/logo.jpg:
	* packages/acs-templating/www/resources/tinymce/examples/logo_over.jpg:
	* packages/acs-templating/www/resources/tinymce/examples/templates/count.htm:
	* packages/acs-templating/www/resources/tinymce/examples/templates/editing_details.htm:
	* packages/acs-templating/www/resources/tinymce/examples/templates/editors_comment.htm:
	* packages/acs-templating/www/resources/tinymce/examples/templates/invoice.htm:
	* packages/acs-templating/www/resources/tinymce/examples/templates/layout1.htm:
	* packages/acs-templating/www/resources/tinymce/examples/templates/snippet1.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/blank.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/license.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/css/advhr.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advhr/rule.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/css/advimage.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/image.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advimage/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/css/advlink.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/link.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/advlink/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/autosave/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/autosave/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/autosave/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/bbcode/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/contextmenu/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/contextmenu/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/directionality/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/directionality/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/emotions.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/emotions/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/blank.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/css/fullpage.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/fullpage.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullpage/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/fullscreen.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/fullscreen/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/iespell/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/iespell/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/inlinepopups/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/insertdatetime/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/insertdatetime/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/layer/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/layer/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/css/content.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/css/media.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/media/media.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/nonbreaking/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/nonbreaking/images/nonbreaking.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/nonbreaking/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/noneditable/css/noneditable.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/noneditable/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/noneditable/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/#editor_plugin.js#:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/css/advimage.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/image.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/images/sample.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/jscripts/#functions.js#:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/jscripts/functions.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/#editor_plugin_src.js#:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/css/advlink.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/images/attach.png:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/jscripts/functions.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/#en.js#:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/link.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/blank.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/css/blank.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/css/pasteword.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/images/pastetext.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/images/pasteword.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/images/selectall.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/jscripts/pastetext.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/jscripts/pasteword.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/pastetext.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/pasteword.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/paste/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/example.html:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/images/preview.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/jscripts/embed.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/preview/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/print/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/print/images/print.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/print/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/print/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/save/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/save/images/cancel.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/save/images/save.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/save/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/save/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/css/searchreplace.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace_all_button_bg.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/replace_button_bg.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/images/search.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/jscripts/searchreplace.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/searchreplace/searchreplace.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/css/props.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/images/apply_button_bg.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/images/style_info.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/images/styleprops.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/jscripts/props.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/props.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/style/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/cell.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/css/cell.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/css/row.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/css/table.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/buttons.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_cell_props.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_col.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_delete_row.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_col_after.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_col_before.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_row_after.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_insert_row_before.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_merge_cells.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_row_props.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/images/table_split_cells.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/jscripts/cell.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/jscripts/merge_cells.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/jscripts/row.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/jscripts/table.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/merge_cells.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/row.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/table/table.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/blank.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/css/template.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/images/template.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/jscripts/template.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/template/template.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/visualchars/images/visualchars.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/visualchars/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/abbr.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/acronym.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/attributes.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/cite.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/attributes.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/popup.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/css/xhtmlxtras.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/del.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/abbr.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/acronym.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/attribs.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/cite.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/date_time.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/del.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/ins.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/images/remove_button_bg.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/ins.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/abbr.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/acronym.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/attributes.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/cite.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/del.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/element_common.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/jscripts/ins.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/zoom/editor_plugin_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/zoom/readme.txt:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/about.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/anchor.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/charmap.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/color_picker.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/css/colorpicker.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_content.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_popup.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/css/editor_ui.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/about.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/common_buttons.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/create_accessible_content.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_anchor_window.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_image_window.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_link_window.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/images/insert_table_window.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/index.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_anchor_button.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_image_button.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_link_button.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/insert_table_button.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/style.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/editor_template.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/editor_template_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/image.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/anchor.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/anchor_symbol.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/backcolor.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_de_se.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_es.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_fr.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_ru.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bold_tw.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/browse.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/bullist.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/button_menu.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/buttons.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/cancel_button_bg.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/charmap.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/cleanup.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/close.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/code.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/color.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/colors.jpg:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/copy.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/custom_1.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/cut.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/forecolor.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/help.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/hr.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/image.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/indent.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/insert_button_bg.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/italic.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_de_se.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_es.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_ru.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/italic_tw.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/justifycenter.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyfull.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyleft.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/justifyright.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/link.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/menu_check.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/newdocument.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/numlist.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/opacity.png:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/outdent.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/paste.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/redo.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/removeformat.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/separator.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/spacer.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/statusbar_resize.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/strikethrough.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/sub.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/sup.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/underline.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_es.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_fr.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_ru.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/underline_tw.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/undo.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/unlink.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/visualaid.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_bg.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_end.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_bg.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tab_sel_end.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/images/xp/tabs_bg.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/about.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/anchor.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/charmap.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/color_picker.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/image.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/link.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/jscripts/source_editor.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/link.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/advanced/source_editor.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/#editor_template_src.js#:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/about.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/anchor.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/charmap.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/color_picker.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/css/colorpicker.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/css/editor_content.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/css/editor_popup.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/css/editor_ui.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/css/main.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/about.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/common_buttons.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/create_accessible_content.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/images/insert_anchor_window.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/images/insert_image_window.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/images/insert_link_window.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/images/insert_table_window.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/index.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/insert_anchor_button.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/insert_image_button.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/insert_link_button.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/insert_table_button.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/docs/en/style.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/editor_template_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/image.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/anchor.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/anchor_symbol.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/backcolor.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold_de_se.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold_es.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold_fr.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold_ru.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bold_tw.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/browse.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/bullist.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/button_menu.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/buttons.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/cancel_button_bg.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/charmap.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/cleanup.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/close.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/code.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/color.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/colors.jpg:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/copy.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/custom_1.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/cut.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/forecolor.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/help.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/hr.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/image.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/indent.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/insert_button_bg.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/italic.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/italic_de_se.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/italic_es.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/italic_ru.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/italic_tw.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/justifycenter.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/justifyfull.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/justifyleft.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/justifyright.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/link.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/menu_check.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/newdocument.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/numlist.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/opacity.png:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/outdent.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/paste.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/redo.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/removeformat.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/separator.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/spacer.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/statusbar_resize.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/strikethrough.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/sub.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/sup.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/underline.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/underline_es.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/underline_fr.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/underline_ru.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/underline_tw.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/undo.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/unlink.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/visualaid.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/xp/tab_bg.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/xp/tab_end.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/xp/tab_sel_bg.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/xp/tab_sel_end.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/images/xp/tabs_bg.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/about.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/anchor.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/charmap.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/color_picker.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/image.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/link.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/jscripts/source_editor.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/langs/en.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/link.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/openacs/source_editor.htm:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/css/editor_content.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/css/editor_popup.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/css/editor_ui.css:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/editor_template.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/editor_template_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bold.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bold_de_se.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bold_fr.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bold_ru.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bold_tw.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/bullist.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/buttons.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/cleanup.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/italic.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/italic_de_se.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/italic_ru.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/italic_tw.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/numlist.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/redo.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/separator.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/spacer.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/strikethrough.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/underline.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/underline_fr.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/underline_ru.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/underline_tw.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/themes/simple/images/undo.gif:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce_dev.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce_popup.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce_src.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/utils/editable_selects.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/utils/form_utils.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/utils/mclayer.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/utils/mctabs.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/utils/validate.js:
	* packages/acs-templating/www/resources/tinymce/readme:
	* www/blank-master.tcl:
	Adding tinymce support. 

	* packages/acs-templating/www/resources/tinymce/changelog:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacsimage/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/editor_plugin.js:
	* packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/oacslink/langs/en.js:
	branches:  1.1.2; Adding tinymce support. 

2008-01-24 gustafn

	* packages/acs-templating/tcl/form-procs.tcl:
	provide IDs for forms 

	* bin/webspell:
	set default language (if no language is specified) for spell 
	to en_US 

2008-01-24 donb

	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/intermedia-driver/intermedia-driver.info:
	* packages/notifications/notifications.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	A variety of things ... 1. maturity level of 
	acs-mail-lite/notifications set to 2 until final release 2. 
	intermedia bumped to 5.4.0b1 (missed this earlier) and 
	maturity to 3 3. tsearch2-driver maturity set to 3 

	* packages/notifications/sql/oracle/notifications-replies-extra-create.sql:
	* packages/notifications/sql/postgresql/notifications-core-create.sql:
	* packages/notifications/sql/postgresql/notifications-replies-extra-create.sql:
	* packages/notifications/tcl/apm-callback-procs.tcl:
	* packages/notifications/tcl/notification-callback-procs.tcl:
	* packages/notifications/tcl/notification-email-procs.tcl:
	Fixed public procs without documentation blocks which caused 
	automated tests to fail.  I even tried to write meaningful 
	documentation in some cases.  Fixed constraint names that 
	also caused automated test failures FOR PG ONLY. Someone who 
	used Oracle can fix the Oracle ones if they want. 

2008-01-23 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/notifications/notifications.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Bumped version numbers... 

2008-01-23 daveb

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	Remove historical debugging log statement! (finally) 

2008-01-21 gustafn

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	branches:  1.104.2; improve windows compatibility 

	* packages/acs-templating/tcl/spellcheck-init.tcl:
	improve windows compatibility 

2008-01-21 donb

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	Added missing catalog key used in title (it does not exist 
	in any other locale, either, for you non-english readers 
	looking at the cvs log) 

	* packages/acs-subsite/tcl/test/acs-subsite-procs.tcl:
	branches:  1.6.10; Fixed another test that failed due to 
	user caching 

2008-01-20 gustafn

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	* packages/acs-templating/tcl/spellcheck-init.tcl:
	- provide a tcl verison of which - remove wierd code from 
	spellcheck-init, trying to find aspell or ispell programs 

2008-01-20 donb

	* packages/acs-content-repository/sql/oracle/content-package.sql:
	* packages/acs-content-repository/sql/oracle/content-revision.sql:
	Missed two files to rollback previously 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.4.0d5-5.4.0d6.sql:
	Part of the malte rollback 

	* packages/acs-tcl/tcl/test/navigation-procs.tcl:
	* packages/acs-tcl/tcl/test/site-nodes-test-procs.tcl:
	Removed the old test case #3 (and renumbered the remaining 
	ones).  The test checked that updating the cache without 
	sync'ing the children didn't change the results returned by 
	the get procedure.  However the lazy caching code by Malte 
	changed the semantics of get to automatically load the cache 
	with children if you try to get the node_id of a node with 
	kids.  This is a good thing, actually, since the update 
	cache w/o sync'ing kids exists to make the cache update 
	quick.  But it did break the test checking explicitly for 
	the old semantics.  It would be nice, however, if people, 
	after writing new code and noticing that tests break, would 
	actually sit down and determine if the test or code is wrong 
	and take appropriate action.  Because I just spent two full 
	hours tracking this down and verifying that the new 
	semantics invalidate the old test code in a reasonable way, 
	and I'm not the author of the new code. 

	* packages/acs-content-repository/sql/oracle/packages-create.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.4.0d3-5.4.0d4.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.4.0d4-5.4.0d5.sql:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	Rolled back abortive attempt to substitute dbms_log stuff 
	for java 

	* packages/acs-content-repository/sql/oracle/content-image.sql:
	branches:  1.14.2; Rolled back abortive attempt to 
	substitute dbms_log stuff for java 

	* packages/acs-tcl/tcl/site-nodes-procs-oracle.xql:
	branches:  1.19.2; Fixed a broken oracle query 

	* packages/acs-tcl/tcl/community-core-procs.tcl:
	branches:  1.55.2; acs_user::flush_cache didn't flush the 
	get_by_username memoized call, causing problems if you 
	deleted a user then tried to recreate the same user, because 
	the auth validate data (for a user) code uses this proc. 

2008-01-19 donb

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	Added an explicit blank body to two callbacks added by 
	Malte, so automated tests will pass.  This is about the 
	third release in which I've had to do this.  Simply adding 
	"-" after the empty doc comment block is sufficient, ad_proc 
	treats that as an empty body. 

	* packages/acs-templating/tcl/spellcheck-init.tcl:
	BSD "which" doesn't return -1 if no path for the given 
	binary exists, therefore "catch" didn't, therefore (sigh) 
	"bin" was always set to aspell whether or not it exists.  
	Same result as the error I fixed long ago with this init 
	file (see comments) but for a different reason! 

	* packages/acs-authentication/tcl/test/acs-authentication-procs.tcl:
	Running these test twice would lead to errors, due to test 
	users not being deleted.  The tear-down stuff knows how to 
	rollback the database, but caching is a bit beyond its 
	automated capability at the moment. 

2008-01-19 daveb

	* packages/acs-templating/tcl/richtext-procs.tcl:
	branches:  1.33.2; Remove support for RTE. 

	* packages/acs-templating/acs-templating.info:
	branches:  1.42.2; Remove support for RTE. 

2008-01-17 emmar

	* packages/acs-content-repository/tcl/image-procs.tcl:
	Set default path for binary to /usr/bin instead of 
	/usr/local/bin 

2008-01-16 victorg

	* packages/acs-kernel/acs-kernel.info:
	branches:  1.95.2; Removing extra "provides" tag. 

2008-01-15 donb

	* packages/notifications/sql/oracle/notifications-package-create.sql:
	* packages/notifications/sql/oracle/upgrade/upgrade-5.4.0d2-5.4.0d3.sql:
	It's "sysdate", not "sysdate()", folks :) 

	* packages/notifications/tcl/sweep-procs-oracle.xql:
	branches:  1.17.2; It's "sysdate", not "sysdate()", folks :) 

2008-01-14 emmar

	* etc/daemontools/run:
	Set the default config for a debian/ubuntu instalation (as 
	agreed at the OCT) 

	* etc/config.tcl:
	branches:  1.44.2; Set the default config for a 
	debian/ubuntu instalation (as agreed at the OCT) 

2008-01-13 donb

	* packages/notifications/www/subscribers-oracle.xql:
	* packages/notifications/www/subscribers-postgresql.xql:
	* packages/notifications/www/subscribers.tcl:
	* packages/notifications/www/subscribers.xql:
	Crap, this script was added with the following problems ...  
	1. called contacts package (fixed previously) 2. embedded 
	PG-only queries (no xql files, no attempt to make this 
	dotlrn    component work with oracle despite our policy of 
	supporting oracle) 3. authorship misattributed to tracy 
	adams (copied another script as a stub),    she wasn't the 
	source of these problems 

	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-5.4.0d2-5.4.0d3.sql:
	Fixed oracle syntax - add doesn't allow "column", unlike PG 

	* packages/notifications/tcl/notification-procs.tcl:
	branches:  1.15.4; Broken for oracle ... not now though. 

	* packages/notifications/notifications.info:
	branches:  1.43.2; Fixed version number 

2008-01-12 donb

	* packages/notifications/tcl/notification-email-procs.tcl:
	Fixed typo, minor clean-up, pass reply_to as switch.  Still 
	needs to be tested. 

	* packages/notifications/www/subscribers.tcl:
	Malte FUCKING called his contacts package from the 
	notifications packages, causing it to break.  Of course 
	there was no requires tag in the info file so it didn't 
	break until you actually tried using a package that uses 
	notifications.  And even better, there's already a proc in 
	acs-tcl/tcl - an ancient one - that does the same thing 
	anyway. 

	* packages/notifications/catalog/notifications.ch_zh.utf-8.xml:
	* packages/notifications/catalog/notifications.cs_CZ.utf-8.xml:
	Merged from 5.3 branch 

	* packages/notifications/tcl/notification-email-procs.tcl:
	Switched from complex_send to send (which now includes the 
	better features of complex_send) 

	* packages/notifications/notifications.info:
	This version of notifications required the latest 
	acs-mail-lite so I updated the requires tag accordingly, and 
	bumped the version number of notifications to make clear 
	that something's different. 

	* packages/notifications/www/manage.adp:
	branches:  1.11.4; Someone changed the message key here 
	without bothering to provide a message, so I'm switching 
	back to the one that exists in something like 15 or so 
	different languages. 

	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	branches:  1.16.2; Merged from 5.3 branch 

	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	branches:  1.21.2; Merged from 5.3 branch 

	* packages/notifications/tcl/notification-email-procs.tcl:
	branches:  1.31.2; Removed some custom client code Daveb 
	added 

	* packages/notifications/catalog/notifications.zh_CN.utf-8.xml:
	branches:  1.7.2; Merged from 5.3 branch 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	branches:  1.78.2; Removed these two procs entirely, since a 
	search of packages and contrib shows that nothing in our 
	tree uses them (and no package outside of acs-mail-lite 
	should've used them in the first place). 

	* packages/notifications/www/manage.tcl:
	branches:  1.8.4; Malte FUCKING called his contacts package 
	from the notifications packages, causing it to break.  Of 
	course there was no requires tag in the info file so it 
	didn't break until you actually tried using a package that 
	uses notifications.  And even better, there's already a proc 
	in acs-tcl/tcl - an ancient one - that does the same thing 
	anyway. 

2008-01-11 hamiltonc

	* packages/acs-templating/tcl/head-procs.tcl:
	branches:  1.14.2; updated the headscript multirow with an 
	order column to allow devs to have some control over which 
	javascript src gets loaded first 

2008-01-11 emmar

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Move complex_smtp to smtp. Mark ::sendmail and 
	::deliver_mail as deprecated 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Use DCC header instead of the BCC one in call to 
	::smtp::sendmessage 

	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	branches:  1.24.2; Move complex_smtp to smtp. Mark 
	::sendmail and ::deliver_mail as deprecated 

2008-01-09 emmar

	* packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.4.0d2-5.4.0d3.sql:
	Forgot to rename a column in my previous commit 

	* packages/acs-mail-lite/sql/oracle/acs-mail-lite-create.sql:
	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-1.0b6-1.0b7.sql:
	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-1.3b7-1.3b8.sql:
	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-1.3b8-1.3b9.sql:
	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-1.3b9-1.3b10.sql:
	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-5.4.0d1-5.4.0d2.sql:
	* packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql:
	* packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-1.0b6-1.0b7.sql:
	* packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-1.3b7-1.3b8.sql:
	* packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-1.3b8-1.3b9.sql:
	* packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-1.3b9-1.3b10.sql:
	* packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.4.0d1-5.4.0d2.sql:
	Join upgrade scripts into one with correct version number. 

	* packages/acs-mail-lite/sql/oracle/acs-mail-lite-create.sql:
	* packages/acs-mail-lite/sql/oracle/acs-mail-lite-drop.sql:
	* packages/acs-mail-lite/sql/oracle/complex-create.sql:
	* packages/acs-mail-lite/sql/oracle/complex-drop.sql:
	* packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql:
	* packages/acs-mail-lite/sql/postgresql/acs-mail-lite-drop.sql:
	* packages/acs-mail-lite/sql/postgresql/complex-create.sql:
	* packages/acs-mail-lite/sql/postgresql/complex-drop.sql:
	Move complex stuff to separated scripts 

	* packages/acs-mail-lite/tcl/utils-procs.tcl:
	* packages/acs-tcl/tcl/html-email-procs.tcl:
	Move helper procs for sending email to acs-mail-lite 

	* packages/acs-mail-lite/acs-mail-lite.info:
	Ooops! forgot to add the after_upgrade callback in the info 
	file 

	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Remove duplicated proc 

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/tcl/acs-mail-lite-init.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/apm-callback-procs.tcl:
	* packages/acs-mail-lite/tcl/bounce-procs.tcl:
	Remove sendmail procs to use smtp only. Remove SendmailBin 
	parameter (not used anymore) 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql:
	Remove unused queries. Remove from generic xql queries that 
	are different for each db and already in the appropriate xql 

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql:
	Replace send procs with a refactored version of 
	complex_send, allowing cc, bcc and attachments 

	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Update calls to utils procs adding the namespace 

	* packages/acs-mail-lite/sql/oracle/acs-mail-lite-create.sql:
	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-5.4.0d2-5.4.0d3.sql:
	* packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql:
	* packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-5.4.0d2-5.4.0d3.sql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql:
	Upgrade scripts and fix datamodel consistency 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql:
	branches:  1.11.2; Upgrade scripts and fix datamodel 
	consistency 

	* packages/acs-mail-lite/tcl/utils-procs.tcl:
	branches:  1.2.2; Replace send procs with a refactored 
	version of complex_send, allowing cc, bcc and attachments 

	* packages/acs-mail-lite/acs-mail-lite.info:
	branches:  1.38.2; Ooops! forgot to add the after_upgrade 
	callback in the info file 

2008-01-08 emmar

	* www/blank-master.tcl:
	Added back the code to retrieve body_handlers (accidently 
	removed) 

	* packages/acs-templating/tcl/head-procs.tcl:
	Remove code to retrieve body event handlers from 
	prepare_multirows (was unsetting body_handlers and that code 
	is in get_body_handlers now) 

2008-01-08 donb

	* packages/acs-templating/tcl/head-procs.tcl:
	* www/blank-master.tcl:
	1. template::head::get_footer_html didn't return the html 2. 
	template::head::get_[header/footer]_html renamed to 
	template::get_[header/footer]_html because    a. makes sense 
	   b. the "add" procs were in the right namespace so now 
	it's consistent 3. modifed blank-master to reflect #2 

2008-01-08 daveb

	* packages/acs-templating/tcl/head-procs.tcl:
	* www/blank-master.tcl:
	Make template::get_body_event_handlers proc to process the 
	data added with template::add_body_handler 

2008-01-07 daveb

	* packages/acs-templating/tcl/head-procs.tcl:
	Fixed prioritization of CSS. media=all is first. Changed so 
	unspecificed media goes to the end. For CSS the default is 
	all so media should always have a value. 

	* packages/acs-templating/tcl/head-procs.tcl:
	Initial attempt at ordering CSS links in document head. 
	There is a question where media="all" should go. 

2008-01-05 donb

	* packages/search/lib/navbar.adp:
	* packages/search/lib/navbar.tcl:
	* packages/search/www/search.adp:
	Added smarter navigation bar, i.e. the list template builder 
	style 

	* packages/search/lib/navbar.adp:
	Failed with only one result on the page (something screwy 
	when copying from the client site where I wrote this 
	originally) 

	* packages/acs-templating/tcl/head-procs.tcl:
	Fixed typo ... 

	* packages/search/lib/navbar.tcl:
	Off-by-one problem 

	* packages/search/lib/navbar.tcl:
	Removed the "optimization" of links 

	* packages/acs-templating/tcl/head-procs.tcl:
	Silly simplification of a minor bit of this code. 

	* packages/search/search.info:
	branches:  1.30.2; Added smarter navigation bar, i.e. the 
	list template builder style 

	* packages/search/www/search.tcl:
	branches:  1.31.2; Added smarter navigation bar, i.e. the 
	list template builder style 

2008-01-04 emmar

	* packages/acs-subsite/www/permissions/perm-include.tcl:
	* packages/acs-subsite/www/shared/parameters.tcl:
	HTML Strict cleanup and fix in parameters page 

2008-01-04 daveb

	* packages/acs-templating/tcl/head-procs.tcl:
	* www/blank-master.tcl:
	Move template::head specific code into head-procs.tcl. Fix 
	add_meta to add meta instead of script! 

2008-01-03 emmar

	* packages/acs-subsite/www/permissions/perm-include.adp:
	* packages/acs-subsite/www/permissions/perm-include.tcl:
	HTML Strict cleanup 

2007-12-23 emmar

	* packages/acs-tcl/tcl/table-display-procs.tcl:
	branches:  1.14.2; HTML Strict cleanup 

2007-12-21 emmar

	* packages/notifications/tcl/notification-display-procs.tcl:
	branches:  1.18.10; HTML Strict cleanup 

2007-12-20 emmar

	* www/blank-master.tcl:
	* www/site-master.tcl:
	Move templating, devsup and translating stuff to 
	blank-master. Fix footerrendering 

2007-12-19 emmar

	* www/blank-master.tcl:
	* www/site-master.tcl:
	Move devsup toolbar to blank-master 

	* www/site-master.tcl:
	Move dotlrn_toolbar to theme-zen (out of site-master) 

2007-12-19 donb

	* packages/acs-mail-lite/acs-mail-lite.info:
	Removed the MMEncodeBin parameter, which is no longer used. 

2007-12-18 emmar

	* packages/acs-admin/www/index.adp:
	Add missing closing @ of the too_many_subsites_p var 

2007-12-17 emmar

	* packages/acs-templating/tcl/head-procs.tcl:
	Change default value to "all" for media in add_css 

2007-12-14 emmar

	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Rolling back to the working version (decided during informal 
	OCT in IRC today) 

	* packages/acs-subsite/tcl/party-procs.tcl:
	branches:  1.7.6; Rolling back to the working version 
	(decided during informal OCT in IRC today) 

2007-12-13 emmar

	* packages/acs-templating/resources/forms/confirm-button.adp:
	Add a back button 

	* packages/acs-subsite/www/resources/site-master.css:
	Align breadcrumbs with system name 

	* packages/acs-tcl/tcl/navigation-procs.tcl:
	Parameter for breadcrumbs separator 

	* packages/notifications/tcl/notification-display-procs.tcl:
	Remove border around the notification icon (aesthetic) 

	* www/default-master.tcl:
	branches:  1.26.2; Parameter for breadcrumbs separator 

	* www/default-master.adp:
	branches:  1.31.2; Parameter for breadcrumbs separator 

	* packages/acs-subsite/acs-subsite.info:
	branches:  1.95.2; Parameter for breadcrumbs separator 

2007-12-12 gustafn

	* www/blank-master.tcl:
	* www/site-master.tcl:
	- fix curly braces around on-load actions - fix loading of 
	xinha (moved init to onload of body) - changed name HTMLarea 
	to Xinha in configuration calls 

2007-12-11 emmar

	* packages/acs-templating/tcl/date-procs.tcl:
	branches:  1.42.2; HTML strict (nowrap attribute not 
	allowed) 

2007-12-10 victorg

	* packages/acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.eu_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.fr_FR.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.gl_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.hi_IN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.hu_HU.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ind_ID.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.ms_MY.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.nn_NO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.no_NO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.pa_IN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.pt_BR.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.ro_RO.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ru_RU.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.th_TH.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.tr_TR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.zh_TW.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.hi_IN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pa_IN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ar_EG.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ar_LB.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.eu_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.fa_IR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.hi_IN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.hu_HU.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ja_JP.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ko_KR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ms_MY.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.pa_IN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.sh_HR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.th_TH.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.tr_TR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.zh_CN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.ca_ES.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.de_DE.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.gl_ES.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.nl_NL.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.pl_PL.utf-8.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.pt_BR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_GB.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.eu_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.hi_IN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ms_MY.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pa_IN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.th_TH.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.eu_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.hi_IN.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ind_ID.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ms_MY.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ar_LB.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.eu_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.fi_FI.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.gl_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.hi_IN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ms_MY.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.pa_IN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.pt_PT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ro_RO.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ru_RU.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.sh_HR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.tr_TR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.zh_CN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml:
	* packages/notifications/catalog/notifications.ar_EG.utf-8.xml:
	* packages/notifications/catalog/notifications.ar_LB.utf-8.xml:
	* packages/notifications/catalog/notifications.ast_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.ca_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.da_DK.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.es_CO.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.es_GT.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.eu_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.fi_FI.utf-8.xml:
	* packages/notifications/catalog/notifications.fr_FR.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.gl_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.hi_IN.utf-8.xml:
	* packages/notifications/catalog/notifications.hu_HU.utf-8.xml:
	* packages/notifications/catalog/notifications.it_IT.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.ko_KR.utf-8.xml:
	* packages/notifications/catalog/notifications.ms_MY.utf-8.xml:
	* packages/notifications/catalog/notifications.nn_NO.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.no_NO.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.pl_PL.utf-8.xml:
	* packages/notifications/catalog/notifications.pt_PT.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.ro_RO.utf-8.xml:
	* packages/notifications/catalog/notifications.ru_RU.utf-8.xml:
	* packages/notifications/catalog/notifications.sv_SE.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.zh_CN.utf-8.xml:
	* packages/search/catalog/search.nl_NL.ISO-8859-1.xml:
	* packages/search/catalog/search.pl_PL.utf-8.xml:
	* packages/search/catalog/search.pt_BR.ISO-8859-1.xml:
	Import of message keys from translation server for core and 
	.LRN packages. This catalogs have no package version info. 
	Check 
	http://openacs.org/forums/message-view?message%5fid=1007666 

	* packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml:
	branches:  1.10.2; Import of message keys from translation 
	server for core and .LRN packages. This catalogs have no 
	package version info. Check 
	http://openacs.org/forums/message-view?message%5fid=1007666 

	* packages/notifications/catalog/notifications.pt_BR.ISO-8859-1.xml:
	branches:  1.12.2; Import of message keys from translation 
	server for core and .LRN packages. This catalogs have no 
	package version info. Check 
	http://openacs.org/forums/message-view?message%5fid=1007666 

	* packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml:
	branches:  1.16.2; Import of message keys from translation 
	server for core and .LRN packages. This catalogs have no 
	package version info. Check 
	http://openacs.org/forums/message-view?message%5fid=1007666 

	* packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml:
	branches:  1.17.2; Import of message keys from translation 
	server for core and .LRN packages. This catalogs have no 
	package version info. Check 
	http://openacs.org/forums/message-view?message%5fid=1007666 

	* packages/notifications/catalog/notifications.el_GR.utf-8.xml:
	branches:  1.5.2; Import of message keys from translation 
	server for core and .LRN packages. This catalogs have no 
	package version info. Check 
	http://openacs.org/forums/message-view?message%5fid=1007666 

2007-12-10 emmar

	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Add missing join 

2007-12-06 emmar

	* www/blank-master.tcl:
	Fix namespace for add_body_handler 

2007-12-06 daveb

	* packages/acs-templating/tcl/head-procs.tcl:
	* www/blank-master.tcl:
	Always treat body handlers as list. Fix focus to use 
	identifier. There can only be one focus. 

	* packages/acs-tcl/tcl/html-email-procs.tcl:
	Don't fail on poorly formed mime message. If an error occurs 
	and the mime tokens are not cleaned up, all subsequent calls 
	to mime procs will end up with mismatched mime parts. 

	* www/blank-master.tcl:
	Don't use identifier, its not needed for focus since we only 
	call it once. 

	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Fix typo, llength spelled incorrectly. 

2007-12-05 maltes

	* packages/acs-subsite/tcl/email-image-procs.xql:
	* packages/acs-subsite/tcl/party-procs.tcl:
	Added procedure to resolve the party_ids if they contain 
	groups 

	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Cleaned up complex_send, broke it down into multiple parts, 
	refactored repetitive things into foreach loops, made sure 
	rollout support is handled in complex_smtp, thopugh I have 
	no idea how to do the filters there.... This is in need of 
	testing and should only act as a commit for the OCT to 
	decide if this is going in the right direction. 

2007-12-05 emmar

	* packages/notifications/catalog/notifications.el_GR.utf-8.xml:
	Greek catalogs for dotlrn 

2007-12-05 daveb

	* www/site-master.adp:
	Fix stupid typo! 

2007-12-03 daveb

	* www/blank-compat.tcl:
	* www/blank-master.tcl:
	* www/site-master.adp:
	Move focus handling to blank master. Use add_body_handler to 
	set it. Pass focus up to blank master. 

	* packages/acs-subsite/www/group-master.tcl:
	Remove header_stuff code, we aren't using it anyway. Remove 
	reference to unused stylesheet, hasn't been used since 2003. 

	* www/blank-master.tcl:
	* www/default-master.adp:
	* www/default-master.tcl:
	Remove properties not used in default master. Remove link 
	multirow in default master, its not used. Add skip_link 
	property 

	* packages/acs-subsite/www/group-master.adp:
	Remove reference to unused properties. These are generated 
	in blank-master now. 

	* packages/acs-subsite/www/group-master.tcl:
	branches:  1.15.2; Remove reference to unused properties. 
	These are generated in blank-master now. 

	* www/blank-master.adp:
	branches:  1.28.2; Remove properties not used in default 
	master. Remove link multirow in default master, its not 
	used. Add skip_link property 

2007-11-30 daveb

	* packages/acs-admin/www/users/merge.adp:
	* packages/acs-admin/www/users/merge.tcl:
	* packages/acs-automated-testing/www/admin/testcase.adp:
	* packages/acs-automated-testing/www/admin/testcase.tcl:
	* packages/acs-subsite/www/register/index.adp:
	* packages/acs-subsite/www/register/index.tcl:
	* packages/acs-templating/tcl/head-procs.tcl:
	Remove header stuff from core. Use template::head 
	procedures. Add template::head::add_style to add inline 
	styles. 

2007-11-29 maltes

	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Fixed the confusion about single_email_p in 
	complex_send_immediately using the defaults which make most 
	sense. Fixed documentation accordingly 

	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	I think I fixed the problem with multipart/mixed of e-mails 
	with no attachments. This should be tested though. I am 
	putting this out to see if I might have a mismatch in my 
	train of thought. 

2007-11-29 emmar

	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Fix malformed date and encode subject (using helper procs). 
	Set the charset for message body (utf-8) 

	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Fix message initialization. Was failing in case the message 
	has no alternative and no attachament. In case the message 
	has an alternative and no attachment, it was initialized 
	twice. 

	* packages/acs-tcl/tcl/html-email-procs.tcl:
	Helper procs to encode the subject and format the date for 
	an email message 

2007-11-28 emmar

	* packages/acs-tcl/tcl/html-email-procs.tcl:
	Add build_subject proc that encodes a string to be used as 
	subject in an email message 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/www/group-master.adp:
	* packages/acs-subsite/www/site-map/index.tcl:
	HTML Strict cleanup, last shot for core :) 

	* packages/acs-tcl/tcl/html-email-procs.tcl:
	* packages/acs-tcl/tcl/md5-procs.tcl:
	TIP 117: remove md5-procs since it's available in tcllib 

	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Turn ds_comment into ns_log debug 

2007-11-27 emmar

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/www/user/portrait/comment-edit-2.tcl:
	* packages/acs-subsite/www/user/portrait/comment-edit.adp:
	* packages/acs-subsite/www/user/portrait/comment-edit.tcl:
	* packages/acs-subsite/www/user/portrait/comment-edit.xql:
	* packages/acs-subsite/www/user/portrait/erase-2.tcl:
	* packages/acs-subsite/www/user/portrait/erase.adp:
	* packages/acs-subsite/www/user/portrait/erase.tcl:
	* packages/acs-subsite/www/user/portrait/erase.xql:
	* packages/acs-subsite/www/user/portrait/upload-2-oracle.xql:
	* packages/acs-subsite/www/user/portrait/upload-2-postgresql.xql:
	* packages/acs-subsite/www/user/portrait/upload-2.tcl:
	* packages/acs-subsite/www/user/portrait/upload-oracle.xql:
	* packages/acs-subsite/www/user/portrait/upload-postgresql.xql:
	* packages/acs-subsite/www/user/portrait/upload.adp:
	Change to use form builder 

	* packages/search/www/advanced-search.adp:
	* packages/search/www/index.adp:
	* packages/search/www/resources/search.css:
	* packages/search/www/search.adp:
	* packages/search/www/search.tcl:
	HTML Strict cleanup 

	* packages/acs-subsite/www/members/index.adp:
	* packages/acs-subsite/www/shared/community-member.adp:
	HTML strict cleanup 

	* packages/search/search.info:
	Remove mal-formed and unused param. Bump version. 

	* packages/acs-subsite/www/user/portrait/upload.adp:
	* packages/acs-subsite/www/user/portrait/upload.tcl:
	Replace english text with message keys 

	* packages/acs-subsite/www/user/portrait/comment-edit.tcl:
	* packages/acs-subsite/www/user/portrait/comment-edit.xql:
	Replace english text with message keys. Extract sql to xql 
	file 

	* packages/acs-subsite/www/user/portrait/upload.tcl:
	branches:  1.11.2; Change to use form builder 

2007-11-24 gustafn

	* packages/acs-templating/www/resources/xinha-nightly/contrib/lc_parse_strings.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/Extended.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/custom.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/dynamic.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-body.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-dest.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-menu.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/stylist.css:
	* packages/acs-templating/www/resources/xinha-nightly/lang/b5.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ch.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/cz.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/da.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ee.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/el.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fi.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/gb.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/hu.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/it.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/lt.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/lv.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ro.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/si.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/th.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/vn.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/ColorPicker/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/CreateLink/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/paraHandlerDirty.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/insert_table.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/popups/abbreviation.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/popups/select_character.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/1.pl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/el.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/demo_images/.htaccess:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/panel.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/fieldset.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/form.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/input.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/label.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/ro.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/popups/docprop.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy-logic.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/popups/insert_marquee.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/README.txt:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys.txt:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/popups/insertsnippet.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/api.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/example01.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/popups/paste_text.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SetId/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SetId/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/aspell_setup.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/cz.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/da.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/hu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/ro.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-savedicts.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/tidy.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/cz.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/da.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/el.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/fi.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/it.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/ro.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/sv.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/it.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/editor_help.html:
	Update Xinha to: Stable Xinha 0.94 (2007-10-18) 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-picker.js:
	branches:  1.1.2; Update Xinha to: Stable Xinha 0.94 
	(2007-10-18) 

	* packages/acs-templating/www/resources/xinha-nightly/examples/Newbie.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/XinhaConfig.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/simple_example.html:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/panel-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/popups/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SetId/set-id.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/popups/merge_cells.html:
	branches:  1.2.2; Update Xinha to: Stable Xinha 0.94 
	(2007-10-18) 

	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/inline-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/full-screen.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/paraHandlerBest.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/TransformInnerHTML.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/insert_image.html:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/insert_table.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/background-image.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/clientside-spellcheck.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/definition-list.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/edit-tag.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/ASCIIMathML.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/example.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/wz_jsgraphics.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/extended-file-manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/find-replace.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/horizontal-rule.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/wz_jsgraphics.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/insert-pagebreak.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/insert-smiley.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/quick-tag.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/tag-lib.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/save-submit.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/readme-tech.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/un-format.js:
	* packages/acs-templating/www/resources/xinha-nightly/skins/silva/skin.css:
	branches:  1.3.2; Update Xinha to: Stable Xinha 0.94 
	(2007-10-18) 

	* packages/acs-templating/www/resources/xinha-nightly/XinhaCore.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/ColorPicker/ColorPicker.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/CreateLink/link.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/popupwin.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/Gecko.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/DOMwalk.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/insert_image.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InternetExplorer/InternetExplorer.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/popups/bgimage.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DoubleClick/double-click.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/dynamiccss.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/Classes/ExtendedFileManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/fr_engine.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/select.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/insert-marquee.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/popups/insertsmiley.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/insert-snippet.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/scan.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/note-server.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/popups/codenote.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/smart-replace.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/super-clean.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/popups/template.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/template.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/blank.html:
	* packages/acs-templating/www/resources/xinha-nightly/release-notes.txt:
	branches:  1.4.2; Update Xinha to: Stable Xinha 0.94 
	(2007-10-18) 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/form-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/list-type.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/select_color.html:
	branches:  1.5.2; Update Xinha to: Stable Xinha 0.94 
	(2007-10-18) 

	* packages/acs-templating/www/resources/xinha-nightly/examples/testbed.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/stylist.js:
	branches:  1.6.2; Update Xinha to: Stable Xinha 0.94 
	(2007-10-18) 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/about.html:
	branches:  1.7.2; Update Xinha to: Stable Xinha 0.94 
	(2007-10-18) 

	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	branches:  1.8.2; Update Xinha to: Stable Xinha 0.94 
	(2007-10-18) 

	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.js:
	branches:  1.9.2; Update Xinha to: Stable Xinha 0.94 
	(2007-10-18) 

2007-11-23 gustafn

	* packages/acs-authentication/tcl/authentication-procs.tcl:
	- ensure, the login window is displayed, when the computed 
	URL is too long - improve hint message 

	* packages/acs-authentication/tcl/authentication-procs.tcl:
	branches:  1.78.2;  - ensure, the login window is displayed, 
	when the computed URL is too long  - improve hint message 

2007-11-23 emmar

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/bounce-procs.tcl:
	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Indent code 

2007-11-22 gustafn

	* packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl:
	ensure that the tcl-proc-view script of /api-doc/ is called 
	(does not work perfectly for ns_* commands either) 

2007-11-21 gustafn

	* packages/acs-templating/resources/forms/confirm-button.adp:
	fix bug #3104 

2007-11-21 emmar

	* packages/acs-subsite/www/user/portrait/upload.xql:
	Extracting embedded sql 

	* packages/acs-admin/www/apm/package-add.tcl:
	* packages/acs-admin/www/apm/version-dependency-add.tcl:
	* packages/acs-admin/www/apm/version-edit.tcl:
	* packages/acs-bootstrap-installer/installer/index.tcl:
	* packages/acs-core-docs/www/files/dotlrn-style-1.html:
	* packages/acs-subsite/lib/home.adp:
	* packages/acs-subsite/lib/login.adp:
	* packages/acs-subsite/www/admin/applications/index.adp:
	* packages/acs-subsite/www/admin/applications/index.tcl:
	* packages/acs-subsite/www/admin/site-map/index.adp:
	* packages/acs-subsite/www/admin/site-map/index.tcl:
	* packages/acs-subsite/www/admin/site-map/site-map.adp:
	* packages/acs-subsite/www/site-map/index.adp:
	* packages/acs-tcl/lib/progress-bar.adp:
	* packages/acs-tcl/tcl/defs-procs.tcl:
	* packages/acs-tcl/tcl/navigation-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	* packages/acs-templating/resources/forms/accessible-forms.adp:
	* packages/acs-templating/resources/forms/inline.adp:
	* packages/acs-templating/resources/lists/table.adp:
	* packages/acs-templating/tcl/paginator-procs.tcl:
	* packages/acs-templating/tcl/richtext-or-file-procs.tcl:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	HTML 4.01 Strict cleanup 

	* packages/acs-subsite/www/user/portrait/comment-edit.adp:
	* packages/acs-subsite/www/user/portrait/erase.adp:
	* packages/acs-subsite/www/user/portrait/index.adp:
	* packages/acs-subsite/www/user/portrait/upload.adp:
	* packages/acs-subsite/www/user/portrait/upload.tcl:
	HTML 4.01 strict cleanup 

	* www/blank-compat.adp:
	* www/blank-master.tcl:
	Set HTML 4.01 Strict as default doctype 

	* packages/acs-admin/www/apm/packages-install.tcl:
	branches:  1.20.6; HTML 4.01 Strict cleanup 

	* packages/acs-templating/resources/forms/standard.adp:
	branches:  1.22.2; HTML 4.01 Strict cleanup 

	* packages/acs-templating/tcl/form-procs.tcl:
	branches:  1.39.2; HTML 4.01 Strict cleanup 

	* packages/acs-tcl/lib/static-progress-bar.adp:
	branches:  1.4.2; HTML 4.01 Strict cleanup 

2007-11-19 emmar

	* packages/acs-mail-lite/catalog/acs-mail-lite.el_GR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.el_GR.utf-8.xml:
	Add greek catalog 

	* packages/acs-admin/catalog/acs-admin.el_GR.utf-8.xml:
	* packages/search/catalog/search.el_GR.utf-8.xml:
	Added greek catalog 

	* packages/acs-subsite/www/site-map/index.adp:
	Fix HTML 

	* packages/acs-templating/resources/forms/accessible-forms.adp:
	* packages/acs-templating/resources/forms/standard.adp:
	* packages/acs-templating/resources/lists/table.adp:
	Fix HTML and add missing alt text 

	* packages/acs-tcl/lib/ad-return-complaint.adp:
	* packages/acs-tcl/lib/static-progress-bar.adp:
	Fix HTML and master 

	* packages/search/www/index.adp:
	* packages/search/www/search.adp:
	Fixed context bar and HTML 

	* packages/acs-admin/catalog/acs-admin.el_GR.utf-8.xml:
	* packages/acs-admin/catalog/acs-admin.es_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.el_GR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.el_GR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.el_GR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.el_GR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.el_GR.utf-8.xml:
	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	* packages/search/catalog/search.el_GR.utf-8.xml:
	* packages/search/catalog/search.es_ES.ISO-8859-1.xml:
	Greek and spanish catalogs without version number (applying 
	Don's change) 

	* packages/acs-mail-lite/catalog/acs-mail-lite.ca_ES.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.es_ES.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.gl_ES.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.nl_NL.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.nl_ZA.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.pl_PL.utf-8.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.pt_BR.ISO-8859-1.xml:
	Merging missing catalogs from 5.3 

	* packages/acs-kernel/catalog/acs-kernel.el_GR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.el_GR.utf-8.xml:
	More greek translations 

	* packages/notifications/notifications.info:
	Unset initial-install-p because notifications has automount 
	set and was producing an error when mounting the package 
	during acs-core install (can't read node(node_id)) 

	* packages/acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml:
	Update greek catalog 

	* packages/search/lib/search.adp:
	branches:  1.2.2; Fixed context bar and HTML 

	* packages/search/tcl/search-convert-procs.tcl:
	branches:  1.3.10; Added converter for open docs. Removed 
	path for command passed to exec. Removed unused proc 
	choice_bar 

	* packages/acs-mail-lite/catalog/acs-mail-lite.es_ES.ISO-8859-1.xml:
	branches:  1.3.2; Greek and spanish catalogs without version 
	number (applying Don's change) 

	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	branches:  1.30.2; Greek and spanish catalogs without 
	version number (applying Don's change) 

	* packages/search/tcl/search-procs.tcl:
	branches:  1.42.2; Added converter for open docs. Removed 
	path for command passed to exec. Removed unused proc 
	choice_bar 

	* packages/acs-mail-lite/acs-mail-lite.info:
	initial-install-p should be set 

2007-11-18 donb

	* packages/acs-admin/catalog/acs-admin.en_US.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml:
	* packages/acs-lang/tcl/lang-catalog-procs-oracle.xql:
	* packages/acs-lang/tcl/lang-catalog-procs-postgresql.xql:
	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml:
	* packages/search/catalog/search.de_DE.ISO-8859-1.xml:
	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	Removed version info from catalog file code as was TIP'd 
	ages ago, which will make merging much easier in the future. 
	 I had en_US and de_DE installed so the catalogs for these 
	languages in core have been exported and don't have version 
	numbers.  The rest of the packages and locales for core and 
	dotlrn will be exported from the translation server as part 
	of our release process and will get fixed up then. 

	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	branches:  1.20.2; Removed version info from catalog file 
	code as was TIP'd ages ago, which will make merging much 
	easier in the future.  I had en_US and de_DE installed so 
	the catalogs for these languages in core have been exported 
	and don't have version numbers.  The rest of the packages 
	and locales for core and dotlrn will be exported from the 
	translation server as part of our release process and will 
	get fixed up then. 

	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	branches:  1.28.2; Removed version info from catalog file 
	code as was TIP'd ages ago, which will make merging much 
	easier in the future.  I had en_US and de_DE installed so 
	the catalogs for these languages in core have been exported 
	and don't have version numbers.  The rest of the packages 
	and locales for core and dotlrn will be exported from the 
	translation server as part of our release process and will 
	get fixed up then. 

	* packages/acs-lang/tcl/lang-catalog-procs.tcl:
	branches:  1.46.2; Removed version info from catalog file 
	code as was TIP'd ages ago, which will make merging much 
	easier in the future.  I had en_US and de_DE installed so 
	the catalogs for these languages in core have been exported 
	and don't have version numbers.  The rest of the packages 
	and locales for core and dotlrn will be exported from the 
	translation server as part of our release process and will 
	get fixed up then. 

2007-11-13 maltes

	* packages/acs-subsite/lib/home.adp:
	Removed master information from include 

2007-11-11 donb

	* packages/notifications/notifications.info:
	Install notifications during installation (it is now part of 
	acs-core) 

2007-11-10 victorg

	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	branches:  1.89.2; Loading catalog files AFTER 
	apm_package_install_version 

2007-11-09 emmar

	* packages/acs-tcl/tcl/html-email-procs.tcl:
	build_mime_message default charset should be UTF-8 

2007-11-08 gustafn

	* www/blank-master.tcl:
	fixed output charset 

2007-11-06 maltes

	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Fixed bug with missing mail_package_id variable 

	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Fixed the cmd_string 

2007-10-27 donb

	* packages/acs-kernel/sql/oracle/acs-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-create.sql:
	'annotate' was not a child of 'admin' - pffft! 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.3.2d1-5.3.2d2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.2d1-5.3.2d2.sql:
	* packages/search/www/resources/search.css:
	Missed this in my upgrade 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.4.0d3-5.4.0d4.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.4.0d3-5.4.0d4.sql:
	branches:  1.1.2; 'annotate' was not a child of 'admin' - 
	pffft! 

2007-10-21 gustafn

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	don't join on acs_objects if not needed 

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	use tcl 8.4 comparison operators 

	* packages/search/www/search.tcl:
	uses braces for expressions, string operators for string 
	comparisons 

2007-10-17 gustafn

	* www/blank-master.adp:
	don't crash, if no xinha is available (&lt;if @::array.field@ 
	not nil&gt; does not seem to work) 

2007-10-13 maltes

	* packages/acs-tcl/tcl/pools-init.tcl:
	branches:  1.5.6; Fixed pools-init to work with AOLserver 
	4.0 

2007-10-12 gustafn

	* packages/acs-tcl/tcl/security-procs.tcl:
	branches:  1.46.2; undo escaped changes 

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	branches:  1.91.2; undo escaped changes 

	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	ensure that charset is always included in content type for 
	text/* media types. 

	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	undo escaped changes 

2007-10-10 daveb

	* packages/acs-templating/tcl/list-procs.tcl:
	Hide hidden columns in CSV output. 

2007-10-06 gustafn

	* www/blank-master.adp:
	* www/site-master.tcl:
	adding support for Xinha to new master templates 

	* www/blank-master.tcl:
	fix 2 bugs: (a) ::template::head::scripts variable was 
	accumulating content over multiple requests (namespaced 
	variables are not reset) (b) order of list elements in 
	::template::head::scripts was incorrect (why not using 
	objects?) 

	* packages/acs-templating/tcl/head-procs.tcl:
	* www/blank-master.tcl:
	fixes for all cases, where ::template::head::* variables (a) 
	might survive a connection and (b) where they are not 
	initialized properly. 

	* www/default-master.tcl:
	use tcl 8.4 style comparison operators 

2007-10-02 gustafn

	* packages/acs-templating/tcl/currency-procs.tcl:
	* packages/acs-templating/tcl/date-procs.tcl:
	* packages/acs-templating/tcl/parse-procs.tcl:
	use tcl 8.4 comparison operators and braced exprs for byte 
	code compilation 

	* packages/acs-templating/tcl/acs-integration-procs.tcl:
	* packages/acs-templating/tcl/element-procs.tcl:
	* packages/acs-templating/tcl/form-procs.tcl:
	* packages/acs-templating/tcl/widget-procs.tcl:
	use tcl 8.4 style comparisons and braced exprs 

2007-10-01 gustafn

	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	add update script 

	* packages/acs-content-repository/acs-content-repository.info:
	branches:  1.77.2; new update script in case, someone 
	managed to get the .info file without the update script 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	fix more function_args, fix comment for default values in 
	stored procedures 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.4.0d7-5.4.0d8.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.4.0d8-5.4.0d9.sql:
	new update script in case, someone managed to get the .info 
	file without the update script 

2007-09-27 gustafn

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	branches:  1.53.2; user curly brackets around expr to allow 
	for bytecode compilation 

	* packages/acs-tcl/tcl/server-cluster-procs.tcl:
	don't use numeric comparison operators on string comparisons 

2007-09-25 donb

	* packages/acs-admin/www/apm/parameter-add-2.tcl:
	* packages/acs-admin/www/apm/parameter-add.tcl:
	* packages/acs-admin/www/apm/parameter-edit.tcl:
	* packages/acs-authentication/tcl/local-procs.tcl:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.3.2d1-5.3.2d2.sql:
	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.2d1-5.3.2d2.sql:
	* packages/acs-lang/tcl/lang-widget-procs.tcl:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/www/group-master.adp:
	* packages/acs-subsite/www/group-master.tcl:
	* packages/acs-subsite/www/shared/parameters-oracle.xql:
	* packages/acs-subsite/www/shared/parameters-postgresql.xql:
	* packages/acs-subsite/www/shared/parameters.tcl:
	* packages/acs-tcl/tcl/navigation-procs.tcl:
	* packages/acs-tcl/tcl/text-html-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-templating/tcl/element-procs.tcl:
	* packages/acs-templating/tcl/form-procs.tcl:
	* packages/acs-templating/tcl/list-procs.tcl:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	* packages/acs-templating/www/doc/demo/list5/add-edit.tcl:
	* packages/acs-templating/www/doc/demo/list6/add-edit.tcl:
	* packages/acs-templating/www/doc/demo/list7/add-edit.tcl:
	* packages/acs-templating/www/doc/demo/list8/add-edit.tcl:
	* packages/acs-templating/www/doc/demo/list9/add-edit.tcl:
	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	* packages/search/search.info:
	* packages/search/www/search.adp:
	* packages/search/www/search.tcl:
	* www/blank-master.tcl:
	* www/default-master.adp:
	* www/default-master.tcl:
	Merged 5.3 to HEAD 

	* ChangeLog:
	branches:  1.10.2; Merged 5.3 to HEAD 

	* packages/acs-subsite/www/shared/whos-online.tcl:
	branches:  1.10.4; Merged 5.3 to HEAD 

	* packages/acs-lang/www/change-locale-include.tcl:
	branches:  1.16.10; Merged 5.3 to HEAD 

	* packages/acs-core-docs/www/xml/variables.ent:
	branches:  1.17.2; Merged 5.3 to HEAD 

	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	branches:  1.24.2; Merged 5.3 to HEAD 

	* packages/ref-timezones/ref-timezones.info:
	branches:  1.25.2; Merged 5.3 to HEAD 

	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	branches:  1.26.2; Merged 5.3 to HEAD 

	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	branches:  1.27.2; Merged 5.3 to HEAD 

	* packages/acs-templating/tcl/tag-init.tcl:
	branches:  1.28.2; Merged 5.3 to HEAD 

	* packages/acs-service-contract/acs-service-contract.info:
	branches:  1.34.2; Merged 5.3 to HEAD 

	* packages/acs-admin/acs-admin.info:
	branches:  1.36.2; Merged 5.3 to HEAD 

	* packages/acs-lang/acs-lang.info:
	branches:  1.49.2; Merged 5.3 to HEAD 

	* packages/acs-tcl/acs-tcl.info:
	branches:  1.52.2; Merged 5.3 to HEAD 

	* packages/acs-admin/www/apm/parameter-edit-2.tcl:
	branches:  1.6.10; Merged 5.3 to HEAD 

	* packages/acs-translations/acs-translations.info:
	branches:  1.6.2; Merged 5.3 to HEAD 

2007-09-24 maltes

	* etc/keepalive/keepalive-cron.sh:
	Added logging to syslog 

2007-09-20 gustafn

	* packages/acs-tcl/tcl/20-memoize-init.tcl:
	add cluster stuff only, when clustering is enabled 

2007-09-19 gustafn

	* packages/acs-subsite/tcl/attribute-procs.tcl:
	make sql query look more sane 

2007-09-18 maltes

	* www/default-master.tcl:
	As link is not supported anymore, we need to call 
	template::head::add_css 

	* www/blank-master.adp:
	* www/blank-master.tcl:
	Fixed the blank master as headscript was not defined (called 
	script) and the foreach did not work either. Not to mention 
	the fact that the &lt;list&gt; tag is unknown to OpenACS 
	templating 

	* packages/acs-content-repository/tcl/acs-content-repository-init.tcl:
	We need to use the default here, otherwise upgrades might 
	become an issue 

	* packages/acs-templating/tcl/widget-procs.tcl:
	checkbox and radio widgets are checked not selected when 
	active see: http://www.w3.org/TR/html4/interact/forms.html 

2007-09-18 gustafn

	* packages/acs-content-repository/tcl/content-type-procs.tcl:
	fix for bug #2812 

2007-09-17 maltes

	* packages/acs-tcl/tcl/proxy-procs.tcl:
	Added proxy procs. Need to think about renaming exec aso at 
	a later stage 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/content-revision.sql:
	* packages/acs-content-repository/sql/oracle/packages-create.sql:
	* packages/acs-content-repository/sql/postgresql/content-util.sql:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	Got rid of reliance on Java for Oracle. Removed unused old 
	functions. Hopefully someone else can help with a fresh 
	install test as well 

	* packages/acs-content-repository/sql/oracle/content-package.sql:
	Made sure the content package has the new procedures as well 

	* packages/acs-admin/www/users/user-add.adp:
	* packages/acs-admin/www/users/user-add.tcl:
	Made sure we are using the right user-new template 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.4.0d3-5.4.0d4.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.4.0d4-5.4.0d5.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.4.0d5-5.4.0d6.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.4.0d6-5.4.0d7.sql:
	Missing upgrade scripts 

	* packages/acs-tcl/tcl/proxy-procs.tcl:
	Rename exec and replace with the proxy version if ns_proxy 
	is installed 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.4.0d1-5.4.0d2.sql:
	branches:  1.1.2; Missing upgrade scripts 

	* packages/acs-content-repository/sql/oracle/content-util.sql:
	branches:  1.2.2; Got rid of reliance on Java for Oracle. 
	Removed unused old functions. Hopefully someone else can 
	help with a fresh install test as well 

2007-09-17 gustafn

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	* packages/acs-content-repository/sql/postgresql/content-template.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.4.0d4-5.4.0d5.sql:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-objects-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.4.0d2-5.4.0d3.sql:
	* packages/acs-tcl/tcl/security-procs-postgresql.xql:
	Get rid of the postgres warning "adding missing FROM-clause 
	entry " on sequences Make "db_nextval acs_object_id_seq" 
	more than twice as fast (from 948 microseconds to 378 
	microseconds) 

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	branches:  1.70.2; Get rid of the postgres warning "adding 
	missing FROM-clause entry " on sequences Make "db_nextval 
	acs_object_id_seq" more than twice as fast (from 948 
	microseconds to 378 microseconds) 

2007-09-16 gustafn

	* packages/acs-tcl/tcl/test/datamodel-test-procs.tcl:
	fix regression test in cases it fails 

2007-09-15 hamiltonc

	* packages/acs-templating/tcl/acs-integration-procs.tcl:
	* packages/acs-templating/tcl/head-procs.tcl:
	* www/blank-master.adp:
	* www/blank-master.tcl:
	* www/default-master.tcl:
	* www/site-master.adp:
	* www/site-master.tcl:
	commit template::head and the needed modifications in the 
	master templates to make it work to CVS HEAD 

2007-09-15 gustafn

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	Fix incorrect function args 

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-objects-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.4.0d1-5.4.0d2.sql:
	adding missing function args, fixing incorrect function 
	args, including upgrade script 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.4.0d3-5.4.0d4.sql:
	adding upgrade script 

2007-09-13 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/bounce-procs.tcl:
	* packages/acs-mail-lite/tcl/bounce-procs.xql:
	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Added checking for valid emails and record bounces when the 
	email is not valid 

2007-09-13 gustafn

	* www/site-master.tcl:
	fix incorrect charset settings when OutputCharset are 
	defined. 

	* www/default-master.adp:
	more cleanup for validators: the W3C validator returns an 
	error on empty ULs; so, don't output, if UL of footer is 
	empty. 

2007-09-11 maltes

	* packages/acs-subsite/www/user/portrait/erase-2.tcl:
	* packages/acs-subsite/www/user/portrait/erase.adp:
	* packages/acs-subsite/www/user/portrait/upload-2.tcl:
	Made sure to flush the cache, fixed form error and 
	guaranteed that old images are deleted as well (cleanup) 

2007-09-10 maltes

	* packages/acs-subsite/www/image.vuh:
	Made sure that we create the thumbnail if it does not exist. 

	* packages/acs-subsite/www/admin/site-map/index-postgresql.xql:
	* packages/acs-subsite/www/admin/site-map/index.tcl:
	Made sure we do not display all subsites. Bad idea 
	especially when dealing with dotFolio 

	* packages/acs-subsite/www/register/recover-password.tcl:
	Restored accidently removed version 

	* packages/acs-subsite/www/image.vuh:
	Ups. I committed the wrong version. Obviously it should read 
	eq not ne 

2007-08-30 maltes

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl:
	* packages/acs-content-repository/tcl/acs-content-repository-init.tcl:
	Added FileLocationRelativeP paramater in the .info file. If 
	set to 0 it says that the location of the CRFileLocationRoot 
	is not relative to acs_root_dir 

	* packages/acs-content-repository/acs-content-repository.info:
	a *P parameter shoudl be a number 

2007-08-30 darior

	* www/blank-compat.adp:
	* www/blank-compat.tcl:
	Fix for multiple xinhas on one page. 

2007-08-29 maltes

	* packages/acs-automated-testing/www/admin/index.adp:
	* packages/acs-automated-testing/www/admin/index.tcl:
	* packages/acs-automated-testing/www/admin/record-test.adp:
	* packages/acs-automated-testing/www/admin/record-test.tcl:
	Added recording of a tcl webtest test written by enrique at 
	quest 

	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-tcl/lib/ad-return-error.adp:
	* packages/acs-tcl/tcl/apm-procs.xql:
	* packages/acs-tcl/tcl/base64-procs.tcl:
	* packages/acs-tcl/tcl/defs-procs.tcl:
	* packages/acs-tcl/tcl/mime-procs.tcl:
	* packages/acs-tcl/tcl/widgets-procs.tcl:
	Added support for custom error templates. Added negative 
	float procedure from Brian Fenton (Quest) 

	* packages/acs-templating/acs-templating.info:
	* packages/acs-templating/tcl/data-procs.tcl:
	* packages/acs-templating/tcl/date-procs.tcl:
	* packages/acs-templating/tcl/form-procs.tcl:
	* packages/acs-templating/tcl/list-procs.tcl:
	* packages/acs-templating/tcl/spellcheck-init.tcl:
	* packages/acs-templating/tcl/widget-procs.tcl:
	Fixed a couple of issues with date and spellchecking as they 
	were fixed by Quest 

	* packages/acs-mail-lite/sql/oracle/acs-mail-lite-create.sql:
	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-1.0b6-1.0b7.sql:
	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-1.3b8-1.3b9.sql:
	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-1.3b9-1.3b10.sql:
	Fixing Oracle 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/bounce-procs.tcl:
	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Fixing minor bugs with regards to parameters and started to 
	split up the code a little bit more to make it readable 

	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/lib/home.adp:
	* packages/acs-subsite/lib/home.tcl:
	* packages/acs-subsite/lib/home.xql:
	* packages/acs-subsite/www/pvt/home.adp:
	* packages/acs-subsite/www/pvt/home.tcl:
	* packages/acs-subsite/www/pvt/home.xql:
	Made sure you can use a different home template 

	* packages/acs-lang/tcl/lang-catalog-procs.tcl:
	Minor bugfix to make sure that the parameter is found even 
	when upgrading the packages 

	* packages/acs-automated-testing/acs-automated-testing.info:
	New versionnumber 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/content-image.sql:
	* packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl:
	* packages/acs-content-repository/tcl/acs-content-repository-init.tcl:
	* packages/acs-content-repository/tcl/revision-procs.tcl:
	Support for relative file locations which might even reside 
	on a windows drive and therefore start with d:\ 

	* packages/acs-lang/tcl/localization-procs.tcl:
	branches:  1.22.2; Minor bugfix to make sure that the 
	parameter is found even when upgrading the packages 

	* packages/acs-tcl/tcl/tcl-documentation-procs.tcl:
	branches:  1.23.2; Added support for custom error templates. 
	Added negative float procedure from Brian Fenton (Quest) 

	* packages/acs-content-repository/sql/oracle/content-create.sql:
	branches:  1.27.2; Support for relative file locations which 
	might even reside on a windows drive and therefore start 
	with d:\ 

	* packages/acs-mail-lite/tcl/incoming-mail-procs.tcl:
	branches:  1.4.6; Fixing minor bugs with regards to 
	parameters and started to split up the code a little bit 
	more to make it readable 

	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	branches:  1.53.2; Support for relative file locations which 
	might even reside on a windows drive and therefore start 
	with d:\ 

2007-08-27 maltes

	* packages/acs-subsite/www/shared/portrait-bits.tcl:
	Made sure that we are redirecting for thumbnails so we can 
	cache them on the proxy server 

2007-08-25 daveb

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	Bug#3107 Document use of tmp_filename. The caller needs to 
	clean up the tmp file. The content repository does not 
	"know" what the proper procedure is to handle the file. 

	* www/blank-master.tcl:
	Bug#3108 Set a default page title, but warn in the error 
	log. 

2007-08-24 maltes

	* packages/acs-templating/resources/forms/standard.adp:
	New standard.adp from oacs-5-3 

	* packages/acs-templating/www/resources/forms.css:
	branches:  1.8.2; New forms.css from 5.3 

2007-08-22 maltes

	* packages/acs-subsite/www/shared/portrait-bits.tcl:
	Made sure we are not returning something for the portrait if 
	it was not found as this confuses the load balancer. I 
	personally think we should not return the error message, 
	especially as the portrait-bits are usually included as an 
	image in OpenACS, which makes the error senseless anyway 

2007-08-21 maltes

	* packages/acs-tcl/tcl/community-core-procs.tcl:
	Fixed problem for signup due to caching 

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	Made sure to not append the URL twice 

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	branches:  1.82.2; Fix for previous commit. The objec might 
	not exist in the cache 

2007-08-20 maltes

	* packages/acs-tcl/tcl/community-core-procs.tcl:
	* packages/acs-tcl/tcl/community-core-procs.xql:
	Added procedure to provide the portrait_id of a user 

	* packages/acs-tcl/tcl/community-core-procs.tcl:
	* packages/acs-tcl/tcl/community-core-procs.xql:
	Cached the user_id from username procedure as this will not 
	change that easily / often 

	* packages/acs-subsite/www/shared/portrait-bits.tcl:
	Support for providing the item_id of the portrait directly 

2007-08-17 maltes

	* packages/acs-tcl/tcl/pools-init.tcl:
	Added Tom Jacksons pools.tcl as an init for OpenACS so we 
	can get teh pools to work in AOLserver 4.5 

	* packages/acs-tcl/lib/page-error.adp:
	Change back to default master from wrong commit 

	* packages/acs-tcl/lib/page-error.adp:
	* packages/acs-tcl/tcl/pools-init.tcl:
	Made sure we are still using maxconnections which seems to 
	be still the case and not maxconns 

	* packages/acs-tcl/tcl/pools-init.tcl:
	Never change a running system. Maxconns was correct after 
	all 

	* packages/acs-tcl/tcl/community-core-procs.tcl:
	* packages/acs-tcl/tcl/community-core-procs.xql:
	Performance increase by a factor of 200 

2007-08-14 maltes

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Fixed ad_conn peeraddr to return the correct IP Address 

2007-08-13 maltes

	* packages/acs-lang/tcl/lang-catalog-procs.tcl:
	Fixing two things I forgot 

	* packages/acs-lang/acs-lang.info:
	* packages/acs-lang/tcl/lang-catalog-procs.tcl:
	* packages/acs-lang/tcl/localization-procs.tcl:
	* packages/acs-lang/www/admin/import-messages.adp:
	* packages/acs-lang/www/admin/import-messages.tcl:
	Introduced (from AIMS product by Quest) the 
	KeepLocalTranslations Parameter which allows anyone to keep 
	their local changes even if the merge function believes the 
	local change should be overwritten. A conflict is raised in 
	this case. Additionally made sure we cannot register a 
	message to a non existent package_key. Also be a little bit 
	more conservative when deleting message keys (so they can 
	only be deleted from the main locale, otherwise only 
	unregistered 

	* packages/acs-lang/www/admin/localized-message-new.tcl:
	branches:  1.10.2; Introduced (from AIMS product by Quest) 
	the KeepLocalTranslations Parameter which allows anyone to 
	keep their local changes even if the merge function believes 
	the local change should be overwritten. A conflict is raised 
	in this case. Additionally made sure we cannot register a 
	message to a non existent package_key. Also be a little bit 
	more conservative when deleting message keys (so they can 
	only be deleted from the main locale, otherwise only 
	unregistered 

	* packages/acs-lang/www/admin/message-list.adp:
	branches:  1.11.2; Introduced (from AIMS product by Quest) 
	the KeepLocalTranslations Parameter which allows anyone to 
	keep their local changes even if the merge function believes 
	the local change should be overwritten. A conflict is raised 
	in this case. Additionally made sure we cannot register a 
	message to a non existent package_key. Also be a little bit 
	more conservative when deleting message keys (so they can 
	only be deleted from the main locale, otherwise only 
	unregistered 

	* packages/acs-lang/www/admin/message-list.tcl:
	branches:  1.13.2; Introduced (from AIMS product by Quest) 
	the KeepLocalTranslations Parameter which allows anyone to 
	keep their local changes even if the merge function believes 
	the local change should be overwritten. A conflict is raised 
	in this case. Additionally made sure we cannot register a 
	message to a non existent package_key. Also be a little bit 
	more conservative when deleting message keys (so they can 
	only be deleted from the main locale, otherwise only 
	unregistered 

	* packages/acs-lang/www/admin/message-delete.adp:
	branches:  1.3.2; Introduced (from AIMS product by Quest) 
	the KeepLocalTranslations Parameter which allows anyone to 
	keep their local changes even if the merge function believes 
	the local change should be overwritten. A conflict is raised 
	in this case. Additionally made sure we cannot register a 
	message to a non existent package_key. Also be a little bit 
	more conservative when deleting message keys (so they can 
	only be deleted from the main locale, otherwise only 
	unregistered 

	* packages/acs-lang/www/admin/export-messages.adp:
	* packages/acs-lang/www/admin/message-delete.tcl:
	branches:  1.4.2; Introduced (from AIMS product by Quest) 
	the KeepLocalTranslations Parameter which allows anyone to 
	keep their local changes even if the merge function believes 
	the local change should be overwritten. A conflict is raised 
	in this case. Additionally made sure we cannot register a 
	message to a non existent package_key. Also be a little bit 
	more conservative when deleting message keys (so they can 
	only be deleted from the main locale, otherwise only 
	unregistered 

	* packages/acs-lang/tcl/lang-message-procs.tcl:
	branches:  1.49.2; Introduced (from AIMS product by Quest) 
	the KeepLocalTranslations Parameter which allows anyone to 
	keep their local changes even if the merge function believes 
	the local change should be overwritten. A conflict is raised 
	in this case. Additionally made sure we cannot register a 
	message to a non existent package_key. Also be a little bit 
	more conservative when deleting message keys (so they can 
	only be deleted from the main locale, otherwise only 
	unregistered 

	* packages/acs-lang/www/admin/message-list-oracle.xql:
	branches:  1.5.2; Introduced (from AIMS product by Quest) 
	the KeepLocalTranslations Parameter which allows anyone to 
	keep their local changes even if the merge function believes 
	the local change should be overwritten. A conflict is raised 
	in this case. Additionally made sure we cannot register a 
	message to a non existent package_key. Also be a little bit 
	more conservative when deleting message keys (so they can 
	only be deleted from the main locale, otherwise only 
	unregistered 

	* packages/acs-lang/www/admin/import-messages.adp:
	* packages/acs-lang/www/admin/import-messages.tcl:
	branches:  1.6.2; Fixing two things I forgot 

	* packages/acs-lang/www/admin/package-list.adp:
	branches:  1.7.2; Introduced (from AIMS product by Quest) 
	the KeepLocalTranslations Parameter which allows anyone to 
	keep their local changes even if the merge function believes 
	the local change should be overwritten. A conflict is raised 
	in this case. Additionally made sure we cannot register a 
	message to a non existent package_key. Also be a little bit 
	more conservative when deleting message keys (so they can 
	only be deleted from the main locale, otherwise only 
	unregistered 

	* packages/acs-lang/www/admin/package-list.tcl:
	branches:  1.8.2; Introduced (from AIMS product by Quest) 
	the KeepLocalTranslations Parameter which allows anyone to 
	keep their local changes even if the merge function believes 
	the local change should be overwritten. A conflict is raised 
	in this case. Additionally made sure we cannot register a 
	message to a non existent package_key. Also be a little bit 
	more conservative when deleting message keys (so they can 
	only be deleted from the main locale, otherwise only 
	unregistered 

2007-08-13 avni

	* packages/acs-admin/www/users/merge-confirm.adp:
	* packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl:
	* packages/acs-templating/resources/forms/accessible-forms.adp:
	* packages/acs-templating/resources/forms/standard.adp:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	* packages/acs-templating/www/resources/htmlarea/index.html:
	* packages/acs-templating/www/resources/htmlarea/popups/about.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-dest.php:
	* packages/acs-templating/www/resources/xinha-nightly/functionsMozilla.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/popups/template.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/about.html:
	changing &lt;br/&gt; to &lt;br&gt; to meet html transitional validation 
	requirements 

2007-08-12 matthewg

	* packages/acs-subsite/www/pvt/home.tcl:
	I missed one reference to the user_new_template in my last 
	commit, this fixes that 

	* packages/acs-subsite/www/pvt/home.adp:
	* packages/acs-subsite/www/pvt/home.tcl:
	UserInfoTemplate should be used instead of UserNewTemplate 
	when at /pvt/home since we are not creeating a new user but 
	editing the info on an existing one 

2007-08-03 donb

	* packages/acs-subsite/www/admin/index.adp:
	* packages/acs-subsite/www/admin/index.tcl:
	Removed garbage assessment link that linked to a 
	non-existent script and which shouldn't exist in core 
	anyway.  We should never present a link to a non-existent 
	script, whether it's guarded by a "package installed" bool 
	or not. 

2007-08-02 maltes

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	The admin in the subsite list has provided problems. 

2007-08-01 avni

	* packages/acs-tcl/tcl/tdom-procs.tcl:
	branches:  1.2.2; changing 'empty_string_p' call to 'string 
	equal x1 x2', rewording 'pointer' to 'object' to be more 
	like tdom terminology and be less confusing as these are not 
	real pointers, but tdom objects, and getting rid of 
	unnecessary 'string trim' calls 

2007-07-30 matthewg

	* packages/acs-templating/tcl/widget-procs.tcl:
	Fixing template::widget::menu. Checkbox and radio widgets 
	are checked not selected when active. See: 
	http://www.w3.org/TR/html4/interact/forms.html 

2007-07-30 avni

	* packages/acs-tcl/tcl/tdom-procs.tcl:
	TDOM helper procs 

	* packages/acs-subsite/tcl/application-group-procs-oracle.xql:
	fixing bug in query application_group::delete.delete - 
	removing extra comma 

2007-07-25 maltes

	* packages/acs-templating/acs-templating.info:
	* packages/acs-templating/tcl/form-procs.tcl:
	* packages/acs-templating/tcl/list-procs.tcl:
	Added support for templates being located *outside* 
	acs-templating/resources 

2007-07-20 leed

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Fixed case where the upload times out. 

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Fixed file handle leakage in util_http_file_upload when the 
	connection is refused by the remote server. 

2007-07-20 donb

	* packages/search/tcl/search-procs.tcl:
	1. check for oracle by checking for oracle, rather than not 
	postgres 2. only call oracle if we're using oracle 

	* packages/search/tcl/search-init.tcl:
	branches:  1.9.2; 1. check for oracle by checking for 
	oracle, rather than not postgres 2. only call oracle if 
	we're using oracle 

2007-07-19 emmar

	* packages/acs-subsite/www/group-master.adp:
	Remove h1 heading as done in default-master 

2007-07-19 donb

	* packages/acs-subsite/www/group-master.tcl:
	Copied over a few more things from default master... 

2007-07-18 emmar

	* www/default-master.adp:
	Remove h1 tag. Should be set at application pages level 

	* www/default-master.tcl:
	* www/site-master.tcl:
	Unset titles for default and site master CSS. They weren't 
	applied when alternative stylesheets were available (e.g. 
	forums) 

2007-07-18 daveb

	* ChangeLog:
	Update changelog for 5.3.2 final 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Update info files for 5.3.2 final 

2007-07-16 gustafn

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	Fix a bug in ad_html_to_text: This function breaks, when it 
	encounters a (valid) entity like &0038; The problem was, 
	that the old code interpreted the numeric value of the 
	entity as an octal value because it starts with leading 
	zeros. 

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-tcl/tcl/text-html-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	fix a bug in ad_html_to_text: This function breaks, when it 
	encounters a (valid) entity like &0038; The problem was, 
	that the old code interpreted the numeric value of the 
	entity as an octal value because it starts with leading 
	zeros. 

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	rollback last commit on unrelated files 

2007-07-14 gustafn

	* www/site-master.adp:
	* www/site-master.tcl:
	Fix for multiple xinhas on one page. Applied fix from cvs 
	head to oacs-5-3: 
	http://xarg.net/tools/cvs/change-set-details?key=27744 

2007-07-14 donb

	* ChangeLog:
	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Created changelog, bumped version numbers 

	* packages/acs-core-docs/www/xml/variables.ent:
	Updated this 

	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	Updated this for 5.3.2 

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-core-docs/www/install-ssl.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/install-tclwebtest.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-vuh.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	* packages/acs-core-docs/www/upgrade.html:
	* packages/acs-core-docs/www/uptime.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	documentation for 5.3.2 

2007-07-13 emmar

	* packages/acs-lang/tcl/lang-widget-procs.tcl:
	* packages/acs-lang/www/change-locale-include.tcl:
	Mark as Selected the current locale in the select_locale 
	widget 

2007-07-13 donb

	* packages/acs-subsite/www/group-master.adp:
	* packages/acs-subsite/www/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) 

	* packages/search/search.info:
	Made search depend on service contract package 

2007-07-10 darior

	* packages/acs-tcl/tcl/server-cluster-procs.tcl:
	solve problem in cluster with ports 

2007-07-10 carlb

	* packages/acs-subsite/www/shared/whos-online.tcl:
	Added missing internationalization 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	Made messages more consistent and added missing keys 

2007-07-06 gustafn

	* packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ch_zh.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.cs_CZ.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.el_GR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_AU.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.hi_IN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.nl_ZA.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pa_IN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml:
	changeing message key acs-kernel.common_no to 
	acs-kernel.common_No (since the label is No as well), adding 
	a new message key acs-kernel.common_no (with lower case 
	"no") 

	* packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.nl_ZA.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml:
	fix typo in message catalog: common_lastt -&gt; common_last 

2007-06-28 matthewg

	* packages/notifications/sql/oracle/notifications-core-create.sql:
	* packages/notifications/sql/oracle/notifications-package-create.sql:
	* packages/notifications/sql/oracle/upgrade/upgrade-5.4.0d2-5.4.0d3.sql:
	Adding support for oracle for the upgrade to 5.4.0d3 which 
	allows for file attachments 

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	Replacing a db_foreach with a tcl foreach loop of a 
	db_list_of_lists because you can run out of db pools if 
	site_node::update_cache is called in the loop for too many 
	parent nodes 

2007-06-28 maltes

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	Fixed problem with mutex locking up the site when we needed 
	to update the parent 

2007-06-27 matthewg

	* packages/notifications/notifications.info:
	* packages/notifications/sql/postgresql/notifications-package-create.sql:
	* packages/notifications/sql/postgresql/upgrade/upgrade-5.4.0d2-5.4.0d3.sql:
	* packages/notifications/tcl/notification-email-procs.tcl:
	* packages/notifications/tcl/notification-procs.tcl:
	* packages/notifications/tcl/sweep-procs-oracle.xql:
	* packages/notifications/tcl/sweep-procs-postgresql.xql:
	* packages/notifications/tcl/sweep-procs.tcl:
	Adding support for file attachments via file_ids in the 
	notifications table, includes sql upgrade scripts and bumps 
	the version to 5.4.0d3 

	* packages/notifications/tcl/delivery-method-procs.tcl:
	branches:  1.12.10; Adding support for file attachments via 
	file_ids in the notifications table, includes sql upgrade 
	scripts and bumps the version to 5.4.0d3 

	* packages/notifications/sql/postgresql/notifications-core-create.sql:
	branches:  1.15.2; Adding support for file attachments via 
	file_ids in the notifications table, includes sql upgrade 
	scripts and bumps the version to 5.4.0d3 

	* packages/notifications/tcl/apm-callback-procs.tcl:
	branches:  1.4.2; Adding support for file attachments via 
	file_ids in the notifications table, includes sql upgrade 
	scripts and bumps the version to 5.4.0d3 

2007-06-27 cesarh

	* packages/notifications/catalog/notifications.es_GT.ISO-8859-1.xml:
	Addind message key "notifications" to use it in the context 
	bar. 

	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	Adding the following: 1. Added a new attribute called 
	package-instance-name to use it as label in the context bar. 
	2. Added a new proc called 
	apm::package_version::attributes::set_all_instances_names 
	which changes all instances names for those packages that 
	have the attribute package-instance-name and the instance 
	name is equal to package-name. 3. Added a new proc called 
	apm::package_version::attributes::get_instance_name which 
	gets the package-instance-name for a given package-key. 

	* packages/acs-tcl/tcl/apm-procs.tcl:
	Changing the proc instance_new, now it takes the 
	package-instance-name instead of instance_name, and fall 
	back to current behavior if the package-instance-name is 
	empty 

	* packages/notifications/notifications.info:
	bumping version numbers to 5.4.0d4, since was added the 
	attribute package-instance-name to use it in the context 
	bar. 

2007-06-26 matthewg

	* packages/acs-subsite/tcl/callback-procs.tcl:
	* packages/acs-subsite/tcl/group-procs.tcl:
	Reverting previous change pending further discussion, 
	cleanup and formal approvals. 

2007-06-26 emmar

	* packages/search/search.info:
	Make search a singleton since it can be mounted only once. 
	Description updated too. 

2007-06-26 donb

	* packages/acs-subsite/tcl/callback-procs.tcl:
	* packages/acs-subsite/tcl/group-procs.tcl:
	Reverted ill-conceived changes by MatthewG 

2007-06-25 matthewg

	* packages/acs-subsite/tcl/callback-procs.tcl:
	* packages/acs-subsite/tcl/group-procs.tcl:
	Adding group::add_member callback and changed the 
	group::add_member proc to allow organization_rel's to be 
	used - since organization =&gt; group mappings are needed and 
	membership_rel requires person =&gt; group mappings. 

2007-06-25 maltes

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	Fixed an issue with two identical entries in 
	site_node_url_by_object_id 

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	Remove ds_comment 

2007-06-23 donb

	* www/robots.txt:
	Added download directories because 5.3.0 had 1/4 million 
	downloades 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Bump version numbers to 5.3.2b1 

2007-06-20 maltes

	* packages/acs-admin/www/index.adp:
	* packages/acs-admin/www/index.tcl:
	Made sure that we are not loading subsites if there are to 
	many of them 

2007-06-19 donb

	* packages/acs-subsite/acs-subsite.info:
	Added image/png to the allowable portrait image types 

2007-06-17 gustafn

	* www/site-master.adp:
	* www/site-master.tcl:
	when multiple xinhas should be presented on a page, the code 
	was broken; fix for this bug, which was introduced recently 

2007-06-15 daveb

	* packages/acs-templating/tcl/list-procs.tcl:
	Don't reset filters if page is changed. 

	* packages/acs-templating/tcl/list-procs.tcl:
	Don't show page in list of available filters in form 

2007-06-14 gustafn

	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/editor.php:
	branches:  1.2.2; upgraded xinha to version 0.931 

	* packages/acs-templating/www/resources/xinha-nightly/Xinha.css:
	branches:  1.3.2; upgraded xinha to version 0.931 

	* packages/acs-templating/www/resources/xinha-nightly/XinhaCore.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/Newbie.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/XinhaConfig.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/custom.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/dynamic.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-body.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-menu.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/stylist.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/testbed.html:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/eu.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/ColorPicker/ColorPicker.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/CreateLink/link.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/popupwin.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/Gecko.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/DOMwalk.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/insert_image.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InternetExplorer/InternetExplorer.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/example.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/Classes/ExtendedFileManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/prompt.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlEntities/Entities.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/smart-replace.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/stylist.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/tidy.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/popups/merge_cells.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/release-notes.txt:
	* packages/acs-templating/www/resources/xinha-nightly/skins/silva/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/silva/statusbar.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/silva/toolbar.png:
	upgraded xinha to version 0.931 

2007-06-14 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. 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	Fix richtext HTML to pass 4.01 transitional validation 

	* 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 

	* packages/acs-templating/www/doc/demo/list5/add-edit.tcl:
	* packages/acs-templating/www/doc/demo/list6/add-edit.tcl:
	* packages/acs-templating/www/doc/demo/list7/add-edit.tcl:
	* packages/acs-templating/www/doc/demo/list8/add-edit.tcl:
	* packages/acs-templating/www/doc/demo/list9/add-edit.tcl:
	Remove obsolete wrap attribute (textarea) 

2007-06-08 gustafn

	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-service-contract/sql/postgresql/acs-sc-msg-types-create.sql:
	* packages/acs-service-contract/sql/postgresql/acs-sc-packages-create.sql:
	* packages/acs-service-contract/sql/postgresql/upgrade/upgrade-5.3.1-5.4.0d1.sql:
	add missing function_args to stored precedures (provided by 
	Stefan Sobernig) 

2007-06-07 emmar

	* packages/acs-templating/tcl/element-procs.tcl:
	* packages/acs-templating/tcl/form-procs.tcl:
	* packages/acs-templating/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 emmar

	* packages/acs-templating/resources/forms/standard.adp:
	* packages/acs-templating/tcl/element-procs.tcl:
	* packages/acs-templating/tcl/form-procs.tcl:
	* packages/acs-templating/tcl/tag-init.tcl:
	Zen: fieldset/legend tags are not generated anymore if the 
	legend tag has no text 

2007-06-06 daveb

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.3.2d1-5.3.2d2.sql:
	* packages/acs-kernel/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 maltes

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	If you add www. to the hostname it should still work with 
	the hostename based node mapping 

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	Made sure that we preload the non acs-subsite packages 
	mounted under root 

2007-06-05 emmar

	* packages/search/www/search.tcl:
	Return a complain when no keywords to search for have been 
	entered 

2007-06-03 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 emmar

	* packages/acs-tcl/tcl/navigation-procs.tcl:
	* packages/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 

	* packages/search/search.info:
	* packages/search/www/resources/search.css:
	* packages/search/www/search.adp:
	* packages/search/www/search.tcl:
	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 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-29 maltes

	* packages/acs-subsite/www/user/portrait/erase-2.tcl:
	* packages/acs-subsite/www/user/portrait/upload-2.tcl:
	* packages/acs-subsite/www/user/portrait/upload.adp:
	* packages/acs-subsite/www/user/portrait/upload.tcl:
	Handle thumbnail portraits correctly. Especially delete them 
	when the original changes or was deleted. Additional delete 
	the items for good and not let them linger around. We do not 
	have an interface to resurrect old portraits and if a user 
	willingly uploads or deletes a portrait he should not have a 
	photo album of portraits to come back to. 

	* packages/acs-subsite/www/shared/portrait-bits.tcl:
	Portrait bits are included so I deem it a bad idea to raise 
	an ad_return_error, especially if not all users have 
	portraits 

	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/lib/email-confirm.adp:
	* packages/acs-subsite/lib/email-confirm.tcl:
	* packages/acs-subsite/www/register/email-confirm.adp:
	* packages/acs-subsite/www/register/email-confirm.tcl:
	Support for EmailConfirm template 

	* packages/acs-subsite/www/user/basic-info-update.adp:
	Ups. Wrong copy/paste. Now it goes correctly to the 
	userinfotemplate 

	* packages/acs-subsite/www/user/basic-info-update.tcl:
	branches:  1.12.2; Ups. Wrong copy/paste. Now it goes 
	correctly to the userinfotemplate 

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	change notice to debug. add string_check_urlsafe 

2007-05-28 maltes

	* packages/acs-templating/resources/forms/standard.adp:
	Added form legend div so the sections can remotely look as 
	before... 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-admin/tcl/acs-admin-callback-procs.tcl:
	* packages/acs-admin/www/users/member-state-change.tcl:
	Added support for after user state change callback 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	Message key should not start with package_key 

	* packages/acs-templating/resources/forms/standard.adp:
	Revert 

2007-05-27 maltes

	* packages/acs-tcl/lib/ad-return-complaint.adp:
	* packages/acs-tcl/tcl/security-procs.tcl:
	Added support for cookie domain 

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	Fixed the site node lazy caching by applying different 
	methods. Now let's hope that we are not having too many 
	unnecessary trips to the database because of the url's 
	location in /www or in /packages/acs-subsite/www 

	* packages/acs-kernel/acs-kernel.info:
	Support for cookiedomain 

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	has_children_p might not always exist 

2007-05-26 maltes

	* packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	* packages/notifications/notifications.info:
	New messages 

	* packages/notifications/tcl/notification-display-procs.tcl:
	* packages/notifications/www/manage-postgresql.xql:
	* packages/notifications/www/manage.adp:
	* packages/notifications/www/manage.tcl:
	* packages/notifications/www/subscribers.adp:
	* packages/notifications/www/subscribers.tcl:
	Show admins who is subscribed to an object 

2007-05-26 daveb

	* packages/acs-subsite/www/shared/parameters-oracle.xql:
	* packages/acs-subsite/www/shared/parameters-postgresql.xql:
	Get the parameter datatype so we know what type of form 
	widget to use 

2007-05-24 emmar

	* www/site-master.tcl:
	Added content-type 

	* www/blank-master.adp:
	Added missing @ for meta.http_equiv 

	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	* packages/search/www/resources/search.css:
	* packages/search/www/search.adp:
	* packages/search/www/search.tcl:
	Created styles for search results page and applied them to 
	the results list 

	* www/default-master.tcl:
	Edited to avoid empty UL when main and sub navigations are 
	empty (thanks to Lee who provides the code) 

	* packages/search/www/search.adp:
	First shot of HTML cleanup 

	* packages/search/www/search.adp:
	* packages/search/www/search.tcl:
	Removed references to (non-existent) dotlrn template 

	* packages/search/www/resources/search.css:
	branches:  1.1.2; file search.css was initially added on 
	branch oacs-5-3. 

2007-05-24 donb

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.3.2d1-5.3.2d2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.2d1-5.3.2d2.sql:
	file upgrade-5.3.2d1-5.3.2d2.sql was added on branch 
	drb-merge-5-3-pre-20070923 on 2007-09-25 15:22:35 +0000 

2007-05-24 daveb

	* packages/acs-admin/www/apm/parameter-add-2.tcl:
	* packages/acs-admin/www/apm/parameter-add.tcl:
	* packages/acs-admin/www/apm/parameter-edit-2.tcl:
	* packages/acs-admin/www/apm/parameter-edit.tcl:
	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.3.2d1-5.3.2d2.sql:
	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.2d1-5.3.2d2.sql:
	* packages/acs-subsite/www/shared/parameters.tcl:
	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. 

	* 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 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.3.2d1-5.3.2d2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.2d1-5.3.2d2.sql:
	branches:  1.1.2;  1.1.4; file upgrade-5.3.2d1-5.3.2d2.sql 
	was initially added on branch oacs-5-3. 

2007-05-19 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) 

	* packages/ref-countries/sql/postgresql/ref-countries-create.sql:
	branches:  1.3.2; removed link to dead language package. We 
	are doing multiple languages with the translation methods of 
	OpenACS 

	* packages/ref-countries/sql/oracle/ref-countries-create.sql:
	branches:  1.4.2; Forgot Oracle in last commit 

	* packages/ref-countries/ref-countries.info:
	* packages/ref-countries/www/doc/index.html:
	removed link to dead language package. We are doing multiple 
	languages with the translation methods of OpenACS 

2007-05-17 emmar

	* www/default-master.adp:
	Fix master source value 

	* packages/acs-admin/catalog/acs-admin.es_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml:
	* packages/search/catalog/search.es_ES.ISO-8859-1.xml:
	Spanish translation 

	* packages/acs-content-repository/sql/common/mime-type-data.sql:
	branches:  1.9.4; Remove duplicated inserts of Open 
	Documents mime types 

2007-05-17 avni

	* www/default-master.adp:
	bug fix on 5-3 branch; emma fixed on HEAD; master had a 
	relative src. making absolute 

2007-05-16 donb

	* packages/acs-subsite/tcl/subsite-procs.tcl:
	Improved a previous fix slightly 

2007-05-15 donb

	* packages/notifications/catalog/notifications.ar_EG.utf-8.xml:
	* packages/notifications/catalog/notifications.ar_LB.utf-8.xml:
	* packages/notifications/catalog/notifications.ast_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.ca_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.da_DK.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.el_GR.utf-8.xml:
	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.es_GT.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.eu_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.fi_FI.utf-8.xml:
	* packages/notifications/catalog/notifications.fr_FR.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.gl_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.hu_HU.utf-8.xml:
	* packages/notifications/catalog/notifications.it_IT.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.ko_KR.utf-8.xml:
	* packages/notifications/catalog/notifications.ms_MY.utf-8.xml:
	* packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.nn_NO.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.no_NO.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.pl_PL.utf-8.xml:
	* packages/notifications/catalog/notifications.pt_BR.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.pt_PT.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.ru_RU.utf-8.xml:
	* packages/notifications/catalog/notifications.sv_SE.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.zh_CN.utf-8.xml:
	* packages/notifications/notifications.info:
	* packages/notifications/tcl/notification-display-procs.tcl:
	* packages/notifications/www/admin/index.adp:
	* packages/notifications/www/manage.adp:
	Merged changes to HEAD ... 

	* packages/notifications/www/request-change-frequency.adp:
	branches:  1.4.4; Merged changes to HEAD ... 

	* packages/notifications/www/request-new.adp:
	branches:  1.6.4; Merged changes to HEAD ... 

2007-05-15 darior

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Added new parameter to limite the file indexed size (we have 
	crashes in pg 8.2.4) 

	* packages/tsearch2-driver/tsearch2-driver.info:
	branches:  1.4.2; Added new parameter to limite the file 
	indexed size (we have crashes in pg 8.2.4) 

2007-05-14 donb

	* ChangeLog:
	* etc/config.tcl:
	* packages/acs-admin/acs-admin.info:
	* packages/acs-admin/catalog/acs-admin.en_US.ISO-8859-1.xml:
	* packages/acs-admin/catalog/acs-admin.es_ES.ISO-8859-1.xml:
	* packages/acs-admin/lib/service-parameters.tcl:
	* packages/acs-admin/tcl/apm-admin-procs.tcl:
	* packages/acs-admin/www/apm/version-callbacks.tcl:
	* packages/acs-admin/www/apm/version-i18n.tcl:
	* packages/acs-admin/www/auth/batch-job.tcl:
	* packages/acs-admin/www/auth/index.tcl:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.eu_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.fr_FR.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.gl_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.hi_IN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.hu_HU.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ind_ID.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.ms_MY.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.nn_NO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.no_NO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.pa_IN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.pt_BR.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.ro_RO.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ru_RU.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.th_TH.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.tr_TR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.zh_TW.utf-8.xml:
	* packages/acs-authentication/tcl/authentication-procs.tcl:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-bootstrap-installer/installer.tcl:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/common/mime-type-data.sql:
	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0b1-5.3.0b2.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0b2-5.3.0b3.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0d1-5.3.0d2.sql:
	* packages/acs-content-repository/tcl/test/content-search-procs.tcl:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.el_GR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.hi_IN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pa_IN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml:
	* packages/acs-kernel/sql/oracle/acs-permissions-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.3.1b1-5.3.1b2.sql:
	* packages/acs-kernel/sql/postgresql/acs-permissions-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.1b1-5.3.1b2.sql:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-lang/catalog/acs-lang.ar_EG.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ar_LB.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.eu_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.fa_IR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.hi_IN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.hu_HU.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ja_JP.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ko_KR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ms_MY.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.pa_IN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.sh_HR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.th_TH.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.tr_TR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.zh_CN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml:
	* packages/acs-lang/tcl/lang-util-procs.tcl:
	* packages/acs-lang/tcl/lang-widget-procs.tcl:
	* packages/acs-lang/www/admin/batch-editor.tcl:
	* packages/acs-lang/www/admin/set-system-timezone.tcl:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_GB.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.eu_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.hi_IN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ms_MY.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pa_IN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.th_TH.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml:
	* packages/acs-subsite/tcl/group-procs.tcl:
	* packages/acs-subsite/www/file.vuh:
	* packages/acs-subsite/www/image.vuh:
	* packages/acs-subsite/www/permissions/perm-include.tcl:
	* packages/acs-subsite/www/pvt/home.adp:
	* packages/acs-subsite/www/resources/email.gif:
	* packages/acs-subsite/www/resources/email_add.gif:
	* packages/acs-subsite/www/resources/email_delete.gif:
	* packages/acs-subsite/www/resources/email_open.gif:
	* packages/acs-subsite/www/resources/feed.gif:
	* packages/acs-subsite/www/shared/parameters.tcl:
	* packages/acs-subsite/www/user/portrait/comment-edit.adp:
	* packages/acs-subsite/www/user/portrait/upload.adp:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.eu_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.hi_IN.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ind_ID.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ms_MY.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml:
	* packages/acs-tcl/lib/progress-bar.adp:
	* packages/acs-tcl/lib/static-progress-bar.adp:
	* packages/acs-tcl/lib/static-progress-bar.tcl:
	* packages/acs-tcl/tcl/00-database-procs.tcl:
	* packages/acs-tcl/tcl/application-data-link-procs.xql:
	* packages/acs-tcl/tcl/database-init.tcl:
	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	* packages/acs-tcl/tcl/table-display-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	* packages/acs-tcl/tcl/widgets-procs.tcl:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-templating/catalog/acs-templating.ar_LB.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.el_GR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.eu_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.fi_FI.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.gl_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.hi_IN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ms_MY.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.pa_IN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.pt_PT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ro_RO.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ru_RU.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.sh_HR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.tr_TR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.zh_CN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml:
	* packages/acs-templating/resources/forms/accessible-forms.adp:
	* packages/acs-templating/resources/forms/standard.adp:
	* packages/acs-templating/resources/lists/courses.adp:
	* packages/acs-templating/resources/lists/filters.adp:
	* packages/acs-templating/resources/lists/list.adp:
	* packages/acs-templating/resources/lists/table.adp:
	* packages/acs-templating/tcl/currency-procs.tcl:
	* packages/acs-templating/tcl/date-procs.tcl:
	* packages/acs-templating/tcl/element-procs.tcl:
	* packages/acs-templating/tcl/form-procs.tcl:
	* packages/acs-templating/tcl/list-procs.tcl:
	* packages/acs-templating/tcl/parse-procs.tcl:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	* packages/acs-templating/tcl/spellcheck-procs.tcl:
	* packages/acs-templating/tcl/tag-init.tcl:
	* packages/acs-templating/tcl/widget-procs.tcl:
	* packages/acs-templating/www/resources/forms.css:
	* packages/acs-templating/www/resources/mktree.css:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js:
	* packages/acs-translations/acs-translations.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/catalog/search.de_DE.ISO-8859-1.xml:
	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	* packages/search/catalog/search.es_ES.ISO-8859-1.xml:
	* packages/search/catalog/search.nl_NL.ISO-8859-1.xml:
	* packages/search/catalog/search.pl_PL.utf-8.xml:
	* packages/search/catalog/search.pt_BR.ISO-8859-1.xml:
	* packages/search/search.info:
	* packages/search/tcl/search-procs.tcl:
	* packages/search/www/search.tcl:
	* 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:
	Merged the 5.3 branch with HEAD.  Look for tags with the 
	pattern drb-*-20070513 

	* packages/acs-subsite/www/resources/core.js:
	branches:  1.12.6; Merged the 5.3 branch with HEAD.  Look 
	for tags with the pattern drb-*-20070513 

	* packages/acs-core-docs/www/xml/Makefile:
	branches:  1.15.10; Merged the 5.3 branch with HEAD.  Look 
	for tags with the pattern drb-*-20070513 

	* readme.txt:
	branches:  1.16.2; Merged the 5.3 branch with HEAD.  Look 
	for tags with the pattern drb-*-20070513 

	* packages/acs-subsite/lib/user-info.tcl:
	branches:  1.18.2; Merged the 5.3 branch with HEAD.  Look 
	for tags with the pattern drb-*-20070513 

	* packages/acs-tcl/tcl/test/application-data-link-procs.tcl:
	branches:  1.2.4; Merged the 5.3 branch with HEAD.  Look for 
	tags with the pattern drb-*-20070513 

	* packages/acs-admin/www/auth/authority.tcl:
	branches:  1.21.10; Merged the 5.3 branch with HEAD.  Look 
	for tags with the pattern drb-*-20070513 

	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	branches:  1.29.2; Merged the 5.3 branch with HEAD.  Look 
	for tags with the pattern drb-*-20070513 

	* packages/acs-lang/sql/oracle/ad-locales.sql:
	branches:  1.33.2; Merged the 5.3 branch with HEAD.  Look 
	for tags with the pattern drb-*-20070513 

	* packages/acs-automated-testing/tcl/tclwebtest-procs.tcl:
	branches:  1.7.10; Merged the 5.3 branch with HEAD.  Look 
	for tags with the pattern drb-*-20070513 

	* packages/acs-subsite/www/file.vuh:
	branches:  1.7.4; Removed check for views packages, Daveb 
	thinks this was something he did for a client and checked in 
	by accident. 

	* packages/acs-templating/www/resources/lists.css:
	branches:  1.8.2; Merged the 5.3 branch with HEAD.  Look for 
	tags with the pattern drb-*-20070513 

	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	branches:  1.9.2; Merged the 5.3 branch with HEAD.  Look for 
	tags with the pattern drb-*-20070513 

	* packages/acs-subsite/www/shared/whos-online.adp:
	branches:  1.9.4; Merged the 5.3 branch with HEAD.  Look for 
	tags with the pattern drb-*-20070513 

	* packages/acs-lang/www/admin/locale-edit.tcl:
	branches:  1.9.6; Merged the 5.3 branch with HEAD.  Look for 
	tags with the pattern drb-*-20070513 

2007-05-12 donb

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	Fixed a caching bug ... 

2007-05-09 emmar

	* packages/acs-lang/www/admin/set-system-timezone.tcl:
	Apply new format from timeanddate.com to retrieve UTC time 

2007-05-07 maltes

	* packages/acs-kernel/acs-kernel.info:
	I think kernel is mature. At least this is my hope :-) 

2007-05-06 maltes

	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/tcl/subsite-procs.tcl:
	* packages/acs-subsite/www/members/user-new.adp:
	* packages/acs-subsite/www/pvt/home.adp:
	* packages/acs-subsite/www/pvt/home.tcl:
	* packages/acs-subsite/www/register/index.adp:
	* packages/acs-subsite/www/register/index.tcl:
	* packages/acs-subsite/www/register/user-new.adp:
	* packages/acs-subsite/www/register/user-new.tcl:
	* packages/acs-subsite/www/user/basic-info-update.adp:
	* packages/acs-subsite/www/user/basic-info-update.tcl:
	Bugfixes 

	* packages/acs-subsite/www/members/user-new.tcl:
	branches:  1.9.6; Bugfixes 

2007-05-05 maltes

	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/tcl/subsite-procs.tcl:
	* packages/acs-subsite/www/resources/core.js:
	* packages/acs-subsite/www/resources/default-master.css:
	* packages/acs-subsite/www/resources/site-master.css:
	* packages/acs-subsite/www/shared/parameters.tcl:
	Merged from 5.3 what I could detect what needed to be merged 

	* packages/acs-subsite/tcl/email-image-procs.tcl:
	branches:  1.9.2; Merged from 5.3 what I could detect what 
	needed to be merged 

2007-05-04 maltes

	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	* packages/notifications/notifications.info:
	* packages/notifications/www/manage.adp:
	Upgraded version numbers to reflect the fact that it belongs 
	to the 5.4 release. Made sure it depends on an acs-mail-lite 
	version which has complex_send 

2007-05-02 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql:
	Applied patch #841 fixes bug #3087 

2007-04-25 leed

	* www/blank-compat.adp:
	* www/blank-compat.tcl:
	Added xinha/rte processing into blank-compat to unbreak 
	.LRN. 

2007-04-23 victorg

	* packages/acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.eu_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.fr_FR.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.gl_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.hi_IN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.hu_HU.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ind_ID.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.ms_MY.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.nn_NO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.no_NO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.pa_IN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.pt_BR.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.ro_RO.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ru_RU.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.th_TH.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.tr_TR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.zh_TW.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.el_GR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.hi_IN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pa_IN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ar_EG.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ar_LB.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.eu_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.fa_IR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.hi_IN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.hu_HU.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ja_JP.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ko_KR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ms_MY.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.pa_IN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.sh_HR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.th_TH.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.tr_TR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.zh_CN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml:
	* packages/acs-lang/sql/oracle/ad-locales.sql:
	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	* packages/acs-mail-lite/catalog/acs-mail-lite.ca_ES.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.de_DE.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.es_ES.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.gl_ES.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.nl_NL.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.pl_PL.utf-8.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.pt_BR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_GB.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.eu_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.hi_IN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ms_MY.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pa_IN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.th_TH.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.eu_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.hi_IN.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ind_ID.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ms_MY.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ar_LB.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.el_GR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.eu_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.fi_FI.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.gl_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.hi_IN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ms_MY.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.pa_IN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.pt_PT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ro_RO.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ru_RU.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.sh_HR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.tr_TR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.zh_CN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml:
	* packages/notifications/catalog/notifications.ar_EG.utf-8.xml:
	* packages/notifications/catalog/notifications.ar_LB.utf-8.xml:
	* packages/notifications/catalog/notifications.ast_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.ca_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.da_DK.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.el_GR.utf-8.xml:
	* packages/notifications/catalog/notifications.es_CO.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.es_GT.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.eu_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.fi_FI.utf-8.xml:
	* packages/notifications/catalog/notifications.fr_FR.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.gl_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.hi_IN.utf-8.xml:
	* packages/notifications/catalog/notifications.hu_HU.utf-8.xml:
	* packages/notifications/catalog/notifications.it_IT.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.ko_KR.utf-8.xml:
	* packages/notifications/catalog/notifications.ms_MY.utf-8.xml:
	* packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.nn_NO.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.no_NO.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.pl_PL.utf-8.xml:
	* packages/notifications/catalog/notifications.pt_BR.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.pt_PT.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.ro_RO.utf-8.xml:
	* packages/notifications/catalog/notifications.ru_RU.utf-8.xml:
	* packages/notifications/catalog/notifications.sv_SE.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.zh_CN.utf-8.xml:
	* packages/search/catalog/search.de_DE.ISO-8859-1.xml:
	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	* packages/search/catalog/search.es_ES.ISO-8859-1.xml:
	* packages/search/catalog/search.nl_NL.ISO-8859-1.xml:
	* packages/search/catalog/search.pl_PL.utf-8.xml:
	* packages/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-23 leed

	* www/blank-master.adp:
	* www/blank-master.tcl:
	* www/site-master.adp:
	* www/site-master.tcl:
	Fixed typo in declared script type which prevented xinha 
	from loading. 

2007-04-22 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Bumped versio number 

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	Generated documentation for 5.3.1 final 

	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	Release notes for 5.3.1 final 

2007-04-19 gustafn

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.3.1b1-5.3.1b2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.1b1-5.3.1b2.sql:
	branches:  1.1.2; file upgrade-5.3.1b1-5.3.1b2.sql was 
	initially added on branch oacs-5-3. 

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/acs-permissions-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.3.1b1-5.3.1b2.sql:
	* packages/acs-kernel/sql/postgresql/acs-permissions-create.sql:
	* packages/acs-kernel/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-18 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-init.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Made sure that you are only sending if the to_addr is not 
	empty after working on it 

2007-04-17 daveb

	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml:
	* packages/acs-tcl/lib/static-progress-bar.adp:
	Remove references to assessment and put the message keys 
	where they belong for progress bar 

2007-04-16 gustafn

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.3.0b1-5.3.0b2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.0b1-5.3.0b2.sql:
	create indices conditionally in upgrade scripts (many thanks 
	to daveb for the snippets for oracle and postres) 

2007-04-15 gustafn

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.3.0b1-5.3.0b2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.0b1-5.3.0b2.sql:
	adding missing upgrade scripts to create index 

2007-04-15 emmar

	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	Fix typo in translated message 

	* packages/acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.el_GR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.el_GR.utf-8.xml:
	* packages/notifications/catalog/notifications.el_GR.utf-8.xml:
	Greek translation 

	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	Spanish translation 

	* packages/acs-kernel/catalog/acs-kernel.el_GR.utf-8.xml:
	branches:  1.1.2; file acs-kernel.el_GR.utf-8.xml was 
	initially added on branch oacs-5-3. 

	* packages/acs-templating/catalog/acs-templating.el_GR.utf-8.xml:
	branches:  1.1.2; file acs-templating.el_GR.utf-8.xml was 
	initially added on branch oacs-5-3. 

	* packages/notifications/catalog/notifications.el_GR.utf-8.xml:
	branches:  1.1.2; file notifications.el_GR.utf-8.xml was 
	initially added on branch oacs-5-3. 

2007-04-15 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Bumped version numbers to 5.3.1 beta 1 

2007-04-15 daveb

	* packages/acs-content-repository/tcl/test/content-search-procs.tcl:
	Do date calculation in tcl so the query will work in Oracle. 

	* packages/acs-tcl/tcl/test/application-data-link-procs.tcl:
	Fix test for scanning content for links. 

	* 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-13 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. 

	* packages/acs-content-repository/tcl/filter-procs.tcl:
	branches:  1.30.2; some more cleanup of the item-procs.tcl, 
	and calls to item:: in packages/acs-content-repository 

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/acs-permissions-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-permissions-create.sql:
	create an additional index to speed up permission checking 

	* packages/acs-content-repository/tcl/item-procs-postgresql.xql:
	* packages/acs-content-repository/tcl/item-procs.tcl:
	* packages/acs-content-repository/tcl/publish-procs.tcl:
	some more cleanup of the item-procs.tcl, and calls to item:: 
	in packages/acs-content-repository 

2007-04-12 maltes

	* etc/backup.sh:
	Added the option to rsync instead of tar and scp. This is 
	useful if you have a large number of files in the content 
	repository which you do not want to compress (especially if 
	you have podcasts there) 

2007-04-12 gustafn

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-content-repository/tcl/item-procs-oracle.xql:
	* packages/acs-content-repository/tcl/item-procs.tcl:
	* packages/acs-content-repository/tcl/item-procs.xql:
	Major cleanup of item-procs, replaced DB calls by calls to 
	content::item::* in 18 of the 24 deprecated procs, just six 
	procs are still required. Commented most of the affected 
	calls in ::content::item::* 

2007-04-11 gustafn

	* packages/acs-content-repository/tcl/item-procs-postgresql.xql:
	removed unneeded .xql query with typo 

2007-04-09 maltes

	* packages/acs-subsite/www/file.vuh:
	Actually track the object_id, there is no file_id 

	* packages/acs-subsite/www/register/restore-bounce.adp:
	* packages/acs-subsite/www/register/restore-bounce.tcl:
	Added files to restore user accounts if email is bouncing 

	* packages/acs-admin/www/users/bouncing-users.adp:
	* packages/acs-admin/www/users/bouncing-users.tcl:
	* packages/acs-admin/www/users/bouncing-users.xql:
	* packages/acs-admin/www/users/index.adp:
	Added link for bouncing users 

	* packages/acs-mail-lite/tcl/incoming-mail-procs.tcl:
	Added support for autoreplys 

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml:
	New langauge keys 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql:
	* packages/acs-mail-lite/tcl/bounce-procs-oracle.xql:
	* packages/acs-mail-lite/tcl/bounce-procs-postgresql.xql:
	* packages/acs-mail-lite/tcl/bounce-procs.tcl:
	* packages/acs-mail-lite/tcl/bounce-procs.xql:
	Some more cleanup, put bounce restore in acs-subsite 

2007-04-08 maltes

	* packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml:
	* packages/acs-mail-lite/tcl/bounce-procs.tcl:
	* packages/acs-mail-lite/www/restore-bounce.adp:
	* packages/acs-mail-lite/www/restore-bounce.tcl:
	Added enabling of bouncing e-mails 

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/bounce-procs.tcl:
	* packages/acs-mail-lite/tcl/incoming-mail-procs.tcl:
	Some cleanup 

2007-04-06 gustafn

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	fix db_string to work with different databases 

2007-04-06 daveb

	* packages/acs-subsite/lib/user-info.tcl:
	Don't fail is email_image proc doesn't work 

	* packages/acs-subsite/www/file.vuh:
	* packages/acs-subsite/www/image.vuh:
	Fix bugs for file and image .vuh handlers to properly parse 
	the object_id. 

	* packages/acs-automated-testing/tcl/tclwebtest-procs.tcl:
	Fix login procs to work with external authorities and 
	username logins. 

	* packages/acs-templating/resources/lists/courses.adp:
	Remove extra course group label 

	* 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-05 daveb

	* packages/acs-templating/resources/lists/list.adp:
	Adding missing noparse closing tag! This could never have 
	worked. 

2007-04-04 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. 

	* 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 avni

	* packages/acs-subsite/www/resources/site-master.css:
	color and alignment changes to be more zen like 

	* packages/acs-subsite/www/resources/site-master.css:
	formatting of system name 

2007-04-02 maltes

	* etc/config.tcl:
	Added more parameters as they were posted on the AOLserver 
	list. 

2007-04-02 emmar

	* packages/notifications/notifications.info:
	Update version number for packages and dependencies 

2007-04-01 avni

	* packages/acs-subsite/www/resources/site-master.css:
	Cleaning up css; changing colors; trying to make it more zen 

	* packages/acs-subsite/www/resources/site-master.css:
	adding 0.4em padding-left for system name 

	* www/default-master.adp:
	improving layout of header 

2007-03-31 donb

	* www/blank-master.adp:
	* www/blank-master.tcl:
	Reluctantly moved the dotlrn toolbar here so it will work 
	with existing sites. 

2007-03-30 victorg

	* packages/acs-api-browser/lib/search.tcl:
	Typo in var name ( db_doc_serch_query_name ) 

2007-03-30 emmar

	* packages/acs-tcl/tcl/table-display-procs.tcl:
	Zen: HTML cleanup 

2007-03-29 gustafn

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/common/mime-type-data.sql:
	* packages/acs-content-repository/sql/common/upgrade/upgrade-5.3.0b1-5.3.0b2.sql:
	add mime types for .xpi and .mp4 

2007-03-29 emmar

	* packages/acs-subsite/www/shared/whos-online.adp:
	* packages/acs-subsite/www/user/portrait/comment-edit.adp:
	* packages/acs-subsite/www/user/portrait/upload.adp:
	Zen: HTML cleanup 

2007-03-27 gustafn

	* packages/acs-admin/www/install/index.adp:
	fix: add needed ending slash in link pointing to 
	http://openacs.org/repository/ 

2007-03-27 emmar

	* packages/acs-subsite/www/resources/default-master.css:
	* packages/acs-subsite/www/resources/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 donb

	* www/site-master.tcl:
	Removed more link to css titles because the javascript 
	switcher screws up 

	* www/blank-master.tcl:
	Removed title from dev sup css link because the javascript 
	style switcher is really stupid. 

2007-03-25 emmar

	* packages/acs-templating/www/resources/lists.css:
	Remove extra chars causing silly warning 

2007-03-25 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Bumped to 5.3.1a1.  I hope.  I never get this right! 

2007-03-24 donb

	* www/blank-master.adp:
	* www/site-master.adp:
	* www/site-master.tcl:
	Moved some stuff to blank master from site master. 

2007-03-22 emmar

	* packages/acs-subsite/tcl/email-image-procs.tcl:
	Forgot to escape quotes in my previous commit 

	* packages/acs-admin/catalog/acs-admin.es_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	* packages/search/catalog/search.es_ES.ISO-8859-1.xml:
	Spanish translation 

	* packages/acs-subsite/tcl/email-image-procs.tcl:
	Zen: class portal HTML cleanup 

	* packages/acs-templating/resources/forms/standard.adp:
	Zen: don't generate label tag if the form mode is 'display' 

	* packages/acs-templating/resources/lists/table.adp:
	Zen: headers should refer to existing IDs 

	* packages/acs-admin/catalog/acs-admin.es_ES.ISO-8859-1.xml:
	branches:  1.1.2; file acs-admin.es_ES.ISO-8859-1.xml was 
	initially added on branch oacs-5-3. 

	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	i18n 

2007-03-22 donb

	* www/blank-master.adp:
	* www/blank-master.tcl:
	Moved devsup here, it's css must be clashing with something 
	else because the formating is non-existent. 

2007-03-21 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 

	* packages/acs-templating/tcl/list-procs.tcl:
	Fix typo in checkbox identifiers 

	* packages/acs-templating/resources/lists/table.adp:
	Zen: add mandatory ACTION attribute to form tag 

2007-03-21 avni

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	Zen: Adding new footer message key (carl) 

	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	Zen: version bump 

	* packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	Zen: version change 

2007-03-20 emmar

	* www/blank-master.tcl:
	Add missing quotes that caused xinha not to render properly 

	* www/blank-master.tcl:
	Call to initRTE was missing 

2007-03-20 donb

	* www/blank-master.tcl:
	First cut at putting in RTE/Xinha js (incomplete) 

	* www/blank-master.adp:
	* www/blank-master.tcl:
	got this stuff to load xinha stuff correctly however it's 
	not rendering... 

2007-03-19 emmar

	* packages/acs-templating/tcl/richtext-procs.tcl:
	Remove duplicated NOSCRIPT tags for RTE widget 

2007-03-18 avni

	* packages/acs-templating/tcl/widget-procs.tcl:
	Zen: adding ID attributes for input button and file types. 

	* packages/acs-templating/resources/forms/standard.adp:
	Zen: removing label from inform widget type 

	* 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 maltes

	* packages/acs-subsite/www/register/user-new.tcl:
	Made sure you pass on the return_url to the alternative 
	registration 

2007-03-17 carlb

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/notifications/tcl/notification-display-procs.tcl:
	Zen: alt tag and message keys for envelope icons in 
	notfications 

2007-03-16 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 maltes

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Added charset support from oacs-5-3 

2007-03-14 daveb

	* packages/acs-templating/www/scripts/xinha/attach-file.adp:
	Add link capabilities for attach-file 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js:
	Pass selected text as title to insert link popup 

2007-03-13 maltes

	* packages/acs-tcl/tcl/site-nodes-procs-oracle.xql:
	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	Implemented site node lazy caching. This will prevent the 
	site from loading the whole site node at the startup but on 
	demand 

	* packages/acs-tcl/tcl/site-nodes-procs.xql:
	branches:  1.13.2; Implemented site node lazy caching. This 
	will prevent the site from loading the whole site node at 
	the startup but on demand 

	* packages/acs-tcl/tcl/site-nodes-procs-postgresql.xql:
	branches:  1.19.2; Implemented site node lazy caching. This 
	will prevent the site from loading the whole site node at 
	the startup but on demand 

2007-03-13 donb

	* www/blank-master.tcl:
	Added core.js ... 

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

	* www/blank-master.adp:
	* www/blank-master.tcl:
	More stuff related to using html transitional rather than 
	xhtml 

	* www/blank-master.adp:
	Removed extraneous meta tag, and trailing "/" chars 

	* www/blank-master.adp:
	Removed more xml stuff 

2007-03-13 daveb

	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	Make sure f_href is set so the javascript can pass the link 
	back to xinha. 

2007-03-12 maltes

	* etc/config.tcl:
	Ups. no cognovis should be there... 

2007-03-12 donb

	* www/blank-compat.tcl:
	Fixed one area of backwards incompatibility with this 
	backwards compatibility master template :) 

	* www/blank-master.adp:
	* www/blank-master.tcl:
	* www/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-11 avni

	* packages/acs-templating/tcl/list-procs.tcl:
	Zen: fixing bug so that summary tag only shows up for tables 

2007-03-10 emmar

	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	* packages/notifications/tcl/notification-display-procs.tcl:
	Zen: HTML cleanup 

2007-03-09 maltes

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	* packages/acs-tcl/tcl/site-nodes-procs.xql:
	provide a procedure to get the root_node_id and make it 
	cached (as the root node_id will not change that easily 
	without a restart) 

2007-03-09 emmar

	* packages/acs-tcl/lib/progress-bar.adp:
	Add missing closing &gt; for title tag 

2007-03-07 daveb

	* packages/acs-tcl/lib/static-progress-bar.adp:
	* packages/acs-tcl/lib/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. 

	* packages/acs-tcl/lib/static-progress-bar.adp:
	branches:  1.1.2; file static-progress-bar.adp was initially 
	added on branch oacs-5-3. 

	* packages/acs-tcl/lib/static-progress-bar.tcl:
	branches:  1.1.2; file static-progress-bar.tcl was initially 
	added on branch oacs-5-3. 

2007-03-06 emmar

	* packages/acs-templating/resources/forms/standard.adp:
	* packages/acs-templating/tcl/element-procs.tcl:
	Remove unecessary comment in standard.adp. Set default class 
	to widget name for radio/checkbox fieldset 

	* packages/acs-templating/resources/forms/standard.adp:
	* packages/acs-templating/tcl/element-procs.tcl:
	* packages/acs-templating/tcl/form-procs.tcl:
	Zen: legend tag is mandatory so we add it even if it's empty 

2007-03-06 avni

	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	* packages/acs-tcl/tcl/table-display-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	* packages/acs-tcl/tcl/widgets-procs.tcl:
	* packages/acs-templating/tcl/date-procs.tcl:
	* packages/acs-templating/tcl/form-procs.tcl:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	* packages/acs-templating/tcl/spellcheck-procs.tcl:
	* packages/acs-templating/tcl/widget-procs.tcl:
	Zen: removing trailing input tag / to pass html transitional 

	* packages/acs-templating/tcl/currency-procs.tcl:
	removing trailing / in input tags 

2007-03-05 emmar

	* packages/acs-lang/www/admin/batch-editor.tcl:
	Replace section element property with new form section 
	element 

2007-03-04 nimam

	* packages/acs-admin/catalog/acs-admin.en_US.ISO-8859-1.xml:
	branches:  1.1.2; file acs-admin.en_US.ISO-8859-1.xml was 
	initially added on branch oacs-5-3. 

	* packages/acs-admin/catalog/acs-admin.en_US.ISO-8859-1.xml:
	* packages/acs-admin/lib/service-parameters.tcl:
	* packages/acs-admin/www/apm/version-callbacks.tcl:
	* packages/acs-admin/www/apm/version-i18n.tcl:
	* packages/acs-admin/www/auth/authority.tcl:
	* packages/acs-admin/www/auth/batch-job.tcl:
	* packages/acs-admin/www/auth/index.tcl:
	i18nized some lists 

2007-03-04 maltes

	* etc/config.tcl:
	Added check for aolserver 4.5 

2007-03-04 leed

	* www/blank-master.adp:
	Fixed a couple of stupid bugs in the blank-master.adp 

2007-03-04 gustafn

	* www/default-master.tcl:
	fixing and simplifying passing of package_id in export_vars 

2007-03-04 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 carlb

	* packages/notifications/www/request-change-frequency.adp:
	* packages/notifications/www/request-new.adp:
	Zen cleanup (added h1 titles) 

	* packages/notifications/www/manage.adp:
	* packages/notifications/www/manage.tcl:
	Zen cleanup: added buttons and added h1 

	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	* packages/notifications/www/admin/index.adp:
	Zen cleanup: last files in notifications 

	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	Zen cleanup: updated notifications catalog files 

	* packages/acs-subsite/www/resources/email.gif:
	branches:  1.1.2; file email.gif was initially added on 
	branch oacs-5-3. 

	* packages/acs-subsite/www/resources/email_add.gif:
	branches:  1.1.2; file email_add.gif was initially added on 
	branch oacs-5-3. 

	* packages/acs-subsite/www/resources/email_delete.gif:
	branches:  1.1.2; file email_delete.gif was initially added 
	on branch oacs-5-3. 

	* packages/acs-subsite/www/resources/email_open.gif:
	branches:  1.1.2; file email_open.gif was initially added on 
	branch oacs-5-3. 

	* packages/acs-subsite/www/resources/feed.gif:
	branches:  1.1.2; file feed.gif was initially added on 
	branch oacs-5-3. 

	* packages/notifications/tcl/notification-display-procs.tcl:
	fixing path to icons in notifications 

	* packages/acs-subsite/www/resources/email.gif:
	* packages/acs-subsite/www/resources/email_add.gif:
	* packages/acs-subsite/www/resources/email_delete.gif:
	* packages/acs-subsite/www/resources/email_open.gif:
	* packages/acs-subsite/www/resources/feed.gif:
	new icons for notifications and feeds from famfamfam silk 
	set 

2007-03-03 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 

	* packages/acs-templating/tcl/element-procs.tcl:
	Update doc for element::create regarding sections 

	* packages/acs-templating/resources/forms/standard.adp:
	* packages/acs-templating/tcl/element-procs.tcl:
	* packages/acs-templating/tcl/form-procs.tcl:
	Zen: Add fieldset and legend for form sections 

2007-03-03 daveb

	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	* packages/notifications/tcl/notification-display-procs.tcl:
	Add an add/remove icon to notification widget for Zen 

2007-03-03 avni

	* packages/acs-templating/tcl/date-procs.tcl:
	Project Zen: zenifying date widget 

	* packages/acs-templating/tcl/date-procs.tcl:
	Zen: Adding a small center css class for the tfoot row 

	* packages/acs-templating/www/resources/forms.css:
	Zen: Mark Wylie's changes: adding div for form-help-text 

	* packages/acs-templating/tcl/date-procs.tcl:
	Zen: switching tbody and tfoot 

2007-03-02 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. 

	* www/blank-compat.adp:
	branches:  1.1.2; file blank-compat.adp was initially added 
	on branch oacs-5-3. 

	* www/blank-compat.tcl:
	branches:  1.1.2; file blank-compat.tcl was initially added 
	on branch oacs-5-3. 

	* www/site-compat.adp:
	branches:  1.1.2; file site-compat.adp was initially added 
	on branch oacs-5-3. 

	* www/site-compat.tcl:
	branches:  1.1.2; file site-compat.tcl was initially added 
	on branch oacs-5-3. 

2007-03-02 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 avni

	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	Project Zen: adding DefaultSummary variable 

	* packages/acs-templating/tcl/list-procs.tcl:
	Project Zen: adding translation variable for table summary 

	* packages/acs-templating/resources/lists/table.adp:
	Project Zen: closing caption tag properly 

2007-03-01 cesarc

	* packages/notifications/tcl/notification-callback-procs.xql:
	fixed bug 3075 on notifications 

2007-02-28 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. 

	* packages/acs-templating/tcl/parse-procs.tcl:
	Return the correct code from template::adp_parse. 

2007-02-28 jiml

	* ChangeLog:
	* etc/config.tcl:
	a config parameter read used a hardwired server name; 
	unhardwired it 

2007-02-27 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 

	* packages/acs-templating/www/resources/mktree.css:
	Mark Wylie's changes: modified css 

	* packages/acs-templating/www/resources/forms.css:
	Mark Wylie's work: class for form-label errors; class to 
	replace inline template 

	* packages/acs-templating/tcl/list-procs.tcl:
	* packages/acs-templating/tcl/widget-procs.tcl:
	adding caption property to list_properties 

	* packages/acs-templating/resources/lists/table.adp:
	adding caption tag 

	* packages/acs-templating/tcl/list-procs.tcl:
	removing default for caption because caption is optional 

	* packages/acs-templating/tcl/widget-procs.tcl:
	reverting accidental commit 

2007-02-26 gustafn

	* packages/acs-templating/tcl/richtext-procs.tcl:
	don't check HTML security properties, when the user is a 
	side wide admin or a package admin 

2007-02-26 emmar

	* packages/acs-templating/resources/forms/standard.adp:
	* packages/acs-templating/tcl/element-procs.tcl:
	Add fieldset and legend properties for checkbox and radio 
	widgets 

2007-02-25 victorg

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	db_string was totally ignoring the -dbn swith!! 

2007-02-25 gustafn

	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/ja.js:
	branches:  1.1.2; upgrade to version 0.92 beta hotfix 1 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/demo_images/linux/linux.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlEntities/html-entities.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/linux/linux.gif:
	branches:  1.2.2; upgrade to version 0.92 beta hotfix 1 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/popups/find_replace.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/paste-text.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/popups/quicktag.html:
	branches:  1.3.2; upgrade to version 0.92 beta hotfix 1 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/InsertPicture.php:
	branches:  1.5.2; upgrade to version 0.92 beta hotfix 1 

	* packages/acs-templating/www/resources/xinha-nightly/Xinha.css:
	* packages/acs-templating/www/resources/xinha-nightly/XinhaCore.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/custom.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/dynamic.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-body.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-menu.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/stylist.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/testbed.html:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.js:
	* packages/acs-templating/www/resources/xinha-nightly/images/de/bold.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/de/italic.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/de/underline.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_about.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align_center.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align_justify.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align_left.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align_right.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_buttons_main.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_charmap.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_clearfonts.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_color_bg.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_color_fg.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_copy.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_custom.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_cut.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_delete.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_bold.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_italic.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_strike.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_sub.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_sup.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_underline.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_help.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_hr.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_html.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_image.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_indent_less.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_indent_more.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_killword.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_left_to_right.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_link.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_list_bullet.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_list_num.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_overwrite.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_paste.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_print.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_redo.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_right_to_left.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_rmformat.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_save.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_saveas.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_selectall.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_show_border.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_splitblock.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_splitcel.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_undo.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_word_cleaner.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/fr/bold.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/fr/strikethrough.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/fr/underline.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/fullscreen_maximize.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/fullscreen_minimize.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/insert_table.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/insertfilelink.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/tidy.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/toggle_borders.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/xinha_logo.gif:
	* packages/acs-templating/www/resources/xinha-nightly/lang/b5.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ch.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/cz.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/da.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ee.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/el.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fi.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/gb.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/hu.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/it.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/lt.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/lv.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ro.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/si.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/vn.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/ColorPicker/ColorPicker.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/CreateLink/link.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/inline-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/popupwin.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/full-screen.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/Gecko.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/paraHandlerBest.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/paraHandlerDirty.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/DOMwalk.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/TransformInnerHTML.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/insert_image.html:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/insert_image.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/insert_table.html:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/insert_table.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InternetExplorer/InternetExplorer.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/img/ed_abbreviation.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/popups/abbreviation.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/img/ed_bgimage.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/popups/bgimage.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/img/ed_charmap.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/popups/select_character.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/img/clientside-spellcheck.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/img/he-spell-check.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/1.pl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/el.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/definition-list.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/img/ed_dd.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/img/ed_dl.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/img/ed_dt.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/dynamiccss.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/img/ed_edit_tag.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/popups/edit_tag.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/ASCIIMathML.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/abs_value.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/diag_fraction.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/divide.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/dsp_greater_equal.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/dsp_less_equal.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/dsp_notequal.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/equation.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/equation.old.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/greater_equal_than.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/hor_fraction.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/less_equal_than.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/mul.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/notequal.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/parenthesis.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/root.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/square_root.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/Classes/ExtendedFileManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/wz_jsgraphics.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/extended-file-manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/def_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/doc.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/fla.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/fla_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/folder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/folder_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/gz.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/gz_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/html.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/js.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/js_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/mov.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/mov_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/pdf.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/php.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/php_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/ppt.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/rar.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/rar_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/txt.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/txt_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/xls.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/zip.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/zip_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btnFolderNew.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btnFolderNew1.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btnFolderUp1.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btn_cancel.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btn_ok.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/crop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/default.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/div.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/dots.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/ed_linkfile.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/ed_linkfile1.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_active.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_copy.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_cut.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_paste.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_pencil.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_rename.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_trash.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/folder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/hand.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/locked.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/measure.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/noimages.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/rotate.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/save.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/scale.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/t_black.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/t_white.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/unlocked.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/unlocked2.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/img/ed_filter.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/fr_engine.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/img/ed_find.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/form-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/img/buttons.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_button.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_checkbox.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_fieldset.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_file.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_form.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_hidden.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_image.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_label.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_password.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_radio.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_reset.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_select.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_submit.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_text.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_textarea.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/form.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/input.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/select.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/img/docprop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/ro.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/popups/docprop.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/horizontal-rule.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/popups/edit_horizontal_rule.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlEntities/Entities.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlEntities/iso-8859-1.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy-logic.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/img/html-tidy.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/wz_jsgraphics.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btnFolderNew.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btnFolderUp.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btn_cancel.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btn_ok.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/crop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/default.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/div.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/dots.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/edit_active.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/edit_pencil.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/edit_trash.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/folder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/hand.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/locked.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/measure.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/noimages.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/rotate.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/save.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/scale.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/t_black.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/t_white.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/unlocked2.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/img/insert-anchor.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/popups/insert_anchor.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/img/ed_marquee.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/insert-marquee.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/popups/insert_marquee.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/img/pagebreak.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/img/btn_open.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/img/nopic.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/img/ed_smiley.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/popups/insertsmiley.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0009.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0010.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0011.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0013.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0015.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0016.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0018.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0019.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0020.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0021.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0022.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0023.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0024.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0025.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0026.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0027.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0028.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0029.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0030.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0031.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0033.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0036.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0038.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0039.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0041.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0042.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0043.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0044.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0045.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0046.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0047.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0048.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0049.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0051.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0052.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0055.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0056.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0057.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0058.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0059.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0060.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0061.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0062.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0064.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0065.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0066.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0067.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0068.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0070.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0071.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0072.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0074.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0076.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0077.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0080.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0082.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0083.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0084.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0085.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0086.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0087.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0088.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0089.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0090.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0091.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0092.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0093.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0094.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0096.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0097.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0098.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0099.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0100.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0101.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0102.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0103.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0104.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0105.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0106.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0107.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0108.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0109.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0110.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0111.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0112.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0113.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0115.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0116.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0117.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0118.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0119.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0120.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0121.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0122.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0123.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0124.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0125.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0126.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0128.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0129.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0130.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0131.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0132.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0133.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0134.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0135.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0136.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0137.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0138.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0139.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0140.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0141.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0142.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0144.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0145.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0146.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0147.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0148.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0149.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0150.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0151.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0152.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0153.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0154.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0155.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0156.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0157.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0158.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0159.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0160.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0161.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0162.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0163.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0164.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0165.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0166.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0167.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0168.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0169.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0170.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0171.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0172.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0174.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0175.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0176.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0177.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0178.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0179.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0180.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0181.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0182.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0183.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0184.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0185.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0186.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0187.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0188.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0189.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0190.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0192.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0193.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0194.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0195.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0196.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0197.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0198.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0199.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0200.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0201.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0202.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0205.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0206.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0207.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0208.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0209.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0210.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0211.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0212.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0213.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0214.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0215.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0216.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0217.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0218.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0219.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0220.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0222.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0223.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0224.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0225.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0226.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0227.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0228.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0229.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0230.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0231.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0232.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0233.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0234.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0235.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0236.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0237.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0238.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0239.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0240.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0241.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0242.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0243.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0244.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0245.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0246.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0247.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0248.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0249.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0250.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0251.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0252.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0254.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0255.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0257.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0259.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0260.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0261.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0262.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0263.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0264.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0265.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0266.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0267.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0268.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0269.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0270.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0271.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0272.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0273.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0275.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0276.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0277.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0278.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0279.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0280.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0281.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0282.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0284.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0285.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0286.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0287.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0288.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0289.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0290.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0291.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0292.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0293.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0294.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0295.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0297.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0298.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0299.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0300.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0301.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0302.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0303.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0304.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0305.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0307.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0308.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0309.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0310.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0311.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0313.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0314.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0315.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0316.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0317.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0318.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0319.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0320.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0322.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0323.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0324.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0325.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0327.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0328.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0329.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0330.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0331.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0332.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0333.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0336.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0337.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0338.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0339.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0340.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0341.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0342.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0343.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0344.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0345.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0346.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0347.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0348.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0349.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0350.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0351.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0352.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0353.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0354.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0355.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0356.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0357.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0358.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0359.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0360.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0361.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0362.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0363.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0364.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0365.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0366.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0367.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0368.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0369.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0370.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0372.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0373.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0375.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0376.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0377.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0378.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0380.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0381.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0382.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0383.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0384.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0385.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0386.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0387.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0388.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0389.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0390.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0391.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0392.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0393.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0394.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0396.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0397.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0398.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0399.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0400.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0401.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0402.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0403.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0404.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0406.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0407.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0408.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0409.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0410.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0411.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0412.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0413.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0414.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0416.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0417.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0418.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0419.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0420.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0421.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0422.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0423.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0424.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0425.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0426.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0427.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0428.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0429.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0430.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0431.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0432.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0433.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0434.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0435.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0436.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0437.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0438.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0439.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0441.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0442.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0443.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0444.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0445.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0446.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0447.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0448.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0449.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0450.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0451.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0452.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0453.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0454.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0456.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0457.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0458.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0459.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0461.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0462.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0463.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0464.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0465.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0466.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0467.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0468.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0469.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0471.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0472.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0473.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0474.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0475.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0476.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0477.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0478.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0479.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0480.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0482.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0483.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0484.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0485.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0486.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0487.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0488.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0489.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0490.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0492.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0493.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0494.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0495.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0496.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0497.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0498.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0500.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0501.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0502.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0503.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0504.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0505.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0506.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0507.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0508.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0509.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0510.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0511.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0512.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0513.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0514.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0515.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0516.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0517.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0518.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0519.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0520.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0521.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0522.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0523.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0524.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0525.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0526.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0528.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0530.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0531.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0532.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0534.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0535.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0536.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0537.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0538.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0539.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0540.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0542.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0543.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0544.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0545.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0546.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0547.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0548.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0549.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0550.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0551.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0552.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0553.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0554.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0555.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0556.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0557.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0558.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0559.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0560.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0561.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0564.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0566.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0567.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0568.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0569.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0570.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0571.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0572.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0573.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0574.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0575.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0576.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0577.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0578.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0579.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0580.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/img/ed_snippet.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/el.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/en.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/fr.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/la.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/api.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/example01.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/base.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/cd.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/copy.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/folder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/folderopen.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/globe.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/imgfolder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/join.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/joinbottom.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/line.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/minus.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/minusbottom.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/move.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/musicfolder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/nolines_minus.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/nolines_plus.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/offline.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/page.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/plus.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/plusbottom.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/question.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/trash.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/scan.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/list-type.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/img/note.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/note-server.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/popups/codenote.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/img/ed_paste_text.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/popups/paste_text.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/img/ed_quicktag.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/tag-lib.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/img/ed_save_green.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/img/ed_save_red.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/save-submit.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SetId/img/set-id.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SetId/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SetId/popups/set_id.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/popups/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/smart-replace.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/aspell_setup.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/img/he-spell-check.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/img/spell-check.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/cz.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/da.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/hu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/ro.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/readme-tech.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-savedicts.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/stylist.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/img/ed_superclean.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/super-clean.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/tidy.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-delete.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-insert-after.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-insert-before.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-merge.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-prop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-split.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-delete.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-insert-after.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-insert-before.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-split.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-delete.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-insert-above.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-insert-under.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-prop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-split.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/table-prop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/cz.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/da.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/el.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/fi.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/it.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/ro.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/ed_template.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/layout_01.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/layout_02.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/layout_03.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/template.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/img/unformat.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/about.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/blank.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/editor_help.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.css:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/select_color.html:
	* packages/acs-templating/www/resources/xinha-nightly/release-notes.txt:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/separator.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/green-look/button-background.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/green-look/separator.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/silva/html.gif:
	upgrade to version 0.92 beta hotfix 1 

2007-02-22 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-22 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. 

	* packages/acs-templating/resources/lists/table.adp:
	Project Zen: using strings instead of counters for id and 
	headers 

2007-02-21 emmar

	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/acs-templating/tcl/list-procs.tcl:
	Zen: localize orderby_html_title (list builder) 

2007-02-21 donb

	* packages/acs-lang/tcl/lang-util-procs.tcl:
	* packages/acs-lang/www/admin/locale-edit.tcl:
	* packages/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-21 avni

	* packages/acs-templating/www/resources/lists.css:
	Project Zen: Mark Wylie's changes 

	* packages/acs-templating/resources/lists/filters.adp:
	* packages/acs-templating/resources/lists/table.adp:
	Project Zen: mark wylie's accessibility changes and my 
	headers and id additions 

	* 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-20 nimam

	* packages/acs-lang/tcl/lang-util-procs.tcl:
	* packages/acs-lang/www/admin/locale-edit.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	* packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	Local changes at Mannheim. Mostly merging catalog files 

2007-02-20 donb

	* packages/acs-bootstrap-installer/installer.tcl:
	* packages/acs-tcl/tcl/database-init.tcl:
	Fixed install issue caused by my charset work 

	* packages/acs-lang/tcl/lang-util-procs.tcl:
	* packages/acs-lang/www/admin/locale-edit.tcl:
	* packages/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 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 

	* 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 

	* 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 

	* 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 

	* packages/acs-mail-lite/catalog/acs-mail-lite.ca_ES.ISO-8859-1.xml:
	branches:  1.1.2; file acs-mail-lite.ca_ES.ISO-8859-1.xml 
	was initially added on branch oacs-5-3. 

2007-02-19 michaels

	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	branches:  1.25.2; define args for acs_rel__delete 

2007-02-19 donb

	* www/blank-master.adp:
	* www/blank-master.tcl:
	Added attributes for the HEAD attribute, by default language 
	stuff. 

2007-02-18 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' 

	* packages/acs-templating/www/resources/lists.css:
	Mark Wylie's changes: modified css to add div classes 

	* 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-17 gustafn

	* packages/search/tcl/search-procs.tcl:
	call search::action callback such that syndication works 

	* packages/search/www/search.tcl:
	fix for bog #3061 

	* packages/search/www/search.tcl:
	fix for bug 3061 

2007-02-17 avni

	* packages/acs-templating/tcl/form-procs.tcl:
	adding a default class for forms if one does not exist 

2007-02-16 emmar

	* packages/acs-templating/resources/forms/standard.adp:
	fix problem with radio and checkbox. formwidget was used 
	instead of formgroup.widget. 

2007-02-16 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-14 carlb

	* www/blank-master.tcl:
	adding html lang attribute so we can pass WCAG P3 

	* www/blank-master.adp:
	adding html lang attribute so we can pass WCAG P3 and 
	getting rid of old RTE textarea to pass P2 (need to warn 
	people upgrading that they might need to add that back if 
	they are using RTE -- I added it to release notes I started 
	in the wiki on openacs.org) 

2007-02-13 emmar

	* packages/acs-templating/tcl/date-procs.tcl:
	* packages/acs-templating/tcl/widget-procs.tcl:
	Zen project: Add ID attribute to date and select widgets 

	* packages/acs-templating/resources/forms/accessible-forms.adp:
	Zen project: Add fieldset tag for form sections 

	* packages/acs-lang/tcl/lang-widget-procs.tcl:
	Zen project: add ID attribute for select_locales widget 

2007-02-13 avnik

	* packages/acs-templating/resources/forms/standard.adp:
	implementing mark wylie's tableless design for forms 

	* packages/acs-templating/www/resources/forms.css:
	project zen: Mark Wylie's CSS for tableless forms 

	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	project zen: adding fieldset parameter to ad_form 

	* 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 

	* packages/acs-templating/tcl/tag-init.tcl:
	project zen: modified template_tag formtemplate to output 
	the closing fieldset tag 

2007-02-10 daveb

	* packages/acs-subsite/lib/user-info.tcl:
	Remove more magic category mapping code. 

2007-02-05 maltes

	* packages/acs-tcl/tcl/community-core-procs.tcl:
	* packages/acs-tcl/tcl/community-core-procs.xql:
	* packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl:
	Added procedure to check if a user is actually registered. 
	We should probably change auth::require_login to check if 
	the user is registered instead of just checking for the 
	existance of the cookie 

	* packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl:
	Added test case 

2007-02-05 daveb

	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	* packages/acs-tcl/tcl/application-data-link-procs.xql:
	* packages/acs-tcl/tcl/test/application-data-link-procs.tcl:
	Confirm URLs and object_ids when scanning for links. Update 
	test. 

	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	* packages/acs-tcl/tcl/test/application-data-link-procs.tcl:
	Don't capture URLs outside the current site as object URLs 

2007-02-02 gustafn

	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/hover.htc:
	added missing file from xinha's extended file manager 

	* www/blank-master.adp:
	adjust blank-master to use the new xinha version 

	* packages/acs-templating/www/resources/xinha-nightly/contrib/php-xinha.php:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fa.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/readme.txt:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/imagelist.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/slider.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/demosnippets.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/readme.txt:
	branches:  1.1.2; updating xinha to 0.91beta+ 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/insert-picture.js:
	branches:  1.4.2; updating xinha to 0.91beta+ 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	merged daves changes from 5-3, eliminated dead code 

	* packages/acs-templating/www/resources/xinha-nightly/Xinha.css:
	* packages/acs-templating/www/resources/xinha-nightly/XinhaCore.js:
	* packages/acs-templating/www/resources/xinha-nightly/contrib/compress.bat:
	* packages/acs-templating/www/resources/xinha-nightly/contrib/compression_readme.txt:
	* packages/acs-templating/www/resources/xinha-nightly/contrib/dojo_js_compressor.jar:
	* packages/acs-templating/www/resources/xinha-nightly/contrib/lc_parse_strings.php:
	* packages/acs-templating/www/resources/xinha-nightly/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/custom.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/dynamic.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-body.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-menu.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example-body.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example-menu.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/simple_example.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/stylist.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/testbed.html:
	* packages/acs-templating/www/resources/xinha-nightly/functionsIE.js:
	* packages/acs-templating/www/resources/xinha-nightly/functionsMozilla.js:
	* packages/acs-templating/www/resources/xinha-nightly/getHTML.js:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.css:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.js:
	* packages/acs-templating/www/resources/xinha-nightly/images/xinha_logo.gif:
	* packages/acs-templating/www/resources/xinha-nightly/inline-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/sv.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/ColorPicker/ColorPicker.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/CreateLink/link.html:
	* packages/acs-templating/www/resources/xinha-nightly/modules/CreateLink/link.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/inline-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/panel-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Dialogs/popupwin.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/full-screen.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/FullScreen/lang/sv.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/Gecko.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/paraHandlerBest.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/Gecko/paraHandlerDirty.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/DOMwalk.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/GetHtml/TransformInnerHTML.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/insert_image.html:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertImage/insert_image.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/insert_table.html:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InsertTable/insert_table.js:
	* packages/acs-templating/www/resources/xinha-nightly/modules/InternetExplorer/InternetExplorer.js:
	* packages/acs-templating/www/resources/xinha-nightly/panel-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/sv.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/sv.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/definition-list.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/definition-list.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/img/ed_dd.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/img/ed_dl.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DefinitionList/img/ed_dt.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DoubleClick/double-click.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EnterParagraphs/enter-paragraphs.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/ASCIIMathML.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/example.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/popups/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/Classes/ExtendedFileManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/Readme.txt:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/ImageEditor.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/assets/wz_jsgraphics.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/backend.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/demo_images/bikerpeep.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/demo_images/linux/linux.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/demo_images/wesnoth078.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/extended-file-manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/def.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/def_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/doc.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/doc_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/fla.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/fla_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/folder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/folder_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/gif_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/gz.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/gz_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/html.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/html_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/jpg_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/js.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/js_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/mov.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/mov_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/pdf.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/pdf_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/php.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/php_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/png_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/ppt.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/ppt_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/rar.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/rar_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/txt.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/txt_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/xls.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/xls_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/zip.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/icons/zip_small.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/1x1_transparent.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/2x2.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/2x2_w.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btnFolderNew.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btnFolderNew1.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btnFolderUp.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btnFolderUp1.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btn_cancel.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/btn_ok.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/crop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/default.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/div.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/dots.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/ed_linkfile.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/ed_linkfile1.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_active.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_copy.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_cut.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_paste.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_pencil.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_rename.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/edit_trash.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/folder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/hand.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/islocked2.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/locked.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/measure.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/noimages.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/rotate.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/save.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/scale.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/spacer.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/t_black.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/t_white.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/unlocked.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/unlocked2.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/img/unlocked_empty.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ExtendedFileManager/thumbs.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/sv.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/form-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/popups/docprop.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/test.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/full-screen.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/sv.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlEntities/Entities.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlEntities/html-entities.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/sv.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/newFolder.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/InsertPicture.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/sv.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/insert-snippet.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/popups/insertsnippet.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/readme.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/scan.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/sv.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/README.txt:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/img/ed_save_green.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/img/ed_save_red.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SaveSubmit/save-submit.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SetId/img/placeholder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SetId/img/set-id.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SetId/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SetId/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SetId/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SetId/popups/set_id.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SetId/set-id.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SetId/set-id.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/img/smartquotes.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/popups/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SmartReplace/smart-replace.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/aspell_setup.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/stylist.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/super-clean.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/tidy.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/table-prop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/sv.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/popupdiv.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/about.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/color_picker.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/editor_help.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/insert_image.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/insert_image.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/insert_table.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/link.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/link.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.css:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/select_color.html:
	* packages/acs-templating/www/resources/xinha-nightly/popupwin.js:
	* packages/acs-templating/www/resources/xinha-nightly/release-notes.txt:
	* packages/acs-templating/www/resources/xinha-nightly/skins/green-look/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/silva/dialog.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/skins/silva/html.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/silva/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/silva/statusbar.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/silva/toolbar.png:
	updating xinha to 0.91beta+ 

2007-02-01 carlb

	* packages/acs-subsite/www/pvt/home.adp:
	closing open h2 

2007-01-31 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 maltes

	* packages/acs-subsite/www/file.vuh:
	Added view tracking 

	* packages/search/search.info:
	Two defaults are not good 

	* packages/search/tcl/search-procs.tcl:
	Why .LRN again, and more importantly, why doesn't it work on 
	2.3 

2007-01-29 maltes

	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-tcl/tcl/object-procs.tcl:
	* packages/acs-tcl/tcl/object-procs.xql:
	Added acs_object::object_p procedure 

	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/tcl/party-procs.tcl:
	* packages/acs-subsite/tcl/party-procs.xql:
	Added party::party_p procedure 

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/incoming-mail-procs.tcl:
	Upgraded version to reflect it is part of core now. Added 
	incoming_object_email callback as per 
	http://openacs.org/xowiki/incoming_email. Moved incoming 
	e-mail procs to a separate file 

2007-01-27 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Grrr, I didn't commit bumped version numbers before making 
	the 5.3.0 tarball 

2007-01-25 daveb

	* packages/acs-subsite/lib/user-info.tcl:
	Remove broken categories widget. It does not show usable 
	information. 

2007-01-24 daveb

	* packages/acs-templating/tcl/list-procs.tcl:
	Don't try to sum non-numerical data! Previously if you tried 
	to "count" a non-numeric column, it still tried to 
	accumulate the sum variable, which clearly will not work. 

	* packages/acs-templating/resources/forms/accessible-forms.adp:
	Remove physical markup (bold and italic tags) since we have 
	css classes for these form elements, they should be styled 
	with css. 

2007-01-23 carlb

	* packages/acs-templating/www/scripts/xinha/attach-image.adp:
	layout and on upload error message fix 

2007-01-21 maltes

	* packages/acs-subsite/www/file.vuh:
	Fixed the indention and added a missing closing brace 

2007-01-18 gustafn

	* packages/acs-authentication/tcl/authentication-procs.tcl:
	Long URLs can cause a reboot of aolserver 4.0.10. Prevent 
	the situation when user is required to authenticate while 
	submitting a form. 

	* packages/search/tcl/search-init.tcl:
	Made sure the intermedia_index is not run if postgres is 
	configured 

2007-01-16 donb

	* packages/acs-subsite/tcl/subsite-procs.tcl:
	auto_mount_application only worked for the first two mounts 
	of a package using an autogenerated name!  This bug's been 
	in ACS 4.x since the very beginning AFAICT. 

2007-01-15 maltes

	* packages/acs-tcl/tcl/defs-procs.tcl:
	Added function to return a string as a file with filename 
	and mime_type 

	* packages/acs-tcl/acs-tcl.info:
	Increased version number to reflect the fact that it was 
	changed on HEAD, ready for the next branch 

2007-01-15 gustafn

	* packages/acs-admin/tcl/apm-admin-procs.tcl:
	* packages/acs-admin/www/apm/build-repository.tcl:
	fixing code leading to a broken repository/5-3/manifest due 
	to overlong command line in tar command. The new version 
	uses the "--files-from filename" option from GNU tar (this 
	code is most probably only run on openacs.org) 

2007-01-14 donb

	* readme.txt:
	5.3.0 ... 

	* packages/acs-subsite/www/resources/site-master.css:
	A previous change (torben's, I believe?) removed the 
	"inline" style for the UL tags used to build breadcrumbs, 
	which uglifies them. 

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	Added dummy "Malte: please document these callbacks" 
	comments to appease our automated test procs.  This release 
	is supposed to be the "no core tests fail" release ... 
	adding procs without doc comments breaks that. 

	* ChangeLog:
	Changelog for 5.3 

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-core-docs/www/install-ssl.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/install-tclwebtest.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-vuh.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	* packages/acs-core-docs/www/upgrade.html:
	* packages/acs-core-docs/www/uptime.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	Checking in docbook for 5.3.0 

	* packages/acs-core-docs/www/xml/Makefile:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	Makefile shouldn't specify an absolute path for executables 
	it needs.  User should make sure the executables are 
	available on their PATH. 

2007-01-13 daveb

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js:
	Remove extra , at the end of array 

2007-01-12 daveb

	* packages/acs-templating/tcl/richtext-procs.tcl:
	Fix richtext in Safari and browsers without javascript by 
	supressing display mode hidden elements except when really 
	in display mode. 

2007-01-10 maltes

	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	* packages/acs-tcl/tcl/application-data-link-procs.xql:
	Fixing naming problem preventing data links from being 
	created. As this is a backport from HEAD it also includes 
	the caching of the links. 

	* packages/ref-countries/catalog/ref-countries.de_DE.ISO-8859-1.xml:
	* packages/ref-countries/catalog/ref-countries.en_US.ISO-8859-1.xml:
	* packages/ref-countries/ref-countries.info:
	Update version number to keep in sync with 5.2 

2007-01-10 gustafn

	* bin/create-tablespace.tcl:
	* etc/config.tcl:
	* etc/install/tcl/acs-lang-procs.tcl:
	* etc/install/tcl/admin-procs.tcl:
	* etc/install/tcl/class-procs.tcl:
	* etc/install/tcl/dotlrn-procs.tcl:
	* etc/install/tcl/twt-procs.tcl:
	* etc/install/tcl/user-procs.tcl:
	* etc/keepalive/keepalive-config.tcl:
	* packages/acs-admin/lib/become.tcl:
	* packages/acs-admin/lib/service-parameters.tcl:
	* packages/acs-admin/tcl/apm-admin-procs.tcl:
	* packages/acs-admin/www/apm/build-repository.tcl:
	* packages/acs-admin/www/apm/cvs-status.tcl:
	* packages/acs-admin/www/apm/index.tcl:
	* packages/acs-admin/www/apm/package-delete.tcl:
	* packages/acs-admin/www/apm/package-load-2.tcl:
	* packages/acs-admin/www/apm/packages-install-3.tcl:
	* packages/acs-admin/www/apm/packages-install-4.tcl:
	* packages/acs-admin/www/apm/packages-install.tcl:
	* packages/acs-admin/www/apm/parameter-add-2.tcl:
	* packages/acs-admin/www/apm/parameter-delete.tcl:
	* packages/acs-admin/www/apm/parameter-edit-2.tcl:
	* packages/acs-admin/www/apm/version-callback-add-edit.tcl:
	* packages/acs-admin/www/apm/version-dependencies.tcl:
	* packages/acs-admin/www/apm/version-edit-2.tcl:
	* packages/acs-admin/www/apm/version-files.tcl:
	* packages/acs-admin/www/apm/version-i18n-process-2.tcl:
	* packages/acs-admin/www/apm/version-i18n.tcl:
	* packages/acs-admin/www/apm/version-parameter-values.tcl:
	* packages/acs-admin/www/apm/version-parameters.tcl:
	* packages/acs-admin/www/apm/version-tag.tcl:
	* packages/acs-admin/www/apm/version-view.tcl:
	* packages/acs-admin/www/apm/write-all-specs.tcl:
	* packages/acs-admin/www/auth/authority-delete.tcl:
	* packages/acs-admin/www/auth/authority-registration-select.tcl:
	* packages/acs-admin/www/auth/authority-set-enabled-p.tcl:
	* packages/acs-admin/www/auth/authority-set-sort-order.tcl:
	* packages/acs-admin/www/auth/authority.tcl:
	* packages/acs-admin/www/auth/batch-action.tcl:
	* packages/acs-admin/www/auth/batch-job.tcl:
	* packages/acs-admin/www/auth/index.tcl:
	* packages/acs-admin/www/cache/flush-cache.tcl:
	* packages/acs-admin/www/cache/flush.tcl:
	* packages/acs-admin/www/cache/one.tcl:
	* packages/acs-admin/www/index.tcl:
	* packages/acs-admin/www/install/install-2.tcl:
	* packages/acs-admin/www/install/install-4.tcl:
	* packages/acs-admin/www/install/install.tcl:
	* packages/acs-admin/www/test/security-test.tcl:
	* packages/acs-admin/www/test/signed-cookies-test-2.tcl:
	* packages/acs-admin/www/users/member-state-change.tcl:
	* packages/acs-admin/www/users/merge-confirm.tcl:
	* packages/acs-admin/www/users/merge-final.tcl:
	* packages/acs-admin/www/users/merge.tcl:
	* packages/acs-admin/www/users/modify-admin-privileges.tcl:
	* packages/acs-admin/www/users/one.tcl:
	* packages/acs-admin/www/users/session-history.tcl:
	* packages/acs-admin/www/users/user-add-2.tcl:
	* packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl:
	* packages/acs-api-browser/www/display-sql.tcl:
	* packages/acs-api-browser/www/proc-browse.tcl:
	* packages/acs-api-browser/www/proc-search.tcl:
	* packages/acs-api-browser/www/procs-file-view.tcl:
	* packages/acs-authentication/tcl/authentication-procs.tcl:
	* packages/acs-authentication/tcl/authority-procs.tcl:
	* packages/acs-authentication/tcl/driver-procs.tcl:
	* packages/acs-authentication/tcl/local-procs.tcl:
	* packages/acs-authentication/tcl/test/acs-authentication-procs.tcl:
	* packages/acs-authentication/tcl/test/sync-test-procs.tcl:
	* packages/acs-automated-testing/tcl/aa-test-procs.tcl:
	* packages/acs-automated-testing/tcl/filter-procs.tcl:
	* packages/acs-automated-testing/tcl/tclwebtest-procs.tcl:
	* packages/acs-automated-testing/www/admin/index.tcl:
	* packages/acs-automated-testing/www/admin/proc-coverage.tcl:
	* packages/acs-automated-testing/www/admin/rerun.tcl:
	* packages/acs-bootstrap-installer/bootstrap.tcl:
	* packages/acs-bootstrap-installer/db-init-checks-oracle.tcl:
	* packages/acs-bootstrap-installer/installer.tcl:
	* packages/acs-bootstrap-installer/installer/index.tcl:
	* packages/acs-bootstrap-installer/installer/install.tcl:
	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	* packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl:
	* packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl:
	* packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl:
	* packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl:
	* packages/acs-content-repository/tcl/acs-content-repository-init.tcl:
	* packages/acs-content-repository/tcl/acs-content-repository-procs.tcl:
	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/content-procs.tcl:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-content-repository/tcl/content-type-procs.tcl:
	* packages/acs-content-repository/tcl/doc-procs.tcl:
	* packages/acs-content-repository/tcl/extlink-procs.tcl:
	* packages/acs-content-repository/tcl/filter-procs.tcl:
	* packages/acs-content-repository/tcl/item-procs.tcl:
	* packages/acs-content-repository/tcl/keyword-procs.tcl:
	* packages/acs-content-repository/tcl/publish-procs.tcl:
	* packages/acs-content-repository/tcl/revision-procs.tcl:
	* packages/acs-content-repository/tcl/symlink-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-image-test-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-keyword-test-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-revision-test-procs.tcl:
	* packages/acs-core-docs/www/files/tutorial/myfirstpackage-procs.tcl:
	* packages/acs-core-docs/www/sql/display-sql.tcl:
	* packages/acs-lang/lib/messages-to-translate.tcl:
	* packages/acs-lang/tcl/lang-catalog-procs.tcl:
	* packages/acs-lang/tcl/lang-message-procs.tcl:
	* packages/acs-lang/tcl/lang-util-procs.tcl:
	* packages/acs-lang/tcl/lang-widget-procs.tcl:
	* packages/acs-lang/tcl/locale-procs.tcl:
	* packages/acs-lang/tcl/localization-data-init.tcl:
	* packages/acs-lang/tcl/localization-procs.tcl:
	* packages/acs-lang/tcl/test/acs-lang-test-procs.tcl:
	* packages/acs-lang/www/admin/batch-editor.tcl:
	* packages/acs-lang/www/admin/edit-localized-message.tcl:
	* packages/acs-lang/www/admin/index.tcl:
	* packages/acs-lang/www/admin/locale-edit.tcl:
	* packages/acs-lang/www/admin/localized-message-new.tcl:
	* packages/acs-lang/www/admin/message-list.tcl:
	* packages/acs-lang/www/admin/message-usage-include.tcl:
	* packages/acs-lang/www/admin/package-list.tcl:
	* packages/acs-lang/www/admin/set-system-timezone.tcl:
	* packages/acs-lang/www/admin/test/test.tcl:
	* packages/acs-lang/www/admin/test/timezone.tcl:
	* packages/acs-lang/www/admin/translator-mode-toggle.tcl:
	* packages/acs-lang/www/change-locale-include.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	* packages/acs-messaging/tcl/acs-messaging-procs.tcl:
	* packages/acs-service-contract/tcl/contract-procs.tcl:
	* packages/acs-service-contract/tcl/implementation-procs.tcl:
	* packages/acs-subsite/lib/login.tcl:
	* packages/acs-subsite/lib/services.tcl:
	* packages/acs-subsite/lib/user-info.tcl:
	* packages/acs-subsite/lib/user-new.tcl:
	* packages/acs-subsite/tcl/apm-callback-procs.tcl:
	* packages/acs-subsite/tcl/application-group-procs.tcl:
	* packages/acs-subsite/tcl/attribute-procs.tcl:
	* packages/acs-subsite/tcl/email-image-procs.tcl:
	* packages/acs-subsite/tcl/group-procs.tcl:
	* packages/acs-subsite/tcl/group-type-procs.tcl:
	* packages/acs-subsite/tcl/party-procs.tcl:
	* packages/acs-subsite/tcl/plpgsql-utility-procs.tcl:
	* packages/acs-subsite/tcl/rel-segments-procs.tcl:
	* packages/acs-subsite/tcl/rel-types-procs.tcl:
	* packages/acs-subsite/tcl/relation-procs.tcl:
	* packages/acs-subsite/tcl/subsite-callback-procs.tcl:
	* packages/acs-subsite/tcl/subsite-procs.tcl:
	* packages/acs-subsite/www/admin/applications/application-add.tcl:
	* packages/acs-subsite/www/admin/attributes/add-2.tcl:
	* packages/acs-subsite/www/admin/attributes/delete-2.tcl:
	* packages/acs-subsite/www/admin/attributes/edit-one.tcl:
	* packages/acs-subsite/www/admin/attributes/enum-add-2.tcl:
	* packages/acs-subsite/www/admin/attributes/enum-add.tcl:
	* packages/acs-subsite/www/admin/attributes/one.tcl:
	* packages/acs-subsite/www/admin/attributes/value-delete-2.tcl:
	* packages/acs-subsite/www/admin/group-types/change-join-policy-2.tcl:
	* packages/acs-subsite/www/admin/group-types/change-join-policy.tcl:
	* packages/acs-subsite/www/admin/group-types/delete-2.tcl:
	* packages/acs-subsite/www/admin/group-types/rel-type-add-2.tcl:
	* packages/acs-subsite/www/admin/group-types/rel-type-remove-2.tcl:
	* packages/acs-subsite/www/admin/groups/change-join-policy-2.tcl:
	* packages/acs-subsite/www/admin/groups/constraints-create-2.tcl:
	* packages/acs-subsite/www/admin/groups/delete-2.tcl:
	* packages/acs-subsite/www/admin/groups/new.tcl:
	* packages/acs-subsite/www/admin/groups/one.tcl:
	* packages/acs-subsite/www/admin/groups/rel-type-add-2.tcl:
	* packages/acs-subsite/www/admin/groups/rel-type-remove-2.tcl:
	* packages/acs-subsite/www/admin/parties/new.tcl:
	* packages/acs-subsite/www/admin/rel-segments/constraints-redirect.tcl:
	* packages/acs-subsite/www/admin/rel-segments/constraints/delete-2.tcl:
	* packages/acs-subsite/www/admin/rel-segments/constraints/new.tcl:
	* packages/acs-subsite/www/admin/rel-segments/delete-2.tcl:
	* packages/acs-subsite/www/admin/rel-segments/new-3.tcl:
	* packages/acs-subsite/www/admin/rel-segments/new.tcl:
	* packages/acs-subsite/www/admin/rel-types/delete-2.tcl:
	* packages/acs-subsite/www/admin/rel-types/mapping-remove-2.tcl:
	* packages/acs-subsite/www/admin/rel-types/roles/delete-2.tcl:
	* packages/acs-subsite/www/admin/rel-types/roles/edit.tcl:
	* packages/acs-subsite/www/admin/relations/add.tcl:
	* packages/acs-subsite/www/admin/relations/change-member-state.tcl:
	* packages/acs-subsite/www/admin/relations/remove-2.tcl:
	* packages/acs-subsite/www/admin/site-map/allow-for-view.tcl:
	* packages/acs-subsite/www/admin/site-map/auto-mount.tcl:
	* packages/acs-subsite/www/admin/site-map/index.tcl:
	* packages/acs-subsite/www/admin/site-map/instance-delete.tcl:
	* packages/acs-subsite/www/admin/site-map/package-new.tcl:
	* packages/acs-subsite/www/admin/subsite-add.tcl:
	* packages/acs-subsite/www/admin/users/new.tcl:
	* packages/acs-subsite/www/group-master.tcl:
	* packages/acs-subsite/www/index.tcl:
	* packages/acs-subsite/www/members/index.tcl:
	* packages/acs-subsite/www/members/member-invite.tcl:
	* packages/acs-subsite/www/members/user-new.tcl:
	* packages/acs-subsite/www/permissions/one.tcl:
	* packages/acs-subsite/www/permissions/perm-include.tcl:
	* packages/acs-subsite/www/permissions/perm-modify.tcl:
	* packages/acs-subsite/www/permissions/revoke-2.tcl:
	* packages/acs-subsite/www/pvt/alerts.tcl:
	* packages/acs-subsite/www/pvt/home.tcl:
	* packages/acs-subsite/www/pvt/set-on-vacation-to-null.tcl:
	* packages/acs-subsite/www/register/auto-login.tcl:
	* packages/acs-subsite/www/register/email-confirm.tcl:
	* packages/acs-subsite/www/register/logout.tcl:
	* packages/acs-subsite/www/register/user-new.tcl:
	* packages/acs-subsite/www/shared/community-member.tcl:
	* packages/acs-subsite/www/shared/parameters.tcl:
	* packages/acs-subsite/www/shared/portrait-bits.tcl:
	* packages/acs-subsite/www/shared/portrait-thumbnail-bits.tcl:
	* packages/acs-subsite/www/shared/portrait.tcl:
	* packages/acs-subsite/www/shared/session-update.tcl:
	* packages/acs-subsite/www/shared/whos-online.tcl:
	* packages/acs-subsite/www/site-map/index.tcl:
	* packages/acs-subsite/www/user/basic-info-update.tcl:
	* packages/acs-subsite/www/user/email-privacy-level.tcl:
	* packages/acs-subsite/www/user/password-reset.tcl:
	* packages/acs-subsite/www/user/password-update.tcl:
	* packages/acs-subsite/www/user/portrait/comment-edit-2.tcl:
	* packages/acs-subsite/www/user/portrait/comment-edit.tcl:
	* packages/acs-subsite/www/user/portrait/erase-2.tcl:
	* packages/acs-subsite/www/user/portrait/erase.tcl:
	* packages/acs-subsite/www/user/portrait/index.tcl:
	* packages/acs-subsite/www/user/portrait/upload-2.tcl:
	* packages/acs-subsite/www/user/portrait/upload.tcl:
	* packages/acs-tcl/lib/actions.tcl:
	* packages/acs-tcl/tcl/00-database-procs.tcl:
	* packages/acs-tcl/tcl/30-xml-utils-procs.tcl:
	* packages/acs-tcl/tcl/acs-permissions-procs.tcl:
	* packages/acs-tcl/tcl/ad-functional-procs.tcl:
	* packages/acs-tcl/tcl/admin-procs.tcl:
	* packages/acs-tcl/tcl/adp-parser-procs.tcl:
	* packages/acs-tcl/tcl/aolserver-3-procs.tcl:
	* packages/acs-tcl/tcl/apm-file-procs.tcl:
	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	* packages/acs-tcl/tcl/apm-procs.tcl:
	* packages/acs-tcl/tcl/apm-xml-procs.tcl:
	* packages/acs-tcl/tcl/application-link-procs.tcl:
	* packages/acs-tcl/tcl/base64-procs.tcl:
	* packages/acs-tcl/tcl/community-core-procs.tcl:
	* packages/acs-tcl/tcl/defs-procs.tcl:
	* packages/acs-tcl/tcl/document-procs.tcl:
	* packages/acs-tcl/tcl/ds-stub-procs.tcl:
	* packages/acs-tcl/tcl/exception-procs.tcl:
	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	* packages/acs-tcl/tcl/html-email-procs.tcl:
	* packages/acs-tcl/tcl/md5-procs.tcl:
	* packages/acs-tcl/tcl/membership-rel-procs.tcl:
	* packages/acs-tcl/tcl/memoize-procs.tcl:
	* packages/acs-tcl/tcl/mime-procs.tcl:
	* packages/acs-tcl/tcl/navigation-procs.tcl:
	* packages/acs-tcl/tcl/openacs-kernel-procs.tcl:
	* packages/acs-tcl/tcl/parameter-procs.tcl:
	* packages/acs-tcl/tcl/request-processor-init.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	* packages/acs-tcl/tcl/rollout-email-procs.tcl:
	* packages/acs-tcl/tcl/security-init.tcl:
	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-tcl/tcl/server-cluster-procs.tcl:
	* packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl:
	* packages/acs-tcl/tcl/site-node-object-map-procs.tcl:
	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	* packages/acs-tcl/tcl/sql-statement-procs.tcl:
	* packages/acs-tcl/tcl/stack-trace-procs.tcl:
	* packages/acs-tcl/tcl/table-display-procs.tcl:
	* packages/acs-tcl/tcl/tcl-documentation-procs.tcl:
	* packages/acs-tcl/tcl/test/acs-tcl-apm-procs.tcl:
	* packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl:
	* packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl:
	* packages/acs-tcl/tcl/test/community-core-test-procs.tcl:
	* packages/acs-tcl/tcl/test/datamodel-test-procs.tcl:
	* packages/acs-tcl/tcl/test/file-test-procs.tcl:
	* packages/acs-tcl/tcl/test/log-test-procs.tcl:
	* packages/acs-tcl/tcl/test/navigation-procs.tcl:
	* packages/acs-tcl/tcl/test/test-permissions-procs.tcl:
	* packages/acs-tcl/tcl/test/whos-online-procs.tcl:
	* packages/acs-tcl/tcl/text-html-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	* packages/acs-tcl/tcl/whos-online-procs.tcl:
	* packages/acs-tcl/tcl/widgets-procs.tcl:
	* packages/acs-tcl/tcl/xml-0-sgml-procs.tcl:
	* packages/acs-tcl/tcl/xml-1-dom-procs.tcl:
	* packages/acs-tcl/tcl/xml-2-procs.tcl:
	* packages/acs-templating/tcl/acs-integration-procs.tcl:
	* packages/acs-templating/tcl/currency-procs.tcl:
	* packages/acs-templating/tcl/data-procs.tcl:
	* packages/acs-templating/tcl/date-procs.tcl:
	* packages/acs-templating/tcl/debug-procs.tcl:
	* packages/acs-templating/tcl/doc-procs.tcl:
	* packages/acs-templating/tcl/doc-tcl-procs.tcl:
	* packages/acs-templating/tcl/element-procs.tcl:
	* packages/acs-templating/tcl/file-procs.tcl:
	* packages/acs-templating/tcl/filter-procs.tcl:
	* packages/acs-templating/tcl/form-procs.tcl:
	* packages/acs-templating/tcl/list-procs.tcl:
	* packages/acs-templating/tcl/mime-procs.tcl:
	* packages/acs-templating/tcl/paginator-procs.tcl:
	* packages/acs-templating/tcl/parse-procs.tcl:
	* packages/acs-templating/tcl/query-procs.tcl:
	* packages/acs-templating/tcl/request-procs.tcl:
	* packages/acs-templating/tcl/richtext-or-file-procs.tcl:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	* packages/acs-templating/tcl/spellcheck-init.tcl:
	* packages/acs-templating/tcl/spellcheck-procs.tcl:
	* packages/acs-templating/tcl/tab-procs.tcl:
	* packages/acs-templating/tcl/table-procs.tcl:
	* packages/acs-templating/tcl/tag-init.tcl:
	* packages/acs-templating/tcl/tag-procs.tcl:
	* packages/acs-templating/tcl/test/spell-checker-procs.tcl:
	* packages/acs-templating/tcl/util-procs.tcl:
	* packages/acs-templating/tcl/widget-procs.tcl:
	* packages/acs-templating/tcl/wizard-procs.tcl:
	* packages/acs-templating/www/admin/test/chain-frac-0.tcl:
	* packages/acs-templating/www/admin/test/chain-frac-1.tcl:
	* packages/acs-templating/www/admin/test/include.tcl:
	* packages/acs-templating/www/doc/demo/contract-2.tcl:
	* packages/acs-templating/www/doc/demo/display-edit.tcl:
	* packages/acs-templating/www/doc/demo/fibo-master.tcl:
	* packages/acs-templating/www/doc/demo/fibo.tcl:
	* packages/acs-templating/www/doc/demo/list.tcl:
	* packages/acs-templating/www/doc/demo/sandwich.tcl:
	* packages/acs-templating/www/doc/demo/user-edit.tcl:
	* packages/acs-templating/www/doc/exercise/form-sample.tcl:
	* packages/acs-templating/www/doc/exercise/list-and-var-sample.tcl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl:
	* packages/search/tcl/search-procs.tcl:
	* packages/search/tcl/syndicate-procs.tcl:
	* packages/search/www/search.tcl:
	* www/blank-master.tcl:
	* www/login-status.tcl:
	* www/site-master.tcl:
	Normalizing string comparison operations into tcl 8.4 
	operations, enabling byte-code compilation for expressions 
	and many conditionals 

	* packages/acs-admin/www/apm/packages-install-2.tcl:
	branches:  1.10.6; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-admin/www/users/complex-search.tcl:
	branches:  1.11.10; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-subsite/www/register/user-join.tcl:
	branches:  1.12.10; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl:
	branches:  1.13.10; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	branches:  1.13.2; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-subsite/www/permissions/grant.tcl:
	branches:  1.14.10; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-authentication/tcl/password-procs.tcl:
	branches:  1.15.4; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-subsite/tcl/plsql-utility-procs.tcl:
	* packages/acs-subsite/www/admin/groups/elements-display-list.tcl:
	branches:  1.2.10; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-service-contract/www/binding-display.tcl:
	branches:  1.2.2; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-tcl/tcl/install-procs.tcl:
	branches:  1.20.2; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-subsite/tcl/package-procs.tcl:
	branches:  1.23.4; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-service-contract/tcl/acs-service-contract-procs.tcl:
	branches:  1.23.4;  1.23.6; Normalizing string comparison 
	operations into tcl 8.4 operations, enabling byte-code 
	compilation for expressions and many conditionals 

	* packages/acs-admin/lib/password-update.tcl:
	* packages/acs-admin/www/cache/index.tcl:
	branches:  1.3.10; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-admin/www/send-email.tcl:
	branches:  1.3.4; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-authentication/tcl/sync-procs.tcl:
	branches:  1.33.4; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-lang/www/admin/message-search.tcl:
	branches:  1.4.10; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-subsite/www/admin/site-map/site-map.tcl:
	branches:  1.4.2; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-subsite/www/members/user-batch-add-2.tcl:
	* packages/acs-templating/tcl/apm-callback-procs.tcl:
	branches:  1.4.4; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-automated-testing/www/index.tcl:
	* packages/acs-subsite/www/admin/site-map/application-new.tcl:
	* packages/acs-tcl/tcl/user-extensions-procs.tcl:
	branches:  1.5.10; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-admin/www/users/user-batch-add-2.tcl:
	branches:  1.5.4; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-tcl/tcl/test/object-test-case-procs.tcl:
	branches:  1.5.8; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-admin/www/users/search.tcl:
	* tcl/0-acs-init.tcl:
	branches:  1.6.10; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-subsite/www/shared/send-email.tcl:
	branches:  1.6.2; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-tcl/lib/page-error.tcl:
	branches:  1.6.4; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	branches:  1.7.6; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl:
	branches:  1.8.10; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

	* packages/acs-admin/www/install/install-3.tcl:
	* packages/acs-subsite/www/admin/site-map/parameter-set.tcl:
	branches:  1.9.10; Normalizing string comparison operations 
	into tcl 8.4 operations, enabling byte-code compilation for 
	expressions and many conditionals 

2007-01-10 daveb

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0b1-5.3.0b2.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0b2-5.3.0b3.sql:
	Move content_revision__new functions to a seperate upgrade 
	script that will run after beta2. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0b1-5.3.0b2.sql:
	Recreate all content_revision__new functions. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0b2-5.3.0b3.sql:
	branches:  1.1.2; file upgrade-5.3.0b2-5.3.0b3.sql was 
	initially added on branch oacs-5-3. 

2007-01-09 emmar

	* packages/notifications/notifications.info:
	Bump version for dotlrn packages 

2007-01-09 daveb

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0d1-5.3.0d2.sql:
	Recreating the trigger without recreating the view can cause 
	a problem in a very specific case. It doesn't hurt to 
	recreate the view (which calls refresh_trigger) 

2007-01-08 rocaelh

	* packages/acs-subsite/www/admin/index.adp:
	* packages/acs-subsite/www/admin/index.tcl:
	rollback prev ver. 

2007-01-08 maltes

	* packages/acs-mail-lite/tcl/complex-send-procs-postgresql.xql:
	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Added error tracking to the complex_sweeper and fixed an 
	error with the reply_to address 

2007-01-08 donb

	* packages/acs-bootstrap-installer/installer/index.tcl:
	Fixed two spelling errors in install error messages.  All 
	these years, and I'd never noticed them before ... 

2007-01-05 daveb

	* packages/acs-templating/www/scripts/xinha/attach-file.adp:
	Update title. Fix javascript in lower cancel button 

2007-01-04 rocaelh

	* packages/acs-subsite/www/admin/index.adp:
	branches:  1.23.2; eliminating registration assessment 
	deadlink 

	* packages/acs-subsite/www/admin/index.adp:
	* packages/acs-subsite/www/admin/index.tcl:
	eliminating registration assessment deadlink 

2007-01-04 gustafn

	* packages/acs-bootstrap-installer/bootstrap.tcl:
	make sure to load xotcl-core init before other xowiki apps 

2007-01-04 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Bumped version numbers to 5.3.0b2.  Made acs-mail-lite 
	auto-install. 

	* packages/acs-subsite/www/resources/site-master.css:
	I'm overwriting Torben's changes to breadcrumbs, which 
	uglified them unacceptably (broke the one-line display of 
	breadcrumbs).  Please, folks, test your changes and make 
	sure you don't break a fresh install's default 
	behavior/appearance.  Please. 

	* packages/acs-mail-lite/acs-mail-lite.info:
	acs-mail-lite not surprisingly, requires a couple of other 
	core packages. 

2007-01-03 daveb

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0b1-5.3.0b2.sql:
	Fix upgrade script to update the correct revision_id for the 
	template since template_id is a cr_items.item_id. 

	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0b1-5.3.0b2.sql:
	Update default template to use text instead of content tag 
	to property grab text from filesystem stored revisions. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0b1-5.3.0b2.sql:
	branches:  1.1.2; file upgrade-5.3.0b1-5.3.0b2.sql was 
	initially added on branch oacs-5-3. 

2007-01-02 gustafn

	* packages/acs-reference/sql/postgresql/acs-reference-create.sql:
	adding missing variable declaration needed at least for  pg 
	8.2 

	* packages/acs-reference/sql/postgresql/acs-reference-create.sql:
	adding missing variable declaration needed at least for pg 
	8.2 

	* packages/acs-bootstrap-installer/bootstrap.tcl:
	make sure to load xotcl-core init before other xowiki apps 

2007-01-01 maltes

	* packages/acs-reference/sql/postgresql/acs-reference-create.sql:
	Added variable declaration which resulted in an installation 
	error on PG 8.2 

	* packages/ref-countries/tcl/ref-countries-procs.tcl:
	Upgrade to version 1.1 

2006-12-31 daveb

	* packages/acs-content-repository/tcl/revision-procs.tcl:
	Fix Bug#3056. sn_gifsize should be ns_gifsize. 

	* packages/acs-content-repository/tcl/revision-procs.tcl:
	Fix typo sn_gifsize should be ns_gifsize. Bug#3056. Thanks 
	to Jon Griffin for finding it and for the patch. 

2006-12-30 maltes

	* packages/acs-core-docs/www/files/postgresql.txt:
	Made sure to use the correct logfile on restart of the 
	postgresql server 

2006-12-26 daveb

	* packages/notifications/tcl/notification-email-procs.tcl:
	For an unexplained reason complex_send accepts a 
	list_of_lists instead of an ns_set for extra_headers. This 
	completely breaks notifications by sending people the wrong 
	email body. Temporary fix until we can systematically track 
	down the misuse of extra_headers argument 

2006-12-24 maltes

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Support for from_addr in addition sender_id in the 
	complex_send callback. Correctly handle incoming file 
	attachments. Get rid of hard coded subject_encoding 

2006-12-22 maltes

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/sql/oracle/acs-mail-lite-create.sql:
	* packages/acs-mail-lite/sql/oracle/acs-mail-lite-drop.sql:
	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-1.3b5-1.3b6.sql:
	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-1.3b7-1.3b8.sql:
	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-1.3b9-1.3b10.sql:
	* packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql:
	* packages/acs-mail-lite/sql/postgresql/acs-mail-lite-drop.sql:
	* packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-1.3b5-1.3b6.sql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.xql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql:
	* packages/acs-mail-lite/tcl/complex-send-procs-oracle.xql:
	* packages/acs-mail-lite/tcl/complex-send-procs-postgresql.xql:
	Cleaning up. Removed the code for prefix handling as it does 
	not work. Changed Oracle scripts and make them look nicer. 

2006-12-22 daveb

	* packages/acs-mail-lite/tcl/complex-send-procs-oracle.xql:
	Remove extra : 

2006-12-21 donb

	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-1.3b9-1.3b10.sql:
	Someone forgot to add this upgrade to the Oracle version 

2006-12-21 daveb

	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	Add keys for file and image uload widgets 

	* packages/acs-templating/www/scripts/xinha/attach-file.adp:
	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	* packages/acs-templating/www/scripts/xinha/attach-image.adp:
	* packages/acs-templating/www/scripts/xinha/attach-image.tcl:
	Fix insert of file links. Add filename for insert image 
	links 

2006-12-19 maltes

	* packages/acs-subsite/tcl/group-procs.tcl:
	Made sure the dependent relations are removed as well. It 
	might make sense I think to add a delete cascade to 
	acs_rels, but I am not entirely sure this is such a wise 
	thing, so postponing it 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Put the not working code into it's own area. 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	removed and put into callbacks, not to be standing guilty of 
	changing functionality without a tip. 

2006-12-19 gustafn

	* packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl:
	add serialization of objects/classes through the link 
	generated by /api-doc/proc-browse 

2006-12-18 maltes

	* packages/ref-countries/ref-countries.info:
	Increased version number for contacts 

2006-12-18 gustafn

	* packages/acs-bootstrap-installer/bootstrap.tcl:
	make sure, xotcl-core -init files are loaded before other 
	-init files 

2006-12-17 maltes

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/sql/oracle/acs-mail-lite-create.sql:
	* packages/acs-mail-lite/sql/oracle/acs-mail-lite-drop.sql:
	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-1.0b6-1.0b7.sql:
	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-1.3b5-1.3b6.sql:
	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-1.3b7-1.3b8.sql:
	* packages/acs-mail-lite/sql/oracle/upgrade/upgrade-1.3b8-1.3b9.sql:
	* packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql:
	* packages/acs-mail-lite/sql/postgresql/acs-mail-lite-drop.sql:
	* packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-1.3b8-1.3b9.sql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql:
	Added oracle scripts, continued with the move from user_id 
	to party_id 

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/sql/oracle/acs-mail-lite-create.sql:
	* packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql:
	* packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-1.3b9-1.3b10.sql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/complex-send-procs-oracle.xql:
	* packages/acs-mail-lite/tcl/complex-send-procs-postgresql.xql:
	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Added support for reply_to address 

2006-12-16 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	The worlds simplest mailing list 

	* packages/notifications/tcl/notification-callback-procs.tcl:
	branches:  1.3.2; Ignore all messages not send to 
	notifications 

2006-12-15 emmar

	* packages/acs-content-repository/sql/common/mime-type-data.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.3.0d3-5.3.0d4.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0d7-5.3.0d8.sql:
	Add Open Documents MIME types 

	* packages/notifications/catalog/notifications.cs_CZ.utf-8.xml:
	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.nl_ZA.ISO-8859-1.xml:
	* packages/notifications/www/manage.tcl:
	Merging dotlrn-all and dotlrn-extras from oacs-5-2 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.3.0d3-5.3.0d4.sql:
	branches:  1.1.2; file upgrade-5.3.0d3-5.3.0d4.sql was 
	initially added on branch oacs-5-3. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0d7-5.3.0d8.sql:
	branches:  1.1.2; file upgrade-5.3.0d7-5.3.0d8.sql was 
	initially added on branch oacs-5-3. 

2006-12-15 donb

	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	Added a necessary comment to a public proc 

	* packages/acs-subsite/acs-subsite.info:
	And the last oacs-5-3 -&gt; HEAD merge commit (vi was being 
	weird on the cvs.openacs.org server so I fixed this one 
	locally) 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-admin/www/users/merge-final.tcl:
	* packages/acs-admin/www/users/merge.tcl:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-authentication/catalog/acs-authentication.cs_CZ.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.gl_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.nl_ZA.ISO-8859-1.xml:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.0-5.1.1.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d18-5.2.0d19.sql:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/catalog/acs-kernel.cs_CZ.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.nl_ZA.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d11-5.2.0d12.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-beta-1-beta-2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-lang/catalog/acs-lang.cs_CZ.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.en_AU.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.nl_ZA.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml:
	* packages/acs-lang/tcl/lang-widget-procs.tcl:
	* packages/acs-lang/tcl/localization-procs.tcl:
	* packages/acs-lang/www/admin/edit-localized-message.tcl:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/catalog/acs-subsite.cs_CZ.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_GB.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.nl_ZA.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml:
	* packages/acs-subsite/lib/user-new.tcl:
	* packages/acs-subsite/tcl/apm-callback-procs.tcl:
	* packages/acs-subsite/tcl/test/acs-subsite-procs.tcl:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-tcl/catalog/acs-tcl.cs_CZ.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.nl_ZA.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml:
	* packages/acs-tcl/tcl/00-database-procs.tcl:
	* packages/acs-tcl/tcl/base64-procs.tcl:
	* packages/acs-tcl/tcl/defs-procs-oracle.xql:
	* packages/acs-tcl/tcl/defs-procs-postgresql.xql:
	* packages/acs-tcl/tcl/md5-procs.tcl:
	* packages/acs-tcl/tcl/mime-procs.tcl:
	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-tcl/tcl/test/file-test-procs.tcl:
	* packages/acs-tcl/tcl/text-html-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-templating/catalog/acs-templating.cs_CZ.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.gl_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.nl_ZA.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml:
	* packages/acs-templating/resources/forms/accessible-forms.adp:
	* packages/acs-templating/tcl/list-procs.tcl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/en.js:
	* packages/acs-translations/acs-translations.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/catalog/search.cs_CZ.utf-8.xml:
	* packages/search/catalog/search.de_DE.ISO-8859-1.xml:
	* packages/search/catalog/search.es_ES.ISO-8859-1.xml:
	* packages/search/catalog/search.nl_NL.ISO-8859-1.xml:
	* packages/search/catalog/search.nl_ZA.ISO-8859-1.xml:
	* packages/search/catalog/search.pl_PL.utf-8.xml:
	* packages/search/catalog/search.pt_BR.ISO-8859-1.xml:
	* packages/search/search.info:
	* packages/search/www/search.tcl:
	* www/blank-master.adp:
	First round of oacs-5-3 merge to HEAD commits 

	* packages/acs-subsite/www/user/portrait/upload-2.tcl:
	Missed a one-line change from 5.2 in the merge ... 

	* packages/acs-subsite/www/user/portrait/upload-2.tcl:
	Missed this change in my 5.3 merge 

	* packages/acs-mail-lite/tcl/complex-send-procs-oracle.xql:
	This oracle sql file had a "postgresql" rdbms tag 

2006-12-14 donb

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d11-5.2.0d12.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-beta-1-beta-2.sql:
	Another upgrade ordering problem ... 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.0-5.1.1.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql:
	Fixed an upgrade ordering problem 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d18-5.2.0d19.sql:
	Fixed an upgrade script ordering issue 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql:
	Fixed an upgrade script ordering problem. 

	* packages/acs-subsite/tcl/test/acs-subsite-procs.tcl:
	Made a freakin' bloody PG-only query db-independent.  I did 
	*not* make an xql file for it.  The person responsible for 
	this test can do it themselves. 

	* packages/acs-tcl/tcl/test/file-test-procs.tcl:
	Made the upgrade ordering check ignore files that are just 
	under the package key in sql or upgrade directories.  These 
	are old upgrade files (acs 3 -&gt; acs 4, for instance) that 
	don't follow the APM numbering scheme (in many cases they 
	were meant to be run manually). 

	* packages/acs-authentication/catalog/acs-authentication.cs_CZ.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.gl_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.nl_ZA.ISO-8859-1.xml:
	* packages/acs-bootstrap-installer/db-init-checks-oracle.tcl:
	* packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/catalog/acs-kernel.cs_CZ.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.nl_ZA.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.cs_CZ.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.nl_ZA.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml:
	* packages/acs-lang/tcl/localization-procs.tcl:
	* packages/acs-lang/www/admin/edit-localized-message.tcl:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/catalog/acs-subsite.cs_CZ.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_GB.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.nl_ZA.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml:
	* packages/acs-subsite/lib/user-new.tcl:
	* packages/acs-subsite/tcl/apm-callback-procs.tcl:
	* packages/acs-tcl/catalog/acs-tcl.cs_CZ.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.nl_ZA.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml:
	* packages/acs-tcl/tcl/00-database-procs.tcl:
	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	* packages/acs-tcl/tcl/base64-procs.tcl:
	* packages/acs-tcl/tcl/defs-procs-oracle.xql:
	* packages/acs-tcl/tcl/defs-procs-postgresql.xql:
	* packages/acs-tcl/tcl/md5-procs.tcl:
	* packages/acs-tcl/tcl/mime-procs.tcl:
	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-tcl/tcl/text-html-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	* packages/acs-templating/catalog/acs-templating.cs_CZ.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.gl_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.nl_ZA.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml:
	* packages/acs-templating/tcl/list-procs.tcl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/en.js:
	* packages/search/catalog/search.cs_CZ.utf-8.xml:
	* packages/search/catalog/search.nl_ZA.ISO-8859-1.xml:
	* packages/search/catalog/search.pt_BR.ISO-8859-1.xml:
	* packages/search/www/search.tcl:
	* www/blank-master.adp:
	Merged oacs-5-2 -&gt; oacs-5-3 branches. 

	* packages/acs-admin/www/users/merge-final.tcl:
	* packages/acs-admin/www/users/merge.tcl:
	* packages/acs-lang/catalog/acs-lang.en_AU.ISO-8859-1.xml:
	* packages/search/catalog/search.es_ES.ISO-8859-1.xml:
	* packages/search/catalog/search.nl_NL.ISO-8859-1.xml:
	* packages/search/catalog/search.pl_PL.utf-8.xml:
	Picked up some changes missed by the join of oacs-5-2 and 
	oacs-5-3.  It turns out the cvs won't join files if it has 
	already done some merging previously. In this case I'd 
	previously merged oacs-5-2 to HEAD, then branched oacs-5-3, 
	then reopened the 5.2 branch for minor bug fixing for .LRN 
	2.2.1.  This confused CVS or ... at least made it stubborn. 

	* packages/acs-templating/resources/forms/accessible-forms.adp:
	Some oddness with the cvs tree caused cvs to not join 5.2 
	with 5.3 for this file.  Resolved by committing the 5.2 
	version, after discussion with emmar. 

2006-12-12 daveb

	* packages/intermedia-driver/tcl/intermedia-procs.tcl:
	Accept patch#812 from Christian Brechbuehler for bug#3045 

	* packages/intermedia-driver/tcl/intermedia-procs.tcl:
	Fix bug#3046, remove unused code, intermedia-driver only 
	works with the new callback based search. 

2006-12-11 maltes

	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/lib/user-new.tcl:
	Added a friendly user message if the e-mail already exists 
	upon signup 

2006-12-09 gustafn

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.0d2-5.3.0d3.sql:
	branches:  1.2.2; adding update statement for renamed 
	package instances, to fix names in acs_objects.title 

2006-12-08 gustafn

	* packages/acs-tcl/tcl/apm-procs.tcl:
	fixing bug in apm_package_rename, which did not change title 
	in acs_obejcts when a package was renamed. As a consequence, 
	a rename in the sitemap did not change e.g. the name shown 
	from the categories 

2006-12-06 gustafn

	* packages/acs-subsite/lib/login.tcl:
	checking return_url for security reasons, dont't allow 
	complete urls as return_urls for register 

2006-12-05 maltes

	* packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml:
	Added BCC 

2006-12-05 gustafn

	* packages/acs-subsite/lib/login.tcl:
	provide a simple fix for the redirect problem of the 
	register page 

2006-12-03 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.xql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql:
	Fixed bouncing and record bounces when SMTP server does not 
	like the email address 

	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Fixed problem with very long subjects 

2006-12-02 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql:
	* packages/acs-mail-lite/tcl/complex-send-procs-oracle.xql:
	* packages/acs-mail-lite/tcl/complex-send-procs-postgresql.xql:
	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	* packages/acs-mail-lite/tcl/complex-send-procs.xql:
	More cleaning up and oracle scripts 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/complex-send-procs.tcl:
	Moved complex_send to its own file. Fixed character encoding 
	after finding by accident that a procedure mime::word_encode 
	actually exists... 

2006-12-01 victorg

	* packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml:
	Catalogs of message keys from translate.openacs.org only for 
	local es_ES. 

	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	branches:  1.10.2.2.2; Catalogs of message keys from 
	translate.openacs.org only for local es_ES. 

2006-12-01 maltes

	* packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql:
	Added creation of the acs_mail_lite_complex_queue table 

2006-11-29 victorg

	* packages/acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.cs_CZ.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.en_AU.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.eu_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.fr_FR.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.gl_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.hi_IN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.hu_HU.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ind_ID.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.ms_MY.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.nl_ZA.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.nn_NO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.no_NO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.pa_IN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.pt_BR.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.ro_RO.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ru_RU.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.th_TH.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.tr_TR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.zh_TW.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.cs_CZ.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_AU.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.hi_IN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.nl_ZA.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pa_IN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ar_EG.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ar_LB.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.cs_CZ.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.en_AU.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.eu_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.fa_IR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.hi_IN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.hu_HU.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ja_JP.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ko_KR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ms_MY.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.nl_ZA.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.pa_IN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.sh_HR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.th_TH.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.tr_TR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.zh_CN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.nl_ZA.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.cs_CZ.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_AU.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_GB.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.eu_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.hi_IN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ms_MY.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.nl_ZA.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pa_IN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.th_TH.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.cs_CZ.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_AU.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.eu_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.hi_IN.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ind_ID.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ms_MY.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.nl_ZA.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ar_LB.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.cs_CZ.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.en_AU.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.eu_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.fi_FI.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.gl_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.hi_IN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ms_MY.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.nl_ZA.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.pa_IN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.pt_PT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ro_RO.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ru_RU.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.sh_HR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.tr_TR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.zh_CN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml:
	* packages/notifications/catalog/notifications.cs_CZ.utf-8.xml:
	* packages/notifications/catalog/notifications.nl_ZA.ISO-8859-1.xml:
	* packages/search/catalog/search.cs_CZ.utf-8.xml:
	* packages/search/catalog/search.de_DE.ISO-8859-1.xml:
	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	* packages/search/catalog/search.es_ES.ISO-8859-1.xml:
	* packages/search/catalog/search.nl_NL.ISO-8859-1.xml:
	* packages/search/catalog/search.nl_ZA.ISO-8859-1.xml:
	* packages/search/catalog/search.pl_PL.utf-8.xml:
	* packages/search/catalog/search.pt_BR.ISO-8859-1.xml:
	Adding to acs-5-2 branch, message key catalog files from 
	translation server for acs-core packages, dotlrn-all 
	packages and dotlrn-extras packages. 

	* packages/acs-mail-lite/catalog/acs-mail-lite.gl_ES.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.nl_NL.ISO-8859-1.xml:
	branches:  1.1.2.1.2; Adding to acs-5-2 branch, message key 
	catalog files from translation server for acs-core packages, 
	dotlrn-all packages and dotlrn-extras packages. 

	* packages/acs-mail-lite/catalog/acs-mail-lite.gl_ES.ISO-8859-1.xml:
	branches:  1.1.2; file acs-mail-lite.gl_ES.ISO-8859-1.xml 
	was initially added on branch oacs-5-2. 

	* packages/acs-mail-lite/catalog/acs-mail-lite.nl_NL.ISO-8859-1.xml:
	branches:  1.1.2; file acs-mail-lite.nl_NL.ISO-8859-1.xml 
	was initially added on branch oacs-5-2. 

	* packages/acs-mail-lite/catalog/acs-mail-lite.nl_ZA.ISO-8859-1.xml:
	branches:  1.1.2; file acs-mail-lite.nl_ZA.ISO-8859-1.xml 
	was initially added on branch oacs-5-2. 

	* packages/notifications/catalog/notifications.cs_CZ.utf-8.xml:
	branches:  1.1.2; file notifications.cs_CZ.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/notifications/catalog/notifications.nl_ZA.ISO-8859-1.xml:
	branches:  1.1.2; file notifications.nl_ZA.ISO-8859-1.xml 
	was initially added on branch oacs-5-2. 

	* packages/acs-authentication/catalog/acs-authentication.cs_CZ.utf-8.xml:
	branches:  1.1.2;  1.1.4; file 
	acs-authentication.cs_CZ.utf-8.xml was initially added on 
	branch oacs-5-2. 

	* packages/acs-authentication/catalog/acs-authentication.gl_ES.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file 
	acs-authentication.gl_ES.ISO-8859-1.xml was initially added 
	on branch oacs-5-2. 

	* packages/acs-authentication/catalog/acs-authentication.nl_ZA.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file 
	acs-authentication.nl_ZA.ISO-8859-1.xml was initially added 
	on branch oacs-5-2. 

	* packages/acs-kernel/catalog/acs-kernel.cs_CZ.utf-8.xml:
	branches:  1.1.2;  1.1.4; file acs-kernel.cs_CZ.utf-8.xml 
	was initially added on branch oacs-5-2. 

	* packages/acs-kernel/catalog/acs-kernel.nl_ZA.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file 
	acs-kernel.nl_ZA.ISO-8859-1.xml was initially added on 
	branch oacs-5-2. 

	* packages/acs-lang/catalog/acs-lang.cs_CZ.utf-8.xml:
	branches:  1.1.2;  1.1.4; file acs-lang.cs_CZ.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/acs-lang/catalog/acs-lang.nl_ZA.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file acs-lang.nl_ZA.ISO-8859-1.xml 
	was initially added on branch oacs-5-2. 

	* packages/acs-subsite/catalog/acs-subsite.cs_CZ.utf-8.xml:
	branches:  1.1.2;  1.1.4; file acs-subsite.cs_CZ.utf-8.xml 
	was initially added on branch oacs-5-2. 

	* packages/acs-subsite/catalog/acs-subsite.en_GB.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file 
	acs-subsite.en_GB.ISO-8859-1.xml was initially added on 
	branch oacs-5-2. 

	* packages/acs-subsite/catalog/acs-subsite.nl_ZA.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file 
	acs-subsite.nl_ZA.ISO-8859-1.xml was initially added on 
	branch oacs-5-2. 

	* packages/acs-tcl/catalog/acs-tcl.cs_CZ.utf-8.xml:
	branches:  1.1.2;  1.1.4; file acs-tcl.cs_CZ.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/acs-tcl/catalog/acs-tcl.nl_ZA.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file acs-tcl.nl_ZA.ISO-8859-1.xml 
	was initially added on branch oacs-5-2. 

	* packages/acs-templating/catalog/acs-templating.cs_CZ.utf-8.xml:
	branches:  1.1.2;  1.1.4; file 
	acs-templating.cs_CZ.utf-8.xml was initially added on branch 
	oacs-5-2. 

	* packages/acs-templating/catalog/acs-templating.gl_ES.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file 
	acs-templating.gl_ES.ISO-8859-1.xml was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/catalog/acs-templating.nl_ZA.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file 
	acs-templating.nl_ZA.ISO-8859-1.xml was initially added on 
	branch oacs-5-2. 

	* packages/search/catalog/search.cs_CZ.utf-8.xml:
	branches:  1.1.2;  1.1.4; file search.cs_CZ.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/search/catalog/search.nl_ZA.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file search.nl_ZA.ISO-8859-1.xml 
	was initially added on branch oacs-5-2. 

	* packages/search/catalog/search.pt_BR.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file search.pt_BR.ISO-8859-1.xml 
	was initially added on branch oacs-5-2. 

2006-11-29 donb

	* packages/acs-authentication/catalog/acs-authentication.cs_CZ.utf-8.xml:
	file acs-authentication.cs_CZ.utf-8.xml was added on branch 
	oacs-5-3 on 2006-12-14 13:55:06 +0000 

	* packages/acs-authentication/catalog/acs-authentication.gl_ES.ISO-8859-1.xml:
	file acs-authentication.gl_ES.ISO-8859-1.xml was added on 
	branch oacs-5-3 on 2006-12-14 13:55:07 +0000 

	* packages/acs-authentication/catalog/acs-authentication.nl_ZA.ISO-8859-1.xml:
	file acs-authentication.nl_ZA.ISO-8859-1.xml was added on 
	branch oacs-5-3 on 2006-12-14 13:55:07 +0000 

	* packages/acs-kernel/catalog/acs-kernel.cs_CZ.utf-8.xml:
	file acs-kernel.cs_CZ.utf-8.xml was added on branch oacs-5-3 
	on 2006-12-14 13:55:08 +0000 

	* packages/acs-kernel/catalog/acs-kernel.nl_ZA.ISO-8859-1.xml:
	file acs-kernel.nl_ZA.ISO-8859-1.xml was added on branch 
	oacs-5-3 on 2006-12-14 13:55:08 +0000 

	* packages/acs-lang/catalog/acs-lang.cs_CZ.utf-8.xml:
	file acs-lang.cs_CZ.utf-8.xml was added on branch oacs-5-3 
	on 2006-12-14 13:55:08 +0000 

	* packages/acs-lang/catalog/acs-lang.nl_ZA.ISO-8859-1.xml:
	file acs-lang.nl_ZA.ISO-8859-1.xml was added on branch 
	oacs-5-3 on 2006-12-14 13:55:08 +0000 

	* packages/acs-subsite/catalog/acs-subsite.cs_CZ.utf-8.xml:
	file acs-subsite.cs_CZ.utf-8.xml was added on branch 
	oacs-5-3 on 2006-12-14 13:55:09 +0000 

	* packages/acs-subsite/catalog/acs-subsite.en_GB.ISO-8859-1.xml:
	file acs-subsite.en_GB.ISO-8859-1.xml was added on branch 
	oacs-5-3 on 2006-12-14 13:55:09 +0000 

	* packages/acs-subsite/catalog/acs-subsite.nl_ZA.ISO-8859-1.xml:
	file acs-subsite.nl_ZA.ISO-8859-1.xml was added on branch 
	oacs-5-3 on 2006-12-14 13:55:09 +0000 

	* packages/acs-tcl/catalog/acs-tcl.cs_CZ.utf-8.xml:
	file acs-tcl.cs_CZ.utf-8.xml was added on branch oacs-5-3 on 
	2006-12-14 13:55:10 +0000 

	* packages/acs-tcl/catalog/acs-tcl.nl_ZA.ISO-8859-1.xml:
	file acs-tcl.nl_ZA.ISO-8859-1.xml was added on branch 
	oacs-5-3 on 2006-12-14 13:55:10 +0000 

	* packages/acs-templating/catalog/acs-templating.cs_CZ.utf-8.xml:
	file acs-templating.cs_CZ.utf-8.xml was added on branch 
	oacs-5-3 on 2006-12-14 13:55:10 +0000 

	* packages/acs-templating/catalog/acs-templating.gl_ES.ISO-8859-1.xml:
	file acs-templating.gl_ES.ISO-8859-1.xml was added on branch 
	oacs-5-3 on 2006-12-14 13:55:10 +0000 

	* packages/acs-templating/catalog/acs-templating.nl_ZA.ISO-8859-1.xml:
	file acs-templating.nl_ZA.ISO-8859-1.xml was added on branch 
	oacs-5-3 on 2006-12-14 13:55:10 +0000 

	* packages/search/catalog/search.cs_CZ.utf-8.xml:
	file search.cs_CZ.utf-8.xml was added on branch oacs-5-3 on 
	2006-12-14 13:55:11 +0000 

	* packages/search/catalog/search.nl_ZA.ISO-8859-1.xml:
	file search.nl_ZA.ISO-8859-1.xml was added on branch 
	oacs-5-3 on 2006-12-14 13:55:11 +0000 

	* packages/search/catalog/search.pt_BR.ISO-8859-1.xml:
	file search.pt_BR.ISO-8859-1.xml was added on branch 
	oacs-5-3 on 2006-12-14 13:55:11 +0000 

2006-11-24 emmar

	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	branches:  1.13.2.8.2; last shot for bug 2835 for 2.2.1 
	release. More will be done by the next one. 

	* packages/notifications/www/manage.tcl:
	branches:  1.5.2.1.2; last shot for bug 2835 for 2.2.1 
	release. More will be done by the next one. 

2006-11-23 maltes

	* packages/acs-subsite/tcl/group-procs-oracle.xql:
	* packages/acs-subsite/tcl/group-procs-postgresql.xql:
	* packages/acs-subsite/tcl/group-procs.tcl:
	Added caching of group membership including correct flushing 

2006-11-23 emmar

	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	more fixes for bug 2835: WAI-AA 

2006-11-22 nimam

	* packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d4-5.1.4d5.sql:
	* packages/acs-content-repository/tcl/revision-procs.tcl:
	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/acs-lang/tcl/lang-message-procs.tcl:
	* packages/acs-lang/www/admin/localized-message-new.tcl:
	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/lib/login.tcl:
	* packages/acs-subsite/www/permissions/perm-include-postgresql.xql:
	* packages/acs-subsite/www/resources/go_de_DE.gif:
	* packages/acs-subsite/www/resources/new_de_DE.gif:
	* packages/acs-subsite/www/shared/whos-online.tcl:
	* packages/acs-subsite/www/user/portrait/index.tcl:
	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/tcl/apm-procs.tcl:
	* packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/acs-templating/resources/lists/groups.adp:
	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	* packages/search/catalog/search.de_DE.ISO-8859-1.xml:
	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	Reverted all changes from Mannheim 

	* packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml:
	branches:  1.12.2.5.2; Reverted all changes from Mannheim 

	* packages/notifications/tcl/notification-display-procs.tcl:
	branches:  1.14.2.2.2; Reverted all changes from Mannheim 

2006-11-22 maltes

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	Made the comment about long db queries a little bit more 
	readable 

2006-11-22 donb

	* packages/acs-lang/tcl/lang-widget-procs.tcl:
	Added a doc block to this proc. 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Version bumped to 5.3.0b1.  Not tested (will be before I 
	release it!) 

2006-11-21 nimam

	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Removed changes as they dont work properlly yet 

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	X-SSL-Request Header must be 1 for reverse proxy and removed 
	UseReverseProxyP parameter 

2006-11-20 nimam

	* packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d4-5.1.4d5.sql:
	* packages/acs-content-repository/tcl/revision-procs.tcl:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/acs-lang/tcl/lang-message-procs.tcl:
	* packages/acs-lang/www/admin/localized-message-new.tcl:
	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/lib/login.tcl:
	* packages/acs-subsite/www/permissions/perm-include-postgresql.xql:
	* packages/acs-subsite/www/resources/go_de_DE.gif:
	* packages/acs-subsite/www/resources/new_de_DE.gif:
	* packages/acs-subsite/www/shared/whos-online.tcl:
	* packages/acs-subsite/www/user/portrait/index.tcl:
	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/tcl/apm-procs.tcl:
	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/acs-templating/resources/lists/groups.adp:
	* packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	* packages/notifications/tcl/notification-display-procs.tcl:
	* packages/search/catalog/search.de_DE.ISO-8859-1.xml:
	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	Mannheim update, fix and merge bugbash 

	* packages/acs-subsite/www/resources/go_de_DE.gif:
	branches:  1.1.2; file go_de_DE.gif was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/resources/lists/groups.adp:
	branches:  1.1.2; file groups.adp was initially added on 
	branch oacs-5-2. 

	* packages/acs-subsite/www/resources/new_de_DE.gif:
	branches:  1.1.2; file new_de_DE.gif was initially added on 
	branch oacs-5-2. 

2006-11-20 maltes

	* packages/acs-content-repository/acs-content-repository.info:
	Change to the locking of acs-objects 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0d4-5.3.0d5.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0d6-5.3.0d7.sql:
	branches:  1.1.2; Change to the locking of acs-objects 

2006-11-18 daveb

	* packages/acs-bootstrap-installer/db-init-checks-oracle.tcl:
	* packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl:
	Backport 10g recognition patches from HEAD 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js:
	Remove stray comma casuing IE to complain 

2006-11-17 maltes

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-1.3b7-1.3b8.sql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-init.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Added complex_send queue and sweeper 

	* packages/acs-mail-lite/catalog/acs-mail-lite.de_DE.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml:
	Added viewer for queue 

2006-11-16 maltes

	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.0d2-5.3.0d3.sql:
	Fix for deadlock condition (or so Gustav and I hope) 

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-1.3b5-1.3b6.sql:
	Missing upgrade 

2006-11-16 emmar

	* packages/acs-lang/www/admin/edit-localized-message.tcl:
	Fix for #3042: patch provided by morals (raul) 

2006-11-16 daveb

	* packages/search/tcl/search-procs.tcl:
	Uncomment search::action callback committed in error. 

2006-11-15 maltes

	* packages/acs-content-repository/tcl/content-type-procs.tcl:
	Added content_type_p procedure to detect if a mime_type is 
	of a content_type 

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	Changed content::folder::new to be a pure TCL proc relying 
	on content::item::new instead of running into deadlocks (and 
	being slower) when doing the plsql 

	* packages/acs-content-repository/tcl/content-folder-procs.xql:
	branches:  1.1.2; Changed content::folder::new to be a pure 
	TCL proc relying on content::item::new instead of running 
	into deadlocks (and being slower) when doing the plsql 

	* packages/acs-content-repository/tcl/content-type-procs.xql:
	missed the .xql file 

2006-11-13 donb

	* packages/acs-bootstrap-installer/db-init-checks-oracle.tcl:
	* packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl:
	Fixed bug 2961 by applying Christian Brechbühler's patch 

2006-11-13 daveb

	* packages/tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl:
	Add test for NOT with no search terms 

	* packages/tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl:
	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Bug#3039. Safely handle OR operator in query without a 
	lefthand operand. 

	* packages/tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl:
	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Fix bug#3039 and but#3040. 

	* packages/search/www/search.tcl:
	Fix bug#3040 

	* packages/search/www/search.tcl:
	Fix bug#3040 split string before passing to llength. 

	* packages/search/www/search.tcl:
	Fix bug#3040, split string before passing to llength. 

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Handle not without any other search terms. 

	* packages/tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl:
	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Merge fix for not with no search terms from oacs-5-2 

2006-11-11 maltes

	* packages/acs-templating/tcl/list-procs.tcl:
	Added support for includes in lists, originally I guess 
	written by SG. Seems not to be harmful to other lists 

2006-11-10 donb

	* packages/acs-subsite/tcl/relation-procs-oracle.xql:
	Fix bug #1881 (patch by Christian Brechbuehler) 

2006-11-05 maltes

	* packages/search/catalog/search.de_DE.ISO-8859-1.xml:
	* packages/search/tcl/search-init.tcl:
	Made sure the intermedia_index is not run if postgres is 
	configured 

2006-11-03 leed

	* packages/acs-lang/tcl/localization-procs.tcl:
	Fixed bug #2952: &nbsp; as thousands separator 

	* packages/acs-admin/www/users/merge-final.tcl:
	* packages/acs-admin/www/users/merge.tcl:
	Fixed bug #2999:  Merge users fails. 

2006-11-03 emmar

	* packages/acs-subsite/www/user/portrait/upload-2.tcl:
	Fix #2976: store comment when uploading portrait 

2006-11-03 donb

	* packages/acs-lang/www/change-locale-include.tcl:
	Another file needed to fix bug #2931 

	* packages/acs-lang/www/change-locale-include.tcl:
	Fix Butg #2931 for 5.3 ... 

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-tcl/tcl/defs-procs.tcl:
	Fixed bug #2894 

	* packages/acs-lang/www/change-locale-include.tcl:
	Fixed bug #2931 (brought to HEAD from oacs-5-2) 

	* packages/acs-lang/tcl/lang-widget-procs.tcl:
	Fixed bug #2931 ... 

	* packages/acs-lang/tcl/lang-widget-procs.tcl:
	Forgot to add this file before commiting 5.3 fix for bug 
	#2931 

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-tcl/tcl/defs-procs.tcl:
	Localized the "HomePage" parameter (bug 2894). 

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-tcl/tcl/defs-procs.tcl:
	The "HomePage" parameter to acs-kernel was not localized. 

	* packages/acs-lang/tcl/lang-widget-procs.tcl:
	branches:  1.1.2; file lang-widget-procs.tcl was initially 
	added on branch oacs-5-2. 

	* packages/acs-lang/tcl/lang-widget-procs.tcl:
	branches:  1.2.2; Fixed bug #2931 (brought to HEAD from 
	oacs-5-2) 

	* packages/acs-lang/tcl/lang-widget-procs.tcl:
	file lang-widget-procs.tcl was added on branch oacs-5-3 on 
	2006-11-03 20:48:22 +0000 

2006-11-02 marka

	* packages/acs-content-repository/acs-content-repository.info:
	Adding the parameter needed for Dave's excellent image:: 
	procs 

	* packages/acs-content-repository/tcl/image-procs.tcl:
	added new size for portrait avatars 

	* packages/acs-subsite/www/shared/portrait-bits.tcl:
	* packages/acs-subsite/www/shared/portrait-thumbnail-bits.tcl:
	portrait-bits now accepts an optional size parameter for eg. 
	returning avatar sized images 

2006-11-02 maltes

	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	Made sure the links get created correctly and that the 
	flushing works 

2006-11-01 maltes

	* packages/acs-tcl/tcl/object-procs.tcl:
	* packages/acs-tcl/tcl/object-procs.xql:
	Caching 

	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	* packages/acs-tcl/tcl/application-data-link-procs.xql:
	Caching and tuning 

	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	* packages/acs-tcl/tcl/tcl-documentation-procs.tcl:
	Double Click protection 

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	Indention fixes 

	* packages/acs-lang/tcl/lang-message-procs.tcl:
	Make sure acs-translations do not privide an error message 
	if the language key is missing 

	* packages/acs-tcl/acs-tcl.info:
	Updated version number so other packages can rely on the new 
	functionality 

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	ranslate characters into HTML codes 

2006-10-31 donb

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql:
	Malte removed apm__register_param but did not replace it 
	with the correct version. 

2006-10-30 maltes

	* etc/config.tcl:
	Added ns_limits clause for aolserver 4.5 

2006-10-30 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Bumped branch to 5.3.a1 for alpha release. 

	* packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl:
	We now require PG 8.0, not 7.3 :) 

2006-10-29 vinodk

	* packages/acs-tcl/lib/progress-bar.adp:
	closing div 

2006-10-29 maltes

	* packages/acs-templating/tcl/widget-procs.tcl:
	Localizing the group name in the party_search 

2006-10-29 donb

	* packages/acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl:
	If a test logs a user in it should log that user out.  
	Particularly if it then goes on to delete that user.  
	Failure to do so screws up tests that try to access the 
	website, logically enough. 

	* packages/acs-kernel/sql/oracle/acs-install.sql:
	Main site stuff was built in hard-coded english rather than 
	using message keys for the Oracle version.  Big "oops" 
	uncovered by automated testing. 

2006-10-28 maltes

	* packages/acs-tcl/tcl/apm-procs.tcl:
	Added apm_package_ids_from_key to get a list of all package 
	instances 

2006-10-28 donb

	* packages/acs-tcl/tcl/test/multirow-test.tcl:
	Phew talk about obscure.  This test case NEVER worked (why 
	do people commit tests that don't work in the first 
	place????) because it used ad_library rather than 
	ad_page_contract to document the template.  ad_library fails 
	in ad_make_relative_path in this case though I didn't track 
	down why in detail. 

	* packages/acs-authentication/tcl/test/acs-authentication-procs.tcl:
	Someone changed the local auth implementation to handle the 
	"RetrievePassword" operation (by e-mailing a note to the 
	user which links to a reset password page).  This is cool.  
	What's not cool is to change the behavior without running 
	tests on the package and correcting the one that looked for 
	the local auth implementation to return "not_supported" ... 

2006-10-27 donb

	* packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl:
	Fire callback failed because of a callback implementation 
	defined in the test callback create callback test.  Each 
	case would pass separately, but if the create test was 
	followed by the fire test, the fire test would faile. 

	* packages/search/sql/postgresql/syndication-create.sql:
	Fixed constraint naming error caught by automated testing. 

2006-10-26 maltes

	* etc/keepalive/keepalive-cron.sh:
	* etc/keepalive/keepalive.sh:
	Added a timeout for the request in case the webserver hangs 
	due to database connections 

2006-10-24 vinodk

	* packages/acs-tcl/tcl/test/object-test-case-procs.tcl:
	Fix acs_object_procs_test on PG. Was complaining about null 
	value for table_name 

	* packages/acs-tcl/tcl/test/object-test-case-procs.tcl:
	My bad. table_name can be null on OpenACS 5.3. reverting my 
	commit 

2006-10-23 donb

	* packages/acs-subsite/www/shared/confirm.adp:
	Missing noquotes... 

2006-10-21 maltes

	* packages/search/www/search.adp:
	branches:  1.10.2; Fixing some more bugs and cleaned up the 
	search result page 

	* packages/search/www/search.tcl:
	branches:  1.22.2; Fixing some more bugs and cleaned up the 
	search result page 

2006-10-20 daveb

	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	Check permissions on package_id if object doesn't exist yet. 

	* packages/search/www/search.tcl:
	Remove or comment out dotlrn specific code snuck into 
	search. This will be a callback of some sort eventually. 

	* packages/search/tcl/search-procs.tcl:
	branches:  1.37.2; Remove or comment out dotlrn specific 
	code snuck into search. This will be a callback of some sort 
	eventually. 

2006-10-19 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Support for external SMTP Servers. Initial preparations to 
	have complex_send store emails and fire them off later with 
	complex_send_immediately 

	* packages/acs-mail-lite/acs-mail-lite.info:
	branches:  1.22.2; Support for external SMTP Servers. 
	Initial preparations to have complex_send store emails and 
	fire them off later with complex_send_immediately 

2006-10-19 eduardop

	* packages/acs-authentication/tcl/local-procs.tcl:
	branches:  1.31.2; remove the ability to reset the password 
	by any user and add recover the password by using a token 
	http://openacs.org/bugtracker/openacs/bug?bug_number=2920 
	http://openacs.org/forums/message-view?message_id=447202 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	branches:  1.73.2; remove the ability to reset the password 
	by any user and add recover the password by using a token 
	http://openacs.org/bugtracker/openacs/bug?bug_number=2920 
	http://openacs.org/forums/message-view?message_id=447202 

	* packages/acs-subsite/www/user/password-reset.adp:
	* packages/acs-subsite/www/user/password-reset.tcl:
	remove the ability to reset the password by any user and add 
	recover the password by using a token 
	http://openacs.org/bugtracker/openacs/bug?bug_number=2920 
	http://openacs.org/forums/message-view?message_id=447202 

2006-10-17 daveb

	* packages/acs-templating/www/scripts/xinha/attach-file.adp:
	Update file/image attachment widgets. 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js:
	branches:  1.4.2; Update file/image attachment widgets. 

2006-10-16 daveb

	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	branches:  1.17.2; Add new message keys for image/file 
	attachments. 

2006-10-15 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/notifications/tcl/notification-email-procs.tcl:
	Made sure that forum notifications go through by adding 
	quotes around the domain so sendmessage cannot complain 
	anymore. Just to be on the safe side did this for Names of 
	users as well in complex_send. Last but not least changed 
	complex send to only overwrite the from_string if we 
	actually find a party_id 

2006-10-14 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Mime encoded subject and added option to use remote SMTP 
	Servers with login 

	* packages/notifications/notifications.info:
	* packages/notifications/tcl/notification-email-procs.tcl:
	Support for complex_send in notifications 

2006-10-12 gustafn

	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	branches:  1.56.2; fix for the bug with tcl 8.5 mentioned in 
	http://openacs.org/forums/message-view?message_id=487196 

2006-10-10 maltes

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql:
	Made sure the correct version of apm__register_parameter is 
	used according to 
	http://openacs.org/forums/message-view?message_id=345947 

2006-10-10 daveb

	* packages/acs-templating/www/resources/mimetypes/gnome-library.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-magicpoint.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-msword.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-ogg.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-par.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-pdf.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-pgp-encrypted.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-pgp-keys.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-pgp.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-postscript.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-qif.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-rhythmbox-effect.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-rhythmbox-playlist.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-rtf.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-smil.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-vnd.lotus-1-2-3.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-vnd.ms-excel.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-vnd.ms-powerpoint.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-vnd.ms-word.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-vnd.stardivision.calc.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-vnd.stardivision.impress.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-vnd.stardivision.writer.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-vnd.sun.xml.calc.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-vnd.sun.xml.draw.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-vnd.sun.xml.impress.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-vnd.sun.xml.writer.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-vnd.sun.xml.writer.template.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-wordperfect.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-abiword.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-applix-spreadsheet.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-applix-word.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-archive.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-arj.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-bittorrent.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-bla.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-blender.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-blf.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-blv.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-bzip-compressed-tar.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-bzip.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-cd-image.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-class-file.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-compress.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-compressed-tar.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-core.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-cpio-compressed.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-cpio.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-dc-rom.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-deb.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-desktop.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-dia-diagram.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-dv.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-dvi.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-e-theme.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-executable.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-extension-nfo.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-extension-par2.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-font-afm.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-font-bdf.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-font-linux-psf.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-font-pcf.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-font-sunos-news.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-font-ttf.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-gameboy-rom.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-genesis-rom.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-glade.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-gnome-saved-search.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-gnucash.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-gnumeric.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-gtktalog.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-gzip.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-ipod-firmware.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-jar.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-killustrator.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-kpresenter.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-kspread.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-kword.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-lha.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-lhz.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-mrproject.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-msx-rom.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-n64-rom.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-nes-rom.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-object.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-perl.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-php.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-python-bytecode.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-python.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-qw.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-rar.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-reject.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-rpm.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-ruby.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-sharedlib.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-shellscript.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-shockwave-flash.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-sms-rom.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-sql.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-stuffit.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-tar.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-tex.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-trash.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-x-x509-ca-cert.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application-zip.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-application.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-audio-ac3.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-audio-basic.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-audio-midi.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-audio-x-aiff.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-audio-x-it.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-audio-x-midi.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-audio-x-mod.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-audio-x-mp3.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-audio-x-s3m.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-audio-x-stm.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-audio-x-ulaw.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-audio-x-voc.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-audio-x-wav.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-audio-x-xi.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-audio-x-xm.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-audio.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-image.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-css.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-html.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-plain.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-authors.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-c++src.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-c-header.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-c.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-chdr.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-copying.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-credits.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-csh.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-csharp.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-csrc.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-haskell.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-install.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-java.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-literate-haskell.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-lyx.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-makefile.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-objcsrc.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-patch.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-readme.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-scheme.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-sql.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-tex.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-troff-man.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-txt.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-vcalendar.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-vcard.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-x-zsh.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text-xml.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-text.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-video.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-x-directory-nfs-server.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-x-directory-smb-server.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-x-directory-smb-share.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-x-directory-smb-workgroup.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-mime-x-font-afm.png:
	* packages/acs-templating/www/resources/mimetypes/gnome-package.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-database.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-drawing-template.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-drawing.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-formula.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-master-document.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-oasis-database.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-oasis-drawing-template.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-oasis-drawing.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-oasis-formula.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-oasis-master-document.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-oasis-presentation-template.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-oasis-presentation.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-oasis-spreadsheet-template.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-oasis-spreadsheet.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-oasis-text-template.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-oasis-text.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-oasis-web-template.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-presentation-template.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-presentation.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-spreadsheet-template.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-spreadsheet.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-text-template.png:
	* packages/acs-templating/www/resources/mimetypes/openofficeorg-20-text.png:
	Finally adding Gnome mime type icons 

	* packages/acs-templating/www/scripts/xinha/attach-image.adp:
	* packages/acs-templating/www/scripts/xinha/attach-image.tcl:
	WOrk when there are no recent images to show 

2006-10-09 daveb

	* packages/acs-templating/www/scripts/xinha/attach-file.adp:
	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	* packages/acs-templating/www/scripts/xinha/attach-image.adp:
	* packages/acs-templating/www/scripts/xinha/attach-image.tcl:
	Handle private images more intelligently 

	* packages/acs-subsite/www/file.vuh:
	* packages/acs-subsite/www/image.vuh:
	branches:  1.2.2; Check for data link before serving private 
	image/files 

2006-10-06 maltes

	* packages/acs-subsite/www/register/user-new.tcl:
	Added redirection to registration URL 

	* packages/acs-subsite/acs-subsite.info:
	branches:  1.83.2; Added registration redirect URL 

2006-10-06 daveb

	* packages/acs-tcl/tcl/html-email-procs.tcl:
	Fix build_mime_message to package require mime since we 
	don't include the mime procedures in opeancs anymore, tcllib 
	is required to be installed and available to openacs. 

	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	Make comment correct. 

	* packages/acs-templating/www/scripts/xinha/attach-image.tcl:
	Only show images that have thumbnails in the recent images 
	picker 

	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	* packages/acs-templating/www/scripts/xinha/attach-image.tcl:
	Strip item_id from name for display 

	* packages/acs-tcl/tcl/test/html-email-procs.tcl:
	branches:  1.1.4; Adding basic test. 

2006-10-05 emmar

	* packages/acs-content-repository/sql/oracle/content-type.sql:
	* packages/acs-content-repository/sql/oracle/packages-create.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.3.0d2-5.3.0d3.sql:
	Fix #3008: remove duplicated drop_type procedure, added 
	missing param in proc specification and correct upgrade 
	script 

2006-10-05 daveb

	* packages/acs-content-repository/tcl/image-procs.tcl:
	Cleanup tmp files after genating thumbnails 

2006-10-03 victorg

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0d3-5.3.0d4.sql:
	Adding script upgrade for fixing typo in function 
	content_extlink__copy. This has been fixed in the create 
	script ( content-extlink.sql). 

	* packages/acs-content-repository/acs-content-repository.info:
	branches:  1.63.2; Adding script upgrade for fixing typo in 
	function content_extlink__copy. This has been fixed in the 
	create script ( content-extlink.sql). 

2006-10-02 emmar

	* packages/acs-templating/resources/forms/accessible-forms.adp:
	Remove remaining / of formwidget element 

2006-10-01 maltes

	* packages/acs-content-repository/tcl/revision-procs.tcl:
	branches:  1.23.2; Added background delivery of files 

	* etc/config.tcl:
	branches:  1.39.2; Updated libthread version. Make sure it 
	works with OS X as well as per 
	http://openacs.org/forums/message-view?message_id=486306 

2006-09-30 emmar

	* packages/acs-subsite/sql/oracle/application-groups-create.sql:
	Truncate too long identifier of constraint 

	* packages/acs-kernel/sql/oracle/rel-constraints-create.sql:
	Truncate too long identifier of constraints 

2006-09-27 eduardop

	* packages/acs-authentication/tcl/password-procs.tcl:
	fix minor documentation errors 

2006-09-26 maltes

	* packages/acs-templating/resources/lists/select-menu.adp:
	Changes to list filters break passing through of 
	filters.type. UNtil this is fixed, select-menu.adp does not 
	work the way it used to 

	* packages/acs-templating/resources/lists/select-menu.adp:
	Reverted select-menu.adp as it works now 

2006-09-26 daveb

	* packages/acs-templating/tcl/list-procs.tcl:
	branches:  1.39.2; Add type attribute back to list filters, 
	removed by a previous commit, in error. Thanks to Malte for 
	noticing. 

2006-09-26 byronl

	* packages/acs-authentication/sql/oracle/batch-job-tables-create.sql:
	* packages/acs-content-repository/sql/oracle/content-create.sql:
	* packages/acs-content-repository/sql/oracle/content-image.sql:
	* packages/acs-content-repository/sql/oracle/content-xml.sql:
	* packages/acs-kernel/sql/oracle/acs-create.sql:
	* packages/acs-kernel/sql/oracle/acs-relationships-create.sql:
	* packages/acs-kernel/sql/oracle/authentication-create.sql:
	* packages/acs-kernel/sql/oracle/journal-create.sql:
	* packages/acs-kernel/sql/oracle/rel-constraints-create.sql:
	* packages/acs-kernel/sql/oracle/security-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0b9-5.2.0b10.sql:
	* packages/acs-lang/sql/oracle/message-catalog.sql:
	* packages/acs-messaging/sql/oracle/acs-messaging-create.sql:
	* packages/acs-reference/sql/oracle/acs-reference-create.sql:
	* packages/acs-service-contract/sql/oracle/acs-sc-tables-create.sql:
	* packages/acs-subsite/sql/oracle/application-groups-create.sql:
	* packages/acs-subsite/sql/oracle/email-image.sql:
	* packages/acs-subsite/sql/oracle/portraits.sql:
	* packages/acs-templating/sql/oracle/demo-create.sql:
	Correction of name constraint 

	* packages/acs-kernel/sql/oracle/acs-permissions-create.sql:
	branches:  1.11.2; Correction of name constraint 

	* packages/acs-kernel/sql/oracle/community-core-create.sql:
	branches:  1.15.4; Correction of name constraint 

	* packages/acs-lang/sql/oracle/ad-locales.sql:
	branches:  1.32.2; Correction of name constraint 

	* packages/acs-kernel/sql/oracle/apm-create.sql:
	branches:  1.38.2; Correction of name constraint 

2006-09-25 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Mime Encode the subject 

	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	branches:  1.5.2; Fixing a coupld of bugs in the edited 
	data_link::new procedure 

2006-09-25 byronl

	* packages/acs-authentication/sql/postgresql/batch-job-tables-create.sql:
	* packages/acs-content-repository/sql/postgresql/content-image.sql:
	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	* packages/acs-content-repository/sql/postgresql/content-xml.sql:
	* packages/acs-core-docs/www/xml/developers-guide/parties.xml:
	* packages/acs-core-docs/www/xml/developers-guide/permissions-tediously-explained-es.xml:
	* packages/acs-core-docs/www/xml/developers-guide/permissions-tediously-explained.xml:
	* packages/acs-kernel/sql/postgresql/acs-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-logs-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-objects-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	* packages/acs-kernel/sql/postgresql/authentication-create.sql:
	* packages/acs-kernel/sql/postgresql/groups-create.sql:
	* packages/acs-kernel/sql/postgresql/journal-create.sql:
	* packages/acs-kernel/sql/postgresql/rel-constraints-create.sql:
	* packages/acs-kernel/sql/postgresql/rel-segments-create.sql:
	* packages/acs-kernel/sql/postgresql/security-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b9-5.2.0b10.sql:
	* packages/acs-lang/sql/postgresql/message-catalog.sql:
	* packages/acs-messaging/sql/postgresql/acs-messaging-create.sql:
	* packages/acs-service-contract/sql/postgresql/acs-sc-tables-create.sql:
	* packages/acs-subsite/sql/postgresql/application-groups-create.sql:
	* packages/acs-subsite/sql/postgresql/email-image.sql:
	* packages/acs-subsite/sql/postgresql/portraits.sql:
	* packages/acs-subsite/sql/postgresql/upgrade/upgrade-4.1.1-4.2.sql:
	* packages/acs-templating/sql/postgresql/demo-create.sql:
	Correction of name constraint 

	* packages/acs-reference/sql/postgresql/acs-reference-create.sql:
	branches:  1.12.2; Correction of name constraint 

	* packages/acs-kernel/sql/postgresql/community-core-create.sql:
	branches:  1.24.4; Correction of name constraint 

	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	branches:  1.28.2; Correction of name constraint 

	* packages/acs-kernel/sql/postgresql/acs-permissions-create.sql:
	branches:  1.30.2; Correction of name constraint 

	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	branches:  1.40.2;  1.40.4; Correction of name constraint 

	* packages/acs-core-docs/www/parties.html:
	branches:  1.44.2;  1.44.4; Correction of name constraint 

	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	branches:  1.51.2; Correction of name constraint 

	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	branches:  1.66.2; Correction of name constraint 

2006-09-24 maltes

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/content-type.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.3.0d2-5.3.0d3.sql:
	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0d2-5.3.0d3.sql:
	* packages/acs-content-repository/tcl/content-type-procs.tcl:
	Added the option to drop the items, revisions and objects 
	along with the dropping of a content type 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.3.0d1-5.3.0d2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.0d1-5.3.0d2.sql:
	Bringing acs_object_types in an upgrade in sync with the 
	same table when doing a installation 

	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.0d1-5.3.0d2.sql:
	Made sure drop_type__cascade_p parameter has a meaning which 
	is to drop all the objects of a certain type when dropping 
	the object_tpye. Note that this does not work for 
	content_types. Use the according procedure there. Not 
	written in Oracle as there might be a reason for not using 
	the __cascade_p parameter and then I don't want to have done 
	the work of porting to Oracle for nothing 

	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.3.0d1-5.3.0d2.sql:
	Made sure folders are dropped as well when dropping a 
	package 

	* packages/acs-messaging/acs-messaging.info:
	branches:  1.23.2; Made sure we get an acs-kernel version 
	which does not require acs_object_types.table_name to be 
	unique 

	* packages/acs-kernel/acs-kernel.info:
	branches:  1.86.2; Bringing acs_object_types in an upgrade 
	in sync with the same table when doing a installation 

2006-09-22 juanpa

	* packages/acs-tcl/tcl/test/multirow-test.adp:
	* packages/acs-tcl/tcl/test/multirow-test.tcl:
	Files for ad_context_bar_multirow Test Case 

	* packages/acs-tcl/tcl/test/navigation-procs.tcl:
	Test cases for the context_bar procs 

	* packages/acs-tcl/tcl/test/multirow-test.adp:
	file multirow-test.adp was initially added on branch HEAD. 

	* packages/acs-tcl/tcl/test/multirow-test.tcl:
	file multirow-test.tcl was initially added on branch HEAD. 

2006-09-21 rocaelh

	* packages/acs-core-docs/www/postgres.html:
	branches:  1.44.2;  1.44.4; additionals for PG 8.1.x 

2006-09-13 victorg

	* packages/acs-content-repository/tcl/test/test-image-1.jpg:
	Adding test-image-1.jpg so test case image_new does not fail 

2006-09-12 maltes

	* packages/notifications/tcl/notification-request-procs.xql:
	Added a new procedure to return all request_ids, so you 
	could loop over the list and delete them (if you want to) 

	* packages/notifications/notifications.info:
	* packages/notifications/tcl/notification-request-procs.tcl:
	* packages/notifications/tcl/notification-request-procs.xql:
	Added procedure for retrieving the list of subscribers 

	* packages/notifications/tcl/notification-request-procs.tcl:
	branches:  1.11.10; Added a new procedure to return all 
	request_ids, so you could loop over the list and delete them 
	(if you want to) 

	* packages/acs-subsite/tcl/group-procs.xql:
	get_members should get the member_id only once, even if the 
	party is a member in multiple relationsships to the group 

2006-09-11 maltes

	* packages/acs-subsite/www/admin/site-map/mount-oracle.xql:
	* packages/acs-subsite/www/admin/site-map/mount-postgresql.xql:
	Made the name displayed in the mounting consitent with the 
	instance name shown on the site map, as the object_name is 
	not necessarily the instance name of the package 

2006-09-06 daveb

	* packages/acs-content-repository/tcl/test/content-search-procs.tcl:
	Adding tests for content search triggers 

	* packages/notifications/tcl/notification-procs.tcl:
	* packages/notifications/tcl/sweep-procs-oracle.xql:
	* packages/notifications/tcl/sweep-procs-postgresql.xql:
	Allow setting notification date from notification::new and 
	support checking notification date when sending out 
	notiifcations. 

	* packages/acs-content-repository/sql/postgresql/content-search.sql:
	Update search triggers to honor publish_date. 

	* packages/acs-content-repository/tcl/test/content-search-procs.tcl:
	branches:  1.2.2; All the triggers are testing in the one 
	test case, so consolidate. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0d1-5.3.0d2.sql:
	branches:  1.2.2; Update search triggers to honor 
	publish_date. 

2006-09-03 donb

	* packages/acs-tcl/tcl/defs-procs-oracle.xql:
	branches:  1.3.2; Removed an unused, unloved, unwanted, and 
	unneeded proc. 

	* packages/acs-tcl/tcl/defs-procs-postgresql.xql:
	branches:  1.5.2; Removed an unused, unloved, unwanted, and 
	unneeded proc. 

	* packages/acs-tcl/tcl/defs-procs.tcl:
	branches:  1.52.2; Removed an unused, unloved, unwanted, and 
	unneeded proc. 

	* packages/acs-tcl/tcl/defs-procs-oracle.xql:
	file defs-procs-oracle.xql was added on branch oacs-5-3 on 
	2006-12-14 13:55:10 +0000 

	* packages/acs-tcl/tcl/defs-procs-postgresql.xql:
	file defs-procs-postgresql.xql was added on branch oacs-5-3 
	on 2006-12-14 13:55:10 +0000 

2006-09-03 daveb

	* packages/acs-templating/www/scripts/xinha/attach-file.adp:
	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	Add recent file pickeer 

	* packages/acs-templating/www/scripts/xinha/attach-image.adp:
	Restore value of f_url removed in cleanup of html 

	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	Use file specific handler 

2006-09-01 daveb

	* packages/acs-templating/www/scripts/xinha/attach-image.adp:
	* packages/acs-templating/www/scripts/xinha/attach-image.tcl:
	Add recent images picker 

	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	Adding new procs to create single direction links, and get 
	all links regardless of type, proc to check if a link 
	exists, and tests for the new functionality. 

	* packages/acs-tcl/tcl/test/application-data-link-procs.tcl:
	branches:  1.1.2; Adding new procs to create single 
	direction links, and get all links regardless of type, proc 
	to check if a link exists, and tests for the new 
	functionality. 

	* packages/acs-tcl/tcl/application-data-link-procs.xql:
	branches:  1.3.2; Add queries for new procs 

2006-08-31 vivianh

	* packages/acs-tcl/tcl/test/acs-tcl-apm-procs.tcl:
	Tcl helper procedures for the acs-automated-testing tests of 

	* packages/acs-lang/tcl/test/acs-lang-message-procs.tcl:
	Test cases for lang-message-procs 

2006-08-31 victorg

	* packages/acs-tcl/tcl/test/memoizing-procs.tcl:
	Fixing auxiliary proc name. 

2006-08-31 emmar

	* packages/acs-tcl/tcl/test/object-test-case-procs.tcl:
	Add SQL query for oracle 

	* packages/acs-tcl/tcl/test/datamodel-test-procs.tcl:
	Add check for supertype when table_name is null 

	* packages/acs-service-contract/sql/oracle/acs-sc-object-types-create.sql:
	Downcase table_name and column_id of object types 

	* packages/search/sql/oracle/search-create.sql:
	* packages/search/sql/oracle/search-from-scratch.sql:
	* packages/search/sql/oracle/search-sc-create.sql:
	* packages/search/sql/oracle/syndication-create.sql:
	* packages/search/sql/oracle/syndication-drop.sql:
	Remove 'exit' lines that caused datamodel to be incompletely 
	installed. Comment out creation of triggers for forums, 
	static-portal, acs-events, faq, survey and photobook (should 
	go in their own package) 

	* packages/acs-tcl/tcl/test/datamodel-test-procs.tcl:
	added code to check more than 1 level of inheritance 

	* packages/search/sql/oracle/search-ctxsys.sql:
	* packages/search/sql/oracle/search-index-from-scratch.sql:
	branches:  1.2.4; Remove 'exit' lines that caused datamodel 
	to be incompletely installed. Comment out creation of 
	triggers for forums, static-portal, acs-events, faq, survey 
	and photobook (should go in their own package) 

	* packages/search/sql/oracle/search-index-create.sql:
	* packages/search/sql/oracle/search-index-drop.sql:
	branches:  1.3.4; Remove 'exit' lines that caused datamodel 
	to be incompletely installed. Comment out creation of 
	triggers for forums, static-portal, acs-events, faq, survey 
	and photobook (should go in their own package) 

	* packages/search/sql/oracle/search-packages-create.sql:
	branches:  1.4.4; Remove 'exit' lines that caused datamodel 
	to be incompletely installed. Comment out creation of 
	triggers for forums, static-portal, acs-events, faq, survey 
	and photobook (should go in their own package) 

	* packages/search/sql/oracle/search-tables-create.sql:
	branches:  1.7.4; Remove 'exit' lines that caused datamodel 
	to be incompletely installed. Comment out creation of 
	triggers for forums, static-portal, acs-events, faq, survey 
	and photobook (should go in their own package) 

2006-08-31 daveb

	* packages/acs-subsite/www/image.vuh:
	Add handler for uploaded images 

	* packages/acs-templating/www/scripts/xinha/attach-file.adp:
	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	Add title label 

	* packages/acs-subsite/www/file.vuh:
	Adding file download handler (for now until I have a better 
	solution) 

	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	New messages for image/file popup 

	* packages/acs-templating/www/scripts/xinha/attach-file.adp:
	Remove debugging alert statements in javascript. 

	* packages/acs-templating/www/scripts/xinha/attach-file.adp:
	Remove refereces to "images" in the attach file dialog. 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js:
	Update to support regular file attachment popup 

	* packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml:
	branches:  1.10.2; New messages for image/file popup 

	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	branches:  1.17.2; Remove site specific workaround for PG 7 

2006-08-30 emmar

	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-messaging/sql/oracle/acs-messaging-create.sql:
	* packages/acs-messaging/sql/oracle/upgrade/upgrade-5.3.0d1-5.3.0d2.sql:
	* packages/acs-messaging/sql/postgresql/acs-messaging-create.sql:
	* packages/acs-messaging/sql/postgresql/upgrade/upgrade-5.3.0d1-5.3.0d2.sql:
	Fix #2981: table_name and id_column must be null for 
	acs_message_revision object type 

	* packages/acs-kernel/sql/oracle/acs-metadata-create.sql:
	remove remaining comma added by mistake during my last 
	commit 

2006-08-30 daveb

	* packages/acs-templating/www/scripts/xinha/attach-file.adp:
	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	* packages/acs-templating/www/scripts/xinha/attach-image.adp:
	* packages/acs-templating/www/scripts/xinha/attach-image.tcl:
	Use a similar dialog for attaching links to files (and 
	uploading the files). The logic was too complex to support 
	both in one file, this is alot easier to understand and 
	debug. 

2006-08-29 daveb

	* packages/acs-content-repository/www/image-info.adp:
	* packages/acs-content-repository/www/image-info.tcl:
	Add page to show image properties 

	* packages/acs-content-repository/tcl/image-procs.tcl:
	* packages/acs-content-repository/tcl/image-procs.xql:
	Add proc to find the thumbnail for a particular image. 

2006-08-27 daveb

	* packages/acs-content-repository/tcl/content-revision-procs-postgresql.xql:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-content-repository/tcl/image-procs.tcl:
	Initial image api to imagemagick to create optional 
	thumbnails and medium file sizes. Need to add parameters and 
	make executable path handling smarter 

2006-08-24 emmar

	* packages/acs-tcl/tcl/test/datamodel-test-procs.tcl:
	Added code to check constraint name for postgresql 

	* packages/acs-templating/resources/forms/accessible-forms.adp:
	Added missing noquote for label element 

	* packages/acs-tcl/tcl/test/datamodel-test-procs.tcl:
	Reduce duplicated code 

	* packages/acs-templating/resources/forms/accessible-forms.adp:
	branches:  1.3.2; Added missing noquote for label element 

2006-08-22 daveb

	* packages/acs-templating/tcl/list-procs.tcl:
	Once and for all resolve the case where page_query_name is 
	blank in template::list::create. If its blank or if its not 
	blank, the query text is retrieved previously in the 
	procedure so it does not matter what query name we pass in. 

2006-08-21 daveb

	* packages/search/tcl/search-convert-procs.tcl:
	Add better mime type matching in conversion. Add utility for 
	powerpoint conversion. 

	* packages/search/tcl/search-procs.tcl:
	Add content filtering for binary types. Pass object_id to 
	content_get so we can grab the path to filesystem stored 
	items 

	* packages/acs-templating/tcl/list-procs.tcl:
	Fix infinite redirect by clearing, the clear_one url var. 
	Thanks to vinod kurup for catching it! 

2006-08-18 gustafn

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js:
	added parameter script_dir to configuration section, 
	defaults now to /xowiki; can be reset to the old behaviour 
	via e.g.: xinha_config.script_dir = '.'; 

2006-08-18 emmar

	* packages/acs-kernel/sql/oracle/acs-create.sql:
	* packages/acs-kernel/sql/oracle/acs-logs-create.sql:
	* packages/acs-kernel/sql/oracle/acs-metadata-create.sql:
	* packages/acs-kernel/sql/oracle/acs-objects-create.sql:
	* packages/acs-kernel/sql/oracle/acs-permissions-create.sql:
	* packages/acs-kernel/sql/oracle/acs-relationships-create.sql:
	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/oracle/community-core-create.sql:
	* packages/acs-kernel/sql/oracle/groups-create.sql:
	* packages/acs-kernel/sql/oracle/rel-constraints-create.sql:
	* packages/acs-kernel/sql/oracle/rel-segments-create.sql:
	Applying constraint naming standard 

	* packages/acs-tcl/tcl/test/datamodel-test-procs.tcl:
	Improve constraint names test for oracle, checking name, 
	type, constraint name length and giving a hint to standarize 
	the constraint name 

2006-08-18 daveb

	* packages/acs-templating/tcl/apm-callback-procs.tcl:
	Add install callback 

	* packages/acs-templating/www/scripts/xinha/Makefile:
	* packages/acs-templating/www/scripts/xinha/attach-file.adp:
	* packages/acs-templating/www/scripts/xinha/attach-file.tcl:
	* packages/acs-templating/www/scripts/xinha/blank.html:
	* packages/acs-templating/www/scripts/xinha/file-selector.adp:
	* packages/acs-templating/www/scripts/xinha/file-selector.tcl:
	* packages/acs-templating/www/scripts/xinha/insert-file-orig.adp:
	* packages/acs-templating/www/scripts/xinha/insert-ilink.adp:
	* packages/acs-templating/www/scripts/xinha/insert-ilink.tcl:
	* packages/acs-templating/www/scripts/xinha/insert-image.adp:
	* packages/acs-templating/www/scripts/xinha/insert-image.tcl:
	* packages/acs-templating/www/scripts/xinha/insert_image.html:
	Add reusable includes for xinha popups 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/img/close.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/img/insert-ilink.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/img/insert-image.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/img/qmark.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/img/up.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js:
	Adding image/file attach plugin for xinha 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsAttach/oacs-attach.js:
	Use attach-file popup 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	branches:  1.25.2; Pass aprent_id to oacs-attach popup 

2006-08-17 emmar

	* packages/acs-tcl/tcl/test/apm-parameter-test-procs.tcl:
	parameter name should not contain space 

2006-08-16 emmar

	* packages/acs-messaging/sql/oracle/acs-messaging-create.sql:
	Fix typo in table_name for acs_messages object type 

2006-08-14 victorg

	* packages/acs-tcl/tcl/test/apm-parameter-test-procs.tcl:
	* packages/acs-tcl/tcl/test/memoizing-procs.tcl:
	Test cases for registration/unregistration of parameters. 
	Test cases for memoizing procs.  Test cases done by Adrian 
	Catalan (ykro@galileo.edu) 

2006-08-14 ncarroll

	* etc/daemontools/run:
	Reverted back to default run file, as I had previously 
	committed my own run file. 

2006-08-14 byronl

	* packages/acs-tcl/tcl/test/object-test-case-procs.tcl:
	test for acs_object:: procs 

2006-08-13 gustafn

	* packages/search/www/search.tcl:
	pass search_package_id to page 1 etc. as well. 

2006-08-12 cesarh

	* packages/acs-tcl/tcl/test/test-set-cookie-procs.tcl:
	Test case for cookies. 

2006-08-11 maltes

	* packages/acs-tcl/tcl/object-procs.tcl:
	* packages/acs-tcl/tcl/object-procs.xql:
	* packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl:
	Added acs_object::package_id  procedure to retrieve the 
	package_id along with testcase 

2006-08-11 juanpa

	* packages/acs-tcl/tcl/test/navigation-procs.tcl:
	* packages/acs-tcl/tcl/test/whos-online-procs.tcl:
	*** empty log message *** 

	* packages/acs-tcl/tcl/test/navigation-procs.tcl:
	Test cases for the context_bar procs 

	* packages/acs-tcl/tcl/test/whos-online-procs.tcl:
	Test cases for the whos_online procs 

2006-08-11 emmar

	* packages/acs-tcl/tcl/test/datamodel-test-procs.tcl:
	Does not include system table in the result of the test 
	(oracle) 

	* packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl:
	Fix a_callback definition. '-' was missing for switch arg1 

	* packages/acs-tcl/tcl/community-core-procs-oracle.xql:
	branches:  1.17.12; Fix syntax to exec person.del() 

2006-08-11 donb

	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/oracle/rel-segments-create.sql:
	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	* packages/acs-kernel/sql/postgresql/community-core-create.sql:
	* packages/acs-kernel/sql/postgresql/groups-create.sql:
	* packages/acs-kernel/sql/postgresql/rel-segments-create.sql:
	Fixed some silly little things... 

	* packages/acs-messaging/sql/oracle/acs-messaging-create.sql:
	* packages/acs-messaging/sql/postgresql/acs-messaging-create.sql:
	Made tables etc lower-case to satisfy Jeff's coding 
	standards automated tests. 

2006-08-10 emmar

	* packages/acs-tcl/tcl/test/openacs-kernel-procs.tcl:
	Add missing "email" field to CSV file (process_objects_csv) 

	* packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl:
	Replacing 'limit 0' with 'person_id=1 and person_id=2' so it 
	can be run on both pg and oracle 

	* packages/acs-tcl/tcl/test/datamodel-test-procs.tcl:
	__named_constraints: added code for oracle 
	__acs_object_type_check: fix queries to be run also on 
	oracle __acs_attribute_check: added missing oracle datatype 
	(date/timestamp is still pending). 

2006-08-10 daveb

	* packages/search/sql/oracle/search-tables-create.sql:
	Remove reference to dotlrn 

	* packages/search/tcl/search-procs.tcl:
	User callback::impl_exists 

2006-08-10 byronl

	* packages/acs-tcl/tcl/test/community-core-test-procs.tcl:
	test for community-core procs, proc: cc_lookup_email_user, 
	cc_email_from_party,person::person_p, person::get, 
	person::new, person::update, person::get_bio, 
	person::update_bio,party::get_by_email, party::update 

2006-08-09 rocaelh

	* packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl:
	fixing some stuff with parameters test, when you change 
	those randomly strange things can happen! will be good to 
	revert stuff 

2006-08-09 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-init.tcl:
	Fixed typo 

	* packages/acs-tcl/tcl/test/test-membership-rel-procs.tcl:
	There shall be no A# for thy TCL interpreter 

2006-08-08 gustafn

	* packages/search/tcl/search-procs.tcl:
	* packages/search/tcl/search-procs.xql:
	fixing broken search: unknown function callback::exists 
	removed, missing query added. 

2006-08-08 donb

	* packages/notifications/catalog/notifications.ar_EG.utf-8.xml:
	* packages/notifications/catalog/notifications.ar_LB.utf-8.xml:
	* packages/notifications/catalog/notifications.ast_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.ca_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.da_DK.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.en_AU.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.es_CO.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.es_GT.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.eu_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.fi_FI.utf-8.xml:
	* packages/notifications/catalog/notifications.fr_FR.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.gl_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.hi_IN.utf-8.xml:
	* packages/notifications/catalog/notifications.hu_HU.utf-8.xml:
	* packages/notifications/catalog/notifications.it_IT.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.ko_KR.utf-8.xml:
	* packages/notifications/catalog/notifications.ms_MY.utf-8.xml:
	* packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.nn_NO.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.no_NO.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.pl_PL.utf-8.xml:
	* packages/notifications/catalog/notifications.pt_BR.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.pt_PT.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.ro_RO.utf-8.xml:
	* packages/notifications/catalog/notifications.ru_RU.utf-8.xml:
	* packages/notifications/catalog/notifications.sv_SE.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.zh_CN.utf-8.xml:
	* packages/notifications/notifications.info:
	* packages/notifications/sql/postgresql/notifications-core-create.sql:
	* packages/notifications/sql/postgresql/notifications-replies-create.sql:
	* packages/notifications/tcl/notification-callback-procs.tcl:
	* packages/notifications/tcl/notification-callback-procs.xql:
	* packages/notifications/tcl/notification-email-procs.tcl:
	* packages/notifications/tcl/reply-sweep-init.tcl:
	First shot at merging oacs-5-2 apps used in .LRN to HEAD. 

2006-08-06 torbenb

	* packages/acs-reference/www/doc/design.html:
	added documentation commentary, applied bs filter, 
	renumbered sections 

	* www/site-master.adp:
	branches:  1.26.2; upgrading contextbar css to match 
	technique used by action-list class in same files, which 
	renders more consistently 

	* packages/acs-subsite/www/resources/site-master.css:
	branches:  1.27.2; upgrading contextbar css to match 
	technique used by action-list class in same files, which 
	renders more consistently 

	* packages/acs-reference/www/doc/index.html:
	removed bad SDM link, redundant notes section 

	* packages/acs-reference/www/doc/requirements.html:
	removed c-Ms, added p tags, added a comment to unimplemented 
	requirements / feature request 

	* packages/acs-reference/www/doc/design.html:
	removing c-Ms, wrapping text with p tags, added link to 
	api-browser in api section 

	* packages/acs-reference/www/doc/design.html:
	* packages/acs-reference/www/doc/index.html:
	* packages/acs-reference/www/doc/requirements.html:
	upgrading html, closing li p tags, adding quotes to tag 
	attributes 

2006-08-06 daveb

	* packages/acs-content-repository/tcl/image-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-image-test-procs.tcl:
	Adding image API 

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	branches:  1.16.2; Adding image API 

2006-08-05 torbenb

	* packages/acs-core-docs/www/xml/developers-guide/permissions.xml:
	branches:  1.16.8; first pass with the bs filter 

	* packages/acs-core-docs/www/permissions.html:
	branches:  1.43.2;  1.43.4; first pass with the bs filter 

	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/xml/developers-guide/parties.xml:
	* packages/acs-core-docs/www/xml/developers-guide/permissions-tediously-explained.xml:
	first pass with the bs filter 

2006-08-04 juanpa

	* packages/acs-tcl/tcl/test/html-conversion-procs.tcl:
	* packages/acs-tcl/tcl/test/openacs-kernel-procs.tcl:
	* packages/acs-tcl/tcl/test/whos-online-procs.tcl:
	Test cases for some acs-tcl procs 

2006-08-01 cesarh

	* packages/acs-tcl/tcl/test/test-membership-rel-procs.tcl:
	Script for testing the procs inside of the file 
	membership-rel-procs.tcl 

2006-07-31 victorg

	* packages/acs-mail-lite/catalog/acs-mail-lite.pt_BR.ISO-8859-1.xml:
	branches:  1.1.2.1.2; Catalog files form 
	translate.openacs.org for packages NOT included in the 
	OpenACS Core 

	* packages/acs-mail-lite/catalog/acs-mail-lite.pt_BR.ISO-8859-1.xml:
	branches:  1.1.2; file acs-mail-lite.pt_BR.ISO-8859-1.xml 
	was initially added on branch oacs-5-2. 

	* packages/notifications/catalog/notifications.pt_BR.ISO-8859-1.xml:
	branches:  1.9.2.2.2; Catalog files form 
	translate.openacs.org for packages NOT included in the 
	OpenACS Core 

2006-07-31 maltes

	* packages/acs-mail-lite/acs-mail-lite.info:
	Removed callbacks from teh info file as this is handled 
	differently now 

2006-07-31 gustafn

	* packages/search/www/search.tcl:
	provide search_package_id as call parameter like in 5.3, to 
	make it easier for people to use xowiki 0.31 with oacs-5-2 

2006-07-29 donb

	* packages/acs-templating/tcl/richtext-or-file-procs.tcl:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	* packages/acs-templating/tcl/table-procs.tcl:
	Added more minimalist documentation to make our automated 
	test stuff happy happy happy 

	* packages/acs-templating/tcl/data-procs.tcl:
	* packages/acs-templating/tcl/doc-procs.tcl:
	* packages/acs-templating/tcl/file-procs.tcl:
	* packages/acs-templating/tcl/list-procs.tcl:
	* packages/acs-templating/tcl/request-procs.tcl:
	* packages/acs-templating/tcl/tab-procs.tcl:
	* packages/acs-templating/tcl/util-procs.tcl:
	All templating procs now have at least minimal 
	documentation. 

	* packages/acs-subsite/tcl/subsite-callback-procs.tcl:
	Nick accidently broke the callback contract for 
	paramter_changed by adding documentation.  The check code 
	allows anything if there are only two elements in the 
	ad_proc list (i.e. name doc) but if three elements are there 
	(name doc empty_body) the body must be "-" or "" (not the 
	empty list). 

	* packages/acs-templating/tcl/currency-procs.tcl:
	branches:  1.11.2; knocked off a couple of more undocumented 
	procedures. 

	* packages/acs-templating/tcl/spellcheck-procs.tcl:
	branches:  1.16.2; All templating procs now have at least 
	minimal documentation. 

	* packages/acs-templating/tcl/date-procs.tcl:
	branches:  1.37.2; All templating procs now have at least 
	minimal documentation. 

2006-07-28 donb

	* packages/acs-templating/tcl/widget-procs.tcl:
	branches:  1.42.2; Added minimal documentation for each proc 
	in this file, so they'll pass our doc spec smoke test. 

2006-07-27 victorg

	* packages/acs-content-repository/sql/oracle/types-create.sql:
	* packages/acs-content-repository/sql/postgresql/types-create.sql:
	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	Removing wrong acs attributes for object type apm_package. 
	Fixing object attribute datatypes so they are consistent 
	with the database datatype. 

2006-07-27 ncarroll

	* etc/config.tcl:
	Accidentally committed my config.tcl file to the repository. 
	 Please don't shoot me. 

	* etc/config.tcl:
	* etc/daemontools/run:
	* packages/acs-admin/tcl/merge-procs.tcl:
	* packages/acs-content-repository/tcl/doc-procs.tcl:
	* packages/acs-subsite/tcl/attribute-procs.tcl:
	* packages/acs-subsite/tcl/subsite-callback-procs.tcl:
	* packages/acs-subsite/tcl/subsite-procs.tcl:
	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	* packages/acs-tcl/tcl/application-link-procs.tcl:
	* packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl:
	Bug stomp: added documentation to acs core procs that had no 
	docs. 

2006-07-26 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Added support for multipart/alternative 

2006-07-26 gustafn

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.3.0d1-5.3.0d2.sql:
	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	Fix for the duplicate revision_id and deadlock on concurrent 
	cr updates and inserts 

2006-07-26 daveb

	* packages/acs-templating/tcl/list-procs.tcl:
	Always reset client_property when clearing one filter 
	(thanks Vinod) 

	* packages/acs-templating/tcl/list-procs.tcl:
	Fix so order by (clicking on the column name) doesn't lose 
	the the applied filters for a certain list. 

2006-07-25 torbenb

	* packages/tsearch2-driver/www/doc/index.html:
	moving tsearch2-driver instructions from elsewhere to the 
	doc in the tsearch2-driver package to match context 

	* packages/tsearch2-driver/www/doc/index.html:
	normalizing existing doc verbage 

	* packages/tsearch2-driver/www/doc/index.html:
	updating links for installing postgresql\'s tsearch module 

2006-07-24 daveb

	* packages/acs-templating/tcl/list-procs.tcl:
	Key list filter form client property by unamed hidden 
	filters/url vars 

	* packages/acs-templating/tcl/list-procs.tcl:
	Many improvements, especially keying filter list client 
	property on url vars that are preserved in the list, using 
	ns_sha1 to encode the client property name so it fits within 
	50 character limit, fixed clear urls so it saves the client 
	property correctly. 

2006-07-21 daveb

	* packages/acs-templating/tcl/list-procs.tcl:
	Fix unquoted label for text filter form selection. 

	* packages/acs-templating/tcl/list-procs.tcl:
	Remove conflict committed in error.  Properly escape square 
	brackets in ad_form label defintion. 

2006-07-20 torbenb

	* packages/acs-api-browser/www/index-oracle.xql:
	* packages/acs-api-browser/www/index-postgresql.xql:
	* packages/acs-api-browser/www/index.tcl:
	modifying api-doc/index to accept a package-key, returns a 
	package-view from a package-key if it is installed etc. for 
	example /api-doc/index?about_package_key=acs-datetime would 
	be the same as browsing to 
	/api-doc/package-view?version_id=x where x is the local 
	version_id.  This feature will help static docs link to 
	evolving api automatically. oracle sql is untested, but 
	should work. 

2006-07-20 rocaelh

	* www/blank-master.tcl:
	branches:  1.20.2; adding check for on_load in case is not 
	sent 

2006-07-20 daveb

	* packages/acs-templating/resources/lists/form-filters.adp:
	* packages/acs-templating/resources/lists/listed-filters.adp:
	* packages/acs-templating/tcl/list-procs.tcl:
	Adding new listfilters-form tag to generate a dynamic form 
	to specify filter criteria for listbuilder lists.  Adding 
	listed-filters listfilter style to show a nice summary of 
	choosen filterswith a remove link for each one. 

2006-07-19 darior

	* packages/acs-subsite/tcl/email-image-procs.tcl:
	branches:  1.7.2; solve bug to show default paramater 
	PrivateEmailLevelP in combobox 

2006-07-17 torbenb

	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	branches:  1.10.2;  1.10.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	branches:  1.11.2;  1.11.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/developers-guide/rp.xml:
	* packages/acs-core-docs/www/xml/install-guide/configuring.xml:
	branches:  1.11.8; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/tutorial-vuh.html:
	branches:  1.12.2;  1.12.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/developers-guide/db-api.xml:
	branches:  1.12.6; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	branches:  1.13.2;  1.13.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml:
	branches:  1.13.8; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/Makefile:
	* packages/acs-core-docs/www/xml/variables.ent:
	branches:  1.14.2; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/install-tclwebtest.html:
	branches:  1.14.2;  1.14.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	branches:  1.16.2;  1.16.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/install-guide/recovery.xml:
	branches:  1.16.8; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	branches:  1.17.2;  1.17.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml:
	branches:  1.17.8; fix part 1 of bug 1640, add db name to 
	psql commands 

	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/tutorial.html:
	branches:  1.18.2;  1.18.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml:
	branches:  1.18.8; fixing part 2b of bug 1640, moving 
	view-link, and getting rid of dashes in my-first-package 
	because package-id is myfirstpackage 

	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	branches:  1.19.2;  1.19.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/developers-guide/tutorial.xml:
	branches:  1.19.8; fixing part 2b of bug 1640, moving 
	view-link, and getting rid of dashes in my-first-package 
	because package-id is myfirstpackage 

	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	branches:  1.20.2;  1.20.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	branches:  1.21.2; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/style-guide.html:
	branches:  1.21.2;  1.21.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	branches:  1.22.2;  1.22.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/variables.html:
	branches:  1.23.2;  1.23.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/install-guide/software.xml:
	branches:  1.23.6; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/upgrade.html:
	branches:  1.24.2;  1.24.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/eng-standards.html:
	branches:  1.25.2;  1.25.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/developers-guide/i18n.xml:
	branches:  1.25.8; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	branches:  1.26.2;  1.26.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/unix-installation.html:
	branches:  1.27.2;  1.27.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/subsites-design.html:
	branches:  1.28.2;  1.28.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	branches:  1.29.2;  1.29.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/install-guide/maintenance.xml:
	branches:  1.29.8; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	branches:  1.3.2;  1.3.4; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/kernel/ext-auth.xml:
	branches:  1.3.8; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/rp-design.html:
	branches:  1.30.2;  1.30.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/install-cvs.html:
	branches:  1.33.2;  1.33.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	branches:  1.34.2;  1.34.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	branches:  1.36.2;  1.36.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	branches:  1.37.2;  1.37.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	branches:  1.38.2;  1.38.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/install-guide/upgrade.xml:
	branches:  1.39.8; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	branches:  1.4.2;  1.4.4; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	branches:  1.41.2;  1.41.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	branches:  1.42.2;  1.42.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	branches:  1.43.2;  1.43.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/packages.html:
	branches:  1.44.2;  1.44.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/objects.html:
	branches:  1.45.2;  1.45.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/index.html:
	branches:  1.46.2;  1.46.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml:
	branches:  1.47.6; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/release-notes.html:
	branches:  1.48.2;  1.48.4; migrating doc version to 4.4 
	which processes codes more cleanly, fixing code that results 
	in obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	branches:  1.5.2;  1.5.4; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/kernel/i18n-requirements.xml:
	branches:  1.5.6; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.xml:
	* packages/acs-core-docs/www/xml/kernel/security-notes.xml:
	branches:  1.6.12; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/tutorial-css-layout.html:
	branches:  1.6.2;  1.6.4; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/kernel/subsites-design.xml:
	branches:  1.6.6; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	branches:  1.7.2;  1.7.4; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/uptime.html:
	branches:  1.8.2;  1.8.4; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/install-guide/compatibility.xml:
	branches:  1.8.6; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-ssl.html:
	branches:  1.9.2;  1.9.4; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/kernel/apm-design.xml:
	branches:  1.9.8; migrating doc version to 4.4 which 
	processes codes more cleanly, fixing code that results in 
	obvious compile errors, moved cvstag lines to within 
	authorblurb tags for context and also puts the tag at the 
	first/top of a chunked file set instead of at the bottom 
	page of the last one.., updated docbook-primer.xml grammar 
	and tag usage 

	* packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml:
	fixes bug 2087, see 2b of bug 1640. 

	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/xml/developers-guide/cvs.xml:
	* packages/acs-core-docs/www/xml/developers-guide/form-builder.xml:
	* packages/acs-core-docs/www/xml/developers-guide/object-identity.xml:
	* packages/acs-core-docs/www/xml/developers-guide/objects.xml:
	* packages/acs-core-docs/www/xml/developers-guide/packages.xml:
	* packages/acs-core-docs/www/xml/developers-guide/parties.xml:
	* packages/acs-core-docs/www/xml/developers-guide/permissions-tediously-explained-es.xml:
	* packages/acs-core-docs/www/xml/developers-guide/permissions-tediously-explained.xml:
	* packages/acs-core-docs/www/xml/developers-guide/permissions.xml:
	* packages/acs-core-docs/www/xml/developers-guide/submissions.xml:
	* packages/acs-core-docs/www/xml/developers-guide/subsites.xml:
	* packages/acs-core-docs/www/xml/developers-guide/templates.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/auto-testing.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/constraint-naming.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/cvs.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/design-template.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/filenaming.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/nxml-mode.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/plsql.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/psgml-mode.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/requirements-template.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/style-guide.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/variables.xml:
	* packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml:
	* packages/acs-core-docs/www/xml/index.xml:
	* packages/acs-core-docs/www/xml/install-guide/aolserver.xml:
	* packages/acs-core-docs/www/xml/install-guide/aolserver4.xml:
	* packages/acs-core-docs/www/xml/install-guide/credits.xml:
	* packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml:
	* packages/acs-core-docs/www/xml/install-guide/macinstall.xml:
	* packages/acs-core-docs/www/xml/install-guide/openacs.xml:
	* packages/acs-core-docs/www/xml/install-guide/oracle.xml:
	* packages/acs-core-docs/www/xml/install-guide/os.xml:
	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	* packages/acs-core-docs/www/xml/install-guide/overview.xml:
	* packages/acs-core-docs/www/xml/install-guide/postgres.xml:
	* packages/acs-core-docs/www/xml/install-guide/quick.xml:
	* packages/acs-core-docs/www/xml/install-guide/red-hat.xml:
	* packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml:
	* packages/acs-core-docs/www/xml/kernel/apm-requirements.xml:
	* packages/acs-core-docs/www/xml/kernel/bootstrap-acs.xml:
	* packages/acs-core-docs/www/xml/kernel/db-api.xml:
	* packages/acs-core-docs/www/xml/kernel/ext-auth-design.xml:
	* packages/acs-core-docs/www/xml/kernel/groups-design.xml:
	* packages/acs-core-docs/www/xml/kernel/groups-requirements.xml:
	* packages/acs-core-docs/www/xml/kernel/object-system-design.xml:
	* packages/acs-core-docs/www/xml/kernel/object-system-req.xml:
	* packages/acs-core-docs/www/xml/kernel/permissions-design.xml:
	* packages/acs-core-docs/www/xml/kernel/permissions-requirements.xml:
	* packages/acs-core-docs/www/xml/kernel/rp-design.xml:
	* packages/acs-core-docs/www/xml/kernel/rp-requirements.xml:
	* packages/acs-core-docs/www/xml/kernel/security-design.xml:
	* packages/acs-core-docs/www/xml/kernel/security-requirements.xml:
	* packages/acs-core-docs/www/xml/kernel/subsites-requirements.xml:
	* packages/acs-core-docs/www/xml/kernel/tcl-doc.xml:
	* packages/acs-core-docs/www/xml/openacs.xsl:
	* packages/acs-core-docs/www/xml/releasing-openacs.xml:
	migrating doc version to 4.4 which processes codes more 
	cleanly, fixing code that results in obvious compile errors, 
	moved cvstag lines to within authorblurb tags for context 
	and also puts the tag at the first/top of a chunked file set 
	instead of at the bottom page of the last one.., updated 
	docbook-primer.xml grammar and tag usage 

2006-07-14 victorg

	* packages/acs-tcl/tcl/defs-procs.tcl:
	* packages/acs-tcl/tcl/deprecated-utilities-procs.tcl:
	Adding see clause for deprecated procs. Removing deprecated 
	flag for util_ReturnMetaRefresh and adding documentation for 
	that proc. 0 fails now for Test case 
	documentation__check_deprecated_see (acs-tcl) 

	* packages/acs-tcl/tcl/security-procs.tcl:
	branches:  1.39.2; Adding see clause for deprecated procs. 
	Removing deprecated flag for util_ReturnMetaRefresh and 
	adding documentation for that proc. 0 fails now for Test 
	case documentation__check_deprecated_see (acs-tcl) 

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	branches:  1.91.2; Adding see clause for deprecated procs. 
	Removing deprecated flag for util_ReturnMetaRefresh and 
	adding documentation for that proc. 0 fails now for Test 
	case documentation__check_deprecated_see (acs-tcl) 

2006-07-14 ncarroll

	* packages/acs-automated-testing/tcl/aa-test-procs.tcl:
	Added documentation to aa procs. 

	* packages/acs-service-contract/tcl/implementation-procs.tcl:
	Added documentation to acs-sc procs. 

	* packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl:
	Added documentation to proc. 

	* packages/acs-templating/tcl/widget-procs.tcl:
	Added documentation to procs. 

	* packages/acs-automated-testing/tcl/tclwebtest-procs.tcl:
	branches:  1.5.2; Added documentation to procs. 

2006-07-14 donb

	* packages/acs-tcl/tcl/defs-procs.tcl:
	Removed ad_graphics_site_avail_p 

2006-07-14 cesarh

	* packages/acs-tcl/tcl/test/test-permissions-procs.tcl:
	Test Cases for Permission Procedures. 

2006-07-13 victorg

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d15-5.2.0a1.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.5-5.2.0a1.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.5-5.2.0a1.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d11-5.2.0d12.sql:
	Removing upgrade scripts not well ordered for acs-kernel and 
	acs-content-repository. Adding corresponding upgrade scripts 
	with correct versions. Now the test case 
	files__check_upgrade_ordering (acs-tcl) does not fail. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d18-5.2.0d19.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d11-5.2.0d12.sql:
	branches:  1.1.2; Removing upgrade scripts not well ordered 
	for acs-kernel and acs-content-repository. Adding 
	corresponding upgrade scripts with correct versions. Now the 
	test case files__check_upgrade_ordering (acs-tcl) does not 
	fail. 

2006-07-13 torbenb

	* packages/acs-core-docs/www/xml/install-guide/overview.xml:
	fixing ulink, uses url= instead of href= 

2006-07-13 rocaelh

	* packages/acs-subsite/tcl/callback-procs.tcl:
	* www/blank-master.tcl:
	* www/site-master.adp:
	* www/site-master.tcl:
	adding callbacks get_extra_headers & header_onload 

	* packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl:
	adding parameter__check_procs smoke test case 

	* packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl:
	adding teardown and documentation to parameter__check_procs 

	* www/site-master.tcl:
	branches:  1.22.2; adding on_load check 

	* packages/acs-tcl/tcl/test/doc-check-procs.tcl:
	eliminating documentation__check_proc_interface_status, 
	-public is not required 

2006-07-13 ncarroll

	* packages/acs-automated-testing/tcl/tclwebtest-procs.tcl:
	Added documentation for twt procs: login, logout and log. 

2006-07-13 donb

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	Make ad_proc default to the function being public.  This 
	decision was made by Don and Dave and a couple of others 
	during the current bugbash.  Why not TIP it?  There's no 
	semantic meaning to the switch, and ad_proc doesn't require 
	you to declare a procedure to be either -public or -private. 
	This was enforced in an automated test, but if we WERE to 
	insist on it, ad_proc should cause failure to declare a proc 
	public or private and error. That would be too harsh (would 
	break a lot of client code, too).  Assuming functions are 
	public by default seems reasonable.  The only effect is to 
	change the behavior of the API browser if you've chosen 
	private or public viewing modes. 

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	OK did it right this time.  Damnation! 

	* packages/acs-lang/tcl/lang-util-procs.tcl:
	branches:  1.43.2; Made the check for a message key in 
	hashes (i.e. #package_key.message_key#) more robust by only 
	recognizing it if both parts, separated by a ".", exists.  
	This reduces the odds of random text between hashes being 
	mistaken for a key and throwing a "missing key" error. 

2006-07-13 cesarh

	* packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl:
	Removing these callbacks and their implementations: 
	a_callback, b_callback, c_callback, a_callback -impl 
	an_impl1, a_callback -impl an_impl2, a_callback -impl 
	fail_impl and EvilCallback from the test procedure 
	ad_proc_fire_callback, since we have a strange behavior when 
	run many times this test. 

2006-07-08 donb

	* packages/acs-templating/resources/forms/accessible-forms.adp:
	Olga changes to this non-standard file 

2006-07-06 torbenb

	* packages/acs-content-repository/www/doc/guide/keywords.html:
	updating links 

2006-07-06 gustafn

	* packages/acs-admin/tcl/apm-admin-procs.tcl:
	branches:  1.14.2; fix for templating bug (localization) for 
	streaming output. #acs-kernel.Main_Site# was not translated 
	in /acs-admin/apm/packages-install; not sure, whether a 
	generic solution is needed... see: 
	http://openacs.org/forums/message-view?message_id=387524 

	* packages/acs-templating/www/resources/mktree.js:
	branches:  1.3.4; make openacs usable with opera. 2 fixes: 
	avoid multiple "+" signs in mktree, turn off rich text 
	editing with opera (like safari) 

	* packages/acs-admin/tcl/apm-admin-procs.tcl:
	fix for templating bug (localization) for streaming output. 
	#acs-kernel.Main_Site# was not translated in 
	/acs-admin/apm/packages-install; not sure, whether a generic 
	solution is needed... see: 
	http://openacs.org/forums/message-view?message_id=387524 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	* packages/acs-templating/www/resources/mktree.js:
	make openacs usable with opera. 2 fixes: avoid multiple "+" 
	signs in mktree, turn off rich text editing with opera (like 
	safari) 

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	make openacs work with aolserver 4.5. address changed 
	behavior of ns_startcontent, works now with binary datatypes 
	as well 

2006-07-05 maltes

	* packages/acs-mail-lite/acs-mail-lite.info:
	Added fixed font 

2006-07-03 maltes

	* packages/acs-lang/www/admin/message-list.adp:
	* packages/acs-lang/www/admin/message-list.tcl:
	Added fast locale switch taken from categories 

2006-07-03 donb

	* www/blank-master.adp:
	Fixed a "link" tag. 

2006-07-01 gustafn

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Fix to make oacs work with aolserver 4.5: pass default 
	output encoding via content_type to ns_startcontent in case 
	it is not specified 

2006-06-24 torbenb

	* packages/acs-lang/sql/oracle/ad-locales.sql:
	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.3.0d1-5.3.0d2.sql:
	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.3.0d1-5.3.0d2.sql:
	adding locales, currently used in the development of 
	accounting packages (from sql-ledger locales) 

	* packages/acs-lang/acs-lang.info:
	branches:  1.45.2; adding locales, currently used in the 
	development of accounting packages (from sql-ledger locales) 

2006-06-23 torbenb

	* packages/acs-lang/sql/oracle/ad-locales.sql:
	adding new locales for oracle 

	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	adding new locales for postgresql 

	* packages/acs-lang/acs-lang.info:
	adding new locales, needs version number bumped up for 
	upgrades 

	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.2.3b2-5.2.3b3.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.2.3b2-5.2.3b3.sql:
	adding upgrade script for new locales 

	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.2.3b2-5.2.3b3.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.2.3b2-5.2.3b3.sql:
	branches:  1.1.2; file upgrade-5.2.3b2-5.2.3b3.sql was 
	initially added on branch oacs-5-2. 

	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.2.3b2-5.2.3b3.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.2.3b2-5.2.3b3.sql:
	removing file meant for head instead of oacs-5-2 stable 

	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	reverting to 1.25.2.4 oacs-5-2 stable 

	* packages/acs-lang/sql/oracle/ad-locales.sql:
	reverting to 1.29.2.1 oacs-5-2 stable 

	* packages/acs-lang/acs-lang.info:
	reverting to 1.41.2.19 oacs-5-2 stable 

2006-06-21 gustafn

	* packages/acs-lang/tcl/localization-procs.tcl:
	branches:  1.18.2; fixing bug #2905 

	* packages/acs-lang/tcl/localization-procs.tcl:
	fixing 2905 

2006-06-20 gustafn

	* packages/acs-templating/tcl/richtext-procs.tcl:
	disable rich text editing for safari (fix for bug #2928) 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	disable rich text editing for safari in cvs head as well 
	(fix for bug #2928) 

2006-06-20 daveb

	* packages/acs-subsite/tcl/test/acs-subsite-procs.tcl:
	Add test to make sure someone did not accidentally add the 
	"Unregistered Visitor" to a group other than "The Public". 

2006-06-19 maltes

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Added support for extraheaders. Cleaned up a bit 

2006-06-16 roelc

	* packages/acs-subsite/lib/login.tcl:
	Set the email/username and password fields via css, some 
	versions of IE mismatch their lengths even if set via the 
	size attrib 

	* packages/acs-subsite/lib/login.tcl:
	branches:  1.26.2; Set the email/username and password 
	fields via css, some versions of IE mismatch their lengths 
	even if set via the size attrib 

2006-06-09 victorg

	* packages/acs-templating/tcl/test/parse-test-procs.tcl:
	Removing "&gt;&gt;&gt;&gt;&gt;&gt;" ( signs from the merge between oacs-5-2 
	and HEAD maybe ). 

2006-06-08 rocaelh

	* packages/acs-kernel/sql/postgresql/utilities-create.sql:
	fix on this no-used function that was preventing acs-kernel 
	to install in PG8.1.4 

2006-06-08 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-init.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Cleaning up ' acs-mail-lite is littered with partially &gt; 
	completed and essentially non-functional code (hard-wired 
	references to &gt; malte's home directory on one of his 
	servers, for instance)' that Don has complaining about and 
	he says it needs fixing. 

2006-06-07 rocaelh

	* packages/acs-core-docs/www/aolserver4.html:
	chaning to @aolserver.cvs.source... 

2006-06-06 gustafn

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/en.js:
	adding language files for OacsFs 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/de.js:
	branches:  1.1.2;  1.1.4; file de.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/en.js:
	branches:  1.1.2;  1.1.4; file en.js was initially added on 
	branch oacs-5-2. 

2006-06-06 donb

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	5.3 requires tcllib, so I removed base64 from this file. 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/de.js:
	file de.js was added on branch oacs-5-3 on 2006-12-14 
	13:55:11 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/en.js:
	file en.js was added on branch oacs-5-3 on 2006-12-14 
	13:55:11 +0000 

2006-06-05 donb

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml:
	Bumped the acs-core world (including catalog files) to 
	5.3.0d1. 

	* packages/acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml:
	branches:  1.10.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml:
	branches:  1.11.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml:
	branches:  1.12.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml:
	branches:  1.13.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml:
	branches:  1.14.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml:
	branches:  1.15.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml:
	branches:  1.16.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml:
	branches:  1.17.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-bootstrap-installer/installer.tcl:
	* packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml:
	branches:  1.19.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	branches:  1.20.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml:
	branches:  1.21.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/ref-timezones/ref-timezones.info:
	branches:  1.22.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml:
	branches:  1.23.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	branches:  1.24.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/search/search.info:
	branches:  1.25.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	branches:  1.26.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml:
	branches:  1.29.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.hi_IN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ind_ID.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.nn_NO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.no_NO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.pa_IN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ro_RO.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ru_RU.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.th_TH.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.tr_TR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.hi_IN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pa_IN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.hi_IN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pa_IN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.hi_IN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.pa_IN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.th_TH.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.hi_IN.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ind_ID.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.hi_IN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.pa_IN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ru_RU.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.sh_HR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.tr_TR.utf-8.xml:
	* packages/acs-translations/acs-translations.info:
	* packages/search/catalog/search.es_ES.ISO-8859-1.xml:
	* packages/search/catalog/search.nl_NL.ISO-8859-1.xml:
	* packages/search/catalog/search.pl_PL.utf-8.xml:
	branches:  1.3.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-service-contract/acs-service-contract.info:
	branches:  1.30.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-admin/acs-admin.info:
	branches:  1.32.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-templating/acs-templating.info:
	branches:  1.36.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	branches:  1.38.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.eu_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.fr_FR.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.hu_HU.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.ms_MY.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.pt_BR.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.zh_TW.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.eu_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ms_MY.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.eu_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ms_MY.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.eu_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ms_MY.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.eu_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ms_MY.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.pt_PT.ISO-8859-1.xml:
	branches:  1.4.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-tcl/acs-tcl.info:
	branches:  1.45.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ar_EG.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ar_LB.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.fa_IR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.th_TH.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.zh_CN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ar_LB.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.fi_FI.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ro_RO.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.zh_CN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml:
	branches:  1.5.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml:
	branches:  1.7.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ko_KR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.sh_HR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.tr_TR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml:
	branches:  1.8.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

	* packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.hu_HU.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ja_JP.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml:
	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	branches:  1.9.2; Bumped the acs-core world (including 
	catalog files) to 5.3.0d1. 

2006-06-04 donb

	* etc/backup.sh:
	* etc/config.tcl:
	* etc/keepalive/keepalive-config.tcl:
	* etc/keepalive/keepalive.sh:
	* packages/acs-admin/acs-admin.info:
	* packages/acs-admin/tcl/merge-procs.tcl:
	* packages/acs-admin/tcl/merge-procs.xql:
	* packages/acs-admin/www/apm/package-delete-2.tcl:
	* packages/acs-admin/www/apm/packages-install-4.tcl:
	* packages/acs-admin/www/install/install-4.tcl:
	* packages/acs-admin/www/install/install.tcl:
	* packages/acs-admin/www/resources/left.gif:
	* packages/acs-admin/www/resources/not_available.gif:
	* packages/acs-admin/www/resources/right.gif:
	* packages/acs-admin/www/resources/um-more-info.css:
	* packages/acs-admin/www/users/merge-confirm.adp:
	* packages/acs-admin/www/users/merge-confirm.tcl:
	* packages/acs-admin/www/users/merge-confirm.xql:
	* packages/acs-admin/www/users/merge-final.adp:
	* packages/acs-admin/www/users/merge-oracle.xql:
	* packages/acs-admin/www/users/merge-postgresql.xql:
	* packages/acs-admin/www/users/merge.adp:
	* packages/acs-admin/www/users/merge.xql:
	* packages/acs-admin/www/users/one.adp:
	* packages/acs-admin/www/users/search.tcl:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.en_AU.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.eu_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.fr_FR.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.hi_IN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.hu_HU.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ind_ID.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.ms_MY.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.nn_NO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.no_NO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.pa_IN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.pt_BR.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.ro_RO.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ru_RU.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.th_TH.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.tr_TR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.zh_TW.utf-8.xml:
	* packages/acs-authentication/tcl/apm-callback-procs.tcl:
	* packages/acs-authentication/tcl/local-procs.tcl:
	* packages/acs-authentication/tcl/local-procs.xql:
	* packages/acs-authentication/www/doc/ext-auth-install.html:
	* packages/acs-authentication/www/doc/ext-auth-ldap-install.html:
	* packages/acs-authentication/www/doc/ext-auth-pam-install.html:
	* packages/acs-authentication/www/doc/index.html:
	* packages/acs-authentication/www/doc/xml/install.xml:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-automated-testing/tcl/aa-test-procs-postgresql.xql:
	* packages/acs-automated-testing/tcl/aa-test-procs.tcl:
	* packages/acs-automated-testing/tcl/tclwebtest-procs.tcl:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-bootstrap-installer/installer/index.tcl:
	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/content-create.sql:
	* packages/acs-content-repository/sql/oracle/content-folder.sql:
	* packages/acs-content-repository/sql/oracle/content-image.sql:
	* packages/acs-content-repository/sql/oracle/content-item.sql:
	* packages/acs-content-repository/sql/oracle/content-keyword.sql:
	* packages/acs-content-repository/sql/oracle/packages-create.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b6-5.2.0b7.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0d16-5.2.0d17.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.2-5.2.3d1.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql:
	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	* packages/acs-content-repository/sql/postgresql/content-extlink.sql:
	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	* packages/acs-content-repository/sql/postgresql/content-revision.sql:
	* packages/acs-content-repository/sql/postgresql/content-schedule.sql:
	* packages/acs-content-repository/sql/postgresql/content-symlink.sql:
	* packages/acs-content-repository/sql/postgresql/content-template.sql:
	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	* packages/acs-content-repository/sql/postgresql/content-update.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a2-5.2.0a3.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a3-5.2.0a4.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b1-5.2.0b2.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b2-5.2.0b3.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b6-5.2.0b7.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b9-5.2.0b10.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d15-5.2.0a1.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d9-5.2.0d10.sql:
	* packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl:
	* packages/acs-content-repository/tcl/acs-content-repository-init.tcl:
	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/content-item-procs.xql:
	* packages/acs-content-repository/tcl/content-revision-procs-postgresql.xql:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-content-repository/tcl/content-symlink-procs.tcl:
	* packages/acs-content-repository/tcl/revision-procs.tcl:
	* packages/acs-content-repository/tcl/revision-procs.xql:
	* packages/acs-content-repository/tcl/test/content-folder-test-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-image-test-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/files/update-info.sh:
	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-core-docs/www/install-ssl.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/install-tclwebtest.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-vuh.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	* packages/acs-core-docs/www/upgrade.html:
	* packages/acs-core-docs/www/uptime.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/install-guide/aolserver4.xml:
	* packages/acs-core-docs/www/xml/install-guide/openacs.xml:
	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	* packages/acs-core-docs/www/xml/install-guide/postgres.xml:
	* packages/acs-core-docs/www/xml/releasing-openacs.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_AU.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.hi_IN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pa_IN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml:
	* packages/acs-kernel/sql/oracle/acs-relationships-create.sql:
	* packages/acs-kernel/sql/oracle/groups-body-create.sql:
	* packages/acs-kernel/sql/oracle/groups-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.5-5.2.0a1.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0b9-5.2.0b10.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d9-5.2.0d10.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	* packages/acs-kernel/sql/postgresql/acs-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-install.sql:
	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	* packages/acs-kernel/sql/postgresql/groups-body-create.sql:
	* packages/acs-kernel/sql/postgresql/groups-create.sql:
	* packages/acs-kernel/sql/postgresql/postgresql.sql:
	* packages/acs-kernel/sql/postgresql/rel-constraints-create.sql:
	* packages/acs-kernel/sql/postgresql/rel-segments-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.5-5.2.0a1.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b1-5.2.0b2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b10-5.2.0b11.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b9-5.2.0b10.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.2-5.2.3b1.sql:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-lang/catalog/acs-lang.ar_EG.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ar_LB.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.eu_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.fa_IR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.hi_IN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.hu_HU.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ja_JP.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ko_KR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ms_MY.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.pa_IN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.sh_HR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.th_TH.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.tr_TR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.zh_CN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml:
	* packages/acs-lang/sql/oracle/ad-locales.sql:
	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql:
	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.2.3d1-5.2.3d2.sql:
	* packages/acs-lang/tcl/lang-catalog-procs.tcl:
	* packages/acs-lang/tcl/lang-message-procs.tcl:
	* packages/acs-lang/tcl/lang-util-procs.tcl:
	* packages/acs-lang/tcl/locale-procs.tcl:
	* packages/acs-lang/www/admin/localized-message-new.tcl:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-messaging/sql/oracle/acs-messaging-packages.sql:
	* packages/acs-messaging/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_AU.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.eu_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.hi_IN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ms_MY.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pa_IN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.th_TH.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml:
	* packages/acs-subsite/lib/login.adp:
	* packages/acs-subsite/lib/login.tcl:
	* packages/acs-subsite/sql/oracle/site-node-selection.sql:
	* packages/acs-subsite/sql/oracle/upgrade/upgrade-5.1.2-5.1.3.sql:
	* packages/acs-subsite/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql:
	* packages/acs-subsite/sql/postgresql/site-node-selection.sql:
	* packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql:
	* packages/acs-subsite/tcl/callback-procs.tcl:
	* packages/acs-subsite/tcl/email-image-procs-oracle.xql:
	* packages/acs-subsite/tcl/email-image-procs-postgresql.xql:
	* packages/acs-subsite/tcl/email-image-procs.tcl:
	* packages/acs-subsite/tcl/email-image-procs.xql:
	* packages/acs-subsite/tcl/group-procs.xql:
	* packages/acs-subsite/tcl/party-procs.tcl:
	* packages/acs-subsite/tcl/party-procs.xql:
	* packages/acs-subsite/tcl/subsite-callback-procs.tcl:
	* packages/acs-subsite/www/admin/object-types/alphabetical-index.adp:
	* packages/acs-subsite/www/admin/object-types/alphabetical-index.tcl:
	* packages/acs-subsite/www/admin/object-types/index.adp:
	* packages/acs-subsite/www/admin/object-types/index.tcl:
	* packages/acs-subsite/www/admin/object-types/one.adp:
	* packages/acs-subsite/www/admin/site-map/application-new.tcl:
	* packages/acs-subsite/www/admin/site-map/index.tcl:
	* packages/acs-subsite/www/admin/site-map/package-new.tcl:
	* packages/acs-subsite/www/permissions/perm-user-add-include.tcl:
	* packages/acs-subsite/www/permissions/perm-user-add.tcl:
	* packages/acs-subsite/www/permissions/toggle-inherit.tcl:
	* packages/acs-subsite/www/pvt/home.tcl:
	* packages/acs-subsite/www/pvt/home.xql:
	* packages/acs-subsite/www/register/user-join.tcl:
	* packages/acs-subsite/www/resources/site-master.css:
	* packages/acs-subsite/www/user/portrait/upload-2.xql:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_AU.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.eu_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.hi_IN.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ind_ID.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ms_MY.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml:
	* packages/acs-tcl/lib/ad-return-complaint.adp:
	* packages/acs-tcl/lib/page-error.tcl:
	* packages/acs-tcl/tcl/20-memoize-init.tcl:
	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	* packages/acs-tcl/tcl/application-data-link-procs-oracle.xql:
	* packages/acs-tcl/tcl/application-data-link-procs-postgresql.xql:
	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	* packages/acs-tcl/tcl/application-data-link-procs.xql:
	* packages/acs-tcl/tcl/application-link-procs.tcl:
	* packages/acs-tcl/tcl/community-core-procs.tcl:
	* packages/acs-tcl/tcl/community-core-procs.xql:
	* packages/acs-tcl/tcl/install-procs.tcl:
	* packages/acs-tcl/tcl/membership-rel-procs-oracle.xql:
	* packages/acs-tcl/tcl/membership-rel-procs-postgresql.xql:
	* packages/acs-tcl/tcl/membership-rel-procs.tcl:
	* packages/acs-tcl/tcl/memoize-procs.tcl:
	* packages/acs-tcl/tcl/pdf-procs.tcl:
	* packages/acs-tcl/tcl/server-cluster-procs.tcl:
	* packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl:
	* packages/acs-tcl/tcl/tcl-documentation-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-templating/catalog/acs-templating.ar_LB.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.en_AU.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.eu_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.fi_FI.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.hi_IN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ms_MY.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.pa_IN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.pt_PT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ro_RO.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ru_RU.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.sh_HR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.tr_TR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.zh_CN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml:
	* packages/acs-templating/resources/forms/accessible-forms.adp:
	* packages/acs-templating/resources/forms/inline.adp:
	* packages/acs-templating/resources/lists/course-filters.adp:
	* packages/acs-templating/resources/lists/select-menu.adp:
	* packages/acs-templating/tcl/date-procs.tcl:
	* packages/acs-templating/tcl/list-procs.tcl:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	* packages/acs-templating/tcl/test/date-procs.tcl:
	* packages/acs-templating/tcl/test/parse-test-procs.tcl:
	* packages/acs-templating/tcl/util-procs.tcl:
	* packages/acs-templating/www/resources/calendar.gif:
	* packages/acs-templating/www/resources/mktree.js:
	* packages/acs-templating/www/resources/xinha-nightly/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/Extended.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-body.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-menu.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example.html:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.css:
	* packages/acs-templating/www/resources/xinha-nightly/images/fr/bold.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/fr/strikethrough.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/fr/underline.gif:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/sh.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/sr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/imagelist.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/InsertPicture.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/insert-picture.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/InsertSnippet.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/img/ed_snippet.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/insert-snippet.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/popups/insertsnippet.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/list-type.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/empty:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.adp:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.adp:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.tcl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.tcl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/popups/paste_text.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/aspell_setup.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/about.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/skin.css:
	* packages/acs-translations/acs-translations.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/ref-timezones/sql/postgresql/ref-timezones-create.sql:
	* packages/ref-timezones/sql/postgresql/upgrade/upgrade-5.2.2-5.2.3b1.sql:
	* packages/search/catalog/search.es_ES.ISO-8859-1.xml:
	* packages/search/catalog/search.nl_NL.ISO-8859-1.xml:
	* packages/search/catalog/search.pl_PL.utf-8.xml:
	* packages/search/search.info:
	* packages/search/tcl/search-procs.tcl:
	* packages/search/www/search.adp:
	* packages/search/www/search.tcl:
	* www/blank-master.tcl:
	* www/site-master.adp:
	Merged acs-core oacs-5-2 (currently 5.2.3) -&gt; HEAD.  TODO:  
	1. Bump acs-core package version numbers to 5.3.0d1 2. Would 
	be nice to do a test install, wouldn't it? 

	* packages/acs-subsite/www/resources/core.js:
	branches:  1.10.2; Merged acs-core oacs-5-2 (currently 
	5.2.3) -&gt; HEAD.  TODO:  1. Bump acs-core package version 
	numbers to 5.3.0d1 2. Would be nice to do a test install, 
	wouldn't it? 

	* packages/acs-subsite/www/shared/parameters.tcl:
	branches:  1.11.2; Merged acs-core oacs-5-2 (currently 
	5.2.3) -&gt; HEAD.  TODO:  1. Bump acs-core package version 
	numbers to 5.3.0d1 2. Would be nice to do a test install, 
	wouldn't it? 

	* packages/acs-subsite/www/user/portrait/upload-2.tcl:
	branches:  1.12.2; Merged acs-core oacs-5-2 (currently 
	5.2.3) -&gt; HEAD.  TODO:  1. Bump acs-core package version 
	numbers to 5.3.0d1 2. Would be nice to do a test install, 
	wouldn't it? 

	* packages/acs-subsite/lib/user-new.tcl:
	branches:  1.14.2; Merged acs-core oacs-5-2 (currently 
	5.2.3) -&gt; HEAD.  TODO:  1. Bump acs-core package version 
	numbers to 5.3.0d1 2. Would be nice to do a test install, 
	wouldn't it? 

	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	* readme.txt:
	branches:  1.15.2; Merged acs-core oacs-5-2 (currently 
	5.2.3) -&gt; HEAD.  TODO:  1. Bump acs-core package version 
	numbers to 5.3.0d1 2. Would be nice to do a test install, 
	wouldn't it? 

	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	branches:  1.17.2; Merged acs-core oacs-5-2 (currently 
	5.2.3) -&gt; HEAD.  TODO:  1. Bump acs-core package version 
	numbers to 5.3.0d1 2. Would be nice to do a test install, 
	wouldn't it? 

	* packages/acs-templating/resources/lists/table.adp:
	* www/blank-master.adp:
	branches:  1.19.2; Merged acs-core oacs-5-2 (currently 
	5.2.3) -&gt; HEAD.  TODO:  1. Bump acs-core package version 
	numbers to 5.3.0d1 2. Would be nice to do a test install, 
	wouldn't it? 

	* packages/acs-admin/www/users/merge-final.tcl:
	* packages/acs-admin/www/users/merge.tcl:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	* packages/acs-lang/catalog/acs-lang.en_AU.ISO-8859-1.xml:
	* packages/acs-templating/resources/lists/courses.adp:
	* packages/search/catalog/search.de_DE.ISO-8859-1.xml:
	branches:  1.2.2; Merged acs-core oacs-5-2 (currently 5.2.3) 
	-&gt; HEAD.  TODO:  1. Bump acs-core package version numbers to 
	5.3.0d1 2. Would be nice to do a test install, wouldn't it? 

	* packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml:
	* packages/acs-subsite/www/pvt/home.adp:
	branches:  1.21.2; Merged acs-core oacs-5-2 (currently 
	5.2.3) -&gt; HEAD.  TODO:  1. Bump acs-core package version 
	numbers to 5.3.0d1 2. Would be nice to do a test install, 
	wouldn't it? 

	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	branches:  1.26.2; Merged acs-core oacs-5-2 (currently 
	5.2.3) -&gt; HEAD.  TODO:  1. Bump acs-core package version 
	numbers to 5.3.0d1 2. Would be nice to do a test install, 
	wouldn't it? 

	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	branches:  1.26.6; Merged acs-core oacs-5-2 (currently 
	5.2.3) -&gt; HEAD.  TODO:  1. Bump acs-core package version 
	numbers to 5.3.0d1 2. Would be nice to do a test install, 
	wouldn't it? 

	* packages/acs-bootstrap-installer/bootstrap.tcl:
	* packages/acs-subsite/tcl/group-procs.tcl:
	branches:  1.27.2; Merged acs-core oacs-5-2 (currently 
	5.2.3) -&gt; HEAD.  TODO:  1. Bump acs-core package version 
	numbers to 5.3.0d1 2. Would be nice to do a test install, 
	wouldn't it? 

	* etc/keepalive/keepalive-cron.sh:
	branches:  1.3.2; Merged acs-core oacs-5-2 (currently 5.2.3) 
	-&gt; HEAD.  TODO:  1. Bump acs-core package version numbers to 
	5.3.0d1 2. Would be nice to do a test install, wouldn't it? 

	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/cvs-resources.html:
	* packages/acs-core-docs/www/openacs-cvs-concepts.html:
	* packages/acs-core-docs/www/using-cvs-with-openacs.html:
	branches:  1.3.6; Merged acs-core oacs-5-2 (currently 5.2.3) 
	-&gt; HEAD.  TODO:  1. Bump acs-core package version numbers to 
	5.3.0d1 2. Would be nice to do a test install, wouldn't it? 

	* packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.js:
	branches:  1.4.2; Merged acs-core oacs-5-2 (currently 5.2.3) 
	-&gt; HEAD.  TODO:  1. Bump acs-core package version numbers to 
	5.3.0d1 2. Would be nice to do a test install, wouldn't it? 

	* packages/acs-tcl/lib/complain.adp:
	branches:  1.4.4; Merged acs-core oacs-5-2 (currently 5.2.3) 
	-&gt; HEAD.  TODO:  1. Bump acs-core package version numbers to 
	5.3.0d1 2. Would be nice to do a test install, wouldn't it? 

	* packages/acs-subsite/www/o.vuh:
	branches:  1.4.6; Merged acs-core oacs-5-2 (currently 5.2.3) 
	-&gt; HEAD.  TODO:  1. Bump acs-core package version numbers to 
	5.3.0d1 2. Would be nice to do a test install, wouldn't it? 

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	branches:  1.47.2; Merged acs-core oacs-5-2 (currently 
	5.2.3) -&gt; HEAD.  TODO:  1. Bump acs-core package version 
	numbers to 5.3.0d1 2. Would be nice to do a test install, 
	wouldn't it? 

	* packages/acs-api-browser/lib/search.tcl:
	* packages/acs-content-repository/sql/common/mime-type-data.sql:
	branches:  1.5.2; Merged acs-core oacs-5-2 (currently 5.2.3) 
	-&gt; HEAD.  TODO:  1. Bump acs-core package version numbers to 
	5.3.0d1 2. Would be nice to do a test install, wouldn't it? 

	* packages/acs-bootstrap-installer/db-init-checks-oracle.tcl:
	branches:  1.6.2; Merged acs-core oacs-5-2 (currently 5.2.3) 
	-&gt; HEAD.  TODO:  1. Bump acs-core package version numbers to 
	5.3.0d1 2. Would be nice to do a test install, wouldn't it? 

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	branches:  1.63.2; Merged acs-core oacs-5-2 (currently 
	5.2.3) -&gt; HEAD.  TODO:  1. Bump acs-core package version 
	numbers to 5.3.0d1 2. Would be nice to do a test install, 
	wouldn't it? 

	* packages/acs-subsite/www/admin/object-types/one.tcl:
	branches:  1.7.12; Merged acs-core oacs-5-2 (currently 
	5.2.3) -&gt; HEAD.  TODO:  1. Bump acs-core package version 
	numbers to 5.3.0d1 2. Would be nice to do a test install, 
	wouldn't it? 

	* ChangeLog:
	* packages/acs-subsite/www/permissions/perm-include.tcl:
	* packages/acs-templating/www/resources/lists.css:
	branches:  1.7.2; Merged acs-core oacs-5-2 (currently 5.2.3) 
	-&gt; HEAD.  TODO:  1. Bump acs-core package version numbers to 
	5.3.0d1 2. Would be nice to do a test install, wouldn't it? 

	* packages/acs-authentication/tcl/authentication-procs.tcl:
	branches:  1.74.2; Merged acs-core oacs-5-2 (currently 
	5.2.3) -&gt; HEAD.  TODO:  1. Bump acs-core package version 
	numbers to 5.3.0d1 2. Would be nice to do a test install, 
	wouldn't it? 

	* packages/acs-subsite/tcl/apm-callback-procs.tcl:
	branches:  1.8.2; Merged acs-core oacs-5-2 (currently 5.2.3) 
	-&gt; HEAD.  TODO:  1. Bump acs-core package version numbers to 
	5.3.0d1 2. Would be nice to do a test install, wouldn't it? 

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	branches:  1.85.2; Merged acs-core oacs-5-2 (currently 
	5.2.3) -&gt; HEAD.  TODO:  1. Bump acs-core package version 
	numbers to 5.3.0d1 2. Would be nice to do a test install, 
	wouldn't it? 

2006-06-03 donb

	* packages/search/tcl/search-procs.tcl:
	Someone modified this file and committed it without even 
	bothering to see if it would compile without errror ... 

	* packages/acs-tcl/tcl/md5-procs.tcl:
	branches:  1.2.2; HEAD requires Tcllib which includes these. 
	 HEAD wasn't installing correctly and rather than try to 
	cleverly look for Tcllib etc just removed them. 

	* packages/acs-tcl/tcl/base64-procs.tcl:
	* packages/acs-tcl/tcl/mime-procs.tcl:
	branches:  1.3.2; HEAD requires Tcllib which includes these. 
	 HEAD wasn't installing correctly and rather than try to 
	cleverly look for Tcllib etc just removed them. 

	* packages/acs-tcl/tcl/base64-procs.tcl:
	file base64-procs.tcl was added on branch oacs-5-3 on 
	2006-12-14 13:55:10 +0000 

	* packages/acs-tcl/tcl/md5-procs.tcl:
	file md5-procs.tcl was added on branch oacs-5-3 on 
	2006-12-14 13:55:10 +0000 

	* packages/acs-tcl/tcl/mime-procs.tcl:
	file mime-procs.tcl was added on branch oacs-5-3 on 
	2006-12-14 13:55:10 +0000 

2006-06-02 skaufman

	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	adding missing messages 

2006-06-02 donb

	* packages/acs-tcl/acs-tcl.info:
	Tagged acs-tcl HEAD as 5.3.0d1 because contacts needs 
	5.2.3b3 or better 

2006-06-01 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	The name of the user should be in paranthesis when sending 
	an e-mail 

2006-05-31 daveb

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/content-revision-procs-oracle.xql:
	* packages/acs-content-repository/tcl/content-revision-procs-postgresql.xql:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-content-repository/tcl/content-revision-procs.xql:
	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	* packages/acs-content-repository/tcl/test/test.html:
	Add -tmp_filename parameter to content::item::new and 
	content::revision::new to handle file uploads at a low level 
	with the cr tcl api. You still need to figure out the mime 
	type and cotent type (image,etc.) before calling 
	content::item::new. A convenience wrapper should be written 
	if you need that feature. (that would replace 
	cr_import_content, it think.) 

	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	Fix typo in test procs. 

	* packages/acs-kernel/sql/oracle/acs-metadata-create.sql:
	Remove duplicate "default" in package definition. 

2006-05-30 victorg

	* packages/acs-authentication/catalog/acs-authentication.th_TH.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml:
	* packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.en_AU.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.pt_BR.ISO-8859-1.xml:
	Catalogs from translate.openacs.org for pacakges NOT 
	included in the OpenACS Core 

	* packages/acs-mail-lite/catalog/acs-mail-lite.de_DE.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.es_ES.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.pl_PL.utf-8.xml:
	* packages/notifications/catalog/notifications.hi_IN.utf-8.xml:
	* packages/notifications/catalog/notifications.ro_RO.utf-8.xml:
	branches:  1.1.2.1.4; Catalogs from translate.openacs.org 
	for pacakges NOT included in the OpenACS Core 

	* packages/acs-authentication/catalog/acs-authentication.th_TH.utf-8.xml:
	branches:  1.1.2; file acs-authentication.th_TH.utf-8.xml 
	was initially added on branch oacs-5-2. 

	* packages/acs-mail-lite/catalog/acs-mail-lite.es_ES.ISO-8859-1.xml:
	branches:  1.1.2; file acs-mail-lite.es_ES.ISO-8859-1.xml 
	was initially added on branch oacs-5-2. 

	* packages/acs-mail-lite/catalog/acs-mail-lite.pl_PL.utf-8.xml:
	branches:  1.1.2; file acs-mail-lite.pl_PL.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/notifications/catalog/notifications.hi_IN.utf-8.xml:
	branches:  1.1.2; file notifications.hi_IN.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/notifications/catalog/notifications.ro_RO.utf-8.xml:
	branches:  1.1.2; file notifications.ro_RO.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/notifications/catalog/notifications.es_CO.ISO-8859-1.xml:
	branches:  1.1.4.2.4; Catalogs from translate.openacs.org 
	for pacakges NOT included in the OpenACS Core 

	* packages/notifications/catalog/notifications.it_IT.ISO-8859-1.xml:
	branches:  1.10.2.1.4; Catalogs from translate.openacs.org 
	for pacakges NOT included in the OpenACS Core 

	* packages/notifications/catalog/notifications.sv_SE.ISO-8859-1.xml:
	branches:  1.11.2.1.4; Catalogs from translate.openacs.org 
	for pacakges NOT included in the OpenACS Core 

	* packages/notifications/catalog/notifications.da_DK.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml:
	branches:  1.13.2.1.4; Catalogs from translate.openacs.org 
	for pacakges NOT included in the OpenACS Core 

	* packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.ca_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.eu_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.ms_MY.utf-8.xml:
	branches:  1.2.2.1.4; Catalogs from translate.openacs.org 
	for pacakges NOT included in the OpenACS Core 

	* packages/notifications/catalog/notifications.ar_EG.utf-8.xml:
	* packages/notifications/catalog/notifications.ar_LB.utf-8.xml:
	* packages/notifications/catalog/notifications.es_GT.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.hu_HU.utf-8.xml:
	* packages/notifications/catalog/notifications.ko_KR.utf-8.xml:
	* packages/notifications/catalog/notifications.nn_NO.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.pl_PL.utf-8.xml:
	* packages/notifications/catalog/notifications.ru_RU.utf-8.xml:
	* packages/notifications/catalog/notifications.zh_CN.utf-8.xml:
	branches:  1.3.2.1.4; Catalogs from translate.openacs.org 
	for pacakges NOT included in the OpenACS Core 

	* packages/notifications/catalog/notifications.fr_FR.ISO-8859-1.xml:
	branches:  1.4.2.1.4; Catalogs from translate.openacs.org 
	for pacakges NOT included in the OpenACS Core 

	* packages/notifications/catalog/notifications.ast_ES.ISO-8859-1.xml:
	branches:  1.5.2.1.4; Catalogs from translate.openacs.org 
	for pacakges NOT included in the OpenACS Core 

	* packages/notifications/catalog/notifications.fi_FI.utf-8.xml:
	* packages/notifications/catalog/notifications.pt_PT.ISO-8859-1.xml:
	branches:  1.6.2.1.4; Catalogs from translate.openacs.org 
	for pacakges NOT included in the OpenACS Core 

	* packages/notifications/catalog/notifications.gl_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.no_NO.ISO-8859-1.xml:
	branches:  1.8.2.1.4; Catalogs from translate.openacs.org 
	for pacakges NOT included in the OpenACS Core 

2006-05-29 victorg

	* packages/acs-templating/acs-templating.info:
	Taking up the version to 5.2.3 

2006-05-28 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Minot change 

2006-05-26 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-translations/acs-translations.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Openacs 5.2.3 release 

2006-05-25 victorg

	* packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml:
	* packages/search/catalog/search.es_ES.ISO-8859-1.xml:
	* packages/search/catalog/search.pl_PL.utf-8.xml:
	Adding some new translations ( translations during the last 
	3 weeks ) from translate.openacs.org. For openacs core 
	packages only. 

	* packages/search/catalog/search.pl_PL.utf-8.xml:
	branches:  1.1.2; file search.pl_PL.utf-8.xml was initially 
	added on branch oacs-5-2. 

2006-05-25 tracya

	* packages/notifications/tcl/notification-email-procs.tcl:
	ticket 2880= anonymous post option send out notification 
	from poster's email pending 

2006-05-24 victorg

	* packages/acs-templating/resources/forms/accessible-forms.adp:
	Adding new FormStype - accessible-forms. Basically its a 
	copy from the inline formstyle with some modifications: some 
	&lt;br&gt; to have it vertically (and not horizontally) and some 
	&lt;label&gt; tags. Provided by Olga Santos (ocsantos@dia.uned.es) 

	* packages/acs-templating/resources/forms/accessible-forms.adp:
	branches:  1.1.2; file accessible-forms.adp was initially 
	added on branch oacs-5-2. 

2006-05-22 maltes

	* packages/acs-subsite/tcl/group-procs.tcl:
	Added group::group_p function 

2006-05-21 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Added group sending support 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Enabled support for party_ids also containing groups 

2006-05-21 donb

	* packages/acs-subsite/lib/login.adp:
	Removed a dangling &lt;/p&gt; that was found by Olga. 

	* packages/acs-templating/resources/forms/inline.adp:
	Removed a dangling &lt;/table&gt; (found by Olga) 

2006-05-20 donb

	* etc/config.tcl:
	Changed db pool config to keep handles open forever rather 
	than a billion seconds.  A billion seconds from mid-May 2006 
	is 2038, so folks were running into the Unix Y2.038K bug a 
	few decades early.  That billion number was originally 
	picked because 0 (keep open forever) didn't work in earlier 
	versions of AOLserver.  Early versions of the Oracle client 
	interface on Linux used to hang when the handle was closed, 
	thus the need to keep them open "forever".  Turns out it's a 
	good idea anyway if the db library and the appropriate db 
	driver for AOLserver don't leak memory.  Both PG and Oracle 
	have been well-behaved in this respect, so we just keep the 
	db handles open indefinitely by default. 

2006-05-19 gustafn

	* packages/acs-templating/tcl/richtext-procs.tcl:
	* www/blank-master.adp:
	* www/blank-master.tcl:
	Provide means for a more detailed configuration of the xinha 
	widget (e.g. to reduce toolbar, to configure plugins, etc.) 

2006-05-17 vinodk

	* packages/acs-automated-testing/tcl/aa-test-procs.tcl:
	aa_export_vars takes a list of arguments 

2006-05-16 gustafn

	* packages/acs-templating/www/resources/mktree.js:
	Avoid multiple registry of convertTrees, causing multiple 
	+/- bullets be displayed, when the .js file is loaded 
	multiple times. Some recent changes in dotlrn causes now 
	mktree to be sourced from the dotlrn-main-portlet via 
	dotlrn_master__header_stuff; tested with safari, firefox 
	1.5, firefox 1.0 and IE 6.0 

2006-05-15 maltes

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Upgraded version to be on the save side for dependencies. 
	FIxed boolean logic mistake 

	* packages/acs-templating/acs-templating.info:
	You need to bump the version number for new parameters to be 
	loaded into the database 

2006-05-14 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Support for using party_ids instead of email addresses with 
	complex_send. Upgraded callback 

2006-05-14 gustafn

	* packages/acs-templating/acs-templating.info:
	* packages/acs-templating/tcl/richtext-procs.tcl:
	Added two package parameters: RichTextEditor (values "rte" 
	or "xinha") and XinhaDefaultPlugins (list of plugins to be 
	used per default, when xinha is selected) Per default the 
	behavior is unchanged, rte is used. 

2006-05-13 roelc

	* packages/acs-subsite/tcl/email-image-procs-oracle.xql:
	* packages/acs-subsite/tcl/email-image-procs-postgresql.xql:
	* packages/acs-subsite/tcl/email-image-procs.tcl:
	* packages/acs-subsite/tcl/email-image-procs.xql:
	Fixed edit_email identifiers in tcl and xql files 

2006-05-13 maltes

	* packages/acs-subsite/tcl/party-procs.tcl:
	* packages/acs-subsite/tcl/party-procs.xql:
	* packages/acs-tcl/tcl/community-core-procs.tcl:
	* packages/acs-tcl/tcl/community-core-procs.xql:
	Added party::name and enhanced person::name 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql:
	move to using smtp for complex_send. Support for single_mail 
	flag. Support for bcc and cc emails 

2006-05-11 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Added support to send files from the filesystem instead of 
	cr_items to complex_send 

2006-05-09 maltes

	* packages/acs-translations/acs-translations.info:
	Fixed version numbers and make sure we provide 5.2.3b2 

2006-05-08 donb

	* packages/acs-subsite/acs-subsite.info:
	Added missing dependency 

	* packages/acs-lang/acs-lang.info:
	* packages/acs-translations/acs-translations.info:
	acs-translations is required by core packages (i.e. 
	acs-subsite), but was not made part of acs-core in 
	CVSROOT/modules.  As a core package, I have given it the 
	current 5.2.3b2 version number, and I made acs-lang depend 
	on it.  And I made acs-subsite depend on acs-lang, as it 
	should. 

2006-05-05 daveb

	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	Add test for content::item::rename for bug#2906. 

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	Call content_item__edit_name instead of 
	content_item__rename. Fixed bug#2906. 

2006-05-03 maltes

	* packages/acs-mail-lite/acs-mail-lite.info:
	Added support for including files in e-mail sending from a 
	predefined folder. This is useful if you want to have the 
	option to include some marketing or legal documents in most 
	of your e-mails 

2006-05-03 donb

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Committing openacs 5.2.3 release candidate 1 (named beta 2 
	because we don't support "rc" versions properly within the 
	toolkit, something that should change) 

	* ChangeLog:
	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-core-docs/www/xml/variables.ent:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Need to finish release work on Linux, since OS/X "cp" has no 
	option to only copy new versions of files. 

2006-05-02 leed

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	Fixed a problem in callbacks; implementations always call 
	the contract definitions arg parser, but in the case where 
	the contract only had positional arguments the arg parser 
	was not defined. 

2006-05-01 victorg

	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.en_AU.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.eu_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.fr_FR.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.hi_IN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.hu_HU.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ind_ID.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.ms_MY.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.nn_NO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.no_NO.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.pa_IN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.pt_BR.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.ro_RO.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.ru_RU.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.tr_TR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.zh_TW.utf-8.xml:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_AU.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.hi_IN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pa_IN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-lang/catalog/acs-lang.ar_EG.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ar_LB.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.en_AU.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.eu_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.fa_IR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.hi_IN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.hu_HU.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ja_JP.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ko_KR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ms_MY.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.pa_IN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.sh_HR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.th_TH.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.tr_TR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.zh_CN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_AU.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.eu_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.hi_IN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ms_MY.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pa_IN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.th_TH.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_AU.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.eu_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.hi_IN.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ind_ID.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ms_MY.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-templating/catalog/acs-templating.ar_LB.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.en_AU.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.eu_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.fi_FI.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.hi_IN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ms_MY.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.pa_IN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.pt_PT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ro_RO.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ru_RU.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.sh_HR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.tr_TR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.zh_CN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml:
	* packages/search/catalog/search.de_DE.ISO-8859-1.xml:
	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	* packages/search/catalog/search.es_ES.ISO-8859-1.xml:
	* packages/search/catalog/search.nl_NL.ISO-8859-1.xml:
	* packages/search/search.info:
	Updating translations from translate.openacs.org taking up 
	version to 5.2.3b2 

	* packages/acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml:
	branches:  1.1.2; file acs-authentication.el_GR.utf-8.xml 
	was initially added on branch oacs-5-2. 

	* packages/acs-authentication/catalog/acs-authentication.hi_IN.utf-8.xml:
	branches:  1.1.2; file acs-authentication.hi_IN.utf-8.xml 
	was initially added on branch oacs-5-2. 

	* packages/acs-authentication/catalog/acs-authentication.ind_ID.utf-8.xml:
	branches:  1.1.2; file acs-authentication.ind_ID.utf-8.xml 
	was initially added on branch oacs-5-2. 

	* packages/acs-authentication/catalog/acs-authentication.nn_NO.ISO-8859-1.xml:
	branches:  1.1.2; file 
	acs-authentication.nn_NO.ISO-8859-1.xml was initially added 
	on branch oacs-5-2. 

	* packages/acs-authentication/catalog/acs-authentication.no_NO.ISO-8859-1.xml:
	branches:  1.1.2; file 
	acs-authentication.no_NO.ISO-8859-1.xml was initially added 
	on branch oacs-5-2. 

	* packages/acs-authentication/catalog/acs-authentication.pa_IN.utf-8.xml:
	branches:  1.1.2; file acs-authentication.pa_IN.utf-8.xml 
	was initially added on branch oacs-5-2. 

	* packages/acs-authentication/catalog/acs-authentication.ro_RO.utf-8.xml:
	branches:  1.1.2; file acs-authentication.ro_RO.utf-8.xml 
	was initially added on branch oacs-5-2. 

	* packages/acs-authentication/catalog/acs-authentication.ru_RU.utf-8.xml:
	branches:  1.1.2; file acs-authentication.ru_RU.utf-8.xml 
	was initially added on branch oacs-5-2. 

	* packages/acs-authentication/catalog/acs-authentication.tr_TR.utf-8.xml:
	branches:  1.1.2; file acs-authentication.tr_TR.utf-8.xml 
	was initially added on branch oacs-5-2. 

	* packages/acs-kernel/catalog/acs-kernel.hi_IN.utf-8.xml:
	branches:  1.1.2; file acs-kernel.hi_IN.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/acs-kernel/catalog/acs-kernel.pa_IN.utf-8.xml:
	branches:  1.1.2; file acs-kernel.pa_IN.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/acs-lang/catalog/acs-lang.hi_IN.utf-8.xml:
	branches:  1.1.2; file acs-lang.hi_IN.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/acs-lang/catalog/acs-lang.pa_IN.utf-8.xml:
	branches:  1.1.2; file acs-lang.pa_IN.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/acs-subsite/catalog/acs-subsite.hi_IN.utf-8.xml:
	branches:  1.1.2; file acs-subsite.hi_IN.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/acs-subsite/catalog/acs-subsite.pa_IN.utf-8.xml:
	branches:  1.1.2; file acs-subsite.pa_IN.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/acs-subsite/catalog/acs-subsite.th_TH.utf-8.xml:
	branches:  1.1.2; file acs-subsite.th_TH.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/acs-tcl/catalog/acs-tcl.hi_IN.utf-8.xml:
	branches:  1.1.2; file acs-tcl.hi_IN.utf-8.xml was initially 
	added on branch oacs-5-2. 

	* packages/acs-tcl/catalog/acs-tcl.ind_ID.utf-8.xml:
	branches:  1.1.2; file acs-tcl.ind_ID.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/catalog/acs-templating.hi_IN.utf-8.xml:
	branches:  1.1.2; file acs-templating.hi_IN.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/catalog/acs-templating.pa_IN.utf-8.xml:
	branches:  1.1.2; file acs-templating.pa_IN.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/catalog/acs-templating.ru_RU.utf-8.xml:
	branches:  1.1.2; file acs-templating.ru_RU.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/catalog/acs-templating.sh_HR.utf-8.xml:
	branches:  1.1.2; file acs-templating.sh_HR.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/catalog/acs-templating.tr_TR.utf-8.xml:
	branches:  1.1.2; file acs-templating.tr_TR.utf-8.xml was 
	initially added on branch oacs-5-2. 

	* packages/search/catalog/search.nl_NL.ISO-8859-1.xml:
	branches:  1.1.2; file search.nl_NL.ISO-8859-1.xml was 
	initially added on branch oacs-5-2. 

2006-04-27 matthewg

	* packages/acs-subsite/www/resources/core.js:
	adding showCalendarWithDefault javascript proc so that a 
	default date can be set when the calendar first pops up 

	* packages/acs-templating/tcl/date-procs.tcl:
	adding textdate widget and associated transform, validate 
	and util procs 

	* packages/acs-templating/tcl/date-procs.tcl:
	changing textdate showCalendar javascript proc to 
	showCalendarWithDefault and setting the default date the 
	calendar should go to 

	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/acs-templating/tcl/date-procs.tcl:
	localizing validation errors for date and textdate widgets 

2006-04-25 hamiltonc

	* packages/acs-subsite/www/resources/core.js:
	apply fixes to get the mini calendar dhtml popup to work 

2006-04-21 emmar

	* packages/acs-templating/tcl/richtext-procs.tcl:
	substitute single-quote to double-quote for quoting atribute 
	value of richtext element (#2882) 

2006-04-19 roelc

	* packages/acs-content-repository/sql/postgresql/content-extlink.sql:
	content_name should be content__name 

2006-04-18 eduardop

	* packages/acs-subsite/tcl/email-image-procs.tcl:
	remove faulty email_image::check_image_magick function and 
	just test for it when exec 

2006-04-14 donb

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	Fixed bug #2768 by backporting the fix from HEAD to 5.2 

2006-04-10 emmar

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql:
	branches:  1.1.2; file upgrade-5.2.3d1-5.2.3d2.sql was 
	initially added on branch oacs-5-2. 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql:
	replacing content_template for package_id param 

2006-04-10 donb

	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	Applied patch supplied by Jeff Davis. 

2006-04-09 donb

	* packages/acs-subsite/acs-subsite.info:
	1. Bumped version to 5.2.3b1 2. Removed dependency made by 
	Malte on acs-translations, a package that    has not been 
	added to acs-core, and which is currently empty on HEAD    
	as well as the 5.2 branch.  When it does something, restore 
	the dependency    and add the package to acs-core. 

	* packages/acs-bootstrap-installer/bootstrap.tcl:
	Added check to make certain that xotcl-core is not sourced 
	unless the xotcl aolserver module has been loaded. 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Bumped version to 5.2.3b1 

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-resources.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-core-docs/www/install-ssl.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/install-tclwebtest.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-cvs-concepts.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-vuh.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	* packages/acs-core-docs/www/upgrade.html:
	* packages/acs-core-docs/www/uptime.html:
	* packages/acs-core-docs/www/using-cvs-with-openacs.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	Generated HTML files for 5.2.3b1 

	* packages/acs-core-docs/www/xml/variables.ent:
	Version bump to 5.2.3b1 

2006-04-08 jiml

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	added basic info about defining and using callbacks to 
	docstring of ad_proc 

2006-04-07 donb

	* packages/acs-bootstrap-installer/bootstrap.tcl:
	Added patch to load xotcl-core packages if xotcl-core exists 

	* packages/acs-content-repository/sql/postgresql/content-update.sql:
	Fixed "bug" #2646.  This code wasn't actually executed since 
	the relevant table's created explicitly in another script 
	... 

	* packages/acs-content-repository/sql/postgresql/content-schedule.sql:
	Fixed "bug" #2747.  The code was never called and was just a 
	stub that hadn't been ported to PG, but I removed it so 
	future people with sharp eyes don't look at it and report 
	the "bug" again. 

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	Fixed bug #2745 

	* packages/ref-timezones/sql/postgresql/ref-timezones-create.sql:
	* packages/ref-timezones/sql/postgresql/upgrade/upgrade-5.2.2-5.2.3b1.sql:
	Fixed bug #2748 

	* packages/ref-timezones/ref-timezones.info:
	* packages/ref-timezones/sql/postgresql/ref-timezones-create.sql:
	* packages/ref-timezones/sql/postgresql/upgrade/upgrade-5.2.2-5.2.3b1.sql:
	Fixed bug #2749. 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.2-5.2.3b1.sql:
	Forgot to cvs add my upgrade file ... 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.2-5.2.3b1.sql:
	* packages/ref-timezones/sql/postgresql/upgrade/upgrade-5.2.2-5.2.3b1.sql:
	branches:  1.1.2; file upgrade-5.2.2-5.2.3b1.sql was 
	initially added on branch oacs-5-2. 

2006-04-04 maltes

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	Fixing file upload, storing the full filename as the title, 
	getting rid of the problem of the regsub killing some 
	characters 

2006-03-31 hamiltonc

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	fix for bug 2843, this bug causes problems when trying to 
	change authentication parameters 

2006-03-30 maltes

	* etc/backup.sh:
	Added vaccumdb to backup 

2006-03-30 emmar

	* packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml:
	fix #2829: galician-portugese lang 

2006-03-30 dedsc

	* packages/acs-subsite/lib/login.tcl:
	fix misnamed parameter 

2006-03-29 emmar

	* packages/acs-content-repository/tcl/content-revision-procs-oracle.xql:
	Added missing query item_id 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b6-5.2.0b7.sql:
	branches:  1.1.2; file upgrade-5.2.0b6-5.2.0b7.sql was 
	initially added on branch oacs-5-2. 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0b9-5.2.0b10.sql:
	branches:  1.1.2; file upgrade-5.2.0b9-5.2.0b10.sql was 
	initially added on branch oacs-5-2. 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0b9-5.2.0b10.sql:
	fix #2869: upgrade script for acs-data-link 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b6-5.2.0b7.sql:
	fix #2870, #2868: upgrade script for image and 
	content_extlink packages 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	fix content_item.new call in content_folder.new 

2006-03-28 victorg

	* packages/acs-tcl/tcl/server-cluster-procs.tcl:
	Scheduling server_cluster_do_httpget in all servers in order 
	to get clustering working well. Setting to true all_servers 
	switch when scheduling server_cluster_do_httpget. 

2006-03-27 donb

	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	1. Copy site template when cloning a community 2. Updated a 
	bunch of dependency files 

2006-03-19 daveb

	* packages/acs-tcl/tcl/html-email-procs.tcl:
	Mime encode periods at the beginning of a line within 
	message text. This is most noticable if the line breaks in 
	the middle of a URL. 

2006-03-17 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	support for CC emails 

2006-03-16 ncarroll

	* packages/notifications/notifications.info:
	Updated notifications dependency on acs-mail-lite. 

2006-03-16 maltes

	* packages/acs-mail-lite/acs-mail-lite.info:
	branches:  1.10.2.2.4; Merged -no_callback_p and 
	fixed_sender from HEAD 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	branches:  1.18.2.6.4; Merged -no_callback_p and 
	fixed_sender from HEAD 

2006-03-15 ncarroll

	* packages/acs-core-docs/www/xml/install-guide/aolserver4.xml:
	Added TCLLIB install to docs.  Resolves BUG #2616. 

2006-03-12 victorg

	* packages/acs-lang/tcl/lang-message-procs.tcl:
	typo in error message. 

2006-03-12 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-init.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql:
	Added rollout support. Couple of minor changes 

2006-03-11 donb

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/acs-metadata-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-metadata-create.sql:
	Added db cache size parameter 

2006-03-11 daveb

	* packages/search/tcl/search-procs.tcl:
	Add callback check so indexer works. 

	* packages/intermedia-driver/sql/oracle/load-site-wide-search:
	branches:  1.2.2; Remove search package files from 
	intermedia-driver 

2006-03-09 roelc

	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	Added 'common_Last' and 'common_last' keys 

2006-03-09 maltes

	* packages/ref-countries/ref-countries.info:
	* packages/ref-countries/tcl/ref-countries-procs.tcl:
	Added smart procedure for getting the country code 

	* packages/ref-countries/tcl/ref-countries-procs.tcl:
	branches:  1.1.2; file ref-countries-procs.tcl was initially 
	added on branch oacs-5-2. 

2006-03-09 eduardop

	* packages/acs-subsite/acs-subsite.info:
	add dependency to acs-translations from acs-subsite 

2006-03-03 matthewg

	* packages/acs-tcl/tcl/application-data-link-procs.xql:
	fixing typo, application_data_link::get.linked_objects was 
	supposed to look for object_id not package_id 

2006-03-03 donb

	* packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl:
	Conditionalized tests of bindvar emulation so they're not 
	run for Oracle. Two of them don't work for Oracle (tries to 
	do a "select" in db_exec_plsql) and since Oracle's 
	definition of bindvar semantics defines the emulation 
	semantics it seems silly to test if Oracle adheres to them 
	or not :) 

2006-03-01 donb

	* packages/acs-tcl/tcl/install-procs.tcl:
	The set-parameter procedure calls parameter::set_value, 
	which returns the newly set value.  When a Tcl proc has no 
	explicit return statement, as was true of set-parameter, the 
	value of the last expression is returned. In other words, 
	the value of the parameter.  Which messed up the HTML sent 
	up the pipe to the browser being used to install OpenACS. 

2006-02-28 donb

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	* packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl:
	Added a simple caching mechanism to the database API as 
	discussed (and approved) in TIP #57 many, many moons ago.  
	Commands which are cache-enabled are db_string, db_0or1row, 
	db_1row, db_list, db_list_of_lists, and db_multirow. 

	* packages/acs-tcl/tcl/database-init.tcl:
	branches:  1.2.2; Added a simple caching mechanism to the 
	database API as discussed (and approved) in TIP #57 many, 
	many moons ago.  Commands which are cache-enabled are 
	db_string, db_0or1row, db_1row, db_list, db_list_of_lists, 
	and db_multirow. 

2006-02-27 vinodk

	* packages/acs-tcl/tcl/apm-procs.tcl:
	Add procs to calculate code metrics about a package 

2006-02-27 michaels

	* etc/backup.sh:
	quote vars to ensure there are at least empty strings 
	present when testing; use single = for string comparisons 

2006-02-26 michaels

	* etc/backup.sh:
	add some logic to gather free disk space when the backup 
	partition string is so long it forces df output to wrap 

2006-02-24 daveb

	* packages/acs-admin/www/install/install.tcl:
	Fix check for maturity procedure so maturity is shown in 
	Installer. 

2006-02-20 roelc

	* packages/acs-templating/resources/lists/table.adp:
	Don't display group by label if empty 

2006-02-20 michaels

	* etc/config.tcl:
	backout accidental commit of my config.tcl 

	* etc/backup.sh:
	* etc/config.tcl:
	change order of arguments to tar; add comment to script 
	about getting free space from partitions with long names 
	(i.e. logical volumes) 

	* etc/backup.sh:
	variable misnamed in default backup script 

2006-02-20 matthewg

	* packages/acs-subsite/tcl/party-procs.tcl:
	removing typo dependence on contacts package in party::email 

2006-02-19 michaels

	* etc/keepalive/keepalive-config.tcl:
	* etc/keepalive/keepalive-cron.sh:
	* etc/keepalive/keepalive.sh:
	remove duplicate keepalive script and make the one that 
	stays a little more robust (and less chatty) 

2006-02-19 jiml

	* packages/acs-tcl/tcl/openacs-kernel-procs.tcl:
	alter csv_foreach so it properly handles continue, break, 
	error, return 

2006-02-18 michaels

	* packages/acs-mail-lite/acs-mail-lite.info:
	update .info file and tag for 5.2 release 

2006-02-17 gustafn

	* packages/acs-templating/www/resources/xinha-nightly/images/fr/bold.gif:
	branches:  1.1.2; file bold.gif was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/empty:
	branches:  1.1.2; file empty was initially added on branch 
	oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/ru.js:
	branches:  1.1.2; file ru.js was initially added on branch 
	oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/fr/strikethrough.gif:
	branches:  1.1.2; file strikethrough.gif was initially added 
	on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/fr/underline.gif:
	branches:  1.1.2; file underline.gif was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.css:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.js:
	* packages/acs-templating/www/resources/xinha-nightly/images/fr/bold.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/fr/strikethrough.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/fr/underline.gif:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/imagelist.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/empty:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/popups/paste_text.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	upgrading xinha to the current snapshot 

2006-02-17 donb

	* packages/acs-templating/tcl/parse-procs.tcl:
	branches:  1.40.2; Parse level wasn't being popped off if an 
	included template triggered an error.  This broke my version 
	of the portals package which uses includes rather than 
	generate stuff via explicit calls in Tcl as the new-portals 
	package did. 

2006-02-13 michaels

	* packages/notifications/notifications.info:
	branches:  1.29.2.6.4; bump version and tag for 5.2 

2006-02-13 jiml

	* packages/acs-templating/www/doc/demo/index.html:
	* packages/acs-templating/www/doc/demo/list9/add-edit.adp:
	* packages/acs-templating/www/doc/demo/list9/add-edit.xql:
	* packages/acs-templating/www/doc/demo/list9/delete-oracle.xql:
	* packages/acs-templating/www/doc/demo/list9/delete-postgresql.xql:
	* packages/acs-templating/www/doc/demo/list9/delete.tcl:
	* packages/acs-templating/www/doc/demo/list9/index-oracle.xql:
	* packages/acs-templating/www/doc/demo/list9/index-postgresql.xql:
	* packages/acs-templating/www/doc/demo/list9/index.adp:
	* packages/acs-templating/www/doc/demo/list9/index.tcl:
	* packages/acs-templating/www/doc/demo/list9/view-one.adp:
	* packages/acs-templating/www/doc/demo/list9/view-one.tcl:
	Add 9th and final row to listbuilder demo: add page group 
	caching to pagination 

	* packages/acs-templating/www/doc/demo/index.html:
	* packages/acs-templating/www/doc/demo/list8/add-edit.adp:
	* packages/acs-templating/www/doc/demo/list8/add-edit.tcl:
	* packages/acs-templating/www/doc/demo/list8/add-edit.xql:
	* packages/acs-templating/www/doc/demo/list8/delete-oracle.xql:
	* packages/acs-templating/www/doc/demo/list8/delete-postgresql.xql:
	* packages/acs-templating/www/doc/demo/list8/delete.tcl:
	* packages/acs-templating/www/doc/demo/list8/index-oracle.xql:
	* packages/acs-templating/www/doc/demo/list8/index-postgresql.xql:
	* packages/acs-templating/www/doc/demo/list8/index.adp:
	* packages/acs-templating/www/doc/demo/list8/index.tcl:
	* packages/acs-templating/www/doc/demo/list8/view-one.adp:
	* packages/acs-templating/www/doc/demo/list8/view-one.tcl:
	Add eighth row to listbuilder demo: add non-cached 
	pagination 

	* packages/acs-templating/www/doc/demo/list7/index.tcl:
	Enhanced narrative text; changed filter name to 
	color_filter_value to be less confusing and because I think 
	it was conflicting with the incoming color value from the 
	table. 

	* packages/acs-templating/www/doc/demo/list9/add-edit.tcl:
	branches:  1.1.2; Add 9th and final row to listbuilder demo: 
	add page group caching to pagination 

	* packages/acs-templating/www/doc/demo/list8/add-edit.tcl:
	branches:  1.3.2; revert file to version 1.1 

	* packages/acs-templating/www/doc/demo/list7/delete.tcl:
	* packages/acs-templating/www/doc/demo/list8/add-edit.tcl:
	* packages/acs-templating/www/doc/demo/list8/delete.tcl:
	* packages/acs-templating/www/doc/demo/list8/index.tcl:
	delete should use template_demo_note as type, not note 

	* packages/acs-templating/www/doc/demo/list7/delete.tcl:
	* packages/acs-templating/www/doc/demo/list8/delete.tcl:
	finish fixing delete 

	* packages/acs-templating/sql/postgresql/template-demo-notes-create.sql:
	fix typo in the define_function_args call for 
	template_demo_notes__new:  if you want to use 
	package_instantiate_object using some type &lt;t&gt;, then your 
	call to define_function_args for &lt;t&gt;__new needs to have the 
	object_type parameter defaulting to &lt;t&gt; 

	* packages/acs-templating/www/doc/demo/list8/delete.tcl:
	revert file to be same as vers 1.3 

2006-02-12 jiml

	* packages/acs-templating/www/doc/demo/list7/index.tcl:
	Add the color purple to the possible filter values 

	* packages/acs-templating/www/doc/demo/index.html:
	* packages/acs-templating/www/doc/demo/list7/add-disabled.gif:
	* packages/acs-templating/www/doc/demo/list7/add-edit.adp:
	* packages/acs-templating/www/doc/demo/list7/add-edit.xql:
	* packages/acs-templating/www/doc/demo/list7/add.gif:
	* packages/acs-templating/www/doc/demo/list7/blank.gif:
	* packages/acs-templating/www/doc/demo/list7/delete-oracle.xql:
	* packages/acs-templating/www/doc/demo/list7/delete-postgresql.xql:
	* packages/acs-templating/www/doc/demo/list7/delete.tcl:
	* packages/acs-templating/www/doc/demo/list7/index-oracle.xql:
	* packages/acs-templating/www/doc/demo/list7/index-postgresql.xql:
	* packages/acs-templating/www/doc/demo/list7/index.adp:
	* packages/acs-templating/www/doc/demo/list7/index.tcl:
	* packages/acs-templating/www/doc/demo/list7/view-one.adp:
	* packages/acs-templating/www/doc/demo/list7/view-one.tcl:
	* packages/acs-templating/www/doc/demo/list7/x-disabled.gif:
	* packages/acs-templating/www/doc/demo/list7/x.gif:
	add 7th row of listbuilder demo: add a filter (needs oracle 
	test) 

	* packages/acs-templating/www/doc/demo/list7/add-edit.tcl:
	branches:  1.1.2; add 7th row of listbuilder demo: add a 
	filter (needs oracle test) 

	* packages/acs-templating/www/doc/demo/list6/add-edit.tcl:
	branches:  1.2.2; finish up, make sure the add-edit.tcl 
	refers to template_demo_note, not note 

2006-02-11 victorg

	* packages/acs-lang/acs-lang.info:
	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.2.2d1-5.2.2d2.sql:
	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.2.2d1-5.2.2d2.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.2.3d1-5.2.3d2.sql:
	Fixing version from 5.2.2d2 to 5.2.3d2 ( We are releasing 
	5.2.3, not 5.2.2 :) ). Adding correct upgrade files. 

	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.2.3d1-5.2.3d2.sql:
	branches:  1.1.2; file upgrade-5.2.3d1-5.2.3d2.sql was 
	initially added on branch oacs-5-2. 

2006-02-10 jiml

	* packages/acs-templating/www/doc/demo/index.html:
	* packages/acs-templating/www/doc/demo/list6/add-disabled.gif:
	* packages/acs-templating/www/doc/demo/list6/add-edit.adp:
	* packages/acs-templating/www/doc/demo/list6/add-edit.tcl:
	* packages/acs-templating/www/doc/demo/list6/add-edit.xql:
	* packages/acs-templating/www/doc/demo/list6/add.gif:
	* packages/acs-templating/www/doc/demo/list6/blank.gif:
	* packages/acs-templating/www/doc/demo/list6/delete-oracle.xql:
	* packages/acs-templating/www/doc/demo/list6/delete-postgresql.xql:
	* packages/acs-templating/www/doc/demo/list6/delete.tcl:
	* packages/acs-templating/www/doc/demo/list6/index-oracle.xql:
	* packages/acs-templating/www/doc/demo/list6/index-postgresql.xql:
	* packages/acs-templating/www/doc/demo/list6/index.adp:
	* packages/acs-templating/www/doc/demo/list6/index.tcl:
	* packages/acs-templating/www/doc/demo/list6/view-one.adp:
	* packages/acs-templating/www/doc/demo/list6/view-one.tcl:
	* packages/acs-templating/www/doc/demo/list6/x-disabled.gif:
	* packages/acs-templating/www/doc/demo/list6/x.gif:
	Add 6th row of listbuilder demo, adding non-bulk action to 
	add new note. Having a problem where the sql of adding a new 
	note tells the wrong type to template_demo_note__new(); this 
	happens somewhere in the call to package_instantiate_object 
	in the -new_data section of the form in add-edit.tcl 

	* packages/acs-templating/sql/oracle/demo-create.sql:
	Turn on the data model loading under oracle. (yes, BOLD move 
	:) 

	* packages/acs-templating/www/doc/demo/list6/add-edit.xql:
	add support for color column in the queries to get a note 
	and update one 

	* packages/acs-templating/www/doc/demo/list2/index-oracle.xql:
	correct no-data situation in where clause of oracle query 

	* packages/acs-templating/www/doc/demo/list6/delete.tcl:
	fix typos: note should really be template_demo_note 

	* packages/acs-templating/www/doc/demo/list1a/index-oracle.xql:
	* packages/acs-templating/www/doc/demo/list1b/index-oracle.xql:
	* packages/acs-templating/www/doc/demo/list3/index-oracle.xql:
	* packages/acs-templating/www/doc/demo/list4/index-oracle.xql:
	* packages/acs-templating/www/doc/demo/list5/index-oracle.xql:
	* packages/acs-templating/www/doc/demo/list6/index-oracle.xql:
	in some queries oracle claimed the title column ambiguous; 
	fixed. in third thru sixth rows, got the orderby clause from 
	listbuilder (oracle) 

2006-02-10 daveb

	* etc/config.tcl:
	Set maxinput in nsopenssl module as well as nssock. 

2006-02-09 maltes

	* packages/acs-lang/tcl/lang-util-procs.tcl:
	Added procedure to create edit url for message keys 

2006-02-09 jiml

	* packages/acs-templating/www/doc/demo/index.html:
	* packages/acs-templating/www/doc/demo/list5/add-disabled.gif:
	* packages/acs-templating/www/doc/demo/list5/add-edit.adp:
	* packages/acs-templating/www/doc/demo/list5/add-edit.xql:
	* packages/acs-templating/www/doc/demo/list5/add.gif:
	* packages/acs-templating/www/doc/demo/list5/blank.gif:
	* packages/acs-templating/www/doc/demo/list5/delete-oracle.xql:
	* packages/acs-templating/www/doc/demo/list5/delete-postgresql.xql:
	* packages/acs-templating/www/doc/demo/list5/delete.tcl:
	* packages/acs-templating/www/doc/demo/list5/index-oracle.xql:
	* packages/acs-templating/www/doc/demo/list5/index-postgresql.xql:
	* packages/acs-templating/www/doc/demo/list5/index.adp:
	* packages/acs-templating/www/doc/demo/list5/index.tcl:
	* packages/acs-templating/www/doc/demo/list5/view-one.adp:
	* packages/acs-templating/www/doc/demo/list5/view-one.tcl:
	Add fifth row of listbuilder demos: add "delete checked 
	notes" as bulk action 

	* packages/acs-templating/sql/postgresql/template-demo-notes-create.sql:
	activate the inserting of sample data on the postgres side; 
	it works. 

	* packages/acs-templating/www/doc/demo/index.html:
	* packages/acs-templating/www/doc/demo/list4/index-oracle.xql:
	* packages/acs-templating/www/doc/demo/list4/index-postgresql.xql:
	* packages/acs-templating/www/doc/demo/list4/index.adp:
	* packages/acs-templating/www/doc/demo/list4/index.tcl:
	* packages/acs-templating/www/doc/demo/list4/view-one.adp:
	* packages/acs-templating/www/doc/demo/list4/view-one.tcl:
	add fourth row to template demo page: link title to detail 
	page 

	* packages/acs-templating/www/doc/demo/list5/add-edit.tcl:
	branches:  1.1.2; Add fifth row of listbuilder demos: add 
	"delete checked notes" as bulk action 

	* packages/acs-templating/sql/oracle/template-demo-notes-create.sql:
	fix silly typos 

	* packages/acs-templating/sql/oracle/template-demo-notes-sample.sql:
	for oracle it's sysdate, not now()... corrected those. 

	* packages/acs-templating/sql/postgresql/demo-create.sql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-create.sql:
	move the sample data include to where it belongs; reformat 
	some code 

2006-02-09 hughb

	* packages/acs-templating/sql/oracle/template-demo-notes-sample.sql:
	fix Oracle bug (procedure cannot return a value) 

	* packages/acs-templating/sql/oracle/template-demo-notes-create.sql:
	fix typos 

2006-02-09 gustafn

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	compatibility update for naviserver 4.99.1 or newer 

2006-02-08 jiml

	* packages/acs-templating/sql/oracle/demo-create.sql:
	arrange to load sample data; commented out for now 

	* packages/acs-templating/sql/oracle/template-demo-notes-sample.sql:
	create listbuilder sample data for oracle 

2006-02-06 victorg

	* packages/acs-tcl/tcl/20-memoize-init.tcl:
	* packages/acs-tcl/tcl/memoize-procs.tcl:
	Moving definition of util_memoize_flush from 
	memoize-procs.tcl to 20-memoize-init.tcl. 
	server_cluster_httpget_from_peers proc was not defined when 
	loading memoize procs. This issue is related to bug #2396. 

2006-02-06 jiml

	* packages/acs-templating/sql/oracle/template-demo-notes-create.sql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-create.sql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-drop.sql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-sample.sql:
	* packages/acs-templating/www/doc/demo/index.html:
	* packages/acs-templating/www/doc/demo/list2/index-oracle.xql:
	* packages/acs-templating/www/doc/demo/list2/index-postgresql.xql:
	* packages/acs-templating/www/doc/demo/list2/index.tcl:
	add column "color" to template_demo_notes table; add display 
	for it in list2, add html row for list3 to the demo/index 
	file 

	* packages/acs-templating/www/doc/demo/list3/index-oracle.xql:
	* packages/acs-templating/www/doc/demo/list3/index-postgresql.xql:
	* packages/acs-templating/www/doc/demo/list3/index.adp:
	* packages/acs-templating/www/doc/demo/list3/index.tcl:
	add list3, the third row in the demo/index, showing orderbys 

	* packages/acs-templating/sql/oracle/demo-create.sql:
	disabled loading the renamed notes package, as it's untested 
	on oracle 

	* packages/acs-templating/sql/postgresql/template-demo-notes-create.sql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-drop.sql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-sample.sql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-sc-create.sql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-sc-drop.sql:
	fixed problem with sample data for acs-templating demos of 
	listbuilder 

2006-02-05 jiml

	* packages/acs-templating/sql/postgresql/template-demo-notes-create.sql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-sample.sql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-sc-create.sql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-sc-drop.sql:
	fix typos in data model, add sample data for demo 

	* packages/acs-templating/sql/postgresql/template-demo-notes-sample.sql:
	sample data is not working, so disable that function (so 
	acs-templating can install...) 

2006-02-04 jiml

	* packages/acs-templating/www/doc/demo/index.html:
	* packages/acs-templating/www/doc/demo/list1a/index-oracle.xql:
	* packages/acs-templating/www/doc/demo/list1a/index-postgresql.xql:
	* packages/acs-templating/www/doc/demo/list1a/index.adp:
	* packages/acs-templating/www/doc/demo/list1a/index.tcl:
	* packages/acs-templating/www/doc/demo/list1b/index-oracle.xql:
	* packages/acs-templating/www/doc/demo/list1b/index-postgresql.xql:
	* packages/acs-templating/www/doc/demo/list1b/index.adp:
	* packages/acs-templating/www/doc/demo/list1b/index.tcl:
	Add first listbuilder row in acs-templating demo page: Plain 
	list, plain list using master template 

	* packages/acs-templating/www/doc/demo/index.html:
	* packages/acs-templating/www/doc/demo/list2/index-oracle.xql:
	* packages/acs-templating/www/doc/demo/list2/index-postgresql.xql:
	* packages/acs-templating/www/doc/demo/list2/index.adp:
	* packages/acs-templating/www/doc/demo/list2/index.tcl:
	Add row to acs-templating demo page, showing that you can 
	add columns to a list 

	* packages/acs-templating/sql/oracle/demo-create.sql:
	* packages/acs-templating/sql/oracle/demo-drop.sql:
	* packages/acs-templating/sql/oracle/template-demo-notes-create.sql:
	* packages/acs-templating/sql/oracle/template-demo-notes-drop.sql:
	* packages/acs-templating/sql/postgresql/demo-create.sql:
	* packages/acs-templating/sql/postgresql/demo-drop.sql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-create.sql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-drop.sql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-sc-create.sql:
	* packages/acs-templating/sql/postgresql/template-demo-notes-sc-drop.sql:
	notes-like data model for templating demo page to facilitate 
	listbuilder tut 

2006-02-04 daveb

	* packages/acs-content-repository/tcl/revision-procs.tcl:
	Allow png to be uploaded as images 

2006-02-01 victorg

	* packages/acs-lang/acs-lang.info:
	* packages/acs-lang/sql/oracle/ad-locales.sql:
	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.2.2d1-5.2.2d2.sql:
	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.2.2d1-5.2.2d2.sql:
	Adding locales: es_CO, ind_ID, bg_BG, pa_IN 

	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.2.2d1-5.2.2d2.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.2.2d1-5.2.2d2.sql:
	branches:  1.1.2; file upgrade-5.2.2d1-5.2.2d2.sql was 
	initially added on branch oacs-5-2. 

2006-01-30 hughb

	* packages/acs-service-contract/www/binding-uninstall-oracle.xql:
	Fix Oracle bug -- oracle sql was calling a function where 
	the only API is a procedure. Could never have worked. 

2006-01-27 maltes

	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/tcl/community-core-procs.tcl:
	* packages/acs-tcl/tcl/community-core-procs.xql:
	reverting. not because I think I have to but because I'm 
	just sick of discussing this minor change for ages 

2006-01-27 hughb

	* packages/intermedia-driver/sql/oracle/search-ctxsys.sql:
	branches:  1.1.2; Add important ctxsys file 

2006-01-27 daveb

	* packages/intermedia-driver/sql/oracle/load-site-wide-search:
	* packages/intermedia-driver/tcl/intermedia-procs.tcl:
	Add intermdia-driver Oracle search FtsEngineDriver 

	* packages/intermedia-driver/intermedia-driver.info:
	* packages/intermedia-driver/sql/oracle/search-create.sql:
	* packages/intermedia-driver/sql/oracle/search-drop.sql:
	* packages/intermedia-driver/sql/oracle/search-from-scratch.sql:
	* packages/intermedia-driver/sql/oracle/search-index-create.sql:
	* packages/intermedia-driver/sql/oracle/search-index-drop.sql:
	* packages/intermedia-driver/sql/oracle/search-packages-create.sql:
	* packages/intermedia-driver/sql/oracle/search-packages-drop.sql:
	* packages/intermedia-driver/sql/oracle/search-sc-create.sql:
	* packages/intermedia-driver/sql/oracle/search-sc-drop.sql:
	* packages/intermedia-driver/sql/oracle/search-tables-create.sql:
	* packages/intermedia-driver/sql/oracle/search-tables-drop.sql:
	* packages/intermedia-driver/sql/oracle/syndication-create.sql:
	* packages/intermedia-driver/sql/oracle/syndication-drop.sql:
	branches:  1.1.2; Add intermdia-driver Oracle search 
	FtsEngineDriver 

2006-01-26 gustafn

	* packages/acs-templating/tcl/richtext-procs.tcl:
	fixed format menu and tested to following cases: 
	with/without javascript, with/without 
	UseHtmlAreaForRichtextP, with rte and xinha 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	fixing a typo (in depreciatged code), removing the text 
	format box for richtext, when htmlarea_p is set (this will 
	easily lead to a content type text/enhanced, where the real 
	content generated from the rich text widget is in HTML;  
	this can lead to errors in xowiki). 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	make xinha branch working, when javascript is turned off 

2006-01-25 maltes

	* packages/acs-tcl/tcl/application-data-link-procs.xql:
	Added orderby 

	* packages/acs-tcl/tcl/community-core-procs.tcl:
	* packages/acs-tcl/tcl/community-core-procs.xql:
	Allow usage of an email with multiple party_ids. Should not 
	break existing sites (as they would have broken if you have 
	an e-mail twice in the system 

	* packages/acs-tcl/tcl/memoize-procs.tcl:
	changed notice to debug 

2006-01-23 roelc

	* packages/acs-subsite/www/resources/site-master.css:
	Added admin-button classes 

2006-01-18 hughb

	* packages/acs-content-repository/tcl/test/content-image-test-procs.tcl:
	branches:  1.1.2; file content-image-test-procs.tcl was 
	initially added on branch oacs-5-2. 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.2-5.2.3d1.sql:
	branches:  1.1.2; file upgrade-5.2.2-5.2.3d1.sql was 
	initially added on branch oacs-5-2. 

	* packages/acs-content-repository/sql/oracle/content-image.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.2-5.2.3d1.sql:
	* packages/acs-content-repository/tcl/test/content-image-test-procs.tcl:
	fix non-nullable package id on image (package id should be 
	nullable and it now is) 

2006-01-18 donb

	* packages/acs-subsite/www/admin/site-map/application-new.tcl:
	Fixed a bug in the code to add an application, this has been 
	here a long time, presumably most people are adding apps 
	from the main page. 

2006-01-17 daveb

	* packages/acs-templating/tcl/richtext-procs.tcl:
	Fix richtext to show Format widget on no RTE or no 
	javascript. 

	* ChangeLog:
	Update ChangeLog for 5.2.2 

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/variables.ent:
	Updateing documentation for 5.2.2 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Updating info files for 5.2.2 

2006-01-16 maltes

	* packages/acs-tcl/lib/page-error.tcl:
	Uncommented the whole line as it caused errors. We should 
	not log the error messages if we are not sending emails 
	anyway... 

2006-01-16 donb

	* packages/acs-content-repository/sql/oracle/content-keyword.sql:
	* packages/acs-content-repository/sql/oracle/packages-create.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0d16-5.2.0d17.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	Fixed 5.1-&gt;5.2 upgrade, all content repository tests now 
	pass. 

2006-01-16 daveb

	* packages/acs-core-docs/www/files/update-info.sh:
	Add example script to update info files for release. 

	* ChangeLog:
	New changelog 

	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/releasing-openacs.xml:
	Update documentation 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Update release date 

	* readme.txt:
	Update version number 

	* packages/acs-core-docs/www/files/update-info.sh:
	branches:  1.1.2; file update-info.sh was initially added on 
	branch oacs-5-2. 

2006-01-12 dedsc

	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	fix content_type__refresh_view to do a lowercase when 
	selecting table_name. this was in the upgrade script for 
	5.2.0a1 to 5.2.0a2 but didn't find it's way here 

2006-01-12 daveb

	* packages/acs-content-repository/sql/oracle/content-folder.sql:
	* packages/acs-content-repository/sql/oracle/content-item.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	Remove code that guesses package_id based on parent_id 

	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	Remove code that guesses package_id based on parent_id. In 
	almost all cases this will return null anyway. 

2006-01-09 daveb

	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-cvs-concepts.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/using-cvs-with-openacs.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	Regenerate docs for 5.2.1 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Update docs, bump info files for 5.2.1 

2006-01-09 carlb

	* packages/acs-authentication/www/doc/ext-auth-install.html:
	* packages/acs-authentication/www/doc/ext-auth-ldap-install.html:
	* packages/acs-authentication/www/doc/ext-auth-pam-install.html:
	* packages/acs-authentication/www/doc/index.html:
	* packages/acs-authentication/www/doc/xml/install.xml:
	initial add of LDAP/Active Directory authN documentation 

2006-01-08 daveb

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	Remove dependency on ad_conn. 

2006-01-08 carlb

	* packages/acs-core-docs/www/xml/install-guide/postgres.xml:
	added a note about default system path in a section that was 
	confusing new users 

2006-01-07 maltes

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	Fixes #2771. Made sure creation_* parameters are passed on 
	to content::revision::new 

2006-01-05 donb

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d9-5.2.0d10.sql:
	Added create or replace of apm_package to the 5.2.0 version 
	since we've not actually bumped acs-kernel.info yet ... 

2006-01-05 daveb

	* packages/acs-kernel/acs-kernel.info:
	Bump version number 

	* packages/acs-tcl/lib/page-error.tcl:
	Turn off emailing page errors. Whoever added this, please, 
	please,please! add the paramtere for this and make it off by 
	default. 

2006-01-04 timoh

	* packages/acs-mail-lite/catalog/acs-mail-lite.de_DE.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	fixing mail sending 

2006-01-04 donb

	* packages/acs-kernel/sql/oracle/acs-relationships-create.sql:
	Fixed malte/timo typo that broke oracle 

	* packages/acs-content-repository/sql/oracle/content-folder.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql:
	More 5.2 fixes for Oracle ... 

2006-01-04 daveb

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b11-5.2.0b12.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b11-5.2.0b12.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	Fix upgrade. Move 5.2.0 stuff to 5.2.1 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	Recreate apm package to match create scripts. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	Refresh content_revision view also, not just child types. 

	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-messaging/sql/oracle/acs-messaging-packages.sql:
	* packages/acs-messaging/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	Support root parent_id as -4 instead of 0. Postgresql 
	doesn't have a default for parent_id so it doesn't get an 
	upgrade script. 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	* packages/acs-messaging/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	branches:  1.1.2; file upgrade-5.2.1d1-5.2.1d2.sql was 
	initially added on branch oacs-5-2. 

2006-01-03 donb

	* packages/acs-bootstrap-installer/db-init-checks-oracle.tcl:
	Janine's addition of a real version check for Oracle was 
	allocating a db handle from the default pool, which we don't 
	require in OpenACS.  I changed the test to grab a handle 
	from the first available pool. 

2006-01-03 daveb

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Handle & better, consistently add space around % 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b11-5.2.0b12.sql:
	Recreate content_keyword__new to support package_id. Refresh 
	views and triggers. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b11-5.2.0b12.sql:
	Refresh insert views on upgrade since the definition has 
	changed. 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b11-5.2.0b12.sql:
	Refresh views and triggers. Recreate content keyword to 
	support package_id parameter 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b11-5.2.0b12.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b11-5.2.0b12.sql:
	branches:  1.1.2; file upgrade-5.2.0b11-5.2.0b12.sql was 
	initially added on branch oacs-5-2. 

2006-01-02 daveb

	* packages/acs-content-repository/acs-content-repository.info:
	Bump to corect version number. 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql:
	Fix apm_package__new on upgrade to match new install 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b10-5.2.0b11.sql:
	Make sure beta testers also get fixed apm_package__new 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b10-5.2.0b11.sql:
	branches:  1.1.2; file upgrade-5.2.0b10-5.2.0b11.sql was 
	initially added on branch oacs-5-2. 

2006-01-01 gustafn

	* packages/acs-templating/www/resources/xinha-nightly/lang/sh.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/sr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/InsertSnippet.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/img/ed_snippet.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/insert-snippet.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/popups/insertsnippet.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.php:
	adding new files of xinha nightly (new plugin InsertSnippet) 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/InsertSnippet.css:
	branches:  1.1.2; file InsertSnippet.css was initially added 
	on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/lang/de.js:
	branches:  1.1.2; file de.js was initially added on branch 
	oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/img/ed_snippet.gif:
	branches:  1.1.2; file ed_snippet.gif was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/insert-snippet.js:
	branches:  1.1.2; file insert-snippet.js was initially added 
	on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/popups/insertsnippet.html:
	branches:  1.1.2; file insertsnippet.html was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/sh.js:
	branches:  1.1.2; file sh.js was initially added on branch 
	oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.html:
	branches:  1.1.2; file snippets.html was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.js:
	branches:  1.1.2; file snippets.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.php:
	branches:  1.1.2; file snippets.php was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/sr.js:
	branches:  1.1.2; file sr.js was initially added on branch 
	oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/Extended.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-body.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-menu.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/InsertPicture.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/insert-picture.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/list-type.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/aspell_setup.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/about.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/skin.css:
	upgrade to the current xinha-nightly version 

2005-12-29 maltes

	* etc/config.tcl:
	Added check for libthread library 

	* packages/acs-content-repository/acs-content-repository.info:
	Error in the requires section 

	* packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml:
	Updated translations and fixed two strings in English 

2005-12-29 jader

	* etc/config.tcl:
	Unify the maxinput and recvwait parameters between nsopenssl 
	and normal connections. 

2005-12-29 daveb

	* packages/acs-content-repository/sql/oracle/content-create.sql:
	* packages/acs-content-repository/sql/oracle/content-folder.sql:
	* packages/acs-content-repository/sql/oracle/content-item.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	Changes to make the root of parentless items = -4 (security 
	context root) instead of 0 (unregistered visitor) Sites 
	upgradeed from 4.6-4.6.1 have been operating with -4 as the 
	parent_id for years (for example openacs.org) while new 
	installs had parent_id = 0. This caused problems with the 
	new package_id code that calls content_item__get_root_folder 
	which was assuming the root = 0. It looks like the new 
	install code did not accomodate parent_id=-4 and that is now 
	fixed. Needs testing on Oracle. 

	* packages/acs-content-repository/acs-content-repository.info:
	Update info file so new upgrade script will run. 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql:
	branches:  1.1.2; file upgrade-5.2.1d1-5.2.1d2.sql was 
	initially added on branch oacs-5-2. 

2005-12-28 gustafn

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Basic compatibility with naviserver 4.99.0 (some packages 
	with filters will need similar fixes) 

2005-12-27 maltes

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Added util::find_all_files 

2005-12-23 maltes

	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	Fix #2751 

2005-12-19 maltes

	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	Added swiss locale 

	* packages/acs-lang/tcl/lang-catalog-procs.tcl:
	It does not make sense to export acs-translations at all 
	because the object_ids are different from site tot site 

	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	Removed swiss locale. Will recommit once the release has 
	been made 

2005-12-18 maltes

	* packages/acs-content-repository/tcl/content-symlink-procs.tcl:
	A little tiny bit of documentation for the symlink 
	procedures 

2005-12-16 daveb

	* packages/acs-subsite/lib/user-new.tcl:
	Fix bug#2715 url varibale name overwriting value of form 
	element 

2005-12-15 timoh

	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	bugfix: typo 

2005-12-15 maltes

	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	New I18N 

2005-12-15 jaufrecht

	* ChangeLog:
	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-cvs-concepts.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/using-cvs-with-openacs.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* readme.txt:
	updating version numbers for 5.2.0 final 

2005-12-14 timoh

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/acs-relationships-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b9-5.2.0b10.sql:
	added new seperate table for application_data_links 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b9-5.2.0b10.sql:
	branches:  1.1.2; file upgrade-5.2.0b9-5.2.0b10.sql was 
	initially added on branch oacs-5-2. 

	* packages/acs-subsite/tcl/group-procs.tcl:
	* packages/acs-subsite/tcl/group-procs.xql:
	fixed group_id_from_name query, added group::party_member_p 

	* packages/acs-mail-lite/catalog/acs-mail-lite.de_DE.ISO-8859-1.xml:
	* packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml:
	fixed new package version 

	* packages/acs-tcl/tcl/application-data-link-procs-oracle.xql:
	* packages/acs-tcl/tcl/application-data-link-procs-postgresql.xql:
	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	* packages/acs-tcl/tcl/application-data-link-procs.xql:
	use seperate table for application data links 

2005-12-14 maltes

	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	Add swiss german to the ad_locales 

2005-12-14 eduardop

	* packages/acs-content-repository/tcl/content-extlink-procs.tcl:
	Fix Bug #2712: param extlink_id in content::extlink::new 
	should not be required 

2005-12-13 ncarroll

	* packages/acs-templating/tcl/richtext-procs.tcl:
	Fixed bug #2727. 

2005-12-13 maltes

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b9-5.2.0b10.sql:
	Added missing content-folders on upgrade 

2005-12-12 maltes

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b9-5.2.0b10.sql:
	A couple of content_item__new functions were missing so I 
	recreated them all 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b9-5.2.0b10.sql:
	branches:  1.1.2; file upgrade-5.2.0b9-5.2.0b10.sql was 
	initially added on branch oacs-5-2. 

2005-12-12 leed

	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	Fixed a bug that deletes previously defined validate blocks 
	when extending an ad_form. 

	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	Fixed typo. 

2005-12-10 maltes

	* packages/acs-subsite/www/admin/site-map/package-new.tcl:
	Applied #725, fixed #1936 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	Applied patch #747 to fix provides information 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	Applied patch #749, fix bug #2704. Not thoroughly tested 

2005-12-07 daveb

	* packages/acs-api-browser/lib/search.tcl:
	Add urls for 10g 

	* packages/acs-api-browser/lib/search.tcl:
	Don't return server error if db version is not in the list 

2005-12-06 rafael

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/www/pvt/home.adp:
	Fixed I18n keys and checked look in plain openacs install 

2005-12-04 maltes

	* packages/acs-admin/www/install/install.tcl:
	FIxing a problem when no package is to be upgraded with 
	maturity label 

2005-12-03 daveb

	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	Fix define_function_args for 
	content_type__register_child_type 

2005-12-01 jaufrecht

	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-cvs-concepts.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/using-cvs-with-openacs.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* readme.txt:
	numbering fixes for rc3 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	updated apm version numbers 

2005-11-30 rodrigop

	* packages/acs-subsite/www/user/portrait/upload-2.tcl:
	fix for bug #2703 

2005-11-30 jaufrecht

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-cvs-concepts.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/using-cvs-with-openacs.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	preparing for 5.2.0 rc2/b8 release 

2005-11-30 janine

	* packages/acs-bootstrap-installer/db-init-checks-oracle.tcl:
	Replaced Don's placeholder code with real code to check the 
	actual Oracle version number 

2005-11-30 donb

	* packages/acs-content-repository/sql/oracle/content-folder.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql:
	* packages/acs-subsite/acs-subsite.info:
	1. Fixed a wee bit of PG-ish code that snuck into the 
	content repository's    Oracle datamodel.  2. Tested Dave's 
	recent changes to subsite for Oracle.  It works.  Bumped    
	the info file to reflect the new version so the upgrade 
	scripts will run. 

2005-11-29 maltes

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql:
	* packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-1.0b6-1.0b7.sql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql:
	Mails are send to parties, not to users. Therefore the 
	logging and bouncing should belong to parties, not to users. 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b6-5.2.0b7.sql:
	Somehow the extlink functions where missing on our installs, 
	so I assume it is saver to get them again in an upgrade 
	script 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b6-5.2.0b7.sql:
	branches:  1.1.2; file upgrade-5.2.0b6-5.2.0b7.sql was 
	initially added on branch oacs-5-2. 

2005-11-29 daveb

	* packages/acs-subsite/www/register/user-join.tcl:
	Fix bug#2689. Add rel_id to form for required segments, 
	don't show the form if all the elements are hidden. 

	* packages/acs-subsite/www/register/user-join.tcl:
	Fix bug#2689. Allow nested subsites to be joined correctly. 
	Set rel_id for required segments as a hidden element in the 
	form. 

	* packages/acs-subsite/sql/oracle/site-node-selection.sql:
	* packages/acs-subsite/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql:
	* packages/acs-subsite/sql/postgresql/site-node-selection.sql:
	* packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql:
	Fix bug#2695. Add on delete cascade to foreign key in 
	site_nodes_selection table. 

	* packages/acs-templating/acs-templating.info:
	Upate release date 

	* packages/acs-subsite/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql:
	* packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql:
	branches:  1.1.2; file upgrade-5.2.0b5-5.2.0b6.sql was 
	initially added on branch oacs-5-2. 

2005-11-26 maltes

	* packages/acs-admin/www/install/install.tcl:
	Made sure an upgrade from local works and does not complain 
	about missing functions 

2005-11-26 daveb

	* packages/acs-content-repository/sql/oracle/content-folder.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql:
	Allow content_folders to have non-cr_items as parents 

	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	Allow folders to have non-cr_items are parents 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql:
	Upgrade to allow cr_folders to have non-cr_items as parents 

2005-11-25 gustafn

	* packages/acs-tcl/tcl/tcl-documentation-procs.tcl:
	Fix for bug #57; If one specifies integer as argument type 
	in a page contract, it should be a valid tcl integer.  For 
	sequence numbers, a different type should be defined and 
	used. Tcl 8.5 has e.g. "string is wideinteger"... 

2005-11-22 donb

	* packages/acs-subsite/www/index.adp:
	Removed Rafael's change to the default index page due to the 
	following reasons.  1. This is OpenACS, not OpenACS/dotLRN.  
	A .LRN install properly identifies itself as .LRN.  2. The 
	formatting was horrible, with the subsite list ending up low 
	on the right-hand corner of the page.  3. The file was not 
	localized.  If we want more information on the default index 
	page we need to localize it.  4. Changes with this level of 
	visibility - the first thing a potential new developer sees 
	upon installing the toolkit - should not be done 
	unilaterally. We need to talk about such things first. 

2005-11-22 daveb

	* packages/acs-templating/tcl/parse-procs.tcl:
	Fix array reference 

	* packages/acs-templating/acs-templating.info:
	Increase version number so expand_percantage_signs fix can 
	be upgraded 

2005-11-21 daveb

	* packages/acs-templating/tcl/parse-procs.tcl:
	* packages/acs-templating/tcl/test/parse-test-procs.tcl:
	Backport from 5.2 fix for $ in variable in call to expand 
	percentage signs. 

	* packages/acs-templating/tcl/parse-procs.tcl:
	Fix array reference 

	* packages/acs-templating/tcl/parse-procs.tcl:
	Fix array reference in expand_percentage_signs 

	* packages/acs-templating/tcl/parse-procs.tcl:
	* packages/acs-templating/tcl/test/parse-test-procs.tcl:
	Fix bug#2691, more safely substitute variables in message 
	keys. Thanks for Andrew Grumet for the original code and 
	Jeff for the suggestion to esacpe commands from an array key 
	reference. Includes autoamted test code. 

	* packages/acs-templating/tcl/parse-procs.tcl:
	* packages/acs-templating/tcl/test/parse-test-procs.tcl:
	Merge fix for bug#2691 from 5.2 branch. 

	* packages/acs-templating/tcl/parse-procs.tcl:
	Uncomment regsub accidentlly committed with comment. 

2005-11-18 ncarroll

	* packages/acs-subsite/tcl/rel-types-procs-postgresql.xql:
	* packages/acs-subsite/tcl/rel-types-procs.tcl:
	Added a proc to delete roles.  The proc also deletes the 
	translations that were created in the corresponding proc 
	that created the role. 

2005-11-16 daveb

	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	Add test for bug#2686 

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	Correct comment reference 

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-folder-test-procs.tcl:
	Fix bug#2686 content::folder::update works now 

2005-11-15 daveb

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/content-item-procs.xql:
	Let content::item::get work with folders 

2005-11-13 gustafn

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.adp:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.adp:
	fixing IE dependcies (fixed bug for IE in initialization, 
	improved sizing for IE) 

2005-11-12 gustafn

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/blank.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.adp:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.adp:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.tcl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.xql:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.adp:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.tcl:
	Adding missing omitted files from OacsFs 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/close.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/insert-ilink.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/insert-image.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/qmark.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/up.gif:
	Adding omitted files 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.adp:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.tcl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js:
	Adding omitted files from OacsFs plugin 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl:
	Fixing two typos in variable names that were show stoppers. 

	* packages/acs-templating/www/resources/xinha-nightly/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	hopefully last updats from xinha repository (these files are 
	not modified by me at all, only the plugin is new) 

2005-11-11 maltes

	* packages/acs-tcl/lib/page-error.tcl:
	Errors should be send to the HostAdministrator, not to the 
	SystemOwner, as the hostadministrator deals with technical 
	issues, not the system owner 

2005-11-11 gustafn

	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	Message keys for the oacs file selector for xinha 

	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/background-image.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/popups/bgimage.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/popups/select_character.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/clientside-spellcheck.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DoubleClick/double-click.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/dynamiccss.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/edit-tag.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EnterParagraphs/enter-paragraphs.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/popups/operations.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/find-replace.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/fr_engine.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/popups/find_replace.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/form-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/fieldset.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/form.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/input.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/label.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/select.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/popups/docprop.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/popups/edit_horizontal_rule.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy-logic.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/backend.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/popups/insert_anchor.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/insert-marquee.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/popups/insert_marquee.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/insert-pagebreak.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/viewpicture.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/insert-smiley.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/popups/insertsmiley.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/note-server.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/popups/codenote.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/paste-text.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/popups/quicktag.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/quick-tag.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/stylist.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/popups/template.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/template.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/popups/unformat.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/un-format.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/editor_help.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/insert_image.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/insert_table.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/link.html:
	* packages/acs-templating/www/resources/xinha-nightly/popupwin.js:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/green-look/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/skin.css:
	New version of xinha, new plugin OacsFS for xinha 
	(file-selector for OACS). 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.adp:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.tcl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/close.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/insert-ilink.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/insert-image.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/qmark.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/up.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/blank.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.adp:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.adp:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.tcl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.xql:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.adp:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.tcl:
	branches:  1.1.2; New version of xinha, new plugin OacsFS 
	for xinha (file-selector for OACS). 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/InsertPicture.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/insert-picture.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/list-type.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js:
	branches:  1.2.2; New version of xinha, new plugin OacsFS 
	for xinha (file-selector for OACS). 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filters/paragraph.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filters/word.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertWords/insert-words.js:
	branches:  1.2.8; New version of xinha, new plugin OacsFS 
	for xinha (file-selector for OACS). 

	* packages/acs-templating/www/resources/xinha-nightly/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/skin.css:
	branches:  1.3.2; New version of xinha, new plugin OacsFS 
	for xinha (file-selector for OACS). 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/blank.html:
	file blank.html was added on branch oacs-5-2 on 2005-11-12 
	10:41:34 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/close.gif:
	file close.gif was added on branch oacs-5-2 on 2005-11-12 
	10:36:16 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.adp:
	file file-selector.adp was added on branch oacs-5-2 on 
	2005-11-12 10:41:34 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl:
	file file-selector.tcl was added on branch oacs-5-2 on 
	2005-11-12 10:41:34 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.adp:
	file fullscreen.adp was added on branch oacs-5-2 on 
	2005-11-12 10:21:19 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.tcl:
	file fullscreen.tcl was added on branch oacs-5-2 on 
	2005-11-12 10:21:19 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.adp:
	file insert-ilink.adp was added on branch oacs-5-2 on 
	2005-11-12 10:41:34 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/insert-ilink.gif:
	file insert-ilink.gif was added on branch oacs-5-2 on 
	2005-11-12 10:36:16 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.tcl:
	file insert-ilink.tcl was added on branch oacs-5-2 on 
	2005-11-12 10:41:34 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.xql:
	file insert-ilink.xql was added on branch oacs-5-2 on 
	2005-11-12 10:41:34 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.adp:
	file insert-image.adp was added on branch oacs-5-2 on 
	2005-11-12 10:41:34 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/insert-image.gif:
	file insert-image.gif was added on branch oacs-5-2 on 
	2005-11-12 10:36:16 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.tcl:
	file insert-image.tcl was added on branch oacs-5-2 on 
	2005-11-12 10:41:34 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.css:
	file oacs-fs.css was added on branch oacs-5-2 on 2005-11-12 
	10:21:19 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js:
	file oacs-fs.js was added on branch oacs-5-2 on 2005-11-12 
	10:21:19 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/qmark.gif:
	file qmark.gif was added on branch oacs-5-2 on 2005-11-12 
	10:36:16 +0000 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/up.gif:
	file up.gif was added on branch oacs-5-2 on 2005-11-12 
	10:36:16 +0000 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	* www/blank-master.adp:
	* www/blank-master.tcl:
	improved interface between rich-text widget and rte and 
	xinha. A developer can specify in the form entry definition 
	to use e.g. xinha, setting width and height, specify 
	plugins, etc. Default remains rte. 

2005-11-10 gerardom

	* packages/acs-templating/tcl/richtext-procs.tcl:
	fixed a bug, it was impossible to submit a form if the html 
	area was not on the page 

	* packages/acs-automated-testing/tcl/aa-test-procs.tcl:
	now if there is no mounted instance of the package the proc 
	aa_get_first_url will mount it 

2005-11-10 donb

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql:
	Oops, yesterday's commit was partially bogus, tested these 
	queries at Heidelberg this time ... 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql:
	Replaced two slow queries using cc_users with their faster 
	equivalent using parties and users.  Makes a huge difference 
	on Oracle when there are many, many users (49,000 in this 
	case).  And yes, I checked, the original queries used 
	indexes galore, Oracle was doing as well as can be expected. 

2005-11-09 miguelm

	* packages/acs-templating/acs-templating.info:
	adding URL of license 

	* packages/acs-templating/resources/lists/select-menu.adp:
	adding javascripts to support multival filters 
	functionallity 

	* packages/acs-templating/tcl/list-procs.tcl:
	changes to use multival filter type in resources/lists/ 
	files 

	* packages/acs-templating/acs-templating.info:
	increment version number to get changes in list-procs.tcl 
	procedures for multival filter type 

2005-11-08 dirkg

	* packages/search/sql/oracle/load-site-wide-search:
	branches:  1.2.4; commiting search work from sloan 

	* packages/search/tcl/search-init.tcl:
	branches:  1.7.2; commiting search work from sloan 

	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	* packages/search/search.info:
	* packages/search/sql/oracle/search-create.sql:
	* packages/search/sql/oracle/search-from-scratch.sql:
	* packages/search/sql/oracle/search-index-create.sql:
	* packages/search/sql/oracle/search-index-drop.sql:
	* packages/search/sql/oracle/search-packages-create.sql:
	* packages/search/sql/oracle/search-packages-drop.sql:
	* packages/search/sql/oracle/search-sc-create.sql:
	* packages/search/sql/oracle/search-tables-create.sql:
	* packages/search/sql/oracle/search-tables-drop.sql:
	* packages/search/sql/oracle/syndication-create.sql:
	* packages/search/sql/oracle/syndication-drop.sql:
	* packages/search/tcl/search-convert-procs.tcl:
	* packages/search/tcl/search-procs-oracle.xql:
	* packages/search/tcl/search-procs.tcl:
	* packages/search/tcl/search-procs.xql:
	* packages/search/www/advanced-search.adp:
	* packages/search/www/index.adp:
	* packages/search/www/index.tcl:
	* packages/search/www/search.adp:
	* packages/search/www/search.tcl:
	commiting search work from sloan 

2005-11-08 daveb

	* packages/tsearch2-driver/tsearch2-driver.info:
	Set version number higher than on 5.1 branch 

2005-11-02 gustafn

	* packages/acs-templating/www/resources/xinha-nightly/contrib/lc_parse_strings.php:
	* packages/acs-templating/www/resources/xinha-nightly/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/Extended.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/custom.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/dynamic.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-body.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-dest.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-menu.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example-body.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example-menu.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/stylist.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/testbed.html:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.css:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.js:
	* packages/acs-templating/www/resources/xinha-nightly/images/de/bold.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/de/italic.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/de/underline.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_about.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align_center.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align_justify.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align_left.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align_right.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_blank.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_buttons_main.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_charmap.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_clearfonts.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_color_bg.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_color_fg.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_copy.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_custom.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_cut.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_delete.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_bold.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_italic.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_strike.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_sub.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_sup.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_underline.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_help.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_hr.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_html.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_image.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_indent_less.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_indent_more.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_killword.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_left_to_right.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_link.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_list_bullet.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_list_num.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_overwrite.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_paste.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_print.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_redo.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_right_to_left.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_rmformat.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_save.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_save.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_saveas.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_selectall.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_show_border.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_splitblock.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_splitcel.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_undo.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_word_cleaner.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/fullscreen_maximize.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/fullscreen_minimize.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/insert_table.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/insertfilelink.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/insertmacro.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tidy.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/toggle_borders.gif:
	* packages/acs-templating/www/resources/xinha-nightly/inline-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/b5.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ch.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/cz.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/da.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ee.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/el.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fi.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/gb.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/hu.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/it.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/lt.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/lv.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ro.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/se.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/si.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/vn.js:
	* packages/acs-templating/www/resources/xinha-nightly/license.txt:
	* packages/acs-templating/www/resources/xinha-nightly/panel-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbr/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbr/en.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/img/ed_abbreviation.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/popups/abbreviation.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/background-image.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/blufur.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/palecnvs.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/ppplcnvs.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/blufur.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/palecnvs.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/ppplcnvs.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/ylwsand.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/ylwsand.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/img/ed_bgimage.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/popups/bgimage.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/CharacterMap.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/img/ed_charmap.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/it.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/popups/select_character.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/clientside-spellcheck.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/img/clientside-spellcheck.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/img/he-spell-check.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/1.pl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/el.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/menu.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DoubleClick/double-click.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/dynamiccss.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/edit-tag.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/img/ed_edit_tag.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/popups/edit_tag.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EnterParagraphs/enter-paragraphs.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/abs_value.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/diag_fraction.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/divide.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/dsp_greater_equal.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/dsp_less_equal.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/dsp_notequal.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/equation.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/equation.old.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/greater_equal_than.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/hor_fraction.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/less_equal_than.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/mul.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/notequal.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/parenthesis.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/root.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/square_root.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/popups/operations.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filters/paragraph.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filters/word.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/img/ed_filter.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/find-replace.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/fr_engine.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/img/ed_find.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/popups/find_replace.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/README:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/default_form.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/form-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/formmail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/iframe.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/img/buttons.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/panel.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_button.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_checkbox.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_fieldset.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_file.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_form.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_hidden.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_image.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_label.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_password.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_radio.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_reset.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_select.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_submit.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_text.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_textarea.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/fieldset.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/form.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/input.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/label.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/select.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/img/docprop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/ro.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/popups/docprop.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/full-screen.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/horizontal-rule.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/popups/edit_horizontal_rule.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/README:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy-config.cfg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy-logic.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/img/html-tidy.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/README.txt:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/ImageEditor.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/hover.htc:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/wz_jsgraphics.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/backend.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/ddt.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/bikerpeep.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/linux/linux.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/wesnoth078.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/2x2.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/2x2_w.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/Thumbs.db:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btnFolderNew.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btnFolderUp.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btn_cancel.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btn_ok.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/crop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/default.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/div.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/dots.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/edit_active.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/edit_pencil.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/edit_trash.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/folder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/hand.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/islocked2.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/locked.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/measure.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/noimages.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/rotate.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/save.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/scale.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/spacer.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/t_black.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/t_white.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/unlocked.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/unlocked2.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/newFolder.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/img/insert-anchor.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/img/placeholder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/popups/insert_anchor.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/img/ed_marquee.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/insert-marquee.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/it.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/popups/insert_marquee.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/img/pagebreak.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/insert-pagebreak.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/InsertPicture.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/demo_pictures/bikerpeep.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/demo_pictures/wesnoth078.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/img/btn_open.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/img/nopic.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/insert-picture.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/viewpicture.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/img/ed_smiley.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/insert-smiley.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/popups/insertsmiley.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0001.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0002.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0003.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0004.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0005.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0006.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0007.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0008.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0009.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0010.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0011.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0012.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0013.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0014.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0015.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0016.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0017.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0018.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0019.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0020.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0021.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0022.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0023.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0024.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0025.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0026.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0027.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0028.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0029.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0030.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0031.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0032.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0033.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0034.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0035.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0036.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0037.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0038.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0039.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0040.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0041.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0042.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0043.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0044.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0045.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0046.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0047.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0048.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0049.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0050.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0051.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0052.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0053.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0054.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0055.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0056.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0057.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0058.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0059.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0060.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0061.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0062.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0063.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0064.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0065.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0066.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0067.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0068.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0069.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0070.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0071.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0072.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0073.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0074.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0075.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0076.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0077.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0078.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0079.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0080.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0081.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0082.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0083.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0084.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0085.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0086.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0087.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0088.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0089.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0090.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0091.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0092.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0093.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0094.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0095.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0096.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0097.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0098.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0099.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0100.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0101.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0102.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0103.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0104.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0105.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0106.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0107.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0108.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0109.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0110.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0111.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0112.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0113.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0114.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0115.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0116.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0117.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0118.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0119.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0120.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0121.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0122.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0123.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0124.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0125.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0126.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0127.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0128.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0129.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0130.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0131.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0132.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0133.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0134.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0135.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0136.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0137.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0138.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0139.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0140.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0141.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0142.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0143.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0144.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0145.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0146.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0147.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0148.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0149.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0150.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0151.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0152.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0153.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0154.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0155.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0156.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0157.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0158.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0159.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0160.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0161.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0162.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0163.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0164.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0165.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0166.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0167.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0168.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0169.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0170.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0171.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0172.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0173.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0174.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0175.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0176.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0177.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0178.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0179.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0180.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0181.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0182.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0183.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0184.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0185.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0186.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0187.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0188.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0189.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0190.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0191.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0192.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0193.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0194.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0195.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0196.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0197.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0198.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0199.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0200.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0201.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0202.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0203.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0204.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0205.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0206.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0207.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0208.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0209.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0210.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0211.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0212.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0213.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0214.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0215.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0216.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0217.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0218.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0219.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0220.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0221.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0222.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0223.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0224.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0225.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0226.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0227.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0228.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0229.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0230.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0231.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0232.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0233.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0234.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0235.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0236.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0237.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0238.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0239.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0240.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0241.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0242.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0243.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0244.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0245.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0246.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0247.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0248.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0249.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0250.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0251.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0252.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0253.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0254.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0255.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0256.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0257.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0258.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0259.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0260.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0261.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0262.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0263.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0264.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0265.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0266.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0267.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0268.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0269.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0270.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0271.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0272.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0273.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0274.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0275.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0276.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0277.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0278.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0279.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0280.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0281.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0282.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0283.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0284.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0285.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0286.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0287.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0288.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0289.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0290.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0291.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0292.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0293.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0294.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0295.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0296.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0297.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0298.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0299.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0300.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0301.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0302.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0303.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0304.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0305.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0306.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0307.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0308.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0309.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0310.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0311.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0312.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0313.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0314.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0315.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0316.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0317.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0318.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0319.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0320.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0321.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0322.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0323.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0324.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0325.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0326.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0327.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0328.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0329.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0330.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0331.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0332.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0333.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0334.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0335.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0336.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0337.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0338.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0339.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0340.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0341.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0342.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0343.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0344.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0345.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0346.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0347.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0348.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0349.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0350.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0351.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0352.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0353.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0354.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0355.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0356.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0357.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0358.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0359.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0360.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0361.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0362.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0363.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0364.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0365.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0366.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0367.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0368.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0369.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0370.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0371.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0372.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0373.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0374.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0375.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0376.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0377.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0378.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0379.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0380.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0381.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0382.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0383.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0384.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0385.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0386.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0387.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0388.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0389.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0390.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0391.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0392.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0393.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0394.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0395.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0396.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0397.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0398.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0399.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0400.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0401.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0402.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0403.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0404.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0405.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0406.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0407.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0408.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0409.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0410.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0411.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0412.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0413.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0414.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0415.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0416.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0417.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0418.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0419.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0420.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0421.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0422.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0423.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0424.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0425.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0426.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0427.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0428.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0429.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0430.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0431.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0432.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0433.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0434.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0435.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0436.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0437.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0438.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0439.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0440.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0441.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0442.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0443.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0444.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0445.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0446.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0447.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0448.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0449.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0450.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0451.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0452.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0453.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0454.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0455.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0456.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0457.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0458.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0459.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0460.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0461.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0462.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0463.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0464.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0465.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0466.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0467.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0468.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0469.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0470.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0471.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0472.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0473.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0474.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0475.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0476.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0477.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0478.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0479.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0480.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0481.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0482.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0483.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0484.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0485.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0486.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0487.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0488.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0489.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0490.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0491.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0492.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0493.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0494.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0495.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0496.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0497.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0498.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0499.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0500.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0501.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0502.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0503.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0504.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0505.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0506.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0507.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0508.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0509.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0510.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0511.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0512.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0513.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0514.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0515.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0516.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0517.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0518.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0519.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0520.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0521.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0522.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0523.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0524.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0525.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0526.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0527.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0528.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0529.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0530.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0531.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0532.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0533.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0534.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0535.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0536.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0537.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0538.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0539.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0540.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0541.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0542.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0543.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0544.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0545.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0546.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0547.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0548.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0549.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0550.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0551.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0552.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0553.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0554.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0555.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0556.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0557.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0558.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0559.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0560.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0561.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0562.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0563.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0564.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0565.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0566.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0567.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0568.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0569.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0570.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0571.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0572.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0573.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0574.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0575.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0576.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0577.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0578.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0579.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0580.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertWords/insert-words.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/el.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/en.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/fr.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/la.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/api.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/example01.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/base.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/cd.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/copy.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/empty.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/folder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/folderopen.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/globe.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/imgfolder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/join.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/joinbottom.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/line.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/minus.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/minusbottom.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/move.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/musicfolder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/nolines_minus.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/nolines_plus.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/offline.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/offline.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/page.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/plus.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/plusbottom.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/question.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/trash.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/scan.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/ListType.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/circle.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/decimal.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/disc.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/lower-alpha.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/lower-roman.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/none.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/square.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/upper-alpha.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/upper-roman.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/list-type.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/img/note.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/note-server.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/popups/codenote.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/img/ed_paste_text.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/paste-text.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/img/ed_quicktag.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/popups/quicktag.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/quick-tag.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/tag-lib.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/README:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/img/he-spell-check.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/img/spell-check.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/cz.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/da.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/hu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/ro.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/readme-tech.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-savedicts.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-style.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/stylist.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/img/ed_superclean.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/super-clean.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/tidy.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-delete.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-insert-after.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-insert-before.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-merge.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-prop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-split.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-delete.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-insert-after.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-insert-before.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-split.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-delete.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-insert-above.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-insert-under.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-prop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-split.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/table-prop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/cz.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/da.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/el.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/fi.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/it.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/ro.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/ed_template.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/layout_01.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/layout_02.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/layout_03.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/it.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/popups/template.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/template.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/template.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/img/unformat.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/popups/unformat.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/un-format.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/about.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/blank.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/color_picker.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/custom2.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/editor_help.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/insert_image.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/insert_table.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/link.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/old_insert_image.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.css:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/select_color.html:
	* packages/acs-templating/www/resources/xinha-nightly/popupwin.js:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/separator.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/separator.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/green-look/button-background.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/green-look/separator.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/green-look/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/README:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/back.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/hover.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/selected.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/separator.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/README:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/back.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/hover.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/selected.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/separator.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/back.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/hover.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/selected.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/separator.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/back.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/hover.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/selected.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/separator.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/skin.css:
	Initial checkin 

	* www/blank-master.adp:
	* www/blank-master.tcl:
	adding support for xinha to blank-master 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/imagelist.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/popups/paste_text.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/aspell_setup.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/fr.js:
	branches:  1.1.1.1.2; Initial checkin 

	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/slider.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/paragraph.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/word.js:
	branches:  1.1.1.1.8; Initial checkin 

	* packages/acs-templating/www/resources/xinha-nightly/images/de/bold.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/de/italic.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/de/underline.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbr/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbr/en.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/img/ed_abbreviation.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/popups/abbreviation.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/background-image.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/blufur.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/palecnvs.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/ppplcnvs.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/blufur.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/palecnvs.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/ppplcnvs.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/ylwsand.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/ylwsand.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/img/ed_bgimage.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/popups/bgimage.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/CharacterMap.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/img/ed_charmap.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/it.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/popups/select_character.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/clientside-spellcheck.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/img/clientside-spellcheck.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/img/he-spell-check.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/1.pl:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/el.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/menu.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DoubleClick/double-click.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/dynamiccss.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/edit-tag.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/img/ed_edit_tag.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/popups/edit_tag.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/EnterParagraphs/enter-paragraphs.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/abs_value.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/diag_fraction.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/divide.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/dsp_greater_equal.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/dsp_less_equal.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/dsp_notequal.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/equation.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/equation.old.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/greater_equal_than.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/hor_fraction.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/less_equal_than.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/mul.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/notequal.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/parenthesis.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/root.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/square_root.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/popups/operations.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filter.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filters/paragraph.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filters/word.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/img/ed_filter.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/find-replace.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/fr_engine.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/img/ed_find.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/popups/find_replace.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/README:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/default_form.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/form-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/formmail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/iframe.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/img/buttons.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/panel.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_button.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_checkbox.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_fieldset.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_file.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_form.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_hidden.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_image.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_label.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_password.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_radio.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_reset.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_select.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_submit.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_text.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_textarea.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/fieldset.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/form.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/input.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/label.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/select.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/img/docprop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/ro.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/popups/docprop.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/full-screen.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/horizontal-rule.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/popups/edit_horizontal_rule.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/README:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy-config.cfg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy-logic.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/img/html-tidy.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/README.txt:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/EditorContent.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/ImageEditor.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/hover.htc:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/imagelist.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/slider.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/wz_jsgraphics.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/backend.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/ddt.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/bikerpeep.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/linux/linux.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/wesnoth078.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/2x2.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/2x2_w.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/Thumbs.db:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btnFolderNew.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btnFolderUp.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btn_cancel.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btn_ok.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/crop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/default.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/div.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/dots.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/edit_active.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/edit_pencil.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/edit_trash.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/folder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/hand.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/islocked2.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/locked.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/measure.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/noimages.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/rotate.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/save.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/scale.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/spacer.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/t_black.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/t_white.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/unlocked.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/unlocked2.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/newFolder.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/img/insert-anchor.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/img/placeholder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/popups/insert_anchor.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/img/ed_marquee.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/insert-marquee.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/it.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/popups/insert_marquee.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/img/pagebreak.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/insert-pagebreak.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/InsertPicture.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/demo_pictures/bikerpeep.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/demo_pictures/wesnoth078.jpg:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/img/btn_open.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/img/nopic.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/insert-picture.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/viewpicture.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/img/ed_smiley.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/insert-smiley.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/popups/insertsmiley.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0001.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0002.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0003.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0004.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0005.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0006.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0007.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0008.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0009.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0010.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0011.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0012.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0013.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0014.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0015.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0016.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0017.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0018.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0019.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0020.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0021.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0022.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0023.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0024.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0025.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0026.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0027.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0028.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0029.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0030.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0031.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0032.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0033.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0034.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0035.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0036.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0037.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0038.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0039.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0040.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0041.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0042.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0043.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0044.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0045.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0046.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0047.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0048.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0049.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0050.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0051.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0052.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0053.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0054.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0055.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0056.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0057.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0058.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0059.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0060.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0061.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0062.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0063.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0064.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0065.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0066.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0067.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0068.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0069.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0070.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0071.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0072.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0073.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0074.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0075.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0076.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0077.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0078.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0079.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0080.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0081.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0082.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0083.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0084.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0085.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0086.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0087.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0088.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0089.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0090.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0091.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0092.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0093.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0094.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0095.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0096.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0097.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0098.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0099.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0100.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0101.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0102.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0103.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0104.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0105.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0106.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0107.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0108.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0109.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0110.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0111.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0112.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0113.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0114.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0115.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0116.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0117.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0118.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0119.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0120.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0121.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0122.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0123.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0124.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0125.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0126.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0127.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0128.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0129.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0130.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0131.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0132.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0133.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0134.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0135.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0136.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0137.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0138.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0139.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0140.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0141.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0142.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0143.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0144.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0145.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0146.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0147.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0148.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0149.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0150.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0151.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0152.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0153.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0154.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0155.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0156.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0157.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0158.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0159.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0160.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0161.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0162.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0163.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0164.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0165.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0166.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0167.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0168.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0169.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0170.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0171.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0172.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0173.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0174.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0175.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0176.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0177.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0178.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0179.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0180.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0181.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0182.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0183.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0184.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0185.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0186.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0187.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0188.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0189.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0190.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0191.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0192.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0193.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0194.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0195.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0196.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0197.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0198.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0199.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0200.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0201.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0202.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0203.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0204.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0205.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0206.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0207.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0208.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0209.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0210.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0211.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0212.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0213.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0214.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0215.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0216.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0217.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0218.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0219.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0220.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0221.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0222.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0223.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0224.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0225.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0226.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0227.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0228.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0229.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0230.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0231.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0232.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0233.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0234.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0235.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0236.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0237.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0238.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0239.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0240.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0241.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0242.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0243.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0244.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0245.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0246.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0247.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0248.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0249.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0250.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0251.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0252.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0253.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0254.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0255.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0256.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0257.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0258.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0259.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0260.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0261.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0262.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0263.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0264.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0265.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0266.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0267.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0268.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0269.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0270.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0271.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0272.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0273.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0274.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0275.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0276.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0277.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0278.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0279.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0280.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0281.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0282.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0283.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0284.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0285.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0286.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0287.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0288.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0289.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0290.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0291.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0292.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0293.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0294.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0295.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0296.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0297.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0298.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0299.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0300.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0301.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0302.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0303.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0304.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0305.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0306.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0307.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0308.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0309.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0310.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0311.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0312.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0313.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0314.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0315.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0316.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0317.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0318.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0319.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0320.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0321.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0322.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0323.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0324.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0325.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0326.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0327.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0328.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0329.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0330.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0331.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0332.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0333.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0334.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0335.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0336.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0337.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0338.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0339.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0340.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0341.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0342.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0343.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0344.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0345.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0346.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0347.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0348.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0349.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0350.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0351.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0352.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0353.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0354.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0355.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0356.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0357.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0358.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0359.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0360.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0361.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0362.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0363.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0364.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0365.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0366.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0367.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0368.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0369.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0370.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0371.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0372.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0373.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0374.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0375.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0376.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0377.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0378.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0379.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0380.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0381.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0382.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0383.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0384.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0385.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0386.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0387.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0388.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0389.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0390.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0391.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0392.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0393.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0394.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0395.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0396.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0397.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0398.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0399.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0400.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0401.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0402.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0403.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0404.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0405.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0406.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0407.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0408.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0409.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0410.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0411.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0412.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0413.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0414.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0415.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0416.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0417.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0418.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0419.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0420.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0421.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0422.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0423.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0424.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0425.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0426.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0427.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0428.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0429.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0430.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0431.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0432.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0433.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0434.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0435.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0436.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0437.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0438.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0439.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0440.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0441.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0442.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0443.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0444.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0445.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0446.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0447.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0448.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0449.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0450.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0451.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0452.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0453.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0454.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0455.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0456.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0457.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0458.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0459.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0460.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0461.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0462.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0463.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0464.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0465.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0466.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0467.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0468.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0469.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0470.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0471.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0472.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0473.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0474.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0475.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0476.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0477.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0478.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0479.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0480.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0481.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0482.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0483.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0484.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0485.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0486.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0487.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0488.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0489.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0490.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0491.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0492.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0493.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0494.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0495.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0496.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0497.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0498.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0499.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0500.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0501.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0502.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0503.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0504.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0505.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0506.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0507.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0508.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0509.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0510.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0511.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0512.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0513.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0514.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0515.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0516.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0517.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0518.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0519.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0520.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0521.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0522.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0523.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0524.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0525.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0526.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0527.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0528.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0529.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0530.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0531.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0532.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0533.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0534.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0535.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0536.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0537.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0538.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0539.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0540.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0541.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0542.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0543.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0544.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0545.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0546.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0547.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0548.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0549.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0550.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0551.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0552.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0553.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0554.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0555.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0556.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0557.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0558.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0559.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0560.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0561.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0562.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0563.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0564.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0565.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0566.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0567.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0568.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0569.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0570.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0571.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0572.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0573.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0574.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0575.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0576.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0577.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0578.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0579.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0580.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/InsertWords/insert-words.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/el.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/en.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/fr.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/la.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/api.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/example01.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/base.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/cd.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/copy.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/empty.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/folder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/folderopen.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/globe.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/imgfolder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/join.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/joinbottom.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/line.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/minus.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/minusbottom.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/move.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/musicfolder.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/nolines_minus.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/nolines_plus.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/offline.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/offline.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/page.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/plus.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/plusbottom.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/question.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/trash.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/scan.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/ListType.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/circle.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/decimal.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/disc.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/lower-alpha.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/lower-roman.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/none.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/square.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/upper-alpha.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/upper-roman.png:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/list-type.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/img/note.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/note-server.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/popups/codenote.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/img/ed_paste_text.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/paste-text.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/popups/paste_text.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/img/ed_quicktag.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/popups/quicktag.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/quick-tag.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/tag-lib.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/README:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/aspell_setup.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/img/he-spell-check.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/img/spell-check.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/cz.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/da.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/hu.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/ro.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/readme-tech.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-savedicts.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-style.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/stylist.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/dialog.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/paragraph.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/word.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/img/ed_superclean.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/super-clean.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/tidy.php:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-delete.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-insert-after.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-insert-before.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-merge.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-prop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-split.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-delete.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-insert-after.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-insert-before.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-split.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-delete.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-insert-above.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-insert-under.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-prop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-split.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/table-prop.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/cz.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/da.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/el.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/fi.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/it.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/ro.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/ed_template.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/layout_01.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/layout_02.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/layout_03.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/it.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/popups/template.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/template.css:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/Template/template.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/img/unformat.gif:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/popups/unformat.html:
	* packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/un-format.js:
	branches:  1.1.1; Initial revision 

	* packages/acs-templating/www/resources/xinha-nightly/examples/Extended.html:
	branches:  1.1.1;  1.1.2; file Extended.html was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/README:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/README:
	branches:  1.1.1;  1.1.2; file README was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/popups/about.html:
	branches:  1.1.1;  1.1.2; file about.html was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/b5.js:
	branches:  1.1.1;  1.1.2; file b5.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/back.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/back.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/back.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/back.png:
	branches:  1.1.1;  1.1.2; file back.png was initially added 
	on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/popups/blank.html:
	branches:  1.1.1;  1.1.2; file blank.html was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/skins/green-look/button-background.gif:
	branches:  1.1.1;  1.1.2; file button-background.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/button-background.png:
	branches:  1.1.1;  1.1.2; file button-background.png was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/ch.js:
	branches:  1.1.1;  1.1.2; file ch.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/popups/color_picker.js:
	branches:  1.1.1;  1.1.2; file color_picker.js was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/custom.css:
	branches:  1.1.1;  1.1.2; file custom.css was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/popups/custom2.html:
	branches:  1.1.1;  1.1.2; file custom2.html was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/cz.js:
	branches:  1.1.1;  1.1.2; file cz.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/da.js:
	branches:  1.1.1;  1.1.2; file da.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/de.js:
	branches:  1.1.1;  1.1.2; file de.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/dialog.js:
	branches:  1.1.1;  1.1.2; file dialog.js was initially added 
	on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/dynamic.css:
	branches:  1.1.1;  1.1.2; file dynamic.css was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_about.gif:
	branches:  1.1.1;  1.1.2; file ed_about.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align.gif:
	branches:  1.1.1;  1.1.2; file ed_align.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align_center.gif:
	branches:  1.1.1;  1.1.2; file ed_align_center.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align_justify.gif:
	branches:  1.1.1;  1.1.2; file ed_align_justify.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align_left.gif:
	branches:  1.1.1;  1.1.2; file ed_align_left.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align_right.gif:
	branches:  1.1.1;  1.1.2; file ed_align_right.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_blank.gif:
	branches:  1.1.1;  1.1.2; file ed_blank.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_buttons_main.gif:
	branches:  1.1.1;  1.1.2; file ed_buttons_main.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_charmap.gif:
	branches:  1.1.1;  1.1.2; file ed_charmap.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_clearfonts.gif:
	branches:  1.1.1;  1.1.2; file ed_clearfonts.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_color_bg.gif:
	branches:  1.1.1;  1.1.2; file ed_color_bg.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_color_fg.gif:
	branches:  1.1.1;  1.1.2; file ed_color_fg.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_copy.gif:
	branches:  1.1.1;  1.1.2; file ed_copy.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_custom.gif:
	branches:  1.1.1;  1.1.2; file ed_custom.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_cut.gif:
	branches:  1.1.1;  1.1.2; file ed_cut.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_delete.gif:
	branches:  1.1.1;  1.1.2; file ed_delete.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_bold.gif:
	branches:  1.1.1;  1.1.2; file ed_format_bold.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_italic.gif:
	branches:  1.1.1;  1.1.2; file ed_format_italic.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_strike.gif:
	branches:  1.1.1;  1.1.2; file ed_format_strike.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_sub.gif:
	branches:  1.1.1;  1.1.2; file ed_format_sub.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_sup.gif:
	branches:  1.1.1;  1.1.2; file ed_format_sup.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_underline.gif:
	branches:  1.1.1;  1.1.2; file ed_format_underline.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_help.gif:
	branches:  1.1.1;  1.1.2; file ed_help.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_hr.gif:
	branches:  1.1.1;  1.1.2; file ed_hr.gif was initially added 
	on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_html.gif:
	branches:  1.1.1;  1.1.2; file ed_html.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_image.gif:
	branches:  1.1.1;  1.1.2; file ed_image.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_indent_less.gif:
	branches:  1.1.1;  1.1.2; file ed_indent_less.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_indent_more.gif:
	branches:  1.1.1;  1.1.2; file ed_indent_more.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_killword.gif:
	branches:  1.1.1;  1.1.2; file ed_killword.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_left_to_right.gif:
	branches:  1.1.1;  1.1.2; file ed_left_to_right.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_link.gif:
	branches:  1.1.1;  1.1.2; file ed_link.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_list_bullet.gif:
	branches:  1.1.1;  1.1.2; file ed_list_bullet.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_list_num.gif:
	branches:  1.1.1;  1.1.2; file ed_list_num.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_overwrite.gif:
	branches:  1.1.1;  1.1.2; file ed_overwrite.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_paste.gif:
	branches:  1.1.1;  1.1.2; file ed_paste.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_print.gif:
	branches:  1.1.1;  1.1.2; file ed_print.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_redo.gif:
	branches:  1.1.1;  1.1.2; file ed_redo.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_right_to_left.gif:
	branches:  1.1.1;  1.1.2; file ed_right_to_left.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_rmformat.gif:
	branches:  1.1.1;  1.1.2; file ed_rmformat.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_save.gif:
	branches:  1.1.1;  1.1.2; file ed_save.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_save.png:
	branches:  1.1.1;  1.1.2; file ed_save.png was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_saveas.gif:
	branches:  1.1.1;  1.1.2; file ed_saveas.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_selectall.gif:
	branches:  1.1.1;  1.1.2; file ed_selectall.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_show_border.gif:
	branches:  1.1.1;  1.1.2; file ed_show_border.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_splitblock.gif:
	branches:  1.1.1;  1.1.2; file ed_splitblock.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_splitcel.gif:
	branches:  1.1.1;  1.1.2; file ed_splitcel.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_undo.gif:
	branches:  1.1.1;  1.1.2; file ed_undo.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/ed_word_cleaner.gif:
	branches:  1.1.1;  1.1.2; file ed_word_cleaner.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/popups/editor_help.html:
	branches:  1.1.1;  1.1.2; file editor_help.html was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/ee.js:
	branches:  1.1.1;  1.1.2; file ee.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/el.js:
	branches:  1.1.1;  1.1.2; file el.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/es.js:
	branches:  1.1.1;  1.1.2; file es.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-body.html:
	branches:  1.1.1;  1.1.2; file ext_example-body.html was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-dest.php:
	branches:  1.1.1;  1.1.2; file ext_example-dest.php was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-menu.php:
	branches:  1.1.1;  1.1.2; file ext_example-menu.php was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example.html:
	branches:  1.1.1;  1.1.2; file ext_example.html was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/fi.js:
	branches:  1.1.1;  1.1.2; file fi.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/fr.js:
	branches:  1.1.1;  1.1.2; file fr.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example-body.html:
	branches:  1.1.1;  1.1.2; file full_example-body.html was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example-menu.html:
	branches:  1.1.1;  1.1.2; file full_example-menu.html was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.css:
	branches:  1.1.1;  1.1.2; file full_example.css was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.html:
	branches:  1.1.1;  1.1.2; file full_example.html was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.js:
	branches:  1.1.1;  1.1.2; file full_example.js was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/fullscreen_maximize.gif:
	branches:  1.1.1;  1.1.2; file fullscreen_maximize.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/fullscreen_minimize.gif:
	branches:  1.1.1;  1.1.2; file fullscreen_minimize.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/gb.js:
	branches:  1.1.1;  1.1.2; file gb.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/he.js:
	branches:  1.1.1;  1.1.2; file he.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/hover.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/hover.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/hover.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/hover.png:
	branches:  1.1.1;  1.1.2; file hover.png was initially added 
	on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.css:
	branches:  1.1.1;  1.1.2; file htmlarea.css was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.js:
	branches:  1.1.1;  1.1.2; file htmlarea.js was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/hu.js:
	branches:  1.1.1;  1.1.2; file hu.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/inline-dialog.js:
	branches:  1.1.1;  1.1.2; file inline-dialog.js was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/popups/insert_image.html:
	branches:  1.1.1;  1.1.2; file insert_image.html was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/insert_table.gif:
	branches:  1.1.1;  1.1.2; file insert_table.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/popups/insert_table.html:
	branches:  1.1.1;  1.1.2; file insert_table.html was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/insertfilelink.gif:
	branches:  1.1.1;  1.1.2; file insertfilelink.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/insertmacro.png:
	branches:  1.1.1;  1.1.2; file insertmacro.png was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/it.js:
	branches:  1.1.1;  1.1.2; file it.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/ja.js:
	branches:  1.1.1;  1.1.2; file ja.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/contrib/lc_parse_strings.php:
	branches:  1.1.1;  1.1.2; file lc_parse_strings.php was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/license.txt:
	branches:  1.1.1;  1.1.2; file license.txt was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/popups/link.html:
	branches:  1.1.1;  1.1.2; file link.html was initially added 
	on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/lt.js:
	branches:  1.1.1;  1.1.2; file lt.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/lv.js:
	branches:  1.1.1;  1.1.2; file lv.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/nb.js:
	branches:  1.1.1;  1.1.2; file nb.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/nl.js:
	branches:  1.1.1;  1.1.2; file nl.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/no.js:
	branches:  1.1.1;  1.1.2; file no.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/popups/old_insert_image.html:
	branches:  1.1.1;  1.1.2; file old_insert_image.html was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/panel-dialog.js:
	branches:  1.1.1;  1.1.2; file panel-dialog.js was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/pl.js:
	branches:  1.1.1;  1.1.2; file pl.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.css:
	branches:  1.1.1;  1.1.2; file popup.css was initially added 
	on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	branches:  1.1.1;  1.1.2; file popup.js was initially added 
	on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/popupwin.js:
	branches:  1.1.1;  1.1.2; file popupwin.js was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/pt_br.js:
	branches:  1.1.1;  1.1.2; file pt_br.js was initially added 
	on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/ro.js:
	branches:  1.1.1;  1.1.2; file ro.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/ru.js:
	branches:  1.1.1;  1.1.2; file ru.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/se.js:
	branches:  1.1.1;  1.1.2; file se.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/popups/select_color.html:
	branches:  1.1.1;  1.1.2; file select_color.html was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/selected.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/selected.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/selected.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/selected.png:
	branches:  1.1.1;  1.1.2; file selected.png was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/separator.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/separator.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/green-look/separator.gif:
	branches:  1.1.1;  1.1.2; file separator.gif was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/separator.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/separator.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/separator.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/separator.png:
	branches:  1.1.1;  1.1.2; file separator.png was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/si.js:
	branches:  1.1.1;  1.1.2; file si.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/green-look/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/skin.css:
	branches:  1.1.1;  1.1.2; file skin.css was initially added 
	on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/stylist.css:
	branches:  1.1.1;  1.1.2; file stylist.css was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/testbed.html:
	branches:  1.1.1;  1.1.2; file testbed.html was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/tidy.gif:
	branches:  1.1.1;  1.1.2; file tidy.gif was initially added 
	on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/images/toggle_borders.gif:
	branches:  1.1.1;  1.1.2; file toggle_borders.gif was 
	initially added on branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/lang/vn.js:
	branches:  1.1.1;  1.1.2; file vn.js was initially added on 
	branch oacs-5-2. 

	* packages/acs-templating/www/resources/xinha-nightly/examples/Extended.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-body.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-menu.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example.html:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.css:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fr.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/about.html:
	branches:  1.2.2; initial-checkin 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	enhancing richtext procs for supporting xinha and rte. by 
	default, rte is defined. to use xinha, add the following 
	line to template::widget::richtext   set richtextEditor 
	xinha 

	* packages/acs-templating/www/resources/xinha-nightly/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.css:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.js:
	* packages/acs-templating/www/resources/xinha-nightly/inline-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/license.txt:
	* packages/acs-templating/www/resources/xinha-nightly/panel-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/popupwin.js:
	initial checkin 

	* packages/acs-templating/www/resources/xinha-nightly/contrib/lc_parse_strings.php:
	* packages/acs-templating/www/resources/xinha-nightly/dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/custom.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/dynamic.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-dest.php:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example-body.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example-menu.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.html:
	* packages/acs-templating/www/resources/xinha-nightly/examples/full_example.js:
	* packages/acs-templating/www/resources/xinha-nightly/examples/stylist.css:
	* packages/acs-templating/www/resources/xinha-nightly/examples/testbed.html:
	* packages/acs-templating/www/resources/xinha-nightly/htmlarea.js:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_about.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align_center.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align_justify.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align_left.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_align_right.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_blank.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_buttons_main.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_charmap.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_clearfonts.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_color_bg.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_color_fg.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_copy.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_custom.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_cut.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_delete.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_bold.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_italic.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_strike.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_sub.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_sup.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_format_underline.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_help.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_hr.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_html.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_image.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_indent_less.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_indent_more.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_killword.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_left_to_right.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_link.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_list_bullet.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_list_num.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_overwrite.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_paste.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_print.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_redo.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_right_to_left.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_rmformat.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_save.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_save.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_saveas.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_selectall.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_show_border.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_splitblock.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_splitcel.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_undo.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/ed_word_cleaner.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/fullscreen_maximize.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/fullscreen_minimize.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/insert_table.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/insertfilelink.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/insertmacro.png:
	* packages/acs-templating/www/resources/xinha-nightly/images/tidy.gif:
	* packages/acs-templating/www/resources/xinha-nightly/images/toggle_borders.gif:
	* packages/acs-templating/www/resources/xinha-nightly/inline-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/b5.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ch.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/cz.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/da.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/de.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ee.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/el.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/es.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/fi.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/gb.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/he.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/hu.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/it.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ja.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/lt.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/lv.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/nb.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/nl.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/no.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/pl.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/pt_br.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ro.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/ru.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/se.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/si.js:
	* packages/acs-templating/www/resources/xinha-nightly/lang/vn.js:
	* packages/acs-templating/www/resources/xinha-nightly/license.txt:
	* packages/acs-templating/www/resources/xinha-nightly/panel-dialog.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/blank.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/color_picker.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/custom2.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/editor_help.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/insert_image.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/insert_table.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/link.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/old_insert_image.html:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.css:
	* packages/acs-templating/www/resources/xinha-nightly/popups/popup.js:
	* packages/acs-templating/www/resources/xinha-nightly/popups/select_color.html:
	* packages/acs-templating/www/resources/xinha-nightly/popupwin.js:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/separator.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/separator.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/green-look/button-background.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/green-look/separator.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/green-look/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/README:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/back.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/hover.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/selected.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/separator.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/README:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/back.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/hover.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/selected.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/separator.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/back.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/hover.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/selected.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/separator.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/back.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/hover.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/selected.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/separator.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/skin.css:
	initial-checkin 

	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/separator.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/separator.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/green-look/button-background.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/green-look/separator.gif:
	* packages/acs-templating/www/resources/xinha-nightly/skins/green-look/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/README:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/back.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/hover.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/selected.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/separator.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/README:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/back.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/hover.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/selected.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/separator.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/titan/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/back.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/hover.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/selected.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/separator.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/skin.css:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/back.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/button-background.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/hover.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/selected.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/separator.png:
	* packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/skin.css:
	initial-checking of xinha 

	* www/blank-master.tcl:
	made the language test in xinha more restrictive, some 
	plugings have not enough languages specified. 

2005-10-31 miguelm

	* packages/acs-subsite/www/resources/core.js:
	making changes to accept the formart yyyy in year 

2005-10-30 maltes

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	Added new table which make the callback work for mail 
	tracking lite 

2005-10-29 maltes

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl:
	* packages/acs-content-repository/tcl/acs-content-repository-init.tcl:
	Added support for a different location for the CR files 
	using the CRFileLocationRoot parameter and some callback 
	magic 

	* packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl:
	branches:  1.1.2; file 
	acs-content-repository-callback-procs.tcl was initially 
	added on branch oacs-5-2. 

2005-10-28 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	Fixed problem with my comment... 

2005-10-28 daveb

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql:
	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql:
	Don't try to get the package id of folder_id 0 (which isn't 
	a folder anyway!) 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql:
	branches:  1.1.2; file upgrade-5.2.0b5-5.2.0b6.sql was 
	initially added on branch oacs-5-2. 

2005-10-27 donb

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	Fixed Daveb's translation of his PG change to this script 
	(he didn't have oracle to test his changes on) 

2005-10-27 daveb

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	Fix bug#2668 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	Fix bug#2668, don't try to recrete views for edit-this-page 
	content types without content tables. 

2005-10-26 maltes

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/content-item-procs.xql:
	Added content::item::get_id_by_name Procedure 

	* packages/acs-subsite/www/user/portrait/upload-2.tcl:
	Cleaned up the upload, made it more foolproof, changed the 
	parent_id of the portrait, reenabled the creation of the 
	link 

	* packages/acs-subsite/www/user/portrait/upload-2.tcl:
	Fixed the issue with an already existing relationship 

	* packages/acs-subsite/www/user/portrait/upload-2.xql:
	No longer needed 

2005-10-25 eduardop

	* packages/notifications/notifications.info:
	upgrade fixes 

2005-10-25 daveb

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d4-5.2.0d5.sql:
	Fix define function args for set_live_revision 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql:
	Fix upgrade since we support proper upgrade from beta to 
	release. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql:
	branches:  1.1.2; file upgrade-5.2.0b5-5.2.0b6.sql was 
	initially added on branch oacs-5-2. 

2005-10-24 eduardop

	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	reverting timoh's "added types application link and 
	application data link" until someone can explainme why it 
	was left broken (Closes: #2663) 

2005-10-23 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	Added salutation support 

	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	New I18N messages and some fixes 

	* packages/acs-mail-lite/catalog/acs-mail-lite.de_DE.ISO-8859-1.xml:
	branches:  1.1.2; German translation 

2005-10-21 roelc

	* packages/acs-templating/tcl/list-procs.tcl:
	Return text/csv mime type in template::list::write_csv 

2005-10-21 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Changed the support for the fixed sender mail so that still 
	the original sender will be shown in the mail-tracking 
	despite the fact that sendmail will get the fixed sender 
	mail 

	* packages/ref-timezones/ref-timezones.info:
	Fixed broken URL after the release 

	* packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	New I18N strings for various other packages. Should bring 
	the german translation to nearly 100% 

	* packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/search/catalog/search.de_DE.ISO-8859-1.xml:
	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	New I18N strings synchronized with the RC version 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-templating/acs-templating.info:
	* packages/search/search.info:
	Updated to the correct version numbers, as the URL was not 
	updated in the last commit 

	* packages/search/catalog/search.de_DE.ISO-8859-1.xml:
	branches:  1.1.2; file search.de_DE.ISO-8859-1.xml was 
	initially added on branch oacs-5-2. 

	* packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml:
	branches:  1.2.2; New I18N strings synchronized with the RC 
	version 

	* packages/acs-subsite/tcl/group-procs.tcl:
	the util_memoize_flush should be before the return... 

2005-10-20 jaufrecht

	* ChangeLog:
	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-cvs-concepts.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/using-cvs-with-openacs.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* readme.txt:
	openacs 5.2 rc 1 (tagged b5) 

2005-10-19 miguelm

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql:
	adding catalog files, procedures and making changes to 
	remove the contacts dependency on lib email.tcl files 

2005-10-19 maltes

	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	Added message key for Table and CSV 

	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	Added message key for URL 

2005-10-19 gerardom

	* packages/acs-automated-testing/tcl/tclwebtest-procs.tcl:
	Adding localhost in case of the ip is not configured in the 
	config.tcl file 

	* packages/acs-automated-testing/tcl/tclwebtest-procs.tcl:
	Adding option to use the local host if ip is not configured 
	in the file config.tcl 

	* packages/acs-automated-testing/tcl/aa-test-procs.tcl:
	Adding two procs to run tclwebtest that where already in 
	branch 5-1 

	* packages/acs-automated-testing/tcl/aa-test-procs-postgresql.xql:
	adding the query to get the first instance of a package htat 
	was in the already in the tag 5-1 

2005-10-18 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Removed package require which seemed to be causing problems 
	with forums. HOw on earth this could happen in the first 
	place... 

2005-10-17 maltes

	* packages/acs-content-repository/tcl/content-revision-procs-postgresql.xql:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	Added procedure to retrieve the item_id 

	* packages/acs-content-repository/tcl/revision-procs.tcl:
	We had the issue that some content was not uploaded properly 
	and we want to make sure to give back some kind of error to 
	the user. This is why we wrap it. 

2005-10-14 miguelm

	* packages/acs-subsite/www/resources/core.js:
	changing the default format of calendar output to y-mm-dd 
	instead of d-m-y 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	checking the parametr FixedSenderEmail before sending the 
	message to figure out which address use 

	* packages/acs-mail-lite/acs-mail-lite.info:
	increment version number, adding FixedSenderEmail parameter 

2005-10-13 miguelm

	* packages/acs-subsite/www/resources/core.js:
	adding format functionallity to showCalendar function that 
	specifies the way the date is going to be returned. Use it 
	like this showCalendar(id,dateformat) where date format can 
	be any combination of letters y m d D M with a separator 
	like a , or a - .If dateformat is not provided then set the 
	default dateformat to d-m-y 

	* packages/acs-subsite/www/resources/core.js:
	adding missing ; 

2005-10-13 daveb

	* packages/acs-templating/tcl/date-procs.tcl:
	* packages/acs-templating/tcl/test/date-procs.tcl:
	Apply patch#740. Fixes bug#2533. Do version check on Oracle 
	to determine whether to use to_timestamp or to_date. 

	* packages/acs-templating/tcl/test/date-procs.tcl:
	branches:  1.1.2; file date-procs.tcl was initially added on 
	branch oacs-5-2. 

2005-10-12 timoh

	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	added application links and application data links 
	registration 

	* packages/acs-lang/tcl/locale-procs.tcl:
	added support to support user_id when setting locale 

	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	added types application link and application data link 

	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	fixing broken kernal because of application link depending 
	on apm_packages 

	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	removed application data links 

2005-10-11 rafael

	* packages/acs-subsite/www/index.adp:
	fixed broken link 

	* packages/acs-subsite/www/index.adp:
	fixed link 

2005-10-11 donb

	* packages/acs-admin/www/apm/package-delete-2.tcl:
	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	Fixed bug #2496.  Obscure locking issue caused PG to hang on 
	any package trying to drop a table with a foreign key 
	reference to apm_packages. 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	Fixed this bug many moons ago but failed to commit ... 

2005-10-10 leed

	* packages/acs-templating/tcl/tag-init.tcl:
	branches:  1.25.2; Add option to automatically propagate all 
	slave properties to the next master template to make this 
	one 'invisible'. 

2005-10-09 gustafn

	* packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl:
	branches:  1.20.2; adding sopport for xotcl methods to api 
	browser (most of the implementation is in xotcl-core). 

	* packages/acs-bootstrap-installer/bootstrap.tcl:
	loading xotcl (if available) before application packages 
	that might use it. 

2005-10-06 leed

	* packages/acs-templating/tcl/list-procs.tcl:
	use dummy query name in list::prepare 

2005-10-05 maltes

	* packages/acs-content-repository/tcl/content-item-procs.xql:
	Added missing SQL 

	* packages/acs-subsite/tcl/subsite-callback-procs.tcl:
	* packages/acs-subsite/www/o.vuh:
	Added subsite::url callback and hooked it into o.vuh 

2005-10-05 daveb

	* packages/search/tcl/search-procs.tcl:
	Add search callback definitions. 

2005-10-04 timoh

	* packages/acs-lang/tcl/lang-util-procs.xql:
	added order statement 

	* packages/acs-lang/tcl/locale-procs.tcl:
	added user_id switch when setting locale 

2005-10-04 maltes

	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	More german translations 

2005-10-04 leed

	* packages/acs-tcl/tcl/install-procs.tcl:
	Added package-create tag to instantiate a package in 
	install.xml without mounting it. 

	* packages/acs-tcl/tcl/application-link-procs.tcl:
	Return rel_id from application-link tag so that other tags 
	can use it. 

2005-10-03 rocaelh

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b2-5.2.0b3.sql:
	branches:  1.1.2; file upgrade-5.2.0b2-5.2.0b3.sql was 
	initially added on branch oacs-5-2. 

	* packages/acs-content-repository/acs-content-repository.info:
	changed to 5.2.0b3 the version, to have the CR enhances to 
	make effect in an upgraded installation 

	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b2-5.2.0b3.sql:
	changes and new upgrade file for fixing performan issues in 
	the CR when adding / editing an item 

2005-10-02 roelc

	* packages/acs-authentication/tcl/local-procs.tcl:
	Modified auth::local::registration::Register to recognize -1 
	as value to EmailRegistrationConfirmationToUserP (don't send 
	email at all) 

	* packages/acs-subsite/acs-subsite.info:
	Updated parameter description for 
	EmailRegistrationConfirmationToUserP 

2005-09-30 miguelm

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	adding no_callback switch to acs-mail-lite::complex_send and 
	::send to restrict callbacks 

	* packages/acs-mail-lite/acs-mail-lite.info:
	increment version number to get changes in procedures 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	making changes to work with boolean no_calback_p switch 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	making changes to work with boolean no_calback_p switch on 
	procedure acs_mail_lite::send 

2005-09-30 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Changed the no-callback switch to boolean 

2005-09-30 leed

	* packages/acs-tcl/tcl/install-procs.tcl:
	Added install action to define a relation type. 

	* packages/acs-tcl/tcl/application-link-procs.tcl:
	Allow application link creation in install action by 
	package_id. 

2005-09-29 maltes

	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	Fixed typo 

2005-09-28 rafael

	* packages/acs-subsite/www/index.adp:
	Added information about openacs/dotlrn, links and resources 
	so newbies know what to do after install 

2005-09-28 maltes

	* packages/notifications/notifications.info:
	* packages/notifications/tcl/notification-callback-procs.tcl:
	* packages/notifications/tcl/reply-sweep-init.tcl:
	Commit on behalf of Nima. Notifications is now using a 
	callback on the general acs-mail-lite sweeper for incoming 
	emails instead of relying on it's own procedures. Just in 
	case the old procs are still in place, just commented out 

	* packages/acs-subsite/tcl/subsite-callback-procs.tcl:
	* packages/acs-subsite/www/shared/parameters.tcl:
	Commit on behalf of Nima. Support for a callback on 
	parameter change 

	* packages/notifications/tcl/reply-sweep-init.tcl:
	Enable Scan for replies again, as this should be the default 
	on 5.2 

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.xql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql:
	Importing on behalf of Nima. Enhancement for the support of 
	incoming email 

	* packages/notifications/tcl/notification-callback-procs.xql:
	branches:  1.1.2.2.4; Commit on behalf of Nima. 
	Notifications is now using a callback on the general 
	acs-mail-lite sweeper for incoming emails instead of relying 
	on it's own procedures. Just in case the old procs are still 
	in place, just commented out 

2005-09-28 daveb

	* packages/acs-admin/www/install/install-4.tcl:
	* packages/acs-admin/www/install/install.tcl:
	Fix bug#2633. Make context bar consistent for all pages in 
	install page flow. 

2005-09-27 leed

	* packages/acs-tcl/tcl/object-procs.tcl:
	* packages/acs-tcl/tcl/object-procs.xql:
	Added accessor function to set context id. 

	* packages/acs-tcl/tcl/install-procs.tcl:
	trim slashes from mount points so that mounting doesn't 
	break 

2005-09-27 daveb

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql:
	Fix bug#2629. Use Postgresql syntax to cast to an interval. 
	It doens't matter if we use the oracle style convenience 
	funciton since this is still a postgresql specific query. 

2005-09-27 andrewg

	* packages/acs-subsite/tcl/email-image-procs.tcl:
	My Solaris machine does not have 'whereis' installed.  
	Windows machines may not have 'find' installed.  This code 
	needs to be refactored, perhaps putting the ImageMagick 
	paths in apm parameters like other packages that use 
	ImageMagick do. 

2005-09-25 rafael

	* packages/acs-subsite/www/pvt/home.adp:
	added h2 for background compatibility and removed all 
	action-links tag 

2005-09-24 rafael

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	added 'privacy' tag 

	* packages/acs-subsite/www/pvt/home.adp:
	made column narrower and swaped them 

	* packages/acs-subsite/www/pvt/home.adp:
	* packages/acs-subsite/www/pvt/home.tcl:
	* packages/acs-subsite/www/pvt/home.xql:
	redesign according to graphic designer specs 

2005-09-24 maltes

	* packages/acs-subsite/tcl/group-procs.tcl:
	* packages/acs-subsite/tcl/group-procs.xql:
	Modified the group::get_id proc to a) not bomb and b) allow 
	a subsite_id or application_group_id to be passed in in the 
	hope that this allows application developers to narrow down 
	the list of group_ids returned 

2005-09-23 maltes

	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	Fixed move function 

2005-09-23 josee

	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	adding missing line: select 
	define_function_args('acs_rel__new','rel_id,rel_type,object_i
	d_one,object_id_two,context_id,creation_user,creation_ip'); 

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d9-5.2.0d10.sql:
	adding upgrade script and changing the version number (for 
	the missing line select 
	define_function_args('acs_rel__new','rel_id,rel_type,object_i
	d_one,object_id_two,context_id,creation_user,creation_ip') 
	in the acs-relationships-create.sql file) 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b1-5.2.0b2.sql:
	branches:  1.1.2; file upgrade-5.2.0b1-5.2.0b2.sql was 
	initially added on branch oacs-5-2. 

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b1-5.2.0b2.sql:
	changing version number and adding respective upgrade script 

2005-09-22 maltes

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	Added procedure to upload a file under a parent_id 

	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	* packages/notifications/notifications.info:
	* packages/notifications/sql/postgresql/notifications-core-create.sql:
	* packages/notifications/sql/postgresql/notifications-init.sql:
	* packages/notifications/sql/postgresql/notifications-replies-create.sql:
	I18N of notifications 

	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	New German Translations 

	* packages/acs-tcl/acs-tcl.info:
	Updded version number for new strings 

2005-09-22 josee

	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	adding missing line:  select 
	define_function_args('acs_rel__new','rel_id,rel_type,object_i
	d_one,object_id_two,context_id,creation_user,creation_ip'); 

2005-09-22 eduardop

	* packages/notifications/sql/postgresql/notifications-init.sql:
	reverting broken Malte's i18n patch (I think these strings 
	should be translated) 

2005-09-20 rafael

	* packages/acs-subsite/www/user/portrait/upload-2.tcl:
	fixed bug as described in 
	http://openacs.org/bugtracker/openacs/bug?bug%5fnumber=2588 

2005-09-20 jader

	* packages/acs-core-docs/www/xml/install-guide/aolserver4.xml:
	Add link for errors when compiling with gcc 4 

	* packages/acs-core-docs/www/xml/install-guide/aolserver4.xml:
	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	Update for Fedora Core, update dead links. Update to use 
	tDOM 0.80 

	* packages/acs-core-docs/www/xml/install-guide/aolserver4.xml:
	Update link to tDOM 

2005-09-19 maltes

	* packages/acs-tcl/tcl/pdf-procs.tcl:
	Made sure the PDF file actually exists before returning the 
	filename 

2005-09-18 daveb

	* packages/acs-subsite/lib/login.tcl:
	Applied patch#707 to fix bug#2539. Submit registration form 
	to subsite register url. 

	* packages/acs-subsite/lib/login.tcl:
	Better fix for bug#2539 that works with host-node mapping. 

2005-09-17 torbenb

	* packages/acs-templating/tcl/util-procs.tcl:
	correcting poor formating for my recent changes to 
	tcl_to_sql_list 

	* packages/acs-templating/tcl/test/parse-test-procs.tcl:
	* packages/acs-templating/tcl/util-procs.tcl:
	fix for bug 2526, adding DoubleApos functionality to 
	tcl_to_sql_list 

	* packages/acs-templating/tcl/test/parse-test-procs.tcl:
	* packages/acs-templating/tcl/util-procs.tcl:
	fix for bug 2526, adding DoubleApos/ns_dbquotevalue 
	functionality 

2005-09-17 maltes

	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	More I18N updates and German Translations. Luckily no 
	customer of ours will see the admin pages (as I18N is 
	unknown territory there....) 

2005-09-16 torbenb

	* packages/acs-templating/tcl/util-procs.tcl:
	reversing fix for bug 2526, due to bug 2593 

	* packages/acs-templating/tcl/test/parse-test-procs.tcl:
	reversing tests associated with fix for bug 2526, due to bug 
	2593 

2005-09-16 miguelm

	* packages/acs-tcl/tcl/community-core-procs.tcl:
	adding person::person_p procedure 

	* packages/acs-tcl/acs-tcl.info:
	adding person::person_p procedure, increment version number 

2005-09-16 maltes

	* packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	Added a couple of new translations into german and some 
	language strings for English. Some catalog files go their 
	version number bumped up due to the fact that the package 
	version had increased in the meantime 

	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/tcl/group-procs.tcl:
	* packages/acs-subsite/tcl/group-procs.xql:
	Added new version of group::get_members that is a little bit 
	smarter with the type as it is quering acs_objects instead 
	of individual tables, using the object_type 

2005-09-16 eduardop

	* packages/acs-templating/tcl/util-procs.tcl:
	doing a proper revert fix for bug 2526, due to bug 2593 

2005-09-15 maltes

	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/tcl/group-procs.tcl:
	* packages/acs-subsite/tcl/group-procs.xql:
	Added the group::title function to retrieve the title of a 
	group and added some caching. Upped Version number for 
	Project Manager that depends on these changes 

2005-09-13 timoh

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b1-5.2.0b2.sql:
	branches:  1.1.2; file upgrade-5.2.0b1-5.2.0b2.sql was 
	initially added on branch oacs-5-2. 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b1-5.2.0b2.sql:
	bugfix: moving content item 

2005-09-12 gerardom

	* packages/acs-automated-testing/tcl/aa-test-procs.tcl:
	added one proc to use aa_log_result using a boolean var from 
	the testcase 

2005-09-09 maltes

	* packages/acs-subsite/tcl/group-procs.tcl:
	Store the I18N version of the group_name in the title 

	* packages/acs-subsite/tcl/apm-callback-procs.tcl:
	* packages/acs-subsite/tcl/group-procs.tcl:
	changed the naming of the message key to 
	"group_title_$group_id" as this caused confusion in acs-lang 
	with the additional "." 

2005-09-08 timoh

	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/tcl/pdf-procs.tcl:
	added procs to convert html to pdf, added parameter to 
	htmldoc binary 

	* packages/acs-tcl/tcl/pdf-procs.tcl:
	branches:  1.1.2; file pdf-procs.tcl was initially added on 
	branch oacs-5-2. 

2005-09-08 skaufman

	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	fixes bug 2589, implements patch 730; CR now passes 
	automated-testing 

2005-09-08 maltes

	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	* packages/ref-countries/catalog/ref-countries.de_DE.ISO-8859-1.xml:
	* packages/ref-countries/catalog/ref-countries.en_US.ISO-8859-1.xml:
	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	New I18n 

2005-09-07 skaufman

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	fixed typos in permission-related string substitutions 

2005-09-07 maltes

	* packages/acs-lang/tcl/lang-util-procs.tcl:
	* packages/acs-lang/tcl/lang-util-procs.xql:
	Added get_locale_options 

	* packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	Added missing language key 

2005-09-07 eduardop

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	bugfix: fixing bug #2591: URL Component Starting with "-" 
	crashes rp_filter 

2005-09-06 skaufman

	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	added missing key; corrected spelling 

2005-09-02 darior

	* packages/acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml:
	translated the new terms 

2005-09-01 darior

	* packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml:
	translated the new terms 

	* packages/acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml:
	update language ca_ES 

2005-08-30 maltes

	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	New i18n 

2005-08-26 miguelm

	* packages/acs-templating/resources/lists/select-menu.adp:
	adding a # to the null value on the option menu 

2005-08-26 jaufrecht

	* ChangeLog:
	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-resources.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-core-docs/www/install-ssl.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/install-tclwebtest.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-cvs-concepts.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-vuh.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	* packages/acs-core-docs/www/upgrade.html:
	* packages/acs-core-docs/www/uptime.html:
	* packages/acs-core-docs/www/using-cvs-with-openacs.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/install-guide/openacs.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* readme.txt:
	updated package info for 5.2.0b1 

2005-08-25 maltes

	* packages/acs-translations/acs-translations.info:
	Added acs-translations to the 5.2 branch. If installed it 
	will enable convert_to_i18n to work 

	* packages/acs-lang/tcl/lang-util-procs.tcl:
	Added lang::util::convert_to_i18n made optional (depending 
	on the installation of acs-translations) 

2005-08-23 maltes

	* packages/acs-templating/resources/lists/select-menu.adp:
	Added list style with drop down boxes for filters 

2005-08-22 leed

	* packages/acs-tcl/tcl/30-xml-utils-procs.tcl:
	Added tdom set attribute wrapper 

	* packages/acs-tcl/tcl/install-procs.tcl:
	Allow ids as parameter values 

2005-08-19 miguelm

	* packages/acs-templating/resources/lists/select-menu.adp:
	adding clear url to the empty option of the list 

2005-08-19 jeffd

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d17-5.2.0d18.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d4-5.2.0d5.sql:
	fix the define_function_args thing for 
	content_item__set_live_revision reported by Peter Alberer 

2005-08-17 daveb

	* packages/acs-tcl/lib/page-error.tcl:
	Add catch around call to ns_sendmail. Fixes bug#2573 

2005-08-16 nimam

	* packages/acs-admin/www/apm/packages-install-2.adp:
	* packages/acs-admin/www/apm/packages-install-2.tcl:
	* packages/acs-admin/www/apm/packages-install-3.adp:
	* packages/acs-admin/www/apm/packages-install-3.tcl:
	* packages/acs-admin/www/apm/packages-install.adp:
	* packages/acs-admin/www/apm/packages-install.tcl:
	Using adp pages now for a consistent UI 

	* packages/acs-admin/www/apm/packages-install-2.adp:
	branches:  1.1.2; file packages-install-2.adp was initially 
	added on branch oacs-5-1. 

	* packages/acs-admin/www/apm/packages-install-3.adp:
	branches:  1.1.2; file packages-install-3.adp was initially 
	added on branch oacs-5-1. 

	* packages/acs-admin/www/apm/packages-install.adp:
	branches:  1.1.2; file packages-install.adp was initially 
	added on branch oacs-5-1. 

2005-08-16 miguelm

	* packages/acs-templating/resources/lists/select-menu.adp:
	branches:  1.1.2;  1.1.4; file select-menu.adp was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/resources/lists/select-menu.adp:
	new style for filters display, it displays a select box 
	instead of the tradicional links 

2005-08-16 maltes

	* packages/acs-templating/resources/lists/select-menu.adp:
	file select-menu.adp was added on branch oacs-5-1 on 
	2005-08-23 06:19:33 +0000 

2005-08-14 torbenb

	* packages/acs-templating/tcl/test/parse-test-procs.tcl:
	* packages/acs-templating/tcl/util-procs.tcl:
	resolves bug 2526, tcl_to_sql_list now uses db_ bind vars, 
	includes tests requested by daveb 

2005-08-13 torbenb

	* packages/acs-core-docs/www/files/nsd-postgres.txt:
	adding freebsd note 

	* etc/daemontools/run:
	adding freebsd note from oacs-5-1 version 

2005-08-10 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.xql:
	Added callback procedures 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql:
	Fixing bug #2404 

	* packages/acs-content-repository/tcl/content-folder-procs-oracle.xal:
	* packages/acs-content-repository/tcl/content-folder-procs-oracle.xql:
	Fixing bug 2558 

	* packages/acs-content-repository/tcl/content-folder-procs-oracle.xql:
	branches:  1.1.2; file content-folder-procs-oracle.xql was 
	initially added on branch oacs-5-1. 

2005-08-09 miguelm

	* packages/acs-content-repository/sql/postgresql/content-symlink.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a3-5.2.0a4.sql:
	adding function content_symlink__del, this function is 
	called from content_symlink__delete 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a3-5.2.0a4.sql:
	branches:  1.1.2; file upgrade-5.2.0a3-5.2.0a4.sql was 
	initially added on branch oacs-5-2. 

	* packages/acs-content-repository/acs-content-repository.info:
	incrementing version number to use content_symlink__del 

2005-08-09 marka

	* packages/acs-templating/tcl/list-procs.tcl:
	I wonder who put this there! I think page_name_query is the 
	right value - seems to be 

	* packages/acs-templating/tcl/list-procs.tcl:
	I wonder who put this there! page_name_query was originally 
	there and seems to work fine... 

2005-08-05 gyang

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Make acs_mail_lite::send doc message slightly less ambigous 

2005-08-04 skaufman

	* packages/acs-mail-lite/tcl/acs-mail-lite-init.tcl:
	scan_replies has been removed -- see 
	http://cvs.openacs.org/cvs/openacs-4/packages/acs-mail-lite/t
	cl/acs-mail-lite-procs.tcl?r1=1.26&r2=1.27 -- so it 
	shouldn't be ad_scheduled 

2005-08-04 miguelm

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	adding quotes to query to execute the tcl procedure 

	* packages/acs-content-repository/tcl/content-symlink-procs.tcl:
	content::symlink::delete should call content_symlynk__delete 
	instead of content_symlink__del, fixing that problem 

2005-08-04 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Formatting changes 

	* packages/acs-tcl/tcl/base64-procs.tcl:
	* packages/acs-tcl/tcl/mime-procs.tcl:
	Made sure to only load the mime and base64 procs if they are 
	not already there 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Made sure to only provide complex send if it can be run 

2005-08-03 victorg

	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	Moving folders was broken. Adding the correct definitios of 
	content_folder__move function. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql:
	typo, missing '_' 

2005-08-03 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	New processing of incoming mail by Nima 

2005-08-02 maltes

	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/tcl/rel-types-procs-oracle.xql:
	* packages/acs-subsite/tcl/rel-types-procs-postgresql.xql:
	* packages/acs-subsite/tcl/rel-types-procs.tcl:
	* packages/acs-subsite/tcl/rel-types-procs.xql:
	* packages/acs-subsite/www/permissions/perm-user-add-include.tcl:
	* packages/acs-subsite/www/permissions/perm-user-add.tcl:
	I18N of strings and roles 

2005-08-01 daveb

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a2-5.2.0a3.sql:
	Add image procs that support package_id to upgrade script 

2005-07-31 maltes

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/www/admin/site-map/index.tcl:
	I18N 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	More I18N 

2005-07-28 maltes

	* packages/acs-lang/tcl/lang-util-procs.xql:
	Added procedure to get all locales 

	* packages/acs-lang/tcl/lang-util-procs.tcl:
	Added procedure to retrieve all locales known in the system 

	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	More common message keys 

	* packages/acs-subsite/tcl/party-procs.tcl:
	added function to retrieve the email of a party 

2005-07-27 timoh

	* packages/acs-subsite/tcl/group-procs.tcl:
	* packages/acs-subsite/tcl/group-procs.xql:
	added proc group::get_id 

	* packages/acs-subsite/tcl/group-procs.tcl:
	* packages/acs-subsite/tcl/group-procs.xql:
	added proc group::get_members 

2005-07-27 michaels

	* packages/acs-authentication/tcl/authentication-procs.tcl:
	add check to on-demand sync (i.e., local account creation 
	with external user info) to ensure account was actually 
	created. If not, return useful message 

2005-07-27 maltes

	* packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/acs-templating/tcl/list-procs.tcl:
	I18N of List Builder's problem with no data 

	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/lib/ad-return-complaint.adp:
	* packages/acs-tcl/lib/complain.adp:
	* packages/acs-tcl/tcl/tcl-documentation-procs.tcl:
	I18N of error messages 

	* packages/acs-subsite/www/permissions/perm-include.tcl:
	I18N of strings 

	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/sql/postgresql/acs-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-install.sql:
	* packages/acs-kernel/sql/postgresql/rel-constraints-create.sql:
	* packages/acs-kernel/sql/postgresql/rel-segments-create.sql:
	More I18N 

2005-07-26 timoh

	* packages/acs-tcl/tcl/application-data-link-procs-oracle.xql:
	* packages/acs-tcl/tcl/application-data-link-procs-postgresql.xql:
	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	* packages/acs-tcl/tcl/application-data-link-procs.xql:
	* packages/acs-tcl/tcl/application-link-procs-oracle.xql:
	* packages/acs-tcl/tcl/application-link-procs-postgresql.xql:
	* packages/acs-tcl/tcl/application-link-procs.tcl:
	* packages/acs-tcl/tcl/application-link-procs.xql:
	added application links and application data links 

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	branches:  1.1.2.2.4; added callback procs 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	bugfix: fixing error in sendmail proc - wrong catch 
	expression 

2005-07-23 maltes

	* packages/acs-lang/tcl/locale-procs.tcl:
	Fixed two bugs (in my opinion) as the procedure was doing 
	two entirely different things when called with a user_id or 
	without. 

2005-07-22 skaufman

	* packages/acs-subsite/www/members/index.tcl:
	displays in member list other roles than just member and 
	admin, if defined 

	* packages/acs-subsite/www/admin/group-types/new.tcl:
	handles internationalization of supertypes options 

	* packages/acs-subsite/www/admin/rel-types/new-2.tcl:
	handles internationalized roles and object types 

	* packages/acs-subsite/www/admin/object-types/alphabetical-index.tcl:
	internationalization fix for pretty_name 

	* packages/acs-subsite/www/admin/object-types/one.tcl:
	internationalization fix for pretty_name, pretty_plural 

	* packages/acs-tcl/tcl/object-type-procs.tcl:
	internationalization fix for proc acs_object_type_hierarchy 

	* packages/acs-subsite/www/members/index.xql:
	query for real roles; see bug 2543 

	* packages/acs-subsite/www/admin/rel-types/roles/new.tcl:
	replaces plsql with tcl api to create role -&gt; 
	internationalizes role names 

2005-07-22 roelc

	* packages/acs-templating/tcl/list-procs.tcl:
	set __adp_stub so includes work. Only fully qualified 
	includes will work with this 

2005-07-21 skaufman

	* packages/acs-admin/www/apm/parameter-delete.adp:
	adds missing template .adp 

	* packages/acs-admin/www/apm/parameter-delete.tcl:
	fixes broken ad_form and returns template correctly 

2005-07-21 leed

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	Fixed callback bug - implementations don't know what the 
	args of the contract are. 

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	Merged fix from HEAD. 

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	Merged fix from head. 

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	Removed uneeded case for callbacks. 

2005-07-21 hamiltonc

	* packages/acs-subsite/tcl/callback-procs.tcl:
	looks like there is a missing user_id parameter in the 
	callback 

2005-07-21 gerardom

	* packages/acs-automated-testing/tcl/aa-test-procs-oracle.xql:
	* packages/acs-automated-testing/tcl/aa-test-procs-postgresql.xql:
	* packages/acs-automated-testing/tcl/aa-test-procs.tcl:
	Adding a proc to get the first mounted instance of a package 
	to used in tclwebtest 

2005-07-21 andrewg

	* readme.txt:
	Testing commit after updating the postcommit_actions script. 
	 Please ignore. 

2005-07-20 daveb

	* packages/acs-lang/www/admin/localized-message-new.tcl:
	Set focus variable, its passed as a property. 

2005-07-19 maltes

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/sql/postgresql/attribute.sql:
	* packages/acs-subsite/sql/postgresql/portraits.sql:
	* packages/acs-subsite/sql/postgresql/user-profiles-create.sql:
	Added I18n versions of relationships 

	* packages/notifications/tcl/notification-request-procs.tcl:
	* packages/notifications/tcl/notification-request-procs.xql:
	Added request_count procedure from 5.1 

	* packages/acs-subsite/tcl/group-procs.tcl:
	Added support for a pretty group name stored in the title 
	for the creation of a group 

	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/sql/postgresql/acs-create.sql:
	* packages/acs-kernel/sql/postgresql/community-core-create.sql:
	* packages/acs-kernel/sql/postgresql/groups-create.sql:
	I18N of Names in sql files 

	* packages/acs-subsite/tcl/group-procs.tcl:
	Took out convert_to_i18n as this is HEAD function that 
	cannot be backported due to openacs rules (as it would add a 
	new dependency on acs-translations in acs-lang) 

2005-07-19 leed

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	Fixed callbacks to not call the arg parser when no switches 
	are declared. 

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	Merged callback fix from HEAD. 

2005-07-19 enriquec

	* packages/notifications/tcl/notification-callback-procs.tcl:
	* packages/notifications/tcl/notification-callback-procs.xql:
	* packages/notifications/tcl/notification-procs.tcl:
	* packages/notifications/tcl/notification-procs.xql:
	Moving callback implementations from notification-procs to 
	notification-callback-procs 

	* packages/notifications/tcl/notification-callback-procs.tcl:
	branches:  1.1.2; file notification-callback-procs.tcl was 
	initially added on branch oacs-5-2. 

	* packages/notifications/tcl/notification-callback-procs.xql:
	branches:  1.1.2; file notification-callback-procs.xql was 
	initially added on branch oacs-5-2. 

2005-07-18 andrewg

	* packages/acs-admin/www/apm/packages-install-4.tcl:
	* packages/acs-tcl/tcl/00-database-procs.tcl:
	Adding new proc db_bounce_pools and calling it after each 
	package is installed or upgraded.  Installations/upgrades 
	are done in a separate process, making changes that could 
	affect our sessions.  This is particularly a problem with 
	the content_item package on Oracle.  To be on the safe side 
	we refresh the db connections after each install/upgrade. 

	* packages/acs-templating/www/resources/lists.css:
	Button lists weren't wrapping cleanly.  This inserts a 
	little extra vertical space.  The 250% value was a tradeoff 
	between IE, where the separation is largeish, and Firefox, 
	where the separation is smallish. 

	* packages/acs-admin/www/apm/packages-install-4.tcl:
	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	Moving the call to db_bounce_pools from 
	packages-install-4.tcl to apm_package_install_data_model. 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	Recompiling content_item didn't work.  We needed to bounce 
	the db pools, which we're doing now from apm. 

2005-07-17 daveb

	* packages/notifications/notifications.info:
	Increase version number to reflect new depency on callbacks 
	for user merge. 

	* packages/notifications/notifications.info:
	Make version numbers consistent. 

2005-07-15 daveb

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d9-5.2.0d10.sql:
	Fixes bug#2530. Create content_revision delete on upgrade 
	that unsets live and latest revisions. 

2005-07-15 andrewg

	* packages/acs-content-repository/tcl/revision-procs.tcl:
	* packages/acs-content-repository/tcl/revision-procs.xql:
	Rolling in daveb's mime type patches from oacs-5-2 

2005-07-08 jeffd

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	doh forgot to init err1 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	need to catch close since if close fails you could send 
	message over and over 

2005-07-07 enriquec

	* packages/acs-admin/tcl/merge-procs.tcl:
	Adding merge namespace. Now the callbacks will be defined 
	under this namespace 

	* packages/notifications/tcl/notification-procs.tcl:
	Removing eval from callbacks implementation definition and 
	adding the namespace 'merge' 

2005-07-06 maltes

	* packages/notifications/tcl/notification-request-procs.tcl:
	* packages/notifications/tcl/notification-request-procs.xql:
	Added new request proc from 5.1 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Using the hostname is considerable better than using ad_url. 
	Just in case we strip out "http://" in case someone 
	accidently set the hostname with an http:// in front (not 
	sure if AOLserver would allow this in the first place, but 
	the devil is in the details). 

2005-07-06 jeffd

	* packages/acs-kernel/sql/postgresql/postgresql.sql:
	change to create or replace function 

2005-07-06 jader

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Increase standards compliance for input field 

2005-07-06 donb

	* packages/acs-content-repository/sql/postgresql/content-revision.sql:
	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql:
	Aesthetic changes, removed oracle cruft left in as comments 
	by Dan Wickstrom's original conservsion scripts ( while 
	working on allowing null type table names). 

2005-07-06 daveb

	* packages/acs-content-repository/tcl/revision-procs.tcl:
	* packages/acs-content-repository/tcl/revision-procs.xql:
	Fix bug where content_type is not set. We need to check if 
	an uploaded file's mime type is mapped to image. Later the 
	code uses the passed in other_type or image_type parameter 
	to set the actual content type of the item created. The code 
	only checks for image or not image, so we don't need to find 
	out every type mapped to the upload file's mime type. 

2005-07-06 darior

	* packages/acs-content-repository/tcl/revision-procs.xql:
	changed bad written content_type word 

2005-07-06 andrewg

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	We needed to re-source content_revision, and recompile 
	content_item.  Not sure if we're out of the woods yet, we'll 
	see... 

2005-07-06 alexk

	* etc/backup.sh:
	Fix backup script to work with Postgres 7 which does not 
	have TCP connections enabled 

2005-07-05 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	ad_url is supposed to work even if ns_hostname resolves to a 
	non existing domain for whatever the reason 

2005-07-05 donb

	* packages/acs-content-repository/sql/oracle/packages-create.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	Further fixing of Timo's use of refresh_trigger 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	Still working on 8i upgrades (9 seems to work) ... 
	refreshing the view for each content type ... 

2005-07-04 jeffd

	* www/blank-master.adp:
	fix css arg to initRTE so multiple edit widgets will work 

2005-07-04 hamiltonc

	* packages/acs-subsite/www/resources/core.js:
	fixed inadvertent commit, brought back the acs_rteSubmitForm 
	and acs_rteInit javascript functions 

2005-07-04 daveb

	* packages/acs-content-repository/tcl/revision-procs.tcl:
	* packages/acs-content-repository/tcl/revision-procs.xql:
	Fix cr_import_content. Removed additional call to 
	cr_registered_type_for_mime_type used inappropirately. 
	Restored query removed in error on last commit. 

2005-07-01 roelc

	* packages/acs-subsite/lib/user-new.tcl:
	Add return_url as param to asm_url if it exists 

2005-07-01 daveb

	* packages/acs-content-repository/tcl/revision-procs.tcl:
	* packages/acs-content-repository/tcl/revision-procs.xql:
	Closes bug#2520. Remove query to select content type from 
	mime type. The content type must be passed in to 
	cr_import_content (if it is not content_revision) 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a2-5.2.0a3.sql:
	Fix define function args for content_folder__is_folder to 
	match oracle. 

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	Fix list in var-list 

2005-07-01 darior

	* packages/acs-content-repository/tcl/revision-procs.xql:
	Undid previous commit 

2005-06-30 darior

	* packages/acs-content-repository/tcl/revision-procs.xql:
	solve problem to add txt files 

2005-06-29 jeffd

	* packages/acs-tcl/lib/page-error.tcl:
	send peeraddr out and send mail to the ad_admin_user not the 
	system_owner since its a better fit for the role 

2005-06-27 jader

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	* packages/acs-templating/www/resources/lists.css:
	* www/blank-master.adp:
	* www/site-master.adp:
	Apply patch 695 for bug 2516, increase standards compliance 

2005-06-27 daveb

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	Fix bug#2512 

2005-06-26 donb

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql:
	Someone removed security_context_p from acs_object.new in 
	the upgrade script, sigh ... 

	* packages/acs-automated-testing/acs-automated-testing.info:
	acs-automated-testing was missing a dependency on 
	acs-kernel, which meant that the query that determines 
	upgrade order didn't necessarily cause acs-kernel to be 
	upgraded first.  Oops.  With this fix, we can successfully 
	upgrade openacs5.1 -&gt; openacs5.2 on both Oracle and PG. 

2005-06-25 skaufman

	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	added another missing message key 

	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	added missing message key 

2005-06-25 donb

	* packages/acs-subsite/tcl/apm-callback-procs.tcl:
	Fixed upgrade of 5.1.4-&gt;5.2 for PG 

2005-06-23 hamiltonc

	* packages/acs-templating/tcl/date-procs.tcl:
	modified the date widget so that id attributes are created 
	in the day, month and year if an id attribute is passed 

	* packages/acs-templating/tcl/date-procs.tcl:
	putting back a fix on differentating timestamps that must 
	have been deleted during the last commit 

2005-06-22 victorg

	* packages/acs-kernel/acs-kernel.info:
	Adding parameter SendErrorEmailP. This parameter indicates 
	if an email has to be send to the site owner whenever an 
	error occours or not. 

	* packages/acs-tcl/lib/page-error.tcl:
	Check for acs kernel parameter ( SendErrorEmailP ) for 
	sending email error or not. Removing automatic suscription 
	to notifications when creating a new bug. 

2005-06-22 annyf

	* packages/acs-subsite/tcl/apm-callback-procs.tcl:
	fix upgrade callback 

2005-06-21 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Added a catch, just in case 

	* packages/acs-templating/tcl/file-procs.xql:
	Added check for existing filenames 

	* packages/acs-templating/tcl/file-procs.tcl:
	Added procedure to store a file for a party_id 

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	After discussions with dave the proc went to 
	content-item-procs.tcl and is called 
	content::item::upload_file. Testing on the way 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Changes to accomodate latest version of file upload proc 

	* packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml:
	* packages/acs-templating/tcl/file-procs.tcl:
	* packages/acs-templating/tcl/file-procs.xql:
	Reverting all changes done previously as the procedure is 
	now in acs-content-repository 

	* packages/acs-lang/tcl/lang-util-procs.tcl:
	added localize_list_of_lists util proc 

	* packages/acs-content-repository/tcl/content-item-procs.xql:
	added query 

	* packages/acs-templating/tcl/file-procs.tcl:
	removed get_file_extension, replace with file command 

	* packages/acs-templating/tcl/file-procs.tcl:
	removed proc for checking for existing filenames and added 
	it to the party proc as it is party specific 

2005-06-21 daveb

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	Double quotes from code copied from Oracle! 

	* packages/acs-templating/tcl/richtext-procs.tcl:
	Fix bug#2506. Set output when in display mode and the 
	element value is not set. Thanks to Martin Hebrank for the 
	patch. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	Fix query for view since we need to workaround the fact that 
	acs-messaging uses CR_REVISIONS for table name. 

2005-06-21 annyf

	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/lib/user-new.tcl:
	change parameter name and add parameter RegistrationImplName 

	* packages/acs-subsite/www/admin/set-reg-assessment.adp:
	* packages/acs-subsite/www/admin/set-reg-assessment.tcl:
	* packages/acs-subsite/www/admin/set-reg-assessment.xql:
	move set-reg-assessment pages to assessment 

2005-06-21 andrewg

	* packages/acs-subsite/sql/oracle/upgrade/upgrade-5.1.2-5.1.3.sql:
	Rolling in bugfix from site-node-select.sql.  The original 
	pg-compatible table def wasn't oracle-compatible.  Now it 
	is. 

2005-06-20 jader

	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a2-5.2.0a3.sql:
	Fix bug #2497, error in content_item__copy, added upgrade 
	script 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a2-5.2.0a3.sql:
	branches:  1.1.2; file upgrade-5.2.0a2-5.2.0a3.sql was 
	initially added on branch oacs-5-2. 

2005-06-19 maltes

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	Reverted back to keep database procs low level 

2005-06-19 hamiltonc

	* packages/acs-templating/www/resources/calendar.gif:
	branches:  1.1.2; file calendar.gif was initially added on 
	branch oacs-5-2. 

	* packages/acs-subsite/www/resources/core.js:
	commit new javascript to generate calendar with ad_form data 
	widget 

	* packages/acs-templating/www/resources/calendar.gif:
	general purpose calendar button 

2005-06-18 daveb

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	Recreate new version of refresh_view procedure and recreate 
	all the views to add package_id to the view from 
	acs_objects. 

2005-06-17 daveb

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	Use nested list for -var_list parameter 

2005-06-16 timoh

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	file acs-mail-lite-callback-procs.tcl was added on branch 
	oacs-5-2 on 2005-07-26 16:46:01 +0000 

2005-06-16 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl:
	branches:  1.1.2; Callbacks for acs-mail-lite 

2005-06-16 donb

	* packages/acs-bootstrap-installer/installer/index.tcl:
	Fixed bug #1704 

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	* packages/acs-tcl/tcl/membership-rel-procs.tcl:
	Fixed bug #2101 for PG 8.0 on windows Fixed another bug 
	whose number I forgot, that prevented users from 
	deactivating their account. 

2005-06-16 darior

	* packages/acs-content-repository/sql/common/mime-type-data.sql:
	add mime types for application spss 

2005-06-15 miguelm

	* packages/acs-subsite/tcl/email-image-procs.tcl:
	adding catch for email image generation 

2005-06-15 maltes

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Added complex_send procedure 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	I forgot to set the subject in the mime type 

	* packages/acs-tcl/tcl/mime-procs.tcl:
	If tcllib is installed then we don't need these procedures 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	added a callback for ::send as well 

	* packages/acs-tcl/tcl/base64-procs.tcl:
	if tcllib is installed we don't need these procedures 

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	well, you should be able to send the f*** mail... 

2005-06-15 jader

	* packages/acs-tcl/tcl/tcl-documentation-procs.tcl:
	Fix bug #2487, float filter does not accept negative 
	numbers. 

2005-06-15 enriquec

	* packages/notifications/tcl/notification-procs.tcl:
	* packages/notifications/tcl/notification-procs.xql:
	Adding merge implementations for notifications 

	* packages/notifications/tcl/notification-procs.tcl:
	* packages/notifications/tcl/notification-procs.xql:
	Removing merge implementatios for notifications 

2005-06-15 donb

	* packages/acs-bootstrap-installer/db-init-checks-oracle.tcl:
	Fixed bug #2164 for Oracle 

2005-06-15 annyf

	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/lib/user-new.tcl:
	* packages/acs-subsite/tcl/apm-callback-procs.tcl:
	add RegImplName parameter to set the name of the 
	implementation used in the registration process 

2005-06-14 joel

	* packages/acs-core-docs/www/xml/engineering-standards/cvs.xml:
	rearranged reasons and reworded commit rule re: reformatting 

2005-06-14 annyf

	* packages/acs-subsite/lib/user-new.tcl:
	change user::registration implementation name 

	* packages/acs-subsite/acs-subsite.info:
	remove parameter and create it on the assessment package 

2005-06-13 enriquec

	* packages/notifications/tcl/notification-procs.tcl:
	* packages/notifications/tcl/notification-procs.xql:
	Adding callback implementations: MergeShowUserInfo and 
	MergePackageUser, to notifications 

	* packages/acs-admin/www/users/merge-final.tcl:
	* packages/acs-admin/www/users/merge.adp:
	* packages/acs-admin/www/users/merge.tcl:
	Improving the resultant messages output of each callback of 
	the merge process 

2005-06-12 daveb

	* packages/search/tcl/search-procs.tcl:
	Implement indexing and searching as callbacks. Service 
	contracts still optionally available. 

	* packages/search/www/search.tcl:
	Implement search as callback. Service contract optional.. 

2005-06-11 timoh

	* packages/acs-subsite/lib/user-info.tcl:
	branches:  1.16.2; map category trees to groups and 
	categorize users 

	* packages/acs-subsite/www/admin/groups/one.adp:
	* packages/acs-subsite/www/admin/groups/one.tcl:
	map category trees to groups and categorize users 

2005-06-10 maltes

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	Added the ability to localize the return of 
	db_list_of_lists. This is something I should have done 
	already way back before I changed db_list_of_list calls to 
	db_foreach everywhere. Well, stupidity rules.... 

	* packages/acs-subsite/tcl/relation-procs.tcl:
	Changed to use boolean. Thx to JCD for the tip. 

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	Interesting side effect as acs-lang is loaded after acs-tcl. 
	lang::util::localize was unknown, so I had to add a check to 
	the db_list_of_lists procedure to test if the string is 
	actually a message key before localizing it. Now install 
	works. 

	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/sql/postgresql/portraits.sql:
	* packages/acs-subsite/sql/postgresql/user-profiles-create.sql:
	* packages/acs-subsite/tcl/relation-procs.tcl:
	More I18N. Added a new procedure relation:get_objects that 
	returns multiple objects instead of throwing an error if you 
	have multiple relationsships of one type (e.g. on company 
	usually has multiple employees) 

	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/sql/postgresql/acs-create.sql:
	* packages/acs-kernel/sql/postgresql/groups-create.sql:
	yet even more I18N fixes.. 

2005-06-10 jader

	* packages/acs-admin/www/install/install.tcl:
	Update wording to be more accurate 

2005-06-10 daveb

	* packages/search/tcl/search-procs.tcl:
	Add callback proc definitions 

	* packages/search/tcl/search-procs.tcl:
	Add support for search callbacks for datasource. 

2005-06-10 annyf

	* packages/acs-subsite/tcl/apm-callback-procs.tcl:
	add in the after upgrade callback the asm registration 
	parameter 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	add messages 

	* packages/acs-subsite/lib/user-new.tcl:
	* packages/acs-subsite/tcl/callback-procs.tcl:
	add user::registration callback to handle the assessment 
	registration process 

	* packages/acs-subsite/acs-subsite.info:
	remove AsmForRegisterId parameter since this will be 
	registrated from the assessment package 

	* packages/acs-subsite/tcl/apm-callback-procs.tcl:
	remove parameter registration, since it will be done in the 
	assessment package 

2005-06-09 annyf

	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/lib/user-new.tcl:
	* packages/acs-subsite/tcl/callback-procs.tcl:
	* packages/acs-subsite/www/admin/set-reg-assessment.adp:
	* packages/acs-subsite/www/admin/set-reg-assessment.tcl:
	* packages/acs-subsite/www/admin/set-reg-assessment.xql:
	move pages to select the registration assessment to the 
	Assessment Package and implement the new callbacks to get 
	the url of the assessment 

2005-06-08 timoh

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	branches:  1.1.2; file upgrade-5.2.0a1-5.2.0a2.sql was 
	initially added on branch oacs-5-2. 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0d16-5.2.0d17.sql:
	branches:  1.1.2; fixing package_id of revisions; changed 
	insert trigger to make use of object_package_id in the 
	insert view 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/content-type.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a1-5.2.0a2.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d16-5.2.0d17.sql:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	fixing package_id of revisions; changed insert trigger to 
	make use of object_package_id in the insert view 

2005-06-08 maltes

	* packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml:
	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	Added message keys 

	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	More common terms 

	* packages/acs-subsite/tcl/group-procs.tcl:
	The group name should be acs-translated 

	* packages/ref-countries/catalog/ref-countries.de_DE.ISO-8859-1.xml:
	* packages/ref-countries/catalog/ref-countries.en_US.ISO-8859-1.xml:
	branches:  1.2.2; Added message keys 

	* packages/ref-countries/catalog/ref-countries.de_DE.ISO-8859-1.xml:
	file ref-countries.de_DE.ISO-8859-1.xml was added on branch 
	oacs-5-2 on 2005-09-08 10:00:19 +0000 

	* packages/ref-countries/catalog/ref-countries.en_US.ISO-8859-1.xml:
	file ref-countries.en_US.ISO-8859-1.xml was added on branch 
	oacs-5-2 on 2005-09-08 10:00:19 +0000 

2005-06-08 enriquec

	* packages/acs-admin/www/users/merge-final.tcl:
	Adding a proc call that will merge the users objects, 
	permissions and protraits 

	* packages/acs-admin/www/users/merge-confirm.tcl:
	* packages/acs-admin/www/users/merge-final.adp:
	* packages/acs-admin/www/users/merge-final.tcl:
	Adding an 'if' clause in adp merge final page if the user 
	doesn't want to merge. 

	* packages/acs-admin/tcl/merge-procs.tcl:
	Adding the new callback MergeShowUserInfo 

	* packages/acs-admin/www/users/merge-final.tcl:
	* packages/acs-admin/www/users/merge-oracle.xql:
	* packages/acs-admin/www/users/merge-postgresql.xql:
	* packages/acs-admin/www/users/merge.adp:
	* packages/acs-admin/www/users/merge.tcl:
	* packages/acs-admin/www/users/merge.xql:
	* packages/acs-authentication/tcl/apm-callback-procs.tcl:
	* packages/acs-authentication/tcl/local-procs.tcl:
	* packages/acs-authentication/tcl/local-procs.xql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.5-5.2.0a1.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.5-5.2.0a1.sql:
	* packages/acs-tcl/tcl/membership-rel-procs-oracle.xql:
	* packages/acs-tcl/tcl/membership-rel-procs-postgresql.xql:
	* packages/acs-tcl/tcl/membership-rel-procs.tcl:
	Fixing bugs in user merge support. Improving the process, 
	making it more generic and now it works for acs-core. Adding 
	the upgrade scripts for oracle and pg. 

	* packages/acs-admin/tcl/merge-procs.tcl:
	* packages/acs-admin/tcl/merge-procs.xql:
	* packages/acs-authentication/tcl/local-procs.tcl:
	* packages/acs-authentication/tcl/local-procs.xql:
	Moving the code that reassign objects from local 
	authentication procs to the merge procs library. 

	* packages/acs-authentication/tcl/local-procs.xql:
	branches:  1.1.2; file local-procs.xql was initially added 
	on branch oacs-5-2. 

	* packages/acs-admin/tcl/merge-procs.xql:
	branches:  1.1.2; file merge-procs.xql was initially added 
	on branch oacs-5-2. 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.5-5.2.0a1.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.5-5.2.0a1.sql:
	branches:  1.1.2; file upgrade-5.1.5-5.2.0a1.sql was 
	initially added on branch oacs-5-2. 

2005-06-08 darior

	* packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl:
	Undid previous commit 

2005-06-08 andrewg

	* packages/acs-admin/www/users/merge.tcl:
	Adding missing -object_id switch to 
	site_node::get_url_from_object_id calls 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql:
	Fix typo, were -&gt; where 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d9-5.2.0d10.sql:
	Fix typo, wrong proc qualifier 

2005-06-07 victorg

	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	* packages/search/catalog/search.es_ES.ISO-8859-1.xml:
	* packages/search/catalog/search.es_GT.ISO-8859-1.xml:
	Adding catalogs for es_GT and es_GT locales 

	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml:
	Adding message keys for es_ES and es_GT locales 

	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.1.4-5.1.4d1.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.1.4-5.1.4d1.sql:
	Fixing bug: More than one default locale for Spanish and 
	Chinese 

	* packages/search/catalog/search.es_GT.ISO-8859-1.xml:
	branches:  1.1.2; file search.es_GT.ISO-8859-1.xml was 
	initially added on branch oacs-5-1. 

	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.1.4-5.1.4d1.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.1.4-5.1.4d1.sql:
	branches:  1.1.2; file upgrade-5.1.4-5.1.4d1.sql was 
	initially added on branch oacs-5-1. 

	* packages/search/catalog/search.es_ES.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file search.es_ES.ISO-8859-1.xml 
	was initially added on branch oacs-5-1. 

	* packages/search/catalog/search.es_ES.ISO-8859-1.xml:
	file search.es_ES.ISO-8859-1.xml was added on branch 
	oacs-5-2 on 2006-05-01 22:18:39 +0000 

2005-06-07 timoh

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	bugfix: set package_id and context_id for items and 
	revisions 

2005-06-07 maltes

	* packages/ref-countries/catalog/ref-countries.de_DE.ISO-8859-1.xml:
	* packages/ref-countries/catalog/ref-countries.en_US.ISO-8859-1.xml:
	* packages/ref-countries/ref-countries.info:
	Added I18N of countries 

	* packages/acs-lang/tcl/lang-util-procs.tcl:
	Added procedure to transform a string into an I18N version 
	of itself (so it can be translated). 

	* packages/acs-lang/acs-lang.info:
	Added requirement for acs-translations due to new I18N 
	procedure (not utterly necessary, as you could always 
	provide a different package key and you do not need the 
	package per se, just when you want to export your message 
	keys, but I think it is still better this way) 

	* packages/ref-countries/ref-countries.info:
	Error with to many "" 

2005-06-07 dirkg

	* packages/search/sql/oracle/search-tables-create.sql:
	Added indexed_content field to the site_wide_index table. 
	This field will hold "textualized" content of binaries. 

	* packages/search/sql/oracle/search-tables-create.sql:
	Added package_id to site_wide_index table 

2005-06-07 darior

	* packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl:
	Forgotten procedure new_site_node_and_package in 
	site-node-apm-integration-procs.tcl 

2005-06-05 maltes

	* packages/acs-lang/tcl/lang-util-procs.tcl:
	Added procedure to convert messages in #message_key# syntax 
	to something that can be used in select boxes. This is 
	necessary due to the fact thatwe are storing message_keys 
	e.g. with "pretty_name" directly in the database. 

	* packages/acs-lang/tcl/lang-util-procs.tcl:
	Backed out last commit, as the procedure already existed and 
	is called lang::util::localize ... 

2005-06-05 donb

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	Fixed bug #1655 by applying patch #468 

	* packages/acs-kernel/sql/oracle/groups-body-create.sql:
	Fixed someone's typo in the new "merge" pl/sql procs 

2005-06-05 daveb

	* packages/acs-content-repository/sql/postgresql/content-revision.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d15-5.2.0a1.sql:
	Fix bug#1937 with patch#548. Use full syntax for inserts so 
	integer values work on content_revision__copy in PostgreSQL. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d15-5.2.0a1.sql:
	branches:  1.1.2; file upgrade-5.2.0d15-5.2.0a1.sql was 
	initially added on branch oacs-5-2. 

2005-06-04 michaels

	* packages/acs-subsite/www/admin/object-types/alphabetical-index.adp:
	branches:  1.1.2; file alphabetical-index.adp was initially 
	added on branch oacs-5-2. 

	* packages/acs-subsite/www/admin/object-types/index.adp:
	branches:  1.1.2; file index.adp was initially added on 
	branch oacs-5-2. 

	* packages/acs-subsite/www/admin/object-types/one.adp:
	branches:  1.1.2; file one.adp was initially added on branch 
	oacs-5-2. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d16-5.2.0d17.sql:
	branches:  1.1.2; file upgrade-5.2.0d16-5.2.0d17.sql was 
	initially added on branch oacs-5-2. 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	bump all core version numbers (and requires as well) to 
	5.2.0a1 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-template.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d16-5.2.0d17.sql:
	define function args for content_template__get_path and 
	__delete; add upgrade script and bump version to 5.2.0d17 

	* packages/acs-subsite/tcl/apm-callback-procs.tcl:
	incorrectly numbered apm_upgrade_logic 

	* packages/acs-subsite/www/admin/object-types/one.adp:
	* packages/acs-subsite/www/admin/object-types/one.tcl:
	template object display page 

	* packages/acs-subsite/www/admin/object-types/alphabetical-index.adp:
	* packages/acs-subsite/www/admin/object-types/alphabetical-index.tcl:
	* packages/acs-subsite/www/admin/object-types/index.adp:
	* packages/acs-subsite/www/admin/object-types/index.tcl:
	template object view indexes 

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	var_list must be a list of lists 

2005-06-04 maltes

	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/tcl/rel-types-procs-oracle.xql:
	* packages/acs-subsite/tcl/rel-types-procs-postgresql.xql:
	* packages/acs-subsite/tcl/rel-types-procs.tcl:
	* packages/acs-subsite/tcl/rel-types-procs.xql:
	Improved the code for the creation of a relationship type to 
	support custom table names. Added a proc to create roles 

	* packages/acs-translations/acs-translations.info:
	branches:  1.1.2; Initial creation of acs-translations 
	package 

	* packages/acs-translations/acs-translations.info:
	file acs-translations.info was added on branch oacs-5-2 on 
	2005-08-25 14:30:22 +0000 

2005-06-04 jader

	* packages/acs-core-docs/www/xml/engineering-standards/cvs.xml:
	Fixed how to add users to CVS docs 

2005-06-03 maltes

	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	Forgot the catalog file 

	* packages/acs-kernel/sql/postgresql/community-core-create.sql:
	* packages/acs-kernel/sql/postgresql/groups-create.sql:
	* packages/acs-subsite/sql/postgresql/attribute.sql:
	I18N of Attributes 

2005-06-02 hamiltonc

	* packages/acs-templating/resources/lists/course-filters.adp:
	* packages/acs-templating/resources/lists/courses.adp:
	added list templates for course lists in dotlrn-catalog 

	* packages/acs-templating/resources/lists/course-filters.adp:
	branches:  1.1.2; file course-filters.adp was initially 
	added on branch oacs-5-2. 

	* packages/acs-templating/resources/lists/courses.adp:
	branches:  1.1.2; file courses.adp was initially added on 
	branch oacs-5-2. 

2005-06-02 daveb

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Add a list of valid options to ad_conn api documentation. 

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	Add where clause to content::folder::update 

2005-06-01 timoh

	* packages/acs-tcl/tcl/application-data-link-procs-oracle.xql:
	file application-data-link-procs-oracle.xql was added on 
	branch oacs-5-2 on 2005-07-26 16:43:57 +0000 

	* packages/acs-tcl/tcl/application-data-link-procs-postgresql.xql:
	file application-data-link-procs-postgresql.xql was added on 
	branch oacs-5-2 on 2005-07-26 16:43:57 +0000 

	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	file application-data-link-procs.tcl was added on branch 
	oacs-5-2 on 2005-07-26 16:43:57 +0000 

	* packages/acs-tcl/tcl/application-data-link-procs.xql:
	file application-data-link-procs.xql was added on branch 
	oacs-5-2 on 2005-07-26 16:43:57 +0000 

	* packages/acs-tcl/tcl/application-link-procs-oracle.xql:
	file application-link-procs-oracle.xql was added on branch 
	oacs-5-2 on 2005-07-26 16:43:57 +0000 

	* packages/acs-tcl/tcl/application-link-procs-postgresql.xql:
	file application-link-procs-postgresql.xql was added on 
	branch oacs-5-2 on 2005-07-26 16:43:57 +0000 

	* packages/acs-tcl/tcl/application-link-procs.tcl:
	file application-link-procs.tcl was added on branch oacs-5-2 
	on 2005-07-26 16:45:14 +0000 

	* packages/acs-tcl/tcl/application-link-procs.xql:
	file application-link-procs.xql was added on branch oacs-5-2 
	on 2005-07-26 16:43:57 +0000 

2005-06-01 maltes

	* packages/acs-tcl/tcl/object-procs.tcl:
	Added application and application data linking functionality 
	written by Timo. This allows you to link packages together 
	(e.g. project-manager and logger) or data of packages (e.g. 
	a project and a file-storage folder) 

	* packages/acs-tcl/tcl/application-data-link-procs-oracle.xql:
	* packages/acs-tcl/tcl/application-data-link-procs-postgresql.xql:
	* packages/acs-tcl/tcl/application-data-link-procs.tcl:
	* packages/acs-tcl/tcl/application-data-link-procs.xql:
	* packages/acs-tcl/tcl/application-link-procs-oracle.xql:
	* packages/acs-tcl/tcl/application-link-procs-postgresql.xql:
	* packages/acs-tcl/tcl/application-link-procs.tcl:
	* packages/acs-tcl/tcl/application-link-procs.xql:
	branches:  1.1.2; Added application and application data 
	linking functionality written by Timo. This allows you to 
	link packages together (e.g. project-manager and logger) or 
	data of packages (e.g. a project and a file-storage folder) 

2005-05-31 jarkko

	* etc/config.tcl:
	* etc/daemontools/run:
	Upped to 1.0.2 

	* etc/daemontools/run:
	reverted unintentional changes 

	* etc/config.tcl:
	reverting unintentional changes 

2005-05-31 daveb

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	Add where clause to content::item::update and 
	content::folder::update 

2005-05-30 jarkko

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	Added two missing message keys, 'Member' and 'Online' to 
	message catalog. 

2005-05-28 annyf

	* packages/acs-subsite/acs-subsite.info:
	fix package version 

2005-05-27 jeffd

	* packages/acs-subsite/www/permissions/toggle-inherit.tcl:
	fix so subsite admins toggling inheritence dont remove their 
	own admin rights 

2005-05-24 victorg

	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.es_GT.ISO-8859-1.xml:
	* packages/notifications/notifications.info:
	* packages/notifications/www/request-notification.adp:
	* packages/notifications/www/request-notification.xql:
	* packages/notifications/www/request-unsubscribe-notification.adp:
	* packages/notifications/www/request-unsubscribe-notification.tcl:
	* packages/notifications/www/request-unsubscribe-notification.xql:
	* packages/notifications/www/unsubscribe.tcl:
	* packages/notifications/www/unsubscribe.xql:
	Adding pages in order to manage notifications for a group of 
	users or for a given user. 

	* packages/notifications/www/request-notification.tcl:
	branches:  1.1.10; Adding pages in order to manage 
	notifications for a group of users or for a given user. 

2005-05-24 enriquec

	* packages/acs-admin/tcl/merge-procs.tcl:
	* packages/acs-admin/www/resources/left.gif:
	* packages/acs-admin/www/resources/not_available.gif:
	* packages/acs-admin/www/resources/right.gif:
	* packages/acs-admin/www/resources/um-more-info.css:
	* packages/acs-admin/www/users/merge-confirm.adp:
	* packages/acs-admin/www/users/merge-confirm.tcl:
	* packages/acs-admin/www/users/merge-confirm.xql:
	* packages/acs-admin/www/users/merge-final.adp:
	* packages/acs-admin/www/users/merge-final.tcl:
	* packages/acs-admin/www/users/merge-oracle.xql:
	* packages/acs-admin/www/users/merge-postgresql.xql:
	* packages/acs-admin/www/users/merge.adp:
	* packages/acs-admin/www/users/merge.tcl:
	* packages/acs-admin/www/users/merge.xql:
	* packages/acs-admin/www/users/one.adp:
	* packages/acs-admin/www/users/search.tcl:
	Adding GUI to merge user accounts. I modified the 'one acs 
	admin user' page and 'search' page to support this. 

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/groups-body-create.sql:
	* packages/acs-kernel/sql/oracle/groups-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d9-5.2.0d10.sql:
	* packages/acs-kernel/sql/postgresql/groups-body-create.sql:
	* packages/acs-kernel/sql/postgresql/groups-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d9-5.2.0d10.sql:
	Adding the member_state 'merged'. Added plsql functions and 
	upgrade scripts for oracle and pg. 

	* packages/acs-admin/www/resources/left.gif:
	branches:  1.1.2; file left.gif was initially added on 
	branch oacs-5-2. 

	* packages/acs-admin/www/users/merge-confirm.adp:
	branches:  1.1.2; file merge-confirm.adp was initially added 
	on branch oacs-5-2. 

	* packages/acs-admin/www/users/merge-confirm.tcl:
	branches:  1.1.2; file merge-confirm.tcl was initially added 
	on branch oacs-5-2. 

	* packages/acs-admin/www/users/merge-confirm.xql:
	branches:  1.1.2; file merge-confirm.xql was initially added 
	on branch oacs-5-2. 

	* packages/acs-admin/www/users/merge-final.adp:
	branches:  1.1.2; file merge-final.adp was initially added 
	on branch oacs-5-2. 

	* packages/acs-admin/www/users/merge-final.tcl:
	branches:  1.1.2; file merge-final.tcl was initially added 
	on branch oacs-5-2. 

	* packages/acs-admin/www/users/merge-oracle.xql:
	branches:  1.1.2; file merge-oracle.xql was initially added 
	on branch oacs-5-2. 

	* packages/acs-admin/www/users/merge-postgresql.xql:
	branches:  1.1.2; file merge-postgresql.xql was initially 
	added on branch oacs-5-2. 

	* packages/acs-admin/tcl/merge-procs.tcl:
	branches:  1.1.2; file merge-procs.tcl was initially added 
	on branch oacs-5-2. 

	* packages/acs-admin/www/users/merge.adp:
	branches:  1.1.2; file merge.adp was initially added on 
	branch oacs-5-2. 

	* packages/acs-admin/www/users/merge.tcl:
	branches:  1.1.2; file merge.tcl was initially added on 
	branch oacs-5-2. 

	* packages/acs-admin/www/users/merge.xql:
	branches:  1.1.2; file merge.xql was initially added on 
	branch oacs-5-2. 

	* packages/acs-admin/www/resources/not_available.gif:
	branches:  1.1.2; file not_available.gif was initially added 
	on branch oacs-5-2. 

	* packages/acs-admin/www/resources/right.gif:
	branches:  1.1.2; file right.gif was initially added on 
	branch oacs-5-2. 

	* packages/acs-admin/www/resources/um-more-info.css:
	branches:  1.1.2; file um-more-info.css was initially added 
	on branch oacs-5-2. 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d9-5.2.0d10.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d9-5.2.0d10.sql:
	branches:  1.1.2; file upgrade-5.2.0d9-5.2.0d10.sql was 
	initially added on branch oacs-5-2. 

2005-05-23 jeffd

	* packages/search/www/search.adp:
	* packages/search/www/search.tcl:
	search for things owned by the subsite itself as well, 
	provide object_id in datasource 

2005-05-23 daveb

	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	Fix define function args call to use parent_type for 
	parametr name to match oracle instead of content_type. 

2005-05-21 dirkg

	* packages/search/sql/oracle/search-im-convert.sql:
	branches:  1.1.4; first draft for .lrn search. run 
	load-site-wide-search shell script to install 

	* packages/search/sql/oracle/load-site-wide-search:
	* packages/search/sql/oracle/search-ctxsys.sql:
	* packages/search/sql/oracle/search-from-scratch.sql:
	* packages/search/sql/oracle/search-index-create.sql:
	* packages/search/sql/oracle/search-index-drop.sql:
	* packages/search/sql/oracle/search-index-from-scratch.sql:
	* packages/search/sql/oracle/search-packages-create.sql:
	* packages/search/sql/oracle/search-packages-drop.sql:
	* packages/search/sql/oracle/search-tables-create.sql:
	* packages/search/sql/oracle/search-tables-drop.sql:
	first draft for .lrn search. run load-site-wide-search shell 
	script to install 

2005-05-20 jader

	* packages/acs-core-docs/www/xml/install-guide/postgres.xml:
	Correct URL in documentation for Mac OS X startup 

2005-05-20 andrewg

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Merging in changes from oacs-5-1.  Please see comments for 
	1.70.2.8. 

2005-05-18 jeffd

	* www/robots.txt:
	remove disallow /, merge googleboot wc match from head 

2005-05-18 andrewg

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Backing out of previous commit.  This version should be 
	identical to 1.83 

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Merging previous commit from oacs-5-1 onto HEAD.  Please see 
	comments for 1.70.2.8. 

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Non-inf cookies weren't being set correctly on IE, we 
	believe because of the combination of HTTP/1.0 and max-age.  
	According to RFC 2109, max-age should be used for HTTP/1.1 
	while Expires is appropriate for HTTP/1.0.  We've simply 
	added Expires to every cookie, and set it equal to the 
	current time plus max-age. 

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Re-merging the cookie code committed on the oacs-5-1 branch, 
	to version 1.70.2.8 

2005-05-16 maltes

	* packages/acs-content-repository/tcl/revision-procs.tcl:
	Removed custom code from Heidelberg 

2005-05-16 jeffd

	* packages/tsearch2-driver/tcl/tsearch2-driver-install-procs.tcl:
	pg8 installed in usr local has tsearch2 in 
	$prefix/share/contrib -- we should probably try to guess 
	based on pg_config --libdir or something 

2005-05-13 skaufman

	* packages/acs-templating/www/resources/lists.css:
	branches:  1.6.2; eliminates ugly border around list sort 
	arrows for list-narrow style 

2005-05-12 jeffd

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0d15-5.2.0d16.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d15-5.2.0d16.sql:
	add some common mimetypes, bump version, upgrade scripts 
	provided 

	* packages/acs-content-repository/sql/common/mime-type-data.sql:
	branches:  1.4.2; add some common mimetypes, bump version, 
	upgrade scripts provided 

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	branches:  1.46.2; duh A-F not A-f 

	* packages/acs-content-repository/acs-content-repository.info:
	branches:  1.56.2; add some common mimetypes, bump version, 
	upgrade scripts provided 

	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	check both the ad_form elements and the template elements 

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	fix expanding hex entities resolves bug 2454 

	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	inverted logic and the wrong element key from last commit 

	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	use template::element::exists for checking if an element 
	exists for validation blocks - faster and works in the event 
	you added an element directly via the form api 

2005-05-11 carolinem

	* packages/acs-subsite/www/resources/default-master.css:
	branches:  1.5.6; submit-button class 

2005-05-10 andrewg

	* packages/acs-admin/www/apm/parameter-delete.adp:
	* packages/acs-admin/www/apm/parameter-delete.tcl:
	Add a confirmation step before taking the destructive action 
	of deleting the parmeter.  This protects against stray 
	clicks and prefetching tools like the Google Web 
	Accelerator. 

	* packages/acs-admin/www/apm/parameter-delete.tcl:
	Bringing in last commit from the oacs-5-1 branch onto HEAD. 

	* packages/acs-admin/www/apm/parameter-delete.adp:
	branches:  1.1.2; file parameter-delete.adp was initially 
	added on branch oacs-5-1. 

2005-05-06 richardh

	* packages/acs-lang/tcl/lang-install-procs.tcl:
	Added namespace eval to avoid start-up failure 

2005-05-03 jeffd

	* packages/acs-templating/tcl/widget-procs.tcl:
	inverted logic on checking multiple in last commit 

	* packages/acs-templating/tcl/widget-procs.tcl:
	make 4 space 

	* packages/acs-templating/tcl/widget-procs.tcl:
	support a display_widget attribute for the category widget 
	so we can show checkboxes for category selection 

2005-05-02 skaufman

	* packages/acs-api-browser/www/proc-view.tcl:
	branches:  1.6.16; maintains chain-of-crumb links when 
	toggling show/hide source 

	* packages/acs-api-browser/www/proc-view.adp:
	maintains chain-of-crumb links when toggling show/hide 
	source 

2005-04-29 miguelm

	* packages/acs-subsite/www/admin/set-reg-assessment.adp:
	branches:  1.4.2; send parameter to set the registration 
	assessment 

2005-04-29 maltes

	* packages/acs-lang/www/admin/import-messages-from-ts.adp:
	* packages/acs-lang/www/admin/import-messages-from-ts.tcl:
	* packages/acs-lang/www/admin/package-list.adp:
	* packages/acs-lang/www/admin/package-list.tcl:
	Added capability to import all messages for a locale from 
	the translation server 

2005-04-29 jeffd

	* packages/acs-subsite/lib/login.adp:
	branches:  1.10.2; get rid of spurious - 

2005-04-28 skaufman

	* packages/acs-api-browser/www/proc-view.tcl:
	adds package to trail-of-crumbs for proc-view as it is in 
	procs-file-view, display-sql, etc 

2005-04-28 jeffd

	* packages/acs-subsite/www/pvt/home.tcl:
	branches:  1.20.2; use -catch for callback so if page 
	fragment has error we still serve page 

	* packages/acs-content-repository/tcl/revision-procs.tcl:
	branches:  1.21.2; throw a NOT_FOUND error for not found so 
	we can 404 in things like photo-album/www/image/index.vuh 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	branches:  1.67.2; add the account closed title msg key 

	* packages/acs-subsite/www/register/account-closed.tcl:
	change msg key in account-closed page 

	* packages/acs-subsite/www/register/account-closed.tcl:
	change msg key in account-closed page, uppercase key 

2005-04-27 victorg

	* packages/acs-subsite/www/resources/site-master.css:
	Changing color for the greeting message Increasing the 
	context-bar font size 

	* packages/acs-subsite/www/resources/site-master.css:
	Restoring site-master.css 

	* www/site-master.adp:
	i18n for online members message 

2005-04-27 timoh

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	branches:  1.10.2; added defaults for creation user and 
	creation ip of content-items 

2005-04-27 jeffd

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	branches:  1.82.2; fix getting the referrer and constructing 
	the url for the email traceback notify 

	* packages/acs-subsite/www/register/account-closed.tcl:
	doubled up title/text annoying 

2005-04-26 jader

	* packages/acs-tcl/tcl/utilities-init.tcl:
	Applying Nis' fix for bug 2407 (log rotation runs only on 
	canonical server) 

2005-04-25 victorg

	* packages/acs-content-repository/tcl/item-procs.tcl:
	Adding default value for db_string in 
	item::get_live_revision 

	* packages/acs-content-repository/tcl/item-procs.tcl:
	Adding default value to db_string in item::get_live_revision 

2005-04-25 timoh

	* packages/acs-templating/acs-templating.info:
	* packages/acs-templating/resources/lists/table.adp:
	* packages/acs-templating/tcl/list-procs.tcl:
	added 10 as dynamic list size; let selectbox for dynamic 
	size appear always; increased version number 

	* packages/acs-templating/resources/lists/table.adp:
	branches:  1.18.2; added 10 as dynamic list size; let 
	selectbox for dynamic size appear always 

	* packages/acs-templating/tcl/list-procs.tcl:
	branches:  1.26.2; added 10 as dynamic list size; let 
	selectbox for dynamic size appear always 

	* packages/acs-templating/resources/lists/table.adp:
	fixing typo 

	* packages/acs-templating/resources/lists/table.adp:
	removed bottom selectbox for dynamic size 

2005-04-25 maltes

	* packages/acs-templating/acs-templating.info:
	Apparently Timo had no clue how version numbers increase.... 

2005-04-23 maltes

	* packages/acs-lang/www/admin/import-messages-from-ts.tcl:
	Changed Translation Server to reflect that 
	translate.openacs.org works now with this functionality 

2005-04-22 eduardop

	* packages/acs-content-repository/tcl/revision-procs-oracle.xql:
	bugfix: fixing bug #2402, bad merge 

2005-04-21 timoh

	* packages/acs-templating/resources/lists/table.adp:
	* packages/acs-templating/tcl/list-procs.tcl:
	added variable row numbers via selectbox; added pagination 
	b" ar at bottom of list 

	* packages/acs-templating/resources/lists/table.adp:
	* packages/acs-templating/tcl/list-procs.tcl:
	added variable row numbers via selectbox; added pagination 
	bar at bottom of list 

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/revision-procs.tcl:
	bugfix: default values for creation_user and creation_ip in 
	item::new 

2005-04-21 jader

	* packages/acs-lang/sql/oracle/ad-locales.sql:
	Remove unnecessary end; tag. 

2005-04-20 jader

	* packages/acs-core-docs/www/xml/install-guide/openacs.xml:
	branches:  1.29.2; Fixed typo in reference guide, courtesy 
	of Oscar Castaneda V. 

2005-04-20 eduardop

	* packages/acs-content-repository/tcl/revision-procs-oracle.xql:
	fix (people should try these changes first prior to commit) 

	* packages/acs-admin/www/apm/packages-install-2.tcl:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d2-5.1.4d3.sql:
	* packages/acs-tcl/tcl/navigation-callback-procs.tcl:
	fix pacakge -&gt; package typo 

2005-04-20 daveb

	* packages/acs-content-repository/tcl/filter-procs.tcl:
	Pass resolve index to get_id 

2005-04-19 maltes

	* packages/acs-content-repository/tcl/content-folder-procs-oracle.xal:
	* packages/acs-content-repository/tcl/content-folder-procs-postgresql.xql:
	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	Limit the result of get_folder_from_package to the maximum 
	folder_id 

	* packages/acs-content-repository/tcl/content-folder-procs-oracle.xal:
	branches:  1.1.2; file content-folder-procs-oracle.xal was 
	initially added on branch oacs-5-1. 

	* packages/acs-content-repository/tcl/content-folder-procs-postgresql.xql:
	branches:  1.1.2; file content-folder-procs-postgresql.xql 
	was initially added on branch oacs-5-1. 

2005-04-15 timoh

	* packages/acs-content-repository/tcl/acs-content-repository-procs.tcl:
	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-content-repository/tcl/filter-procs.tcl:
	* packages/acs-content-repository/tcl/filter-procs.xql:
	* packages/acs-content-repository/tcl/item-procs.tcl:
	* packages/acs-content-repository/tcl/item-procs.xql:
	* packages/acs-content-repository/tcl/revision-procs.tcl:
	adding defaults to creation_user, creation_ip, content_type 
	to content::item::new 

	* packages/acs-subsite/tcl/package-procs-oracle.xql:
	* packages/acs-subsite/tcl/package-procs-postgresql.xql:
	bugfix: fixing bug #2399, wrong query labeling in xql files 

	* packages/acs-content-repository/tcl/revision-procs.tcl:
	reverting back custom code 

2005-04-14 jader

	* packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl:
	OpenNSD is kaput 

	* packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl:
	Updated to work with Oracle 10. Was using Oracle8 hardcoded 
	-- the new code is is more flexible with what the driver 
	calls itself. 

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	branches:  1.58.2; Updated to work with Oracle 10. Was using 
	Oracle8 hardcoded -- the new code is is more flexible with 
	what the driver calls itself. 

2005-04-13 maltes

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	Added a (cached) function to retrieve the content::folder_id 
	from a package_id 

	* packages/acs-tcl/tcl/object-type-procs.tcl:
	* packages/acs-tcl/tcl/object-type-procs.xql:
	Added function (cached) to return table_name of an object 

	* packages/acs-subsite/tcl/package-procs.tcl:
	Cached the package_object_attribute_list indefinitely as 
	this is a serious performance degrader if you use the CR TCL 
	functions. Furthermore, attributes should not be changed 
	without a restart if I'm not mistaken, therefore 
	util_memoizing indefinitely seems to be a valid way of doing 
	this. Kudos to Timo. 

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	branches:  1.9.2; Added function to return the 
	content_folder_id for a package 

2005-04-13 daveb

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	branches:  1.16.2; Fix case when a one character term is in 
	the middle of two other terms. Add test case. 

	* packages/tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl:
	branches:  1.2.2; Fix case when a one character term is in 
	the middle of two other terms. Add test case. 

2005-04-12 eduardop

	* etc/install/checkout.sh:
	* etc/install/install.tcl:
	* etc/install/oracle/recreate-user.sh:
	* etc/install/updateserver.sh:
	update 

2005-04-12 andrewg

	* packages/acs-templating/www/resources/bullet.gif:
	* packages/acs-templating/www/resources/minus.gif:
	* packages/acs-templating/www/resources/plus.gif:
	Adding dhtml tree code. 

	* packages/acs-templating/www/resources/mktree.js:
	branches:  1.1.4; Adding dhtml tree code. 

	* packages/acs-templating/www/resources/mktree.css:
	branches:  1.1.8; Adding dhtml tree code. 

2005-04-11 leed

	* packages/acs-tcl/tcl/callback-procs.tcl:
	Added procs for querying callbacks. 

	* packages/acs-tcl/tcl/object-type-procs-oracle.xql:
	* packages/acs-tcl/tcl/object-type-procs-postgresql.xql:
	* packages/acs-tcl/tcl/object-type-procs.tcl:
	Fixed supertype accessor. 

2005-04-08 torbenb

	* etc/daemontools/run:
	annotating for ssl binding variation, and ulimit variation 
	to quash aolserver startup warning (and potential 
	instability etc), see aolserver irc chat logs 
	http://panoptic.com/aolserver/chat/20050405.html and 
	following 2 days 

2005-04-08 miguelm

	* packages/acs-subsite/www/admin/set-reg-assessment.tcl:
	branches:  1.7.2; fix query to select the assessments 
	created in the same subsite 

2005-04-08 jader

	* packages/notifications/notifications.info:
	* packages/notifications/tcl/notification-request-procs.tcl:
	* packages/notifications/tcl/notification-request-procs.xql:
	Added ability to count number of notifications of a type on 
	a particular object 

	* bin/etags.sh:
	Added etags script (how could we live without one?) 

	* bin/etags.sh:
	branches:  1.1.2; file etags.sh was initially added on 
	branch oacs-5-1. 

2005-04-07 timoh

	* packages/acs-subsite/lib/user-info.tcl:
	added user categorization 

	* packages/acs-subsite/lib/user-info.tcl:
	removed customer specific code 

2005-04-07 miguelm

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	add messages related to registration assessment 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	add messages related to the register assessment 

	* packages/acs-subsite/www/admin/set-reg-assessment.tcl:
	change the button functionality 

2005-04-05 miguelm

	* packages/acs-subsite/www/admin/set-reg-assessment.adp:
	* packages/acs-subsite/www/admin/set-reg-assessment.tcl:
	fix edit button 

2005-04-04 miguelm

	* packages/acs-subsite/www/admin/set-reg-assessment.adp:
	* packages/acs-subsite/www/admin/set-reg-assessment.tcl:
	* packages/acs-subsite/www/admin/set-reg-assessment.xql:
	add links to edit and create the registration assessment 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	add message displayed when the assessment is related to the 
	registration process 

	* packages/acs-subsite/www/admin/index.adp:
	branches:  1.22.2;  1.22.6; add links to edit and create the 
	registration assessment 

	* packages/acs-subsite/www/admin/set-reg-assessment.xql:
	branches:  1.4.2; fix query to select an instance that is 
	alredy mounted 

	* packages/acs-subsite/www/admin/set-reg-assessment.tcl:
	fix query to select an instance that is alredy mounted 

2005-04-04 jeffd

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	multiple words were not tokenized properly 

2005-04-03 leed

	* packages/acs-tcl/tcl/object-type-procs-oracle.xql:
	* packages/acs-tcl/tcl/object-type-procs-postgresql.xql:
	* packages/acs-tcl/tcl/object-type-procs.tcl:
	Functions to get the parent types of an object type with 
	util_memoize caching. 

2005-04-01 torbenb

	* packages/acs-core-docs/www/xml/install-guide/oracle.xml:
	adding link about Andrew Piskorski's Oracle9i install notes 
	per thread 
	http://openacs.org/forums/message-view?message_id=67108 

2005-04-01 jader

	* packages/acs-core-docs/www/xml/install-guide/maintenance.xml:
	Updated link on maintenance page, thanks to Wojtek Przywrzej 

2005-03-31 torbenb

	* packages/acs-core-docs/www/xml/install-guide/oracle.xml:
	added link about Oracle9i installation notes, per request 
	from this thread: 
	http://openacs.org/forums/message-view?message_id=282697 

2005-03-31 miguelm

	* packages/acs-subsite/www/admin/set-reg-assessment.xql:
	verify if the public have read privilege for the assessment 

2005-03-30 jeffd

	* packages/acs-tcl/tcl/parameter-procs.tcl:
	add param docs for localize and boolean for parameter;:get 

	* packages/search/tcl/search-procs.tcl:
	branches:  1.26.2; object_type unavailable on delete 

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	branches:  1.27.2; fix for trailing space on boolean flag 
	resolves bug 2381 by Carl Coryell-Martin 

2005-03-29 timoh

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5-5.1.6d1.sql:
	branches:  1.1.2; file upgrade-5.1.5-5.1.6d1.sql was 
	initially added on branch oacs-5-1. 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/content-create.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5-5.1.6d1.sql:
	* packages/acs-content-repository/tcl/acs-content-repository-procs-oracle.xql:
	* packages/acs-content-repository/tcl/acs-content-repository-procs.tcl:
	* packages/acs-content-repository/tcl/filter-procs.tcl:
	provided default template in oracle 

2005-03-29 maltes

	* packages/acs-lang/acs-lang.info:
	* packages/acs-lang/www/admin/import-messages-from-ts.tcl:
	* packages/acs-lang/www/admin/message-list.adp:
	* packages/acs-lang/www/download-messages.tcl:
	Added parameter BehaveLikeTranslationServerP as per request 
	from Joel. If enabled you will allow downloads of your 
	translations at /acs-lang/download-messages.tcl 

	* packages/acs-lang/www/download-messages.tcl:
	branches:  1.1.2; file download-messages.tcl was initially 
	added on branch oacs-5-1. 

2005-03-29 jeffd

	* packages/search/tcl/search-procs.tcl:
	* packages/search/tcl/syndicate-procs.tcl:
	add a search::action callback and make the syndication 
	called from the callback rather than inline. 

	* packages/acs-tcl/tcl/install-procs.tcl:
	branches:  1.14.2; fix docs for set-parameter-default 

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	have callbacks executed one level below the calling function 
	so upvar works how you would expect in the callback 

	* packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl:
	test that array pass by ref works as expected, test eval 
	uplevel work with empty args and that only one round of eval 
	applied 

2005-03-29 jader

	* packages/acs-core-docs/www/xml/install-guide/maintenance.xml:
	* packages/acs-core-docs/www/xml/install-guide/overview.xml:
	Added link to binary installers 

2005-03-28 carlb

	* packages/acs-core-docs/www/xml/install-guide/aolserver4.xml:
	branches:  1.27.2; cleaned up doc, removed references to 
	specific aolserver versions where posible, and added needed 
	library path variable for nsposgres 

2005-03-27 daveb

	* packages/search/www/search.tcl:
	branches:  1.17.2; Remove ETP specific code from search 
	package. Also trimming "index" from all ETP urls could quite 
	possibly trim something uninteded. The correct course of 
	action would be to handle this in the ETP URL service 
	contract using file commands to get just the filename if it 
	exactly matches index. 

2005-03-26 maltes

	* packages/acs-lang/acs-lang.info:
	Upped version per request from Joel to 5.1.6a1 

2005-03-26 jeffd

	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	branches:  1.65.2; propigate title rather than name for 
	content_item__new, bump to d15, upgrade 

	* packages/acs-subsite/www/pvt/home.tcl:
	fix subsite_url 

	* packages/acs-lang/tcl/lang-install-procs.tcl:
	fix typo in disable-locale action 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d14-5.2.0d15.sql:
	propigate title rather than name for content_item__new, bump 
	to d15, upgrade 

	* packages/acs-kernel/catalog/acs-kernel.ms_my.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ms_my.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ms_my.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ms_my.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ms_my.utf-8.xml:
	* packages/notifications/catalog/notifications.ms_my.utf-8.xml:
	remove the unused .ms_my locale files which conflict with 
	the ms_MY on OS X and are just confusing to keep around 

	* packages/acs-tcl/tcl/parameter-procs.xql:
	wrong field name for default_value 

2005-03-26 jader

	* etc/config.tcl:
	Added warning about email configuration. 

2005-03-25 maltes

	* packages/acs-lang/www/admin/import-messages-from-ts.adp:
	* packages/acs-lang/www/admin/import-messages-from-ts.tcl:
	* packages/acs-lang/www/admin/message-list.adp:
	* packages/acs-lang/www/admin/message-list.tcl:
	Added Import Messages from translation server functionality 
	as well, see 
	http://openacs.org/forums/message-view?message_id=281178 

	* packages/acs-lang/www/admin/message-list.adp:
	* packages/acs-lang/www/admin/message-list.tcl:
	Added link to download catalog file 

	* packages/acs-lang/www/admin/download-messages.tcl:
	Download an XML file with the locale and package key from 
	current database. This should help us transfer updated 
	message keys from the translation server 

	* packages/acs-lang/www/admin/download-messages.tcl:
	branches:  1.1.2; file download-messages.tcl was initially 
	added on branch oacs-5-1. 

	* packages/acs-lang/www/admin/import-messages-from-ts.adp:
	branches:  1.1.2; file import-messages-from-ts.adp was 
	initially added on branch oacs-5-1. 

	* packages/acs-lang/www/admin/import-messages-from-ts.tcl:
	branches:  1.1.2; file import-messages-from-ts.tcl was 
	initially added on branch oacs-5-1. 

2005-03-25 jeffd

	* packages/acs-subsite/lib/message.adp:
	* packages/acs-subsite/lib/message.tcl:
	* packages/acs-subsite/www/register/account-closed.tcl:
	* packages/acs-subsite/www/register/email-confirm.tcl:
	add a message include and change the account closed and 
	email-confirm pages to use it 

	* packages/acs-tcl/tcl/parameter-procs.tcl:
	* packages/acs-tcl/tcl/parameter-procs.xql:
	add a parameter::set_default function used by teh 
	set-parameter-default install action 

	* packages/acs-tcl/tcl/install-procs.tcl:
	add the set-default-parameter install action 

	* packages/acs-lang/tcl/lang-install-procs.tcl:
	document a bit better, add a disable-locale action 

2005-03-24 skaufman

	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	branches:  1.30.2; adds missing key for common_Submit 

2005-03-24 jeffd

	* packages/acs-tcl/lib/page-error.tcl:
	branches:  1.2.2; quotehtml the error and user agent 

2005-03-24 daveb

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	Allow context_id as an optional parameter to 
	site_node::mount to allow update if a package is moved to a 
	different site_node. 

2005-03-23 skaufman

	* packages/acs-templating/resources/lists/table.adp:
	border is deprecated and should not be used here 

	* packages/acs-templating/resources/lists/table.adp:
	removed ugly border around sort-order arrows in listbuilder 

	* packages/acs-templating/www/resources/lists.css:
	removes ugly border around sort-order arrows 

2005-03-23 leed

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	Callbacks no longer throw an error if -catch is specified 
	with -impl and the chosen implementation that does not 
	exist. 

2005-03-23 daveb

	* packages/search/tcl/search-procs.tcl:
	Add support to update acs_objects.package_id and 
	acs_objects.title on index for search. PBS specific 
	enhancement to support clipboard and other 5.2 
	functionality. 

	* packages/search/tcl/search-procs.tcl:
	Revert client specific code checked in. 

2005-03-22 jeffd

	* packages/acs-subsite/tcl/callback-procs.tcl:
	branches:  1.1.2; user subsite list 

	* packages/acs-subsite/www/pvt/home.adp:
	branches:  1.20.2; user subsite list 

	* packages/acs-subsite/lib/user-subsites.adp:
	* packages/acs-subsite/lib/user-subsites.tcl:
	* packages/acs-subsite/www/pvt/home.tcl:
	user subsite list 

2005-03-22 gabrielb

	* packages/acs-kernel/sql/postgresql/postgresql.sql:
	branches:  1.38.2; Fixes bug #2300. 

2005-03-21 rob

	* packages/acs-kernel/sql/oracle/acs-create.sql:
	Added annotate permission as per TIP 74 

	* packages/acs-kernel/sql/postgresql/acs-create.sql:
	branches:  1.33.2; Added annotate permission as per TIP 74 

2005-03-21 jeffd

	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	add an Actions common key 

	* packages/acs-subsite/lib/user-info.adp:
	branches:  1.8.8; remove the list of groups and replace with 
	list of links to communities based on application group 
	membership 

	* packages/acs-kernel/acs-kernel.info:
	branches:  1.80.2; make AllowedTag match the physical markup 
	used by RTE 

	* packages/acs-subsite/lib/user-info.tcl:
	remove the list of groups and replace with list of links to 
	communities based on application group membership 

2005-03-21 donb

	* packages/acs-automated-testing/acs-automated-testing.info:
	branches:  1.18.2; Made this auto-mounted package a 
	singleton so it doesn't show up in the "mount application" 
	select list.  There's no good reason to mount it more than 
	once anyway that either daveb or I could come up with. 

2005-03-20 torbenb

	* etc/backup.tcl:
	adding notes about future modifications 

2005-03-20 jeffd

	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	add a common key: Permissions 

	* packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl:
	add a couple extra callbacks to make tests not fail after 
	the first run (when the callbacks it thinks should not be 
	defined actually are defined since we have been through once 

	* packages/acs-tcl/lib/actions.adp:
	* packages/acs-tcl/lib/actions.tcl:
	* packages/acs-tcl/tcl/navigation-callback-procs.tcl:
	add a navigation::package_admin callback and an 
	implementation for forums and the lib include to generate 
	html 

	* packages/acs-content-repository/sql/postgresql/content-revision.sql:
	branches:  1.43.2; fix laundry list of bugs in content 
	repository copy code.  duplicate version of the 11arg 
	content_folder__new  copy_creation_ip rather than 
	copy__creation_ip in content_revision__copy  
	content_folder__copy did not preserve context_id properly  
	content_item__copy2 had a bunch of unused varaibles -- 
	removed them.  content_item__copy now preserves 
	live_revision so things which copy an item with a live 
	revision to not have to explicitly publish the new copy 
	(which eg file storage did not do).  content_revision__copy 
	did an insert into acs_objects without specifying column 
	names which breaks on a new install since the order is not 
	as expected. 

	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	branches:  1.46.2; fix laundry list of bugs in content 
	repository copy code.  duplicate version of the 11arg 
	content_folder__new  copy_creation_ip rather than 
	copy__creation_ip in content_revision__copy  
	content_folder__copy did not preserve context_id properly  
	content_item__copy2 had a bunch of unused varaibles -- 
	removed them.  content_item__copy now preserves 
	live_revision so things which copy an item with a live 
	revision to not have to explicitly publish the new copy 
	(which eg file storage did not do).  content_revision__copy 
	did an insert into acs_objects without specifying column 
	names which breaks on a new install since the order is not 
	as expected. 

	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d12-5.2.0d13.sql:
	fix laundry list of bugs in content repository copy code.  
	duplicate version of the 11arg content_folder__new  
	copy_creation_ip rather than copy__creation_ip in 
	content_revision__copy  content_folder__copy did not 
	preserve context_id properly  content_item__copy2 had a 
	bunch of unused varaibles -- removed them.  
	content_item__copy now preserves live_revision so things 
	which copy an item with a live revision to not have to 
	explicitly publish the new copy (which eg file storage did 
	not do).  content_revision__copy did an insert into 
	acs_objects without specifying column names which breaks on 
	a new install since the order is not as expected. 

2005-03-20 daveb

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-keyword.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d13-5.2.0d14.sql:
	* packages/acs-content-repository/tcl/test/content-keyword-test-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-keyword-test-procs.xql:
	Add content_keyword__del to match oracle pl/sql. Add 
	define_function_args calls for content-keyword.sql. Add 
	basic tests for content::keyword apis. 

	* packages/acs-content-repository/tcl/keyword-procs.tcl:
	Fix proc name, should br cr::keyword::delete 

2005-03-19 jeffd

	* packages/acs-templating/tcl/richtext-procs.tcl:
	branches:  1.19.2; daveb spotted that the quoting was wrong 
	for the on_fail arg, \r not stripped 

	* packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl:
	* packages/acs-api-browser/www/content-page-view.adp:
	fix markup, make @see /file/path/foo.tcl, @see 
	/doc/db-api.html @see http://openacs.org/foo work 

2005-03-18 josee

	* packages/acs-content-repository/tcl/content-template-procs.tcl:
	setting to null the default parameter "package_id" in 
	function content::template::new 

2005-03-18 jeffd

	* packages/acs-templating/tcl/richtext-procs.tcl:
	* packages/acs-templating/tcl/widget-procs.tcl:
	Switch to RTE for richtext html editor. 

	* www/blank-master.tcl:
	branches:  1.17.2; Switch to RTE for richtext html editor. 

	* www/blank-master.adp:
	branches:  1.18.2; Switch to RTE for richtext html editor. 

	* packages/acs-subsite/www/resources/core.js:
	branches:  1.9.2; Switch to RTE for richtext html editor. 

	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d12-5.2.0d13.sql:
	minor fix: move_name should have been move__name 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	speeleng error 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d12-5.2.0d13.sql:
	upgrade to fix bug in content_folder__move and add the 
	integer,integer version used in content_item__move; bump to 
	5.2.0d13.  thanks daveb 

2005-03-18 daveb

	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	Add content_folder__move function that allows rename on 
	move. Already existed on Oracle. 

2005-03-18 andrewg

	* packages/acs-lang/sql/oracle/ad-locales.sql:
	branches:  1.29.2; Re-removing stray 'end', introduced by 
	victorg's commit. 

2005-03-17 jeffd

	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	branches:  1.85.2; fix string literal arg to empty_string_p 

	* packages/search/tcl/search-procs.tcl:
	more error checking 

	* packages/acs-subsite/tcl/subsite-procs.tcl:
	use parameter::get for getting SolicitPortraitP param rather 
	than pacakge-key which breaks with multiple subsites bug 
	2357 patch 653 Orzenil Silva Junior 

2005-03-16 leed

	* packages/acs-tcl/tcl/install-procs.tcl:
	Allow package key to be specified using the package 
	attribute as well package-key. 

2005-03-16 jeffd

	* packages/acs-templating/tcl/tag-procs.tcl:
	&lt;if XXYYZZ in YY&gt; would return true.  this fixes it so the 
	literal string has to be in there 

2005-03-15 daveb

	* packages/acs-bootstrap-installer/installer/index.tcl:
	branches:  1.22.2; Change form from GET to POST so password 
	isn't logged in access log. Fix bug#1743. 

2005-03-14 carlb

	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	branches:  1.23.2; character encoding fixes and translations 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	changed private level to privacy level 

	* packages/acs-templating/www/doc/guide/index.html:
	fixed links and removed aD email 

2005-03-13 michaels

	* packages/acs-subsite/www/admin/host-node-map/add.tcl:
	* packages/acs-subsite/www/admin/host-node-map/add.xql:
	* packages/acs-subsite/www/admin/host-node-map/index-oracle.xql:
	* packages/acs-subsite/www/admin/host-node-map/index-postgresql.xql:
	* packages/acs-subsite/www/admin/host-node-map/index.adp:
	* packages/acs-subsite/www/admin/host-node-map/index.tcl:
	* packages/acs-subsite/www/admin/host-node-map/index.xql:
	templated host-node map; now uses listbuilder and ad_form 

2005-03-13 donb

	* packages/acs-subsite/tcl/package-procs-oracle.xql:
	branches:  1.13.10; Bug #2274: My removal of "upper()" some 
	time back broke some things, hmmm, put it back in. 

	* packages/acs-subsite/tcl/test/acs-subsite-procs.tcl:
	branches:  1.4.2;  1.4.4; Bug #2274: My removal of "upper()" 
	some time back broke some things, hmmm, put it back in. 

2005-03-13 daveb

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	* packages/acs-tcl/tcl/site-nodes-procs.xql:
	Fix bug#2176, update context_id when remounting and 
	unmounted package instance 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	Fix bug#2310 

	* packages/acs-authentication/tcl/authentication-procs.tcl:
	branches:  1.73.2; Fix bug#2310 

2005-03-12 michaels

	* packages/acs-subsite/www/admin/site-map/unmounted.adp:
	* packages/acs-subsite/www/admin/site-map/unmounted.tcl:
	added adp for umounted applications page 

	* packages/acs-subsite/www/admin/site-map/instance-delete.tcl:
	fixed small redirect bug 

2005-03-12 jeffd

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	return recursion_count from ad_conn even if not initialized 
	bug 1788 

2005-03-12 donb

	* packages/acs-subsite/lib/subsites.xql:
	Jeff's "anyone can be a subsite" patch came complete with an 
	extra "]". "acs-subite" doesn't match "acs-subsite]" ... 

	* packages/acs-templating/tcl/date-procs.tcl:
	branches:  1.35.2;  Modified the date type's "to_sql" 
	property to return to_timestamp if the format includes 
	minutes and seconds, to_date otherwise.  In reality we 
	should probably move to having both date and timestamp 
	template types but for now this should work for both Oracle 
	and PG. 

2005-03-12 daveb

	* packages/acs-subsite/acs-subsite.info:
	branches:  1.74.2; Require acs-authenication so it will 
	upgrade correctly. 

2005-03-12 andrewg

	* packages/acs-content-repository/sql/oracle/content-folder.sql:
	Bugfix 

	* packages/acs-content-repository/sql/oracle/content-template.sql:
	Bugfix. 

	* packages/acs-content-repository/sql/oracle/content-folder.sql:
	branches:  1.18.2; This is just a comment on the previous 
	commit.  Oracle was refusing to compile the package because 
	the specification and body were not declaring the type in an 
	identical way.  The specification says that the package_id 
	column is of type acs_objects.package_id%TYPE but the body 
	previously was declaring it cr_folders.package_id%TYPE.  
	That wasn't good enough for Oracle.  Now the two are 
	declaring the type the same way. 

	* packages/acs-content-repository/sql/oracle/packages-create.sql:
	branches:  1.24.2; Bugfix. 

	* packages/acs-content-repository/sql/oracle/content-item.sql:
	branches:  1.29.2; Bugfix 

2005-03-11 leed

	* packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl:
	Added tests for ad_proc callbacks. 

2005-03-11 jeffd

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	Callback implmentation, see tip 79 for details 

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	fix empty body contract check 

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	i am a monkey 

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	some error checking for callback declaration, fix namespace 
	eval warning, add an @see for the contract to each impl 

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	throw error if invoking specific impl which does not exist 

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	too listy by far 

2005-03-10 victorg

	* packages/acs-lang/sql/oracle/ad-locales.sql:
	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	There was to default locales for language 'es' and 'zh' 

	* packages/acs-lang/sql/oracle/ad-locales.sql:
	There was two default locales for languages 'es' and 'zh' 

	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	branches:  1.25.2; There was two default locales for 
	languages 'es' and 'zh' 

2005-03-10 torbenb

	* etc/backup.tcl:
	adding a tcl version of the backup.sh file, which might work 
	cross platform better. still needs some work to functionally 
	match backup.sh. Still, it's valuable as is. 

	* etc/backup.tcl:
	branches:  1.1.2; file backup.tcl was initially added on 
	branch oacs-5-1. 

2005-03-10 leed

	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	Add adp parse level to install xml parsing to allow use of 
	multirows. 

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	Added site_node::get_ancestors proc. 

2005-03-10 jeffd

	* packages/search/search.info:
	branches:  1.22.2; subsite scoped search 

	* packages/tsearch2-driver/tsearch2-driver.info:
	branches:  1.3.2; subsite scoped search 

	* packages/search/www/search.adp:
	branches:  1.7.2; subsite scoped search 

	* packages/search/tcl/search-procs.tcl:
	* packages/search/www/advanced-search.adp:
	* packages/search/www/index.adp:
	* packages/search/www/search.tcl:
	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	subsite scoped search 

2005-03-09 leed

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Fixed length of string calc. 

2005-03-09 jeffd

	* packages/acs-tcl/tcl/test/file-test-procs.tcl:
	branches:  1.5.6; comment some code, check for limit :bind 
	which breaks pg7.3 

	* packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl:
	log a debug message for procs declared in a namespace eval 
	rather than explicit namespace 

2005-03-08 jeffd

	* packages/acs-subsite/tcl/subsite-procs.tcl:
	comment out query for now since the it breaks in a 
	transaction -- hardcode acs-subsite 

2005-03-08 daveb

	* packages/tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl:
	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Cleanup build_query proc a little. Add automated tests for 
	build_query. 

2005-03-08 andrewg

	* packages/acs-subsite/sql/oracle/acs-subsite-create.sql:
	* packages/acs-subsite/sql/oracle/site-node-selection.sql:
	Bringing in a fix from HEAD. 

	* packages/acs-subsite/www/admin/site-map/site-map-oracle.xql:
	* packages/acs-subsite/www/site-map/index-oracle.xql:
	Bringing in fixes from HEAD 

2005-03-07 jeffd

	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	add a details common key 

	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	another tip 76 change for hardcoded acs-subsite 

	* packages/acs-reference/acs-reference.info:
	branches:  1.21.2; fix lingering broken ad links 

	* packages/acs-subsite/www/permissions/perm-include.tcl:
	branches:  1.6.2; fix to use ad_conn subsite_url 

	* packages/acs-subsite/lib/subsites.tcl:
	* packages/acs-subsite/lib/subsites.xql:
	* packages/acs-subsite/tcl/subsite-procs-oracle.xql:
	* packages/acs-subsite/tcl/subsite-procs-postgresql.xql:
	* packages/acs-subsite/tcl/subsite-procs.tcl:
	* packages/acs-subsite/tcl/subsite-procs.xql:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	first part of tip 76 -- multiple packages as subsites adds a 
	subsite::package_keys function for listing subsites, and 
	uses it instead of hard coding acs-subsite all over 

	* packages/search/tcl/search-procs.tcl:
	make the search indexer much more robust to errors in the 
	datasource or indexing routines -- catch + emit traceback 
	for errors 

	* packages/acs-subsite/tcl/subsite-procs.xql:
	missed the subsite-procs app group create query names 
	somehow tip 76 

	* packages/acs-subsite/lib/subsites.xql:
	missing close querytext 

	* packages/search/tcl/search-procs.tcl:
	typo two log messages 

2005-03-06 jeffd

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/postgresql/postgresql.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d8-5.2.0d9.sql:
	add an explicit cast of proname in drop_package needed in 
	pg8 

	* www/robots.txt:
	add wildcard disallow for googlebot 

2005-03-06 daveb

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Add -nocase to regsub for NOT operator at the beginnign of 
	query string. 

2005-03-04 miguelm

	* packages/acs-subsite/www/admin/set-reg-assessment.tcl:
	remove unnecessary variable 

2005-03-04 jeffd

	* packages/acs-tcl/tcl/acs-permissions-procs.tcl:
	change how permission::cache_p is defined so it does not 
	break ttrace 

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	* packages/acs-tcl/tcl/ds-stub-procs.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	stub ds procs rather than call 
	ad_call_proc_if_defined_and_function_name_too_short 

	* packages/acs-subsite/tcl/relation-procs.tcl:
	* packages/acs-subsite/tcl/relation-procs.xql:
	utility proc for getting related items 

2005-03-03 jeffd

	* tcl/zz-postload.tcl:
	branches:  1.5.16; don't rename away __is_xql 

	* packages/acs-tcl/tcl/request-processor-init.tcl:
	change cache_p to cache in first call of function not in 
	init; emit notice on registering filters and procs 

	* packages/acs-lang/tcl/localization-data-init.tcl:
	include variable define for ::lang::util::percent_match 

2005-03-03 jader

	* packages/acs-core-docs/www/xml/install-guide/software.xml:
	Add in Oracle 10g to software compatibility matrix. 

2005-03-03 donb

	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	1. Allow use of variables in form element names, so you can 
	more easily build    dynamic forms. 2. Relax the rules 
	slightly so you can initialize a form without providing    a 
	form block. 

	* packages/acs-tcl/tcl/form-processing-procs.tcl:
	Allow one to initiate an ad_form with specifying the "form" 
	block, useful for building forms incrementally. 

	* packages/acs-tcl/acs-tcl.info:
	branches:  1.42.2; Needed to bump version number because I'm 
	writing code that depends on my change to ad_form ... 

2005-03-03 daveb

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d4-5.1.4d5.sql:
	*** empty log message *** 

	* packages/acs-content-repository/sql/postgresql/content-revision.sql:
	Add content_revision__del 

2005-03-02 miguelm

	* packages/acs-subsite/lib/user-new.tcl:
	branches:  1.10.2; send return_url when an assessment is 
	related 

2005-03-01 miguelm

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	add messages 

2005-03-01 maltes

	* www/resources/info.txt:
	Added resources directory so we can put e.g. a combined css 
	in there 

2005-03-01 leed

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Fixed typo in [ad_conn subsite_url] 

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Removed call to subsite::package_keys 

2005-03-01 joel

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	5.1.5 

	* ChangeLog:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/install-guide/openacs.xml:
	* readme.txt:
	5.1.5 updates 

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-resources.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-cvs-concepts.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/using-cvs-with-openacs.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	new docs for 5.1.5 

2005-03-01 jeffd

	* packages/acs-tcl/tcl/request-processor-init.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	ad_acs_admin_id removed 

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	add an ad_unquotehtml function to invert ad_quotehtml 

	* packages/notifications/www/request-new.tcl:
	branches:  1.10.10; change ad_verify_and_get_user_id to 
	ad_conn user_id, change ad_maybe_redirect_for_registration 
	to auth::require_login, make some db_ and dt_ function 
	-public 

	* packages/acs-subsite/www/permissions/index.tcl:
	branches:  1.3.16; change ad_verify_and_get_user_id to 
	ad_conn user_id, change ad_maybe_redirect_for_registration 
	to auth::require_login, make some db_ and dt_ function 
	-public 

	* packages/acs-tcl/tcl/security-procs.tcl:
	branches:  1.38.2; change ad_verify_and_get_user_id to 
	ad_conn user_id, change ad_maybe_redirect_for_registration 
	to auth::require_login, make some db_ and dt_ function 
	-public 

	* packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl:
	branches:  1.38.2;  1.38.6; change ad_verify_and_get_user_id 
	to ad_conn user_id, change 
	ad_maybe_redirect_for_registration to auth::require_login, 
	make some db_ and dt_ function -public 

	* packages/acs-admin/www/users/user-add-3.tcl:
	branches:  1.5.10; change ad_verify_and_get_user_id to 
	ad_conn user_id, change ad_maybe_redirect_for_registration 
	to auth::require_login, make some db_ and dt_ function 
	-public 

	* packages/notifications/www/manage.tcl:
	branches:  1.5.2; change ad_verify_and_get_user_id to 
	ad_conn user_id, change ad_maybe_redirect_for_registration 
	to auth::require_login, make some db_ and dt_ function 
	-public 

	* packages/acs-admin/www/apm/parameter-edit.tcl:
	branches:  1.5.6; change ad_verify_and_get_user_id to 
	ad_conn user_id, change ad_maybe_redirect_for_registration 
	to auth::require_login, make some db_ and dt_ function 
	-public 

	* packages/acs-subsite/www/user/portrait/index.tcl:
	branches:  1.8.2; change ad_verify_and_get_user_id to 
	ad_conn user_id, change ad_maybe_redirect_for_registration 
	to auth::require_login, make some db_ and dt_ function 
	-public 

	* packages/acs-admin/www/apm/package-add.tcl:
	* packages/acs-admin/www/users/member-state-change.tcl:
	* packages/acs-admin/www/users/user-add-2.tcl:
	* packages/acs-admin/www/users/user-batch-add.tcl:
	* packages/acs-authentication/tcl/authentication-procs.tcl:
	* packages/acs-content-repository/tcl/keyword-procs.tcl:
	* packages/acs-content-repository/tcl/revision-procs.tcl:
	* packages/acs-content-repository/tcl/test/acs-content-repository-procs.tcl:
	* packages/acs-reference/www/index.tcl:
	* packages/acs-reference/www/reference-data-list.tcl:
	* packages/acs-reference/www/table-detail.tcl:
	* packages/acs-reference/www/view-one-reference.tcl:
	* packages/acs-subsite/www/admin/site-map/allow-for-view.tcl:
	* packages/acs-subsite/www/admin/site-map/new.tcl:
	* packages/acs-subsite/www/group-join.tcl:
	* packages/acs-subsite/www/members/user-batch-add.tcl:
	* packages/acs-subsite/www/permissions/one.tcl:
	* packages/acs-subsite/www/pvt/alerts.tcl:
	* packages/acs-subsite/www/user/portrait/comment-edit-2.tcl:
	* packages/acs-subsite/www/user/portrait/comment-edit.tcl:
	* packages/acs-subsite/www/user/portrait/erase-2.tcl:
	* packages/acs-subsite/www/user/portrait/erase.tcl:
	* packages/acs-subsite/www/user/portrait/upload.tcl:
	* packages/acs-tcl/tcl/00-database-procs.tcl:
	* packages/acs-tcl/tcl/acs-permissions-procs.tcl:
	* packages/acs-tcl/tcl/apm-file-procs.tcl:
	* packages/acs-tcl/tcl/text-html-procs.tcl:
	change ad_verify_and_get_user_id to ad_conn user_id, change 
	ad_maybe_redirect_for_registration to auth::require_login, 
	make some db_ and dt_ function -public 

2005-03-01 daveb

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Fix rank ordering, merge from HEAD 

2005-02-28 victorg

	* packages/acs-authentication/catalog/acs-authentication.en_AU.ISO-8859-1.xml:
	file acs-authentication.en_AU.ISO-8859-1.xml was added on 
	branch oacs-5-2 on 2006-05-01 22:06:13 +0000 

	* packages/acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml:
	file acs-authentication.es_CO.ISO-8859-1.xml was added on 
	branch oacs-5-2 on 2006-05-01 22:06:13 +0000 

	* packages/acs-kernel/catalog/acs-kernel.en_AU.ISO-8859-1.xml:
	file acs-kernel.en_AU.ISO-8859-1.xml was added on branch 
	oacs-5-2 on 2006-05-01 22:08:43 +0000 

	* packages/acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml:
	file acs-kernel.es_CO.ISO-8859-1.xml was added on branch 
	oacs-5-2 on 2006-05-01 22:08:43 +0000 

	* packages/acs-lang/catalog/acs-lang.en_AU.ISO-8859-1.xml:
	file acs-lang.en_AU.ISO-8859-1.xml was added on branch 
	oacs-5-2 on 2006-05-01 22:10:47 +0000 

	* packages/acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml:
	file acs-lang.es_CO.ISO-8859-1.xml was added on branch 
	oacs-5-2 on 2006-05-01 22:10:47 +0000 

	* packages/acs-subsite/catalog/acs-subsite.en_AU.ISO-8859-1.xml:
	file acs-subsite.en_AU.ISO-8859-1.xml was added on branch 
	oacs-5-2 on 2006-05-01 22:12:39 +0000 

	* packages/acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml:
	file acs-subsite.es_CO.ISO-8859-1.xml was added on branch 
	oacs-5-2 on 2006-05-01 22:12:39 +0000 

	* packages/acs-tcl/catalog/acs-tcl.en_AU.ISO-8859-1.xml:
	file acs-tcl.en_AU.ISO-8859-1.xml was added on branch 
	oacs-5-2 on 2006-05-01 22:14:30 +0000 

	* packages/acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml:
	file acs-tcl.es_CO.ISO-8859-1.xml was added on branch 
	oacs-5-2 on 2006-05-01 22:14:30 +0000 

	* packages/acs-templating/catalog/acs-templating.en_AU.ISO-8859-1.xml:
	file acs-templating.en_AU.ISO-8859-1.xml was added on branch 
	oacs-5-2 on 2006-05-01 22:17:08 +0000 

	* packages/acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml:
	file acs-templating.es_CO.ISO-8859-1.xml was added on branch 
	oacs-5-2 on 2006-05-01 22:17:08 +0000 

	* packages/notifications/catalog/notifications.en_AU.ISO-8859-1.xml:
	file notifications.en_AU.ISO-8859-1.xml was added on branch 
	oacs-5-2 on 2006-05-30 03:57:25 +0000 

	* packages/notifications/catalog/notifications.es_CO.ISO-8859-1.xml:
	file notifications.es_CO.ISO-8859-1.xml was added on branch 
	oacs-5-2 on 2006-05-30 03:57:25 +0000 

2005-02-28 miguelm

	* packages/acs-subsite/www/admin/index.adp:
	* packages/acs-subsite/www/admin/set-reg-assessment.adp:
	* packages/acs-subsite/www/admin/set-reg-assessment.tcl:
	* packages/acs-subsite/www/admin/set-reg-assessment.xql:
	add page that allows to choose an assessment related to the 
	registration process 

	* packages/acs-subsite/acs-subsite.info:
	add parameter that contains the assessment_id of the 
	assessment related to the registration process 

	* packages/acs-subsite/www/admin/index.tcl:
	branches:  1.14.2;  1.14.6; add page that allows to choose 
	an assessment related to the registration process 

	* packages/acs-subsite/lib/user-new.tcl:
	verify and redirect to the correct url if an assessment is 
	related to the registration process, if not continue with 
	the old process 

2005-02-28 maltes

	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	Changed debugging message to level debug (from notice) 

2005-02-28 joel

	* packages/acs-authentication/catalog/acs-authentication.en_AU.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.en_AU.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_AU.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_AU.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.en_AU.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.en_AU.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.en_AU.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.es_CO.ISO-8859-1.xml:
	*** empty log message *** 

	* packages/acs-authentication/catalog/acs-authentication.en_AU.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file 
	acs-authentication.en_AU.ISO-8859-1.xml was initially added 
	on branch oacs-5-1. 

	* packages/acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file 
	acs-authentication.es_CO.ISO-8859-1.xml was initially added 
	on branch oacs-5-1. 

	* packages/acs-kernel/catalog/acs-kernel.en_AU.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file 
	acs-kernel.en_AU.ISO-8859-1.xml was initially added on 
	branch oacs-5-1. 

	* packages/acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file 
	acs-kernel.es_CO.ISO-8859-1.xml was initially added on 
	branch oacs-5-1. 

	* packages/acs-lang/catalog/acs-lang.en_AU.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file acs-lang.en_AU.ISO-8859-1.xml 
	was initially added on branch oacs-5-1. 

	* packages/acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file acs-lang.es_CO.ISO-8859-1.xml 
	was initially added on branch oacs-5-1. 

	* packages/acs-subsite/catalog/acs-subsite.en_AU.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file 
	acs-subsite.en_AU.ISO-8859-1.xml was initially added on 
	branch oacs-5-1. 

	* packages/acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file 
	acs-subsite.es_CO.ISO-8859-1.xml was initially added on 
	branch oacs-5-1. 

	* packages/acs-tcl/catalog/acs-tcl.en_AU.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file acs-tcl.en_AU.ISO-8859-1.xml 
	was initially added on branch oacs-5-1. 

	* packages/acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file acs-tcl.es_CO.ISO-8859-1.xml 
	was initially added on branch oacs-5-1. 

	* packages/acs-templating/catalog/acs-templating.en_AU.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file 
	acs-templating.en_AU.ISO-8859-1.xml was initially added on 
	branch oacs-5-1. 

	* packages/acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file 
	acs-templating.es_CO.ISO-8859-1.xml was initially added on 
	branch oacs-5-1. 

	* packages/notifications/catalog/notifications.en_AU.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file 
	notifications.en_AU.ISO-8859-1.xml was initially added on 
	branch oacs-5-1. 

	* packages/notifications/catalog/notifications.es_CO.ISO-8859-1.xml:
	branches:  1.1.2;  1.1.4; file 
	notifications.es_CO.ISO-8859-1.xml was initially added on 
	branch oacs-5-1. 

2005-02-28 donb

	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Added ad_conn form_counter (liberated from Greenpeace 
	Planet), which makes it easier to write javascript-enhanced 
	widgets for the template form builder. 

	* packages/acs-templating/tcl/form-procs.tcl:
	branches:  1.32.6; Added ad_conn form_count (liberated from 
	Greenpeace Planet work), which simplifies the writing of 
	javascript-enhanced template form builder widgets. 

	* packages/acs-templating/acs-templating.info:
	branches:  1.34.2; Added ad_conn form_count (liberated from 
	Greenpeace Planet work), which simplifies the writing of 
	javascript-enhanced template form builder widgets. 

2005-02-27 jeffd

	* packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl:
	* packages/acs-authentication/tcl/authentication-procs.tcl:
	* packages/acs-content-repository/tcl/filter-procs.tcl:
	* packages/acs-lang/tcl/locale-procs.xql:
	* packages/acs-subsite/tcl/subsite-procs.tcl:
	* packages/acs-tcl/tcl/ad-functional-procs.tcl:
	* packages/acs-tcl/tcl/openacs-kernel-procs.tcl:
	* packages/acs-tcl/tcl/parameter-procs.tcl:
	* packages/acs-tcl/tcl/site-node-object-map-procs.tcl:
	* packages/acs-tcl/tcl/test/file-test-procs.tcl:
	* packages/acs-templating/tcl/apm-callback-procs.tcl:
	* packages/acs-templating/tcl/currency-procs.tcl:
	* packages/acs-templating/tcl/filter-procs.tcl:
	* packages/acs-templating/tcl/list-procs.tcl:
	* packages/acs-templating/tcl/mime-procs.tcl:
	* packages/acs-templating/tcl/tag-procs.tcl:
	* packages/acs-templating/tcl/widget-procs.tcl:
	add proc doc to a bunch of procs, declare some things with 
	explicit namespaces rather than in namespace eval, make some 
	public things private 

	* packages/acs-tcl/tcl/test/datamodel-test-procs.tcl:
	* packages/acs-tcl/tcl/test/doc-check-procs.tcl:
	* packages/acs-tcl/tcl/test/file-test-procs.tcl:
	* packages/acs-tcl/tcl/test/log-test-procs.tcl:
	adds test for acs_object_type internal consistency, proc 
	documentation, xql files, named constraints, acs_attributes 
	internal consistency 

	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	branches:  1.12.2; fix missing rdbms things and a few oracle 
	or postgresisms that snuck in the wrong files 

	* packages/acs-authentication/tcl/apm-callback-procs.tcl:
	branches:  1.15.2; add proc doc to a bunch of procs, declare 
	some things with explicit namespaces rather than in 
	namespace eval, make some public things private 

	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	branches:  1.17.2; fix missing rdbms things and a few oracle 
	or postgresisms that snuck in the wrong files 

	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	branches:  1.22.2; fix missing rdbms things and a few oracle 
	or postgresisms that snuck in the wrong files 

	* packages/acs-subsite/tcl/group-procs.tcl:
	branches:  1.25.2; add proc doc to a bunch of procs, declare 
	some things with explicit namespaces rather than in 
	namespace eval, make some public things private 

	* packages/acs-lang/tcl/locale-procs.tcl:
	branches:  1.31.2; add proc doc to a bunch of procs, declare 
	some things with explicit namespaces rather than in 
	namespace eval, make some public things private 

	* packages/acs-automated-testing/tcl/aa-test-procs.tcl:
	branches:  1.33.2; add proc doc to a bunch of procs, declare 
	some things with explicit namespaces rather than in 
	namespace eval, make some public things private 

	* packages/acs-lang/tcl/lang-util-procs.tcl:
	branches:  1.36.2; add proc doc to a bunch of procs, declare 
	some things with explicit namespaces rather than in 
	namespace eval, make some public things private 

	* packages/acs-subsite/tcl/apm-callback-procs.tcl:
	branches:  1.4.2; add proc doc to a bunch of procs, declare 
	some things with explicit namespaces rather than in 
	namespace eval, make some public things private 

	* packages/acs-lang/tcl/lang-message-procs.tcl:
	branches:  1.45.2; add proc doc to a bunch of procs, declare 
	some things with explicit namespaces rather than in 
	namespace eval, make some public things private 

	* packages/acs-tcl/tcl/defs-procs.tcl:
	branches:  1.49.2; add proc doc to a bunch of procs, declare 
	some things with explicit namespaces rather than in 
	namespace eval, make some public things private 

	* packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml:
	branches:  1.5.2; fix missing rdbms things and a few oracle 
	or postgresisms that snuck in the wrong files 

	* packages/acs-content-repository/tcl/content-extlink-procs.tcl:
	branches:  1.5.2; remove unused .xql files, rename a couple 
	misnamed xql files, fix elements-display.adp to not embed 
	lots of tcl, add some interface status things 

	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	branches:  1.6.2; fix missing rdbms things and a few oracle 
	or postgresisms that snuck in the wrong files 

	* packages/acs-admin/www/apm/version-fs-scan.xql:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	fix missing rdbms things and a few oracle or postgresisms 
	that snuck in the wrong files 

	* packages/acs-content-repository/tcl/content-extlink-procs.xql:
	* packages/acs-content-repository/tcl/extlink-procs.tcl:
	* packages/acs-subsite/tcl/application-group-procs.tcl:
	* packages/acs-subsite/www/admin/rel-segments/elements-display.adp:
	* packages/acs-subsite/www/admin/rel-segments/elements-display.tcl:
	* packages/acs-subsite/www/user/basic-info-update-2.xql:
	* packages/acs-subsite/www/user/basic-info-update-oracle.xql:
	* packages/acs-subsite/www/user/basic-info-update-postgresql.xql:
	* packages/acs-subsite/www/user/basic-info-update.xql:
	remove unused .xql files, rename a couple misnamed xql 
	files, fix elements-display.adp to not embed lots of tcl, 
	add some interface status things 

	* packages/acs-tcl/tcl/test/datamodel-test-procs.tcl:
	* packages/acs-tcl/tcl/test/file-test-procs.tcl:
	tweak documentation 

2005-02-27 donb

	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/acs-permissions-create.sql:
	* packages/acs-kernel/sql/oracle/rel-segments-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-objects-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-permissions-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d7-5.2.0d8.sql:
	A variety of group oriented things, and finally added the 
	definitions of acs-objects package procs in PG so that we 
	can use package_instantiate_object and package_db_exec with 
	them. 

	* packages/acs-kernel/sql/postgresql/acs-objects-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d7-5.2.0d8.sql:
	Realized that I only need to define function args for the 
	most verbose form of acs_object__new, since 
	package_instantiate_object handles default values very 
	nicely. 

	* packages/acs-kernel/acs-kernel.info:
	Somehow I managed to goober the last commit, despite having 
	(I thought) properly resolved merge conflicts.  Oh well ... 

	* packages/acs-kernel/sql/postgresql/rel-segments-create.sql:
	branches:  1.10.2; A variety of group oriented things, and 
	finally added the definitions of acs-objects package procs 
	in PG so that we can use package_instantiate_object and 
	package_db_exec with them. 

	* packages/acs-kernel/sql/postgresql/acs-relationships-create.sql:
	branches:  1.18.2; A variety of group oriented things, and 
	finally added the definitions of acs-objects package procs 
	in PG so that we can use package_instantiate_object and 
	package_db_exec with them. 

	* packages/acs-kernel/sql/postgresql/groups-create.sql:
	branches:  1.19.2; A variety of group oriented things, and 
	finally added the definitions of acs-objects package procs 
	in PG so that we can use package_instantiate_object and 
	package_db_exec with them. 

	* packages/acs-kernel/sql/oracle/acs-relationships-create.sql:
	branches:  1.8.2; A variety of group oriented things, and 
	finally added the definitions of acs-objects package procs 
	in PG so that we can use package_instantiate_object and 
	package_db_exec with them. 

	* packages/acs-kernel/sql/oracle/groups-create.sql:
	branches:  1.9.2; A variety of group oriented things, and 
	finally added the definitions of acs-objects package procs 
	in PG so that we can use package_instantiate_object and 
	package_db_exec with them. 

2005-02-27 daveb

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.5d2-5.1.5d3.sql:
	Fix bug#2298 correctly create content_revision__del 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.5d3-5.1.5d4.sql:
	Fix bug#2298. Create content_revision__del 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.5d2-5.1.5d3.sql:
	Move file to correct name for upgrade. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.5d3-5.1.5d4.sql:
	branches:  1.1.2; Move file to correct name for upgrade. 

2005-02-26 skaufman

	* packages/acs-tcl/lib/page-error.adp:
	fixed mismatched message_key with catalog 

2005-02-26 jeffd

	* packages/acs-tcl/tcl/test/file-test-procs.tcl:
	add a test to check the validity of all the xql files.  
	break out the file scan tests into a seperate file 

	* packages/acs-lang/www/admin/message-list.tcl:
	branches:  1.10.2; remove the acs-lang procs which were 
	deprecated/warn in 5.0; fix lingering references to 
	deprecated procs 

	* packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl:
	branches:  1.10.2; removed the remaining procs which were 
	-deprecated -warn in 5.0 and fixed most occurances of those 
	procs in the code 

	* packages/acs-lang/www/admin/edit-localized-message.tcl:
	branches:  1.14.2;  1.14.6; remove the acs-lang procs which 
	were deprecated/warn in 5.0; fix lingering references to 
	deprecated procs 

	* packages/acs-lang/tcl/localization-procs.tcl:
	branches:  1.17.2; remove the acs-lang procs which were 
	deprecated/warn in 5.0; fix lingering references to 
	deprecated procs 

	* packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl:
	branches:  1.28.2; add a test to check the validity of all 
	the xql files.  break out the file scan tests into a 
	seperate file 

	* packages/acs-lang/tcl/lang-util-procs.xql:
	branches:  1.4.2; remove the acs-lang procs which were 
	deprecated/warn in 5.0; fix lingering references to 
	deprecated procs 

	* packages/acs-lang/tcl/lang-catalog-procs.tcl:
	branches:  1.40.2; remove the acs-lang procs which were 
	deprecated/warn in 5.0; fix lingering references to 
	deprecated procs 

	* packages/acs-tcl/tcl/community-core-procs.tcl:
	branches:  1.47.2; removed the remaining procs which were 
	-deprecated -warn in 5.0 and fixed most occurances of those 
	procs in the code 

	* packages/acs-lang/www/admin/locale-delete.tcl:
	branches:  1.5.16; remove the acs-lang procs which were 
	deprecated/warn in 5.0; fix lingering references to 
	deprecated procs 

	* packages/acs-lang/www/locale-set.tcl:
	branches:  1.5.8; remove the acs-lang procs which were 
	deprecated/warn in 5.0; fix lingering references to 
	deprecated procs 

	* packages/acs-lang/www/admin/batch-editor.tcl:
	branches:  1.6.6; remove the acs-lang procs which were 
	deprecated/warn in 5.0; fix lingering references to 
	deprecated procs 

	* packages/acs-lang/www/admin/localized-message-new.tcl:
	branches:  1.7.2; remove the acs-lang procs which were 
	deprecated/warn in 5.0; fix lingering references to 
	deprecated procs 

	* packages/acs-lang/www/admin/locale-edit.tcl:
	branches:  1.7.6; remove the acs-lang procs which were 
	deprecated/warn in 5.0; fix lingering references to 
	deprecated procs 

	* packages/acs-tcl/tcl/apm-procs.tcl:
	branches:  1.74.2; removed the remaining procs which were 
	-deprecated -warn in 5.0 and fixed most occurances of those 
	procs in the code 

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	branches:  1.83.2; removed the remaining procs which were 
	-deprecated -warn in 5.0 and fixed most occurances of those 
	procs in the code 

	* packages/acs-lang/tcl/lang-message-procs.tcl:
	* packages/acs-lang/tcl/lang-util-procs.tcl:
	* packages/acs-lang/tcl/locale-procs.tcl:
	* packages/acs-lang/www/admin/edit-description.tcl:
	* packages/acs-lang/www/admin/export-locale-to-files.tcl:
	* packages/acs-lang/www/admin/import-locale-from-files.tcl:
	* packages/acs-lang/www/admin/index.tcl:
	* packages/acs-lang/www/admin/locale-make-default.tcl:
	* packages/acs-lang/www/admin/message-delete.tcl:
	* packages/acs-lang/www/admin/message-search.tcl:
	* packages/acs-lang/www/admin/package-list.tcl:
	* packages/acs-lang/www/admin/test/catalog-test.tcl:
	* packages/acs-lang/www/admin/test/test.tcl:
	* packages/acs-lang/www/index.tcl:
	* packages/acs-templating/tcl/spellcheck-init.tcl:
	remove the acs-lang procs which were deprecated/warn in 5.0; 
	fix lingering references to deprecated procs 

	* packages/acs-admin/www/apm/bulk-intall.tcl:
	* packages/acs-admin/www/apm/version-generate-diffs.tcl:
	* packages/acs-admin/www/apm/version-generate-diffs.xql:
	* packages/acs-api-browser/www/package-view.tcl:
	* packages/acs-subsite/www/shared/1pixel.tcl:
	* packages/acs-tcl/tcl/00-database-procs.tcl:
	* packages/acs-tcl/tcl/ad-functional-procs.tcl:
	* packages/acs-tcl/tcl/admin-procs.tcl:
	* packages/acs-tcl/tcl/apm-file-procs.tcl:
	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	* packages/acs-tcl/tcl/deprecated-utilities-procs.tcl:
	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	* packages/acs-templating/tcl/acs-integration-procs.tcl:
	* packages/acs-templating/tcl/paginator-procs.tcl:
	* packages/notifications/tcl/sweep-procs.tcl:
	removed the remaining procs which were -deprecated -warn in 
	5.0 and fixed most occurances of those procs in the code 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1d1.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6-4.6.1d1.sql:
	rename 4.6-4.6.1 upgrade to not overlap 4.6.1d1-4.6.1d2 

2005-02-25 victorg

	* packages/acs-kernel/acs-kernel.info:
	Adding BugTrackerInstance Parameter. This parameter let you 
	know into which bug-tracker instance has to be done the auto 
	error report. 

	* packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml:
	* packages/acs-tcl/lib/page-error.adp:
	* packages/acs-tcl/lib/page-error.tcl:
	* packages/acs-tcl/lib/page-error.xql:
	* packages/acs-tcl/tcl/parameter-procs.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Adding functionality for autosubmition of errors into de the 
	bug-tracker. Sending an email to the system owner when an 
	error have occurred, detailling info like user_id, browser's 
	user, error details, etc. 

2005-02-25 jeffd

	* packages/acs-templating/resources/forms/standard.adp:
	branches:  1.17.6; Fixes bug 2162 * not shown for required 
	on select widget. 

	* packages/acs-kernel/acs-kernel.info:
	remove the duplicated Allowed* tags, make the contact 
	oct@openacs 

2005-02-24 leed

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Fixed vhost_package_url when the package is not mounted 
	directly under the subsite. 

2005-02-24 jeffd

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	add a bit more docs to ad_get_tcl_call_stack 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	add a cannot remove permission msg 

	* etc/keepalive/keepalive-cron.sh:
	* packages/acs-content-repository/tcl/test/content-folder-test-procs.tcl:
	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	branches:  1.2.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20050111 and 
	jcd-merge-5-1-20050224 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql:
	branches:  1.2.6; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20050111 and 
	jcd-merge-5-1-20050224 

	* www/site-master.adp:
	branches:  1.23.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20050111 and 
	jcd-merge-5-1-20050224 

	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	branches:  1.27.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20050111 and 
	jcd-merge-5-1-20050224 

	* packages/acs-service-contract/acs-service-contract.info:
	branches:  1.28.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20050111 and 
	jcd-merge-5-1-20050224 

	* packages/notifications/notifications.info:
	branches:  1.29.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20050111 and 
	jcd-merge-5-1-20050224 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d4-5.1.4d5.sql:
	branches:  1.3.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20050111 and 
	jcd-merge-5-1-20050224 

	* etc/config.tcl:
	* packages/acs-core-docs/www/xml/install-guide/postgres.xml:
	branches:  1.32.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20050111 and 
	jcd-merge-5-1-20050224 

	* packages/acs-templating/tcl/parse-procs.tcl:
	branches:  1.37.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20050111 and 
	jcd-merge-5-1-20050224 

	* packages/acs-subsite/www/permissions/perm-include-postgresql.xql:
	branches:  1.4.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20050111 and 
	jcd-merge-5-1-20050224 

	* etc/keepalive/keepalive.sh:
	branches:  1.5.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20050111 and 
	jcd-merge-5-1-20050224 

	* packages/acs-content-repository/tcl/content-revision-procs-oracle.xql:
	branches:  1.5.2; merge change by hand because the file was 
	manually added on head. 

	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	branches:  1.9.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20050111 and 
	jcd-merge-5-1-20050224 

	* etc/analog.cfg:
	* etc/install/install.sh:
	* packages/acs-admin/www/users/password-update.adp:
	* packages/acs-admin/www/users/password-update.tcl:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/content-folder.sql:
	* packages/acs-content-repository/sql/oracle/content-item.sql:
	* packages/acs-content-repository/sql/oracle/packages-create.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d6-5.1.2d7.sql:
	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d6-5.1.2d7.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.5d1-5.1.5d2.sql:
	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	* packages/acs-content-repository/tcl/filter-procs.tcl:
	* packages/acs-core-docs/www/xml/developers-guide/i18n.xml:
	* packages/acs-core-docs/www/xml/developers-guide/permissions.xml:
	* packages/acs-core-docs/www/xml/developers-guide/rp.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/cvs.xml:
	* packages/acs-core-docs/www/xml/install-guide/configuring.xml:
	* packages/acs-core-docs/www/xml/install-guide/maintenance.xml:
	* packages/acs-core-docs/www/xml/install-guide/openacs.xml:
	* packages/acs-core-docs/www/xml/install-guide/recovery.xml:
	* packages/acs-core-docs/www/xml/install-guide/upgrade.xml:
	* packages/acs-core-docs/www/xml/kernel/apm-design.xml:
	* packages/acs-core-docs/www/xml/kernel/ext-auth.xml:
	* packages/acs-core-docs/www/xml/non-xml/release-notes-4-6.html:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/acs-objects-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.4-5.1.4d1.sql:
	* packages/acs-lang/www/admin/edit-localized-message.tcl:
	* packages/acs-service-contract/tcl/implementation-procs.tcl:
	* packages/acs-service-contract/tcl/implementation-procs.xql:
	* packages/acs-subsite/lib/login.adp:
	* packages/acs-subsite/www/admin/site-map/index.adp:
	* packages/acs-subsite/www/permissions/perm-include-oracle.xql:
	* packages/acs-subsite/www/site-map/index.tcl:
	* packages/acs-tcl/tcl/apm-procs.tcl:
	* packages/acs-tcl/tcl/apm-procs.xql:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	* packages/acs-templating/resources/forms/blue.adp:
	* packages/acs-templating/resources/forms/coddo.adp:
	* packages/acs-templating/resources/forms/configuration.adp:
	* packages/acs-templating/resources/forms/grid.adp:
	* packages/acs-templating/resources/forms/plain.adp:
	* packages/acs-templating/resources/forms/plainest.adp:
	* packages/acs-templating/resources/forms/tiny-plain.adp:
	* packages/acs-templating/resources/forms/wizard.adp:
	* packages/acs-templating/resources/lists/table.adp:
	* packages/acs-templating/tcl/paginator-procs.tcl:
	* packages/acs-templating/tcl/tag-procs.tcl:
	* packages/acs-templating/tcl/widget-procs.tcl:
	* www/blank-master.adp:
	commit to HEAD of merge of changes on oacs-5-1 branch 
	between tags jcd-merge-5-1-20050111 and 
	jcd-merge-5-1-20050224 

	* packages/acs-templating/resources/forms/standard.adp:
	form errors for fields with an empty label would not 
	highlight or show a required mark -- fixed 

	* packages/acs-automated-testing/www/admin/index.tcl:
	* packages/acs-automated-testing/www/admin/testcase-oracle.xql:
	* packages/acs-automated-testing/www/admin/testcase-postgresql.xql:
	* packages/acs-automated-testing/www/admin/testcase.adp:
	* packages/acs-automated-testing/www/admin/testcase.tcl:
	less braindamage for markup, aggregate result count in sql, 
	filter fails only on quiet 

	* packages/acs-tcl/tcl/test/html-conversion-procs.tcl:
	make string_truncate reflect new behavior lars made, add 
	test for ellipses on truncate 

	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	set live and latest to null so delete does not violate fk 
	constraints 

	* packages/acs-subsite/www/permissions/one-oracle.xql:
	* packages/acs-subsite/www/permissions/one-postgresql.xql:
	* packages/acs-subsite/www/permissions/one.adp:
	* packages/acs-subsite/www/permissions/one.tcl:
	show permissions granted to public on mainsite (used to be 
	excluded on the query which made understanding the 
	permissions quite difficult) 

2005-02-23 timoh

	* packages/acs-content-repository/tcl/content-revision-procs-oracle.xql:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	bugfix: fixed bug with lob-columns in attributes 

	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	bugfix: provide default for variable lob_values 

2005-02-23 leed

	* packages/acs-content-repository/sql/oracle/content-create.sql:
	branches:  1.24.2; Page root and template root registered as 
	magic objects. 

	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	branches:  1.49.2; Page root and template root registered as 
	magic objects. 

2005-02-23 jeffd

	* packages/acs-subsite/tcl/subsite-procs.tcl:
	add subsite::util::packages which returns a list of 
	package_id;s in the subsite containing the passed node_id 

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql:
	branches:  1.2.2; set title in acs objects when creating 
	security context root, set titles for parameters, make 
	acs_objects.package_id on delete set null 

	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql:
	branches:  1.3.2; set title in acs objects when creating 
	security context root, set titles for parameters, make 
	acs_objects.package_id on delete set null 

	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	branches:  1.61.2; set title in acs objects when creating 
	security context root, set titles for parameters, make 
	acs_objects.package_id on delete set null 

	* packages/acs-kernel/sql/oracle/acs-create.sql:
	* packages/acs-kernel/sql/oracle/apm-create.sql:
	* packages/acs-kernel/sql/postgresql/acs-create.sql:
	set title in acs objects when creating security context 
	root, set titles for parameters, make acs_objects.package_id 
	on delete set null 

2005-02-22 leed

	* packages/acs-tcl/tcl/install-procs.tcl:
	Added permission revoke action. 

	* packages/acs-tcl/tcl/install-procs.tcl:
	resubs double slashes in url attributes 

2005-02-22 jeffd

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.1-4.7d.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.1d1-4.6.1d2.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.1-4.7d.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.1d1-4.6.1d2.sql:
	rename upgrade-4.6.1-4.7d.sql to upgrade-4.6.1d1-4.6.1d2.sql 
	so the ordering of application is no longer ambiguous 

2005-02-21 torbenb

	* etc/config.tcl:
	adding a security comment to ns_param maxinput since the 
	default value was recently increased by a factor of 10. 

	* etc/config.tcl:
	adding comment (from jcdldn in irc) about special case ip 
	0.0.0.0 

	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	adding instructions to use both INST=/point/to/aolserver and 
	AOLSERVER=/point/to/aolserver. By using both, helps prevent 
	any overwrite of an existing installation of another version 
	during this period of transition. 

2005-02-20 jeffd

	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	* packages/search/tcl/search-procs.tcl:
	* packages/search/www/advanced-search.adp:
	* packages/search/www/search.adp:
	* packages/search/www/search.tcl:
	more cleanup, change search sweeper to pull id's and release 
	handle few fixes to syndication stuff 

2005-02-19 torbenb

	* packages/acs-core-docs/www/xml/install-guide/openacs.xml:
	backing out a change I made, because it does not work well 
	for the action copy-paste version. Instead, adding the full 
	pathname for createdb and an explanation why the instruction 
	uses fullpathname, when it would not be necessary for user 
	pgsql 

2005-02-18 torbenb

	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	fixing freebsd note typo, updating some aolserver module 
	builds that were using INST=  to AOLSERVER= 

2005-02-18 leed

	* packages/acs-subsite/tcl/subsite-procs-oracle.xql:
	* packages/acs-subsite/tcl/subsite-procs-postgresql.xql:
	* packages/acs-subsite/tcl/subsite-procs.tcl:
	* packages/acs-subsite/tcl/subsite-procs.xql:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Added elements subsite_node_id, subsite_url, 
	vhost_subsite_url and vhost_package_url to allow includes 
	and master templates to vhost aware server relative urls. 
	Added subsite::get_url to allow functions to generate vhost 
	aware absolute urls. 

2005-02-18 jeffd

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	fix the build_query function to be more in line with the 
	lexer, sort by rank high to low, index title, keywords as 
	weight A,B respectively 

2005-02-17 jeffd

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	make ad_acs_kernel_id an ad_proc first so dbqd does not 
	complain 

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	* packages/acs-tcl/tcl/apm-procs.tcl:
	make some proc things into ad_proc, remove a couple useless 
	debug messages, log long query times as a WARNING message in 
	the log 

	* packages/acs-tcl/tcl/stack-trace-procs.tcl:
	make the stack trace purty 

	* packages/tsearch2-driver/sql/postgresql/tsearch2-driver-create.sql:
	object_id on delete cascade 

2005-02-17 daveb

	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	Add tsearch2 install documentation. 

2005-02-16 victorg

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d6-5.1.2d7.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d6-5.1.2d7.sql:
	Commented the creation of the index cr_items_name, already 
	existed 

2005-02-16 torbenb

	* packages/acs-core-docs/www/xml/install-guide/openacs.xml:
	I neglected to change the prompt context to match the 
	adjustments made a few minutes ago 

	* packages/acs-core-docs/www/xml/install-guide/openacs.xml:
	creating database should be from user: postgres, not 
	servicename to be consistent with rest of the docs 

	* packages/acs-core-docs/www/openacs.html:
	making fix here in addition to the xml, in case the html is 
	not regenerated before the 5.1.5 release 

2005-02-16 jeffd

	* packages/acs-core-docs/www/configuring-configuring-packages.html:
	* packages/acs-core-docs/www/configuring-configuring-permissions.html:
	* packages/acs-core-docs/www/configuring-install-packages.html:
	* packages/acs-core-docs/www/configuring-mounting-packages.html:
	* packages/acs-core-docs/www/tutorial-etp-templates.html:
	* packages/acs-core-docs/www/tutorial-parameters.html:
	* packages/acs-core-docs/www/tutorial-upgrade-scripts.html:
	* packages/acs-core-docs/www/tutorial-upgrades.html:
	* packages/acs-core-docs/www/tutorial-wysiwyg-editor.html:
	branches:  1.1.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/tutorial-vuh.html:
	branches:  1.10.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	branches:  1.11.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/install-tclwebtest.html:
	branches:  1.12.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	branches:  1.14.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	branches:  1.15.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/tutorial.html:
	branches:  1.16.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	branches:  1.17.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	branches:  1.18.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/style-guide.html:
	branches:  1.19.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-resources.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	* packages/acs-core-docs/www/openacs-cvs-concepts.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/using-cvs-with-openacs.html:
	branches:  1.2.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	branches:  1.20.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/variables.html:
	branches:  1.21.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/upgrade.html:
	branches:  1.22.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/eng-standards.html:
	branches:  1.23.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	branches:  1.24.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/unix-installation.html:
	branches:  1.25.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/subsites-design.html:
	branches:  1.26.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	branches:  1.27.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/rp-design.html:
	branches:  1.28.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	branches:  1.3.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/install-full-text-search.html:
	branches:  1.30.10; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/install-cvs.html:
	branches:  1.31.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	branches:  1.32.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	branches:  1.34.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	branches:  1.35.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	branches:  1.36.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	branches:  1.39.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/tutorial-css-layout.html:
	branches:  1.4.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	branches:  1.40.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	branches:  1.41.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/packages.html:
	branches:  1.42.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/objects.html:
	branches:  1.43.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/index.html:
	branches:  1.44.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/release-notes.html:
	branches:  1.46.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	branches:  1.5.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/uptime.html:
	branches:  1.6.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-ssl.html:
	branches:  1.7.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	branches:  1.8.2; regenerate the documentation -- add new 
	files 

	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	branches:  1.9.2; regenerate the documentation -- add new 
	files 

	* packages/acs-bootstrap-installer/installer.tcl:
	* packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl:
	comment out db_qd_log calls as almost noone will use these 
	anymore and some added appreciable overhead.  warn when a 
	proc does not yield a statement name with advice about why, 
	fix the bootstrap version of acs_kernel_id to cache 

	* packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml:
	* packages/acs-core-docs/www/xml/install-guide/aolserver4.xml:
	* packages/acs-core-docs/www/xml/install-guide/maintenance.xml:
	* packages/acs-core-docs/www/xml/install-guide/software.xml:
	* packages/acs-core-docs/www/xml/install-guide/upgrade.xml:
	fix docbook xml errors, make software.xml mention pg 8.0, 
	5.2 

2005-02-16 jader

	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	Update installation of daemontools. Description expanded for 
	Fedora Core 3. Broken link fixed. 

2005-02-16 andrewg

	* packages/acs-tcl/tcl/apm-procs.tcl:
	* packages/acs-tcl/tcl/apm-procs.xql:
	Don't call site_nodes_sync from apm_package_rename.  
	site_nodes_sync rebuilds the entire site_nodes cache, which 
	takes large sites, such as .LRN sites with tens of thousands 
	of site nodes, completely offline for several minutes.  
	Instead, update the cache for the specific node(s) at which 
	the package is mounted. 

2005-02-15 miguelm

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	adding missing messages 

2005-02-15 donb

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	Daveb fixed broken 5.1 code and tests 

2005-02-15 daveb

	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	branches:  1.3.2; Fix content type calls to eliminate 
	illegal chars in type name 

2005-02-15 andrewg

	* packages/acs-subsite/www/admin/site-map/site-map-oracle.xql:
	* packages/acs-subsite/www/site-map/index-oracle.xql:
	Adding missing view_p column 

	* packages/acs-subsite/www/admin/applications/index-oracle.xql:
	* packages/acs-subsite/www/admin/applications/index-postgresql.xql:
	* packages/acs-subsite/www/admin/applications/index.tcl:
	level is a reserved word in Oracle.  Changing to treelevel. 

2005-02-14 jeffd

	* packages/acs-tcl/tcl/exception-procs.tcl:
	added some @see to make ad_try less threatening 

2005-02-14 donb

	* packages/acs-content-repository/tcl/test/content-revision-test-procs.tcl:
	Dave fixed his test case ... 

	* packages/acs-content-repository/sql/oracle/content-type.sql:
	branches:  1.6.2; Missed one file modified by daveb in my 
	last commit 

2005-02-14 daveb

	* packages/acs-content-repository/tcl/test/content-revision-test-procs.tcl:
	Fix test to work on Oracle with BLOB content. 

2005-02-14 andrewg

	* packages/acs-tcl/tcl/html-email-procs.tcl:
	Look a little harder for the message body, and use only the 
	first-encountered text/plain and text/html. 

	* packages/acs-subsite/www/site-map/index-oracle.xql:
	Oracle was complaining about joining with a CONNECT BY.  
	I've refactored the mask into an EXISTS clause.  Should this 
	be handled with a 'read_site_map' permission instead of the 
	masking table? 

2005-02-13 donb

	* packages/acs-content-repository/tcl/content-revision-procs-oracle.xql:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-revision-test-procs.tcl:
	commiting Daveb's oracle fixes ... 

2005-02-12 maltes

	* packages/acs-content-repository/tcl/filter-procs.tcl:
	Fixing the problem caused by the upgrade for filestorage 
	that exchanges name and title. This should neither change 
	behaviour nor decrease performance, therefore I commit 
	without a TIP 

2005-02-12 daveb

	* packages/acs-content-repository/tcl/filter-procs.tcl:
	Fix erroneous commit that merged in changes. This should 
	effectively revert to 1.16.2.5 version that was intended 
	with the previous commit. 

	* packages/acs-content-repository/tcl/filter-procs.tcl:
	Revert change to content::init. Custom code belongs in 
	file-storage. 

2005-02-11 daveb

	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	Add tserach2 docs 

	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	Move openfts to make room for tsearch2. 

	* packages/acs-core-docs/www/install-full-text-search-openfts.html:
	branches:  1.1.2; file install-full-text-search-openfts.html 
	was initially added on branch oacs-5-1. 

	* packages/acs-core-docs/www/install-full-text-search-tsearch2.html:
	branches:  1.1.2; file 
	install-full-text-search-tsearch2.html was initially added 
	on branch oacs-5-1. 

2005-02-10 donb

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	Changed "delete" call to "del", content-item tests runs 
	without error now with Oracle. 

2005-02-10 daveb

	* packages/acs-content-repository/tcl/content-revision-procs-oracle.xql:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	Insert content as BLOB in seperate query. 

	* packages/acs-content-repository/tcl/content-revision-procs-oracle.xql:
	Switch to support oracle 8.1.6 

	* packages/acs-content-repository/tcl/content-revision-procs-oracle.xql:
	Switch to support oracle version 8.1.6 

	* packages/acs-content-repository/tcl/content-revision-procs-postgresql.xql:
	branches:  1.2.2; Insert content as BLOB in seperate query. 

2005-02-09 leed

	* packages/acs-tcl/tcl/install-procs.tcl:
	Make create-user work in the bootstrap install.xml (before 
	the service contract is registered). 

2005-02-09 daveb

	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	Fix test to work correctly in oracle. 

	* packages/acs-content-repository/tcl/content-revision-procs-oracle.xql:
	* packages/acs-content-repository/tcl/content-revision-procs-postgresql.xql:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-content-repository/tcl/content-revision-procs.xql:
	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	Remove broken generic query. Add correct Oracle specific 
	blob compatible query. 

	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-content-repository/tcl/content-revision-procs.xql:
	Update content column in a seperate query to work correctly 
	with Oracle. 

	* packages/acs-content-repository/tcl/content-revision-procs-oracle.xql:
	branches:  1.1.2; file content-revision-procs-oracle.xql was 
	initially added on branch oacs-5-1. 

	* packages/acs-content-repository/tcl/content-revision-procs-postgresql.xql:
	branches:  1.1.2; file content-revision-procs-postgresql.xql 
	was initially added on branch oacs-5-1. 

	* packages/acs-content-repository/tcl/content-revision-procs.xql:
	branches:  1.1.2; file content-revision-procs.xql was 
	initially added on branch oacs-5-1. 

2005-02-08 miguelm

	* packages/acs-subsite/tcl/email-image-procs.tcl:
	branches:  1.3.2; removing *SQL* 

2005-02-08 leed

	* packages/acs-tcl/tcl/security-procs.tcl:
	ad_get_client_property returns the default when no security 
	session exists; ie. during install. 

2005-02-08 jeffd

	* packages/acs-service-contract/www/binding-display.adp:
	* packages/acs-service-contract/www/binding-display.tcl:
	* packages/acs-service-contract/www/contract-display.tcl:
	add a display of a particular binding so you can easily 
	track down the actual functions 

	* packages/acs-tcl/tcl/navigation-procs.tcl:
	branches:  1.20.6; rollback the secret multisubsite stuff 
	did not mean to commit 

	* packages/acs-subsite/www/o.vuh:
	branches:  1.3.2; make missing svc contract give message 
	rather than traceback 

	* packages/acs-tcl/tcl/install-procs.tcl:
	* packages/acs-tcl/tcl/navigation-procs.tcl:
	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	do not try to login when creating a user from the 
	install.xml actioninstall-procs.tcl 

	* packages/acs-lang/tcl/localization-procs.tcl:
	don't use en_US in lc_numeric if lookup fails since when 
	acs-lang totally borked even en_US might not be there and 
	the admin page won't display 

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	rollback the secret multisubsite stuff did not mean to 
	commit 

2005-02-08 andrewg

	* packages/acs-lang/sql/oracle/ad-locales.sql:
	Removed a stray 'end'. 

	* packages/acs-subsite/sql/oracle/site-node-selection.sql:
	branches:  1.3.2; Bugfix. 

	* packages/acs-subsite/sql/oracle/acs-subsite-create.sql:
	site-node-selection with an "s" 

2005-02-07 leed

	* packages/acs-tcl/tcl/install-procs.tcl:
	Added some new actions. 

2005-02-07 jeffd

	* packages/acs-templating/tcl/list-procs.tcl:
	add the note about using filters to propigate state varibles 

	* packages/acs-bootstrap-installer/installer.tcl:
	reset the ad_conn so we can use it during install 

	* packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl:
	throw error if no package provided and no connection 

	* packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl:
	tweak markup so log lists of switch docs are readable 

	* packages/acs-tcl/tcl/install-procs.tcl:
	value for param has to default to empty string since 
	otherwise the empty value throws error in 
	apm_required_attribute_value 

2005-02-07 jader

	* etc/keepalive/keepalive-cron.sh:
	Added in a note linking to a forum thread, in case there are 
	problems. 

	* etc/config.tcl:
	Bump up defaults for many Aolserver configuration items 
	based on forums conversation: 
	http://openacs.org/forums/message-view?message_id=260846 

	* etc/keepalive/keepalive-cron.sh:
	* etc/keepalive/keepalive.sh:
	The keepalive scripts need the path to the executables, 
	unless the PATH is included in the script. 

2005-02-06 jeffd

	* packages/acs-tcl/tcl/object-procs-oracle.xql:
	* packages/acs-tcl/tcl/object-procs-postgresql.xql:
	return title and package_id in acs_object::get 

	* packages/acs-templating/tcl/tag-init.tcl:
	save errors in includes to the ds_page_bits cache 

2005-02-05 maltes

	* packages/acs-core-docs/www/xml/install-guide/aolserver4.xml:
	* packages/acs-core-docs/www/xml/install-guide/postgres.xml:
	Upgraded version numbers 

2005-02-05 jeffd

	* packages/acs-subsite/www/o.vuh:
	handle missing or invalid object id better 

	* packages/search/tcl/search-procs.tcl:
	use -datasource not -array 

2005-02-04 leed

	* packages/acs-tcl/tcl/install-procs.tcl:
	Fixed bug in mount action. Added mount-existing action for 
	mounting an already created package instance. 

2005-02-04 jeffd

	* packages/acs-templating/tcl/parse-procs.tcl:
	adds support for page fragment cache stuff from developer 
	support 

	* packages/acs-kernel/acs-kernel.info:
	allow SPAN tags 

2005-02-04 daveb

	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-service-contract/tcl/implementation-procs.tcl:
	* packages/acs-service-contract/tcl/implementation-procs.xql:
	Add optional contract paraemter to impl::get_id 

2005-02-03 maltes

	* packages/acs-kernel/acs-kernel.info:
	5.1.4 was already released, so the next version for 
	acs-kernel is 5.1.5d1 

2005-02-03 joel

	* packages/acs-lang/www/admin/edit-localized-message.tcl:
	fix so that original message is shown when editing english 

	* packages/acs-admin/www/users/password-update.adp:
	* packages/acs-admin/www/users/password-update.tcl:
	fixed breadcrumb in change password page 

2005-02-03 jeffd

	* packages/acs-content-repository/sql/postgresql/content-search.sql:
	bind the fts contract when creating the datamodel 

	* packages/acs-templating/resources/lists/table.adp:
	xhtml tweak for sort img 

2005-02-03 bdolicki

	* packages/acs-tcl/tcl/stack-trace-procs.tcl:
	Useful for having your catch and eat it. 

2005-02-02 victorg

	* www/site-master.adp:
	* www/site-master.tcl:
	Internationalitation for Online Members message, Your 
	Acccount Message and Logout Message 

2005-02-02 jeffd

	* packages/search/www/index.adp:
	GET should be get 

	* packages/notifications/tcl/notification-display-procs.tcl:
	branches:  1.14.2; quotehtml the sub_url since it's noquoted 
	in the page (as an html fragment). 

	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	* packages/search/search.info:
	* packages/search/tcl/search-procs.tcl:
	* packages/search/www/advanced-search.adp:
	* packages/search/www/index.adp:
	* packages/search/www/index.tcl:
	* packages/search/www/search.adp:
	* packages/search/www/search.tcl:
	fix search links, make validate as xhtml, remove crappy 
	markup, fix some message keys. fix bug with flag for 
	syndication 

	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	remove some unused keys 

	* packages/acs-templating/tcl/tag-procs.tcl:
	throw an error if the nil or defined tag is given anything 
	other than a variable 

2005-02-02 daveb

	* packages/acs-templating/tcl/parse-procs.tcl:
	Add Don's change back in since the previous commits fix the 
	other regexps to match this one. 

	* packages/acs-templating/tcl/tag-init.tcl:
	* packages/acs-templating/tcl/tag-procs.tcl:
	* packages/acs-templating/tcl/util-procs.tcl:
	Merge from HEAD fixed to variable regular expressions. add 
	recognizing array variables like @xx.y.z@ as xx(y.z).  Note 
	that the regexps show up in multiple places so any changes 
	to the @ var regexps should be made carefully.  In 
	particular if @x@ defined and if @x@ nil handle variables 
	special since they can't be derefrenced 

2005-02-01 torbenb

	* packages/acs-core-docs/www/xml/non-xml/release-notes-4-6.html:
	removed gremlin A0 characters 

	* packages/acs-core-docs/www/xml/install-guide/configuring.xml:
	* packages/acs-core-docs/www/xml/install-guide/maintenance.xml:
	* packages/acs-core-docs/www/xml/install-guide/recovery.xml:
	* packages/acs-core-docs/www/xml/install-guide/upgrade.xml:
	temporarily fixing image urls to return 302 errors that work 
	with most clients, instead of current 404 errors 

	* packages/acs-core-docs/www/xml/developers-guide/i18n.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial.xml:
	temporary fix of doc images from creating urls that return 
	404 errors to 302 errors 

	* packages/acs-core-docs/www/xml/kernel/apm-design.xml:
	* packages/acs-core-docs/www/xml/kernel/ext-auth.xml:
	temporary fix of doc images from creating urls that return 
	404 errors to 302 errors (that work for many browsers and 
	client services) 

2005-02-01 jeffd

	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	move message catalog over from 5.1 branch 

2005-02-01 daveb

	* packages/acs-content-repository/sql/oracle/content-type.sql:
	Fix insert and select views for revisions and subtypes so 
	title is not duplicated. 

2005-01-31 torbenb

	* packages/acs-core-docs/www/xml/install-guide/postgres.xml:
	added clarificaton to bison instructions 

2005-01-31 timoh

	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.4-5.1.4d1.sql:
	branches:  1.1.2; file upgrade-5.1.4-5.1.4d1.sql was 
	initially added on branch oacs-5-1. 

	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql:
	branches:  1.1.2; file upgrade-5.1.5d2-5.1.5d3.sql was 
	initially added on branch oacs-5-1. 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/content-folder.sql:
	* packages/acs-content-repository/sql/oracle/content-item.sql:
	* packages/acs-content-repository/sql/oracle/packages-create.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/sql/oracle/acs-objects-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.4-5.1.4d1.sql:
	fixed some upgrade scripts for oracle 

2005-01-31 miguelm

	* packages/acs-subsite/tcl/email-image-procs.tcl:
	Fixing image length 

	* packages/acs-subsite/tcl/email-image-procs-oracle.xql:
	branches:  1.2.2; Fixing rel name 

2005-01-31 jeffd

	* packages/acs-tcl/tcl/install-procs.tcl:
	add an object id= method for setting permissions in the 
	install.xml file on explicit object ids 

	* packages/acs-templating/tcl/tag-init.tcl:
	* packages/acs-templating/tcl/tag-procs.tcl:
	* packages/acs-templating/www/admin/test/include.tcl:
	add recognizing array variables like @xx.y.z@ as xx(y.z).  
	Note that the regexps show up in multiple places so any 
	changes to the @ var regexps should be made carefully.  In 
	particular if @x@ defined and if @x@ nil handle variables 
	special since they can't be derefrenced 

	* packages/acs-templating/tcl/util-procs.tcl:
	branches:  1.20.2; add recognizing array variables like 
	@xx.y.z@ as xx(y.z).  Note that the regexps show up in 
	multiple places so any changes to the @ var regexps should 
	be made carefully.  In particular if @x@ defined and if @x@ 
	nil handle variables special since they can't be derefrenced 

	* packages/acs-lang/tcl/lang-install-procs.tcl:
	functions for enabling and setting locale in the install.xml 
	file 

2005-01-30 torbenb

	* packages/acs-core-docs/www/xml/developers-guide/permissions.xml:
	* packages/acs-core-docs/www/xml/developers-guide/rp.xml:
	fixing image url 

2005-01-30 leed

	* packages/acs-tcl/tcl/request-processor-procs.tcl:
	Fixed call to rp_debug for reporting bad filter return 
	codes. 

2005-01-30 jeffd

	* packages/acs-kernel/acs-kernel.info:
	add the tags and attributes used by htmlarea to the set of 
	allowed tags (Except IMG and src= 

	* packages/acs-subsite/www/resources/core.js:
	* www/blank-master.adp:
	changes to make htmlarea-3.0-rc3 work 

	* packages/acs-templating/www/resources/htmlarea/dialog.js:
	* packages/acs-templating/www/resources/htmlarea/example-fully-loaded.html:
	* packages/acs-templating/www/resources/htmlarea/example-spell-checker.html:
	* packages/acs-templating/www/resources/htmlarea/example-table-operations.html:
	* packages/acs-templating/www/resources/htmlarea/example.html:
	* packages/acs-templating/www/resources/htmlarea/examples/2-areas.cgi:
	* packages/acs-templating/www/resources/htmlarea/examples/2-areas.html:
	* packages/acs-templating/www/resources/htmlarea/examples/character_map.html:
	* packages/acs-templating/www/resources/htmlarea/examples/context-menu.html:
	* packages/acs-templating/www/resources/htmlarea/examples/core.html:
	* packages/acs-templating/www/resources/htmlarea/examples/css.html:
	* packages/acs-templating/www/resources/htmlarea/examples/custom.css:
	* packages/acs-templating/www/resources/htmlarea/examples/dynamic.css:
	* packages/acs-templating/www/resources/htmlarea/examples/dynamic_css.html:
	* packages/acs-templating/www/resources/htmlarea/examples/empty.html:
	* packages/acs-templating/www/resources/htmlarea/examples/full-page.html:
	* packages/acs-templating/www/resources/htmlarea/examples/fully-loaded.html:
	* packages/acs-templating/www/resources/htmlarea/examples/index.html:
	* packages/acs-templating/www/resources/htmlarea/examples/list-type.html:
	* packages/acs-templating/www/resources/htmlarea/examples/remove-font-tags.html:
	* packages/acs-templating/www/resources/htmlarea/examples/spell-checker.html:
	* packages/acs-templating/www/resources/htmlarea/examples/table-operations.html:
	* packages/acs-templating/www/resources/htmlarea/examples/test.cgi:
	* packages/acs-templating/www/resources/htmlarea/htmlarea.css:
	* packages/acs-templating/www/resources/htmlarea/htmlarea.js:
	* packages/acs-templating/www/resources/htmlarea/images/ed_about.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_align_center.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_align_justify.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_align_left.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_align_right.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_blank.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_charmap.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_color_bg.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_color_fg.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_copy.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_custom.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_cut.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_format_bold.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_format_italic.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_format_strike.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_format_sub.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_format_sup.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_format_underline.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_help.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_hr.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_html.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_image.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_indent_less.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_indent_more.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_killword.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_left_to_right.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_list_bullet.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_list_num.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_paste.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_print.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_redo.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_right_to_left.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_rmformat.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_save.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_show_border.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_splitcel.gif:
	* packages/acs-templating/www/resources/htmlarea/images/ed_undo.gif:
	* packages/acs-templating/www/resources/htmlarea/images/fullscreen_maximize.gif:
	* packages/acs-templating/www/resources/htmlarea/images/fullscreen_minimize.gif:
	* packages/acs-templating/www/resources/htmlarea/index.html:
	* packages/acs-templating/www/resources/htmlarea/lang/b5.js:
	* packages/acs-templating/www/resources/htmlarea/lang/ch.js:
	* packages/acs-templating/www/resources/htmlarea/lang/cz.js:
	* packages/acs-templating/www/resources/htmlarea/lang/da.js:
	* packages/acs-templating/www/resources/htmlarea/lang/de.js:
	* packages/acs-templating/www/resources/htmlarea/lang/ee.js:
	* packages/acs-templating/www/resources/htmlarea/lang/el.js:
	* packages/acs-templating/www/resources/htmlarea/lang/en.js:
	* packages/acs-templating/www/resources/htmlarea/lang/es.js:
	* packages/acs-templating/www/resources/htmlarea/lang/fi.js:
	* packages/acs-templating/www/resources/htmlarea/lang/fr.js:
	* packages/acs-templating/www/resources/htmlarea/lang/gb.js:
	* packages/acs-templating/www/resources/htmlarea/lang/he.js:
	* packages/acs-templating/www/resources/htmlarea/lang/hu.js:
	* packages/acs-templating/www/resources/htmlarea/lang/it.js:
	* packages/acs-templating/www/resources/htmlarea/lang/ja-euc.js:
	* packages/acs-templating/www/resources/htmlarea/lang/ja-jis.js:
	* packages/acs-templating/www/resources/htmlarea/lang/ja-sjis.js:
	* packages/acs-templating/www/resources/htmlarea/lang/ja-utf8.js:
	* packages/acs-templating/www/resources/htmlarea/lang/lt.js:
	* packages/acs-templating/www/resources/htmlarea/lang/lv.js:
	* packages/acs-templating/www/resources/htmlarea/lang/nb.js:
	* packages/acs-templating/www/resources/htmlarea/lang/nl.js:
	* packages/acs-templating/www/resources/htmlarea/lang/no.js:
	* packages/acs-templating/www/resources/htmlarea/lang/pl.js:
	* packages/acs-templating/www/resources/htmlarea/lang/pt_br.js:
	* packages/acs-templating/www/resources/htmlarea/lang/ro.js:
	* packages/acs-templating/www/resources/htmlarea/lang/ru.js:
	* packages/acs-templating/www/resources/htmlarea/lang/se.js:
	* packages/acs-templating/www/resources/htmlarea/lang/si.js:
	* packages/acs-templating/www/resources/htmlarea/lang/vn.js:
	* packages/acs-templating/www/resources/htmlarea/license.txt:
	* packages/acs-templating/www/resources/htmlarea/plugins/CSS/css.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/CSS/lang/en.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/CharacterMap/character-map.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/CharacterMap/img/ed_charmap.gif:
	* packages/acs-templating/www/resources/htmlarea/plugins/CharacterMap/lang/de.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/CharacterMap/lang/en.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/CharacterMap/popups/select_character.html:
	* packages/acs-templating/www/resources/htmlarea/plugins/ContextMenu/context-menu.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/ContextMenu/lang/de.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/ContextMenu/lang/el.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/ContextMenu/lang/en.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/ContextMenu/lang/fr.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/ContextMenu/lang/he.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/ContextMenu/lang/nl.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/ContextMenu/menu.css:
	* packages/acs-templating/www/resources/htmlarea/plugins/DynamicCSS/dynamiccss.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/DynamicCSS/lang/de.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/DynamicCSS/lang/en.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/DynamicCSS/lang/fr.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/FullPage/full-page.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/FullPage/img/docprop.gif:
	* packages/acs-templating/www/resources/htmlarea/plugins/FullPage/lang/de.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/FullPage/lang/en.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/FullPage/lang/fr.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/FullPage/lang/he.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/FullPage/lang/ro.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/FullPage/popups/docprop.html:
	* packages/acs-templating/www/resources/htmlarea/plugins/FullPage/test.html:
	* packages/acs-templating/www/resources/htmlarea/plugins/HtmlTidy/README:
	* packages/acs-templating/www/resources/htmlarea/plugins/HtmlTidy/html-tidy-config.cfg:
	* packages/acs-templating/www/resources/htmlarea/plugins/HtmlTidy/html-tidy-logic.php:
	* packages/acs-templating/www/resources/htmlarea/plugins/HtmlTidy/html-tidy.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/HtmlTidy/img/html-tidy.gif:
	* packages/acs-templating/www/resources/htmlarea/plugins/HtmlTidy/lang/en.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/ListType/lang/de.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/ListType/lang/en.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/ListType/list-type.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/img/he-spell-check.gif:
	* packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/cz.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/da.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/de.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/en.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/he.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/hu.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/it.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/nl.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/ro.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/readme-tech.html:
	* packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-check-logic.cgi:
	* packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-check-style.css:
	* packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-check-ui.html:
	* packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-check-ui.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-checker.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/cz.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/da.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/de.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/el.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/en.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/fi.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/fr.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/he.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/hu.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/it.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/nl.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/no.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/ro.js:
	* packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/table-operations.js:
	* packages/acs-templating/www/resources/htmlarea/popupdiv.js:
	* packages/acs-templating/www/resources/htmlarea/popups/about.html:
	* packages/acs-templating/www/resources/htmlarea/popups/blank.html:
	* packages/acs-templating/www/resources/htmlarea/popups/custom2.html:
	* packages/acs-templating/www/resources/htmlarea/popups/editor_help.html:
	* packages/acs-templating/www/resources/htmlarea/popups/fullscreen.html:
	* packages/acs-templating/www/resources/htmlarea/popups/insert_image.html:
	* packages/acs-templating/www/resources/htmlarea/popups/insert_table.html:
	* packages/acs-templating/www/resources/htmlarea/popups/link.html:
	* packages/acs-templating/www/resources/htmlarea/popups/old-fullscreen.html:
	* packages/acs-templating/www/resources/htmlarea/popups/old_insert_image.html:
	* packages/acs-templating/www/resources/htmlarea/popups/popup.js:
	* packages/acs-templating/www/resources/htmlarea/popups/select_color.html:
	* packages/acs-templating/www/resources/htmlarea/popupwin.js:
	* packages/acs-templating/www/resources/htmlarea/reference.html:
	* packages/acs-templating/www/resources/htmlarea/release-notes.html:
	* packages/acs-templating/www/resources/htmlarea/test.cgi:
	pull in htmlarea 3.0rc3 

2005-01-29 jeffd

	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	add default ids to simplify writing install.xml scripts 
	(ACS_KERNEL ACS_TEMPLATING ACS_AUTHENTICATION ACS_LANG and 
	MAIN_SITE) from Lee Denision 

	* packages/acs-tcl/tcl/defs-procs.tcl:
	* packages/acs-tcl/tcl/object-procs.tcl:
	* packages/acs-tcl/tcl/object-procs.xql:
	cache the magic object lookup and kernel id lookups since 
	they were being called on every page causing 4 db hits 

2005-01-28 jeffd

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	add \r to Host header in util_httpopen since http says 
	headers hsould be \r\n 

2005-01-28 jader

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Fix to httpopen, from  Nis Jorgensen. See: 
	http://openacs.org/forums/message-view?message_id=32667 

2005-01-27 leed

	* packages/acs-tcl/tcl/install-procs.tcl:
	Fixed error when package is already mounted at a location. 

2005-01-27 jeffd

	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	fix links to old ad bboard posts. 

2005-01-26 lars

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	util_user_message call in ad_returnredirect was duplicated 
	due to an errorneous merge 

2005-01-26 jeffd

	* packages/acs-tcl/tcl/apm-install-procs.tcl:
	* packages/acs-tcl/tcl/install-procs.tcl:
	add the community-new action for install.xml; allow value 
	field for parameter to be defaulted to {} since otherwise 
	you can't set a parameter to the empty string; add a -nested 
	flag to apm::process_install_xml so that it's possible to do 
	included install.xml's 

	* packages/acs-subsite/www/admin/applications/index-oracle.xql:
	* packages/acs-subsite/www/admin/applications/index-postgresql.xql:
	* packages/acs-subsite/www/admin/applications/index.tcl:
	expand children applications.  this won't scale but without 
	it you can't set parameters in applications other than those 
	immediately under the subsite 

	* packages/acs-subsite/tcl/subsite-procs.tcl:
	trim spurious trailing . in sidebar links 

	* packages/acs-subsite/tcl/subsite-procs.tcl:
	trim spurious trailing . in sidebar links (fixed regexp) 

	* packages/acs-bootstrap-installer/installer/install.tcl:
	use subsite::main_site_id to get main site id rather than 
	query on name since name can change when running install.xml 

2005-01-25 jeffd

	* packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml:
	branches:  1.11.2; en_GB 24h clock 

	* packages/acs-bootstrap-installer/installer.tcl:
	* packages/acs-bootstrap-installer/installer/install.tcl:
	no longer redefine ad_conn in install since it's needed in 
	some libraries in callbacks, do install.xml  after admin 
	user created, load catalogs after install. 

2005-01-24 jeffd

	* packages/acs-lang/tcl/localization-data-init.tcl:
	%D format (which should not be used) had month twice. 

	* packages/acs-content-repository/tcl/filter-procs.tcl:
	item_id should have been item_info(item_id), broke 
	file-storage/view 

2005-01-24 daveb

	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	Add context_id as parameter of content::revsion::new. Fix 
	extended attributes code to ignore acs_objects attributes as 
	well as cr_revision. 

	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	Add tsearch2 install. Deprecate Openfts install and link to 
	tsearch2 doc. 

2005-01-23 jeffd

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/content-create.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0d11-5.2.0d12.sql:
	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d11-5.2.0d12.sql:
	add index on cr_revisions(publish_date), upgrade bump to 
	5.2.0d12 

2005-01-22 miguelm

	* packages/acs-subsite/sql/postgresql/acs-subsite-create.sql:
	* packages/acs-subsite/sql/postgresql/acs-subsite-drop.sql:
	* packages/acs-subsite/sql/postgresql/email-image-drop.sql:
	* packages/acs-subsite/sql/postgresql/email-image.sql:
	changes to create the relation for emailimage 

	* packages/acs-subsite/sql/oracle/acs-subsite-create.sql:
	* packages/acs-subsite/sql/oracle/acs-subsite-drop.sql:
	* packages/acs-subsite/sql/oracle/email-image-drop.sql:
	* packages/acs-subsite/sql/oracle/email-image.sql:
	changes to create the relation for emailimage in oracle 

	* packages/acs-subsite/tcl/apm-callback-procs.tcl:
	removing the rel_types::new call 

2005-01-22 jeffd

	* packages/acs-kernel/sql/postgresql/acs-create.sql:
	* packages/acs-kernel/sql/postgresql/apm-create.sql:
	some tweaks to install on pg 8.0 -- for some reason 
	acs__magic_object_id declared immutable breaks the install 
	on 8.0 so make it stable 

2005-01-22 jader

	* packages/acs-templating/tcl/widget-procs.tcl:
	Apply a patch 602 (slightly modified) to make party_search 
	be optional when it is declared to be optional. Fixes bug 
	2122. 

	* etc/install/install.sh:
	Apply patch 622, makes install.sh respect pg_db_user and 
	UNICODE 

	* www/blank-master.adp:
	Fixes bug 2238 by adding in css file for developer support. 
	The fix was made by Lars in March 2004 on HEAD. 

2005-01-21 jeffd

	* packages/acs-content-repository/tcl/content-symlink-procs.tcl:
	branches:  1.4.2; some changes missed from 5.1 branch 

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/content-keyword-procs.tcl:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-content-repository/tcl/content-type-procs.tcl:
	* packages/acs-content-repository/tcl/filter-procs-oracle.xql:
	* packages/acs-content-repository/tcl/filter-procs-postgresql.xql:
	some changes missed from 5.1 branch 

2005-01-21 donb

	* packages/acs-templating/resources/lists/table.adp:
	* packages/acs-templating/tcl/paginator-procs.tcl:
	Cleaned up display a bit ... if you say "groupsize is 10" 
	you now see a groupsize of 10 displayed not 11.  If 
	groupsize is 1 you only get next/prev page nav widgets 
	rather than both page and group nav widgets. 

2005-01-21 daveb

	* packages/acs-content-repository/tcl/filter-procs.tcl:
	Fix variable reference. 

	* packages/acs-content-repository/tcl/filter-procs-oracle.xql:
	* packages/acs-content-repository/tcl/filter-procs-postgresql.xql:
	* packages/acs-content-repository/tcl/filter-procs.tcl:
	Remove pl/sql function from where clause. 

	* packages/acs-content-repository/tcl/filter-procs-oracle.xql:
	* packages/acs-content-repository/tcl/filter-procs-postgresql.xql:
	* packages/acs-content-repository/tcl/filter-procs.tcl:
	Replace pl/sql function in where clause with two queries 
	(via Tcl API) 

2005-01-19 miguelm

	* packages/acs-subsite/www/admin/manage-email-privacy.adp:
	* packages/acs-subsite/www/admin/manage-email-privacy.tcl:
	Changing messages 

	* packages/acs-subsite/www/admin/site-map/site-map.tcl:
	Fixing context bar and changin buttons name 

	* packages/acs-subsite/www/site-map/index.adp:
	Fixing link 

	* packages/acs-subsite/www/site-map/index.adp:
	* packages/acs-subsite/www/site-map/index.tcl:
	Making some changes in link and display 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	More messages 

	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	branches:  1.24.2; More messages 

2005-01-19 maltes

	* packages/acs-subsite/lib/login.adp:
	Added &lt;div id=register-login&gt; so we could control the look 
	of the login box via CSS (at least a little) 

2005-01-19 lars

	* packages/acs-tcl/tcl/text-html-procs.tcl:
	If there's no whitespace before truncate_len, then just 
	truncate at the given index, instead of leaving us with an 
	empty string 

2005-01-19 jader

	* etc/analog.cfg:
	* etc/config.tcl:
	Log the request time as well. See: 
	http://panoptic.com/wiki/aolserver/nslog 

2005-01-18 miguelm

	* packages/acs-subsite/acs-subsite.info:
	Adding callback 

2005-01-18 maltes

	* packages/acs-subsite/tcl/apm-callback-procs.tcl:
	Fixed typo 

2005-01-18 leed

	* packages/acs-subsite/tcl/package-procs.tcl:
	Fixed duplicate package_function_p definitions and 
	miss-named sql. 

	* packages/acs-subsite/tcl/package-procs-postgresql.xql:
	branches:  1.17.10; Fixed duplicate package_function_p 
	definitions and miss-named sql. 

2005-01-18 donb

	* packages/acs-subsite/tcl/package-procs-oracle.xql:
	* packages/acs-subsite/tcl/package-procs.tcl:
	Fixed a CVS merge error from 5.1 ... 

2005-01-18 andrewg

	* packages/acs-content-repository/sql/oracle/packages-create.sql:
	Added missing comma in content_revision package definition. 

	* packages/acs-kernel/sql/oracle/apm-create.sql:
	Bugfix for apm_package.new.  Moved the insert into 
	apm_packages up, before the update on acs_objects, to 
	satisfy referential integrity on acs_object.package_id. 

	* packages/acs-content-repository/sql/oracle/content-revision.sql:
	Inserting a couple of missing commas. 

2005-01-17 torbenb

	* packages/acs-core-docs/www/xml/engineering-standards/cvs.xml:
	fixed cvs browser link, bug 2267 

2005-01-17 maltes

	* www/site-master.adp:
	Added / for XHTML compliance 

	* www/blank-master.adp:
	Added type to javascript as this was not valid XHTML 

	* www/blank-master.adp:
	Modified to suit XHMTL 1.0 Transitional 

	* www/blank-master.adp:
	Reverting forced switch to XHTML 

2005-01-15 vivianh

	* packages/acs-subsite/www/site-map/index.adp:
	* packages/acs-subsite/www/site-map/index.tcl:
	Checking if user site-wide-admin to show a link 

	* packages/acs-subsite/www/admin/site-map/site-map.adp:
	User site-map support 

2005-01-15 miguelm

	* packages/acs-subsite/www/members/index.tcl:
	Display of email replaced with email_image proc call 

2005-01-14 vivianh

	* packages/acs-subsite/www/admin/site-map/site-map.tcl:
	Context bar and Allow button modified 

2005-01-14 miguelm

	* packages/acs-subsite/www/shared/images/at.gif:
	@ Symbol 

	* packages/acs-subsite/tcl/apm-callback-procs.tcl:
	Addign apm callbacks for upgrade and for install to support 
	email-image 

	* packages/acs-subsite/www/shared/send-email.adp:
	* packages/acs-subsite/www/shared/send-email.tcl:
	* packages/acs-subsite/www/shared/send-email.xql:
	Allows to send an email message with out showing the 
	destinatary email 

	* packages/acs-subsite/www/user/email-privacy-level.adp:
	* packages/acs-subsite/www/user/email-privacy-level.tcl:
	Allows users to choose their emali privacy level 

	* packages/acs-admin/www/users/index.adp:
	Linkto a page to mange users email privacy level added 

	* packages/acs-subsite/www/admin/manage-email-privacy.adp:
	* packages/acs-subsite/www/admin/manage-email-privacy.tcl:
	Manage the PrivateEmailLevelP parameter to set the privacy 
	level of the users email 

	* packages/acs-subsite/acs-subsite.info:
	New version that supports email substitution whith an image, 
	and allows users to choose if they want it or not 

	* packages/acs-subsite/www/shared/email-image-bits.tcl:
	Shows user email-image 

	* packages/acs-subsite/tcl/email-image-procs-postgresql.xql:
	* packages/acs-subsite/tcl/email-image-procs.xql:
	branches:  1.1.2; email-imaeg procs that support the 
	creation of an image instead of showing the email as text 

	* packages/acs-subsite/tcl/email-image-procs-oracle.xql:
	* packages/acs-subsite/tcl/email-image-procs.tcl:
	email-imaeg procs that support the creation of an image 
	instead of showing the email as text 

2005-01-14 daveb

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d4-5.1.4d5.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.5d1-5.1.5d2.sql:
	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-folder-test-procs.tcl:
	Fix content_folder__is_subfolder pl/sql. Also fix tcl proc 
	which was passing in the wrong list format to 
	package_exec_plsql. Add upgrade script and tests. 

	* packages/acs-content-repository/tcl/test/content-folder-test-procs.tcl:
	branches:  1.1.2; file content-folder-test-procs.tcl was 
	initially added on branch oacs-5-1. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.5d1-5.1.5d2.sql:
	branches:  1.1.2; file upgrade-5.1.5d1-5.1.5d2.sql was 
	initially added on branch oacs-5-1. 

2005-01-13 timoh

	* packages/acs-templating/tcl/parse-procs.tcl:
	rolled back last change in 
	template::adp_array_variable_regexp since it broke existing 
	code 

2005-01-13 miguelm

	* packages/acs-subsite/lib/user-info.tcl:
	* packages/acs-subsite/www/pvt/home.adp:
	* packages/acs-subsite/www/shared/community-member.adp:
	* packages/acs-subsite/www/shared/community-member.tcl:
	Adding support for email-image 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	New messages 

	* packages/acs-subsite/www/pvt/home.xql:
	branches:  1.5.2; Adding support for email-image 

2005-01-13 jeffd

	* packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.it_IT.ISO-8859-1.xml:
	branches:  1.10.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* etc/backup.sh:
	* packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml:
	* packages/acs-subsite/www/user/portrait/upload-2.tcl:
	* packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.sv_SE.ISO-8859-1.xml:
	branches:  1.11.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-core-docs/www/xml/variables.ent:
	* packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml:
	branches:  1.12.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-admin/tcl/apm-admin-procs.tcl:
	* packages/acs-authentication/tcl/password-procs.tcl:
	* packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.da_DK.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml:
	branches:  1.13.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml:
	branches:  1.14.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml:
	branches:  1.15.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-tcl/tcl/community-core-procs.xql:
	branches:  1.16.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-admin/www/users/one.adp:
	* packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml:
	branches:  1.17.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-content-repository/sql/postgresql/content-extlink.sql:
	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	* packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml:
	branches:  1.18.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/releasing-openacs.xml:
	* packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml:
	branches:  1.19.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.eu_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.fr_FR.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.hu_HU.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.ms_MY.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.pt_BR.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.zh_TW.utf-8.xml:
	* packages/acs-content-repository/tcl/content-item-procs.xql:
	* packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.eu_ES.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ms_MY.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.eu_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ms_MY.utf-8.xml:
	* packages/acs-subsite/sql/oracle/upgrade/upgrade-5.1.2-5.1.3.sql:
	* packages/acs-subsite/sql/postgresql/site-node-selection.sql:
	* packages/acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.eu_ES.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ms_MY.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.eu_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ms_MY.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.pt_PT.ISO-8859-1.xml:
	* packages/acs-templating/resources/forms/inline.adp:
	* packages/acs-templating/tcl/test/parse-test-procs.tcl:
	* packages/notifications/catalog/notifications.ca_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.eu_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.ms_MY.utf-8.xml:
	branches:  1.2.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/ref-timezones/ref-timezones.info:
	branches:  1.20.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-content-repository/sql/postgresql/content-template.sql:
	* packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml:
	branches:  1.21.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-subsite/www/admin/site-map/index.tcl:
	branches:  1.22.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-subsite/www/index.adp:
	* packages/notifications/tcl/notification-email-procs.tcl:
	branches:  1.23.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-subsite/lib/login.tcl:
	branches:  1.24.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml:
	branches:  1.27.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-authentication/tcl/local-procs.tcl:
	branches:  1.29.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml:
	* packages/acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml:
	* packages/acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml:
	* packages/acs-core-docs/www/files/nsd-postgres.txt:
	* packages/acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml:
	* packages/acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ar_EG.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ar_LB.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.fa_IR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.th_TH.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.zh_CN.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.ar_LB.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.fi_FI.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ro_RO.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.zh_CN.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml:
	* packages/notifications/catalog/notifications.ar_EG.utf-8.xml:
	* packages/notifications/catalog/notifications.ar_LB.utf-8.xml:
	* packages/notifications/catalog/notifications.es_GT.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.hu_HU.utf-8.xml:
	* packages/notifications/catalog/notifications.ko_KR.utf-8.xml:
	* packages/notifications/catalog/notifications.nn_NO.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.pl_PL.utf-8.xml:
	* packages/notifications/catalog/notifications.ru_RU.utf-8.xml:
	* packages/notifications/catalog/notifications.zh_CN.utf-8.xml:
	branches:  1.3.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-admin/acs-admin.info:
	branches:  1.30.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-api-browser/lib/search.tcl:
	* packages/notifications/catalog/notifications.fr_FR.ISO-8859-1.xml:
	branches:  1.4.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	branches:  1.40.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-lang/acs-lang.info:
	branches:  1.41.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-authentication/www/doc/index.html:
	* packages/notifications/catalog/notifications.ast_ES.ISO-8859-1.xml:
	branches:  1.5.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* ChangeLog:
	* packages/acs-authentication/www/doc/ext-auth-install.html:
	* packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ko_KR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.sh_HR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.tr_TR.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml:
	* packages/acs-subsite/www/user/portrait/upload-2.xql:
	* packages/acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.fi_FI.utf-8.xml:
	* packages/notifications/catalog/notifications.pt_PT.ISO-8859-1.xml:
	branches:  1.6.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-templating/resources/lists/list.adp:
	branches:  1.6.6; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.hu_HU.utf-8.xml:
	* packages/acs-lang/catalog/acs-lang.ja_JP.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml:
	* packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml:
	branches:  1.7.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-lang/www/admin/set-system-timezone.tcl:
	branches:  1.7.6; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml:
	* packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml:
	* packages/acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml:
	* packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.gl_ES.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.no_NO.ISO-8859-1.xml:
	* packages/notifications/tcl/notification-procs.xql:
	branches:  1.8.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml:
	* packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml:
	* packages/acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml:
	* packages/notifications/catalog/notifications.pt_BR.ISO-8859-1.xml:
	branches:  1.9.2; commit to HEAD of merge of changes on 
	oacs-5-1 branch between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

	* etc/analog.cfg:
	* etc/config.tcl:
	* packages/acs-admin/lib/become.tcl:
	* packages/acs-admin/lib/become.xql:
	* packages/acs-admin/lib/password-update.adp:
	* packages/acs-admin/lib/password-update.tcl:
	* packages/acs-admin/tcl/apm-admin-init.tcl:
	* packages/acs-admin/www/auth/authority-oracle.xql:
	* packages/acs-admin/www/auth/authority-postgresql.xql:
	* packages/acs-admin/www/monitor.tcl:
	* packages/acs-admin/www/server-restart.adp:
	* packages/acs-admin/www/users/become.adp:
	* packages/acs-admin/www/users/become.tcl:
	* packages/acs-admin/www/users/become.xql:
	* packages/acs-admin/www/users/one.tcl:
	* packages/acs-admin/www/users/password-update.adp:
	* packages/acs-admin/www/users/password-update.tcl:
	* packages/acs-api-browser/lib/search.adp:
	* packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml:
	* packages/acs-authentication/tcl/apm-callback-procs.tcl:
	* packages/acs-authentication/tcl/authentication-procs.tcl:
	* packages/acs-authentication/www/doc/acs-authentication.htm:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/oracle/content-create.sql:
	* packages/acs-content-repository/sql/oracle/content-folder.sql:
	* packages/acs-content-repository/sql/oracle/content-revision.sql:
	* packages/acs-content-repository/sql/oracle/packages-create.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d5-5.1.2d6.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d6-5.1.2d7.sql:
	* packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d8-5.1.2d9.sql:
	* packages/acs-content-repository/sql/postgresql/content-create.sql:
	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	* packages/acs-content-repository/sql/postgresql/content-revision.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.5-4.6.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d4-5.1.2d5.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d6-5.1.2d7.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d1-5.1.4d2.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d2-5.1.4d3.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d3-5.1.4d4.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d4-5.1.4d5.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d5-5.1.4d6.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d6-5.1.4d7.sql:
	* packages/acs-content-repository/tcl/revision-procs-oracle.xql:
	* packages/acs-content-repository/tcl/revision-procs.tcl:
	* packages/acs-content-repository/tcl/symlink-procs-postgresql.xql:
	* packages/acs-core-docs/www/xml/developers-guide/permissions.xml:
	* packages/acs-core-docs/www/xml/developers-guide/submissions.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/cvs.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml:
	* packages/acs-core-docs/www/xml/index.xml:
	* packages/acs-core-docs/www/xml/install-guide/aolserver.xml:
	* packages/acs-core-docs/www/xml/install-guide/aolserver4.xml:
	* packages/acs-core-docs/www/xml/install-guide/maintenance.xml:
	* packages/acs-core-docs/www/xml/install-guide/openacs.xml:
	* packages/acs-core-docs/www/xml/install-guide/os.xml:
	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	* packages/acs-core-docs/www/xml/install-guide/overview.xml:
	* packages/acs-core-docs/www/xml/install-guide/postgres.xml:
	* packages/acs-core-docs/www/xml/install-guide/software.xml:
	* packages/acs-core-docs/www/xml/install-guide/upgrade.xml:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml:
	* packages/acs-kernel/sql/oracle/acs-create.sql:
	* packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.2d2-5.1.2d3.sql:
	* packages/acs-kernel/sql/postgresql/acs-create.sql:
	* packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.2d2-5.1.2d3.sql:
	* packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml:
	* packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml:
	* packages/acs-lang/sql/oracle/ad-locales.sql:
	* packages/acs-lang/sql/oracle/upgrade/upgrade-5.1.2d2-5.1.2d3.sql:
	* packages/acs-lang/sql/postgresql/ad-locales.sql:
	* packages/acs-lang/sql/postgresql/upgrade/upgrade-5.1.2d2-5.1.2d3.sql:
	* packages/acs-lang/tcl/lang-util-procs.tcl:
	* packages/acs-lang/tcl/localization-data-init.tcl:
	* packages/acs-lang/tcl/localization-procs.tcl:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	* packages/acs-subsite/lib/login.adp:
	* packages/acs-subsite/sql/oracle/acs-subsite-create.sql:
	* packages/acs-subsite/sql/oracle/acs-subsite-drop.sql:
	* packages/acs-subsite/sql/oracle/site-node-selection-drop.sql:
	* packages/acs-subsite/sql/oracle/site-node-selection.sql:
	* packages/acs-subsite/sql/postgresql/acs-subsite-create.sql:
	* packages/acs-subsite/sql/postgresql/acs-subsite-drop.sql:
	* packages/acs-subsite/sql/postgresql/site-node-selection-drop.sql:
	* packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.1.2-5.1.3.sql:
	* packages/acs-subsite/tcl/package-procs-oracle.xql:
	* packages/acs-subsite/tcl/package-procs-postgresql.xql:
	* packages/acs-subsite/tcl/package-procs.tcl:
	* packages/acs-subsite/www/admin/site-map/allow-for-view.tcl:
	* packages/acs-subsite/www/admin/site-map/allow-for-view.xql:
	* packages/acs-subsite/www/admin/site-map/index.adp:
	* packages/acs-subsite/www/admin/site-map/site-map-oracle.xql:
	* packages/acs-subsite/www/admin/site-map/site-map-postgresql.xql:
	* packages/acs-subsite/www/admin/site-map/site-map.adp:
	* packages/acs-subsite/www/admin/site-map/site-map.tcl:
	* packages/acs-subsite/www/doc/images.html:
	* packages/acs-subsite/www/doc/index.html:
	* packages/acs-subsite/www/permissions/grant.tcl:
	* packages/acs-subsite/www/permissions/perm-include.adp:
	* packages/acs-subsite/www/permissions/perm-include.tcl:
	* packages/acs-subsite/www/pvt/hide-email.tcl:
	* packages/acs-subsite/www/pvt/hide-email.xql:
	* packages/acs-subsite/www/register/recover-password.tcl:
	* packages/acs-subsite/www/resources/core.js:
	* packages/acs-subsite/www/resources/default-master.css:
	* packages/acs-subsite/www/resources/down.gif:
	* packages/acs-subsite/www/resources/up.gif:
	* packages/acs-subsite/www/resources/xml.gif:
	* packages/acs-subsite/www/shared/community-member-oracle.xql:
	* packages/acs-subsite/www/shared/community-member-postgresql.xql:
	* packages/acs-subsite/www/shared/portrait.tcl:
	* packages/acs-subsite/www/site-map/index-oracle.xql:
	* packages/acs-subsite/www/site-map/index-postgresql.xql:
	* packages/acs-subsite/www/site-map/index.adp:
	* packages/acs-subsite/www/site-map/index.tcl:
	* packages/acs-subsite/www/user/portrait/upload-2-oracle.xql:
	* packages/acs-subsite/www/user/portrait/upload-2-postgresql.xql:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-tcl/tcl/00-database-procs.tcl:
	* packages/acs-tcl/tcl/acs-permissions-procs-oracle.xql:
	* packages/acs-tcl/tcl/acs-permissions-procs-postgresql.xql:
	* packages/acs-tcl/tcl/acs-permissions-procs.tcl:
	* packages/acs-tcl/tcl/acs-permissions-procs.xql:
	* packages/acs-tcl/tcl/defs-procs.tcl:
	* packages/acs-tcl/tcl/rollout-email-procs.tcl:
	* packages/acs-tcl/tcl/security-procs.tcl:
	* packages/acs-tcl/tcl/site-nodes-procs.tcl:
	* packages/acs-tcl/tcl/utilities-procs.tcl:
	* packages/acs-templating/acs-templating.info:
	* packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml:
	* packages/acs-templating/resources/lists/table.adp:
	* packages/acs-templating/tcl/acs-templating-init.tcl:
	* packages/acs-templating/tcl/date-procs.tcl:
	* packages/acs-templating/tcl/list-procs-oracle.xql:
	* packages/acs-templating/tcl/list-procs-postgresql.xql:
	* packages/acs-templating/tcl/list-procs.tcl:
	* packages/acs-templating/tcl/paginator-procs.tcl:
	* packages/acs-templating/tcl/parse-procs.tcl:
	* packages/acs-templating/tcl/spellcheck-procs.tcl:
	* packages/notifications/notifications.info:
	* packages/notifications/sql/oracle/upgrade/upgrade-5.1.0d2-5.1.0d3.sql:
	* packages/notifications/tcl/sweep-procs.tcl:
	* packages/ref-language/ref-language.info:
	* packages/search/search.info:
	* packages/search/www/advanced-search.adp:
	* packages/search/www/advanced-search.tcl:
	* packages/search/www/index.adp:
	* packages/search/www/search.adp:
	* packages/search/www/search.tcl:
	* packages/tsearch2-driver/sql/postgresql/upgrade/upgrade-0.4d1-0.4d2.sql:
	* www/blank-master.adp:
	* www/blank-master.tcl:
	* www/site-master.adp:
	* www/site-master.tcl:
	commit to HEAD of merge of changes on oacs-5-1 branch 
	between tags jcd-merge-5-1-20040724 and 
	jcd-merge-5-1-20050111 

2005-01-13 jader

	* packages/acs-subsite/www/admin/site-map/index.adp:
	Fix bug #2263. Link to application new broken in site-map. 

2005-01-13 daveb

	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	Fix content::revision::new to properly create subtypes of 
	content_revision. 

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	Revert to package_exec_plsql var_list list style for 
	-attributes parameters. Fix test and documentation. 

2005-01-12 tracya

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/notifications/notifications.info:
	upping version numbers in preparation for release 

2005-01-12 timoh

	* packages/acs-templating/resources/forms/blue.adp:
	* packages/acs-templating/resources/forms/coddo.adp:
	* packages/acs-templating/resources/forms/configuration.adp:
	* packages/acs-templating/resources/forms/grid.adp:
	* packages/acs-templating/resources/forms/plain.adp:
	* packages/acs-templating/resources/forms/plainest.adp:
	* packages/acs-templating/resources/forms/standard.adp:
	* packages/acs-templating/resources/forms/tiny-plain.adp:
	* packages/acs-templating/resources/forms/wizard.adp:
	bug in template operator in (partial string compare) -&gt; use 
	seperate equality test in template 

2005-01-12 jader

	* packages/acs-core-docs/www/xml/install-guide/aolserver4.xml:
	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	Update docs to work with Aolserver 4.09's new convention for 
	compiling modules. 

2005-01-12 donb

	* packages/acs-subsite/www/permissions/perm-include-oracle.xql:
	* packages/acs-subsite/www/permissions/perm-include-postgresql.xql:
	Got rid of call to permission_p() in WHERE clause, which 
	Jeff thought he'd already done but which I've not found in 
	either 5.1 or HEAD. 

	* packages/acs-subsite/www/permissions/perm-include-oracle.xql:
	Grrr Oracle doesn't like long idents 

	* packages/acs-subsite/www/permissions/perm-include-oracle.xql:
	* packages/acs-subsite/www/permissions/perm-include-postgresql.xql:
	security_context_root is no longer object 0 

2005-01-12 dedsc

	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	fix to return folder id present in upgrade. just putting it 
	here as well 

2005-01-11 daveb

	* packages/acs-content-repository/sql/postgresql/content-revision.sql:
	Properly create content_revision__del. Fixes bug#2251 

2005-01-10 joel

	* ChangeLog:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-resources.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-cvs-concepts.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/using-cvs-with-openacs.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml:
	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	* readme.txt:
	updates for 5.1.4 

	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	updates for 5.1.4, including package info files 

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/files/create-new-catalog.sh:
	* packages/acs-core-docs/www/files/dotlrn-style-1.html:
	* packages/acs-core-docs/www/files/dotlrn-style-2.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/images/dotlrn-style-1.png:
	* packages/acs-core-docs/www/images/dotlrn-style-2.png:
	* packages/acs-core-docs/www/images/dotlrn-style-3.png:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/engineering-standards/cvs.xml:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/index.xml:
	* packages/acs-core-docs/www/xml/install-guide/aolserver4.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	updating docs for 5.1.4 

2005-01-10 donb

	* packages/acs-templating/tcl/parse-procs.tcl:
	Daveb made a change to the noquote regexp used to recognize 
	array vars, but didn't make the change to the "normal" 
	version of the proc.  His own test case caught it, I assume 
	he must've caught it but forgot to commit ... 

2005-01-09 joel

	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	extended test case for content items 

	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	renamed bad_string to evil_string 

2005-01-09 daveb

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/content-item-procs.xql:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	Add content::item::get. Add test case support for it. 

	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	Fix call to content::item::content_type 

	* packages/acs-content-repository/tcl/content-item-procs.xql:
	branches:  1.1.2; file content-item-procs.xql was initially 
	added on branch oacs-5-1. 

2005-01-08 daveb

	* packages/acs-content-repository/tcl/content-symlink-procs.tcl:
	Make creation_date optional for content::symlink::new 

2005-01-07 daveb

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d6-5.1.4d7.sql:
	Fix define function args for content_item__set_live revision 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d6-5.1.4d7.sql:
	branches:  1.1.2; file upgrade-5.1.4d6-5.1.4d7.sql was 
	initially added on branch oacs-5-1. 

2005-01-06 donb

	* packages/acs-subsite/tcl/package-procs-oracle.xql:
	Misspelled the query name for calling an Oracle function in 
	package_exec_plsql... 

2005-01-06 daveb

	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	* packages/acs-content-repository/sql/postgresql/content-revision.sql:
	* packages/acs-content-repository/sql/postgresql/content-template.sql:
	Add __del function to match oracle so package_exec_plsql 
	will work 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d4-5.1.4d5.sql:
	Create __del functions to match oracle. 

	* packages/acs-content-repository/tcl/content-keyword-procs.tcl:
	Creation_date and object_type are optional with defaults. 

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	Don't pass creation_date on new unless its  not null. 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	* packages/acs-content-repository/sql/postgresql/content-revision.sql:
	* packages/acs-content-repository/sql/postgresql/content-template.sql:
	* packages/acs-content-repository/tcl/content-template-procs.tcl:
	Fix __delete functions to have __del variant. 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-template.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d10-5.2.0d11.sql:
	Fix define function args for content_template__new 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-template.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d5-5.1.4d6.sql:
	Fix define function args for content_template__new to use 
	the 8 parameter version. 

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	Fix delete command to use plsql "del" 

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	Fix delete procs to call pl/sql as "del" to work in Oracle 
	and PG 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d9-5.2.0d10.sql:
	branches:  1.1.2; Fix __delete functions to have __del 
	variant. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d4-5.1.4d5.sql:
	branches:  1.1.2; file upgrade-5.1.4d4-5.1.4d5.sql was 
	initially added on branch oacs-5-1. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d5-5.1.4d6.sql:
	branches:  1.1.2; file upgrade-5.1.4d5-5.1.4d6.sql was 
	initially added on branch oacs-5-1. 

2005-01-06 cesarh

	* packages/acs-content-repository/sql/postgresql/content-template.sql:
	Adding the define 
	"define_function_args('content_template__new','name,parent_id
	,template_id,creation_date,creation_user,creation_ip,text,is_
	live')" in the function content_template__new 

	* packages/acs-content-repository/tcl/content-template-procs.tcl:
	Adding the param {-package_id ""} in the function 
	content::template::new 

2005-01-05 jader

	* packages/acs-authentication/tcl/authentication-procs.tcl:
	Fix bug 2200 and bug 2242 in which there were problems with 
	logging in after upgrading if you restarted the server 
	first. The new code is less elegant, but it works correctly. 
	It imposes a database hit on login, but it is cached, so it 
	only is incurred once. 

2005-01-05 daveb

	* packages/acs-templating/tcl/parse-procs.tcl:
	Fix bug in array_variable_regexp_noquote that cannot 
	recognize arrays with . in the key name such as when a 
	formerror occurs in an element with a . in the name. 

2005-01-05 cesarh

	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	Fixing the params in the function 
	content_item__set_live_revision() changing the param item_id 
	by revision_id 

2005-01-03 jader

	* packages/acs-authentication/tcl/authentication-procs.tcl:
	The user-new page called a proc in the authentications 
	package which checked to see if a parameter was set or not. 
	However, in upgraded sites, or if the user had entered a 
	blank entry for the parameter, the proc would bomb. I made 
	the proc more robust by using string is false instead of 
	![parameter... and also added in a util_user_message to make 
	it more explicit what is happening if you aren't able to 
	register (the behavior was very confusing). 

2005-01-03 daveb

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/content-type-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	Make id_column and table_name required for 
	content::type::new. Fix content::item::new to properly 
	create a subtype of content revision based on the 
	content_type paramter is attributes, title or text is 
	specified. 

	* packages/acs-templating/tcl/parse-procs.tcl:
	Roll back change to regular array variable regexp. Only 
	noquote regexp needed to be changed. 

2005-01-01 daveb

	* packages/acs-templating/tcl/parse-procs.tcl:
	* packages/acs-templating/tcl/test/parse-test-procs.tcl:
	Allow adp array variable regexp to work with arrays with . 
	in the key names. This happens when a formerror is generated 
	on a form element where the element name has an embedded . 
	so it can be interpreted as an array when processing the 
	form. Added test cases. 

	* packages/acs-templating/tcl/test/parse-test-procs.tcl:
	branches:  1.1.2; file parse-test-procs.tcl was initially 
	added on branch oacs-5-1. 

2004-12-30 maltes

	* packages/tsearch2-driver/www/doc/index.html:
	Additional information on indexing existing content. 

	* packages/search/catalog/search.en_US.ISO-8859-1.xml:
	* packages/search/www/advanced-search.adp:
	* packages/search/www/advanced-search.tcl:
	* packages/search/www/index.adp:
	* packages/search/www/search.adp:
	* packages/search/www/search.tcl:
	Internationalization of the Search Package 

	* packages/search/www/search.tcl:
	Limit Search results only to results a user actually has 
	read permission 

2004-12-30 daveb

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Add permission checking and merge default parameter for 
	headline fucntion from oacs-5-1 branch. 

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Add permission checking to tsearch2-driver search query. 

	* packages/search/www/search.tcl:
	Back out inefficient permission checking. 

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	Clarify documenation for content::item::new and add test 
	cases to ensure a new revision can be created. Fixes 
	bug#2232 

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Fix count query to check permissions as well. 

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Fix count query to correctly count based on permissions. 

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Fix type in permissions checking query. 

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Fix typo in query for permissions checking. 

2004-12-29 maltes

	* packages/tsearch2-driver/www/doc/index.html:
	Added information on how to index old content. 

2004-12-29 joel

	* etc/config.tcl:
	took my name out 

2004-12-29 daveb

	* packages/acs-content-repository/tcl/content-type-procs.tcl:
	Add documentation for column_spec of 
	content::type::attribute::new 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d8-5.2.0d9.sql:
	Fix default for creation date in cotnent_template__new 

	* packages/acs-content-repository/tcl/content-template-procs.tcl:
	Only pass creation_date if it is not empty. 

	* packages/acs-content-repository/tcl/content-template-procs.tcl:
	Only pass in creation_date if it is not empty. 

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d3-5.1.4d4.sql:
	Return new folder_id from content_folder__new 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d3-5.1.4d4.sql:
	Set default for creation_date in content_template__new 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d3-5.1.4d4.sql:
	branches:  1.1.2; file upgrade-5.1.4d3-5.1.4d4.sql was 
	initially added on branch oacs-5-1. 

2004-12-27 joel

	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-second-database.html:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml:
	added instructions for 2nd database access 

	* etc/config.tcl:
	added link to documentation for second database 

	* packages/acs-core-docs/www/tutorial-second-database.html:
	branches:  1.1.2; file tutorial-second-database.html was 
	initially added on branch oacs-5-1. 

	* packages/acs-tcl/tcl/00-database-procs.tcl:
	removed some obsolete comments and added a link 

2004-12-26 joel

	* packages/acs-core-docs/www/files/nsd-postgres.txt:
	moved the extra lib link from a comment to the lib path; it 
	shouldn't affect performance and it will save others (like 
	me) the time to diagnose and find this fix) 

2004-12-25 donb

	* packages/acs-subsite/tcl/package-procs-oracle.xql:
	* packages/acs-subsite/tcl/package-procs-postgresql.xql:
	* packages/acs-subsite/tcl/package-procs.tcl:
	Fixed package_exec_plsql so it works with Oracle procedures 
	as well as functions (PG only has functions so was working 
	fine for all cases) 

2004-12-23 maltes

	* packages/acs-lang/www/admin/set-system-timezone.tcl:
	Applied patch #619.Fixes timezone problem with 
	timeanddate.com format 

2004-12-23 jarkko

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Importing updated Simulation 1.0.1 and fixed 
	ad_returnredirect to accept html switch (for not quoting the 
	message relayed). 

2004-12-23 andrewg

	* www/robots.txt:
	please ignore 

2004-12-22 daveb

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d2-5.1.4d3.sql:
	Set package_id from content_folder__new 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d2-5.1.4d3.sql:
	branches:  1.1.2; file upgrade-5.1.4d2-5.1.4d3.sql was 
	initially added on branch oacs-5-1. 

2004-12-21 daveb

	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-content-repository/sql/postgresql/content-extlink.sql:
	* packages/acs-content-repository/sql/postgresql/content-folder.sql:
	* packages/acs-content-repository/sql/postgresql/content-item.sql:
	* packages/acs-content-repository/sql/postgresql/content-revision.sql:
	* packages/acs-content-repository/sql/postgresql/content-symlink.sql:
	* packages/acs-content-repository/sql/postgresql/content-type.sql:
	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d1-5.1.4d2.sql:
	* packages/acs-content-repository/tcl/content-extlink-procs.tcl:
	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	* packages/acs-content-repository/tcl/content-keyword-procs.tcl:
	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	* packages/acs-content-repository/tcl/content-symlink-procs.tcl:
	* packages/acs-content-repository/tcl/content-template-procs.tcl:
	* packages/acs-content-repository/tcl/content-type-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-item-test-procs.tcl:
	* packages/acs-content-repository/tcl/test/content-revision-test-procs.tcl:
	Add CR Tcl API from HEAD. 

	* packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d1-5.1.4d2.sql:
	branches:  1.1.2; file upgrade-5.1.4d1-5.1.4d2.sql was 
	initially added on branch oacs-5-1. 

2004-12-20 daveb

	* packages/acs-templating/resources/forms/inline.adp:
	Inline form with widget and button on the same line for 
	really simple forms such as filters for listbuilder. 

	* packages/acs-templating/resources/forms/inline.adp:
	branches:  1.1.2; file inline.adp was initially added on 
	branch oacs-5-1. 

2004-12-19 donb

	* packages/acs-templating/tcl/list-procs.tcl:
	Oops, a tiny blunder in my previous update, returned an 
	illegal SQL snippet if there were no IDs selected.  The list 
	builder should cleverly refuse to do the query in this case, 
	but we'll settle for it doing a SELECT that returns nothing 
	for now. 

2004-12-19 alfredw

	* packages/acs-content-repository/tcl/acs-content-repository-init.tcl:
	branches:  1.9.2;  Added braces for expr for performance / 
	stylistic recommendation. 

2004-12-18 joel

	* packages/acs-admin/tcl/apm-admin-init.tcl:
	branches:  1.1.2; file apm-admin-init.tcl was initially 
	added on branch oacs-5-1. 

	* packages/acs-admin/tcl/apm-admin-init.tcl:
	* packages/acs-admin/tcl/apm-admin-procs.tcl:
	converted build-repository.tcl to a proc and init 

2004-12-18 daveb

	* packages/tsearch2-driver/sql/postgresql/tsearch2-driver-create.sql:
	* packages/tsearch2-driver/sql/postgresql/upgrade/upgrade-0.4d1-0.4d2.sql:
	* packages/tsearch2-driver/tsearch2-driver.info:
	Add on delete cascade to object_id foreign key. 

	* packages/tsearch2-driver/sql/postgresql/upgrade/upgrade-0.4d1-0.4d2.sql:
	branches:  1.1.2; file upgrade-0.4d1-0.4d2.sql was initially 
	added on branch oacs-5-1. 

2004-12-17 vivianh

	* packages/acs-subsite/www/admin/site-map/allow-for-view.tcl:
	Adding child to parent select in checkbox list 

	* packages/acs-subsite/www/site-map/index.tcl:
	Adding images, urls and more spaces 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml:
	Adding users site map message 

	* packages/acs-subsite/www/pvt/hide-email.tcl:
	* packages/acs-subsite/www/pvt/hide-email.xql:
	Allows the user to choice if they want to show or hide their 
	e-mail 

	* packages/acs-subsite/www/pvt/home.adp:
	* packages/acs-subsite/www/pvt/home.tcl:
	* packages/acs-subsite/www/pvt/home.xql:
	Allows the user to choice if they want to show or hide their 
	e-mail and ShowEmailP parameter check 

	* packages/acs-subsite/www/shared/community-member.adp:
	* packages/acs-subsite/www/shared/community-member.tcl:
	Check if parameter ShowEmailP is set to 1 to allow users to 
	show or hide their email 

	* packages/acs-subsite/www/resources/down.gif:
	* packages/acs-subsite/www/resources/up.gif:
	UP/DOWN images for users site map 

	* packages/acs-subsite/www/admin/site-map/site-map.tcl:
	adding bold, images and spaces 

	* packages/acs-subsite/www/index.adp:
	adding users site map button 

	* packages/acs-subsite/www/shared/community-member-oracle.xql:
	branches:  1.1.2; file community-member-oracle.xql was 
	initially added on branch oacs-5-1. 

	* packages/acs-subsite/www/resources/down.gif:
	branches:  1.1.2; file down.gif was initially added on 
	branch oacs-5-1. 

	* packages/acs-subsite/www/pvt/hide-email.tcl:
	branches:  1.1.2; file hide-email.tcl was initially added on 
	branch oacs-5-1. 

	* packages/acs-subsite/www/pvt/hide-email.xql:
	branches:  1.1.2; file hide-email.xql was initially added on 
	branch oacs-5-1. 

	* packages/acs-subsite/www/resources/up.gif:
	branches:  1.1.2; file up.gif was initially added on branch 
	oacs-5-1. 

	* packages/acs-subsite/www/shared/community-member.tcl:
	bringing back previous tcl version :) 

	* packages/acs-subsite/www/pvt/home.adp:
	* packages/acs-subsite/www/pvt/home.tcl:
	* packages/acs-subsite/www/pvt/home.xql:
	* packages/acs-subsite/www/shared/community-member-oracle.xql:
	* packages/acs-subsite/www/shared/community-member-postgresql.xql:
	* packages/acs-subsite/www/shared/community-member.adp:
	* packages/acs-subsite/www/shared/community-member.tcl:
	bringing back previous version 

	* packages/acs-subsite/www/shared/community-member-oracle.xql:
	* packages/acs-subsite/www/shared/community-member-postgresql.xql:
	query to show-email field in users table added 

2004-12-17 jader

	* packages/acs-subsite/www/doc/images.html:
	Add in new up and down images to images documentation page. 

2004-12-16 daveb

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Default to AND 

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Default to AND saerch if no operator is specified 

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Query cleaning regexp needs to retain spaces 

2004-12-15 jader

	* packages/acs-subsite/www/doc/images.html:
	Add in xml.gif to doc page which shows all the images. 

2004-12-15 daveb

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Specify default for config in headline call. 

2004-12-14 eduardop

	* packages/acs-content-repository/tcl/content-type-procs.tcl:
	branches:  1.6.2; the former commit left the code broken 

2004-12-13 daveb

	* packages/tsearch2-driver/sql/postgresql/tsearch2-driver-create.sql:
	* packages/tsearch2-driver/sql/postgresql/tsearch2-driver-drop.sql:
	* packages/tsearch2-driver/sql/postgresql/tsearch2-driver-package-create.sql:
	* packages/tsearch2-driver/tcl/tsearch2-driver-install-procs.tcl:
	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	* packages/tsearch2-driver/tsearch2-driver.info:
	* packages/tsearch2-driver/www/doc/index.html:
	Adding tsearch2 driver to oacs-5-1 branch 

	* packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl:
	Get rid of quotes and brackets from search query 

2004-12-13 andrewg

	* packages/acs-subsite/www/resources/xml.gif:
	Adding. 

	* packages/acs-subsite/www/resources/xml.gif:
	branches:  1.1.2; file xml.gif was initially added on branch 
	oacs-5-1. 

2004-12-12 maltes

	* etc/backup.sh:
	Added backing up the database on another server 

2004-12-12 daveb

	* packages/acs-templating/tcl/spellcheck-procs.tcl:
	Skip validation when a widget is in spellcheck mode. 

2004-12-11 joel

	* packages/acs-templating/www/resources/print.css:
	rudimentary print-only css file 

2004-12-10 daveb

	* packages/tsearch2-driver/tsearch2-driver.info:
	branches:  1.2.2; Add automated install process. Bump up 
	version number. 

	* packages/tsearch2-driver/tcl/tsearch2-driver-install-procs.tcl:
	branches:  1.3.2; Add automated install process. Bump up 
	version number. 

2004-12-09 tracya

	* packages/acs-mail-lite/acs-mail-lite.info:
	* packages/notifications/notifications.info:
	upping version numbers for release 

2004-12-09 donb

	* packages/acs-templating/tcl/acs-templating-init.tcl:
	* packages/acs-templating/tcl/list-procs.tcl:
	* packages/acs-templating/tcl/paginator-procs.tcl:
	Greatly sped up pagination in the list builder.  1. The list 
	builder builds a separate (optionally cached) paginator for 
	each page group, rather than each list.  No more filling of 
	the Tcl cache with (say) 5500 forum entries when we know 
	that users rarely march through the entire list of forums.  
	2. Since the list builder builds an "in (list of ids)" query 
	clause to select just those rows needed for this display 
	page, there's no reason to sort the list of ids so I'm 
	building the list within the list builder rather than using 
	the more generalized paginator code.  Minor speedup ...  
	This could probably be sped up more by simply caching the 
	list of keys within the list builder and replicating some 
	other paginator functionality in lightweight form specific 
	to the list builder, but this will do for now.  And maybe 
	forever. 

	* packages/acs-templating/tcl/list-procs-oracle.xql:
	* packages/acs-templating/tcl/list-procs-postgresql.xql:
	Oops forgot the ever-so-important .xql files! 

	* packages/acs-templating/tcl/list-procs-oracle.xql:
	Oracle testing uncovered a missing parenthesis.  Don't you 
	wish EVERYONE tested their changes under Oracle as well as 
	PG? 

	* packages/acs-templating/tcl/list-procs-oracle.xql:
	branches:  1.1.2; file list-procs-oracle.xql was initially 
	added on branch oacs-5-1. 

	* packages/acs-templating/tcl/list-procs-postgresql.xql:
	branches:  1.1.2; file list-procs-postgresql.xql was 
	initially added on branch oacs-5-1. 

2004-12-08 richardh

	* packages/acs-subsite/www/permissions/perm-include.tcl:
	Correct message key 'acs-subsite.Remove_All' to 
	acs-subsite.Remove' to eliminate MISSING KEY message. 

	* packages/acs-subsite/www/permissions/perm-include.tcl:
	Reverse previous commit - fix was actually in catalog. There 
	was a duplicate value for 'Remove' and no 'Remove_All'. 

	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	The key 'Remove' had two values 'Remove' and 'Remove_All'. 
	Have now changed the second 'Remove' key to 'Remove_All' and 
	have removed the underscore from the value. 

2004-12-07 alfredw

	* packages/acs-content-repository/tcl/keyword-procs.tcl:
	 Added -deprecated flags and @see comments to procs with 
	direct replacements in content::keyword:: 

	* packages/acs-content-repository/tcl/content-type-procs.tcl:
	 Changed content::type::create_attribute and drop_attribute 
	to the content::type::attribute::new and ::delete style. 

	* packages/acs-content-repository/tcl/extlink-procs.tcl:
	 Copied ::new logic to content::extlink, added deprecated 
	tags. 

	* packages/acs-content-repository/tcl/item-procs.tcl:
	 Marked as -deprecated any procs with corresponding items in 
	content::item 

	* packages/acs-content-repository/tcl/content-type-procs.tcl:
	 changed create_type to ::new and drop_type to ::delete made 
	use_context default to "public" rather than be required in 
	all cases. added return values, and @see tags 

	* packages/acs-content-repository/tcl/symlink-procs.tcl:
	 deprecated procs with counterparts in content::symlink 

	* packages/acs-content-repository/tcl/content-extlink-procs.tcl:
	 renamed ::del to ::delete 

	* packages/acs-content-repository/tcl/content-keyword-procs.tcl:
	branches:  1.3.2;  Added return values, changed 
	content::keyword::del to ::delete 

	* packages/acs-content-repository/tcl/content-symlink-procs.tcl:
	branches:  1.3.2;  renamed ::del to ::delete 

	* packages/acs-content-repository/tcl/content-template-procs.tcl:
	branches:  1.4.2;  Added return values and a @throws value. 

	* packages/acs-content-repository/tcl/content-extlink-procs.tcl:
	branches:  1.4.2;  Copied ::new logic to content::extlink, 
	added deprecated tags. 

	* packages/acs-content-repository/tcl/content-revision-procs.tcl:
	branches:  1.4.2;  renamed ::del to ::delete 

	* packages/acs-content-repository/tcl/content-folder-procs.tcl:
	branches:  1.5.2;  Added return values and other general 
	cleanup. . 

	* packages/acs-content-repository/tcl/content-item-procs.tcl:
	branches:  1.7.2;  updated a return type 

2004-12-06 timoh

	* packages/acs-kernel/sql/oracle/acs-objects-create.sql:
	added check to prevent insert of object with empty 
	creation_date 

	* packages/acs-content-repository/tcl/content-template-procs.tcl:
	added parameter package_id to template::new 

	* packages/acs-content-repository/tcl/content-type-procs.tcl:
	added translation of database specific column-specs to other 
	database format 

2004-12-05 torbenb

	* packages/acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml:
	added package maturity standards section per 
	http://openacs.org/forums/message-view?message_id=160957 
	using tag conventions found in existing packages 

	* packages/acs-core-docs/www/xml/install-guide/maintenance.xml:
	adding absolute pathname to svgroup since /usr/local/bin is 
	not necessarily in the default root pathnames 

	* etc/config.tcl:
	adding missing params, more annotation 

	* etc/config.tcl:
	re-arranged sections according to Configuration File 
	Hierarchy http://aolserver.com/docs/admin/config.html#3 and 
	http://aolserver.com/docs/admin/config-reference.tcl.txt and 
	reformatted spacing for readibility. No parameter changes 
	made 

	* packages/acs-core-docs/www/xml/install-guide/openacs.xml:
	typo correction 

2004-12-05 maltes

	* www/favicon.ico:
	branches:  1.1.2; file favicon.ico was initially added on 
	branch openacs-org. 

	* www/favicon.ico:
	missing favicon 

2004-12-03 jader

	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	Put Aolserver 4 instructions before Aolserver 3 for 
	nsopenssl. 

2004-12-02 torbenb

	* packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml:
	fixing broken links 

2004-12-02 jader

	* packages/acs-core-docs/www/xml/engineering-standards/cvs.xml:
	Changed tag for releasing from oacs-5-1-compat to 
	openacs-5-1-compat 

2004-12-01 maltes

	* www/index.vuh:
	* www/team.adp:
	* www/tip.tcl:
	Last addition of openacs-org files 

	* www/index.vuh:
	branches:  1.1.2; file index.vuh was initially added on 
	branch openacs-org. 

	* www/team.adp:
	branches:  1.1.2; file team.adp was initially added on 
	branch openacs-org. 

	* www/tip.tcl:
	branches:  1.1.2; file tip.tcl was initially added on branch 
	openacs-org. 

	* www/robots.txt:
	initial import of the openacs.org files to the openacs-org 
	branch. 

2004-12-01 jader

	* packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml:
	Another small fix for mismatched tags. 

	* packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial.xml:
	* packages/acs-core-docs/www/xml/install-guide/openacs.xml:
	* packages/acs-core-docs/www/xml/install-guide/upgrade.xml:
	Fix some broken and mismatched tags. 

2004-12-01 alfredw

	* packages/acs-content-repository/tcl/folder-procs.tcl:
	 Deprecated in favor of new CR TCL API. 

2004-11-30 peterm

	* packages/acs-subsite/www/user/basic-info-update.adp:
	adding missing noquote in include tag 

	* packages/acs-subsite/lib/user-info.adp:
	* packages/acs-subsite/lib/user-info.tcl:
	adding the show_groups_p flag that allows you to include the 
	basic user info edit form without the groups listing 

2004-11-30 joel

	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/xml/engineering-standards/cvs.xml:
	fixing typos and tidying up 

	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/xml/engineering-standards/cvs.xml:
	* packages/acs-core-docs/www/xml/releasing-openacs.xml:
	more fixes to adding packages 

2004-11-30 jader

	* packages/acs-core-docs/www/xml/install-guide/aolserver4.xml:
	Updated docs for Aolserver 4.09, including new 
	(undocumented!) build process for modules. 

2004-11-29 joel

	* packages/acs-core-docs/www/xml/releasing-openacs.xml:
	making harmless white-space change to help Branimir test new 
	mailing list 

2004-11-29 jader

	* packages/acs-templating/tcl/list-procs.tcl:
	Add reference to how to sort hierarchical queries with 
	list-builder. 

2004-11-27 joel

	* packages/acs-core-docs/www/install-ldap-radius.html:
	branches:  1.1.2; file install-ldap-radius.html was 
	initially added on branch oacs-5-1. 

	* ChangeLog:
	* packages/acs-admin/acs-admin.info:
	* packages/acs-api-browser/acs-api-browser.info:
	* packages/acs-authentication/acs-authentication.info:
	* packages/acs-automated-testing/acs-automated-testing.info:
	* packages/acs-bootstrap-installer/acs-bootstrap-installer.info:
	* packages/acs-content-repository/acs-content-repository.info:
	* packages/acs-core-docs/acs-core-docs.info:
	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search.html:
	* packages/acs-core-docs/www/install-ldap-radius.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-cvs-concepts.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/using-cvs-with-openacs.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml:
	* packages/acs-core-docs/www/xml/for-everyone/release-notes.xml:
	* packages/acs-core-docs/www/xml/install-guide/maintenance.xml:
	* packages/acs-core-docs/www/xml/install-guide/openacs.xml:
	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	* packages/acs-core-docs/www/xml/install-guide/postgres.xml:
	* packages/acs-core-docs/www/xml/install-guide/software.xml:
	* packages/acs-core-docs/www/xml/releasing-openacs.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	* packages/acs-kernel/acs-kernel.info:
	* packages/acs-lang/acs-lang.info:
	* packages/acs-messaging/acs-messaging.info:
	* packages/acs-reference/acs-reference.info:
	* packages/acs-service-contract/acs-service-contract.info:
	* packages/acs-subsite/acs-subsite.info:
	* packages/acs-tcl/acs-tcl.info:
	* packages/acs-templating/acs-templating.info:
	* packages/ref-timezones/ref-timezones.info:
	* packages/search/search.info:
	* readme.txt:
	doc updates and versioning for openacs 5.1.3 

2004-11-25 torbenb

	* packages/acs-core-docs/www/xml/install-guide/aolserver.xml:
	adding test page for aolserver4, suggested by Aldert 
	Nooitgedagt 

2004-11-24 torbenb

	* packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml:
	added developer documentation requirements 

	* packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml:
	added documentation strategy section 

	* packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml:
	added marketing perspective to end-users docs, corrected 
	spelling mistakes 

2004-11-24 joel

	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/xml/releasing-openacs.xml:
	fixed typo 

2004-11-23 vivianh

	* packages/acs-subsite/www/site-map/index-oracle.xql:
	* packages/acs-subsite/www/site-map/index-postgresql.xql:
	* packages/acs-subsite/www/site-map/index.adp:
	* packages/acs-subsite/www/site-map/index.tcl:
	Site map viw interface 

	* packages/acs-subsite/www/resources/core.js:
	add Javascript for new calendar widget 

	* packages/acs-subsite/www/resources/default-master.css:
	add css for new calendar widget 

	* packages/acs-subsite/www/admin/site-map/allow-for-view.tcl:
	* packages/acs-subsite/www/admin/site-map/allow-for-view.xql:
	* packages/acs-subsite/www/admin/site-map/site-map-oracle.xql:
	* packages/acs-subsite/www/admin/site-map/site-map-postgresql.xql:
	* packages/acs-subsite/www/admin/site-map/site-map.adp:
	* packages/acs-subsite/www/admin/site-map/site-map.tcl:
	add files to support site-map creation 

	* packages/acs-subsite/www/admin/site-map/index.adp:
	add link for build site-map 

	* packages/acs-subsite/sql/postgresql/acs-subsite-create.sql:
	* packages/acs-subsite/sql/postgresql/acs-subsite-drop.sql:
	* packages/acs-subsite/sql/postgresql/site-node-selection-drop.sql:
	* packages/acs-subsite/sql/postgresql/site-node-selection.sql:
	add suppor table for site-map creation 

	* packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.1.2-5.1.3.sql:
	add support for upgrade 

	* packages/acs-subsite/sql/oracle/acs-subsite-create.sql:
	* packages/acs-subsite/sql/oracle/site-node-selection.sql:
	add table to support site-map creation 

	* packages/acs-subsite/www/admin/site-map/allow-for-view.tcl:
	branches:  1.1.2; file allow-for-view.tcl was initially 
	added on branch oacs-5-1. 

	* packages/acs-subsite/www/admin/site-map/allow-for-view.xql:
	branches:  1.1.2; file allow-for-view.xql was initially 
	added on branch oacs-5-1. 

	* packages/acs-subsite/www/site-map/index-oracle.xql:
	branches:  1.1.2; file index-oracle.xql was initially added 
	on branch oacs-5-1. 

	* packages/acs-subsite/www/site-map/index-postgresql.xql:
	branches:  1.1.2; file index-postgresql.xql was initially 
	added on branch oacs-5-1. 

	* packages/acs-subsite/www/site-map/index.adp:
	branches:  1.1.2; file index.adp was initially added on 
	branch oacs-5-1. 

	* packages/acs-subsite/www/site-map/index.tcl:
	branches:  1.1.2; file index.tcl was initially added on 
	branch oacs-5-1. 

	* packages/acs-subsite/www/admin/site-map/site-map-oracle.xql:
	branches:  1.1.2; file site-map-oracle.xql was initially 
	added on branch oacs-5-1. 

	* packages/acs-subsite/www/admin/site-map/site-map-postgresql.xql:
	branches:  1.1.2; file site-map-postgresql.xql was initially 
	added on branch oacs-5-1. 

	* packages/acs-subsite/www/admin/site-map/site-map.adp:
	branches:  1.1.2; file site-map.adp was initially added on 
	branch oacs-5-1. 

	* packages/acs-subsite/www/admin/site-map/site-map.tcl:
	branches:  1.1.2; file site-map.tcl was initially added on 
	branch oacs-5-1. 

	* packages/acs-subsite/sql/oracle/site-node-selection-drop.sql:
	* packages/acs-subsite/sql/postgresql/site-node-selection-drop.sql:
	branches:  1.1.2; file site-node-selection-drop.sql was 
	initially added on branch oacs-5-1. 

	* packages/acs-subsite/sql/oracle/site-node-selection.sql:
	* packages/acs-subsite/sql/postgresql/site-node-selection.sql:
	branches:  1.1.2; file site-node-selection.sql was initially 
	added on branch oacs-5-1. 

	* packages/acs-subsite/sql/oracle/upgrade/upgrade-5.1.2-5.1.3.sql:
	* packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.1.2-5.1.3.sql:
	branches:  1.1.2; file upgrade-5.1.2-5.1.3.sql was initially 
	added on branch oacs-5-1. 

	* packages/acs-subsite/sql/oracle/acs-subsite-drop.sql:
	* packages/acs-subsite/sql/oracle/site-node-selection-drop.sql:
	drop support 

	* packages/acs-subsite/sql/oracle/upgrade/upgrade-5.1.2-5.1.3.sql:
	upgrade support 

2004-11-23 enriquec

	* www/blank-master.tcl:
	Adding the option Hide/Show toolbar in /dotlrn/admin. Fixing 
	the "Error include" message when the installation of .lrn is 
	done. 

2004-11-23 andrewg

	* www/site-master.adp:
	Adding a span around the Site Wide Admin link so that .LRN 
	can hide it via dotlrn-master.css. 

2004-11-22 enriquec

	* www/blank-master.adp:
	* www/blank-master.tcl:
	Adding include and link html tags if dotlrn is installed and 
	if the dotlrn toolbar is enabled. I followed the same way as 
	acs developper support toolbar. 

2004-11-21 torbenb

	* packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml:
	added developer tutorial documentation requirements 

2004-11-20 torbenb

	* packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml:
	added administration documenation requirements 

	* packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml:
	added installation documenation requirements 

2004-11-19 jader

	* packages/acs-subsite/www/user/portrait/upload-2.tcl:
	Applying patch 617 for bug 2161, courtesy of Carsten 
	Clasohm. 

2004-11-18 torbenb

	* packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml:
	adding end-user requirements section 

	* packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml:
	changing package status url to most recent version 

	* packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml:
	corrected error, converted lt,gt signs to entities within 
	programlisting tag 

	* packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml:
	fixing typos 

2004-11-18 jader

	* packages/acs-admin/www/server-restart.adp:
	Add link to APM 

	* packages/acs-admin/www/server-restart.adp:
	Fix link to APM 

2004-11-18 gerardom

	* packages/acs-tcl/tcl/security-procs.tcl:
	fixing bugs in procs to redirect to insecure url 

2004-11-17 torbenb

	* packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml:
	adding some docs about documentation development into 
	existing meta docs 

2004-11-17 jader

	* packages/acs-core-docs/www/xml/developers-guide/form-builder.xml:
	Added hint on using the currency widget. 

2004-11-16 jader

	* packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl:
	Move a lot of the ns_log statements to Debug level instead 
	of Notice. 

	* packages/acs-core-docs/www/xml/developers-guide/permissions.xml:
	* packages/acs-core-docs/www/xml/developers-guide/submissions.xml:
	* packages/acs-core-docs/www/xml/engineering-standards/cvs.xml:
	* packages/acs-core-docs/www/xml/install-guide/openacs.xml:
	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	* packages/acs-core-docs/www/xml/install-guide/upgrade.xml:
	Updating the CVS references from openacs.org to 
	cvs.openacs.org 

2004-11-15 torbenb

	* packages/acs-core-docs/www/xml/install-guide/aolserver4.xml:
	Added FreeBSD variant, and a brief section on howto check if 
	an existing tcl meets requirements 

	* packages/acs-core-docs/www/xml/install-guide/os.xml:
	* packages/acs-core-docs/www/xml/install-guide/software.xml:
	Added note to use fetch instead of wget when installing on 
	freebsd 

	* packages/acs-core-docs/www/xml/install-guide/postgres.xml:
	Freebsd variant additions 

	* packages/acs-core-docs/www/xml/install-guide/overview.xml:
	added FreeBSD variant for copy paste convenience 

	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	added FreeBSD variant notes for daemontools and nsopenssl 

	* packages/acs-core-docs/www/xml/install-guide/openacs.xml:
	added FreeBSD variant notes.  changed a typo chgrp in action 
	tag to match chown in userinput section 

	* packages/acs-core-docs/www/xml/install-guide/os.xml:
	clarifying statements 

	* packages/acs-core-docs/www/xml/install-guide/postgres.xml:
	correcting my earlier use of computeroutput tags to 
	userinput tags in tuning section 

2004-11-15 jader

	* packages/acs-api-browser/lib/search.adp:
	Add link to core and package documentation. 

	* packages/notifications/www/doc/index.adp:
	Copying documentation for notifications from HEAD. 

	* packages/acs-core-docs/www/xml/developers-guide/submissions.xml:
	* packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml:
	* packages/acs-core-docs/www/xml/install-guide/aolserver.xml:
	* packages/acs-core-docs/www/xml/install-guide/aolserver4.xml:
	* packages/acs-core-docs/www/xml/install-guide/maintenance.xml:
	* packages/acs-core-docs/www/xml/install-guide/openacs.xml:
	* packages/acs-core-docs/www/xml/install-guide/oracle.xml:
	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	* packages/acs-core-docs/www/xml/install-guide/overview.xml:
	* packages/acs-core-docs/www/xml/install-guide/postgres.xml:
	* packages/acs-core-docs/www/xml/install-guide/recovery.xml:
	* packages/acs-core-docs/www/xml/install-guide/red-hat.xml:
	* packages/acs-core-docs/www/xml/install-guide/upgrade.xml:
	Fix bug #2156: change /tmp to /var/tmp 

	* packages/notifications/tcl/sweep-procs.tcl:
	More robust parameters, added -- to ad_html_text_convert 

2004-11-14 torbenb

	* packages/acs-core-docs/www/xml/install-guide/software.xml:
	clarifications to page info 

	* packages/acs-core-docs/www/xml/install-guide/overview.xml:
	language clarifications 

2004-11-11 jader

	* packages/acs-templating/tcl/date-procs.tcl:
	Improve robustness of template::util::date::set_property 
	proc for dealing with hours that begin with a zero. 

	* packages/acs-subsite/lib/login.adp:
	* packages/acs-subsite/lib/login.tcl:
	* packages/acs-subsite/www/register/recover-password.tcl:
	The registration/login pages were not honoring the 
	EmailForgottenPasswordP parameter. This enforces that 
	parameter, allowing admins to disable emailing out 
	passwords. 

	* packages/acs-core-docs/www/xml/developers-guide/permissions-tediously-explained.xml:
	Updated docs to take out customer permissions, but still 
	include info on privilege hierarchy. 

2004-11-08 joel

	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-cvs-concepts.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/using-cvs-with-openacs.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/engineering-standards/cvs.xml:
	* packages/acs-core-docs/www/xml/releasing-openacs.xml:
	fixes to cvs, releasing openacs 

2004-11-05 jader

	* packages/acs-subsite/lib/login.adp:
	Add a paragraph break to make it easier to see how to 
	register. 

2004-11-04 jader

	* etc/analog.cfg:
	Fix path in analog configuration file. 

	* packages/acs-core-docs/www/xml/install-guide/maintenance.xml:
	Update version info, remove extra step that is no longer 
	necessary, because the analog configuration file is included 
	in etc/analog.cfg 

2004-11-03 joel

	* packages/acs-core-docs/www/contributing-code.html:
	branches:  1.1.2; file contributing-code.html was initially 
	added on branch oacs-5-1. 

	* packages/acs-core-docs/www/cvs-resources.html:
	branches:  1.1.2; file cvs-resources.html was initially 
	added on branch oacs-5-1. 

	* packages/acs-core-docs/www/openacs-cvs-concepts.html:
	branches:  1.1.2; file openacs-cvs-concepts.html was 
	initially added on branch oacs-5-1. 

	* packages/acs-core-docs/www/using-cvs-with-openacs.html:
	branches:  1.1.2; file using-cvs-with-openacs.html was 
	initially added on branch oacs-5-1. 

	* packages/acs-core-docs/www/contributing-code.html:
	* packages/acs-core-docs/www/cvs-resources.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/openacs-cvs-concepts.html:
	* packages/acs-core-docs/www/using-cvs-with-openacs.html:
	* packages/acs-core-docs/www/xml/engineering-standards/cvs.xml:
	* packages/acs-core-docs/www/xml/index.xml:
	changed layout of CVS section 

2004-11-02 giancarlol

	* packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml:
	Replaced HTML entities for special characters (Latin-1 
	supplement) with ISO-8859-1 encoding. 

2004-11-01 joel

	* packages/acs-core-docs/www/acs-admin.html:
	* packages/acs-core-docs/www/acs-package-dev.html:
	* packages/acs-core-docs/www/acs-plat-dev.html:
	* packages/acs-core-docs/www/analog-install.html:
	* packages/acs-core-docs/www/analog-setup.html:
	* packages/acs-core-docs/www/aolserver.html:
	* packages/acs-core-docs/www/aolserver4.html:
	* packages/acs-core-docs/www/apm-design.html:
	* packages/acs-core-docs/www/apm-requirements.html:
	* packages/acs-core-docs/www/automated-backup.html:
	* packages/acs-core-docs/www/automated-testing-best-practices.html:
	* packages/acs-core-docs/www/backup-recovery.html:
	* packages/acs-core-docs/www/backups-with-cvs.html:
	* packages/acs-core-docs/www/bootstrap-acs.html:
	* packages/acs-core-docs/www/complete-install.html:
	* packages/acs-core-docs/www/configuring-new-site.html:
	* packages/acs-core-docs/www/credits.html:
	* packages/acs-core-docs/www/cvs-guidelines.html:
	* packages/acs-core-docs/www/cvs-tips.html:
	* packages/acs-core-docs/www/database-management.html:
	* packages/acs-core-docs/www/db-api-detailed.html:
	* packages/acs-core-docs/www/db-api.html:
	* packages/acs-core-docs/www/dev-guide.html:
	* packages/acs-core-docs/www/doc-standards.html:
	* packages/acs-core-docs/www/docbook-primer.html:
	* packages/acs-core-docs/www/eng-standards-constraint-naming.html:
	* packages/acs-core-docs/www/eng-standards-filenaming.html:
	* packages/acs-core-docs/www/eng-standards-plsql.html:
	* packages/acs-core-docs/www/eng-standards-versioning.html:
	* packages/acs-core-docs/www/eng-standards.html:
	* packages/acs-core-docs/www/ext-auth-requirements.html:
	* packages/acs-core-docs/www/filename.html:
	* packages/acs-core-docs/www/for-everyone.html:
	* packages/acs-core-docs/www/form-builder.html:
	* packages/acs-core-docs/www/general-documents.html:
	* packages/acs-core-docs/www/groups-design.html:
	* packages/acs-core-docs/www/groups-requirements.html:
	* packages/acs-core-docs/www/high-avail.html:
	* packages/acs-core-docs/www/how-do-I.html:
	* packages/acs-core-docs/www/i18n-convert.html:
	* packages/acs-core-docs/www/i18n-design.html:
	* packages/acs-core-docs/www/i18n-introduction.html:
	* packages/acs-core-docs/www/i18n-overview.html:
	* packages/acs-core-docs/www/i18n-requirements.html:
	* packages/acs-core-docs/www/i18n-translators.html:
	* packages/acs-core-docs/www/i18n.html:
	* packages/acs-core-docs/www/index.html:
	* packages/acs-core-docs/www/individual-programs.html:
	* packages/acs-core-docs/www/install-cvs.html:
	* packages/acs-core-docs/www/install-daemontools.html:
	* packages/acs-core-docs/www/install-full-text-search.html:
	* packages/acs-core-docs/www/install-more-software.html:
	* packages/acs-core-docs/www/install-next-add-server.html:
	* packages/acs-core-docs/www/install-next-backups.html:
	* packages/acs-core-docs/www/install-next-nightly-vacuum.html:
	* packages/acs-core-docs/www/install-nsopenssl.html:
	* packages/acs-core-docs/www/install-nspam.html:
	* packages/acs-core-docs/www/install-openacs-delete-tablespace.html:
	* packages/acs-core-docs/www/install-openacs-inittab.html:
	* packages/acs-core-docs/www/install-openacs-keepalive.html:
	* packages/acs-core-docs/www/install-origins.html:
	* packages/acs-core-docs/www/install-overview.html:
	* packages/acs-core-docs/www/install-pam-radius.html:
	* packages/acs-core-docs/www/install-php.html:
	* packages/acs-core-docs/www/install-qmail.html:
	* packages/acs-core-docs/www/install-redhat.html:
	* packages/acs-core-docs/www/install-resources.html:
	* packages/acs-core-docs/www/install-squirrelmail.html:
	* packages/acs-core-docs/www/install-ssl.html:
	* packages/acs-core-docs/www/install-steps.html:
	* packages/acs-core-docs/www/install-tclwebtest.html:
	* packages/acs-core-docs/www/ix01.html:
	* packages/acs-core-docs/www/kernel-doc.html:
	* packages/acs-core-docs/www/kernel-overview.html:
	* packages/acs-core-docs/www/mac-installation.html:
	* packages/acs-core-docs/www/maint-performance.html:
	* packages/acs-core-docs/www/maintenance-deploy.html:
	* packages/acs-core-docs/www/maintenance-web.html:
	* packages/acs-core-docs/www/nxml-mode.html:
	* packages/acs-core-docs/www/object-identity.html:
	* packages/acs-core-docs/www/object-system-design.html:
	* packages/acs-core-docs/www/object-system-requirements.html:
	* packages/acs-core-docs/www/objects.html:
	* packages/acs-core-docs/www/openacs-overview.html:
	* packages/acs-core-docs/www/openacs-unpack.html:
	* packages/acs-core-docs/www/openacs.html:
	* packages/acs-core-docs/www/oracle.html:
	* packages/acs-core-docs/www/os-install.html:
	* packages/acs-core-docs/www/os-security.html:
	* packages/acs-core-docs/www/packages.html:
	* packages/acs-core-docs/www/parties.html:
	* packages/acs-core-docs/www/permissions-design.html:
	* packages/acs-core-docs/www/permissions-requirements.html:
	* packages/acs-core-docs/www/permissions-tediously-explained.html:
	* packages/acs-core-docs/www/permissions.html:
	* packages/acs-core-docs/www/postgres.html:
	* packages/acs-core-docs/www/profile-code.html:
	* packages/acs-core-docs/www/programming-with-aolserver.html:
	* packages/acs-core-docs/www/psgml-for-emacs.html:
	* packages/acs-core-docs/www/psgml-mode.html:
	* packages/acs-core-docs/www/release-notes-4-5.html:
	* packages/acs-core-docs/www/release-notes-4-6-2.html:
	* packages/acs-core-docs/www/release-notes-4-6-3.html:
	* packages/acs-core-docs/www/release-notes-4-6.html:
	* packages/acs-core-docs/www/release-notes.html:
	* packages/acs-core-docs/www/releasing-openacs-core.html:
	* packages/acs-core-docs/www/releasing-openacs.html:
	* packages/acs-core-docs/www/releasing-package.html:
	* packages/acs-core-docs/www/remote-postgres.html:
	* packages/acs-core-docs/www/request-processor.html:
	* packages/acs-core-docs/www/requirements-template.html:
	* packages/acs-core-docs/www/rp-design.html:
	* packages/acs-core-docs/www/rp-requirements.html:
	* packages/acs-core-docs/www/security-design.html:
	* packages/acs-core-docs/www/security-notes.html:
	* packages/acs-core-docs/www/security-requirements.html:
	* packages/acs-core-docs/www/snapshot-backup.html:
	* packages/acs-core-docs/www/style-guide.html:
	* packages/acs-core-docs/www/subsites-design.html:
	* packages/acs-core-docs/www/subsites-requirements.html:
	* packages/acs-core-docs/www/subsites.html:
	* packages/acs-core-docs/www/tcl-doc.html:
	* packages/acs-core-docs/www/templates.html:
	* packages/acs-core-docs/www/tutorial-admin-pages.html:
	* packages/acs-core-docs/www/tutorial-advanced.html:
	* packages/acs-core-docs/www/tutorial-caching.html:
	* packages/acs-core-docs/www/tutorial-categories.html:
	* packages/acs-core-docs/www/tutorial-comments.html:
	* packages/acs-core-docs/www/tutorial-css-layout.html:
	* packages/acs-core-docs/www/tutorial-cvs.html:
	* packages/acs-core-docs/www/tutorial-database.html:
	* packages/acs-core-docs/www/tutorial-debug.html:
	* packages/acs-core-docs/www/tutorial-distribute.html:
	* packages/acs-core-docs/www/tutorial-future-topics.html:
	* packages/acs-core-docs/www/tutorial-hierarchical.html:
	* packages/acs-core-docs/www/tutorial-html-email.html:
	* packages/acs-core-docs/www/tutorial-newpackage.html:
	* packages/acs-core-docs/www/tutorial-notifications.html:
	* packages/acs-core-docs/www/tutorial-pages.html:
	* packages/acs-core-docs/www/tutorial-schedule-procs.html:
	* packages/acs-core-docs/www/tutorial-specs.html:
	* packages/acs-core-docs/www/tutorial-vuh.html:
	* packages/acs-core-docs/www/tutorial.html:
	* packages/acs-core-docs/www/unix-installation.html:
	* packages/acs-core-docs/www/update-repository.html:
	* packages/acs-core-docs/www/update-translations.html:
	* packages/acs-core-docs/www/upgrade-4.5-to-4.6.html:
	* packages/acs-core-docs/www/upgrade-4.6.3-to-5.html:
	* packages/acs-core-docs/www/upgrade-5-0-dot.html:
	* packages/acs-core-docs/www/upgrade-openacs-files.html:
	* packages/acs-core-docs/www/upgrade-overview.html:
	* packages/acs-core-docs/www/upgrade-supporting.html:
	* packages/acs-core-docs/www/upgrade.html:
	* packages/acs-core-docs/www/uptime.html:
	* packages/acs-core-docs/www/variables.html:
	* packages/acs-core-docs/www/win2k-installation.html:
	* packages/acs-core-docs/www/xml/engineering-standards/cvs.xml:
	* packages/acs-core-docs/www/xml/index.xml:
	* packages/acs-core-docs/www/xml/install-guide/other-software.xml:
	* packages/acs-core-docs/www/xml/variables.ent:
	added section on using cvs 

	* packages/acs-core-docs/www/cvs-guidelines.html:
	branches:  1.1.2; file cvs-guidelines.html was initially 
	added on branch oacs-5-1. 

	* packages/acs-core-docs/www/xml/engineering-standards/cvs.xml:
	branches:  1.1.2; file cvs.xml was initially added on branch 
	oacs-5-1. 

2004-10-30 jader

	* etc/config.tcl:
	The ssl contexts were missing from the config.tcl file, 
	which will prevent anyone from using ssl on their sites. 

2004-10-29 rocaelh

	* packages/acs-subsite/www/admin/site-map/index.tcl:
	fix of the direct mounting package, clean up of the new 
	site-map w/list-builder must be done 

2004-10-29 jader

	* packages/acs-core-docs/www/xml/install-guide/aolserver4.xml:
	Add how to install tcl8.4 for debian stable users note. 

	* packages/acs-core-docs/www/files/nsd-postgres.txt:
	Added a comment in the file that the LD_LIBRARY_PATH may 
	need /usr/local/aolserver/lib. Comment only, so no 
	functionality changed. 

	* packages/acs-core-docs/www/xml/install-guide/postgres.xml:
	Added in backports for debian stable notes. 

	* packages/acs-core-docs/www/xml/install-guide/aolserver4.xml:
	* packages/acs-core-docs/www/xml/install-guide/maintenance.xml:
	* packages/acs-core-docs/www/xml/install-guide/openacs.xml:
	More Debian stable comments. 

2004-10-28 nimam

	* packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml:
	* packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml:
	* packages/acs-subsite/www/permissions/grant.tcl:
	* packages/acs-subsite/www/permissions/perm-include.adp:
	* packages/acs-subsite/www/permissions/perm-include.tcl:
	Added the grant permission action to 
	acs-subsite/www/permissions/perm-include. The existing 
	action returns a list of all users in OpenACS which can take 
	ages to render. With grant permissions the admin can set 
	permissions for a single user that he can search for. To use 
	acs-subsite/www/permissions/grant from any other page I 
	added the optional return_url parameter that redirects back 
	to that page where grant was called 

2004-10-28 josee

	* packages/acs-subsite/www/admin/site-map/index.tcl:
	fixing bug #2139 (link causing problems) 

2004-10-28 enriquec

	* packages/acs-authentication/tcl/authentication-procs.tcl:
	fixing typo (ref.bug#2088): datta_error -&gt; data_error 

2004-10-27 jader

	* packages/acs-core-docs/www/xml/install-guide/software.xml:
	Marks postgres 7.4 as compatible with OpenACS 5 and 5.1 

2004-10-26 lars

	* packages/acs-tcl/tcl/utilities-procs.tcl:
	Set the user message *before* redirecting, so the message 
	will reliably show up on the next request 

2004-10-25 jader

	* packages/acs-core-docs/www/xml/developers-guide/tutorial.xml:
	Added link to package structure from tutorial. 

2004-10-24 michaels

	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              