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 >= 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 -> Tcl -> 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 < 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 !>>>!notifications.notif_date < 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 "
" 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 ( 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 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
to
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 -> 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 => group mappings are needed and membership_rel requires person => 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 > 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 -> 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 -> 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 -> 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:   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 ">>>>>>" ( 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 > completed and essentially non-functional code (hard-wired references to > 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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) -> 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
to have it vertically (and not horizontally) and some