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 "<div>" 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 (<if @::array.field@ not nil> 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 <list> 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 <br/> to <br> 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 <br> to have it vertically (and not horizontally) and some <label> tags. Provided by Olga Santos (ocsantos@dia.uned.es) * packages/acs-templating/resources/forms/accessible-forms.adp: branches: 1.1.2; file accessible-forms.adp was initially added on branch oacs-5-2. 2006-05-22 maltes * packages/acs-subsite/tcl/group-procs.tcl: Added group::group_p function 2006-05-21 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Added group sending support * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Enabled support for party_ids also containing groups 2006-05-21 donb * packages/acs-subsite/lib/login.adp: Removed a dangling </p> that was found by Olga. * packages/acs-templating/resources/forms/inline.adp: Removed a dangling </table> (found by Olga) 2006-05-20 donb * etc/config.tcl: Changed db pool config to keep handles open forever rather than a billion seconds. A billion seconds from mid-May 2006 is 2038, so folks were running into the Unix Y2.038K bug a few decades early. That billion number was originally picked because 0 (keep open forever) didn't work in earlier versions of AOLserver. Early versions of the Oracle client interface on Linux used to hang when the handle was closed, thus the need to keep them open "forever". Turns out it's a good idea anyway if the db library and the appropriate db driver for AOLserver don't leak memory. Both PG and Oracle have been well-behaved in this respect, so we just keep the db handles open indefinitely by default. 2006-05-19 gustafn * packages/acs-templating/tcl/richtext-procs.tcl: * www/blank-master.adp: * www/blank-master.tcl: Provide means for a more detailed configuration of the xinha widget (e.g. to reduce toolbar, to configure plugins, etc.) 2006-05-17 vinodk * packages/acs-automated-testing/tcl/aa-test-procs.tcl: aa_export_vars takes a list of arguments 2006-05-16 gustafn * packages/acs-templating/www/resources/mktree.js: Avoid multiple registry of convertTrees, causing multiple +/- bullets be displayed, when the .js file is loaded multiple times. Some recent changes in dotlrn causes now mktree to be sourced from the dotlrn-main-portlet via dotlrn_master__header_stuff; tested with safari, firefox 1.5, firefox 1.0 and IE 6.0 2006-05-15 maltes * packages/acs-mail-lite/acs-mail-lite.info: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Upgraded version to be on the save side for dependencies. FIxed boolean logic mistake * packages/acs-templating/acs-templating.info: You need to bump the version number for new parameters to be loaded into the database 2006-05-14 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Support for using party_ids instead of email addresses with complex_send. Upgraded callback 2006-05-14 gustafn * packages/acs-templating/acs-templating.info: * packages/acs-templating/tcl/richtext-procs.tcl: Added two package parameters: RichTextEditor (values "rte" or "xinha") and XinhaDefaultPlugins (list of plugins to be used per default, when xinha is selected) Per default the behavior is unchanged, rte is used. 2006-05-13 roelc * packages/acs-subsite/tcl/email-image-procs-oracle.xql: * packages/acs-subsite/tcl/email-image-procs-postgresql.xql: * packages/acs-subsite/tcl/email-image-procs.tcl: * packages/acs-subsite/tcl/email-image-procs.xql: Fixed edit_email identifiers in tcl and xql files 2006-05-13 maltes * packages/acs-subsite/tcl/party-procs.tcl: * packages/acs-subsite/tcl/party-procs.xql: * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/community-core-procs.xql: Added party::name and enhanced person::name * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql: move to using smtp for complex_send. Support for single_mail flag. Support for bcc and cc emails 2006-05-11 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Added support to send files from the filesystem instead of cr_items to complex_send 2006-05-09 maltes * packages/acs-translations/acs-translations.info: Fixed version numbers and make sure we provide 5.2.3b2 2006-05-08 donb * packages/acs-subsite/acs-subsite.info: Added missing dependency * packages/acs-lang/acs-lang.info: * packages/acs-translations/acs-translations.info: acs-translations is required by core packages (i.e. acs-subsite), but was not made part of acs-core in CVSROOT/modules. As a core package, I have given it the current 5.2.3b2 version number, and I made acs-lang depend on it. And I made acs-subsite depend on acs-lang, as it should. 2006-05-05 daveb * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: Add test for content::item::rename for bug#2906. * packages/acs-content-repository/tcl/content-item-procs.tcl: Call content_item__edit_name instead of content_item__rename. Fixed bug#2906. 2006-05-03 maltes * packages/acs-mail-lite/acs-mail-lite.info: Added support for including files in e-mail sending from a predefined folder. This is useful if you want to have the option to include some marketing or legal documents in most of your e-mails 2006-05-03 donb * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: Committing openacs 5.2.3 release candidate 1 (named beta 2 because we don't support "rc" versions properly within the toolkit, something that should change) * ChangeLog: * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/xml/variables.ent: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: Need to finish release work on Linux, since OS/X "cp" has no option to only copy new versions of files. 2006-05-02 leed * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Fixed a problem in callbacks; implementations always call the contract definitions arg parser, but in the case where the contract only had positional arguments the arg parser was not defined. 2006-05-01 victorg * packages/acs-authentication/acs-authentication.info: * packages/acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.en_AU.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.eu_ES.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.fr_FR.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.hi_IN.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.hu_HU.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.ind_ID.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.ms_MY.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.nn_NO.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.no_NO.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.pa_IN.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.pt_BR.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.ro_RO.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.ru_RU.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.tr_TR.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.zh_TW.utf-8.xml: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_AU.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.hi_IN.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.pa_IN.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml: * packages/acs-lang/acs-lang.info: * packages/acs-lang/catalog/acs-lang.ar_EG.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ar_LB.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.en_AU.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.eu_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.fa_IR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml: * packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.hi_IN.utf-8.xml: * packages/acs-lang/catalog/acs-lang.hu_HU.utf-8.xml: * packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ja_JP.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ko_KR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ms_MY.utf-8.xml: * packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.pa_IN.utf-8.xml: * packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml: * packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml: * packages/acs-lang/catalog/acs-lang.sh_HR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.th_TH.utf-8.xml: * packages/acs-lang/catalog/acs-lang.tr_TR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.zh_CN.utf-8.xml: * packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml: * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.en_AU.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.eu_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.hi_IN.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ms_MY.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pa_IN.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.th_TH.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.en_AU.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.eu_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.hi_IN.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ind_ID.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ms_MY.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml: * packages/acs-templating/acs-templating.info: * packages/acs-templating/catalog/acs-templating.ar_LB.utf-8.xml: * packages/acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.en_AU.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.eu_ES.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.fi_FI.utf-8.xml: * packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.hi_IN.utf-8.xml: * packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml: * packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml: * packages/acs-templating/catalog/acs-templating.ms_MY.utf-8.xml: * packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.pa_IN.utf-8.xml: * packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.pt_PT.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.ro_RO.utf-8.xml: * packages/acs-templating/catalog/acs-templating.ru_RU.utf-8.xml: * packages/acs-templating/catalog/acs-templating.sh_HR.utf-8.xml: * packages/acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.tr_TR.utf-8.xml: * packages/acs-templating/catalog/acs-templating.zh_CN.utf-8.xml: * packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml: * packages/search/catalog/search.de_DE.ISO-8859-1.xml: * packages/search/catalog/search.en_US.ISO-8859-1.xml: * packages/search/catalog/search.es_ES.ISO-8859-1.xml: * packages/search/catalog/search.nl_NL.ISO-8859-1.xml: * packages/search/search.info: Updating translations from translate.openacs.org taking up version to 5.2.3b2 * packages/acs-authentication/catalog/acs-authentication.el_GR.utf-8.xml: branches: 1.1.2; file acs-authentication.el_GR.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-authentication/catalog/acs-authentication.hi_IN.utf-8.xml: branches: 1.1.2; file acs-authentication.hi_IN.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-authentication/catalog/acs-authentication.ind_ID.utf-8.xml: branches: 1.1.2; file acs-authentication.ind_ID.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-authentication/catalog/acs-authentication.nn_NO.ISO-8859-1.xml: branches: 1.1.2; file acs-authentication.nn_NO.ISO-8859-1.xml was initially added on branch oacs-5-2. * packages/acs-authentication/catalog/acs-authentication.no_NO.ISO-8859-1.xml: branches: 1.1.2; file acs-authentication.no_NO.ISO-8859-1.xml was initially added on branch oacs-5-2. * packages/acs-authentication/catalog/acs-authentication.pa_IN.utf-8.xml: branches: 1.1.2; file acs-authentication.pa_IN.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-authentication/catalog/acs-authentication.ro_RO.utf-8.xml: branches: 1.1.2; file acs-authentication.ro_RO.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-authentication/catalog/acs-authentication.ru_RU.utf-8.xml: branches: 1.1.2; file acs-authentication.ru_RU.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-authentication/catalog/acs-authentication.tr_TR.utf-8.xml: branches: 1.1.2; file acs-authentication.tr_TR.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-kernel/catalog/acs-kernel.hi_IN.utf-8.xml: branches: 1.1.2; file acs-kernel.hi_IN.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-kernel/catalog/acs-kernel.pa_IN.utf-8.xml: branches: 1.1.2; file acs-kernel.pa_IN.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-lang/catalog/acs-lang.hi_IN.utf-8.xml: branches: 1.1.2; file acs-lang.hi_IN.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-lang/catalog/acs-lang.pa_IN.utf-8.xml: branches: 1.1.2; file acs-lang.pa_IN.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-subsite/catalog/acs-subsite.hi_IN.utf-8.xml: branches: 1.1.2; file acs-subsite.hi_IN.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-subsite/catalog/acs-subsite.pa_IN.utf-8.xml: branches: 1.1.2; file acs-subsite.pa_IN.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-subsite/catalog/acs-subsite.th_TH.utf-8.xml: branches: 1.1.2; file acs-subsite.th_TH.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-tcl/catalog/acs-tcl.hi_IN.utf-8.xml: branches: 1.1.2; file acs-tcl.hi_IN.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-tcl/catalog/acs-tcl.ind_ID.utf-8.xml: branches: 1.1.2; file acs-tcl.ind_ID.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-templating/catalog/acs-templating.hi_IN.utf-8.xml: branches: 1.1.2; file acs-templating.hi_IN.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-templating/catalog/acs-templating.pa_IN.utf-8.xml: branches: 1.1.2; file acs-templating.pa_IN.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-templating/catalog/acs-templating.ru_RU.utf-8.xml: branches: 1.1.2; file acs-templating.ru_RU.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-templating/catalog/acs-templating.sh_HR.utf-8.xml: branches: 1.1.2; file acs-templating.sh_HR.utf-8.xml was initially added on branch oacs-5-2. * packages/acs-templating/catalog/acs-templating.tr_TR.utf-8.xml: branches: 1.1.2; file acs-templating.tr_TR.utf-8.xml was initially added on branch oacs-5-2. * packages/search/catalog/search.nl_NL.ISO-8859-1.xml: branches: 1.1.2; file search.nl_NL.ISO-8859-1.xml was initially added on branch oacs-5-2. 2006-04-27 matthewg * packages/acs-subsite/www/resources/core.js: adding showCalendarWithDefault javascript proc so that a default date can be set when the calendar first pops up * packages/acs-templating/tcl/date-procs.tcl: adding textdate widget and associated transform, validate and util procs * packages/acs-templating/tcl/date-procs.tcl: changing textdate showCalendar javascript proc to showCalendarWithDefault and setting the default date the calendar should go to * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: * packages/acs-templating/tcl/date-procs.tcl: localizing validation errors for date and textdate widgets 2006-04-25 hamiltonc * packages/acs-subsite/www/resources/core.js: apply fixes to get the mini calendar dhtml popup to work 2006-04-21 emmar * packages/acs-templating/tcl/richtext-procs.tcl: substitute single-quote to double-quote for quoting atribute value of richtext element (#2882) 2006-04-19 roelc * packages/acs-content-repository/sql/postgresql/content-extlink.sql: content_name should be content__name 2006-04-18 eduardop * packages/acs-subsite/tcl/email-image-procs.tcl: remove faulty email_image::check_image_magick function and just test for it when exec 2006-04-14 donb * packages/acs-content-repository/tcl/content-folder-procs.tcl: Fixed bug #2768 by backporting the fix from HEAD to 5.2 2006-04-10 emmar * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql: branches: 1.1.2; file upgrade-5.2.3d1-5.2.3d2.sql was initially added on branch oacs-5-2. * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql: replacing content_template for package_id param 2006-04-10 donb * packages/acs-content-repository/sql/postgresql/content-type.sql: Applied patch supplied by Jeff Davis. 2006-04-09 donb * packages/acs-subsite/acs-subsite.info: 1. Bumped version to 5.2.3b1 2. Removed dependency made by Malte on acs-translations, a package that has not been added to acs-core, and which is currently empty on HEAD as well as the 5.2 branch. When it does something, restore the dependency and add the package to acs-core. * packages/acs-bootstrap-installer/bootstrap.tcl: Added check to make certain that xotcl-core is not sourced unless the xotcl aolserver module has been loaded. * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: Bumped version to 5.2.3b1 * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-package-dev.html: * packages/acs-core-docs/www/acs-plat-dev.html: * packages/acs-core-docs/www/analog-install.html: * packages/acs-core-docs/www/analog-setup.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/apm-requirements.html: * packages/acs-core-docs/www/automated-backup.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/backups-with-cvs.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/configuring-configuring-packages.html: * packages/acs-core-docs/www/configuring-configuring-permissions.html: * packages/acs-core-docs/www/configuring-install-packages.html: * packages/acs-core-docs/www/configuring-mounting-packages.html: * packages/acs-core-docs/www/configuring-new-site.html: * packages/acs-core-docs/www/contributing-code.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-guidelines.html: * packages/acs-core-docs/www/cvs-resources.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/database-management.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/dev-guide.html: * packages/acs-core-docs/www/doc-standards.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/eng-standards.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/for-everyone.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/general-documents.html: * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/i18n-design.html: * packages/acs-core-docs/www/i18n-introduction.html: * packages/acs-core-docs/www/i18n-overview.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/i18n-translators.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search-openfts.html: * packages/acs-core-docs/www/install-full-text-search-tsearch2.html: * packages/acs-core-docs/www/install-ldap-radius.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-next-backups.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-openacs-delete-tablespace.html: * packages/acs-core-docs/www/install-openacs-inittab.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-origins.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-pam-radius.html: * packages/acs-core-docs/www/install-php.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-resources.html: * packages/acs-core-docs/www/install-squirrelmail.html: * packages/acs-core-docs/www/install-ssl.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/install-tclwebtest.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/nxml-mode.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/object-system-design.html: * packages/acs-core-docs/www/object-system-requirements.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-cvs-concepts.html: * packages/acs-core-docs/www/openacs-overview.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/os-install.html: * packages/acs-core-docs/www/os-security.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-design.html: * packages/acs-core-docs/www/permissions-requirements.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/profile-code.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/releasing-openacs.html: * packages/acs-core-docs/www/releasing-package.html: * packages/acs-core-docs/www/remote-postgres.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/rp-design.html: * packages/acs-core-docs/www/rp-requirements.html: * packages/acs-core-docs/www/security-design.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/security-requirements.html: * packages/acs-core-docs/www/snapshot-backup.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites-design.html: * packages/acs-core-docs/www/subsites-requirements.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-admin-pages.html: * packages/acs-core-docs/www/tutorial-advanced.html: * packages/acs-core-docs/www/tutorial-caching.html: * packages/acs-core-docs/www/tutorial-categories.html: * packages/acs-core-docs/www/tutorial-comments.html: * packages/acs-core-docs/www/tutorial-css-layout.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-etp-templates.html: * packages/acs-core-docs/www/tutorial-future-topics.html: * packages/acs-core-docs/www/tutorial-hierarchical.html: * packages/acs-core-docs/www/tutorial-html-email.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-notifications.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/tutorial-parameters.html: * packages/acs-core-docs/www/tutorial-schedule-procs.html: * packages/acs-core-docs/www/tutorial-second-database.html: * packages/acs-core-docs/www/tutorial-specs.html: * packages/acs-core-docs/www/tutorial-upgrade-scripts.html: * packages/acs-core-docs/www/tutorial-upgrades.html: * packages/acs-core-docs/www/tutorial-vuh.html: * packages/acs-core-docs/www/tutorial-wysiwyg-editor.html: * packages/acs-core-docs/www/tutorial.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/update-repository.html: * packages/acs-core-docs/www/update-translations.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-4.6.3-to-5.html: * packages/acs-core-docs/www/upgrade-5-0-dot.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/upgrade-supporting.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/uptime.html: * packages/acs-core-docs/www/using-cvs-with-openacs.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: Generated HTML files for 5.2.3b1 * packages/acs-core-docs/www/xml/variables.ent: Version bump to 5.2.3b1 2006-04-08 jiml * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: added basic info about defining and using callbacks to docstring of ad_proc 2006-04-07 donb * packages/acs-bootstrap-installer/bootstrap.tcl: Added patch to load xotcl-core packages if xotcl-core exists * packages/acs-content-repository/sql/postgresql/content-update.sql: Fixed "bug" #2646. This code wasn't actually executed since the relevant table's created explicitly in another script ... * packages/acs-content-repository/sql/postgresql/content-schedule.sql: Fixed "bug" #2747. The code was never called and was just a stub that hadn't been ported to PG, but I removed it so future people with sharp eyes don't look at it and report the "bug" again. * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/postgresql/apm-create.sql: Fixed bug #2745 * packages/ref-timezones/sql/postgresql/ref-timezones-create.sql: * packages/ref-timezones/sql/postgresql/upgrade/upgrade-5.2.2-5.2.3b1.sql: Fixed bug #2748 * packages/ref-timezones/ref-timezones.info: * packages/ref-timezones/sql/postgresql/ref-timezones-create.sql: * packages/ref-timezones/sql/postgresql/upgrade/upgrade-5.2.2-5.2.3b1.sql: Fixed bug #2749. * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.2-5.2.3b1.sql: Forgot to cvs add my upgrade file ... * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.2-5.2.3b1.sql: * packages/ref-timezones/sql/postgresql/upgrade/upgrade-5.2.2-5.2.3b1.sql: branches: 1.1.2; file upgrade-5.2.2-5.2.3b1.sql was initially added on branch oacs-5-2. 2006-04-04 maltes * packages/acs-content-repository/tcl/content-item-procs.tcl: Fixing file upload, storing the full filename as the title, getting rid of the problem of the regsub killing some characters 2006-03-31 hamiltonc * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: fix for bug 2843, this bug causes problems when trying to change authentication parameters 2006-03-30 maltes * etc/backup.sh: Added vaccumdb to backup 2006-03-30 emmar * packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml: fix #2829: galician-portugese lang 2006-03-30 dedsc * packages/acs-subsite/lib/login.tcl: fix misnamed parameter 2006-03-29 emmar * packages/acs-content-repository/tcl/content-revision-procs-oracle.xql: Added missing query item_id * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b6-5.2.0b7.sql: branches: 1.1.2; file upgrade-5.2.0b6-5.2.0b7.sql was initially added on branch oacs-5-2. * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0b9-5.2.0b10.sql: branches: 1.1.2; file upgrade-5.2.0b9-5.2.0b10.sql was initially added on branch oacs-5-2. * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0b9-5.2.0b10.sql: fix #2869: upgrade script for acs-data-link * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b6-5.2.0b7.sql: fix #2870, #2868: upgrade script for image and content_extlink packages * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: fix content_item.new call in content_folder.new 2006-03-28 victorg * packages/acs-tcl/tcl/server-cluster-procs.tcl: Scheduling server_cluster_do_httpget in all servers in order to get clustering working well. Setting to true all_servers switch when scheduling server_cluster_do_httpget. 2006-03-27 donb * packages/acs-kernel/sql/postgresql/acs-metadata-create.sql: 1. Copy site template when cloning a community 2. Updated a bunch of dependency files 2006-03-19 daveb * packages/acs-tcl/tcl/html-email-procs.tcl: Mime encode periods at the beginning of a line within message text. This is most noticable if the line breaks in the middle of a URL. 2006-03-17 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: support for CC emails 2006-03-16 ncarroll * packages/notifications/notifications.info: Updated notifications dependency on acs-mail-lite. 2006-03-16 maltes * packages/acs-mail-lite/acs-mail-lite.info: branches: 1.10.2.2.4; Merged -no_callback_p and fixed_sender from HEAD * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: branches: 1.18.2.6.4; Merged -no_callback_p and fixed_sender from HEAD 2006-03-15 ncarroll * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Added TCLLIB install to docs. Resolves BUG #2616. 2006-03-12 victorg * packages/acs-lang/tcl/lang-message-procs.tcl: typo in error message. 2006-03-12 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-init.tcl: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql: Added rollout support. Couple of minor changes 2006-03-11 donb * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-metadata-create.sql: * packages/acs-kernel/sql/postgresql/acs-metadata-create.sql: Added db cache size parameter 2006-03-11 daveb * packages/search/tcl/search-procs.tcl: Add callback check so indexer works. * packages/intermedia-driver/sql/oracle/load-site-wide-search: branches: 1.2.2; Remove search package files from intermedia-driver 2006-03-09 roelc * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: Added 'common_Last' and 'common_last' keys 2006-03-09 maltes * packages/ref-countries/ref-countries.info: * packages/ref-countries/tcl/ref-countries-procs.tcl: Added smart procedure for getting the country code * packages/ref-countries/tcl/ref-countries-procs.tcl: branches: 1.1.2; file ref-countries-procs.tcl was initially added on branch oacs-5-2. 2006-03-09 eduardop * packages/acs-subsite/acs-subsite.info: add dependency to acs-translations from acs-subsite 2006-03-03 matthewg * packages/acs-tcl/tcl/application-data-link-procs.xql: fixing typo, application_data_link::get.linked_objects was supposed to look for object_id not package_id 2006-03-03 donb * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: Conditionalized tests of bindvar emulation so they're not run for Oracle. Two of them don't work for Oracle (tries to do a "select" in db_exec_plsql) and since Oracle's definition of bindvar semantics defines the emulation semantics it seems silly to test if Oracle adheres to them or not :) 2006-03-01 donb * packages/acs-tcl/tcl/install-procs.tcl: The set-parameter procedure calls parameter::set_value, which returns the newly set value. When a Tcl proc has no explicit return statement, as was true of set-parameter, the value of the last expression is returned. In other words, the value of the parameter. Which messed up the HTML sent up the pipe to the browser being used to install OpenACS. 2006-02-28 donb * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: Added a simple caching mechanism to the database API as discussed (and approved) in TIP #57 many, many moons ago. Commands which are cache-enabled are db_string, db_0or1row, db_1row, db_list, db_list_of_lists, and db_multirow. * packages/acs-tcl/tcl/database-init.tcl: branches: 1.2.2; Added a simple caching mechanism to the database API as discussed (and approved) in TIP #57 many, many moons ago. Commands which are cache-enabled are db_string, db_0or1row, db_1row, db_list, db_list_of_lists, and db_multirow. 2006-02-27 vinodk * packages/acs-tcl/tcl/apm-procs.tcl: Add procs to calculate code metrics about a package 2006-02-27 michaels * etc/backup.sh: quote vars to ensure there are at least empty strings present when testing; use single = for string comparisons 2006-02-26 michaels * etc/backup.sh: add some logic to gather free disk space when the backup partition string is so long it forces df output to wrap 2006-02-24 daveb * packages/acs-admin/www/install/install.tcl: Fix check for maturity procedure so maturity is shown in Installer. 2006-02-20 roelc * packages/acs-templating/resources/lists/table.adp: Don't display group by label if empty 2006-02-20 michaels * etc/config.tcl: backout accidental commit of my config.tcl * etc/backup.sh: * etc/config.tcl: change order of arguments to tar; add comment to script about getting free space from partitions with long names (i.e. logical volumes) * etc/backup.sh: variable misnamed in default backup script 2006-02-20 matthewg * packages/acs-subsite/tcl/party-procs.tcl: removing typo dependence on contacts package in party::email 2006-02-19 michaels * etc/keepalive/keepalive-config.tcl: * etc/keepalive/keepalive-cron.sh: * etc/keepalive/keepalive.sh: remove duplicate keepalive script and make the one that stays a little more robust (and less chatty) 2006-02-19 jiml * packages/acs-tcl/tcl/openacs-kernel-procs.tcl: alter csv_foreach so it properly handles continue, break, error, return 2006-02-18 michaels * packages/acs-mail-lite/acs-mail-lite.info: update .info file and tag for 5.2 release 2006-02-17 gustafn * packages/acs-templating/www/resources/xinha-nightly/images/fr/bold.gif: branches: 1.1.2; file bold.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/empty: branches: 1.1.2; file empty was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/ru.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/ru.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/ru.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/ru.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/ru.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/ru.js: branches: 1.1.2; file ru.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/fr/strikethrough.gif: branches: 1.1.2; file strikethrough.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/fr/underline.gif: branches: 1.1.2; file underline.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/dialog.js: * packages/acs-templating/www/resources/xinha-nightly/htmlarea.css: * packages/acs-templating/www/resources/xinha-nightly/htmlarea.js: * packages/acs-templating/www/resources/xinha-nightly/images/fr/bold.gif: * packages/acs-templating/www/resources/xinha-nightly/images/fr/strikethrough.gif: * packages/acs-templating/www/resources/xinha-nightly/images/fr/underline.gif: * packages/acs-templating/www/resources/xinha-nightly/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/ru.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/ru.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/ru.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/imagelist.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/ru.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/ru.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/lang/empty: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl: * packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/popups/paste_text.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/ru.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js: * packages/acs-templating/www/resources/xinha-nightly/popups/popup.js: upgrading xinha to the current snapshot 2006-02-17 donb * packages/acs-templating/tcl/parse-procs.tcl: branches: 1.40.2; Parse level wasn't being popped off if an included template triggered an error. This broke my version of the portals package which uses includes rather than generate stuff via explicit calls in Tcl as the new-portals package did. 2006-02-13 michaels * packages/notifications/notifications.info: branches: 1.29.2.6.4; bump version and tag for 5.2 2006-02-13 jiml * packages/acs-templating/www/doc/demo/index.html: * packages/acs-templating/www/doc/demo/list9/add-edit.adp: * packages/acs-templating/www/doc/demo/list9/add-edit.xql: * packages/acs-templating/www/doc/demo/list9/delete-oracle.xql: * packages/acs-templating/www/doc/demo/list9/delete-postgresql.xql: * packages/acs-templating/www/doc/demo/list9/delete.tcl: * packages/acs-templating/www/doc/demo/list9/index-oracle.xql: * packages/acs-templating/www/doc/demo/list9/index-postgresql.xql: * packages/acs-templating/www/doc/demo/list9/index.adp: * packages/acs-templating/www/doc/demo/list9/index.tcl: * packages/acs-templating/www/doc/demo/list9/view-one.adp: * packages/acs-templating/www/doc/demo/list9/view-one.tcl: Add 9th and final row to listbuilder demo: add page group caching to pagination * packages/acs-templating/www/doc/demo/index.html: * packages/acs-templating/www/doc/demo/list8/add-edit.adp: * packages/acs-templating/www/doc/demo/list8/add-edit.tcl: * packages/acs-templating/www/doc/demo/list8/add-edit.xql: * packages/acs-templating/www/doc/demo/list8/delete-oracle.xql: * packages/acs-templating/www/doc/demo/list8/delete-postgresql.xql: * packages/acs-templating/www/doc/demo/list8/delete.tcl: * packages/acs-templating/www/doc/demo/list8/index-oracle.xql: * packages/acs-templating/www/doc/demo/list8/index-postgresql.xql: * packages/acs-templating/www/doc/demo/list8/index.adp: * packages/acs-templating/www/doc/demo/list8/index.tcl: * packages/acs-templating/www/doc/demo/list8/view-one.adp: * packages/acs-templating/www/doc/demo/list8/view-one.tcl: Add eighth row to listbuilder demo: add non-cached pagination * packages/acs-templating/www/doc/demo/list7/index.tcl: Enhanced narrative text; changed filter name to color_filter_value to be less confusing and because I think it was conflicting with the incoming color value from the table. * packages/acs-templating/www/doc/demo/list9/add-edit.tcl: branches: 1.1.2; Add 9th and final row to listbuilder demo: add page group caching to pagination * packages/acs-templating/www/doc/demo/list8/add-edit.tcl: branches: 1.3.2; revert file to version 1.1 * packages/acs-templating/www/doc/demo/list7/delete.tcl: * packages/acs-templating/www/doc/demo/list8/add-edit.tcl: * packages/acs-templating/www/doc/demo/list8/delete.tcl: * packages/acs-templating/www/doc/demo/list8/index.tcl: delete should use template_demo_note as type, not note * packages/acs-templating/www/doc/demo/list7/delete.tcl: * packages/acs-templating/www/doc/demo/list8/delete.tcl: finish fixing delete * packages/acs-templating/sql/postgresql/template-demo-notes-create.sql: fix typo in the define_function_args call for template_demo_notes__new: if you want to use package_instantiate_object using some type <t>, then your call to define_function_args for <t>__new needs to have the object_type parameter defaulting to <t> * packages/acs-templating/www/doc/demo/list8/delete.tcl: revert file to be same as vers 1.3 2006-02-12 jiml * packages/acs-templating/www/doc/demo/list7/index.tcl: Add the color purple to the possible filter values * packages/acs-templating/www/doc/demo/index.html: * packages/acs-templating/www/doc/demo/list7/add-disabled.gif: * packages/acs-templating/www/doc/demo/list7/add-edit.adp: * packages/acs-templating/www/doc/demo/list7/add-edit.xql: * packages/acs-templating/www/doc/demo/list7/add.gif: * packages/acs-templating/www/doc/demo/list7/blank.gif: * packages/acs-templating/www/doc/demo/list7/delete-oracle.xql: * packages/acs-templating/www/doc/demo/list7/delete-postgresql.xql: * packages/acs-templating/www/doc/demo/list7/delete.tcl: * packages/acs-templating/www/doc/demo/list7/index-oracle.xql: * packages/acs-templating/www/doc/demo/list7/index-postgresql.xql: * packages/acs-templating/www/doc/demo/list7/index.adp: * packages/acs-templating/www/doc/demo/list7/index.tcl: * packages/acs-templating/www/doc/demo/list7/view-one.adp: * packages/acs-templating/www/doc/demo/list7/view-one.tcl: * packages/acs-templating/www/doc/demo/list7/x-disabled.gif: * packages/acs-templating/www/doc/demo/list7/x.gif: add 7th row of listbuilder demo: add a filter (needs oracle test) * packages/acs-templating/www/doc/demo/list7/add-edit.tcl: branches: 1.1.2; add 7th row of listbuilder demo: add a filter (needs oracle test) * packages/acs-templating/www/doc/demo/list6/add-edit.tcl: branches: 1.2.2; finish up, make sure the add-edit.tcl refers to template_demo_note, not note 2006-02-11 victorg * packages/acs-lang/acs-lang.info: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.2.2d1-5.2.2d2.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.2.2d1-5.2.2d2.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.2.3d1-5.2.3d2.sql: Fixing version from 5.2.2d2 to 5.2.3d2 ( We are releasing 5.2.3, not 5.2.2 :) ). Adding correct upgrade files. * packages/acs-lang/sql/oracle/upgrade/upgrade-5.2.3d1-5.2.3d2.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.2.3d1-5.2.3d2.sql: branches: 1.1.2; file upgrade-5.2.3d1-5.2.3d2.sql was initially added on branch oacs-5-2. 2006-02-10 jiml * packages/acs-templating/www/doc/demo/index.html: * packages/acs-templating/www/doc/demo/list6/add-disabled.gif: * packages/acs-templating/www/doc/demo/list6/add-edit.adp: * packages/acs-templating/www/doc/demo/list6/add-edit.tcl: * packages/acs-templating/www/doc/demo/list6/add-edit.xql: * packages/acs-templating/www/doc/demo/list6/add.gif: * packages/acs-templating/www/doc/demo/list6/blank.gif: * packages/acs-templating/www/doc/demo/list6/delete-oracle.xql: * packages/acs-templating/www/doc/demo/list6/delete-postgresql.xql: * packages/acs-templating/www/doc/demo/list6/delete.tcl: * packages/acs-templating/www/doc/demo/list6/index-oracle.xql: * packages/acs-templating/www/doc/demo/list6/index-postgresql.xql: * packages/acs-templating/www/doc/demo/list6/index.adp: * packages/acs-templating/www/doc/demo/list6/index.tcl: * packages/acs-templating/www/doc/demo/list6/view-one.adp: * packages/acs-templating/www/doc/demo/list6/view-one.tcl: * packages/acs-templating/www/doc/demo/list6/x-disabled.gif: * packages/acs-templating/www/doc/demo/list6/x.gif: Add 6th row of listbuilder demo, adding non-bulk action to add new note. Having a problem where the sql of adding a new note tells the wrong type to template_demo_note__new(); this happens somewhere in the call to package_instantiate_object in the -new_data section of the form in add-edit.tcl * packages/acs-templating/sql/oracle/demo-create.sql: Turn on the data model loading under oracle. (yes, BOLD move :) * packages/acs-templating/www/doc/demo/list6/add-edit.xql: add support for color column in the queries to get a note and update one * packages/acs-templating/www/doc/demo/list2/index-oracle.xql: correct no-data situation in where clause of oracle query * packages/acs-templating/www/doc/demo/list6/delete.tcl: fix typos: note should really be template_demo_note * packages/acs-templating/www/doc/demo/list1a/index-oracle.xql: * packages/acs-templating/www/doc/demo/list1b/index-oracle.xql: * packages/acs-templating/www/doc/demo/list3/index-oracle.xql: * packages/acs-templating/www/doc/demo/list4/index-oracle.xql: * packages/acs-templating/www/doc/demo/list5/index-oracle.xql: * packages/acs-templating/www/doc/demo/list6/index-oracle.xql: in some queries oracle claimed the title column ambiguous; fixed. in third thru sixth rows, got the orderby clause from listbuilder (oracle) 2006-02-10 daveb * etc/config.tcl: Set maxinput in nsopenssl module as well as nssock. 2006-02-09 maltes * packages/acs-lang/tcl/lang-util-procs.tcl: Added procedure to create edit url for message keys 2006-02-09 jiml * packages/acs-templating/www/doc/demo/index.html: * packages/acs-templating/www/doc/demo/list5/add-disabled.gif: * packages/acs-templating/www/doc/demo/list5/add-edit.adp: * packages/acs-templating/www/doc/demo/list5/add-edit.xql: * packages/acs-templating/www/doc/demo/list5/add.gif: * packages/acs-templating/www/doc/demo/list5/blank.gif: * packages/acs-templating/www/doc/demo/list5/delete-oracle.xql: * packages/acs-templating/www/doc/demo/list5/delete-postgresql.xql: * packages/acs-templating/www/doc/demo/list5/delete.tcl: * packages/acs-templating/www/doc/demo/list5/index-oracle.xql: * packages/acs-templating/www/doc/demo/list5/index-postgresql.xql: * packages/acs-templating/www/doc/demo/list5/index.adp: * packages/acs-templating/www/doc/demo/list5/index.tcl: * packages/acs-templating/www/doc/demo/list5/view-one.adp: * packages/acs-templating/www/doc/demo/list5/view-one.tcl: Add fifth row of listbuilder demos: add "delete checked notes" as bulk action * packages/acs-templating/sql/postgresql/template-demo-notes-create.sql: activate the inserting of sample data on the postgres side; it works. * packages/acs-templating/www/doc/demo/index.html: * packages/acs-templating/www/doc/demo/list4/index-oracle.xql: * packages/acs-templating/www/doc/demo/list4/index-postgresql.xql: * packages/acs-templating/www/doc/demo/list4/index.adp: * packages/acs-templating/www/doc/demo/list4/index.tcl: * packages/acs-templating/www/doc/demo/list4/view-one.adp: * packages/acs-templating/www/doc/demo/list4/view-one.tcl: add fourth row to template demo page: link title to detail page * packages/acs-templating/www/doc/demo/list5/add-edit.tcl: branches: 1.1.2; Add fifth row of listbuilder demos: add "delete checked notes" as bulk action * packages/acs-templating/sql/oracle/template-demo-notes-create.sql: fix silly typos * packages/acs-templating/sql/oracle/template-demo-notes-sample.sql: for oracle it's sysdate, not now()... corrected those. * packages/acs-templating/sql/postgresql/demo-create.sql: * packages/acs-templating/sql/postgresql/template-demo-notes-create.sql: move the sample data include to where it belongs; reformat some code 2006-02-09 hughb * packages/acs-templating/sql/oracle/template-demo-notes-sample.sql: fix Oracle bug (procedure cannot return a value) * packages/acs-templating/sql/oracle/template-demo-notes-create.sql: fix typos 2006-02-09 gustafn * packages/acs-tcl/tcl/request-processor-procs.tcl: compatibility update for naviserver 4.99.1 or newer 2006-02-08 jiml * packages/acs-templating/sql/oracle/demo-create.sql: arrange to load sample data; commented out for now * packages/acs-templating/sql/oracle/template-demo-notes-sample.sql: create listbuilder sample data for oracle 2006-02-06 victorg * packages/acs-tcl/tcl/20-memoize-init.tcl: * packages/acs-tcl/tcl/memoize-procs.tcl: Moving definition of util_memoize_flush from memoize-procs.tcl to 20-memoize-init.tcl. server_cluster_httpget_from_peers proc was not defined when loading memoize procs. This issue is related to bug #2396. 2006-02-06 jiml * packages/acs-templating/sql/oracle/template-demo-notes-create.sql: * packages/acs-templating/sql/postgresql/template-demo-notes-create.sql: * packages/acs-templating/sql/postgresql/template-demo-notes-drop.sql: * packages/acs-templating/sql/postgresql/template-demo-notes-sample.sql: * packages/acs-templating/www/doc/demo/index.html: * packages/acs-templating/www/doc/demo/list2/index-oracle.xql: * packages/acs-templating/www/doc/demo/list2/index-postgresql.xql: * packages/acs-templating/www/doc/demo/list2/index.tcl: add column "color" to template_demo_notes table; add display for it in list2, add html row for list3 to the demo/index file * packages/acs-templating/www/doc/demo/list3/index-oracle.xql: * packages/acs-templating/www/doc/demo/list3/index-postgresql.xql: * packages/acs-templating/www/doc/demo/list3/index.adp: * packages/acs-templating/www/doc/demo/list3/index.tcl: add list3, the third row in the demo/index, showing orderbys * packages/acs-templating/sql/oracle/demo-create.sql: disabled loading the renamed notes package, as it's untested on oracle * packages/acs-templating/sql/postgresql/template-demo-notes-create.sql: * packages/acs-templating/sql/postgresql/template-demo-notes-drop.sql: * packages/acs-templating/sql/postgresql/template-demo-notes-sample.sql: * packages/acs-templating/sql/postgresql/template-demo-notes-sc-create.sql: * packages/acs-templating/sql/postgresql/template-demo-notes-sc-drop.sql: fixed problem with sample data for acs-templating demos of listbuilder 2006-02-05 jiml * packages/acs-templating/sql/postgresql/template-demo-notes-create.sql: * packages/acs-templating/sql/postgresql/template-demo-notes-sample.sql: * packages/acs-templating/sql/postgresql/template-demo-notes-sc-create.sql: * packages/acs-templating/sql/postgresql/template-demo-notes-sc-drop.sql: fix typos in data model, add sample data for demo * packages/acs-templating/sql/postgresql/template-demo-notes-sample.sql: sample data is not working, so disable that function (so acs-templating can install...) 2006-02-04 jiml * packages/acs-templating/www/doc/demo/index.html: * packages/acs-templating/www/doc/demo/list1a/index-oracle.xql: * packages/acs-templating/www/doc/demo/list1a/index-postgresql.xql: * packages/acs-templating/www/doc/demo/list1a/index.adp: * packages/acs-templating/www/doc/demo/list1a/index.tcl: * packages/acs-templating/www/doc/demo/list1b/index-oracle.xql: * packages/acs-templating/www/doc/demo/list1b/index-postgresql.xql: * packages/acs-templating/www/doc/demo/list1b/index.adp: * packages/acs-templating/www/doc/demo/list1b/index.tcl: Add first listbuilder row in acs-templating demo page: Plain list, plain list using master template * packages/acs-templating/www/doc/demo/index.html: * packages/acs-templating/www/doc/demo/list2/index-oracle.xql: * packages/acs-templating/www/doc/demo/list2/index-postgresql.xql: * packages/acs-templating/www/doc/demo/list2/index.adp: * packages/acs-templating/www/doc/demo/list2/index.tcl: Add row to acs-templating demo page, showing that you can add columns to a list * packages/acs-templating/sql/oracle/demo-create.sql: * packages/acs-templating/sql/oracle/demo-drop.sql: * packages/acs-templating/sql/oracle/template-demo-notes-create.sql: * packages/acs-templating/sql/oracle/template-demo-notes-drop.sql: * packages/acs-templating/sql/postgresql/demo-create.sql: * packages/acs-templating/sql/postgresql/demo-drop.sql: * packages/acs-templating/sql/postgresql/template-demo-notes-create.sql: * packages/acs-templating/sql/postgresql/template-demo-notes-drop.sql: * packages/acs-templating/sql/postgresql/template-demo-notes-sc-create.sql: * packages/acs-templating/sql/postgresql/template-demo-notes-sc-drop.sql: notes-like data model for templating demo page to facilitate listbuilder tut 2006-02-04 daveb * packages/acs-content-repository/tcl/revision-procs.tcl: Allow png to be uploaded as images 2006-02-01 victorg * packages/acs-lang/acs-lang.info: * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.2.2d1-5.2.2d2.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.2.2d1-5.2.2d2.sql: Adding locales: es_CO, ind_ID, bg_BG, pa_IN * packages/acs-lang/sql/oracle/upgrade/upgrade-5.2.2d1-5.2.2d2.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.2.2d1-5.2.2d2.sql: branches: 1.1.2; file upgrade-5.2.2d1-5.2.2d2.sql was initially added on branch oacs-5-2. 2006-01-30 hughb * packages/acs-service-contract/www/binding-uninstall-oracle.xql: Fix Oracle bug -- oracle sql was calling a function where the only API is a procedure. Could never have worked. 2006-01-27 maltes * packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/community-core-procs.xql: reverting. not because I think I have to but because I'm just sick of discussing this minor change for ages 2006-01-27 hughb * packages/intermedia-driver/sql/oracle/search-ctxsys.sql: branches: 1.1.2; Add important ctxsys file 2006-01-27 daveb * packages/intermedia-driver/sql/oracle/load-site-wide-search: * packages/intermedia-driver/tcl/intermedia-procs.tcl: Add intermdia-driver Oracle search FtsEngineDriver * packages/intermedia-driver/intermedia-driver.info: * packages/intermedia-driver/sql/oracle/search-create.sql: * packages/intermedia-driver/sql/oracle/search-drop.sql: * packages/intermedia-driver/sql/oracle/search-from-scratch.sql: * packages/intermedia-driver/sql/oracle/search-index-create.sql: * packages/intermedia-driver/sql/oracle/search-index-drop.sql: * packages/intermedia-driver/sql/oracle/search-packages-create.sql: * packages/intermedia-driver/sql/oracle/search-packages-drop.sql: * packages/intermedia-driver/sql/oracle/search-sc-create.sql: * packages/intermedia-driver/sql/oracle/search-sc-drop.sql: * packages/intermedia-driver/sql/oracle/search-tables-create.sql: * packages/intermedia-driver/sql/oracle/search-tables-drop.sql: * packages/intermedia-driver/sql/oracle/syndication-create.sql: * packages/intermedia-driver/sql/oracle/syndication-drop.sql: branches: 1.1.2; Add intermdia-driver Oracle search FtsEngineDriver 2006-01-26 gustafn * packages/acs-templating/tcl/richtext-procs.tcl: fixed format menu and tested to following cases: with/without javascript, with/without UseHtmlAreaForRichtextP, with rte and xinha * packages/acs-templating/tcl/richtext-procs.tcl: fixing a typo (in depreciatged code), removing the text format box for richtext, when htmlarea_p is set (this will easily lead to a content type text/enhanced, where the real content generated from the rich text widget is in HTML; this can lead to errors in xowiki). * packages/acs-templating/tcl/richtext-procs.tcl: make xinha branch working, when javascript is turned off 2006-01-25 maltes * packages/acs-tcl/tcl/application-data-link-procs.xql: Added orderby * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/community-core-procs.xql: Allow usage of an email with multiple party_ids. Should not break existing sites (as they would have broken if you have an e-mail twice in the system * packages/acs-tcl/tcl/memoize-procs.tcl: changed notice to debug 2006-01-23 roelc * packages/acs-subsite/www/resources/site-master.css: Added admin-button classes 2006-01-18 hughb * packages/acs-content-repository/tcl/test/content-image-test-procs.tcl: branches: 1.1.2; file content-image-test-procs.tcl was initially added on branch oacs-5-2. * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.2-5.2.3d1.sql: branches: 1.1.2; file upgrade-5.2.2-5.2.3d1.sql was initially added on branch oacs-5-2. * packages/acs-content-repository/sql/oracle/content-image.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.2-5.2.3d1.sql: * packages/acs-content-repository/tcl/test/content-image-test-procs.tcl: fix non-nullable package id on image (package id should be nullable and it now is) 2006-01-18 donb * packages/acs-subsite/www/admin/site-map/application-new.tcl: Fixed a bug in the code to add an application, this has been here a long time, presumably most people are adding apps from the main page. 2006-01-17 daveb * packages/acs-templating/tcl/richtext-procs.tcl: Fix richtext to show Format widget on no RTE or no javascript. * ChangeLog: Update ChangeLog for 5.2.2 * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-guidelines.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-etp-templates.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/variables.ent: Updateing documentation for 5.2.2 * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: Updating info files for 5.2.2 2006-01-16 maltes * packages/acs-tcl/lib/page-error.tcl: Uncommented the whole line as it caused errors. We should not log the error messages if we are not sending emails anyway... 2006-01-16 donb * packages/acs-content-repository/sql/oracle/content-keyword.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0d16-5.2.0d17.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: Fixed 5.1->5.2 upgrade, all content repository tests now pass. 2006-01-16 daveb * packages/acs-core-docs/www/files/update-info.sh: Add example script to update info files for release. * ChangeLog: New changelog * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-guidelines.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-etp-templates.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/releasing-openacs.xml: Update documentation * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: Update release date * readme.txt: Update version number * packages/acs-core-docs/www/files/update-info.sh: branches: 1.1.2; file update-info.sh was initially added on branch oacs-5-2. 2006-01-12 dedsc * packages/acs-content-repository/sql/postgresql/content-type.sql: fix content_type__refresh_view to do a lowercase when selecting table_name. this was in the upgrade script for 5.2.0a1 to 5.2.0a2 but didn't find it's way here 2006-01-12 daveb * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: Remove code that guesses package_id based on parent_id * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: Remove code that guesses package_id based on parent_id. In almost all cases this will return null anyway. 2006-01-09 daveb * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/configuring-configuring-packages.html: * packages/acs-core-docs/www/configuring-configuring-permissions.html: * packages/acs-core-docs/www/configuring-install-packages.html: * packages/acs-core-docs/www/configuring-mounting-packages.html: * packages/acs-core-docs/www/contributing-code.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-guidelines.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search-openfts.html: * packages/acs-core-docs/www/install-full-text-search-tsearch2.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-cvs-concepts.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-css-layout.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-etp-templates.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/using-cvs-with-openacs.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: Regenerate docs for 5.2.1 * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: Update docs, bump info files for 5.2.1 2006-01-09 carlb * packages/acs-authentication/www/doc/ext-auth-install.html: * packages/acs-authentication/www/doc/ext-auth-ldap-install.html: * packages/acs-authentication/www/doc/ext-auth-pam-install.html: * packages/acs-authentication/www/doc/index.html: * packages/acs-authentication/www/doc/xml/install.xml: initial add of LDAP/Active Directory authN documentation 2006-01-08 daveb * packages/acs-content-repository/tcl/content-item-procs.tcl: Remove dependency on ad_conn. 2006-01-08 carlb * packages/acs-core-docs/www/xml/install-guide/postgres.xml: added a note about default system path in a section that was confusing new users 2006-01-07 maltes * packages/acs-content-repository/tcl/content-item-procs.tcl: Fixes #2771. Made sure creation_* parameters are passed on to content::revision::new 2006-01-05 donb * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d9-5.2.0d10.sql: Added create or replace of apm_package to the 5.2.0 version since we've not actually bumped acs-kernel.info yet ... 2006-01-05 daveb * packages/acs-kernel/acs-kernel.info: Bump version number * packages/acs-tcl/lib/page-error.tcl: Turn off emailing page errors. Whoever added this, please, please,please! add the paramtere for this and make it off by default. 2006-01-04 timoh * packages/acs-mail-lite/catalog/acs-mail-lite.de_DE.ISO-8859-1.xml: * packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml: * packages/acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: fixing mail sending 2006-01-04 donb * packages/acs-kernel/sql/oracle/acs-relationships-create.sql: Fixed malte/timo typo that broke oracle * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql: More 5.2 fixes for Oracle ... 2006-01-04 daveb * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b11-5.2.0b12.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b11-5.2.0b12.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: Fix upgrade. Move 5.2.0 stuff to 5.2.1 * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: Recreate apm package to match create scripts. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: Refresh content_revision view also, not just child types. * packages/acs-messaging/acs-messaging.info: * packages/acs-messaging/sql/oracle/acs-messaging-packages.sql: * packages/acs-messaging/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: Support root parent_id as -4 instead of 0. Postgresql doesn't have a default for parent_id so it doesn't get an upgrade script. * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: * packages/acs-messaging/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: branches: 1.1.2; file upgrade-5.2.1d1-5.2.1d2.sql was initially added on branch oacs-5-2. 2006-01-03 donb * packages/acs-bootstrap-installer/db-init-checks-oracle.tcl: Janine's addition of a real version check for Oracle was allocating a db handle from the default pool, which we don't require in OpenACS. I changed the test to grab a handle from the first available pool. 2006-01-03 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Handle & better, consistently add space around % * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b11-5.2.0b12.sql: Recreate content_keyword__new to support package_id. Refresh views and triggers. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b11-5.2.0b12.sql: Refresh insert views on upgrade since the definition has changed. * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b11-5.2.0b12.sql: Refresh views and triggers. Recreate content keyword to support package_id parameter * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b11-5.2.0b12.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b11-5.2.0b12.sql: branches: 1.1.2; file upgrade-5.2.0b11-5.2.0b12.sql was initially added on branch oacs-5-2. 2006-01-02 daveb * packages/acs-content-repository/acs-content-repository.info: Bump to corect version number. * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: Fix apm_package__new on upgrade to match new install * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b10-5.2.0b11.sql: Make sure beta testers also get fixed apm_package__new * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b10-5.2.0b11.sql: branches: 1.1.2; file upgrade-5.2.0b10-5.2.0b11.sql was initially added on branch oacs-5-2. 2006-01-01 gustafn * packages/acs-templating/www/resources/xinha-nightly/lang/sh.js: * packages/acs-templating/www/resources/xinha-nightly/lang/sr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/InsertSnippet.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/img/ed_snippet.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/insert-snippet.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/popups/insertsnippet.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.php: adding new files of xinha nightly (new plugin InsertSnippet) * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/InsertSnippet.css: branches: 1.1.2; file InsertSnippet.css was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/lang/de.js: branches: 1.1.2; file de.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/img/ed_snippet.gif: branches: 1.1.2; file ed_snippet.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/insert-snippet.js: branches: 1.1.2; file insert-snippet.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/popups/insertsnippet.html: branches: 1.1.2; file insertsnippet.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/sh.js: branches: 1.1.2; file sh.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.html: branches: 1.1.2; file snippets.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.js: branches: 1.1.2; file snippets.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSnippet/snippets.php: branches: 1.1.2; file snippets.php was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/sr.js: branches: 1.1.2; file sr.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/dialog.js: * packages/acs-templating/www/resources/xinha-nightly/examples/Extended.html: * packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-body.html: * packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-menu.php: * packages/acs-templating/www/resources/xinha-nightly/examples/ext_example.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/InsertPicture.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/insert-picture.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/list-type.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/aspell_setup.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js: * packages/acs-templating/www/resources/xinha-nightly/popups/about.html: * packages/acs-templating/www/resources/xinha-nightly/popups/popup.js: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/skin.css: upgrade to the current xinha-nightly version 2005-12-29 maltes * etc/config.tcl: Added check for libthread library * packages/acs-content-repository/acs-content-repository.info: Error in the requires section * packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml: Updated translations and fixed two strings in English 2005-12-29 jader * etc/config.tcl: Unify the maxinput and recvwait parameters between nsopenssl and normal connections. 2005-12-29 daveb * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: Changes to make the root of parentless items = -4 (security context root) instead of 0 (unregistered visitor) Sites upgradeed from 4.6-4.6.1 have been operating with -4 as the parent_id for years (for example openacs.org) while new installs had parent_id = 0. This caused problems with the new package_id code that calls content_item__get_root_folder which was assuming the root = 0. It looks like the new install code did not accomodate parent_id=-4 and that is now fixed. Needs testing on Oracle. * packages/acs-content-repository/acs-content-repository.info: Update info file so new upgrade script will run. * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.1d1-5.2.1d2.sql: branches: 1.1.2; file upgrade-5.2.1d1-5.2.1d2.sql was initially added on branch oacs-5-2. 2005-12-28 gustafn * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: Basic compatibility with naviserver 4.99.0 (some packages with filters will need similar fixes) 2005-12-27 maltes * packages/acs-tcl/tcl/utilities-procs.tcl: Added util::find_all_files 2005-12-23 maltes * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: Fix #2751 2005-12-19 maltes * packages/acs-lang/sql/postgresql/ad-locales.sql: Added swiss locale * packages/acs-lang/tcl/lang-catalog-procs.tcl: It does not make sense to export acs-translations at all because the object_ids are different from site tot site * packages/acs-lang/sql/postgresql/ad-locales.sql: Removed swiss locale. Will recommit once the release has been made 2005-12-18 maltes * packages/acs-content-repository/tcl/content-symlink-procs.tcl: A little tiny bit of documentation for the symlink procedures 2005-12-16 daveb * packages/acs-subsite/lib/user-new.tcl: Fix bug#2715 url varibale name overwriting value of form element 2005-12-15 timoh * packages/acs-tcl/tcl/application-data-link-procs.tcl: bugfix: typo 2005-12-15 maltes * packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: New I18N 2005-12-15 jaufrecht * ChangeLog: * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/configuring-configuring-packages.html: * packages/acs-core-docs/www/configuring-configuring-permissions.html: * packages/acs-core-docs/www/configuring-install-packages.html: * packages/acs-core-docs/www/configuring-mounting-packages.html: * packages/acs-core-docs/www/contributing-code.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-guidelines.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search-openfts.html: * packages/acs-core-docs/www/install-full-text-search-tsearch2.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-cvs-concepts.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-css-layout.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-etp-templates.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/using-cvs-with-openacs.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/variables.ent: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: * readme.txt: updating version numbers for 5.2.0 final 2005-12-14 timoh * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-relationships-create.sql: * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b9-5.2.0b10.sql: added new seperate table for application_data_links * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b9-5.2.0b10.sql: branches: 1.1.2; file upgrade-5.2.0b9-5.2.0b10.sql was initially added on branch oacs-5-2. * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/tcl/group-procs.xql: fixed group_id_from_name query, added group::party_member_p * packages/acs-mail-lite/catalog/acs-mail-lite.de_DE.ISO-8859-1.xml: * packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml: fixed new package version * packages/acs-tcl/tcl/application-data-link-procs-oracle.xql: * packages/acs-tcl/tcl/application-data-link-procs-postgresql.xql: * packages/acs-tcl/tcl/application-data-link-procs.tcl: * packages/acs-tcl/tcl/application-data-link-procs.xql: use seperate table for application data links 2005-12-14 maltes * packages/acs-lang/sql/postgresql/ad-locales.sql: Add swiss german to the ad_locales 2005-12-14 eduardop * packages/acs-content-repository/tcl/content-extlink-procs.tcl: Fix Bug #2712: param extlink_id in content::extlink::new should not be required 2005-12-13 ncarroll * packages/acs-templating/tcl/richtext-procs.tcl: Fixed bug #2727. 2005-12-13 maltes * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b9-5.2.0b10.sql: Added missing content-folders on upgrade 2005-12-12 maltes * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b9-5.2.0b10.sql: A couple of content_item__new functions were missing so I recreated them all * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b9-5.2.0b10.sql: branches: 1.1.2; file upgrade-5.2.0b9-5.2.0b10.sql was initially added on branch oacs-5-2. 2005-12-12 leed * packages/acs-tcl/tcl/form-processing-procs.tcl: Fixed a bug that deletes previously defined validate blocks when extending an ad_form. * packages/acs-tcl/tcl/form-processing-procs.tcl: Fixed typo. 2005-12-10 maltes * packages/acs-subsite/www/admin/site-map/package-new.tcl: Applied #725, fixed #1936 * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: Applied patch #747 to fix provides information * packages/acs-templating/tcl/richtext-procs.tcl: Applied patch #749, fix bug #2704. Not thoroughly tested 2005-12-07 daveb * packages/acs-api-browser/lib/search.tcl: Add urls for 10g * packages/acs-api-browser/lib/search.tcl: Don't return server error if db version is not in the list 2005-12-06 rafael * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/www/pvt/home.adp: Fixed I18n keys and checked look in plain openacs install 2005-12-04 maltes * packages/acs-admin/www/install/install.tcl: FIxing a problem when no package is to be upgraded with maturity label 2005-12-03 daveb * packages/acs-content-repository/sql/postgresql/content-type.sql: Fix define_function_args for content_type__register_child_type 2005-12-01 jaufrecht * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/configuring-configuring-packages.html: * packages/acs-core-docs/www/configuring-configuring-permissions.html: * packages/acs-core-docs/www/configuring-install-packages.html: * packages/acs-core-docs/www/configuring-mounting-packages.html: * packages/acs-core-docs/www/contributing-code.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-guidelines.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search-openfts.html: * packages/acs-core-docs/www/install-full-text-search-tsearch2.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-cvs-concepts.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-css-layout.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-etp-templates.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/using-cvs-with-openacs.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * readme.txt: numbering fixes for rc3 * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: updated apm version numbers 2005-11-30 rodrigop * packages/acs-subsite/www/user/portrait/upload-2.tcl: fix for bug #2703 2005-11-30 jaufrecht * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/configuring-configuring-packages.html: * packages/acs-core-docs/www/configuring-configuring-permissions.html: * packages/acs-core-docs/www/configuring-install-packages.html: * packages/acs-core-docs/www/configuring-mounting-packages.html: * packages/acs-core-docs/www/contributing-code.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-guidelines.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search-openfts.html: * packages/acs-core-docs/www/install-full-text-search-tsearch2.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-cvs-concepts.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-css-layout.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-etp-templates.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/using-cvs-with-openacs.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/variables.ent: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: preparing for 5.2.0 rc2/b8 release 2005-11-30 janine * packages/acs-bootstrap-installer/db-init-checks-oracle.tcl: Replaced Don's placeholder code with real code to check the actual Oracle version number 2005-11-30 donb * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql: * packages/acs-subsite/acs-subsite.info: 1. Fixed a wee bit of PG-ish code that snuck into the content repository's Oracle datamodel. 2. Tested Dave's recent changes to subsite for Oracle. It works. Bumped the info file to reflect the new version so the upgrade scripts will run. 2005-11-29 maltes * packages/acs-mail-lite/acs-mail-lite.info: * packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql: * packages/acs-mail-lite/sql/postgresql/upgrade/upgrade-1.0b6-1.0b7.sql: * packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql: * packages/acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql: Mails are send to parties, not to users. Therefore the logging and bouncing should belong to parties, not to users. * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b6-5.2.0b7.sql: Somehow the extlink functions where missing on our installs, so I assume it is saver to get them again in an upgrade script * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b6-5.2.0b7.sql: branches: 1.1.2; file upgrade-5.2.0b6-5.2.0b7.sql was initially added on branch oacs-5-2. 2005-11-29 daveb * packages/acs-subsite/www/register/user-join.tcl: Fix bug#2689. Add rel_id to form for required segments, don't show the form if all the elements are hidden. * packages/acs-subsite/www/register/user-join.tcl: Fix bug#2689. Allow nested subsites to be joined correctly. Set rel_id for required segments as a hidden element in the form. * packages/acs-subsite/sql/oracle/site-node-selection.sql: * packages/acs-subsite/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql: * packages/acs-subsite/sql/postgresql/site-node-selection.sql: * packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql: Fix bug#2695. Add on delete cascade to foreign key in site_nodes_selection table. * packages/acs-templating/acs-templating.info: Upate release date * packages/acs-subsite/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql: * packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql: branches: 1.1.2; file upgrade-5.2.0b5-5.2.0b6.sql was initially added on branch oacs-5-2. 2005-11-26 maltes * packages/acs-admin/www/install/install.tcl: Made sure an upgrade from local works and does not complain about missing functions 2005-11-26 daveb * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql: Allow content_folders to have non-cr_items as parents * packages/acs-content-repository/sql/postgresql/content-folder.sql: Allow folders to have non-cr_items are parents * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql: Upgrade to allow cr_folders to have non-cr_items as parents 2005-11-25 gustafn * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: Fix for bug #57; If one specifies integer as argument type in a page contract, it should be a valid tcl integer. For sequence numbers, a different type should be defined and used. Tcl 8.5 has e.g. "string is wideinteger"... 2005-11-22 donb * packages/acs-subsite/www/index.adp: Removed Rafael's change to the default index page due to the following reasons. 1. This is OpenACS, not OpenACS/dotLRN. A .LRN install properly identifies itself as .LRN. 2. The formatting was horrible, with the subsite list ending up low on the right-hand corner of the page. 3. The file was not localized. If we want more information on the default index page we need to localize it. 4. Changes with this level of visibility - the first thing a potential new developer sees upon installing the toolkit - should not be done unilaterally. We need to talk about such things first. 2005-11-22 daveb * packages/acs-templating/tcl/parse-procs.tcl: Fix array reference * packages/acs-templating/acs-templating.info: Increase version number so expand_percantage_signs fix can be upgraded 2005-11-21 daveb * packages/acs-templating/tcl/parse-procs.tcl: * packages/acs-templating/tcl/test/parse-test-procs.tcl: Backport from 5.2 fix for $ in variable in call to expand percentage signs. * packages/acs-templating/tcl/parse-procs.tcl: Fix array reference * packages/acs-templating/tcl/parse-procs.tcl: Fix array reference in expand_percentage_signs * packages/acs-templating/tcl/parse-procs.tcl: * packages/acs-templating/tcl/test/parse-test-procs.tcl: Fix bug#2691, more safely substitute variables in message keys. Thanks for Andrew Grumet for the original code and Jeff for the suggestion to esacpe commands from an array key reference. Includes autoamted test code. * packages/acs-templating/tcl/parse-procs.tcl: * packages/acs-templating/tcl/test/parse-test-procs.tcl: Merge fix for bug#2691 from 5.2 branch. * packages/acs-templating/tcl/parse-procs.tcl: Uncomment regsub accidentlly committed with comment. 2005-11-18 ncarroll * packages/acs-subsite/tcl/rel-types-procs-postgresql.xql: * packages/acs-subsite/tcl/rel-types-procs.tcl: Added a proc to delete roles. The proc also deletes the translations that were created in the corresponding proc that created the role. 2005-11-16 daveb * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: Add test for bug#2686 * packages/acs-content-repository/tcl/content-folder-procs.tcl: Correct comment reference * packages/acs-content-repository/tcl/content-folder-procs.tcl: * packages/acs-content-repository/tcl/test/content-folder-test-procs.tcl: Fix bug#2686 content::folder::update works now 2005-11-15 daveb * packages/acs-content-repository/tcl/content-item-procs.tcl: * packages/acs-content-repository/tcl/content-item-procs.xql: Let content::item::get work with folders 2005-11-13 gustafn * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.adp: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.adp: fixing IE dependcies (fixed bug for IE in initialization, improved sizing for IE) 2005-11-12 gustafn * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/blank.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.adp: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.adp: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.tcl: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.xql: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.adp: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.tcl: Adding missing omitted files from OacsFs * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/close.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/insert-ilink.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/insert-image.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/qmark.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/up.gif: Adding omitted files * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.adp: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.tcl: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js: Adding omitted files from OacsFs plugin * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl: Fixing two typos in variable names that were show stoppers. * packages/acs-templating/www/resources/xinha-nightly/dialog.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js: * packages/acs-templating/www/resources/xinha-nightly/popups/popup.js: hopefully last updats from xinha repository (these files are not modified by me at all, only the plugin is new) 2005-11-11 maltes * packages/acs-tcl/lib/page-error.tcl: Errors should be send to the HostAdministrator, not to the SystemOwner, as the hostadministrator deals with technical issues, not the system owner 2005-11-11 gustafn * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: Message keys for the oacs file selector for xinha * packages/acs-templating/www/resources/xinha-nightly/examples/full_example.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/background-image.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/popups/bgimage.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/popups/select_character.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/clientside-spellcheck.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/DoubleClick/double-click.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/dynamiccss.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/edit-tag.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/EnterParagraphs/enter-paragraphs.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/popups/operations.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filter.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/find-replace.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/fr_engine.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/popups/find_replace.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/form-operations.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/fieldset.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/form.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/input.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/label.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/select.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/popups/docprop.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/popups/edit_horizontal_rule.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy-logic.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/backend.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/popups/insert_anchor.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/insert-marquee.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/popups/insert_marquee.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/insert-pagebreak.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/viewpicture.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/insert-smiley.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/popups/insertsmiley.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/note-server.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/popups/codenote.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/paste-text.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/popups/quicktag.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/quick-tag.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/stylist.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/popups/template.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/template.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/popups/unformat.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/un-format.js: * packages/acs-templating/www/resources/xinha-nightly/popups/editor_help.html: * packages/acs-templating/www/resources/xinha-nightly/popups/insert_image.html: * packages/acs-templating/www/resources/xinha-nightly/popups/insert_table.html: * packages/acs-templating/www/resources/xinha-nightly/popups/link.html: * packages/acs-templating/www/resources/xinha-nightly/popupwin.js: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/green-look/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/skin.css: New version of xinha, new plugin OacsFS for xinha (file-selector for OACS). * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.adp: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.tcl: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/close.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/insert-ilink.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/insert-image.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/qmark.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/up.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/blank.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.adp: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.adp: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.tcl: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.xql: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.adp: * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.tcl: branches: 1.1.2; New version of xinha, new plugin OacsFS for xinha (file-selector for OACS). * packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/InsertPicture.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/insert-picture.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/list-type.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js: branches: 1.2.2; New version of xinha, new plugin OacsFS for xinha (file-selector for OACS). * packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filters/paragraph.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filters/word.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertWords/insert-words.js: branches: 1.2.8; New version of xinha, new plugin OacsFS for xinha (file-selector for OACS). * packages/acs-templating/www/resources/xinha-nightly/dialog.js: * packages/acs-templating/www/resources/xinha-nightly/htmlarea.js: * packages/acs-templating/www/resources/xinha-nightly/popups/popup.js: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/skin.css: branches: 1.3.2; New version of xinha, new plugin OacsFS for xinha (file-selector for OACS). * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/blank.html: file blank.html was added on branch oacs-5-2 on 2005-11-12 10:41:34 +0000 * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/close.gif: file close.gif was added on branch oacs-5-2 on 2005-11-12 10:36:16 +0000 * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.adp: file file-selector.adp was added on branch oacs-5-2 on 2005-11-12 10:41:34 +0000 * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/file-selector.tcl: file file-selector.tcl was added on branch oacs-5-2 on 2005-11-12 10:41:34 +0000 * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.adp: file fullscreen.adp was added on branch oacs-5-2 on 2005-11-12 10:21:19 +0000 * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/fullscreen.tcl: file fullscreen.tcl was added on branch oacs-5-2 on 2005-11-12 10:21:19 +0000 * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.adp: file insert-ilink.adp was added on branch oacs-5-2 on 2005-11-12 10:41:34 +0000 * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/insert-ilink.gif: file insert-ilink.gif was added on branch oacs-5-2 on 2005-11-12 10:36:16 +0000 * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.tcl: file insert-ilink.tcl was added on branch oacs-5-2 on 2005-11-12 10:41:34 +0000 * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-ilink.xql: file insert-ilink.xql was added on branch oacs-5-2 on 2005-11-12 10:41:34 +0000 * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.adp: file insert-image.adp was added on branch oacs-5-2 on 2005-11-12 10:41:34 +0000 * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/insert-image.gif: file insert-image.gif was added on branch oacs-5-2 on 2005-11-12 10:36:16 +0000 * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/popups/insert-image.tcl: file insert-image.tcl was added on branch oacs-5-2 on 2005-11-12 10:41:34 +0000 * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.css: file oacs-fs.css was added on branch oacs-5-2 on 2005-11-12 10:21:19 +0000 * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/oacs-fs.js: file oacs-fs.js was added on branch oacs-5-2 on 2005-11-12 10:21:19 +0000 * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/qmark.gif: file qmark.gif was added on branch oacs-5-2 on 2005-11-12 10:36:16 +0000 * packages/acs-templating/www/resources/xinha-nightly/plugins/OacsFs/img/up.gif: file up.gif was added on branch oacs-5-2 on 2005-11-12 10:36:16 +0000 * packages/acs-templating/tcl/richtext-procs.tcl: * www/blank-master.adp: * www/blank-master.tcl: improved interface between rich-text widget and rte and xinha. A developer can specify in the form entry definition to use e.g. xinha, setting width and height, specify plugins, etc. Default remains rte. 2005-11-10 gerardom * packages/acs-templating/tcl/richtext-procs.tcl: fixed a bug, it was impossible to submit a form if the html area was not on the page * packages/acs-automated-testing/tcl/aa-test-procs.tcl: now if there is no mounted instance of the package the proc aa_get_first_url will mount it 2005-11-10 donb * packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql: Oops, yesterday's commit was partially bogus, tested these queries at Heidelberg this time ... * packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql: Replaced two slow queries using cc_users with their faster equivalent using parties and users. Makes a huge difference on Oracle when there are many, many users (49,000 in this case). And yes, I checked, the original queries used indexes galore, Oracle was doing as well as can be expected. 2005-11-09 miguelm * packages/acs-templating/acs-templating.info: adding URL of license * packages/acs-templating/resources/lists/select-menu.adp: adding javascripts to support multival filters functionallity * packages/acs-templating/tcl/list-procs.tcl: changes to use multival filter type in resources/lists/ files * packages/acs-templating/acs-templating.info: increment version number to get changes in list-procs.tcl procedures for multival filter type 2005-11-08 dirkg * packages/search/sql/oracle/load-site-wide-search: branches: 1.2.4; commiting search work from sloan * packages/search/tcl/search-init.tcl: branches: 1.7.2; commiting search work from sloan * packages/search/catalog/search.en_US.ISO-8859-1.xml: * packages/search/search.info: * packages/search/sql/oracle/search-create.sql: * packages/search/sql/oracle/search-from-scratch.sql: * packages/search/sql/oracle/search-index-create.sql: * packages/search/sql/oracle/search-index-drop.sql: * packages/search/sql/oracle/search-packages-create.sql: * packages/search/sql/oracle/search-packages-drop.sql: * packages/search/sql/oracle/search-sc-create.sql: * packages/search/sql/oracle/search-tables-create.sql: * packages/search/sql/oracle/search-tables-drop.sql: * packages/search/sql/oracle/syndication-create.sql: * packages/search/sql/oracle/syndication-drop.sql: * packages/search/tcl/search-convert-procs.tcl: * packages/search/tcl/search-procs-oracle.xql: * packages/search/tcl/search-procs.tcl: * packages/search/tcl/search-procs.xql: * packages/search/www/advanced-search.adp: * packages/search/www/index.adp: * packages/search/www/index.tcl: * packages/search/www/search.adp: * packages/search/www/search.tcl: commiting search work from sloan 2005-11-08 daveb * packages/tsearch2-driver/tsearch2-driver.info: Set version number higher than on 5.1 branch 2005-11-02 gustafn * packages/acs-templating/www/resources/xinha-nightly/contrib/lc_parse_strings.php: * packages/acs-templating/www/resources/xinha-nightly/dialog.js: * packages/acs-templating/www/resources/xinha-nightly/examples/Extended.html: * packages/acs-templating/www/resources/xinha-nightly/examples/custom.css: * packages/acs-templating/www/resources/xinha-nightly/examples/dynamic.css: * packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-body.html: * packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-dest.php: * packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-menu.php: * packages/acs-templating/www/resources/xinha-nightly/examples/ext_example.html: * packages/acs-templating/www/resources/xinha-nightly/examples/full_example-body.html: * packages/acs-templating/www/resources/xinha-nightly/examples/full_example-menu.html: * packages/acs-templating/www/resources/xinha-nightly/examples/full_example.css: * packages/acs-templating/www/resources/xinha-nightly/examples/full_example.html: * packages/acs-templating/www/resources/xinha-nightly/examples/full_example.js: * packages/acs-templating/www/resources/xinha-nightly/examples/stylist.css: * packages/acs-templating/www/resources/xinha-nightly/examples/testbed.html: * packages/acs-templating/www/resources/xinha-nightly/htmlarea.css: * packages/acs-templating/www/resources/xinha-nightly/htmlarea.js: * packages/acs-templating/www/resources/xinha-nightly/images/de/bold.gif: * packages/acs-templating/www/resources/xinha-nightly/images/de/italic.gif: * packages/acs-templating/www/resources/xinha-nightly/images/de/underline.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_about.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_align.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_align_center.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_align_justify.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_align_left.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_align_right.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_blank.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_buttons_main.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_charmap.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_clearfonts.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_color_bg.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_color_fg.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_copy.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_custom.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_cut.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_delete.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_bold.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_italic.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_strike.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_sub.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_sup.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_underline.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_help.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_hr.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_html.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_image.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_indent_less.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_indent_more.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_killword.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_left_to_right.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_link.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_list_bullet.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_list_num.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_overwrite.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_paste.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_print.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_redo.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_right_to_left.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_rmformat.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_save.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_save.png: * packages/acs-templating/www/resources/xinha-nightly/images/ed_saveas.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_selectall.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_show_border.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_splitblock.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_splitcel.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_undo.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_word_cleaner.gif: * packages/acs-templating/www/resources/xinha-nightly/images/fullscreen_maximize.gif: * packages/acs-templating/www/resources/xinha-nightly/images/fullscreen_minimize.gif: * packages/acs-templating/www/resources/xinha-nightly/images/insert_table.gif: * packages/acs-templating/www/resources/xinha-nightly/images/insertfilelink.gif: * packages/acs-templating/www/resources/xinha-nightly/images/insertmacro.png: * packages/acs-templating/www/resources/xinha-nightly/images/tidy.gif: * packages/acs-templating/www/resources/xinha-nightly/images/toggle_borders.gif: * packages/acs-templating/www/resources/xinha-nightly/inline-dialog.js: * packages/acs-templating/www/resources/xinha-nightly/lang/b5.js: * packages/acs-templating/www/resources/xinha-nightly/lang/ch.js: * packages/acs-templating/www/resources/xinha-nightly/lang/cz.js: * packages/acs-templating/www/resources/xinha-nightly/lang/da.js: * packages/acs-templating/www/resources/xinha-nightly/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/lang/ee.js: * packages/acs-templating/www/resources/xinha-nightly/lang/el.js: * packages/acs-templating/www/resources/xinha-nightly/lang/es.js: * packages/acs-templating/www/resources/xinha-nightly/lang/fi.js: * packages/acs-templating/www/resources/xinha-nightly/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/lang/gb.js: * packages/acs-templating/www/resources/xinha-nightly/lang/he.js: * packages/acs-templating/www/resources/xinha-nightly/lang/hu.js: * packages/acs-templating/www/resources/xinha-nightly/lang/it.js: * packages/acs-templating/www/resources/xinha-nightly/lang/ja.js: * packages/acs-templating/www/resources/xinha-nightly/lang/lt.js: * packages/acs-templating/www/resources/xinha-nightly/lang/lv.js: * packages/acs-templating/www/resources/xinha-nightly/lang/nb.js: * packages/acs-templating/www/resources/xinha-nightly/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/lang/pt_br.js: * packages/acs-templating/www/resources/xinha-nightly/lang/ro.js: * packages/acs-templating/www/resources/xinha-nightly/lang/ru.js: * packages/acs-templating/www/resources/xinha-nightly/lang/se.js: * packages/acs-templating/www/resources/xinha-nightly/lang/si.js: * packages/acs-templating/www/resources/xinha-nightly/lang/vn.js: * packages/acs-templating/www/resources/xinha-nightly/license.txt: * packages/acs-templating/www/resources/xinha-nightly/panel-dialog.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbr/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbr/en.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/img/ed_abbreviation.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/popups/abbreviation.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/background-image.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/blufur.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/palecnvs.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/ppplcnvs.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/blufur.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/palecnvs.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/ppplcnvs.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/ylwsand.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/ylwsand.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/img/ed_bgimage.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/popups/bgimage.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/CharacterMap.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/img/ed_charmap.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/it.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/popups/select_character.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/clientside-spellcheck.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/img/clientside-spellcheck.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/img/he-spell-check.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/1.pl: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/el.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/he.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/menu.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/DoubleClick/double-click.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/dynamiccss.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/edit-tag.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/img/ed_edit_tag.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/popups/edit_tag.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/EnterParagraphs/enter-paragraphs.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/abs_value.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/diag_fraction.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/divide.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/dsp_greater_equal.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/dsp_less_equal.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/dsp_notequal.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/equation.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/equation.old.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/greater_equal_than.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/hor_fraction.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/less_equal_than.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/mul.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/notequal.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/parenthesis.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/root.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/square_root.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/popups/operations.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filter.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filters/paragraph.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filters/word.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/img/ed_filter.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/find-replace.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/fr_engine.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/img/ed_find.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/pt_br.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/popups/find_replace.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/README: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/default_form.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/form-operations.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/formmail.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/iframe.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/img/buttons.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/panel.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_button.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_checkbox.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_fieldset.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_file.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_form.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_hidden.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_image.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_label.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_password.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_radio.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_reset.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_select.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_submit.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_text.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_textarea.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/fieldset.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/form.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/input.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/label.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/select.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/img/docprop.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/he.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/ro.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/popups/docprop.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/full-screen.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/horizontal-rule.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/popups/edit_horizontal_rule.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/README: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy-config.cfg: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy-logic.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/img/html-tidy.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/README.txt: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/EditorContent.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/ImageEditor.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/hover.htc: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/wz_jsgraphics.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/backend.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/ddt.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/bikerpeep.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/linux/linux.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/wesnoth078.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/2x2.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/2x2_w.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/Thumbs.db: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btnFolderNew.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btnFolderUp.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btn_cancel.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btn_ok.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/crop.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/default.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/div.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/dots.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/edit_active.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/edit_pencil.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/edit_trash.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/folder.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/hand.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/islocked2.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/locked.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/measure.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/noimages.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/rotate.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/save.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/scale.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/spacer.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/t_black.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/t_white.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/unlocked.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/unlocked2.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/newFolder.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/img/insert-anchor.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/img/placeholder.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/popups/insert_anchor.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/img/ed_marquee.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/insert-marquee.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/it.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/popups/insert_marquee.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/img/pagebreak.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/insert-pagebreak.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/InsertPicture.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/demo_pictures/bikerpeep.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/demo_pictures/wesnoth078.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/img/btn_open.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/img/nopic.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/insert-picture.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/viewpicture.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/img/ed_smiley.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/insert-smiley.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/popups/insertsmiley.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0001.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0002.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0003.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0004.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0005.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0006.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0007.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0008.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0009.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0010.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0011.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0012.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0013.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0014.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0015.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0016.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0017.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0018.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0019.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0020.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0021.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0022.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0023.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0024.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0025.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0026.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0027.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0028.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0029.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0030.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0031.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0032.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0033.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0034.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0035.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0036.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0037.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0038.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0039.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0040.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0041.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0042.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0043.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0044.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0045.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0046.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0047.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0048.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0049.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0050.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0051.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0052.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0053.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0054.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0055.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0056.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0057.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0058.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0059.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0060.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0061.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0062.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0063.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0064.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0065.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0066.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0067.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0068.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0069.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0070.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0071.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0072.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0073.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0074.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0075.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0076.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0077.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0078.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0079.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0080.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0081.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0082.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0083.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0084.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0085.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0086.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0087.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0088.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0089.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0090.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0091.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0092.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0093.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0094.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0095.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0096.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0097.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0098.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0099.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0100.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0101.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0102.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0103.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0104.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0105.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0106.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0107.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0108.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0109.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0110.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0111.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0112.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0113.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0114.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0115.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0116.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0117.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0118.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0119.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0120.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0121.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0122.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0123.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0124.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0125.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0126.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0127.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0128.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0129.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0130.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0131.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0132.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0133.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0134.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0135.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0136.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0137.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0138.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0139.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0140.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0141.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0142.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0143.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0144.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0145.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0146.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0147.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0148.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0149.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0150.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0151.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0152.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0153.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0154.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0155.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0156.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0157.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0158.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0159.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0160.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0161.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0162.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0163.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0164.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0165.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0166.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0167.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0168.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0169.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0170.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0171.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0172.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0173.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0174.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0175.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0176.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0177.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0178.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0179.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0180.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0181.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0182.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0183.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0184.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0185.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0186.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0187.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0188.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0189.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0190.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0191.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0192.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0193.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0194.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0195.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0196.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0197.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0198.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0199.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0200.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0201.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0202.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0203.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0204.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0205.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0206.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0207.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0208.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0209.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0210.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0211.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0212.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0213.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0214.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0215.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0216.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0217.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0218.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0219.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0220.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0221.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0222.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0223.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0224.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0225.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0226.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0227.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0228.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0229.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0230.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0231.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0232.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0233.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0234.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0235.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0236.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0237.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0238.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0239.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0240.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0241.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0242.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0243.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0244.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0245.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0246.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0247.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0248.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0249.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0250.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0251.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0252.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0253.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0254.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0255.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0256.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0257.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0258.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0259.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0260.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0261.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0262.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0263.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0264.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0265.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0266.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0267.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0268.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0269.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0270.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0271.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0272.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0273.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0274.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0275.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0276.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0277.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0278.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0279.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0280.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0281.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0282.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0283.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0284.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0285.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0286.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0287.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0288.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0289.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0290.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0291.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0292.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0293.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0294.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0295.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0296.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0297.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0298.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0299.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0300.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0301.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0302.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0303.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0304.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0305.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0306.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0307.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0308.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0309.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0310.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0311.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0312.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0313.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0314.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0315.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0316.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0317.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0318.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0319.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0320.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0321.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0322.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0323.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0324.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0325.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0326.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0327.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0328.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0329.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0330.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0331.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0332.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0333.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0334.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0335.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0336.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0337.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0338.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0339.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0340.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0341.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0342.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0343.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0344.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0345.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0346.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0347.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0348.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0349.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0350.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0351.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0352.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0353.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0354.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0355.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0356.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0357.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0358.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0359.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0360.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0361.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0362.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0363.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0364.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0365.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0366.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0367.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0368.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0369.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0370.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0371.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0372.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0373.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0374.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0375.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0376.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0377.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0378.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0379.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0380.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0381.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0382.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0383.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0384.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0385.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0386.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0387.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0388.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0389.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0390.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0391.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0392.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0393.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0394.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0395.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0396.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0397.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0398.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0399.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0400.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0401.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0402.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0403.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0404.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0405.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0406.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0407.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0408.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0409.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0410.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0411.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0412.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0413.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0414.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0415.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0416.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0417.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0418.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0419.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0420.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0421.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0422.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0423.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0424.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0425.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0426.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0427.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0428.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0429.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0430.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0431.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0432.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0433.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0434.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0435.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0436.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0437.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0438.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0439.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0440.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0441.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0442.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0443.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0444.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0445.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0446.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0447.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0448.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0449.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0450.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0451.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0452.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0453.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0454.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0455.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0456.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0457.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0458.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0459.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0460.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0461.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0462.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0463.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0464.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0465.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0466.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0467.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0468.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0469.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0470.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0471.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0472.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0473.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0474.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0475.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0476.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0477.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0478.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0479.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0480.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0481.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0482.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0483.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0484.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0485.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0486.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0487.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0488.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0489.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0490.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0491.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0492.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0493.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0494.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0495.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0496.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0497.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0498.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0499.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0500.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0501.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0502.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0503.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0504.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0505.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0506.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0507.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0508.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0509.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0510.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0511.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0512.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0513.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0514.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0515.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0516.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0517.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0518.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0519.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0520.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0521.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0522.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0523.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0524.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0525.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0526.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0527.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0528.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0529.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0530.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0531.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0532.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0533.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0534.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0535.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0536.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0537.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0538.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0539.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0540.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0541.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0542.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0543.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0544.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0545.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0546.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0547.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0548.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0549.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0550.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0551.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0552.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0553.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0554.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0555.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0556.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0557.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0558.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0559.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0560.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0561.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0562.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0563.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0564.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0565.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0566.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0567.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0568.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0569.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0570.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0571.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0572.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0573.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0574.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0575.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0576.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0577.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0578.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0579.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0580.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertWords/insert-words.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/el.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/en.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/fr.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/la.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/api.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/example01.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/base.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/cd.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/copy.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/empty.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/folder.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/folderopen.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/globe.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/imgfolder.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/join.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/joinbottom.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/line.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/minus.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/minusbottom.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/move.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/musicfolder.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/nolines_minus.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/nolines_plus.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/offline.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/offline.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/page.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/plus.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/plusbottom.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/question.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/trash.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dialog.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/scan.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/ListType.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/circle.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/decimal.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/disc.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/lower-alpha.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/lower-roman.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/none.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/square.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/upper-alpha.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/upper-roman.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/list-type.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/img/note.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/note-server.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/popups/codenote.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/img/ed_paste_text.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/paste-text.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/img/ed_quicktag.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/pt_br.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/popups/quicktag.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/quick-tag.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/tag-lib.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/README: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/img/he-spell-check.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/img/spell-check.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/cz.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/da.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/he.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/hu.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/ro.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/readme-tech.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-savedicts.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-style.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/stylist.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/dialog.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/img/ed_superclean.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/super-clean.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/tidy.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-delete.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-insert-after.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-insert-before.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-merge.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-prop.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-split.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-delete.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-insert-after.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-insert-before.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-split.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-delete.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-insert-above.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-insert-under.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-prop.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-split.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/table-prop.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/cz.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/da.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/el.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/fi.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/he.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/it.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/ro.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/ed_template.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/layout_01.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/layout_02.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/layout_03.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/it.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/popups/template.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/template.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/template.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/img/unformat.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/popups/unformat.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/un-format.js: * packages/acs-templating/www/resources/xinha-nightly/popups/about.html: * packages/acs-templating/www/resources/xinha-nightly/popups/blank.html: * packages/acs-templating/www/resources/xinha-nightly/popups/color_picker.js: * packages/acs-templating/www/resources/xinha-nightly/popups/custom2.html: * packages/acs-templating/www/resources/xinha-nightly/popups/editor_help.html: * packages/acs-templating/www/resources/xinha-nightly/popups/insert_image.html: * packages/acs-templating/www/resources/xinha-nightly/popups/insert_table.html: * packages/acs-templating/www/resources/xinha-nightly/popups/link.html: * packages/acs-templating/www/resources/xinha-nightly/popups/old_insert_image.html: * packages/acs-templating/www/resources/xinha-nightly/popups/popup.css: * packages/acs-templating/www/resources/xinha-nightly/popups/popup.js: * packages/acs-templating/www/resources/xinha-nightly/popups/select_color.html: * packages/acs-templating/www/resources/xinha-nightly/popupwin.js: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/separator.gif: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/separator.gif: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/green-look/button-background.gif: * packages/acs-templating/www/resources/xinha-nightly/skins/green-look/separator.gif: * packages/acs-templating/www/resources/xinha-nightly/skins/green-look/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/README: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/back.png: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/hover.png: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/selected.png: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/separator.png: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/README: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/back.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/hover.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/selected.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/separator.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/back.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/hover.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/selected.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/separator.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/back.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/hover.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/selected.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/separator.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/skin.css: Initial checkin * www/blank-master.adp: * www/blank-master.tcl: adding support for xinha to blank-master * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/imagelist.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/popups/paste_text.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/aspell_setup.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/fr.js: branches: 1.1.1.1.2; Initial checkin * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/slider.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/paragraph.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/word.js: branches: 1.1.1.1.8; Initial checkin * packages/acs-templating/www/resources/xinha-nightly/images/de/bold.gif: * packages/acs-templating/www/resources/xinha-nightly/images/de/italic.gif: * packages/acs-templating/www/resources/xinha-nightly/images/de/underline.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbr/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbr/en.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/abbreviation.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/img/ed_abbreviation.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Abbreviation/popups/abbreviation.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/background-image.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/blufur.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/palecnvs.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/ppplcnvs.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/blufur.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/palecnvs.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/ppplcnvs.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/thumbnails/ylwsand.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/backgrounds/ylwsand.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/img/ed_bgimage.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/BackgroundImage/popups/bgimage.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/CSS/css.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/char-counter.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharCounter/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/CharacterMap.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/character-map.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/img/ed_charmap.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/it.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/CharacterMap/popups/select_character.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/clientside-spellcheck.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/img/clientside-spellcheck.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/img/he-spell-check.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ClientsideSpellcheck/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/1.pl: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/context-menu.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/el.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/he.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ContextMenu/menu.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/DoubleClick/double-click.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/dynamiccss.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/DynamicCSS/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/edit-tag.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/img/ed_edit_tag.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/EditTag/popups/edit_tag.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/EnterParagraphs/enter-paragraphs.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/equation.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/abs_value.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/diag_fraction.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/divide.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/dsp_greater_equal.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/dsp_less_equal.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/dsp_notequal.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/equation.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/equation.old.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/greater_equal_than.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/hor_fraction.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/less_equal_than.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/mul.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/notequal.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/parenthesis.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/root.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/img/square_root.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Equation/popups/operations.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filter.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filters/paragraph.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/filters/word.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Filter/img/ed_filter.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/find-replace.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/fr_engine.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/img/ed_find.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/lang/pt_br.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FindReplace/popups/find_replace.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/README: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/default_form.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/form-operations.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/formmail.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/iframe.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/img/buttons.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FormOperations/panel.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/forms.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_button.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_checkbox.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_fieldset.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_file.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_form.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_hidden.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_image.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_label.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_password.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_radio.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_reset.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_select.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_submit.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_text.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/img/ed_textarea.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/fieldset.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/form.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/input.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/label.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/select.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Forms/popups/textarea.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/full-page.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/img/docprop.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/he.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/lang/ro.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullPage/popups/docprop.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/full-screen.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/FullScreen/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/GetHtml/get-html.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/horizontal-rule.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HorizontalRule/popups/edit_horizontal_rule.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/README: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy-config.cfg: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy-logic.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/html-tidy.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/img/html-tidy.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/HtmlTidy/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Files.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/GD.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/IM.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageEditor.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/ImageManager.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/NetPBM.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Thumbnail.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/Classes/Transform.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/README.txt: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/EditorContent.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/ImageEditor.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/dialog.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editor.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/editorFrame.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/hover.htc: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/imagelist.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/images.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/manager.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/popup.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/slider.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/assets/wz_jsgraphics.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/backend.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/config.inc.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/ddt.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/bikerpeep.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/linux/linux.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/demo_images/wesnoth078.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editor.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/editorFrame.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/image-manager.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/images.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/2x2.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/2x2_w.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/Thumbs.db: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btnFolderNew.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btnFolderUp.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btn_cancel.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/btn_ok.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/crop.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/default.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/div.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/dots.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/edit_active.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/edit_pencil.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/edit_trash.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/folder.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/hand.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/islocked2.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/locked.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/measure.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/noimages.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/rotate.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/save.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/scale.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/spacer.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/t_black.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/t_white.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/unlocked.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/img/unlocked2.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/manager.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/newFolder.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/resizer.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ImageManager/thumbs.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/img/insert-anchor.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/img/placeholder.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/insert-anchor.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertAnchor/popups/insert_anchor.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/img/ed_marquee.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/insert-marquee.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/it.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertMarquee/popups/insert_marquee.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/img/pagebreak.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/insert-pagebreak.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPagebreak/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/InsertPicture.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/demo_pictures/bikerpeep.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/demo_pictures/wesnoth078.jpg: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/img/btn_open.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/img/nopic.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/insert-picture.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertPicture/viewpicture.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/img/ed_smiley.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/insert-smiley.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/popups/insertsmiley.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0001.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0002.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0003.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0004.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0005.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0006.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0007.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0008.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0009.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0010.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0011.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0012.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0013.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0014.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0015.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0016.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0017.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0018.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0019.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0020.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0021.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0022.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0023.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0024.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0025.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0026.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0027.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0028.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0029.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0030.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0031.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0032.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0033.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0034.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0035.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0036.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0037.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0038.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0039.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0040.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0041.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0042.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0043.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0044.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0045.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0046.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0047.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0048.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0049.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0050.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0051.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0052.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0053.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0054.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0055.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0056.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0057.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0058.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0059.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0060.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0061.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0062.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0063.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0064.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0065.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0066.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0067.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0068.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0069.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0070.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0071.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0072.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0073.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0074.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0075.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0076.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0077.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0078.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0079.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0080.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0081.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0082.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0083.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0084.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0085.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0086.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0087.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0088.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0089.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0090.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0091.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0092.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0093.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0094.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0095.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0096.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0097.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0098.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0099.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0100.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0101.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0102.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0103.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0104.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0105.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0106.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0107.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0108.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0109.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0110.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0111.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0112.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0113.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0114.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0115.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0116.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0117.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0118.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0119.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0120.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0121.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0122.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0123.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0124.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0125.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0126.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0127.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0128.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0129.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0130.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0131.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0132.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0133.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0134.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0135.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0136.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0137.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0138.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0139.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0140.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0141.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0142.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0143.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0144.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0145.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0146.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0147.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0148.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0149.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0150.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0151.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0152.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0153.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0154.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0155.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0156.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0157.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0158.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0159.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0160.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0161.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0162.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0163.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0164.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0165.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0166.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0167.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0168.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0169.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0170.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0171.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0172.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0173.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0174.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0175.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0176.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0177.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0178.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0179.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0180.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0181.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0182.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0183.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0184.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0185.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0186.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0187.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0188.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0189.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0190.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0191.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0192.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0193.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0194.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0195.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0196.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0197.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0198.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0199.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0200.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0201.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0202.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0203.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0204.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0205.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0206.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0207.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0208.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0209.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0210.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0211.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0212.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0213.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0214.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0215.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0216.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0217.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0218.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0219.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0220.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0221.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0222.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0223.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0224.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0225.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0226.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0227.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0228.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0229.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0230.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0231.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0232.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0233.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0234.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0235.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0236.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0237.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0238.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0239.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0240.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0241.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0242.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0243.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0244.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0245.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0246.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0247.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0248.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0249.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0250.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0251.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0252.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0253.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0254.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0255.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0256.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0257.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0258.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0259.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0260.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0261.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0262.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0263.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0264.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0265.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0266.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0267.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0268.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0269.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0270.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0271.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0272.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0273.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0274.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0275.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0276.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0277.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0278.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0279.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0280.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0281.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0282.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0283.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0284.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0285.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0286.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0287.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0288.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0289.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0290.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0291.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0292.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0293.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0294.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0295.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0296.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0297.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0298.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0299.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0300.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0301.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0302.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0303.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0304.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0305.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0306.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0307.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0308.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0309.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0310.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0311.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0312.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0313.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0314.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0315.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0316.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0317.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0318.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0319.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0320.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0321.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0322.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0323.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0324.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0325.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0326.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0327.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0328.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0329.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0330.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0331.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0332.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0333.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0334.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0335.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0336.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0337.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0338.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0339.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0340.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0341.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0342.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0343.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0344.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0345.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0346.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0347.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0348.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0349.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0350.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0351.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0352.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0353.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0354.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0355.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0356.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0357.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0358.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0359.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0360.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0361.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0362.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0363.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0364.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0365.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0366.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0367.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0368.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0369.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0370.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0371.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0372.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0373.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0374.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0375.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0376.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0377.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0378.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0379.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0380.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0381.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0382.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0383.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0384.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0385.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0386.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0387.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0388.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0389.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0390.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0391.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0392.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0393.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0394.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0395.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0396.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0397.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0398.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0399.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0400.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0401.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0402.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0403.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0404.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0405.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0406.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0407.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0408.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0409.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0410.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0411.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0412.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0413.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0414.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0415.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0416.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0417.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0418.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0419.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0420.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0421.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0422.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0423.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0424.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0425.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0426.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0427.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0428.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0429.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0430.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0431.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0432.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0433.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0434.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0435.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0436.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0437.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0438.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0439.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0440.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0441.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0442.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0443.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0444.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0445.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0446.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0447.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0448.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0449.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0450.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0451.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0452.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0453.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0454.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0455.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0456.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0457.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0458.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0459.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0460.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0461.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0462.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0463.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0464.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0465.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0466.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0467.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0468.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0469.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0470.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0471.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0472.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0473.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0474.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0475.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0476.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0477.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0478.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0479.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0480.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0481.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0482.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0483.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0484.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0485.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0486.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0487.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0488.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0489.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0490.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0491.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0492.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0493.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0494.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0495.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0496.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0497.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0498.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0499.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0500.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0501.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0502.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0503.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0504.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0505.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0506.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0507.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0508.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0509.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0510.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0511.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0512.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0513.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0514.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0515.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0516.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0517.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0518.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0519.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0520.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0521.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0522.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0523.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0524.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0525.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0526.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0527.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0528.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0529.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0530.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0531.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0532.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0533.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0534.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0535.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0536.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0537.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0538.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0539.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0540.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0541.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0542.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0543.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0544.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0545.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0546.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0547.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0548.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0549.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0550.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0551.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0552.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0553.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0554.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0555.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0556.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0557.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0558.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0559.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0560.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0561.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0562.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0563.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0564.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0565.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0566.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0567.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0568.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0569.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0570.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0571.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0572.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0573.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0574.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0575.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0576.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0577.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0578.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0579.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertSmiley/smileys/0580.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/InsertWords/insert-words.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/el.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/en.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/fr.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/img/la.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang-marks.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/LangMarks/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/api.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/dtree.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/example01.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/base.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/cd.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/copy.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/empty.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/folder.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/folderopen.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/globe.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/imgfolder.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/join.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/joinbottom.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/line.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/minus.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/minusbottom.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/move.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/musicfolder.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/nolines_minus.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/nolines_plus.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/offline.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/offline.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/page.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/plus.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/plusbottom.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/question.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dTree/img/trash.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/dialog.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/linker.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Linker/scan.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/ListType.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/circle.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/decimal.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/disc.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/lower-alpha.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/lower-roman.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/none.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/square.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/upper-alpha.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/img/upper-roman.png: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/ListType/list-type.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/img/note.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/note-server.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/NoteServer/popups/codenote.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/img/ed_paste_text.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/paste-text.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/PasteText/popups/paste_text.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/img/ed_quicktag.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/lang/pt_br.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/popups/quicktag.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/quick-tag.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/QuickTag/tag-lib.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/README: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/aspell_setup.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/img/he-spell-check.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/img/spell-check.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/cz.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/da.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/he.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/hu.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/lang/ro.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/readme-tech.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.cgi: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-logic.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-savedicts.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-style.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-check-ui.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SpellChecker/spell-checker.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Stylist/stylist.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/dialog.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/paragraph.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/filters/word.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/img/ed_superclean.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/super-clean.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/SuperClean/tidy.php: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-delete.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-insert-after.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-insert-before.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-merge.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-prop.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/cell-split.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-delete.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-insert-after.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-insert-before.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/col-split.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-delete.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-insert-above.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-insert-under.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-prop.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/row-split.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/img/table-prop.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/cz.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/da.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/el.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/fi.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/he.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/it.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/lang/ro.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/TableOperations/table-operations.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/ed_template.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/layout_01.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/layout_02.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/img/layout_03.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/it.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/popups/template.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/template.css: * packages/acs-templating/www/resources/xinha-nightly/plugins/Template/template.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/img/unformat.gif: * packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/popups/unformat.html: * packages/acs-templating/www/resources/xinha-nightly/plugins/UnFormat/un-format.js: branches: 1.1.1; Initial revision * packages/acs-templating/www/resources/xinha-nightly/examples/Extended.html: branches: 1.1.1; 1.1.2; file Extended.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/README: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/README: branches: 1.1.1; 1.1.2; file README was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/popups/about.html: branches: 1.1.1; 1.1.2; file about.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/b5.js: branches: 1.1.1; 1.1.2; file b5.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/back.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/back.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/back.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/back.png: branches: 1.1.1; 1.1.2; file back.png was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/popups/blank.html: branches: 1.1.1; 1.1.2; file blank.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/skins/green-look/button-background.gif: branches: 1.1.1; 1.1.2; file button-background.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/button-background.png: branches: 1.1.1; 1.1.2; file button-background.png was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/ch.js: branches: 1.1.1; 1.1.2; file ch.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/popups/color_picker.js: branches: 1.1.1; 1.1.2; file color_picker.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/examples/custom.css: branches: 1.1.1; 1.1.2; file custom.css was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/popups/custom2.html: branches: 1.1.1; 1.1.2; file custom2.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/cz.js: branches: 1.1.1; 1.1.2; file cz.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/da.js: branches: 1.1.1; 1.1.2; file da.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/de.js: branches: 1.1.1; 1.1.2; file de.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/dialog.js: branches: 1.1.1; 1.1.2; file dialog.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/examples/dynamic.css: branches: 1.1.1; 1.1.2; file dynamic.css was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_about.gif: branches: 1.1.1; 1.1.2; file ed_about.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_align.gif: branches: 1.1.1; 1.1.2; file ed_align.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_align_center.gif: branches: 1.1.1; 1.1.2; file ed_align_center.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_align_justify.gif: branches: 1.1.1; 1.1.2; file ed_align_justify.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_align_left.gif: branches: 1.1.1; 1.1.2; file ed_align_left.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_align_right.gif: branches: 1.1.1; 1.1.2; file ed_align_right.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_blank.gif: branches: 1.1.1; 1.1.2; file ed_blank.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_buttons_main.gif: branches: 1.1.1; 1.1.2; file ed_buttons_main.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_charmap.gif: branches: 1.1.1; 1.1.2; file ed_charmap.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_clearfonts.gif: branches: 1.1.1; 1.1.2; file ed_clearfonts.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_color_bg.gif: branches: 1.1.1; 1.1.2; file ed_color_bg.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_color_fg.gif: branches: 1.1.1; 1.1.2; file ed_color_fg.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_copy.gif: branches: 1.1.1; 1.1.2; file ed_copy.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_custom.gif: branches: 1.1.1; 1.1.2; file ed_custom.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_cut.gif: branches: 1.1.1; 1.1.2; file ed_cut.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_delete.gif: branches: 1.1.1; 1.1.2; file ed_delete.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_bold.gif: branches: 1.1.1; 1.1.2; file ed_format_bold.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_italic.gif: branches: 1.1.1; 1.1.2; file ed_format_italic.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_strike.gif: branches: 1.1.1; 1.1.2; file ed_format_strike.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_sub.gif: branches: 1.1.1; 1.1.2; file ed_format_sub.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_sup.gif: branches: 1.1.1; 1.1.2; file ed_format_sup.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_underline.gif: branches: 1.1.1; 1.1.2; file ed_format_underline.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_help.gif: branches: 1.1.1; 1.1.2; file ed_help.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_hr.gif: branches: 1.1.1; 1.1.2; file ed_hr.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_html.gif: branches: 1.1.1; 1.1.2; file ed_html.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_image.gif: branches: 1.1.1; 1.1.2; file ed_image.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_indent_less.gif: branches: 1.1.1; 1.1.2; file ed_indent_less.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_indent_more.gif: branches: 1.1.1; 1.1.2; file ed_indent_more.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_killword.gif: branches: 1.1.1; 1.1.2; file ed_killword.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_left_to_right.gif: branches: 1.1.1; 1.1.2; file ed_left_to_right.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_link.gif: branches: 1.1.1; 1.1.2; file ed_link.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_list_bullet.gif: branches: 1.1.1; 1.1.2; file ed_list_bullet.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_list_num.gif: branches: 1.1.1; 1.1.2; file ed_list_num.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_overwrite.gif: branches: 1.1.1; 1.1.2; file ed_overwrite.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_paste.gif: branches: 1.1.1; 1.1.2; file ed_paste.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_print.gif: branches: 1.1.1; 1.1.2; file ed_print.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_redo.gif: branches: 1.1.1; 1.1.2; file ed_redo.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_right_to_left.gif: branches: 1.1.1; 1.1.2; file ed_right_to_left.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_rmformat.gif: branches: 1.1.1; 1.1.2; file ed_rmformat.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_save.gif: branches: 1.1.1; 1.1.2; file ed_save.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_save.png: branches: 1.1.1; 1.1.2; file ed_save.png was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_saveas.gif: branches: 1.1.1; 1.1.2; file ed_saveas.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_selectall.gif: branches: 1.1.1; 1.1.2; file ed_selectall.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_show_border.gif: branches: 1.1.1; 1.1.2; file ed_show_border.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_splitblock.gif: branches: 1.1.1; 1.1.2; file ed_splitblock.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_splitcel.gif: branches: 1.1.1; 1.1.2; file ed_splitcel.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_undo.gif: branches: 1.1.1; 1.1.2; file ed_undo.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/ed_word_cleaner.gif: branches: 1.1.1; 1.1.2; file ed_word_cleaner.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/popups/editor_help.html: branches: 1.1.1; 1.1.2; file editor_help.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/ee.js: branches: 1.1.1; 1.1.2; file ee.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/el.js: branches: 1.1.1; 1.1.2; file el.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/es.js: branches: 1.1.1; 1.1.2; file es.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-body.html: branches: 1.1.1; 1.1.2; file ext_example-body.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-dest.php: branches: 1.1.1; 1.1.2; file ext_example-dest.php was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-menu.php: branches: 1.1.1; 1.1.2; file ext_example-menu.php was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/examples/ext_example.html: branches: 1.1.1; 1.1.2; file ext_example.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/fi.js: branches: 1.1.1; 1.1.2; file fi.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/fr.js: branches: 1.1.1; 1.1.2; file fr.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/examples/full_example-body.html: branches: 1.1.1; 1.1.2; file full_example-body.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/examples/full_example-menu.html: branches: 1.1.1; 1.1.2; file full_example-menu.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/examples/full_example.css: branches: 1.1.1; 1.1.2; file full_example.css was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/examples/full_example.html: branches: 1.1.1; 1.1.2; file full_example.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/examples/full_example.js: branches: 1.1.1; 1.1.2; file full_example.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/fullscreen_maximize.gif: branches: 1.1.1; 1.1.2; file fullscreen_maximize.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/fullscreen_minimize.gif: branches: 1.1.1; 1.1.2; file fullscreen_minimize.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/gb.js: branches: 1.1.1; 1.1.2; file gb.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/he.js: branches: 1.1.1; 1.1.2; file he.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/hover.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/hover.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/hover.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/hover.png: branches: 1.1.1; 1.1.2; file hover.png was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/htmlarea.css: branches: 1.1.1; 1.1.2; file htmlarea.css was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/htmlarea.js: branches: 1.1.1; 1.1.2; file htmlarea.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/hu.js: branches: 1.1.1; 1.1.2; file hu.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/inline-dialog.js: branches: 1.1.1; 1.1.2; file inline-dialog.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/popups/insert_image.html: branches: 1.1.1; 1.1.2; file insert_image.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/insert_table.gif: branches: 1.1.1; 1.1.2; file insert_table.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/popups/insert_table.html: branches: 1.1.1; 1.1.2; file insert_table.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/insertfilelink.gif: branches: 1.1.1; 1.1.2; file insertfilelink.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/insertmacro.png: branches: 1.1.1; 1.1.2; file insertmacro.png was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/it.js: branches: 1.1.1; 1.1.2; file it.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/ja.js: branches: 1.1.1; 1.1.2; file ja.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/contrib/lc_parse_strings.php: branches: 1.1.1; 1.1.2; file lc_parse_strings.php was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/license.txt: branches: 1.1.1; 1.1.2; file license.txt was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/popups/link.html: branches: 1.1.1; 1.1.2; file link.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/lt.js: branches: 1.1.1; 1.1.2; file lt.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/lv.js: branches: 1.1.1; 1.1.2; file lv.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/nb.js: branches: 1.1.1; 1.1.2; file nb.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/nl.js: branches: 1.1.1; 1.1.2; file nl.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/no.js: branches: 1.1.1; 1.1.2; file no.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/popups/old_insert_image.html: branches: 1.1.1; 1.1.2; file old_insert_image.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/panel-dialog.js: branches: 1.1.1; 1.1.2; file panel-dialog.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/pl.js: branches: 1.1.1; 1.1.2; file pl.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/popups/popup.css: branches: 1.1.1; 1.1.2; file popup.css was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/popups/popup.js: branches: 1.1.1; 1.1.2; file popup.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/popupwin.js: branches: 1.1.1; 1.1.2; file popupwin.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/pt_br.js: branches: 1.1.1; 1.1.2; file pt_br.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/ro.js: branches: 1.1.1; 1.1.2; file ro.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/ru.js: branches: 1.1.1; 1.1.2; file ru.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/se.js: branches: 1.1.1; 1.1.2; file se.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/popups/select_color.html: branches: 1.1.1; 1.1.2; file select_color.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/selected.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/selected.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/selected.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/selected.png: branches: 1.1.1; 1.1.2; file selected.png was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/separator.gif: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/separator.gif: * packages/acs-templating/www/resources/xinha-nightly/skins/green-look/separator.gif: branches: 1.1.1; 1.1.2; file separator.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/separator.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/separator.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/separator.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/separator.png: branches: 1.1.1; 1.1.2; file separator.png was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/si.js: branches: 1.1.1; 1.1.2; file si.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/green-look/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/skin.css: branches: 1.1.1; 1.1.2; file skin.css was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/examples/stylist.css: branches: 1.1.1; 1.1.2; file stylist.css was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/examples/testbed.html: branches: 1.1.1; 1.1.2; file testbed.html was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/tidy.gif: branches: 1.1.1; 1.1.2; file tidy.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/images/toggle_borders.gif: branches: 1.1.1; 1.1.2; file toggle_borders.gif was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/lang/vn.js: branches: 1.1.1; 1.1.2; file vn.js was initially added on branch oacs-5-2. * packages/acs-templating/www/resources/xinha-nightly/examples/Extended.html: * packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-body.html: * packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-menu.php: * packages/acs-templating/www/resources/xinha-nightly/examples/ext_example.html: * packages/acs-templating/www/resources/xinha-nightly/htmlarea.css: * packages/acs-templating/www/resources/xinha-nightly/lang/fr.js: * packages/acs-templating/www/resources/xinha-nightly/popups/about.html: branches: 1.2.2; initial-checkin * packages/acs-templating/tcl/richtext-procs.tcl: enhancing richtext procs for supporting xinha and rte. by default, rte is defined. to use xinha, add the following line to template::widget::richtext set richtextEditor xinha * packages/acs-templating/www/resources/xinha-nightly/dialog.js: * packages/acs-templating/www/resources/xinha-nightly/htmlarea.css: * packages/acs-templating/www/resources/xinha-nightly/htmlarea.js: * packages/acs-templating/www/resources/xinha-nightly/inline-dialog.js: * packages/acs-templating/www/resources/xinha-nightly/license.txt: * packages/acs-templating/www/resources/xinha-nightly/panel-dialog.js: * packages/acs-templating/www/resources/xinha-nightly/popupwin.js: initial checkin * packages/acs-templating/www/resources/xinha-nightly/contrib/lc_parse_strings.php: * packages/acs-templating/www/resources/xinha-nightly/dialog.js: * packages/acs-templating/www/resources/xinha-nightly/examples/custom.css: * packages/acs-templating/www/resources/xinha-nightly/examples/dynamic.css: * packages/acs-templating/www/resources/xinha-nightly/examples/ext_example-dest.php: * packages/acs-templating/www/resources/xinha-nightly/examples/full_example-body.html: * packages/acs-templating/www/resources/xinha-nightly/examples/full_example-menu.html: * packages/acs-templating/www/resources/xinha-nightly/examples/full_example.css: * packages/acs-templating/www/resources/xinha-nightly/examples/full_example.html: * packages/acs-templating/www/resources/xinha-nightly/examples/full_example.js: * packages/acs-templating/www/resources/xinha-nightly/examples/stylist.css: * packages/acs-templating/www/resources/xinha-nightly/examples/testbed.html: * packages/acs-templating/www/resources/xinha-nightly/htmlarea.js: * packages/acs-templating/www/resources/xinha-nightly/images/ed_about.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_align.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_align_center.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_align_justify.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_align_left.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_align_right.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_blank.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_buttons_main.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_charmap.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_clearfonts.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_color_bg.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_color_fg.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_copy.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_custom.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_cut.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_delete.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_bold.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_italic.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_strike.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_sub.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_sup.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_format_underline.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_help.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_hr.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_html.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_image.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_indent_less.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_indent_more.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_killword.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_left_to_right.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_link.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_list_bullet.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_list_num.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_overwrite.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_paste.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_print.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_redo.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_right_to_left.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_rmformat.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_save.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_save.png: * packages/acs-templating/www/resources/xinha-nightly/images/ed_saveas.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_selectall.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_show_border.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_splitblock.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_splitcel.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_undo.gif: * packages/acs-templating/www/resources/xinha-nightly/images/ed_word_cleaner.gif: * packages/acs-templating/www/resources/xinha-nightly/images/fullscreen_maximize.gif: * packages/acs-templating/www/resources/xinha-nightly/images/fullscreen_minimize.gif: * packages/acs-templating/www/resources/xinha-nightly/images/insert_table.gif: * packages/acs-templating/www/resources/xinha-nightly/images/insertfilelink.gif: * packages/acs-templating/www/resources/xinha-nightly/images/insertmacro.png: * packages/acs-templating/www/resources/xinha-nightly/images/tidy.gif: * packages/acs-templating/www/resources/xinha-nightly/images/toggle_borders.gif: * packages/acs-templating/www/resources/xinha-nightly/inline-dialog.js: * packages/acs-templating/www/resources/xinha-nightly/lang/b5.js: * packages/acs-templating/www/resources/xinha-nightly/lang/ch.js: * packages/acs-templating/www/resources/xinha-nightly/lang/cz.js: * packages/acs-templating/www/resources/xinha-nightly/lang/da.js: * packages/acs-templating/www/resources/xinha-nightly/lang/de.js: * packages/acs-templating/www/resources/xinha-nightly/lang/ee.js: * packages/acs-templating/www/resources/xinha-nightly/lang/el.js: * packages/acs-templating/www/resources/xinha-nightly/lang/es.js: * packages/acs-templating/www/resources/xinha-nightly/lang/fi.js: * packages/acs-templating/www/resources/xinha-nightly/lang/gb.js: * packages/acs-templating/www/resources/xinha-nightly/lang/he.js: * packages/acs-templating/www/resources/xinha-nightly/lang/hu.js: * packages/acs-templating/www/resources/xinha-nightly/lang/it.js: * packages/acs-templating/www/resources/xinha-nightly/lang/ja.js: * packages/acs-templating/www/resources/xinha-nightly/lang/lt.js: * packages/acs-templating/www/resources/xinha-nightly/lang/lv.js: * packages/acs-templating/www/resources/xinha-nightly/lang/nb.js: * packages/acs-templating/www/resources/xinha-nightly/lang/nl.js: * packages/acs-templating/www/resources/xinha-nightly/lang/no.js: * packages/acs-templating/www/resources/xinha-nightly/lang/pl.js: * packages/acs-templating/www/resources/xinha-nightly/lang/pt_br.js: * packages/acs-templating/www/resources/xinha-nightly/lang/ro.js: * packages/acs-templating/www/resources/xinha-nightly/lang/ru.js: * packages/acs-templating/www/resources/xinha-nightly/lang/se.js: * packages/acs-templating/www/resources/xinha-nightly/lang/si.js: * packages/acs-templating/www/resources/xinha-nightly/lang/vn.js: * packages/acs-templating/www/resources/xinha-nightly/license.txt: * packages/acs-templating/www/resources/xinha-nightly/panel-dialog.js: * packages/acs-templating/www/resources/xinha-nightly/popups/blank.html: * packages/acs-templating/www/resources/xinha-nightly/popups/color_picker.js: * packages/acs-templating/www/resources/xinha-nightly/popups/custom2.html: * packages/acs-templating/www/resources/xinha-nightly/popups/editor_help.html: * packages/acs-templating/www/resources/xinha-nightly/popups/insert_image.html: * packages/acs-templating/www/resources/xinha-nightly/popups/insert_table.html: * packages/acs-templating/www/resources/xinha-nightly/popups/link.html: * packages/acs-templating/www/resources/xinha-nightly/popups/old_insert_image.html: * packages/acs-templating/www/resources/xinha-nightly/popups/popup.css: * packages/acs-templating/www/resources/xinha-nightly/popups/popup.js: * packages/acs-templating/www/resources/xinha-nightly/popups/select_color.html: * packages/acs-templating/www/resources/xinha-nightly/popupwin.js: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/separator.gif: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/separator.gif: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/green-look/button-background.gif: * packages/acs-templating/www/resources/xinha-nightly/skins/green-look/separator.gif: * packages/acs-templating/www/resources/xinha-nightly/skins/green-look/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/README: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/back.png: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/hover.png: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/selected.png: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/separator.png: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/README: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/back.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/hover.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/selected.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/separator.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/back.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/hover.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/selected.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/separator.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/back.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/hover.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/selected.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/separator.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/skin.css: initial-checkin * packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/separator.gif: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-look/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/separator.gif: * packages/acs-templating/www/resources/xinha-nightly/skins/blue-metallic/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/green-look/button-background.gif: * packages/acs-templating/www/resources/xinha-nightly/skins/green-look/separator.gif: * packages/acs-templating/www/resources/xinha-nightly/skins/green-look/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/README: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/back.png: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/hover.png: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/selected.png: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/separator.png: * packages/acs-templating/www/resources/xinha-nightly/skins/inditreuse/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/README: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/back.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/hover.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/selected.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/separator.png: * packages/acs-templating/www/resources/xinha-nightly/skins/titan/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/back.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/hover.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/selected.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/separator.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-blue/skin.css: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/back.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/button-background.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/hover.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/selected.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/separator.png: * packages/acs-templating/www/resources/xinha-nightly/skins/xp-green/skin.css: initial-checking of xinha * www/blank-master.tcl: made the language test in xinha more restrictive, some plugings have not enough languages specified. 2005-10-31 miguelm * packages/acs-subsite/www/resources/core.js: making changes to accept the formart yyyy in year 2005-10-30 maltes * packages/acs-mail-lite/acs-mail-lite.info: * packages/acs-mail-lite/sql/postgresql/acs-mail-lite-create.sql: * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl: Added new table which make the callback work for mail tracking lite 2005-10-29 maltes * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl: * packages/acs-content-repository/tcl/acs-content-repository-init.tcl: Added support for a different location for the CR files using the CRFileLocationRoot parameter and some callback magic * packages/acs-content-repository/tcl/acs-content-repository-callback-procs.tcl: branches: 1.1.2; file acs-content-repository-callback-procs.tcl was initially added on branch oacs-5-2. 2005-10-28 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl: Fixed problem with my comment... 2005-10-28 daveb * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql: Don't try to get the package id of folder_id 0 (which isn't a folder anyway!) * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0b5-5.2.0b6.sql: branches: 1.1.2; file upgrade-5.2.0b5-5.2.0b6.sql was initially added on branch oacs-5-2. 2005-10-27 donb * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql: Fixed Daveb's translation of his PG change to this script (he didn't have oracle to test his changes on) 2005-10-27 daveb * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql: Fix bug#2668 * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a1-5.2.0a2.sql: Fix bug#2668, don't try to recrete views for edit-this-page content types without content tables. 2005-10-26 maltes * packages/acs-content-repository/tcl/content-item-procs.tcl: * packages/acs-content-repository/tcl/content-item-procs.xql: Added content::item::get_id_by_name Procedure * packages/acs-subsite/www/user/portrait/upload-2.tcl: Cleaned up the upload, made it more foolproof, changed the parent_id of the portrait, reenabled the creation of the link * packages/acs-subsite/www/user/portrait/upload-2.tcl: Fixed the issue with an already existing relationship * packages/acs-subsite/www/user/portrait/upload-2.xql: No longer needed 2005-10-25 eduardop * packages/notifications/notifications.info: upgrade fixes 2005-10-25 daveb * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d4-5.2.0d5.sql: Fix define function args for set_live_revision * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql: Fix upgrade since we support proper upgrade from beta to release. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b5-5.2.0b6.sql: branches: 1.1.2; file upgrade-5.2.0b5-5.2.0b6.sql was initially added on branch oacs-5-2. 2005-10-24 eduardop * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: reverting timoh's "added types application link and application data link" until someone can explainme why it was left broken (Closes: #2663) 2005-10-23 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl: Added salutation support * packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: New I18N messages and some fixes * packages/acs-mail-lite/catalog/acs-mail-lite.de_DE.ISO-8859-1.xml: branches: 1.1.2; German translation 2005-10-21 roelc * packages/acs-templating/tcl/list-procs.tcl: Return text/csv mime type in template::list::write_csv 2005-10-21 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Changed the support for the fixed sender mail so that still the original sender will be shown in the mail-tracking despite the fact that sendmail will get the fixed sender mail * packages/ref-timezones/ref-timezones.info: Fixed broken URL after the release * packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml: * packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml: New I18N strings for various other packages. Should bring the german translation to nearly 100% * packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: * packages/search/catalog/search.de_DE.ISO-8859-1.xml: * packages/search/catalog/search.en_US.ISO-8859-1.xml: New I18N strings synchronized with the RC version * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-templating/acs-templating.info: * packages/search/search.info: Updated to the correct version numbers, as the URL was not updated in the last commit * packages/search/catalog/search.de_DE.ISO-8859-1.xml: branches: 1.1.2; file search.de_DE.ISO-8859-1.xml was initially added on branch oacs-5-2. * packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml: branches: 1.2.2; New I18N strings synchronized with the RC version * packages/acs-subsite/tcl/group-procs.tcl: the util_memoize_flush should be before the return... 2005-10-20 jaufrecht * ChangeLog: * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/configuring-configuring-packages.html: * packages/acs-core-docs/www/configuring-configuring-permissions.html: * packages/acs-core-docs/www/configuring-install-packages.html: * packages/acs-core-docs/www/configuring-mounting-packages.html: * packages/acs-core-docs/www/contributing-code.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-guidelines.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search-openfts.html: * packages/acs-core-docs/www/install-full-text-search-tsearch2.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-cvs-concepts.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-css-layout.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-etp-templates.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/using-cvs-with-openacs.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/variables.ent: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: * readme.txt: openacs 5.2 rc 1 (tagged b5) 2005-10-19 miguelm * packages/acs-mail-lite/acs-mail-lite.info: * packages/acs-mail-lite/catalog/acs-mail-lite.en_US.ISO-8859-1.xml: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql: adding catalog files, procedures and making changes to remove the contacts dependency on lib email.tcl files 2005-10-19 maltes * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: Added message key for Table and CSV * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: Added message key for URL 2005-10-19 gerardom * packages/acs-automated-testing/tcl/tclwebtest-procs.tcl: Adding localhost in case of the ip is not configured in the config.tcl file * packages/acs-automated-testing/tcl/tclwebtest-procs.tcl: Adding option to use the local host if ip is not configured in the file config.tcl * packages/acs-automated-testing/tcl/aa-test-procs.tcl: Adding two procs to run tclwebtest that where already in branch 5-1 * packages/acs-automated-testing/tcl/aa-test-procs-postgresql.xql: adding the query to get the first instance of a package htat was in the already in the tag 5-1 2005-10-18 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Removed package require which seemed to be causing problems with forums. HOw on earth this could happen in the first place... 2005-10-17 maltes * packages/acs-content-repository/tcl/content-revision-procs-postgresql.xql: * packages/acs-content-repository/tcl/content-revision-procs.tcl: Added procedure to retrieve the item_id * packages/acs-content-repository/tcl/revision-procs.tcl: We had the issue that some content was not uploaded properly and we want to make sure to give back some kind of error to the user. This is why we wrap it. 2005-10-14 miguelm * packages/acs-subsite/www/resources/core.js: changing the default format of calendar output to y-mm-dd instead of d-m-y * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: checking the parametr FixedSenderEmail before sending the message to figure out which address use * packages/acs-mail-lite/acs-mail-lite.info: increment version number, adding FixedSenderEmail parameter 2005-10-13 miguelm * packages/acs-subsite/www/resources/core.js: adding format functionallity to showCalendar function that specifies the way the date is going to be returned. Use it like this showCalendar(id,dateformat) where date format can be any combination of letters y m d D M with a separator like a , or a - .If dateformat is not provided then set the default dateformat to d-m-y * packages/acs-subsite/www/resources/core.js: adding missing ; 2005-10-13 daveb * packages/acs-templating/tcl/date-procs.tcl: * packages/acs-templating/tcl/test/date-procs.tcl: Apply patch#740. Fixes bug#2533. Do version check on Oracle to determine whether to use to_timestamp or to_date. * packages/acs-templating/tcl/test/date-procs.tcl: branches: 1.1.2; file date-procs.tcl was initially added on branch oacs-5-2. 2005-10-12 timoh * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: added application links and application data links registration * packages/acs-lang/tcl/locale-procs.tcl: added support to support user_id when setting locale * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: added types application link and application data link * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: fixing broken kernal because of application link depending on apm_packages * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: removed application data links 2005-10-11 rafael * packages/acs-subsite/www/index.adp: fixed broken link * packages/acs-subsite/www/index.adp: fixed link 2005-10-11 donb * packages/acs-admin/www/apm/package-delete-2.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: Fixed bug #2496. Obscure locking issue caused PG to hang on any package trying to drop a table with a foreign key reference to apm_packages. * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql: Fixed this bug many moons ago but failed to commit ... 2005-10-10 leed * packages/acs-templating/tcl/tag-init.tcl: branches: 1.25.2; Add option to automatically propagate all slave properties to the next master template to make this one 'invisible'. 2005-10-09 gustafn * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: branches: 1.20.2; adding sopport for xotcl methods to api browser (most of the implementation is in xotcl-core). * packages/acs-bootstrap-installer/bootstrap.tcl: loading xotcl (if available) before application packages that might use it. 2005-10-06 leed * packages/acs-templating/tcl/list-procs.tcl: use dummy query name in list::prepare 2005-10-05 maltes * packages/acs-content-repository/tcl/content-item-procs.xql: Added missing SQL * packages/acs-subsite/tcl/subsite-callback-procs.tcl: * packages/acs-subsite/www/o.vuh: Added subsite::url callback and hooked it into o.vuh 2005-10-05 daveb * packages/search/tcl/search-procs.tcl: Add search callback definitions. 2005-10-04 timoh * packages/acs-lang/tcl/lang-util-procs.xql: added order statement * packages/acs-lang/tcl/locale-procs.tcl: added user_id switch when setting locale 2005-10-04 maltes * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: More german translations 2005-10-04 leed * packages/acs-tcl/tcl/install-procs.tcl: Added package-create tag to instantiate a package in install.xml without mounting it. * packages/acs-tcl/tcl/application-link-procs.tcl: Return rel_id from application-link tag so that other tags can use it. 2005-10-03 rocaelh * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b2-5.2.0b3.sql: branches: 1.1.2; file upgrade-5.2.0b2-5.2.0b3.sql was initially added on branch oacs-5-2. * packages/acs-content-repository/acs-content-repository.info: changed to 5.2.0b3 the version, to have the CR enhances to make effect in an upgraded installation * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b2-5.2.0b3.sql: changes and new upgrade file for fixing performan issues in the CR when adding / editing an item 2005-10-02 roelc * packages/acs-authentication/tcl/local-procs.tcl: Modified auth::local::registration::Register to recognize -1 as value to EmailRegistrationConfirmationToUserP (don't send email at all) * packages/acs-subsite/acs-subsite.info: Updated parameter description for EmailRegistrationConfirmationToUserP 2005-09-30 miguelm * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: adding no_callback switch to acs-mail-lite::complex_send and ::send to restrict callbacks * packages/acs-mail-lite/acs-mail-lite.info: increment version number to get changes in procedures * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: making changes to work with boolean no_calback_p switch * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: making changes to work with boolean no_calback_p switch on procedure acs_mail_lite::send 2005-09-30 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Changed the no-callback switch to boolean 2005-09-30 leed * packages/acs-tcl/tcl/install-procs.tcl: Added install action to define a relation type. * packages/acs-tcl/tcl/application-link-procs.tcl: Allow application link creation in install action by package_id. 2005-09-29 maltes * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Fixed typo 2005-09-28 rafael * packages/acs-subsite/www/index.adp: Added information about openacs/dotlrn, links and resources so newbies know what to do after install 2005-09-28 maltes * packages/notifications/notifications.info: * packages/notifications/tcl/notification-callback-procs.tcl: * packages/notifications/tcl/reply-sweep-init.tcl: Commit on behalf of Nima. Notifications is now using a callback on the general acs-mail-lite sweeper for incoming emails instead of relying on it's own procedures. Just in case the old procs are still in place, just commented out * packages/acs-subsite/tcl/subsite-callback-procs.tcl: * packages/acs-subsite/www/shared/parameters.tcl: Commit on behalf of Nima. Support for a callback on parameter change * packages/notifications/tcl/reply-sweep-init.tcl: Enable Scan for replies again, as this should be the default on 5.2 * packages/acs-mail-lite/acs-mail-lite.info: * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl: * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.xql: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql: Importing on behalf of Nima. Enhancement for the support of incoming email * packages/notifications/tcl/notification-callback-procs.xql: branches: 1.1.2.2.4; Commit on behalf of Nima. Notifications is now using a callback on the general acs-mail-lite sweeper for incoming emails instead of relying on it's own procedures. Just in case the old procs are still in place, just commented out 2005-09-28 daveb * packages/acs-admin/www/install/install-4.tcl: * packages/acs-admin/www/install/install.tcl: Fix bug#2633. Make context bar consistent for all pages in install page flow. 2005-09-27 leed * packages/acs-tcl/tcl/object-procs.tcl: * packages/acs-tcl/tcl/object-procs.xql: Added accessor function to set context id. * packages/acs-tcl/tcl/install-procs.tcl: trim slashes from mount points so that mounting doesn't break 2005-09-27 daveb * packages/acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql: Fix bug#2629. Use Postgresql syntax to cast to an interval. It doens't matter if we use the oracle style convenience funciton since this is still a postgresql specific query. 2005-09-27 andrewg * packages/acs-subsite/tcl/email-image-procs.tcl: My Solaris machine does not have 'whereis' installed. Windows machines may not have 'find' installed. This code needs to be refactored, perhaps putting the ImageMagick paths in apm parameters like other packages that use ImageMagick do. 2005-09-25 rafael * packages/acs-subsite/www/pvt/home.adp: added h2 for background compatibility and removed all action-links tag 2005-09-24 rafael * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: added 'privacy' tag * packages/acs-subsite/www/pvt/home.adp: made column narrower and swaped them * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/pvt/home.tcl: * packages/acs-subsite/www/pvt/home.xql: redesign according to graphic designer specs 2005-09-24 maltes * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/tcl/group-procs.xql: Modified the group::get_id proc to a) not bomb and b) allow a subsite_id or application_group_id to be passed in in the hope that this allows application developers to narrow down the list of group_ids returned 2005-09-23 maltes * packages/acs-content-repository/sql/postgresql/content-item.sql: Fixed move function 2005-09-23 josee * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: adding missing line: select define_function_args('acs_rel__new','rel_id,rel_type,object_i d_one,object_id_two,context_id,creation_user,creation_ip'); * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d9-5.2.0d10.sql: adding upgrade script and changing the version number (for the missing line select define_function_args('acs_rel__new','rel_id,rel_type,object_i d_one,object_id_two,context_id,creation_user,creation_ip') in the acs-relationships-create.sql file) * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b1-5.2.0b2.sql: branches: 1.1.2; file upgrade-5.2.0b1-5.2.0b2.sql was initially added on branch oacs-5-2. * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0b1-5.2.0b2.sql: changing version number and adding respective upgrade script 2005-09-22 maltes * packages/acs-content-repository/tcl/content-item-procs.tcl: Added procedure to upload a file under a parent_id * packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml: * packages/notifications/notifications.info: * packages/notifications/sql/postgresql/notifications-core-create.sql: * packages/notifications/sql/postgresql/notifications-init.sql: * packages/notifications/sql/postgresql/notifications-replies-create.sql: I18N of notifications * packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml: New German Translations * packages/acs-tcl/acs-tcl.info: Updded version number for new strings 2005-09-22 josee * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: adding missing line: select define_function_args('acs_rel__new','rel_id,rel_type,object_i d_one,object_id_two,context_id,creation_user,creation_ip'); 2005-09-22 eduardop * packages/notifications/sql/postgresql/notifications-init.sql: reverting broken Malte's i18n patch (I think these strings should be translated) 2005-09-20 rafael * packages/acs-subsite/www/user/portrait/upload-2.tcl: fixed bug as described in http://openacs.org/bugtracker/openacs/bug?bug%5fnumber=2588 2005-09-20 jader * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Add link for errors when compiling with gcc 4 * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Update for Fedora Core, update dead links. Update to use tDOM 0.80 * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Update link to tDOM 2005-09-19 maltes * packages/acs-tcl/tcl/pdf-procs.tcl: Made sure the PDF file actually exists before returning the filename 2005-09-18 daveb * packages/acs-subsite/lib/login.tcl: Applied patch#707 to fix bug#2539. Submit registration form to subsite register url. * packages/acs-subsite/lib/login.tcl: Better fix for bug#2539 that works with host-node mapping. 2005-09-17 torbenb * packages/acs-templating/tcl/util-procs.tcl: correcting poor formating for my recent changes to tcl_to_sql_list * packages/acs-templating/tcl/test/parse-test-procs.tcl: * packages/acs-templating/tcl/util-procs.tcl: fix for bug 2526, adding DoubleApos functionality to tcl_to_sql_list * packages/acs-templating/tcl/test/parse-test-procs.tcl: * packages/acs-templating/tcl/util-procs.tcl: fix for bug 2526, adding DoubleApos/ns_dbquotevalue functionality 2005-09-17 maltes * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: More I18N updates and German Translations. Luckily no customer of ours will see the admin pages (as I18N is unknown territory there....) 2005-09-16 torbenb * packages/acs-templating/tcl/util-procs.tcl: reversing fix for bug 2526, due to bug 2593 * packages/acs-templating/tcl/test/parse-test-procs.tcl: reversing tests associated with fix for bug 2526, due to bug 2593 2005-09-16 miguelm * packages/acs-tcl/tcl/community-core-procs.tcl: adding person::person_p procedure * packages/acs-tcl/acs-tcl.info: adding person::person_p procedure, increment version number 2005-09-16 maltes * packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: * packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml: * packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml: Added a couple of new translations into german and some language strings for English. Some catalog files go their version number bumped up due to the fact that the package version had increased in the meantime * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/tcl/group-procs.xql: Added new version of group::get_members that is a little bit smarter with the type as it is quering acs_objects instead of individual tables, using the object_type 2005-09-16 eduardop * packages/acs-templating/tcl/util-procs.tcl: doing a proper revert fix for bug 2526, due to bug 2593 2005-09-15 maltes * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/tcl/group-procs.xql: Added the group::title function to retrieve the title of a group and added some caching. Upped Version number for Project Manager that depends on these changes 2005-09-13 timoh * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b1-5.2.0b2.sql: branches: 1.1.2; file upgrade-5.2.0b1-5.2.0b2.sql was initially added on branch oacs-5-2. * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0b1-5.2.0b2.sql: bugfix: moving content item 2005-09-12 gerardom * packages/acs-automated-testing/tcl/aa-test-procs.tcl: added one proc to use aa_log_result using a boolean var from the testcase 2005-09-09 maltes * packages/acs-subsite/tcl/group-procs.tcl: Store the I18N version of the group_name in the title * packages/acs-subsite/tcl/apm-callback-procs.tcl: * packages/acs-subsite/tcl/group-procs.tcl: changed the naming of the message key to "group_title_$group_id" as this caused confusion in acs-lang with the additional "." 2005-09-08 timoh * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: * packages/acs-tcl/tcl/pdf-procs.tcl: added procs to convert html to pdf, added parameter to htmldoc binary * packages/acs-tcl/tcl/pdf-procs.tcl: branches: 1.1.2; file pdf-procs.tcl was initially added on branch oacs-5-2. 2005-09-08 skaufman * packages/acs-content-repository/sql/postgresql/content-type.sql: fixes bug 2589, implements patch 730; CR now passes automated-testing 2005-09-08 maltes * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: * packages/ref-countries/catalog/ref-countries.de_DE.ISO-8859-1.xml: * packages/ref-countries/catalog/ref-countries.en_US.ISO-8859-1.xml: * packages/search/catalog/search.en_US.ISO-8859-1.xml: New I18n 2005-09-07 skaufman * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: fixed typos in permission-related string substitutions 2005-09-07 maltes * packages/acs-lang/tcl/lang-util-procs.tcl: * packages/acs-lang/tcl/lang-util-procs.xql: Added get_locale_options * packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml: Added missing language key 2005-09-07 eduardop * packages/acs-tcl/tcl/request-processor-procs.tcl: bugfix: fixing bug #2591: URL Component Starting with "-" crashes rp_filter 2005-09-06 skaufman * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: added missing key; corrected spelling 2005-09-02 darior * packages/acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml: translated the new terms 2005-09-01 darior * packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml: translated the new terms * packages/acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml: update language ca_ES 2005-08-30 maltes * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: New i18n 2005-08-26 miguelm * packages/acs-templating/resources/lists/select-menu.adp: adding a # to the null value on the option menu 2005-08-26 jaufrecht * ChangeLog: * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-package-dev.html: * packages/acs-core-docs/www/acs-plat-dev.html: * packages/acs-core-docs/www/analog-install.html: * packages/acs-core-docs/www/analog-setup.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/apm-requirements.html: * packages/acs-core-docs/www/automated-backup.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/backups-with-cvs.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/configuring-configuring-packages.html: * packages/acs-core-docs/www/configuring-configuring-permissions.html: * packages/acs-core-docs/www/configuring-install-packages.html: * packages/acs-core-docs/www/configuring-mounting-packages.html: * packages/acs-core-docs/www/configuring-new-site.html: * packages/acs-core-docs/www/contributing-code.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-guidelines.html: * packages/acs-core-docs/www/cvs-resources.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/database-management.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/dev-guide.html: * packages/acs-core-docs/www/doc-standards.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/eng-standards.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/for-everyone.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/general-documents.html: * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/i18n-design.html: * packages/acs-core-docs/www/i18n-introduction.html: * packages/acs-core-docs/www/i18n-overview.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/i18n-translators.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search-openfts.html: * packages/acs-core-docs/www/install-full-text-search-tsearch2.html: * packages/acs-core-docs/www/install-ldap-radius.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-next-backups.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-openacs-delete-tablespace.html: * packages/acs-core-docs/www/install-openacs-inittab.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-origins.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-pam-radius.html: * packages/acs-core-docs/www/install-php.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-resources.html: * packages/acs-core-docs/www/install-squirrelmail.html: * packages/acs-core-docs/www/install-ssl.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/install-tclwebtest.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/nxml-mode.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/object-system-design.html: * packages/acs-core-docs/www/object-system-requirements.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-cvs-concepts.html: * packages/acs-core-docs/www/openacs-overview.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/os-install.html: * packages/acs-core-docs/www/os-security.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-design.html: * packages/acs-core-docs/www/permissions-requirements.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/profile-code.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/releasing-openacs.html: * packages/acs-core-docs/www/releasing-package.html: * packages/acs-core-docs/www/remote-postgres.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/rp-design.html: * packages/acs-core-docs/www/rp-requirements.html: * packages/acs-core-docs/www/security-design.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/security-requirements.html: * packages/acs-core-docs/www/snapshot-backup.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites-design.html: * packages/acs-core-docs/www/subsites-requirements.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-admin-pages.html: * packages/acs-core-docs/www/tutorial-advanced.html: * packages/acs-core-docs/www/tutorial-caching.html: * packages/acs-core-docs/www/tutorial-categories.html: * packages/acs-core-docs/www/tutorial-comments.html: * packages/acs-core-docs/www/tutorial-css-layout.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-etp-templates.html: * packages/acs-core-docs/www/tutorial-future-topics.html: * packages/acs-core-docs/www/tutorial-hierarchical.html: * packages/acs-core-docs/www/tutorial-html-email.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-notifications.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/tutorial-parameters.html: * packages/acs-core-docs/www/tutorial-schedule-procs.html: * packages/acs-core-docs/www/tutorial-second-database.html: * packages/acs-core-docs/www/tutorial-specs.html: * packages/acs-core-docs/www/tutorial-upgrade-scripts.html: * packages/acs-core-docs/www/tutorial-upgrades.html: * packages/acs-core-docs/www/tutorial-vuh.html: * packages/acs-core-docs/www/tutorial-wysiwyg-editor.html: * packages/acs-core-docs/www/tutorial.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/update-repository.html: * packages/acs-core-docs/www/update-translations.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-4.6.3-to-5.html: * packages/acs-core-docs/www/upgrade-5-0-dot.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/upgrade-supporting.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/uptime.html: * packages/acs-core-docs/www/using-cvs-with-openacs.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/variables.ent: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: * readme.txt: updated package info for 5.2.0b1 2005-08-25 maltes * packages/acs-translations/acs-translations.info: Added acs-translations to the 5.2 branch. If installed it will enable convert_to_i18n to work * packages/acs-lang/tcl/lang-util-procs.tcl: Added lang::util::convert_to_i18n made optional (depending on the installation of acs-translations) 2005-08-23 maltes * packages/acs-templating/resources/lists/select-menu.adp: Added list style with drop down boxes for filters 2005-08-22 leed * packages/acs-tcl/tcl/30-xml-utils-procs.tcl: Added tdom set attribute wrapper * packages/acs-tcl/tcl/install-procs.tcl: Allow ids as parameter values 2005-08-19 miguelm * packages/acs-templating/resources/lists/select-menu.adp: adding clear url to the empty option of the list 2005-08-19 jeffd * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d17-5.2.0d18.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d4-5.2.0d5.sql: fix the define_function_args thing for content_item__set_live_revision reported by Peter Alberer 2005-08-17 daveb * packages/acs-tcl/lib/page-error.tcl: Add catch around call to ns_sendmail. Fixes bug#2573 2005-08-16 nimam * packages/acs-admin/www/apm/packages-install-2.adp: * packages/acs-admin/www/apm/packages-install-2.tcl: * packages/acs-admin/www/apm/packages-install-3.adp: * packages/acs-admin/www/apm/packages-install-3.tcl: * packages/acs-admin/www/apm/packages-install.adp: * packages/acs-admin/www/apm/packages-install.tcl: Using adp pages now for a consistent UI * packages/acs-admin/www/apm/packages-install-2.adp: branches: 1.1.2; file packages-install-2.adp was initially added on branch oacs-5-1. * packages/acs-admin/www/apm/packages-install-3.adp: branches: 1.1.2; file packages-install-3.adp was initially added on branch oacs-5-1. * packages/acs-admin/www/apm/packages-install.adp: branches: 1.1.2; file packages-install.adp was initially added on branch oacs-5-1. 2005-08-16 miguelm * packages/acs-templating/resources/lists/select-menu.adp: branches: 1.1.2; 1.1.4; file select-menu.adp was initially added on branch oacs-5-2. * packages/acs-templating/resources/lists/select-menu.adp: new style for filters display, it displays a select box instead of the tradicional links 2005-08-16 maltes * packages/acs-templating/resources/lists/select-menu.adp: file select-menu.adp was added on branch oacs-5-1 on 2005-08-23 06:19:33 +0000 2005-08-14 torbenb * packages/acs-templating/tcl/test/parse-test-procs.tcl: * packages/acs-templating/tcl/util-procs.tcl: resolves bug 2526, tcl_to_sql_list now uses db_ bind vars, includes tests requested by daveb 2005-08-13 torbenb * packages/acs-core-docs/www/files/nsd-postgres.txt: adding freebsd note * etc/daemontools/run: adding freebsd note from oacs-5-1 version 2005-08-10 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.xql: Added callback procedures * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql: Fixing bug #2404 * packages/acs-content-repository/tcl/content-folder-procs-oracle.xal: * packages/acs-content-repository/tcl/content-folder-procs-oracle.xql: Fixing bug 2558 * packages/acs-content-repository/tcl/content-folder-procs-oracle.xql: branches: 1.1.2; file content-folder-procs-oracle.xql was initially added on branch oacs-5-1. 2005-08-09 miguelm * packages/acs-content-repository/sql/postgresql/content-symlink.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a3-5.2.0a4.sql: adding function content_symlink__del, this function is called from content_symlink__delete * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a3-5.2.0a4.sql: branches: 1.1.2; file upgrade-5.2.0a3-5.2.0a4.sql was initially added on branch oacs-5-2. * packages/acs-content-repository/acs-content-repository.info: incrementing version number to use content_symlink__del 2005-08-09 marka * packages/acs-templating/tcl/list-procs.tcl: I wonder who put this there! I think page_name_query is the right value - seems to be * packages/acs-templating/tcl/list-procs.tcl: I wonder who put this there! page_name_query was originally there and seems to work fine... 2005-08-05 gyang * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Make acs_mail_lite::send doc message slightly less ambigous 2005-08-04 skaufman * packages/acs-mail-lite/tcl/acs-mail-lite-init.tcl: scan_replies has been removed -- see http://cvs.openacs.org/cvs/openacs-4/packages/acs-mail-lite/t cl/acs-mail-lite-procs.tcl?r1=1.26&r2=1.27 -- so it shouldn't be ad_scheduled 2005-08-04 miguelm * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: adding quotes to query to execute the tcl procedure * packages/acs-content-repository/tcl/content-symlink-procs.tcl: content::symlink::delete should call content_symlynk__delete instead of content_symlink__del, fixing that problem 2005-08-04 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Formatting changes * packages/acs-tcl/tcl/base64-procs.tcl: * packages/acs-tcl/tcl/mime-procs.tcl: Made sure to only load the mime and base64 procs if they are not already there * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Made sure to only provide complex send if it can be run 2005-08-03 victorg * packages/acs-content-repository/sql/postgresql/content-folder.sql: Moving folders was broken. Adding the correct definitios of content_folder__move function. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql: typo, missing '_' 2005-08-03 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: New processing of incoming mail by Nima 2005-08-02 maltes * packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/tcl/rel-types-procs-oracle.xql: * packages/acs-subsite/tcl/rel-types-procs-postgresql.xql: * packages/acs-subsite/tcl/rel-types-procs.tcl: * packages/acs-subsite/tcl/rel-types-procs.xql: * packages/acs-subsite/www/permissions/perm-user-add-include.tcl: * packages/acs-subsite/www/permissions/perm-user-add.tcl: I18N of strings and roles 2005-08-01 daveb * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a2-5.2.0a3.sql: Add image procs that support package_id to upgrade script 2005-07-31 maltes * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/www/admin/site-map/index.tcl: I18N * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: More I18N 2005-07-28 maltes * packages/acs-lang/tcl/lang-util-procs.xql: Added procedure to get all locales * packages/acs-lang/tcl/lang-util-procs.tcl: Added procedure to retrieve all locales known in the system * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: More common message keys * packages/acs-subsite/tcl/party-procs.tcl: added function to retrieve the email of a party 2005-07-27 timoh * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/tcl/group-procs.xql: added proc group::get_id * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/tcl/group-procs.xql: added proc group::get_members 2005-07-27 michaels * packages/acs-authentication/tcl/authentication-procs.tcl: add check to on-demand sync (i.e., local account creation with external user info) to ensure account was actually created. If not, return useful message 2005-07-27 maltes * packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: * packages/acs-templating/tcl/list-procs.tcl: I18N of List Builder's problem with no data * packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: * packages/acs-tcl/lib/ad-return-complaint.adp: * packages/acs-tcl/lib/complain.adp: * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: I18N of error messages * packages/acs-subsite/www/permissions/perm-include.tcl: I18N of strings * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: * packages/acs-kernel/sql/postgresql/rel-constraints-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-create.sql: More I18N 2005-07-26 timoh * packages/acs-tcl/tcl/application-data-link-procs-oracle.xql: * packages/acs-tcl/tcl/application-data-link-procs-postgresql.xql: * packages/acs-tcl/tcl/application-data-link-procs.tcl: * packages/acs-tcl/tcl/application-data-link-procs.xql: * packages/acs-tcl/tcl/application-link-procs-oracle.xql: * packages/acs-tcl/tcl/application-link-procs-postgresql.xql: * packages/acs-tcl/tcl/application-link-procs.tcl: * packages/acs-tcl/tcl/application-link-procs.xql: added application links and application data links * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl: branches: 1.1.2.2.4; added callback procs * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: bugfix: fixing error in sendmail proc - wrong catch expression 2005-07-23 maltes * packages/acs-lang/tcl/locale-procs.tcl: Fixed two bugs (in my opinion) as the procedure was doing two entirely different things when called with a user_id or without. 2005-07-22 skaufman * packages/acs-subsite/www/members/index.tcl: displays in member list other roles than just member and admin, if defined * packages/acs-subsite/www/admin/group-types/new.tcl: handles internationalization of supertypes options * packages/acs-subsite/www/admin/rel-types/new-2.tcl: handles internationalized roles and object types * packages/acs-subsite/www/admin/object-types/alphabetical-index.tcl: internationalization fix for pretty_name * packages/acs-subsite/www/admin/object-types/one.tcl: internationalization fix for pretty_name, pretty_plural * packages/acs-tcl/tcl/object-type-procs.tcl: internationalization fix for proc acs_object_type_hierarchy * packages/acs-subsite/www/members/index.xql: query for real roles; see bug 2543 * packages/acs-subsite/www/admin/rel-types/roles/new.tcl: replaces plsql with tcl api to create role -> internationalizes role names 2005-07-22 roelc * packages/acs-templating/tcl/list-procs.tcl: set __adp_stub so includes work. Only fully qualified includes will work with this 2005-07-21 skaufman * packages/acs-admin/www/apm/parameter-delete.adp: adds missing template .adp * packages/acs-admin/www/apm/parameter-delete.tcl: fixes broken ad_form and returns template correctly 2005-07-21 leed * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Fixed callback bug - implementations don't know what the args of the contract are. * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Merged fix from HEAD. * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Merged fix from head. * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Removed uneeded case for callbacks. 2005-07-21 hamiltonc * packages/acs-subsite/tcl/callback-procs.tcl: looks like there is a missing user_id parameter in the callback 2005-07-21 gerardom * packages/acs-automated-testing/tcl/aa-test-procs-oracle.xql: * packages/acs-automated-testing/tcl/aa-test-procs-postgresql.xql: * packages/acs-automated-testing/tcl/aa-test-procs.tcl: Adding a proc to get the first mounted instance of a package to used in tclwebtest 2005-07-21 andrewg * readme.txt: Testing commit after updating the postcommit_actions script. Please ignore. 2005-07-20 daveb * packages/acs-lang/www/admin/localized-message-new.tcl: Set focus variable, its passed as a property. 2005-07-19 maltes * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/sql/postgresql/attribute.sql: * packages/acs-subsite/sql/postgresql/portraits.sql: * packages/acs-subsite/sql/postgresql/user-profiles-create.sql: Added I18n versions of relationships * packages/notifications/tcl/notification-request-procs.tcl: * packages/notifications/tcl/notification-request-procs.xql: Added request_count procedure from 5.1 * packages/acs-subsite/tcl/group-procs.tcl: Added support for a pretty group name stored in the title for the creation of a group * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/community-core-create.sql: * packages/acs-kernel/sql/postgresql/groups-create.sql: I18N of Names in sql files * packages/acs-subsite/tcl/group-procs.tcl: Took out convert_to_i18n as this is HEAD function that cannot be backported due to openacs rules (as it would add a new dependency on acs-translations in acs-lang) 2005-07-19 leed * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Fixed callbacks to not call the arg parser when no switches are declared. * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Merged callback fix from HEAD. 2005-07-19 enriquec * packages/notifications/tcl/notification-callback-procs.tcl: * packages/notifications/tcl/notification-callback-procs.xql: * packages/notifications/tcl/notification-procs.tcl: * packages/notifications/tcl/notification-procs.xql: Moving callback implementations from notification-procs to notification-callback-procs * packages/notifications/tcl/notification-callback-procs.tcl: branches: 1.1.2; file notification-callback-procs.tcl was initially added on branch oacs-5-2. * packages/notifications/tcl/notification-callback-procs.xql: branches: 1.1.2; file notification-callback-procs.xql was initially added on branch oacs-5-2. 2005-07-18 andrewg * packages/acs-admin/www/apm/packages-install-4.tcl: * packages/acs-tcl/tcl/00-database-procs.tcl: Adding new proc db_bounce_pools and calling it after each package is installed or upgraded. Installations/upgrades are done in a separate process, making changes that could affect our sessions. This is particularly a problem with the content_item package on Oracle. To be on the safe side we refresh the db connections after each install/upgrade. * packages/acs-templating/www/resources/lists.css: Button lists weren't wrapping cleanly. This inserts a little extra vertical space. The 250% value was a tradeoff between IE, where the separation is largeish, and Firefox, where the separation is smallish. * packages/acs-admin/www/apm/packages-install-4.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: Moving the call to db_bounce_pools from packages-install-4.tcl to apm_package_install_data_model. * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql: Recompiling content_item didn't work. We needed to bounce the db pools, which we're doing now from apm. 2005-07-17 daveb * packages/notifications/notifications.info: Increase version number to reflect new depency on callbacks for user merge. * packages/notifications/notifications.info: Make version numbers consistent. 2005-07-15 daveb * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d9-5.2.0d10.sql: Fixes bug#2530. Create content_revision delete on upgrade that unsets live and latest revisions. 2005-07-15 andrewg * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-content-repository/tcl/revision-procs.xql: Rolling in daveb's mime type patches from oacs-5-2 2005-07-08 jeffd * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: doh forgot to init err1 * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: need to catch close since if close fails you could send message over and over 2005-07-07 enriquec * packages/acs-admin/tcl/merge-procs.tcl: Adding merge namespace. Now the callbacks will be defined under this namespace * packages/notifications/tcl/notification-procs.tcl: Removing eval from callbacks implementation definition and adding the namespace 'merge' 2005-07-06 maltes * packages/notifications/tcl/notification-request-procs.tcl: * packages/notifications/tcl/notification-request-procs.xql: Added new request proc from 5.1 * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Using the hostname is considerable better than using ad_url. Just in case we strip out "http://" in case someone accidently set the hostname with an http:// in front (not sure if AOLserver would allow this in the first place, but the devil is in the details). 2005-07-06 jeffd * packages/acs-kernel/sql/postgresql/postgresql.sql: change to create or replace function 2005-07-06 jader * packages/acs-tcl/tcl/utilities-procs.tcl: Increase standards compliance for input field 2005-07-06 donb * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-content-repository/sql/postgresql/content-type.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: Aesthetic changes, removed oracle cruft left in as comments by Dan Wickstrom's original conservsion scripts ( while working on allowing null type table names). 2005-07-06 daveb * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-content-repository/tcl/revision-procs.xql: Fix bug where content_type is not set. We need to check if an uploaded file's mime type is mapped to image. Later the code uses the passed in other_type or image_type parameter to set the actual content type of the item created. The code only checks for image or not image, so we don't need to find out every type mapped to the upload file's mime type. 2005-07-06 darior * packages/acs-content-repository/tcl/revision-procs.xql: changed bad written content_type word 2005-07-06 andrewg * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql: We needed to re-source content_revision, and recompile content_item. Not sure if we're out of the woods yet, we'll see... 2005-07-06 alexk * etc/backup.sh: Fix backup script to work with Postgres 7 which does not have TCP connections enabled 2005-07-05 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: ad_url is supposed to work even if ns_hostname resolves to a non existing domain for whatever the reason 2005-07-05 donb * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql: Further fixing of Timo's use of refresh_trigger * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql: Still working on 8i upgrades (9 seems to work) ... refreshing the view for each content type ... 2005-07-04 jeffd * www/blank-master.adp: fix css arg to initRTE so multiple edit widgets will work 2005-07-04 hamiltonc * packages/acs-subsite/www/resources/core.js: fixed inadvertent commit, brought back the acs_rteSubmitForm and acs_rteInit javascript functions 2005-07-04 daveb * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-content-repository/tcl/revision-procs.xql: Fix cr_import_content. Removed additional call to cr_registered_type_for_mime_type used inappropirately. Restored query removed in error on last commit. 2005-07-01 roelc * packages/acs-subsite/lib/user-new.tcl: Add return_url as param to asm_url if it exists 2005-07-01 daveb * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-content-repository/tcl/revision-procs.xql: Closes bug#2520. Remove query to select content type from mime type. The content type must be passed in to cr_import_content (if it is not content_revision) * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a2-5.2.0a3.sql: Fix define function args for content_folder__is_folder to match oracle. * packages/acs-content-repository/tcl/content-folder-procs.tcl: Fix list in var-list 2005-07-01 darior * packages/acs-content-repository/tcl/revision-procs.xql: Undid previous commit 2005-06-30 darior * packages/acs-content-repository/tcl/revision-procs.xql: solve problem to add txt files 2005-06-29 jeffd * packages/acs-tcl/lib/page-error.tcl: send peeraddr out and send mail to the ad_admin_user not the system_owner since its a better fit for the role 2005-06-27 jader * packages/acs-tcl/tcl/utilities-procs.tcl: * packages/acs-templating/www/resources/lists.css: * www/blank-master.adp: * www/site-master.adp: Apply patch 695 for bug 2516, increase standards compliance 2005-06-27 daveb * packages/acs-content-repository/tcl/content-folder-procs.tcl: Fix bug#2512 2005-06-26 donb * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: Someone removed security_context_p from acs_object.new in the upgrade script, sigh ... * packages/acs-automated-testing/acs-automated-testing.info: acs-automated-testing was missing a dependency on acs-kernel, which meant that the query that determines upgrade order didn't necessarily cause acs-kernel to be upgraded first. Oops. With this fix, we can successfully upgrade openacs5.1 -> openacs5.2 on both Oracle and PG. 2005-06-25 skaufman * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: added another missing message key * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: added missing message key 2005-06-25 donb * packages/acs-subsite/tcl/apm-callback-procs.tcl: Fixed upgrade of 5.1.4->5.2 for PG 2005-06-23 hamiltonc * packages/acs-templating/tcl/date-procs.tcl: modified the date widget so that id attributes are created in the day, month and year if an id attribute is passed * packages/acs-templating/tcl/date-procs.tcl: putting back a fix on differentating timestamps that must have been deleted during the last commit 2005-06-22 victorg * packages/acs-kernel/acs-kernel.info: Adding parameter SendErrorEmailP. This parameter indicates if an email has to be send to the site owner whenever an error occours or not. * packages/acs-tcl/lib/page-error.tcl: Check for acs kernel parameter ( SendErrorEmailP ) for sending email error or not. Removing automatic suscription to notifications when creating a new bug. 2005-06-22 annyf * packages/acs-subsite/tcl/apm-callback-procs.tcl: fix upgrade callback 2005-06-21 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Added a catch, just in case * packages/acs-templating/tcl/file-procs.xql: Added check for existing filenames * packages/acs-templating/tcl/file-procs.tcl: Added procedure to store a file for a party_id * packages/acs-content-repository/tcl/content-item-procs.tcl: After discussions with dave the proc went to content-item-procs.tcl and is called content::item::upload_file. Testing on the way * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Changes to accomodate latest version of file upload proc * packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml: * packages/acs-templating/tcl/file-procs.tcl: * packages/acs-templating/tcl/file-procs.xql: Reverting all changes done previously as the procedure is now in acs-content-repository * packages/acs-lang/tcl/lang-util-procs.tcl: added localize_list_of_lists util proc * packages/acs-content-repository/tcl/content-item-procs.xql: added query * packages/acs-templating/tcl/file-procs.tcl: removed get_file_extension, replace with file command * packages/acs-templating/tcl/file-procs.tcl: removed proc for checking for existing filenames and added it to the party proc as it is party specific 2005-06-21 daveb * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a1-5.2.0a2.sql: Double quotes from code copied from Oracle! * packages/acs-templating/tcl/richtext-procs.tcl: Fix bug#2506. Set output when in display mode and the element value is not set. Thanks to Martin Hebrank for the patch. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a1-5.2.0a2.sql: Fix query for view since we need to workaround the fact that acs-messaging uses CR_REVISIONS for table name. 2005-06-21 annyf * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/lib/user-new.tcl: change parameter name and add parameter RegistrationImplName * packages/acs-subsite/www/admin/set-reg-assessment.adp: * packages/acs-subsite/www/admin/set-reg-assessment.tcl: * packages/acs-subsite/www/admin/set-reg-assessment.xql: move set-reg-assessment pages to assessment 2005-06-21 andrewg * packages/acs-subsite/sql/oracle/upgrade/upgrade-5.1.2-5.1.3.sql: Rolling in bugfix from site-node-select.sql. The original pg-compatible table def wasn't oracle-compatible. Now it is. 2005-06-20 jader * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a2-5.2.0a3.sql: Fix bug #2497, error in content_item__copy, added upgrade script * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a2-5.2.0a3.sql: branches: 1.1.2; file upgrade-5.2.0a2-5.2.0a3.sql was initially added on branch oacs-5-2. 2005-06-19 maltes * packages/acs-tcl/tcl/00-database-procs.tcl: Reverted back to keep database procs low level 2005-06-19 hamiltonc * packages/acs-templating/www/resources/calendar.gif: branches: 1.1.2; file calendar.gif was initially added on branch oacs-5-2. * packages/acs-subsite/www/resources/core.js: commit new javascript to generate calendar with ad_form data widget * packages/acs-templating/www/resources/calendar.gif: general purpose calendar button 2005-06-18 daveb * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a1-5.2.0a2.sql: Recreate new version of refresh_view procedure and recreate all the views to add package_id to the view from acs_objects. 2005-06-17 daveb * packages/acs-content-repository/tcl/content-folder-procs.tcl: Use nested list for -var_list parameter 2005-06-16 timoh * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl: file acs-mail-lite-callback-procs.tcl was added on branch oacs-5-2 on 2005-07-26 16:46:01 +0000 2005-06-16 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-callback-procs.tcl: branches: 1.1.2; Callbacks for acs-mail-lite 2005-06-16 donb * packages/acs-bootstrap-installer/installer/index.tcl: Fixed bug #1704 * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/membership-rel-procs.tcl: Fixed bug #2101 for PG 8.0 on windows Fixed another bug whose number I forgot, that prevented users from deactivating their account. 2005-06-16 darior * packages/acs-content-repository/sql/common/mime-type-data.sql: add mime types for application spss 2005-06-15 miguelm * packages/acs-subsite/tcl/email-image-procs.tcl: adding catch for email image generation 2005-06-15 maltes * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Added complex_send procedure * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: I forgot to set the subject in the mime type * packages/acs-tcl/tcl/mime-procs.tcl: If tcllib is installed then we don't need these procedures * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: added a callback for ::send as well * packages/acs-tcl/tcl/base64-procs.tcl: if tcllib is installed we don't need these procedures * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: well, you should be able to send the f*** mail... 2005-06-15 jader * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: Fix bug #2487, float filter does not accept negative numbers. 2005-06-15 enriquec * packages/notifications/tcl/notification-procs.tcl: * packages/notifications/tcl/notification-procs.xql: Adding merge implementations for notifications * packages/notifications/tcl/notification-procs.tcl: * packages/notifications/tcl/notification-procs.xql: Removing merge implementatios for notifications 2005-06-15 donb * packages/acs-bootstrap-installer/db-init-checks-oracle.tcl: Fixed bug #2164 for Oracle 2005-06-15 annyf * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/lib/user-new.tcl: * packages/acs-subsite/tcl/apm-callback-procs.tcl: add RegImplName parameter to set the name of the implementation used in the registration process 2005-06-14 joel * packages/acs-core-docs/www/xml/engineering-standards/cvs.xml: rearranged reasons and reworded commit rule re: reformatting 2005-06-14 annyf * packages/acs-subsite/lib/user-new.tcl: change user::registration implementation name * packages/acs-subsite/acs-subsite.info: remove parameter and create it on the assessment package 2005-06-13 enriquec * packages/notifications/tcl/notification-procs.tcl: * packages/notifications/tcl/notification-procs.xql: Adding callback implementations: MergeShowUserInfo and MergePackageUser, to notifications * packages/acs-admin/www/users/merge-final.tcl: * packages/acs-admin/www/users/merge.adp: * packages/acs-admin/www/users/merge.tcl: Improving the resultant messages output of each callback of the merge process 2005-06-12 daveb * packages/search/tcl/search-procs.tcl: Implement indexing and searching as callbacks. Service contracts still optionally available. * packages/search/www/search.tcl: Implement search as callback. Service contract optional.. 2005-06-11 timoh * packages/acs-subsite/lib/user-info.tcl: branches: 1.16.2; map category trees to groups and categorize users * packages/acs-subsite/www/admin/groups/one.adp: * packages/acs-subsite/www/admin/groups/one.tcl: map category trees to groups and categorize users 2005-06-10 maltes * packages/acs-tcl/tcl/00-database-procs.tcl: Added the ability to localize the return of db_list_of_lists. This is something I should have done already way back before I changed db_list_of_list calls to db_foreach everywhere. Well, stupidity rules.... * packages/acs-subsite/tcl/relation-procs.tcl: Changed to use boolean. Thx to JCD for the tip. * packages/acs-tcl/tcl/00-database-procs.tcl: Interesting side effect as acs-lang is loaded after acs-tcl. lang::util::localize was unknown, so I had to add a check to the db_list_of_lists procedure to test if the string is actually a message key before localizing it. Now install works. * packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/sql/postgresql/portraits.sql: * packages/acs-subsite/sql/postgresql/user-profiles-create.sql: * packages/acs-subsite/tcl/relation-procs.tcl: More I18N. Added a new procedure relation:get_objects that returns multiple objects instead of throwing an error if you have multiple relationsships of one type (e.g. on company usually has multiple employees) * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/groups-create.sql: yet even more I18N fixes.. 2005-06-10 jader * packages/acs-admin/www/install/install.tcl: Update wording to be more accurate 2005-06-10 daveb * packages/search/tcl/search-procs.tcl: Add callback proc definitions * packages/search/tcl/search-procs.tcl: Add support for search callbacks for datasource. 2005-06-10 annyf * packages/acs-subsite/tcl/apm-callback-procs.tcl: add in the after upgrade callback the asm registration parameter * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: add messages * packages/acs-subsite/lib/user-new.tcl: * packages/acs-subsite/tcl/callback-procs.tcl: add user::registration callback to handle the assessment registration process * packages/acs-subsite/acs-subsite.info: remove AsmForRegisterId parameter since this will be registrated from the assessment package * packages/acs-subsite/tcl/apm-callback-procs.tcl: remove parameter registration, since it will be done in the assessment package 2005-06-09 annyf * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/lib/user-new.tcl: * packages/acs-subsite/tcl/callback-procs.tcl: * packages/acs-subsite/www/admin/set-reg-assessment.adp: * packages/acs-subsite/www/admin/set-reg-assessment.tcl: * packages/acs-subsite/www/admin/set-reg-assessment.xql: move pages to select the registration assessment to the Assessment Package and implement the new callbacks to get the url of the assessment 2005-06-08 timoh * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a1-5.2.0a2.sql: branches: 1.1.2; file upgrade-5.2.0a1-5.2.0a2.sql was initially added on branch oacs-5-2. * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0d16-5.2.0d17.sql: branches: 1.1.2; fixing package_id of revisions; changed insert trigger to make use of object_package_id in the insert view * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/content-type.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0a1-5.2.0a2.sql: * packages/acs-content-repository/sql/postgresql/content-type.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0a1-5.2.0a2.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d16-5.2.0d17.sql: * packages/acs-content-repository/tcl/content-revision-procs.tcl: fixing package_id of revisions; changed insert trigger to make use of object_package_id in the insert view 2005-06-08 maltes * packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: * packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml: * packages/search/catalog/search.en_US.ISO-8859-1.xml: Added message keys * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: More common terms * packages/acs-subsite/tcl/group-procs.tcl: The group name should be acs-translated * packages/ref-countries/catalog/ref-countries.de_DE.ISO-8859-1.xml: * packages/ref-countries/catalog/ref-countries.en_US.ISO-8859-1.xml: branches: 1.2.2; Added message keys * packages/ref-countries/catalog/ref-countries.de_DE.ISO-8859-1.xml: file ref-countries.de_DE.ISO-8859-1.xml was added on branch oacs-5-2 on 2005-09-08 10:00:19 +0000 * packages/ref-countries/catalog/ref-countries.en_US.ISO-8859-1.xml: file ref-countries.en_US.ISO-8859-1.xml was added on branch oacs-5-2 on 2005-09-08 10:00:19 +0000 2005-06-08 enriquec * packages/acs-admin/www/users/merge-final.tcl: Adding a proc call that will merge the users objects, permissions and protraits * packages/acs-admin/www/users/merge-confirm.tcl: * packages/acs-admin/www/users/merge-final.adp: * packages/acs-admin/www/users/merge-final.tcl: Adding an 'if' clause in adp merge final page if the user doesn't want to merge. * packages/acs-admin/tcl/merge-procs.tcl: Adding the new callback MergeShowUserInfo * packages/acs-admin/www/users/merge-final.tcl: * packages/acs-admin/www/users/merge-oracle.xql: * packages/acs-admin/www/users/merge-postgresql.xql: * packages/acs-admin/www/users/merge.adp: * packages/acs-admin/www/users/merge.tcl: * packages/acs-admin/www/users/merge.xql: * packages/acs-authentication/tcl/apm-callback-procs.tcl: * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-authentication/tcl/local-procs.xql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.5-5.2.0a1.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.5-5.2.0a1.sql: * packages/acs-tcl/tcl/membership-rel-procs-oracle.xql: * packages/acs-tcl/tcl/membership-rel-procs-postgresql.xql: * packages/acs-tcl/tcl/membership-rel-procs.tcl: Fixing bugs in user merge support. Improving the process, making it more generic and now it works for acs-core. Adding the upgrade scripts for oracle and pg. * packages/acs-admin/tcl/merge-procs.tcl: * packages/acs-admin/tcl/merge-procs.xql: * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-authentication/tcl/local-procs.xql: Moving the code that reassign objects from local authentication procs to the merge procs library. * packages/acs-authentication/tcl/local-procs.xql: branches: 1.1.2; file local-procs.xql was initially added on branch oacs-5-2. * packages/acs-admin/tcl/merge-procs.xql: branches: 1.1.2; file merge-procs.xql was initially added on branch oacs-5-2. * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.5-5.2.0a1.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.5-5.2.0a1.sql: branches: 1.1.2; file upgrade-5.1.5-5.2.0a1.sql was initially added on branch oacs-5-2. 2005-06-08 darior * packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl: Undid previous commit 2005-06-08 andrewg * packages/acs-admin/www/users/merge.tcl: Adding missing -object_id switch to site_node::get_url_from_object_id calls * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: Fix typo, were -> where * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d9-5.2.0d10.sql: Fix typo, wrong proc qualifier 2005-06-07 victorg * packages/search/catalog/search.en_US.ISO-8859-1.xml: * packages/search/catalog/search.es_ES.ISO-8859-1.xml: * packages/search/catalog/search.es_GT.ISO-8859-1.xml: Adding catalogs for es_GT and es_GT locales * packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml: Adding message keys for es_ES and es_GT locales * packages/acs-lang/sql/oracle/upgrade/upgrade-5.1.4-5.1.4d1.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.1.4-5.1.4d1.sql: Fixing bug: More than one default locale for Spanish and Chinese * packages/search/catalog/search.es_GT.ISO-8859-1.xml: branches: 1.1.2; file search.es_GT.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-lang/sql/oracle/upgrade/upgrade-5.1.4-5.1.4d1.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.1.4-5.1.4d1.sql: branches: 1.1.2; file upgrade-5.1.4-5.1.4d1.sql was initially added on branch oacs-5-1. * packages/search/catalog/search.es_ES.ISO-8859-1.xml: branches: 1.1.2; 1.1.4; file search.es_ES.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/search/catalog/search.es_ES.ISO-8859-1.xml: file search.es_ES.ISO-8859-1.xml was added on branch oacs-5-2 on 2006-05-01 22:18:39 +0000 2005-06-07 timoh * packages/acs-content-repository/tcl/content-item-procs.tcl: * packages/acs-content-repository/tcl/content-revision-procs.tcl: bugfix: set package_id and context_id for items and revisions 2005-06-07 maltes * packages/ref-countries/catalog/ref-countries.de_DE.ISO-8859-1.xml: * packages/ref-countries/catalog/ref-countries.en_US.ISO-8859-1.xml: * packages/ref-countries/ref-countries.info: Added I18N of countries * packages/acs-lang/tcl/lang-util-procs.tcl: Added procedure to transform a string into an I18N version of itself (so it can be translated). * packages/acs-lang/acs-lang.info: Added requirement for acs-translations due to new I18N procedure (not utterly necessary, as you could always provide a different package key and you do not need the package per se, just when you want to export your message keys, but I think it is still better this way) * packages/ref-countries/ref-countries.info: Error with to many "" 2005-06-07 dirkg * packages/search/sql/oracle/search-tables-create.sql: Added indexed_content field to the site_wide_index table. This field will hold "textualized" content of binaries. * packages/search/sql/oracle/search-tables-create.sql: Added package_id to site_wide_index table 2005-06-07 darior * packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl: Forgotten procedure new_site_node_and_package in site-node-apm-integration-procs.tcl 2005-06-05 maltes * packages/acs-lang/tcl/lang-util-procs.tcl: Added procedure to convert messages in #message_key# syntax to something that can be used in select boxes. This is necessary due to the fact thatwe are storing message_keys e.g. with "pretty_name" directly in the database. * packages/acs-lang/tcl/lang-util-procs.tcl: Backed out last commit, as the procedure already existed and is called lang::util::localize ... 2005-06-05 donb * packages/acs-tcl/tcl/text-html-procs.tcl: Fixed bug #1655 by applying patch #468 * packages/acs-kernel/sql/oracle/groups-body-create.sql: Fixed someone's typo in the new "merge" pl/sql procs 2005-06-05 daveb * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d15-5.2.0a1.sql: Fix bug#1937 with patch#548. Use full syntax for inserts so integer values work on content_revision__copy in PostgreSQL. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d15-5.2.0a1.sql: branches: 1.1.2; file upgrade-5.2.0d15-5.2.0a1.sql was initially added on branch oacs-5-2. 2005-06-04 michaels * packages/acs-subsite/www/admin/object-types/alphabetical-index.adp: branches: 1.1.2; file alphabetical-index.adp was initially added on branch oacs-5-2. * packages/acs-subsite/www/admin/object-types/index.adp: branches: 1.1.2; file index.adp was initially added on branch oacs-5-2. * packages/acs-subsite/www/admin/object-types/one.adp: branches: 1.1.2; file one.adp was initially added on branch oacs-5-2. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d16-5.2.0d17.sql: branches: 1.1.2; file upgrade-5.2.0d16-5.2.0d17.sql was initially added on branch oacs-5-2. * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: bump all core version numbers (and requires as well) to 5.2.0a1 * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-template.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d16-5.2.0d17.sql: define function args for content_template__get_path and __delete; add upgrade script and bump version to 5.2.0d17 * packages/acs-subsite/tcl/apm-callback-procs.tcl: incorrectly numbered apm_upgrade_logic * packages/acs-subsite/www/admin/object-types/one.adp: * packages/acs-subsite/www/admin/object-types/one.tcl: template object display page * packages/acs-subsite/www/admin/object-types/alphabetical-index.adp: * packages/acs-subsite/www/admin/object-types/alphabetical-index.tcl: * packages/acs-subsite/www/admin/object-types/index.adp: * packages/acs-subsite/www/admin/object-types/index.tcl: template object view indexes * packages/acs-content-repository/tcl/content-folder-procs.tcl: var_list must be a list of lists 2005-06-04 maltes * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/tcl/rel-types-procs-oracle.xql: * packages/acs-subsite/tcl/rel-types-procs-postgresql.xql: * packages/acs-subsite/tcl/rel-types-procs.tcl: * packages/acs-subsite/tcl/rel-types-procs.xql: Improved the code for the creation of a relationship type to support custom table names. Added a proc to create roles * packages/acs-translations/acs-translations.info: branches: 1.1.2; Initial creation of acs-translations package * packages/acs-translations/acs-translations.info: file acs-translations.info was added on branch oacs-5-2 on 2005-08-25 14:30:22 +0000 2005-06-04 jader * packages/acs-core-docs/www/xml/engineering-standards/cvs.xml: Fixed how to add users to CVS docs 2005-06-03 maltes * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Forgot the catalog file * packages/acs-kernel/sql/postgresql/community-core-create.sql: * packages/acs-kernel/sql/postgresql/groups-create.sql: * packages/acs-subsite/sql/postgresql/attribute.sql: I18N of Attributes 2005-06-02 hamiltonc * packages/acs-templating/resources/lists/course-filters.adp: * packages/acs-templating/resources/lists/courses.adp: added list templates for course lists in dotlrn-catalog * packages/acs-templating/resources/lists/course-filters.adp: branches: 1.1.2; file course-filters.adp was initially added on branch oacs-5-2. * packages/acs-templating/resources/lists/courses.adp: branches: 1.1.2; file courses.adp was initially added on branch oacs-5-2. 2005-06-02 daveb * packages/acs-tcl/tcl/request-processor-procs.tcl: Add a list of valid options to ad_conn api documentation. * packages/acs-content-repository/tcl/content-folder-procs.tcl: Add where clause to content::folder::update 2005-06-01 timoh * packages/acs-tcl/tcl/application-data-link-procs-oracle.xql: file application-data-link-procs-oracle.xql was added on branch oacs-5-2 on 2005-07-26 16:43:57 +0000 * packages/acs-tcl/tcl/application-data-link-procs-postgresql.xql: file application-data-link-procs-postgresql.xql was added on branch oacs-5-2 on 2005-07-26 16:43:57 +0000 * packages/acs-tcl/tcl/application-data-link-procs.tcl: file application-data-link-procs.tcl was added on branch oacs-5-2 on 2005-07-26 16:43:57 +0000 * packages/acs-tcl/tcl/application-data-link-procs.xql: file application-data-link-procs.xql was added on branch oacs-5-2 on 2005-07-26 16:43:57 +0000 * packages/acs-tcl/tcl/application-link-procs-oracle.xql: file application-link-procs-oracle.xql was added on branch oacs-5-2 on 2005-07-26 16:43:57 +0000 * packages/acs-tcl/tcl/application-link-procs-postgresql.xql: file application-link-procs-postgresql.xql was added on branch oacs-5-2 on 2005-07-26 16:43:57 +0000 * packages/acs-tcl/tcl/application-link-procs.tcl: file application-link-procs.tcl was added on branch oacs-5-2 on 2005-07-26 16:45:14 +0000 * packages/acs-tcl/tcl/application-link-procs.xql: file application-link-procs.xql was added on branch oacs-5-2 on 2005-07-26 16:43:57 +0000 2005-06-01 maltes * packages/acs-tcl/tcl/object-procs.tcl: Added application and application data linking functionality written by Timo. This allows you to link packages together (e.g. project-manager and logger) or data of packages (e.g. a project and a file-storage folder) * packages/acs-tcl/tcl/application-data-link-procs-oracle.xql: * packages/acs-tcl/tcl/application-data-link-procs-postgresql.xql: * packages/acs-tcl/tcl/application-data-link-procs.tcl: * packages/acs-tcl/tcl/application-data-link-procs.xql: * packages/acs-tcl/tcl/application-link-procs-oracle.xql: * packages/acs-tcl/tcl/application-link-procs-postgresql.xql: * packages/acs-tcl/tcl/application-link-procs.tcl: * packages/acs-tcl/tcl/application-link-procs.xql: branches: 1.1.2; Added application and application data linking functionality written by Timo. This allows you to link packages together (e.g. project-manager and logger) or data of packages (e.g. a project and a file-storage folder) 2005-05-31 jarkko * etc/config.tcl: * etc/daemontools/run: Upped to 1.0.2 * etc/daemontools/run: reverted unintentional changes * etc/config.tcl: reverting unintentional changes 2005-05-31 daveb * packages/acs-content-repository/tcl/content-folder-procs.tcl: * packages/acs-content-repository/tcl/content-item-procs.tcl: Add where clause to content::item::update and content::folder::update 2005-05-30 jarkko * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Added two missing message keys, 'Member' and 'Online' to message catalog. 2005-05-28 annyf * packages/acs-subsite/acs-subsite.info: fix package version 2005-05-27 jeffd * packages/acs-subsite/www/permissions/toggle-inherit.tcl: fix so subsite admins toggling inheritence dont remove their own admin rights 2005-05-24 victorg * packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml: * packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.es_GT.ISO-8859-1.xml: * packages/notifications/notifications.info: * packages/notifications/www/request-notification.adp: * packages/notifications/www/request-notification.xql: * packages/notifications/www/request-unsubscribe-notification.adp: * packages/notifications/www/request-unsubscribe-notification.tcl: * packages/notifications/www/request-unsubscribe-notification.xql: * packages/notifications/www/unsubscribe.tcl: * packages/notifications/www/unsubscribe.xql: Adding pages in order to manage notifications for a group of users or for a given user. * packages/notifications/www/request-notification.tcl: branches: 1.1.10; Adding pages in order to manage notifications for a group of users or for a given user. 2005-05-24 enriquec * packages/acs-admin/tcl/merge-procs.tcl: * packages/acs-admin/www/resources/left.gif: * packages/acs-admin/www/resources/not_available.gif: * packages/acs-admin/www/resources/right.gif: * packages/acs-admin/www/resources/um-more-info.css: * packages/acs-admin/www/users/merge-confirm.adp: * packages/acs-admin/www/users/merge-confirm.tcl: * packages/acs-admin/www/users/merge-confirm.xql: * packages/acs-admin/www/users/merge-final.adp: * packages/acs-admin/www/users/merge-final.tcl: * packages/acs-admin/www/users/merge-oracle.xql: * packages/acs-admin/www/users/merge-postgresql.xql: * packages/acs-admin/www/users/merge.adp: * packages/acs-admin/www/users/merge.tcl: * packages/acs-admin/www/users/merge.xql: * packages/acs-admin/www/users/one.adp: * packages/acs-admin/www/users/search.tcl: Adding GUI to merge user accounts. I modified the 'one acs admin user' page and 'search' page to support this. * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/groups-body-create.sql: * packages/acs-kernel/sql/oracle/groups-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d9-5.2.0d10.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/groups-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d9-5.2.0d10.sql: Adding the member_state 'merged'. Added plsql functions and upgrade scripts for oracle and pg. * packages/acs-admin/www/resources/left.gif: branches: 1.1.2; file left.gif was initially added on branch oacs-5-2. * packages/acs-admin/www/users/merge-confirm.adp: branches: 1.1.2; file merge-confirm.adp was initially added on branch oacs-5-2. * packages/acs-admin/www/users/merge-confirm.tcl: branches: 1.1.2; file merge-confirm.tcl was initially added on branch oacs-5-2. * packages/acs-admin/www/users/merge-confirm.xql: branches: 1.1.2; file merge-confirm.xql was initially added on branch oacs-5-2. * packages/acs-admin/www/users/merge-final.adp: branches: 1.1.2; file merge-final.adp was initially added on branch oacs-5-2. * packages/acs-admin/www/users/merge-final.tcl: branches: 1.1.2; file merge-final.tcl was initially added on branch oacs-5-2. * packages/acs-admin/www/users/merge-oracle.xql: branches: 1.1.2; file merge-oracle.xql was initially added on branch oacs-5-2. * packages/acs-admin/www/users/merge-postgresql.xql: branches: 1.1.2; file merge-postgresql.xql was initially added on branch oacs-5-2. * packages/acs-admin/tcl/merge-procs.tcl: branches: 1.1.2; file merge-procs.tcl was initially added on branch oacs-5-2. * packages/acs-admin/www/users/merge.adp: branches: 1.1.2; file merge.adp was initially added on branch oacs-5-2. * packages/acs-admin/www/users/merge.tcl: branches: 1.1.2; file merge.tcl was initially added on branch oacs-5-2. * packages/acs-admin/www/users/merge.xql: branches: 1.1.2; file merge.xql was initially added on branch oacs-5-2. * packages/acs-admin/www/resources/not_available.gif: branches: 1.1.2; file not_available.gif was initially added on branch oacs-5-2. * packages/acs-admin/www/resources/right.gif: branches: 1.1.2; file right.gif was initially added on branch oacs-5-2. * packages/acs-admin/www/resources/um-more-info.css: branches: 1.1.2; file um-more-info.css was initially added on branch oacs-5-2. * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d9-5.2.0d10.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d9-5.2.0d10.sql: branches: 1.1.2; file upgrade-5.2.0d9-5.2.0d10.sql was initially added on branch oacs-5-2. 2005-05-23 jeffd * packages/search/www/search.adp: * packages/search/www/search.tcl: search for things owned by the subsite itself as well, provide object_id in datasource 2005-05-23 daveb * packages/acs-content-repository/sql/postgresql/content-type.sql: Fix define function args call to use parent_type for parametr name to match oracle instead of content_type. 2005-05-21 dirkg * packages/search/sql/oracle/search-im-convert.sql: branches: 1.1.4; first draft for .lrn search. run load-site-wide-search shell script to install * packages/search/sql/oracle/load-site-wide-search: * packages/search/sql/oracle/search-ctxsys.sql: * packages/search/sql/oracle/search-from-scratch.sql: * packages/search/sql/oracle/search-index-create.sql: * packages/search/sql/oracle/search-index-drop.sql: * packages/search/sql/oracle/search-index-from-scratch.sql: * packages/search/sql/oracle/search-packages-create.sql: * packages/search/sql/oracle/search-packages-drop.sql: * packages/search/sql/oracle/search-tables-create.sql: * packages/search/sql/oracle/search-tables-drop.sql: first draft for .lrn search. run load-site-wide-search shell script to install 2005-05-20 jader * packages/acs-core-docs/www/xml/install-guide/postgres.xml: Correct URL in documentation for Mac OS X startup 2005-05-20 andrewg * packages/acs-tcl/tcl/utilities-procs.tcl: Merging in changes from oacs-5-1. Please see comments for 1.70.2.8. 2005-05-18 jeffd * www/robots.txt: remove disallow /, merge googleboot wc match from head 2005-05-18 andrewg * packages/acs-tcl/tcl/utilities-procs.tcl: Backing out of previous commit. This version should be identical to 1.83 * packages/acs-tcl/tcl/utilities-procs.tcl: Merging previous commit from oacs-5-1 onto HEAD. Please see comments for 1.70.2.8. * packages/acs-tcl/tcl/utilities-procs.tcl: Non-inf cookies weren't being set correctly on IE, we believe because of the combination of HTTP/1.0 and max-age. According to RFC 2109, max-age should be used for HTTP/1.1 while Expires is appropriate for HTTP/1.0. We've simply added Expires to every cookie, and set it equal to the current time plus max-age. * packages/acs-tcl/tcl/utilities-procs.tcl: Re-merging the cookie code committed on the oacs-5-1 branch, to version 1.70.2.8 2005-05-16 maltes * packages/acs-content-repository/tcl/revision-procs.tcl: Removed custom code from Heidelberg 2005-05-16 jeffd * packages/tsearch2-driver/tcl/tsearch2-driver-install-procs.tcl: pg8 installed in usr local has tsearch2 in $prefix/share/contrib -- we should probably try to guess based on pg_config --libdir or something 2005-05-13 skaufman * packages/acs-templating/www/resources/lists.css: branches: 1.6.2; eliminates ugly border around list sort arrows for list-narrow style 2005-05-12 jeffd * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0d15-5.2.0d16.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d15-5.2.0d16.sql: add some common mimetypes, bump version, upgrade scripts provided * packages/acs-content-repository/sql/common/mime-type-data.sql: branches: 1.4.2; add some common mimetypes, bump version, upgrade scripts provided * packages/acs-tcl/tcl/text-html-procs.tcl: branches: 1.46.2; duh A-F not A-f * packages/acs-content-repository/acs-content-repository.info: branches: 1.56.2; add some common mimetypes, bump version, upgrade scripts provided * packages/acs-tcl/tcl/form-processing-procs.tcl: check both the ad_form elements and the template elements * packages/acs-tcl/tcl/text-html-procs.tcl: fix expanding hex entities resolves bug 2454 * packages/acs-tcl/tcl/form-processing-procs.tcl: inverted logic and the wrong element key from last commit * packages/acs-tcl/tcl/form-processing-procs.tcl: use template::element::exists for checking if an element exists for validation blocks - faster and works in the event you added an element directly via the form api 2005-05-11 carolinem * packages/acs-subsite/www/resources/default-master.css: branches: 1.5.6; submit-button class 2005-05-10 andrewg * packages/acs-admin/www/apm/parameter-delete.adp: * packages/acs-admin/www/apm/parameter-delete.tcl: Add a confirmation step before taking the destructive action of deleting the parmeter. This protects against stray clicks and prefetching tools like the Google Web Accelerator. * packages/acs-admin/www/apm/parameter-delete.tcl: Bringing in last commit from the oacs-5-1 branch onto HEAD. * packages/acs-admin/www/apm/parameter-delete.adp: branches: 1.1.2; file parameter-delete.adp was initially added on branch oacs-5-1. 2005-05-06 richardh * packages/acs-lang/tcl/lang-install-procs.tcl: Added namespace eval to avoid start-up failure 2005-05-03 jeffd * packages/acs-templating/tcl/widget-procs.tcl: inverted logic on checking multiple in last commit * packages/acs-templating/tcl/widget-procs.tcl: make 4 space * packages/acs-templating/tcl/widget-procs.tcl: support a display_widget attribute for the category widget so we can show checkboxes for category selection 2005-05-02 skaufman * packages/acs-api-browser/www/proc-view.tcl: branches: 1.6.16; maintains chain-of-crumb links when toggling show/hide source * packages/acs-api-browser/www/proc-view.adp: maintains chain-of-crumb links when toggling show/hide source 2005-04-29 miguelm * packages/acs-subsite/www/admin/set-reg-assessment.adp: branches: 1.4.2; send parameter to set the registration assessment 2005-04-29 maltes * packages/acs-lang/www/admin/import-messages-from-ts.adp: * packages/acs-lang/www/admin/import-messages-from-ts.tcl: * packages/acs-lang/www/admin/package-list.adp: * packages/acs-lang/www/admin/package-list.tcl: Added capability to import all messages for a locale from the translation server 2005-04-29 jeffd * packages/acs-subsite/lib/login.adp: branches: 1.10.2; get rid of spurious - 2005-04-28 skaufman * packages/acs-api-browser/www/proc-view.tcl: adds package to trail-of-crumbs for proc-view as it is in procs-file-view, display-sql, etc 2005-04-28 jeffd * packages/acs-subsite/www/pvt/home.tcl: branches: 1.20.2; use -catch for callback so if page fragment has error we still serve page * packages/acs-content-repository/tcl/revision-procs.tcl: branches: 1.21.2; throw a NOT_FOUND error for not found so we can 404 in things like photo-album/www/image/index.vuh * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: branches: 1.67.2; add the account closed title msg key * packages/acs-subsite/www/register/account-closed.tcl: change msg key in account-closed page * packages/acs-subsite/www/register/account-closed.tcl: change msg key in account-closed page, uppercase key 2005-04-27 victorg * packages/acs-subsite/www/resources/site-master.css: Changing color for the greeting message Increasing the context-bar font size * packages/acs-subsite/www/resources/site-master.css: Restoring site-master.css * www/site-master.adp: i18n for online members message 2005-04-27 timoh * packages/acs-content-repository/tcl/content-item-procs.tcl: branches: 1.10.2; added defaults for creation user and creation ip of content-items 2005-04-27 jeffd * packages/acs-tcl/tcl/request-processor-procs.tcl: branches: 1.82.2; fix getting the referrer and constructing the url for the email traceback notify * packages/acs-subsite/www/register/account-closed.tcl: doubled up title/text annoying 2005-04-26 jader * packages/acs-tcl/tcl/utilities-init.tcl: Applying Nis' fix for bug 2407 (log rotation runs only on canonical server) 2005-04-25 victorg * packages/acs-content-repository/tcl/item-procs.tcl: Adding default value for db_string in item::get_live_revision * packages/acs-content-repository/tcl/item-procs.tcl: Adding default value to db_string in item::get_live_revision 2005-04-25 timoh * packages/acs-templating/acs-templating.info: * packages/acs-templating/resources/lists/table.adp: * packages/acs-templating/tcl/list-procs.tcl: added 10 as dynamic list size; let selectbox for dynamic size appear always; increased version number * packages/acs-templating/resources/lists/table.adp: branches: 1.18.2; added 10 as dynamic list size; let selectbox for dynamic size appear always * packages/acs-templating/tcl/list-procs.tcl: branches: 1.26.2; added 10 as dynamic list size; let selectbox for dynamic size appear always * packages/acs-templating/resources/lists/table.adp: fixing typo * packages/acs-templating/resources/lists/table.adp: removed bottom selectbox for dynamic size 2005-04-25 maltes * packages/acs-templating/acs-templating.info: Apparently Timo had no clue how version numbers increase.... 2005-04-23 maltes * packages/acs-lang/www/admin/import-messages-from-ts.tcl: Changed Translation Server to reflect that translate.openacs.org works now with this functionality 2005-04-22 eduardop * packages/acs-content-repository/tcl/revision-procs-oracle.xql: bugfix: fixing bug #2402, bad merge 2005-04-21 timoh * packages/acs-templating/resources/lists/table.adp: * packages/acs-templating/tcl/list-procs.tcl: added variable row numbers via selectbox; added pagination b" ar at bottom of list * packages/acs-templating/resources/lists/table.adp: * packages/acs-templating/tcl/list-procs.tcl: added variable row numbers via selectbox; added pagination bar at bottom of list * packages/acs-content-repository/tcl/content-item-procs.tcl: * packages/acs-content-repository/tcl/revision-procs.tcl: bugfix: default values for creation_user and creation_ip in item::new 2005-04-21 jader * packages/acs-lang/sql/oracle/ad-locales.sql: Remove unnecessary end; tag. 2005-04-20 jader * packages/acs-core-docs/www/xml/install-guide/openacs.xml: branches: 1.29.2; Fixed typo in reference guide, courtesy of Oscar Castaneda V. 2005-04-20 eduardop * packages/acs-content-repository/tcl/revision-procs-oracle.xql: fix (people should try these changes first prior to commit) * packages/acs-admin/www/apm/packages-install-2.tcl: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d2-5.1.4d3.sql: * packages/acs-tcl/tcl/navigation-callback-procs.tcl: fix pacakge -> package typo 2005-04-20 daveb * packages/acs-content-repository/tcl/filter-procs.tcl: Pass resolve index to get_id 2005-04-19 maltes * packages/acs-content-repository/tcl/content-folder-procs-oracle.xal: * packages/acs-content-repository/tcl/content-folder-procs-postgresql.xql: * packages/acs-content-repository/tcl/content-folder-procs.tcl: Limit the result of get_folder_from_package to the maximum folder_id * packages/acs-content-repository/tcl/content-folder-procs-oracle.xal: branches: 1.1.2; file content-folder-procs-oracle.xal was initially added on branch oacs-5-1. * packages/acs-content-repository/tcl/content-folder-procs-postgresql.xql: branches: 1.1.2; file content-folder-procs-postgresql.xql was initially added on branch oacs-5-1. 2005-04-15 timoh * packages/acs-content-repository/tcl/acs-content-repository-procs.tcl: * packages/acs-content-repository/tcl/content-item-procs.tcl: * packages/acs-content-repository/tcl/content-revision-procs.tcl: * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-content-repository/tcl/filter-procs.xql: * packages/acs-content-repository/tcl/item-procs.tcl: * packages/acs-content-repository/tcl/item-procs.xql: * packages/acs-content-repository/tcl/revision-procs.tcl: adding defaults to creation_user, creation_ip, content_type to content::item::new * packages/acs-subsite/tcl/package-procs-oracle.xql: * packages/acs-subsite/tcl/package-procs-postgresql.xql: bugfix: fixing bug #2399, wrong query labeling in xql files * packages/acs-content-repository/tcl/revision-procs.tcl: reverting back custom code 2005-04-14 jader * packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl: OpenNSD is kaput * packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl: Updated to work with Oracle 10. Was using Oracle8 hardcoded -- the new code is is more flexible with what the driver calls itself. * packages/acs-tcl/tcl/00-database-procs.tcl: branches: 1.58.2; Updated to work with Oracle 10. Was using Oracle8 hardcoded -- the new code is is more flexible with what the driver calls itself. 2005-04-13 maltes * packages/acs-content-repository/tcl/content-folder-procs.tcl: Added a (cached) function to retrieve the content::folder_id from a package_id * packages/acs-tcl/tcl/object-type-procs.tcl: * packages/acs-tcl/tcl/object-type-procs.xql: Added function (cached) to return table_name of an object * packages/acs-subsite/tcl/package-procs.tcl: Cached the package_object_attribute_list indefinitely as this is a serious performance degrader if you use the CR TCL functions. Furthermore, attributes should not be changed without a restart if I'm not mistaken, therefore util_memoizing indefinitely seems to be a valid way of doing this. Kudos to Timo. * packages/acs-content-repository/tcl/content-folder-procs.tcl: branches: 1.9.2; Added function to return the content_folder_id for a package 2005-04-13 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: branches: 1.16.2; Fix case when a one character term is in the middle of two other terms. Add test case. * packages/tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl: branches: 1.2.2; Fix case when a one character term is in the middle of two other terms. Add test case. 2005-04-12 eduardop * etc/install/checkout.sh: * etc/install/install.tcl: * etc/install/oracle/recreate-user.sh: * etc/install/updateserver.sh: update 2005-04-12 andrewg * packages/acs-templating/www/resources/bullet.gif: * packages/acs-templating/www/resources/minus.gif: * packages/acs-templating/www/resources/plus.gif: Adding dhtml tree code. * packages/acs-templating/www/resources/mktree.js: branches: 1.1.4; Adding dhtml tree code. * packages/acs-templating/www/resources/mktree.css: branches: 1.1.8; Adding dhtml tree code. 2005-04-11 leed * packages/acs-tcl/tcl/callback-procs.tcl: Added procs for querying callbacks. * packages/acs-tcl/tcl/object-type-procs-oracle.xql: * packages/acs-tcl/tcl/object-type-procs-postgresql.xql: * packages/acs-tcl/tcl/object-type-procs.tcl: Fixed supertype accessor. 2005-04-08 torbenb * etc/daemontools/run: annotating for ssl binding variation, and ulimit variation to quash aolserver startup warning (and potential instability etc), see aolserver irc chat logs http://panoptic.com/aolserver/chat/20050405.html and following 2 days 2005-04-08 miguelm * packages/acs-subsite/www/admin/set-reg-assessment.tcl: branches: 1.7.2; fix query to select the assessments created in the same subsite 2005-04-08 jader * packages/notifications/notifications.info: * packages/notifications/tcl/notification-request-procs.tcl: * packages/notifications/tcl/notification-request-procs.xql: Added ability to count number of notifications of a type on a particular object * bin/etags.sh: Added etags script (how could we live without one?) * bin/etags.sh: branches: 1.1.2; file etags.sh was initially added on branch oacs-5-1. 2005-04-07 timoh * packages/acs-subsite/lib/user-info.tcl: added user categorization * packages/acs-subsite/lib/user-info.tcl: removed customer specific code 2005-04-07 miguelm * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: add messages related to registration assessment * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: add messages related to the register assessment * packages/acs-subsite/www/admin/set-reg-assessment.tcl: change the button functionality 2005-04-05 miguelm * packages/acs-subsite/www/admin/set-reg-assessment.adp: * packages/acs-subsite/www/admin/set-reg-assessment.tcl: fix edit button 2005-04-04 miguelm * packages/acs-subsite/www/admin/set-reg-assessment.adp: * packages/acs-subsite/www/admin/set-reg-assessment.tcl: * packages/acs-subsite/www/admin/set-reg-assessment.xql: add links to edit and create the registration assessment * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: add message displayed when the assessment is related to the registration process * packages/acs-subsite/www/admin/index.adp: branches: 1.22.2; 1.22.6; add links to edit and create the registration assessment * packages/acs-subsite/www/admin/set-reg-assessment.xql: branches: 1.4.2; fix query to select an instance that is alredy mounted * packages/acs-subsite/www/admin/set-reg-assessment.tcl: fix query to select an instance that is alredy mounted 2005-04-04 jeffd * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: multiple words were not tokenized properly 2005-04-03 leed * packages/acs-tcl/tcl/object-type-procs-oracle.xql: * packages/acs-tcl/tcl/object-type-procs-postgresql.xql: * packages/acs-tcl/tcl/object-type-procs.tcl: Functions to get the parent types of an object type with util_memoize caching. 2005-04-01 torbenb * packages/acs-core-docs/www/xml/install-guide/oracle.xml: adding link about Andrew Piskorski's Oracle9i install notes per thread http://openacs.org/forums/message-view?message_id=67108 2005-04-01 jader * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: Updated link on maintenance page, thanks to Wojtek Przywrzej 2005-03-31 torbenb * packages/acs-core-docs/www/xml/install-guide/oracle.xml: added link about Oracle9i installation notes, per request from this thread: http://openacs.org/forums/message-view?message_id=282697 2005-03-31 miguelm * packages/acs-subsite/www/admin/set-reg-assessment.xql: verify if the public have read privilege for the assessment 2005-03-30 jeffd * packages/acs-tcl/tcl/parameter-procs.tcl: add param docs for localize and boolean for parameter;:get * packages/search/tcl/search-procs.tcl: branches: 1.26.2; object_type unavailable on delete * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: branches: 1.27.2; fix for trailing space on boolean flag resolves bug 2381 by Carl Coryell-Martin 2005-03-29 timoh * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5-5.1.6d1.sql: branches: 1.1.2; file upgrade-5.1.5-5.1.6d1.sql was initially added on branch oacs-5-1. * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5-5.1.6d1.sql: * packages/acs-content-repository/tcl/acs-content-repository-procs-oracle.xql: * packages/acs-content-repository/tcl/acs-content-repository-procs.tcl: * packages/acs-content-repository/tcl/filter-procs.tcl: provided default template in oracle 2005-03-29 maltes * packages/acs-lang/acs-lang.info: * packages/acs-lang/www/admin/import-messages-from-ts.tcl: * packages/acs-lang/www/admin/message-list.adp: * packages/acs-lang/www/download-messages.tcl: Added parameter BehaveLikeTranslationServerP as per request from Joel. If enabled you will allow downloads of your translations at /acs-lang/download-messages.tcl * packages/acs-lang/www/download-messages.tcl: branches: 1.1.2; file download-messages.tcl was initially added on branch oacs-5-1. 2005-03-29 jeffd * packages/search/tcl/search-procs.tcl: * packages/search/tcl/syndicate-procs.tcl: add a search::action callback and make the syndication called from the callback rather than inline. * packages/acs-tcl/tcl/install-procs.tcl: branches: 1.14.2; fix docs for set-parameter-default * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: have callbacks executed one level below the calling function so upvar works how you would expect in the callback * packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl: test that array pass by ref works as expected, test eval uplevel work with empty args and that only one round of eval applied 2005-03-29 jader * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: Added link to binary installers 2005-03-28 carlb * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: branches: 1.27.2; cleaned up doc, removed references to specific aolserver versions where posible, and added needed library path variable for nsposgres 2005-03-27 daveb * packages/search/www/search.tcl: branches: 1.17.2; Remove ETP specific code from search package. Also trimming "index" from all ETP urls could quite possibly trim something uninteded. The correct course of action would be to handle this in the ETP URL service contract using file commands to get just the filename if it exactly matches index. 2005-03-26 maltes * packages/acs-lang/acs-lang.info: Upped version per request from Joel to 5.1.6a1 2005-03-26 jeffd * packages/acs-content-repository/sql/postgresql/content-item.sql: branches: 1.65.2; propigate title rather than name for content_item__new, bump to d15, upgrade * packages/acs-subsite/www/pvt/home.tcl: fix subsite_url * packages/acs-lang/tcl/lang-install-procs.tcl: fix typo in disable-locale action * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d14-5.2.0d15.sql: propigate title rather than name for content_item__new, bump to d15, upgrade * packages/acs-kernel/catalog/acs-kernel.ms_my.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ms_my.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ms_my.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ms_my.utf-8.xml: * packages/acs-templating/catalog/acs-templating.ms_my.utf-8.xml: * packages/notifications/catalog/notifications.ms_my.utf-8.xml: remove the unused .ms_my locale files which conflict with the ms_MY on OS X and are just confusing to keep around * packages/acs-tcl/tcl/parameter-procs.xql: wrong field name for default_value 2005-03-26 jader * etc/config.tcl: Added warning about email configuration. 2005-03-25 maltes * packages/acs-lang/www/admin/import-messages-from-ts.adp: * packages/acs-lang/www/admin/import-messages-from-ts.tcl: * packages/acs-lang/www/admin/message-list.adp: * packages/acs-lang/www/admin/message-list.tcl: Added Import Messages from translation server functionality as well, see http://openacs.org/forums/message-view?message_id=281178 * packages/acs-lang/www/admin/message-list.adp: * packages/acs-lang/www/admin/message-list.tcl: Added link to download catalog file * packages/acs-lang/www/admin/download-messages.tcl: Download an XML file with the locale and package key from current database. This should help us transfer updated message keys from the translation server * packages/acs-lang/www/admin/download-messages.tcl: branches: 1.1.2; file download-messages.tcl was initially added on branch oacs-5-1. * packages/acs-lang/www/admin/import-messages-from-ts.adp: branches: 1.1.2; file import-messages-from-ts.adp was initially added on branch oacs-5-1. * packages/acs-lang/www/admin/import-messages-from-ts.tcl: branches: 1.1.2; file import-messages-from-ts.tcl was initially added on branch oacs-5-1. 2005-03-25 jeffd * packages/acs-subsite/lib/message.adp: * packages/acs-subsite/lib/message.tcl: * packages/acs-subsite/www/register/account-closed.tcl: * packages/acs-subsite/www/register/email-confirm.tcl: add a message include and change the account closed and email-confirm pages to use it * packages/acs-tcl/tcl/parameter-procs.tcl: * packages/acs-tcl/tcl/parameter-procs.xql: add a parameter::set_default function used by teh set-parameter-default install action * packages/acs-tcl/tcl/install-procs.tcl: add the set-default-parameter install action * packages/acs-lang/tcl/lang-install-procs.tcl: document a bit better, add a disable-locale action 2005-03-24 skaufman * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: branches: 1.30.2; adds missing key for common_Submit 2005-03-24 jeffd * packages/acs-tcl/lib/page-error.tcl: branches: 1.2.2; quotehtml the error and user agent 2005-03-24 daveb * packages/acs-tcl/tcl/site-nodes-procs.tcl: Allow context_id as an optional parameter to site_node::mount to allow update if a package is moved to a different site_node. 2005-03-23 skaufman * packages/acs-templating/resources/lists/table.adp: border is deprecated and should not be used here * packages/acs-templating/resources/lists/table.adp: removed ugly border around sort-order arrows in listbuilder * packages/acs-templating/www/resources/lists.css: removes ugly border around sort-order arrows 2005-03-23 leed * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Callbacks no longer throw an error if -catch is specified with -impl and the chosen implementation that does not exist. 2005-03-23 daveb * packages/search/tcl/search-procs.tcl: Add support to update acs_objects.package_id and acs_objects.title on index for search. PBS specific enhancement to support clipboard and other 5.2 functionality. * packages/search/tcl/search-procs.tcl: Revert client specific code checked in. 2005-03-22 jeffd * packages/acs-subsite/tcl/callback-procs.tcl: branches: 1.1.2; user subsite list * packages/acs-subsite/www/pvt/home.adp: branches: 1.20.2; user subsite list * packages/acs-subsite/lib/user-subsites.adp: * packages/acs-subsite/lib/user-subsites.tcl: * packages/acs-subsite/www/pvt/home.tcl: user subsite list 2005-03-22 gabrielb * packages/acs-kernel/sql/postgresql/postgresql.sql: branches: 1.38.2; Fixes bug #2300. 2005-03-21 rob * packages/acs-kernel/sql/oracle/acs-create.sql: Added annotate permission as per TIP 74 * packages/acs-kernel/sql/postgresql/acs-create.sql: branches: 1.33.2; Added annotate permission as per TIP 74 2005-03-21 jeffd * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: add an Actions common key * packages/acs-subsite/lib/user-info.adp: branches: 1.8.8; remove the list of groups and replace with list of links to communities based on application group membership * packages/acs-kernel/acs-kernel.info: branches: 1.80.2; make AllowedTag match the physical markup used by RTE * packages/acs-subsite/lib/user-info.tcl: remove the list of groups and replace with list of links to communities based on application group membership 2005-03-21 donb * packages/acs-automated-testing/acs-automated-testing.info: branches: 1.18.2; Made this auto-mounted package a singleton so it doesn't show up in the "mount application" select list. There's no good reason to mount it more than once anyway that either daveb or I could come up with. 2005-03-20 torbenb * etc/backup.tcl: adding notes about future modifications 2005-03-20 jeffd * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: add a common key: Permissions * packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl: add a couple extra callbacks to make tests not fail after the first run (when the callbacks it thinks should not be defined actually are defined since we have been through once * packages/acs-tcl/lib/actions.adp: * packages/acs-tcl/lib/actions.tcl: * packages/acs-tcl/tcl/navigation-callback-procs.tcl: add a navigation::package_admin callback and an implementation for forums and the lib include to generate html * packages/acs-content-repository/sql/postgresql/content-revision.sql: branches: 1.43.2; fix laundry list of bugs in content repository copy code. duplicate version of the 11arg content_folder__new copy_creation_ip rather than copy__creation_ip in content_revision__copy content_folder__copy did not preserve context_id properly content_item__copy2 had a bunch of unused varaibles -- removed them. content_item__copy now preserves live_revision so things which copy an item with a live revision to not have to explicitly publish the new copy (which eg file storage did not do). content_revision__copy did an insert into acs_objects without specifying column names which breaks on a new install since the order is not as expected. * packages/acs-content-repository/sql/postgresql/content-folder.sql: branches: 1.46.2; fix laundry list of bugs in content repository copy code. duplicate version of the 11arg content_folder__new copy_creation_ip rather than copy__creation_ip in content_revision__copy content_folder__copy did not preserve context_id properly content_item__copy2 had a bunch of unused varaibles -- removed them. content_item__copy now preserves live_revision so things which copy an item with a live revision to not have to explicitly publish the new copy (which eg file storage did not do). content_revision__copy did an insert into acs_objects without specifying column names which breaks on a new install since the order is not as expected. * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d12-5.2.0d13.sql: fix laundry list of bugs in content repository copy code. duplicate version of the 11arg content_folder__new copy_creation_ip rather than copy__creation_ip in content_revision__copy content_folder__copy did not preserve context_id properly content_item__copy2 had a bunch of unused varaibles -- removed them. content_item__copy now preserves live_revision so things which copy an item with a live revision to not have to explicitly publish the new copy (which eg file storage did not do). content_revision__copy did an insert into acs_objects without specifying column names which breaks on a new install since the order is not as expected. 2005-03-20 daveb * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-keyword.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d13-5.2.0d14.sql: * packages/acs-content-repository/tcl/test/content-keyword-test-procs.tcl: * packages/acs-content-repository/tcl/test/content-keyword-test-procs.xql: Add content_keyword__del to match oracle pl/sql. Add define_function_args calls for content-keyword.sql. Add basic tests for content::keyword apis. * packages/acs-content-repository/tcl/keyword-procs.tcl: Fix proc name, should br cr::keyword::delete 2005-03-19 jeffd * packages/acs-templating/tcl/richtext-procs.tcl: branches: 1.19.2; daveb spotted that the quoting was wrong for the on_fail arg, \r not stripped * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: * packages/acs-api-browser/www/content-page-view.adp: fix markup, make @see /file/path/foo.tcl, @see /doc/db-api.html @see http://openacs.org/foo work 2005-03-18 josee * packages/acs-content-repository/tcl/content-template-procs.tcl: setting to null the default parameter "package_id" in function content::template::new 2005-03-18 jeffd * packages/acs-templating/tcl/richtext-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: Switch to RTE for richtext html editor. * www/blank-master.tcl: branches: 1.17.2; Switch to RTE for richtext html editor. * www/blank-master.adp: branches: 1.18.2; Switch to RTE for richtext html editor. * packages/acs-subsite/www/resources/core.js: branches: 1.9.2; Switch to RTE for richtext html editor. * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d12-5.2.0d13.sql: minor fix: move_name should have been move__name * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: speeleng error * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d12-5.2.0d13.sql: upgrade to fix bug in content_folder__move and add the integer,integer version used in content_item__move; bump to 5.2.0d13. thanks daveb 2005-03-18 daveb * packages/acs-content-repository/sql/postgresql/content-folder.sql: Add content_folder__move function that allows rename on move. Already existed on Oracle. 2005-03-18 andrewg * packages/acs-lang/sql/oracle/ad-locales.sql: branches: 1.29.2; Re-removing stray 'end', introduced by victorg's commit. 2005-03-17 jeffd * packages/acs-tcl/tcl/apm-install-procs.tcl: branches: 1.85.2; fix string literal arg to empty_string_p * packages/search/tcl/search-procs.tcl: more error checking * packages/acs-subsite/tcl/subsite-procs.tcl: use parameter::get for getting SolicitPortraitP param rather than pacakge-key which breaks with multiple subsites bug 2357 patch 653 Orzenil Silva Junior 2005-03-16 leed * packages/acs-tcl/tcl/install-procs.tcl: Allow package key to be specified using the package attribute as well package-key. 2005-03-16 jeffd * packages/acs-templating/tcl/tag-procs.tcl: <if XXYYZZ in YY> would return true. this fixes it so the literal string has to be in there 2005-03-15 daveb * packages/acs-bootstrap-installer/installer/index.tcl: branches: 1.22.2; Change form from GET to POST so password isn't logged in access log. Fix bug#1743. 2005-03-14 carlb * packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: branches: 1.23.2; character encoding fixes and translations * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: changed private level to privacy level * packages/acs-templating/www/doc/guide/index.html: fixed links and removed aD email 2005-03-13 michaels * packages/acs-subsite/www/admin/host-node-map/add.tcl: * packages/acs-subsite/www/admin/host-node-map/add.xql: * packages/acs-subsite/www/admin/host-node-map/index-oracle.xql: * packages/acs-subsite/www/admin/host-node-map/index-postgresql.xql: * packages/acs-subsite/www/admin/host-node-map/index.adp: * packages/acs-subsite/www/admin/host-node-map/index.tcl: * packages/acs-subsite/www/admin/host-node-map/index.xql: templated host-node map; now uses listbuilder and ad_form 2005-03-13 donb * packages/acs-subsite/tcl/package-procs-oracle.xql: branches: 1.13.10; Bug #2274: My removal of "upper()" some time back broke some things, hmmm, put it back in. * packages/acs-subsite/tcl/test/acs-subsite-procs.tcl: branches: 1.4.2; 1.4.4; Bug #2274: My removal of "upper()" some time back broke some things, hmmm, put it back in. 2005-03-13 daveb * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.xql: Fix bug#2176, update context_id when remounting and unmounted package instance * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Fix bug#2310 * packages/acs-authentication/tcl/authentication-procs.tcl: branches: 1.73.2; Fix bug#2310 2005-03-12 michaels * packages/acs-subsite/www/admin/site-map/unmounted.adp: * packages/acs-subsite/www/admin/site-map/unmounted.tcl: added adp for umounted applications page * packages/acs-subsite/www/admin/site-map/instance-delete.tcl: fixed small redirect bug 2005-03-12 jeffd * packages/acs-tcl/tcl/request-processor-procs.tcl: return recursion_count from ad_conn even if not initialized bug 1788 2005-03-12 donb * packages/acs-subsite/lib/subsites.xql: Jeff's "anyone can be a subsite" patch came complete with an extra "]". "acs-subite" doesn't match "acs-subsite]" ... * packages/acs-templating/tcl/date-procs.tcl: branches: 1.35.2; Modified the date type's "to_sql" property to return to_timestamp if the format includes minutes and seconds, to_date otherwise. In reality we should probably move to having both date and timestamp template types but for now this should work for both Oracle and PG. 2005-03-12 daveb * packages/acs-subsite/acs-subsite.info: branches: 1.74.2; Require acs-authenication so it will upgrade correctly. 2005-03-12 andrewg * packages/acs-content-repository/sql/oracle/content-folder.sql: Bugfix * packages/acs-content-repository/sql/oracle/content-template.sql: Bugfix. * packages/acs-content-repository/sql/oracle/content-folder.sql: branches: 1.18.2; This is just a comment on the previous commit. Oracle was refusing to compile the package because the specification and body were not declaring the type in an identical way. The specification says that the package_id column is of type acs_objects.package_id%TYPE but the body previously was declaring it cr_folders.package_id%TYPE. That wasn't good enough for Oracle. Now the two are declaring the type the same way. * packages/acs-content-repository/sql/oracle/packages-create.sql: branches: 1.24.2; Bugfix. * packages/acs-content-repository/sql/oracle/content-item.sql: branches: 1.29.2; Bugfix 2005-03-11 leed * packages/acs-tcl/tcl/test/ad-proc-test-procs.tcl: Added tests for ad_proc callbacks. 2005-03-11 jeffd * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Callback implmentation, see tip 79 for details * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: fix empty body contract check * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: i am a monkey * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: some error checking for callback declaration, fix namespace eval warning, add an @see for the contract to each impl * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: throw error if invoking specific impl which does not exist * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: too listy by far 2005-03-10 victorg * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: There was to default locales for language 'es' and 'zh' * packages/acs-lang/sql/oracle/ad-locales.sql: There was two default locales for languages 'es' and 'zh' * packages/acs-lang/sql/postgresql/ad-locales.sql: branches: 1.25.2; There was two default locales for languages 'es' and 'zh' 2005-03-10 torbenb * etc/backup.tcl: adding a tcl version of the backup.sh file, which might work cross platform better. still needs some work to functionally match backup.sh. Still, it's valuable as is. * etc/backup.tcl: branches: 1.1.2; file backup.tcl was initially added on branch oacs-5-1. 2005-03-10 leed * packages/acs-tcl/tcl/apm-install-procs.tcl: Add adp parse level to install xml parsing to allow use of multirows. * packages/acs-tcl/tcl/site-nodes-procs.tcl: Added site_node::get_ancestors proc. 2005-03-10 jeffd * packages/search/search.info: branches: 1.22.2; subsite scoped search * packages/tsearch2-driver/tsearch2-driver.info: branches: 1.3.2; subsite scoped search * packages/search/www/search.adp: branches: 1.7.2; subsite scoped search * packages/search/tcl/search-procs.tcl: * packages/search/www/advanced-search.adp: * packages/search/www/index.adp: * packages/search/www/search.tcl: * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: subsite scoped search 2005-03-09 leed * packages/acs-tcl/tcl/request-processor-procs.tcl: Fixed length of string calc. 2005-03-09 jeffd * packages/acs-tcl/tcl/test/file-test-procs.tcl: branches: 1.5.6; comment some code, check for limit :bind which breaks pg7.3 * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: log a debug message for procs declared in a namespace eval rather than explicit namespace 2005-03-08 jeffd * packages/acs-subsite/tcl/subsite-procs.tcl: comment out query for now since the it breaks in a transaction -- hardcode acs-subsite 2005-03-08 daveb * packages/tsearch2-driver/tcl/test/tsearch2-driver-procs.tcl: * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Cleanup build_query proc a little. Add automated tests for build_query. 2005-03-08 andrewg * packages/acs-subsite/sql/oracle/acs-subsite-create.sql: * packages/acs-subsite/sql/oracle/site-node-selection.sql: Bringing in a fix from HEAD. * packages/acs-subsite/www/admin/site-map/site-map-oracle.xql: * packages/acs-subsite/www/site-map/index-oracle.xql: Bringing in fixes from HEAD 2005-03-07 jeffd * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: add a details common key * packages/acs-tcl/tcl/site-nodes-procs.tcl: another tip 76 change for hardcoded acs-subsite * packages/acs-reference/acs-reference.info: branches: 1.21.2; fix lingering broken ad links * packages/acs-subsite/www/permissions/perm-include.tcl: branches: 1.6.2; fix to use ad_conn subsite_url * packages/acs-subsite/lib/subsites.tcl: * packages/acs-subsite/lib/subsites.xql: * packages/acs-subsite/tcl/subsite-procs-oracle.xql: * packages/acs-subsite/tcl/subsite-procs-postgresql.xql: * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/tcl/subsite-procs.xql: * packages/acs-tcl/tcl/request-processor-procs.tcl: first part of tip 76 -- multiple packages as subsites adds a subsite::package_keys function for listing subsites, and uses it instead of hard coding acs-subsite all over * packages/search/tcl/search-procs.tcl: make the search indexer much more robust to errors in the datasource or indexing routines -- catch + emit traceback for errors * packages/acs-subsite/tcl/subsite-procs.xql: missed the subsite-procs app group create query names somehow tip 76 * packages/acs-subsite/lib/subsites.xql: missing close querytext * packages/search/tcl/search-procs.tcl: typo two log messages 2005-03-06 jeffd * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/postgresql/postgresql.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d8-5.2.0d9.sql: add an explicit cast of proname in drop_package needed in pg8 * www/robots.txt: add wildcard disallow for googlebot 2005-03-06 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Add -nocase to regsub for NOT operator at the beginnign of query string. 2005-03-04 miguelm * packages/acs-subsite/www/admin/set-reg-assessment.tcl: remove unnecessary variable 2005-03-04 jeffd * packages/acs-tcl/tcl/acs-permissions-procs.tcl: change how permission::cache_p is defined so it does not break ttrace * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/ds-stub-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: stub ds procs rather than call ad_call_proc_if_defined_and_function_name_too_short * packages/acs-subsite/tcl/relation-procs.tcl: * packages/acs-subsite/tcl/relation-procs.xql: utility proc for getting related items 2005-03-03 jeffd * tcl/zz-postload.tcl: branches: 1.5.16; don't rename away __is_xql * packages/acs-tcl/tcl/request-processor-init.tcl: change cache_p to cache in first call of function not in init; emit notice on registering filters and procs * packages/acs-lang/tcl/localization-data-init.tcl: include variable define for ::lang::util::percent_match 2005-03-03 jader * packages/acs-core-docs/www/xml/install-guide/software.xml: Add in Oracle 10g to software compatibility matrix. 2005-03-03 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: 1. Allow use of variables in form element names, so you can more easily build dynamic forms. 2. Relax the rules slightly so you can initialize a form without providing a form block. * packages/acs-tcl/tcl/form-processing-procs.tcl: Allow one to initiate an ad_form with specifying the "form" block, useful for building forms incrementally. * packages/acs-tcl/acs-tcl.info: branches: 1.42.2; Needed to bump version number because I'm writing code that depends on my change to ad_form ... 2005-03-03 daveb * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d4-5.1.4d5.sql: *** empty log message *** * packages/acs-content-repository/sql/postgresql/content-revision.sql: Add content_revision__del 2005-03-02 miguelm * packages/acs-subsite/lib/user-new.tcl: branches: 1.10.2; send return_url when an assessment is related 2005-03-01 miguelm * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: add messages 2005-03-01 maltes * www/resources/info.txt: Added resources directory so we can put e.g. a combined css in there 2005-03-01 leed * packages/acs-tcl/tcl/request-processor-procs.tcl: Fixed typo in [ad_conn subsite_url] * packages/acs-tcl/tcl/request-processor-procs.tcl: Removed call to subsite::package_keys 2005-03-01 joel * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/release-notes.html: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: 5.1.5 * ChangeLog: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * readme.txt: 5.1.5 updates * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/contributing-code.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-guidelines.html: * packages/acs-core-docs/www/cvs-resources.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/i18n-translators.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search-openfts.html: * packages/acs-core-docs/www/install-full-text-search-tsearch2.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-cvs-concepts.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-css-layout.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/using-cvs-with-openacs.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: new docs for 5.1.5 2005-03-01 jeffd * packages/acs-tcl/tcl/request-processor-init.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: ad_acs_admin_id removed * packages/acs-tcl/tcl/text-html-procs.tcl: add an ad_unquotehtml function to invert ad_quotehtml * packages/notifications/www/request-new.tcl: branches: 1.10.10; change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public * packages/acs-subsite/www/permissions/index.tcl: branches: 1.3.16; change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public * packages/acs-tcl/tcl/security-procs.tcl: branches: 1.38.2; change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: branches: 1.38.2; 1.38.6; change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public * packages/acs-admin/www/users/user-add-3.tcl: branches: 1.5.10; change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public * packages/notifications/www/manage.tcl: branches: 1.5.2; change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public * packages/acs-admin/www/apm/parameter-edit.tcl: branches: 1.5.6; change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public * packages/acs-subsite/www/user/portrait/index.tcl: branches: 1.8.2; change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public * packages/acs-admin/www/apm/package-add.tcl: * packages/acs-admin/www/users/member-state-change.tcl: * packages/acs-admin/www/users/user-add-2.tcl: * packages/acs-admin/www/users/user-batch-add.tcl: * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-content-repository/tcl/keyword-procs.tcl: * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-content-repository/tcl/test/acs-content-repository-procs.tcl: * packages/acs-reference/www/index.tcl: * packages/acs-reference/www/reference-data-list.tcl: * packages/acs-reference/www/table-detail.tcl: * packages/acs-reference/www/view-one-reference.tcl: * packages/acs-subsite/www/admin/site-map/allow-for-view.tcl: * packages/acs-subsite/www/admin/site-map/new.tcl: * packages/acs-subsite/www/group-join.tcl: * packages/acs-subsite/www/members/user-batch-add.tcl: * packages/acs-subsite/www/permissions/one.tcl: * packages/acs-subsite/www/pvt/alerts.tcl: * packages/acs-subsite/www/user/portrait/comment-edit-2.tcl: * packages/acs-subsite/www/user/portrait/comment-edit.tcl: * packages/acs-subsite/www/user/portrait/erase-2.tcl: * packages/acs-subsite/www/user/portrait/erase.tcl: * packages/acs-subsite/www/user/portrait/upload.tcl: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/acs-permissions-procs.tcl: * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/text-html-procs.tcl: change ad_verify_and_get_user_id to ad_conn user_id, change ad_maybe_redirect_for_registration to auth::require_login, make some db_ and dt_ function -public 2005-03-01 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Fix rank ordering, merge from HEAD 2005-02-28 victorg * packages/acs-authentication/catalog/acs-authentication.en_AU.ISO-8859-1.xml: file acs-authentication.en_AU.ISO-8859-1.xml was added on branch oacs-5-2 on 2006-05-01 22:06:13 +0000 * packages/acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml: file acs-authentication.es_CO.ISO-8859-1.xml was added on branch oacs-5-2 on 2006-05-01 22:06:13 +0000 * packages/acs-kernel/catalog/acs-kernel.en_AU.ISO-8859-1.xml: file acs-kernel.en_AU.ISO-8859-1.xml was added on branch oacs-5-2 on 2006-05-01 22:08:43 +0000 * packages/acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml: file acs-kernel.es_CO.ISO-8859-1.xml was added on branch oacs-5-2 on 2006-05-01 22:08:43 +0000 * packages/acs-lang/catalog/acs-lang.en_AU.ISO-8859-1.xml: file acs-lang.en_AU.ISO-8859-1.xml was added on branch oacs-5-2 on 2006-05-01 22:10:47 +0000 * packages/acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml: file acs-lang.es_CO.ISO-8859-1.xml was added on branch oacs-5-2 on 2006-05-01 22:10:47 +0000 * packages/acs-subsite/catalog/acs-subsite.en_AU.ISO-8859-1.xml: file acs-subsite.en_AU.ISO-8859-1.xml was added on branch oacs-5-2 on 2006-05-01 22:12:39 +0000 * packages/acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml: file acs-subsite.es_CO.ISO-8859-1.xml was added on branch oacs-5-2 on 2006-05-01 22:12:39 +0000 * packages/acs-tcl/catalog/acs-tcl.en_AU.ISO-8859-1.xml: file acs-tcl.en_AU.ISO-8859-1.xml was added on branch oacs-5-2 on 2006-05-01 22:14:30 +0000 * packages/acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml: file acs-tcl.es_CO.ISO-8859-1.xml was added on branch oacs-5-2 on 2006-05-01 22:14:30 +0000 * packages/acs-templating/catalog/acs-templating.en_AU.ISO-8859-1.xml: file acs-templating.en_AU.ISO-8859-1.xml was added on branch oacs-5-2 on 2006-05-01 22:17:08 +0000 * packages/acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml: file acs-templating.es_CO.ISO-8859-1.xml was added on branch oacs-5-2 on 2006-05-01 22:17:08 +0000 * packages/notifications/catalog/notifications.en_AU.ISO-8859-1.xml: file notifications.en_AU.ISO-8859-1.xml was added on branch oacs-5-2 on 2006-05-30 03:57:25 +0000 * packages/notifications/catalog/notifications.es_CO.ISO-8859-1.xml: file notifications.es_CO.ISO-8859-1.xml was added on branch oacs-5-2 on 2006-05-30 03:57:25 +0000 2005-02-28 miguelm * packages/acs-subsite/www/admin/index.adp: * packages/acs-subsite/www/admin/set-reg-assessment.adp: * packages/acs-subsite/www/admin/set-reg-assessment.tcl: * packages/acs-subsite/www/admin/set-reg-assessment.xql: add page that allows to choose an assessment related to the registration process * packages/acs-subsite/acs-subsite.info: add parameter that contains the assessment_id of the assessment related to the registration process * packages/acs-subsite/www/admin/index.tcl: branches: 1.14.2; 1.14.6; add page that allows to choose an assessment related to the registration process * packages/acs-subsite/lib/user-new.tcl: verify and redirect to the correct url if an assessment is related to the registration process, if not continue with the old process 2005-02-28 maltes * packages/acs-content-repository/tcl/content-revision-procs.tcl: Changed debugging message to level debug (from notice) 2005-02-28 joel * packages/acs-authentication/catalog/acs-authentication.en_AU.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_AU.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.en_AU.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_AU.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.en_AU.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.en_AU.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml: * packages/notifications/catalog/notifications.en_AU.ISO-8859-1.xml: * packages/notifications/catalog/notifications.es_CO.ISO-8859-1.xml: *** empty log message *** * packages/acs-authentication/catalog/acs-authentication.en_AU.ISO-8859-1.xml: branches: 1.1.2; 1.1.4; file acs-authentication.en_AU.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-authentication/catalog/acs-authentication.es_CO.ISO-8859-1.xml: branches: 1.1.2; 1.1.4; file acs-authentication.es_CO.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-kernel/catalog/acs-kernel.en_AU.ISO-8859-1.xml: branches: 1.1.2; 1.1.4; file acs-kernel.en_AU.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-kernel/catalog/acs-kernel.es_CO.ISO-8859-1.xml: branches: 1.1.2; 1.1.4; file acs-kernel.es_CO.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-lang/catalog/acs-lang.en_AU.ISO-8859-1.xml: branches: 1.1.2; 1.1.4; file acs-lang.en_AU.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-lang/catalog/acs-lang.es_CO.ISO-8859-1.xml: branches: 1.1.2; 1.1.4; file acs-lang.es_CO.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-subsite/catalog/acs-subsite.en_AU.ISO-8859-1.xml: branches: 1.1.2; 1.1.4; file acs-subsite.en_AU.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-subsite/catalog/acs-subsite.es_CO.ISO-8859-1.xml: branches: 1.1.2; 1.1.4; file acs-subsite.es_CO.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-tcl/catalog/acs-tcl.en_AU.ISO-8859-1.xml: branches: 1.1.2; 1.1.4; file acs-tcl.en_AU.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-tcl/catalog/acs-tcl.es_CO.ISO-8859-1.xml: branches: 1.1.2; 1.1.4; file acs-tcl.es_CO.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-templating/catalog/acs-templating.en_AU.ISO-8859-1.xml: branches: 1.1.2; 1.1.4; file acs-templating.en_AU.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-templating/catalog/acs-templating.es_CO.ISO-8859-1.xml: branches: 1.1.2; 1.1.4; file acs-templating.es_CO.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/notifications/catalog/notifications.en_AU.ISO-8859-1.xml: branches: 1.1.2; 1.1.4; file notifications.en_AU.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/notifications/catalog/notifications.es_CO.ISO-8859-1.xml: branches: 1.1.2; 1.1.4; file notifications.es_CO.ISO-8859-1.xml was initially added on branch oacs-5-1. 2005-02-28 donb * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/request-processor-procs.tcl: Added ad_conn form_counter (liberated from Greenpeace Planet), which makes it easier to write javascript-enhanced widgets for the template form builder. * packages/acs-templating/tcl/form-procs.tcl: branches: 1.32.6; Added ad_conn form_count (liberated from Greenpeace Planet work), which simplifies the writing of javascript-enhanced template form builder widgets. * packages/acs-templating/acs-templating.info: branches: 1.34.2; Added ad_conn form_count (liberated from Greenpeace Planet work), which simplifies the writing of javascript-enhanced template form builder widgets. 2005-02-27 jeffd * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-lang/tcl/locale-procs.xql: * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-tcl/tcl/ad-functional-procs.tcl: * packages/acs-tcl/tcl/openacs-kernel-procs.tcl: * packages/acs-tcl/tcl/parameter-procs.tcl: * packages/acs-tcl/tcl/site-node-object-map-procs.tcl: * packages/acs-tcl/tcl/test/file-test-procs.tcl: * packages/acs-templating/tcl/apm-callback-procs.tcl: * packages/acs-templating/tcl/currency-procs.tcl: * packages/acs-templating/tcl/filter-procs.tcl: * packages/acs-templating/tcl/list-procs.tcl: * packages/acs-templating/tcl/mime-procs.tcl: * packages/acs-templating/tcl/tag-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private * packages/acs-tcl/tcl/test/datamodel-test-procs.tcl: * packages/acs-tcl/tcl/test/doc-check-procs.tcl: * packages/acs-tcl/tcl/test/file-test-procs.tcl: * packages/acs-tcl/tcl/test/log-test-procs.tcl: adds test for acs_object_type internal consistency, proc documentation, xql files, named constraints, acs_attributes internal consistency * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: branches: 1.12.2; fix missing rdbms things and a few oracle or postgresisms that snuck in the wrong files * packages/acs-authentication/tcl/apm-callback-procs.tcl: branches: 1.15.2; add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private * packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: branches: 1.17.2; fix missing rdbms things and a few oracle or postgresisms that snuck in the wrong files * packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml: branches: 1.22.2; fix missing rdbms things and a few oracle or postgresisms that snuck in the wrong files * packages/acs-subsite/tcl/group-procs.tcl: branches: 1.25.2; add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private * packages/acs-lang/tcl/locale-procs.tcl: branches: 1.31.2; add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private * packages/acs-automated-testing/tcl/aa-test-procs.tcl: branches: 1.33.2; add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private * packages/acs-lang/tcl/lang-util-procs.tcl: branches: 1.36.2; add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private * packages/acs-subsite/tcl/apm-callback-procs.tcl: branches: 1.4.2; add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private * packages/acs-lang/tcl/lang-message-procs.tcl: branches: 1.45.2; add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private * packages/acs-tcl/tcl/defs-procs.tcl: branches: 1.49.2; add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private * packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml: branches: 1.5.2; fix missing rdbms things and a few oracle or postgresisms that snuck in the wrong files * packages/acs-content-repository/tcl/content-extlink-procs.tcl: branches: 1.5.2; remove unused .xql files, rename a couple misnamed xql files, fix elements-display.adp to not embed lots of tcl, add some interface status things * packages/search/catalog/search.en_US.ISO-8859-1.xml: branches: 1.6.2; fix missing rdbms things and a few oracle or postgresisms that snuck in the wrong files * packages/acs-admin/www/apm/version-fs-scan.xql: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: fix missing rdbms things and a few oracle or postgresisms that snuck in the wrong files * packages/acs-content-repository/tcl/content-extlink-procs.xql: * packages/acs-content-repository/tcl/extlink-procs.tcl: * packages/acs-subsite/tcl/application-group-procs.tcl: * packages/acs-subsite/www/admin/rel-segments/elements-display.adp: * packages/acs-subsite/www/admin/rel-segments/elements-display.tcl: * packages/acs-subsite/www/user/basic-info-update-2.xql: * packages/acs-subsite/www/user/basic-info-update-oracle.xql: * packages/acs-subsite/www/user/basic-info-update-postgresql.xql: * packages/acs-subsite/www/user/basic-info-update.xql: remove unused .xql files, rename a couple misnamed xql files, fix elements-display.adp to not embed lots of tcl, add some interface status things * packages/acs-tcl/tcl/test/datamodel-test-procs.tcl: * packages/acs-tcl/tcl/test/file-test-procs.tcl: tweak documentation 2005-02-27 donb * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-permissions-create.sql: * packages/acs-kernel/sql/oracle/rel-segments-create.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d7-5.2.0d8.sql: A variety of group oriented things, and finally added the definitions of acs-objects package procs in PG so that we can use package_instantiate_object and package_db_exec with them. * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d7-5.2.0d8.sql: Realized that I only need to define function args for the most verbose form of acs_object__new, since package_instantiate_object handles default values very nicely. * packages/acs-kernel/acs-kernel.info: Somehow I managed to goober the last commit, despite having (I thought) properly resolved merge conflicts. Oh well ... * packages/acs-kernel/sql/postgresql/rel-segments-create.sql: branches: 1.10.2; A variety of group oriented things, and finally added the definitions of acs-objects package procs in PG so that we can use package_instantiate_object and package_db_exec with them. * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: branches: 1.18.2; A variety of group oriented things, and finally added the definitions of acs-objects package procs in PG so that we can use package_instantiate_object and package_db_exec with them. * packages/acs-kernel/sql/postgresql/groups-create.sql: branches: 1.19.2; A variety of group oriented things, and finally added the definitions of acs-objects package procs in PG so that we can use package_instantiate_object and package_db_exec with them. * packages/acs-kernel/sql/oracle/acs-relationships-create.sql: branches: 1.8.2; A variety of group oriented things, and finally added the definitions of acs-objects package procs in PG so that we can use package_instantiate_object and package_db_exec with them. * packages/acs-kernel/sql/oracle/groups-create.sql: branches: 1.9.2; A variety of group oriented things, and finally added the definitions of acs-objects package procs in PG so that we can use package_instantiate_object and package_db_exec with them. 2005-02-27 daveb * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.5d2-5.1.5d3.sql: Fix bug#2298 correctly create content_revision__del * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.5d3-5.1.5d4.sql: Fix bug#2298. Create content_revision__del * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.5d2-5.1.5d3.sql: Move file to correct name for upgrade. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.5d3-5.1.5d4.sql: branches: 1.1.2; Move file to correct name for upgrade. 2005-02-26 skaufman * packages/acs-tcl/lib/page-error.adp: fixed mismatched message_key with catalog 2005-02-26 jeffd * packages/acs-tcl/tcl/test/file-test-procs.tcl: add a test to check the validity of all the xql files. break out the file scan tests into a seperate file * packages/acs-lang/www/admin/message-list.tcl: branches: 1.10.2; remove the acs-lang procs which were deprecated/warn in 5.0; fix lingering references to deprecated procs * packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl: branches: 1.10.2; removed the remaining procs which were -deprecated -warn in 5.0 and fixed most occurances of those procs in the code * packages/acs-lang/www/admin/edit-localized-message.tcl: branches: 1.14.2; 1.14.6; remove the acs-lang procs which were deprecated/warn in 5.0; fix lingering references to deprecated procs * packages/acs-lang/tcl/localization-procs.tcl: branches: 1.17.2; remove the acs-lang procs which were deprecated/warn in 5.0; fix lingering references to deprecated procs * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: branches: 1.28.2; add a test to check the validity of all the xql files. break out the file scan tests into a seperate file * packages/acs-lang/tcl/lang-util-procs.xql: branches: 1.4.2; remove the acs-lang procs which were deprecated/warn in 5.0; fix lingering references to deprecated procs * packages/acs-lang/tcl/lang-catalog-procs.tcl: branches: 1.40.2; remove the acs-lang procs which were deprecated/warn in 5.0; fix lingering references to deprecated procs * packages/acs-tcl/tcl/community-core-procs.tcl: branches: 1.47.2; removed the remaining procs which were -deprecated -warn in 5.0 and fixed most occurances of those procs in the code * packages/acs-lang/www/admin/locale-delete.tcl: branches: 1.5.16; remove the acs-lang procs which were deprecated/warn in 5.0; fix lingering references to deprecated procs * packages/acs-lang/www/locale-set.tcl: branches: 1.5.8; remove the acs-lang procs which were deprecated/warn in 5.0; fix lingering references to deprecated procs * packages/acs-lang/www/admin/batch-editor.tcl: branches: 1.6.6; remove the acs-lang procs which were deprecated/warn in 5.0; fix lingering references to deprecated procs * packages/acs-lang/www/admin/localized-message-new.tcl: branches: 1.7.2; remove the acs-lang procs which were deprecated/warn in 5.0; fix lingering references to deprecated procs * packages/acs-lang/www/admin/locale-edit.tcl: branches: 1.7.6; remove the acs-lang procs which were deprecated/warn in 5.0; fix lingering references to deprecated procs * packages/acs-tcl/tcl/apm-procs.tcl: branches: 1.74.2; removed the remaining procs which were -deprecated -warn in 5.0 and fixed most occurances of those procs in the code * packages/acs-tcl/tcl/utilities-procs.tcl: branches: 1.83.2; removed the remaining procs which were -deprecated -warn in 5.0 and fixed most occurances of those procs in the code * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/lang-util-procs.tcl: * packages/acs-lang/tcl/locale-procs.tcl: * packages/acs-lang/www/admin/edit-description.tcl: * packages/acs-lang/www/admin/export-locale-to-files.tcl: * packages/acs-lang/www/admin/import-locale-from-files.tcl: * packages/acs-lang/www/admin/index.tcl: * packages/acs-lang/www/admin/locale-make-default.tcl: * packages/acs-lang/www/admin/message-delete.tcl: * packages/acs-lang/www/admin/message-search.tcl: * packages/acs-lang/www/admin/package-list.tcl: * packages/acs-lang/www/admin/test/catalog-test.tcl: * packages/acs-lang/www/admin/test/test.tcl: * packages/acs-lang/www/index.tcl: * packages/acs-templating/tcl/spellcheck-init.tcl: remove the acs-lang procs which were deprecated/warn in 5.0; fix lingering references to deprecated procs * packages/acs-admin/www/apm/bulk-intall.tcl: * packages/acs-admin/www/apm/version-generate-diffs.tcl: * packages/acs-admin/www/apm/version-generate-diffs.xql: * packages/acs-api-browser/www/package-view.tcl: * packages/acs-subsite/www/shared/1pixel.tcl: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/ad-functional-procs.tcl: * packages/acs-tcl/tcl/admin-procs.tcl: * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/deprecated-utilities-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-templating/tcl/acs-integration-procs.tcl: * packages/acs-templating/tcl/paginator-procs.tcl: * packages/notifications/tcl/sweep-procs.tcl: removed the remaining procs which were -deprecated -warn in 5.0 and fixed most occurances of those procs in the code * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1d1.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6-4.6.1d1.sql: rename 4.6-4.6.1 upgrade to not overlap 4.6.1d1-4.6.1d2 2005-02-25 victorg * packages/acs-kernel/acs-kernel.info: Adding BugTrackerInstance Parameter. This parameter let you know into which bug-tracker instance has to be done the auto error report. * packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: * packages/acs-tcl/lib/page-error.adp: * packages/acs-tcl/lib/page-error.tcl: * packages/acs-tcl/lib/page-error.xql: * packages/acs-tcl/tcl/parameter-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: Adding functionality for autosubmition of errors into de the bug-tracker. Sending an email to the system owner when an error have occurred, detailling info like user_id, browser's user, error details, etc. 2005-02-25 jeffd * packages/acs-templating/resources/forms/standard.adp: branches: 1.17.6; Fixes bug 2162 * not shown for required on select widget. * packages/acs-kernel/acs-kernel.info: remove the duplicated Allowed* tags, make the contact oct@openacs 2005-02-24 leed * packages/acs-tcl/tcl/request-processor-procs.tcl: Fixed vhost_package_url when the package is not mounted directly under the subsite. 2005-02-24 jeffd * packages/acs-tcl/tcl/utilities-procs.tcl: add a bit more docs to ad_get_tcl_call_stack * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: add a cannot remove permission msg * etc/keepalive/keepalive-cron.sh: * packages/acs-content-repository/tcl/test/content-folder-test-procs.tcl: * packages/acs-core-docs/www/install-full-text-search-openfts.html: * packages/acs-core-docs/www/install-full-text-search-tsearch2.html: branches: 1.2.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224 * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql: branches: 1.2.6; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224 * www/site-master.adp: branches: 1.23.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224 * packages/acs-core-docs/www/xml/install-guide/other-software.xml: branches: 1.27.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224 * packages/acs-service-contract/acs-service-contract.info: branches: 1.28.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224 * packages/notifications/notifications.info: branches: 1.29.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224 * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d4-5.1.4d5.sql: branches: 1.3.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224 * etc/config.tcl: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: branches: 1.32.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224 * packages/acs-templating/tcl/parse-procs.tcl: branches: 1.37.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224 * packages/acs-subsite/www/permissions/perm-include-postgresql.xql: branches: 1.4.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224 * etc/keepalive/keepalive.sh: branches: 1.5.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224 * packages/acs-content-repository/tcl/content-revision-procs-oracle.xql: branches: 1.5.2; merge change by hand because the file was manually added on head. * packages/acs-content-repository/tcl/content-revision-procs.tcl: branches: 1.9.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224 * etc/analog.cfg: * etc/install/install.sh: * packages/acs-admin/www/users/password-update.adp: * packages/acs-admin/www/users/password-update.tcl: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d6-5.1.2d7.sql: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d6-5.1.2d7.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.5d1-5.1.5d2.sql: * packages/acs-content-repository/tcl/content-folder-procs.tcl: * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: * packages/acs-core-docs/www/xml/developers-guide/rp.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial.xml: * packages/acs-core-docs/www/xml/engineering-standards/cvs.xml: * packages/acs-core-docs/www/xml/install-guide/configuring.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: * packages/acs-core-docs/www/xml/kernel/apm-design.xml: * packages/acs-core-docs/www/xml/kernel/ext-auth.xml: * packages/acs-core-docs/www/xml/non-xml/release-notes-4-6.html: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.4-5.1.4d1.sql: * packages/acs-lang/www/admin/edit-localized-message.tcl: * packages/acs-service-contract/tcl/implementation-procs.tcl: * packages/acs-service-contract/tcl/implementation-procs.xql: * packages/acs-subsite/lib/login.adp: * packages/acs-subsite/www/admin/site-map/index.adp: * packages/acs-subsite/www/permissions/perm-include-oracle.xql: * packages/acs-subsite/www/site-map/index.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/apm-procs.xql: * packages/acs-tcl/tcl/utilities-procs.tcl: * packages/acs-templating/resources/forms/blue.adp: * packages/acs-templating/resources/forms/coddo.adp: * packages/acs-templating/resources/forms/configuration.adp: * packages/acs-templating/resources/forms/grid.adp: * packages/acs-templating/resources/forms/plain.adp: * packages/acs-templating/resources/forms/plainest.adp: * packages/acs-templating/resources/forms/tiny-plain.adp: * packages/acs-templating/resources/forms/wizard.adp: * packages/acs-templating/resources/lists/table.adp: * packages/acs-templating/tcl/paginator-procs.tcl: * packages/acs-templating/tcl/tag-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: * www/blank-master.adp: commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224 * packages/acs-templating/resources/forms/standard.adp: form errors for fields with an empty label would not highlight or show a required mark -- fixed * packages/acs-automated-testing/www/admin/index.tcl: * packages/acs-automated-testing/www/admin/testcase-oracle.xql: * packages/acs-automated-testing/www/admin/testcase-postgresql.xql: * packages/acs-automated-testing/www/admin/testcase.adp: * packages/acs-automated-testing/www/admin/testcase.tcl: less braindamage for markup, aggregate result count in sql, filter fails only on quiet * packages/acs-tcl/tcl/test/html-conversion-procs.tcl: make string_truncate reflect new behavior lars made, add test for ellipses on truncate * packages/acs-content-repository/sql/postgresql/content-item.sql: set live and latest to null so delete does not violate fk constraints * packages/acs-subsite/www/permissions/one-oracle.xql: * packages/acs-subsite/www/permissions/one-postgresql.xql: * packages/acs-subsite/www/permissions/one.adp: * packages/acs-subsite/www/permissions/one.tcl: show permissions granted to public on mainsite (used to be excluded on the query which made understanding the permissions quite difficult) 2005-02-23 timoh * packages/acs-content-repository/tcl/content-revision-procs-oracle.xql: * packages/acs-content-repository/tcl/content-revision-procs.tcl: bugfix: fixed bug with lob-columns in attributes * packages/acs-content-repository/tcl/content-revision-procs.tcl: bugfix: provide default for variable lob_values 2005-02-23 leed * packages/acs-content-repository/sql/oracle/content-create.sql: branches: 1.24.2; Page root and template root registered as magic objects. * packages/acs-content-repository/sql/postgresql/content-create.sql: branches: 1.49.2; Page root and template root registered as magic objects. 2005-02-23 jeffd * packages/acs-subsite/tcl/subsite-procs.tcl: add subsite::util::packages which returns a list of package_id;s in the subsite containing the passed node_id * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: branches: 1.2.2; set title in acs objects when creating security context root, set titles for parameters, make acs_objects.package_id on delete set null * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: branches: 1.3.2; set title in acs objects when creating security context root, set titles for parameters, make acs_objects.package_id on delete set null * packages/acs-kernel/sql/postgresql/apm-create.sql: branches: 1.61.2; set title in acs objects when creating security context root, set titles for parameters, make acs_objects.package_id on delete set null * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: set title in acs objects when creating security context root, set titles for parameters, make acs_objects.package_id on delete set null 2005-02-22 leed * packages/acs-tcl/tcl/install-procs.tcl: Added permission revoke action. * packages/acs-tcl/tcl/install-procs.tcl: resubs double slashes in url attributes 2005-02-22 jeffd * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.1-4.7d.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.1d1-4.6.1d2.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.1-4.7d.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.1d1-4.6.1d2.sql: rename upgrade-4.6.1-4.7d.sql to upgrade-4.6.1d1-4.6.1d2.sql so the ordering of application is no longer ambiguous 2005-02-21 torbenb * etc/config.tcl: adding a security comment to ns_param maxinput since the default value was recently increased by a factor of 10. * etc/config.tcl: adding comment (from jcdldn in irc) about special case ip 0.0.0.0 * packages/acs-core-docs/www/xml/install-guide/other-software.xml: adding instructions to use both INST=/point/to/aolserver and AOLSERVER=/point/to/aolserver. By using both, helps prevent any overwrite of an existing installation of another version during this period of transition. 2005-02-20 jeffd * packages/search/catalog/search.en_US.ISO-8859-1.xml: * packages/search/tcl/search-procs.tcl: * packages/search/www/advanced-search.adp: * packages/search/www/search.adp: * packages/search/www/search.tcl: more cleanup, change search sweeper to pull id's and release handle few fixes to syndication stuff 2005-02-19 torbenb * packages/acs-core-docs/www/xml/install-guide/openacs.xml: backing out a change I made, because it does not work well for the action copy-paste version. Instead, adding the full pathname for createdb and an explanation why the instruction uses fullpathname, when it would not be necessary for user pgsql 2005-02-18 torbenb * packages/acs-core-docs/www/xml/install-guide/other-software.xml: fixing freebsd note typo, updating some aolserver module builds that were using INST= to AOLSERVER= 2005-02-18 leed * packages/acs-subsite/tcl/subsite-procs-oracle.xql: * packages/acs-subsite/tcl/subsite-procs-postgresql.xql: * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/tcl/subsite-procs.xql: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: Added elements subsite_node_id, subsite_url, vhost_subsite_url and vhost_package_url to allow includes and master templates to vhost aware server relative urls. Added subsite::get_url to allow functions to generate vhost aware absolute urls. 2005-02-18 jeffd * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: fix the build_query function to be more in line with the lexer, sort by rank high to low, index title, keywords as weight A,B respectively 2005-02-17 jeffd * packages/acs-tcl/tcl/request-processor-procs.tcl: make ad_acs_kernel_id an ad_proc first so dbqd does not complain * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: make some proc things into ad_proc, remove a couple useless debug messages, log long query times as a WARNING message in the log * packages/acs-tcl/tcl/stack-trace-procs.tcl: make the stack trace purty * packages/tsearch2-driver/sql/postgresql/tsearch2-driver-create.sql: object_id on delete cascade 2005-02-17 daveb * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Add tsearch2 install documentation. 2005-02-16 victorg * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d6-5.1.2d7.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d6-5.1.2d7.sql: Commented the creation of the index cr_items_name, already existed 2005-02-16 torbenb * packages/acs-core-docs/www/xml/install-guide/openacs.xml: I neglected to change the prompt context to match the adjustments made a few minutes ago * packages/acs-core-docs/www/xml/install-guide/openacs.xml: creating database should be from user: postgres, not servicename to be consistent with rest of the docs * packages/acs-core-docs/www/openacs.html: making fix here in addition to the xml, in case the html is not regenerated before the 5.1.5 release 2005-02-16 jeffd * packages/acs-core-docs/www/configuring-configuring-packages.html: * packages/acs-core-docs/www/configuring-configuring-permissions.html: * packages/acs-core-docs/www/configuring-install-packages.html: * packages/acs-core-docs/www/configuring-mounting-packages.html: * packages/acs-core-docs/www/tutorial-etp-templates.html: * packages/acs-core-docs/www/tutorial-parameters.html: * packages/acs-core-docs/www/tutorial-upgrade-scripts.html: * packages/acs-core-docs/www/tutorial-upgrades.html: * packages/acs-core-docs/www/tutorial-wysiwyg-editor.html: branches: 1.1.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/tutorial-vuh.html: branches: 1.10.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/upgrade-supporting.html: branches: 1.11.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/install-tclwebtest.html: branches: 1.12.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: branches: 1.14.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/analog-install.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/maintenance-deploy.html: branches: 1.15.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/tutorial.html: branches: 1.16.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/i18n-requirements.html: branches: 1.17.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: branches: 1.18.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/style-guide.html: branches: 1.19.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/contributing-code.html: * packages/acs-core-docs/www/cvs-guidelines.html: * packages/acs-core-docs/www/cvs-resources.html: * packages/acs-core-docs/www/install-ldap-radius.html: * packages/acs-core-docs/www/install-pam-radius.html: * packages/acs-core-docs/www/openacs-cvs-concepts.html: * packages/acs-core-docs/www/tutorial-schedule-procs.html: * packages/acs-core-docs/www/tutorial-second-database.html: * packages/acs-core-docs/www/using-cvs-with-openacs.html: branches: 1.2.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/for-everyone.html: * packages/acs-core-docs/www/general-documents.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/releasing-openacs.html: branches: 1.20.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/openacs-overview.html: * packages/acs-core-docs/www/variables.html: branches: 1.21.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/acs-plat-dev.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/upgrade.html: branches: 1.22.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/database-management.html: * packages/acs-core-docs/www/eng-standards.html: branches: 1.23.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/acs-package-dev.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/rp-requirements.html: branches: 1.24.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/object-system-requirements.html: * packages/acs-core-docs/www/permissions-design.html: * packages/acs-core-docs/www/permissions-requirements.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/subsites-requirements.html: * packages/acs-core-docs/www/unix-installation.html: branches: 1.25.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/apm-requirements.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/object-system-design.html: * packages/acs-core-docs/www/security-design.html: * packages/acs-core-docs/www/security-requirements.html: * packages/acs-core-docs/www/subsites-design.html: branches: 1.26.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/dev-guide.html: * packages/acs-core-docs/www/tutorial-advanced.html: branches: 1.27.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/rp-design.html: branches: 1.28.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/tutorial-caching.html: * packages/acs-core-docs/www/tutorial-hierarchical.html: * packages/acs-core-docs/www/tutorial-html-email.html: branches: 1.3.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/install-full-text-search.html: branches: 1.30.10; regenerate the documentation -- add new files * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/install-cvs.html: branches: 1.31.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/psgml-for-emacs.html: branches: 1.32.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/tutorial-debug.html: branches: 1.34.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: branches: 1.35.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: branches: 1.36.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: branches: 1.39.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/tutorial-css-layout.html: branches: 1.4.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/win2k-installation.html: branches: 1.40.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/tcl-doc.html: branches: 1.41.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/packages.html: branches: 1.42.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/objects.html: branches: 1.43.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/index.html: branches: 1.44.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/release-notes.html: branches: 1.46.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/install-next-backups.html: * packages/acs-core-docs/www/install-openacs-delete-tablespace.html: * packages/acs-core-docs/www/install-openacs-inittab.html: * packages/acs-core-docs/www/remote-postgres.html: branches: 1.5.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/automated-backup.html: * packages/acs-core-docs/www/backups-with-cvs.html: * packages/acs-core-docs/www/profile-code.html: * packages/acs-core-docs/www/releasing-package.html: * packages/acs-core-docs/www/snapshot-backup.html: * packages/acs-core-docs/www/tutorial-admin-pages.html: * packages/acs-core-docs/www/tutorial-categories.html: * packages/acs-core-docs/www/tutorial-comments.html: * packages/acs-core-docs/www/tutorial-specs.html: * packages/acs-core-docs/www/uptime.html: branches: 1.6.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/analog-setup.html: * packages/acs-core-docs/www/configuring-new-site.html: * packages/acs-core-docs/www/i18n-design.html: * packages/acs-core-docs/www/i18n-overview.html: * packages/acs-core-docs/www/i18n-translators.html: * packages/acs-core-docs/www/install-php.html: * packages/acs-core-docs/www/install-ssl.html: branches: 1.7.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-squirrelmail.html: * packages/acs-core-docs/www/tutorial-notifications.html: * packages/acs-core-docs/www/update-translations.html: * packages/acs-core-docs/www/upgrade-4.6.3-to-5.html: branches: 1.8.2; regenerate the documentation -- add new files * packages/acs-core-docs/www/doc-standards.html: * packages/acs-core-docs/www/i18n-introduction.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-origins.html: * packages/acs-core-docs/www/install-resources.html: * packages/acs-core-docs/www/nxml-mode.html: * packages/acs-core-docs/www/os-install.html: * packages/acs-core-docs/www/os-security.html: * packages/acs-core-docs/www/tutorial-future-topics.html: * packages/acs-core-docs/www/update-repository.html: * packages/acs-core-docs/www/upgrade-5-0-dot.html: branches: 1.9.2; regenerate the documentation -- add new files * packages/acs-bootstrap-installer/installer.tcl: * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: comment out db_qd_log calls as almost noone will use these anymore and some added appreciable overhead. warn when a proc does not yield a statement name with advice about why, fix the bootstrap version of acs_kernel_id to cache * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: fix docbook xml errors, make software.xml mention pg 8.0, 5.2 2005-02-16 jader * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Update installation of daemontools. Description expanded for Fedora Core 3. Broken link fixed. 2005-02-16 andrewg * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/apm-procs.xql: Don't call site_nodes_sync from apm_package_rename. site_nodes_sync rebuilds the entire site_nodes cache, which takes large sites, such as .LRN sites with tens of thousands of site nodes, completely offline for several minutes. Instead, update the cache for the specific node(s) at which the package is mounted. 2005-02-15 miguelm * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: adding missing messages 2005-02-15 donb * packages/acs-content-repository/tcl/content-folder-procs.tcl: * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: Daveb fixed broken 5.1 code and tests 2005-02-15 daveb * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: branches: 1.3.2; Fix content type calls to eliminate illegal chars in type name 2005-02-15 andrewg * packages/acs-subsite/www/admin/site-map/site-map-oracle.xql: * packages/acs-subsite/www/site-map/index-oracle.xql: Adding missing view_p column * packages/acs-subsite/www/admin/applications/index-oracle.xql: * packages/acs-subsite/www/admin/applications/index-postgresql.xql: * packages/acs-subsite/www/admin/applications/index.tcl: level is a reserved word in Oracle. Changing to treelevel. 2005-02-14 jeffd * packages/acs-tcl/tcl/exception-procs.tcl: added some @see to make ad_try less threatening 2005-02-14 donb * packages/acs-content-repository/tcl/test/content-revision-test-procs.tcl: Dave fixed his test case ... * packages/acs-content-repository/sql/oracle/content-type.sql: branches: 1.6.2; Missed one file modified by daveb in my last commit 2005-02-14 daveb * packages/acs-content-repository/tcl/test/content-revision-test-procs.tcl: Fix test to work on Oracle with BLOB content. 2005-02-14 andrewg * packages/acs-tcl/tcl/html-email-procs.tcl: Look a little harder for the message body, and use only the first-encountered text/plain and text/html. * packages/acs-subsite/www/site-map/index-oracle.xql: Oracle was complaining about joining with a CONNECT BY. I've refactored the mask into an EXISTS clause. Should this be handled with a 'read_site_map' permission instead of the masking table? 2005-02-13 donb * packages/acs-content-repository/tcl/content-revision-procs-oracle.xql: * packages/acs-content-repository/tcl/content-revision-procs.tcl: * packages/acs-content-repository/tcl/test/content-revision-test-procs.tcl: commiting Daveb's oracle fixes ... 2005-02-12 maltes * packages/acs-content-repository/tcl/filter-procs.tcl: Fixing the problem caused by the upgrade for filestorage that exchanges name and title. This should neither change behaviour nor decrease performance, therefore I commit without a TIP 2005-02-12 daveb * packages/acs-content-repository/tcl/filter-procs.tcl: Fix erroneous commit that merged in changes. This should effectively revert to 1.16.2.5 version that was intended with the previous commit. * packages/acs-content-repository/tcl/filter-procs.tcl: Revert change to content::init. Custom code belongs in file-storage. 2005-02-11 daveb * packages/acs-core-docs/www/install-full-text-search-tsearch2.html: Add tserach2 docs * packages/acs-core-docs/www/install-full-text-search-openfts.html: Move openfts to make room for tsearch2. * packages/acs-core-docs/www/install-full-text-search-openfts.html: branches: 1.1.2; file install-full-text-search-openfts.html was initially added on branch oacs-5-1. * packages/acs-core-docs/www/install-full-text-search-tsearch2.html: branches: 1.1.2; file install-full-text-search-tsearch2.html was initially added on branch oacs-5-1. 2005-02-10 donb * packages/acs-content-repository/tcl/content-folder-procs.tcl: Changed "delete" call to "del", content-item tests runs without error now with Oracle. 2005-02-10 daveb * packages/acs-content-repository/tcl/content-revision-procs-oracle.xql: * packages/acs-content-repository/tcl/content-revision-procs.tcl: Insert content as BLOB in seperate query. * packages/acs-content-repository/tcl/content-revision-procs-oracle.xql: Switch to support oracle 8.1.6 * packages/acs-content-repository/tcl/content-revision-procs-oracle.xql: Switch to support oracle version 8.1.6 * packages/acs-content-repository/tcl/content-revision-procs-postgresql.xql: branches: 1.2.2; Insert content as BLOB in seperate query. 2005-02-09 leed * packages/acs-tcl/tcl/install-procs.tcl: Make create-user work in the bootstrap install.xml (before the service contract is registered). 2005-02-09 daveb * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: Fix test to work correctly in oracle. * packages/acs-content-repository/tcl/content-revision-procs-oracle.xql: * packages/acs-content-repository/tcl/content-revision-procs-postgresql.xql: * packages/acs-content-repository/tcl/content-revision-procs.tcl: * packages/acs-content-repository/tcl/content-revision-procs.xql: * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: Remove broken generic query. Add correct Oracle specific blob compatible query. * packages/acs-content-repository/tcl/content-revision-procs.tcl: * packages/acs-content-repository/tcl/content-revision-procs.xql: Update content column in a seperate query to work correctly with Oracle. * packages/acs-content-repository/tcl/content-revision-procs-oracle.xql: branches: 1.1.2; file content-revision-procs-oracle.xql was initially added on branch oacs-5-1. * packages/acs-content-repository/tcl/content-revision-procs-postgresql.xql: branches: 1.1.2; file content-revision-procs-postgresql.xql was initially added on branch oacs-5-1. * packages/acs-content-repository/tcl/content-revision-procs.xql: branches: 1.1.2; file content-revision-procs.xql was initially added on branch oacs-5-1. 2005-02-08 miguelm * packages/acs-subsite/tcl/email-image-procs.tcl: branches: 1.3.2; removing *SQL* 2005-02-08 leed * packages/acs-tcl/tcl/security-procs.tcl: ad_get_client_property returns the default when no security session exists; ie. during install. 2005-02-08 jeffd * packages/acs-service-contract/www/binding-display.adp: * packages/acs-service-contract/www/binding-display.tcl: * packages/acs-service-contract/www/contract-display.tcl: add a display of a particular binding so you can easily track down the actual functions * packages/acs-tcl/tcl/navigation-procs.tcl: branches: 1.20.6; rollback the secret multisubsite stuff did not mean to commit * packages/acs-subsite/www/o.vuh: branches: 1.3.2; make missing svc contract give message rather than traceback * packages/acs-tcl/tcl/install-procs.tcl: * packages/acs-tcl/tcl/navigation-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: do not try to login when creating a user from the install.xml actioninstall-procs.tcl * packages/acs-lang/tcl/localization-procs.tcl: don't use en_US in lc_numeric if lookup fails since when acs-lang totally borked even en_US might not be there and the admin page won't display * packages/acs-tcl/tcl/request-processor-procs.tcl: rollback the secret multisubsite stuff did not mean to commit 2005-02-08 andrewg * packages/acs-lang/sql/oracle/ad-locales.sql: Removed a stray 'end'. * packages/acs-subsite/sql/oracle/site-node-selection.sql: branches: 1.3.2; Bugfix. * packages/acs-subsite/sql/oracle/acs-subsite-create.sql: site-node-selection with an "s" 2005-02-07 leed * packages/acs-tcl/tcl/install-procs.tcl: Added some new actions. 2005-02-07 jeffd * packages/acs-templating/tcl/list-procs.tcl: add the note about using filters to propigate state varibles * packages/acs-bootstrap-installer/installer.tcl: reset the ad_conn so we can use it during install * packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl: throw error if no package provided and no connection * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: tweak markup so log lists of switch docs are readable * packages/acs-tcl/tcl/install-procs.tcl: value for param has to default to empty string since otherwise the empty value throws error in apm_required_attribute_value 2005-02-07 jader * etc/keepalive/keepalive-cron.sh: Added in a note linking to a forum thread, in case there are problems. * etc/config.tcl: Bump up defaults for many Aolserver configuration items based on forums conversation: http://openacs.org/forums/message-view?message_id=260846 * etc/keepalive/keepalive-cron.sh: * etc/keepalive/keepalive.sh: The keepalive scripts need the path to the executables, unless the PATH is included in the script. 2005-02-06 jeffd * packages/acs-tcl/tcl/object-procs-oracle.xql: * packages/acs-tcl/tcl/object-procs-postgresql.xql: return title and package_id in acs_object::get * packages/acs-templating/tcl/tag-init.tcl: save errors in includes to the ds_page_bits cache 2005-02-05 maltes * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: Upgraded version numbers 2005-02-05 jeffd * packages/acs-subsite/www/o.vuh: handle missing or invalid object id better * packages/search/tcl/search-procs.tcl: use -datasource not -array 2005-02-04 leed * packages/acs-tcl/tcl/install-procs.tcl: Fixed bug in mount action. Added mount-existing action for mounting an already created package instance. 2005-02-04 jeffd * packages/acs-templating/tcl/parse-procs.tcl: adds support for page fragment cache stuff from developer support * packages/acs-kernel/acs-kernel.info: allow SPAN tags 2005-02-04 daveb * packages/acs-service-contract/acs-service-contract.info: * packages/acs-service-contract/tcl/implementation-procs.tcl: * packages/acs-service-contract/tcl/implementation-procs.xql: Add optional contract paraemter to impl::get_id 2005-02-03 maltes * packages/acs-kernel/acs-kernel.info: 5.1.4 was already released, so the next version for acs-kernel is 5.1.5d1 2005-02-03 joel * packages/acs-lang/www/admin/edit-localized-message.tcl: fix so that original message is shown when editing english * packages/acs-admin/www/users/password-update.adp: * packages/acs-admin/www/users/password-update.tcl: fixed breadcrumb in change password page 2005-02-03 jeffd * packages/acs-content-repository/sql/postgresql/content-search.sql: bind the fts contract when creating the datamodel * packages/acs-templating/resources/lists/table.adp: xhtml tweak for sort img 2005-02-03 bdolicki * packages/acs-tcl/tcl/stack-trace-procs.tcl: Useful for having your catch and eat it. 2005-02-02 victorg * www/site-master.adp: * www/site-master.tcl: Internationalitation for Online Members message, Your Acccount Message and Logout Message 2005-02-02 jeffd * packages/search/www/index.adp: GET should be get * packages/notifications/tcl/notification-display-procs.tcl: branches: 1.14.2; quotehtml the sub_url since it's noquoted in the page (as an html fragment). * packages/search/catalog/search.en_US.ISO-8859-1.xml: * packages/search/search.info: * packages/search/tcl/search-procs.tcl: * packages/search/www/advanced-search.adp: * packages/search/www/index.adp: * packages/search/www/index.tcl: * packages/search/www/search.adp: * packages/search/www/search.tcl: fix search links, make validate as xhtml, remove crappy markup, fix some message keys. fix bug with flag for syndication * packages/search/catalog/search.en_US.ISO-8859-1.xml: remove some unused keys * packages/acs-templating/tcl/tag-procs.tcl: throw an error if the nil or defined tag is given anything other than a variable 2005-02-02 daveb * packages/acs-templating/tcl/parse-procs.tcl: Add Don's change back in since the previous commits fix the other regexps to match this one. * packages/acs-templating/tcl/tag-init.tcl: * packages/acs-templating/tcl/tag-procs.tcl: * packages/acs-templating/tcl/util-procs.tcl: Merge from HEAD fixed to variable regular expressions. add recognizing array variables like @xx.y.z@ as xx(y.z). Note that the regexps show up in multiple places so any changes to the @ var regexps should be made carefully. In particular if @x@ defined and if @x@ nil handle variables special since they can't be derefrenced 2005-02-01 torbenb * packages/acs-core-docs/www/xml/non-xml/release-notes-4-6.html: removed gremlin A0 characters * packages/acs-core-docs/www/xml/install-guide/configuring.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: temporarily fixing image urls to return 302 errors that work with most clients, instead of current 404 errors * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial.xml: temporary fix of doc images from creating urls that return 404 errors to 302 errors * packages/acs-core-docs/www/xml/kernel/apm-design.xml: * packages/acs-core-docs/www/xml/kernel/ext-auth.xml: temporary fix of doc images from creating urls that return 404 errors to 302 errors (that work for many browsers and client services) 2005-02-01 jeffd * packages/search/catalog/search.en_US.ISO-8859-1.xml: move message catalog over from 5.1 branch 2005-02-01 daveb * packages/acs-content-repository/sql/oracle/content-type.sql: Fix insert and select views for revisions and subtypes so title is not duplicated. 2005-01-31 torbenb * packages/acs-core-docs/www/xml/install-guide/postgres.xml: added clarificaton to bison instructions 2005-01-31 timoh * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.4-5.1.4d1.sql: branches: 1.1.2; file upgrade-5.1.4-5.1.4d1.sql was initially added on branch oacs-5-1. * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql: branches: 1.1.2; file upgrade-5.1.5d2-5.1.5d3.sql was initially added on branch oacs-5-1. * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.5d2-5.1.5d3.sql: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.4-5.1.4d1.sql: fixed some upgrade scripts for oracle 2005-01-31 miguelm * packages/acs-subsite/tcl/email-image-procs.tcl: Fixing image length * packages/acs-subsite/tcl/email-image-procs-oracle.xql: branches: 1.2.2; Fixing rel name 2005-01-31 jeffd * packages/acs-tcl/tcl/install-procs.tcl: add an object id= method for setting permissions in the install.xml file on explicit object ids * packages/acs-templating/tcl/tag-init.tcl: * packages/acs-templating/tcl/tag-procs.tcl: * packages/acs-templating/www/admin/test/include.tcl: add recognizing array variables like @xx.y.z@ as xx(y.z). Note that the regexps show up in multiple places so any changes to the @ var regexps should be made carefully. In particular if @x@ defined and if @x@ nil handle variables special since they can't be derefrenced * packages/acs-templating/tcl/util-procs.tcl: branches: 1.20.2; add recognizing array variables like @xx.y.z@ as xx(y.z). Note that the regexps show up in multiple places so any changes to the @ var regexps should be made carefully. In particular if @x@ defined and if @x@ nil handle variables special since they can't be derefrenced * packages/acs-lang/tcl/lang-install-procs.tcl: functions for enabling and setting locale in the install.xml file 2005-01-30 torbenb * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: * packages/acs-core-docs/www/xml/developers-guide/rp.xml: fixing image url 2005-01-30 leed * packages/acs-tcl/tcl/request-processor-procs.tcl: Fixed call to rp_debug for reporting bad filter return codes. 2005-01-30 jeffd * packages/acs-kernel/acs-kernel.info: add the tags and attributes used by htmlarea to the set of allowed tags (Except IMG and src= * packages/acs-subsite/www/resources/core.js: * www/blank-master.adp: changes to make htmlarea-3.0-rc3 work * packages/acs-templating/www/resources/htmlarea/dialog.js: * packages/acs-templating/www/resources/htmlarea/example-fully-loaded.html: * packages/acs-templating/www/resources/htmlarea/example-spell-checker.html: * packages/acs-templating/www/resources/htmlarea/example-table-operations.html: * packages/acs-templating/www/resources/htmlarea/example.html: * packages/acs-templating/www/resources/htmlarea/examples/2-areas.cgi: * packages/acs-templating/www/resources/htmlarea/examples/2-areas.html: * packages/acs-templating/www/resources/htmlarea/examples/character_map.html: * packages/acs-templating/www/resources/htmlarea/examples/context-menu.html: * packages/acs-templating/www/resources/htmlarea/examples/core.html: * packages/acs-templating/www/resources/htmlarea/examples/css.html: * packages/acs-templating/www/resources/htmlarea/examples/custom.css: * packages/acs-templating/www/resources/htmlarea/examples/dynamic.css: * packages/acs-templating/www/resources/htmlarea/examples/dynamic_css.html: * packages/acs-templating/www/resources/htmlarea/examples/empty.html: * packages/acs-templating/www/resources/htmlarea/examples/full-page.html: * packages/acs-templating/www/resources/htmlarea/examples/fully-loaded.html: * packages/acs-templating/www/resources/htmlarea/examples/index.html: * packages/acs-templating/www/resources/htmlarea/examples/list-type.html: * packages/acs-templating/www/resources/htmlarea/examples/remove-font-tags.html: * packages/acs-templating/www/resources/htmlarea/examples/spell-checker.html: * packages/acs-templating/www/resources/htmlarea/examples/table-operations.html: * packages/acs-templating/www/resources/htmlarea/examples/test.cgi: * packages/acs-templating/www/resources/htmlarea/htmlarea.css: * packages/acs-templating/www/resources/htmlarea/htmlarea.js: * packages/acs-templating/www/resources/htmlarea/images/ed_about.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_align_center.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_align_justify.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_align_left.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_align_right.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_blank.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_charmap.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_color_bg.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_color_fg.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_copy.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_custom.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_cut.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_format_bold.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_format_italic.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_format_strike.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_format_sub.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_format_sup.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_format_underline.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_help.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_hr.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_html.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_image.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_indent_less.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_indent_more.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_killword.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_left_to_right.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_list_bullet.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_list_num.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_paste.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_print.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_redo.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_right_to_left.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_rmformat.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_save.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_show_border.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_splitcel.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_undo.gif: * packages/acs-templating/www/resources/htmlarea/images/fullscreen_maximize.gif: * packages/acs-templating/www/resources/htmlarea/images/fullscreen_minimize.gif: * packages/acs-templating/www/resources/htmlarea/index.html: * packages/acs-templating/www/resources/htmlarea/lang/b5.js: * packages/acs-templating/www/resources/htmlarea/lang/ch.js: * packages/acs-templating/www/resources/htmlarea/lang/cz.js: * packages/acs-templating/www/resources/htmlarea/lang/da.js: * packages/acs-templating/www/resources/htmlarea/lang/de.js: * packages/acs-templating/www/resources/htmlarea/lang/ee.js: * packages/acs-templating/www/resources/htmlarea/lang/el.js: * packages/acs-templating/www/resources/htmlarea/lang/en.js: * packages/acs-templating/www/resources/htmlarea/lang/es.js: * packages/acs-templating/www/resources/htmlarea/lang/fi.js: * packages/acs-templating/www/resources/htmlarea/lang/fr.js: * packages/acs-templating/www/resources/htmlarea/lang/gb.js: * packages/acs-templating/www/resources/htmlarea/lang/he.js: * packages/acs-templating/www/resources/htmlarea/lang/hu.js: * packages/acs-templating/www/resources/htmlarea/lang/it.js: * packages/acs-templating/www/resources/htmlarea/lang/ja-euc.js: * packages/acs-templating/www/resources/htmlarea/lang/ja-jis.js: * packages/acs-templating/www/resources/htmlarea/lang/ja-sjis.js: * packages/acs-templating/www/resources/htmlarea/lang/ja-utf8.js: * packages/acs-templating/www/resources/htmlarea/lang/lt.js: * packages/acs-templating/www/resources/htmlarea/lang/lv.js: * packages/acs-templating/www/resources/htmlarea/lang/nb.js: * packages/acs-templating/www/resources/htmlarea/lang/nl.js: * packages/acs-templating/www/resources/htmlarea/lang/no.js: * packages/acs-templating/www/resources/htmlarea/lang/pl.js: * packages/acs-templating/www/resources/htmlarea/lang/pt_br.js: * packages/acs-templating/www/resources/htmlarea/lang/ro.js: * packages/acs-templating/www/resources/htmlarea/lang/ru.js: * packages/acs-templating/www/resources/htmlarea/lang/se.js: * packages/acs-templating/www/resources/htmlarea/lang/si.js: * packages/acs-templating/www/resources/htmlarea/lang/vn.js: * packages/acs-templating/www/resources/htmlarea/license.txt: * packages/acs-templating/www/resources/htmlarea/plugins/CSS/css.js: * packages/acs-templating/www/resources/htmlarea/plugins/CSS/lang/en.js: * packages/acs-templating/www/resources/htmlarea/plugins/CharacterMap/character-map.js: * packages/acs-templating/www/resources/htmlarea/plugins/CharacterMap/img/ed_charmap.gif: * packages/acs-templating/www/resources/htmlarea/plugins/CharacterMap/lang/de.js: * packages/acs-templating/www/resources/htmlarea/plugins/CharacterMap/lang/en.js: * packages/acs-templating/www/resources/htmlarea/plugins/CharacterMap/popups/select_character.html: * packages/acs-templating/www/resources/htmlarea/plugins/ContextMenu/context-menu.js: * packages/acs-templating/www/resources/htmlarea/plugins/ContextMenu/lang/de.js: * packages/acs-templating/www/resources/htmlarea/plugins/ContextMenu/lang/el.js: * packages/acs-templating/www/resources/htmlarea/plugins/ContextMenu/lang/en.js: * packages/acs-templating/www/resources/htmlarea/plugins/ContextMenu/lang/fr.js: * packages/acs-templating/www/resources/htmlarea/plugins/ContextMenu/lang/he.js: * packages/acs-templating/www/resources/htmlarea/plugins/ContextMenu/lang/nl.js: * packages/acs-templating/www/resources/htmlarea/plugins/ContextMenu/menu.css: * packages/acs-templating/www/resources/htmlarea/plugins/DynamicCSS/dynamiccss.js: * packages/acs-templating/www/resources/htmlarea/plugins/DynamicCSS/lang/de.js: * packages/acs-templating/www/resources/htmlarea/plugins/DynamicCSS/lang/en.js: * packages/acs-templating/www/resources/htmlarea/plugins/DynamicCSS/lang/fr.js: * packages/acs-templating/www/resources/htmlarea/plugins/FullPage/full-page.js: * packages/acs-templating/www/resources/htmlarea/plugins/FullPage/img/docprop.gif: * packages/acs-templating/www/resources/htmlarea/plugins/FullPage/lang/de.js: * packages/acs-templating/www/resources/htmlarea/plugins/FullPage/lang/en.js: * packages/acs-templating/www/resources/htmlarea/plugins/FullPage/lang/fr.js: * packages/acs-templating/www/resources/htmlarea/plugins/FullPage/lang/he.js: * packages/acs-templating/www/resources/htmlarea/plugins/FullPage/lang/ro.js: * packages/acs-templating/www/resources/htmlarea/plugins/FullPage/popups/docprop.html: * packages/acs-templating/www/resources/htmlarea/plugins/FullPage/test.html: * packages/acs-templating/www/resources/htmlarea/plugins/HtmlTidy/README: * packages/acs-templating/www/resources/htmlarea/plugins/HtmlTidy/html-tidy-config.cfg: * packages/acs-templating/www/resources/htmlarea/plugins/HtmlTidy/html-tidy-logic.php: * packages/acs-templating/www/resources/htmlarea/plugins/HtmlTidy/html-tidy.js: * packages/acs-templating/www/resources/htmlarea/plugins/HtmlTidy/img/html-tidy.gif: * packages/acs-templating/www/resources/htmlarea/plugins/HtmlTidy/lang/en.js: * packages/acs-templating/www/resources/htmlarea/plugins/ListType/lang/de.js: * packages/acs-templating/www/resources/htmlarea/plugins/ListType/lang/en.js: * packages/acs-templating/www/resources/htmlarea/plugins/ListType/list-type.js: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/img/he-spell-check.gif: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/cz.js: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/da.js: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/de.js: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/en.js: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/he.js: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/hu.js: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/it.js: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/nl.js: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/ro.js: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/readme-tech.html: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-check-logic.cgi: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-check-style.css: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-check-ui.html: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-check-ui.js: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-checker.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/cz.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/da.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/de.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/el.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/en.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/fi.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/fr.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/he.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/hu.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/it.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/nl.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/no.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/ro.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/table-operations.js: * packages/acs-templating/www/resources/htmlarea/popupdiv.js: * packages/acs-templating/www/resources/htmlarea/popups/about.html: * packages/acs-templating/www/resources/htmlarea/popups/blank.html: * packages/acs-templating/www/resources/htmlarea/popups/custom2.html: * packages/acs-templating/www/resources/htmlarea/popups/editor_help.html: * packages/acs-templating/www/resources/htmlarea/popups/fullscreen.html: * packages/acs-templating/www/resources/htmlarea/popups/insert_image.html: * packages/acs-templating/www/resources/htmlarea/popups/insert_table.html: * packages/acs-templating/www/resources/htmlarea/popups/link.html: * packages/acs-templating/www/resources/htmlarea/popups/old-fullscreen.html: * packages/acs-templating/www/resources/htmlarea/popups/old_insert_image.html: * packages/acs-templating/www/resources/htmlarea/popups/popup.js: * packages/acs-templating/www/resources/htmlarea/popups/select_color.html: * packages/acs-templating/www/resources/htmlarea/popupwin.js: * packages/acs-templating/www/resources/htmlarea/reference.html: * packages/acs-templating/www/resources/htmlarea/release-notes.html: * packages/acs-templating/www/resources/htmlarea/test.cgi: pull in htmlarea 3.0rc3 2005-01-29 jeffd * packages/acs-tcl/tcl/apm-install-procs.tcl: add default ids to simplify writing install.xml scripts (ACS_KERNEL ACS_TEMPLATING ACS_AUTHENTICATION ACS_LANG and MAIN_SITE) from Lee Denision * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/object-procs.tcl: * packages/acs-tcl/tcl/object-procs.xql: cache the magic object lookup and kernel id lookups since they were being called on every page causing 4 db hits 2005-01-28 jeffd * packages/acs-tcl/tcl/utilities-procs.tcl: add \r to Host header in util_httpopen since http says headers hsould be \r\n 2005-01-28 jader * packages/acs-tcl/tcl/utilities-procs.tcl: Fix to httpopen, from Nis Jorgensen. See: http://openacs.org/forums/message-view?message_id=32667 2005-01-27 leed * packages/acs-tcl/tcl/install-procs.tcl: Fixed error when package is already mounted at a location. 2005-01-27 jeffd * packages/acs-tcl/tcl/security-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: fix links to old ad bboard posts. 2005-01-26 lars * packages/acs-tcl/tcl/utilities-procs.tcl: util_user_message call in ad_returnredirect was duplicated due to an errorneous merge 2005-01-26 jeffd * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/install-procs.tcl: add the community-new action for install.xml; allow value field for parameter to be defaulted to {} since otherwise you can't set a parameter to the empty string; add a -nested flag to apm::process_install_xml so that it's possible to do included install.xml's * packages/acs-subsite/www/admin/applications/index-oracle.xql: * packages/acs-subsite/www/admin/applications/index-postgresql.xql: * packages/acs-subsite/www/admin/applications/index.tcl: expand children applications. this won't scale but without it you can't set parameters in applications other than those immediately under the subsite * packages/acs-subsite/tcl/subsite-procs.tcl: trim spurious trailing . in sidebar links * packages/acs-subsite/tcl/subsite-procs.tcl: trim spurious trailing . in sidebar links (fixed regexp) * packages/acs-bootstrap-installer/installer/install.tcl: use subsite::main_site_id to get main site id rather than query on name since name can change when running install.xml 2005-01-25 jeffd * packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml: branches: 1.11.2; en_GB 24h clock * packages/acs-bootstrap-installer/installer.tcl: * packages/acs-bootstrap-installer/installer/install.tcl: no longer redefine ad_conn in install since it's needed in some libraries in callbacks, do install.xml after admin user created, load catalogs after install. 2005-01-24 jeffd * packages/acs-lang/tcl/localization-data-init.tcl: %D format (which should not be used) had month twice. * packages/acs-content-repository/tcl/filter-procs.tcl: item_id should have been item_info(item_id), broke file-storage/view 2005-01-24 daveb * packages/acs-content-repository/tcl/content-revision-procs.tcl: Add context_id as parameter of content::revsion::new. Fix extended attributes code to ignore acs_objects attributes as well as cr_revision. * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Add tsearch2 install. Deprecate Openfts install and link to tsearch2 doc. 2005-01-23 jeffd * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0d11-5.2.0d12.sql: * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d11-5.2.0d12.sql: add index on cr_revisions(publish_date), upgrade bump to 5.2.0d12 2005-01-22 miguelm * packages/acs-subsite/sql/postgresql/acs-subsite-create.sql: * packages/acs-subsite/sql/postgresql/acs-subsite-drop.sql: * packages/acs-subsite/sql/postgresql/email-image-drop.sql: * packages/acs-subsite/sql/postgresql/email-image.sql: changes to create the relation for emailimage * packages/acs-subsite/sql/oracle/acs-subsite-create.sql: * packages/acs-subsite/sql/oracle/acs-subsite-drop.sql: * packages/acs-subsite/sql/oracle/email-image-drop.sql: * packages/acs-subsite/sql/oracle/email-image.sql: changes to create the relation for emailimage in oracle * packages/acs-subsite/tcl/apm-callback-procs.tcl: removing the rel_types::new call 2005-01-22 jeffd * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: some tweaks to install on pg 8.0 -- for some reason acs__magic_object_id declared immutable breaks the install on 8.0 so make it stable 2005-01-22 jader * packages/acs-templating/tcl/widget-procs.tcl: Apply a patch 602 (slightly modified) to make party_search be optional when it is declared to be optional. Fixes bug 2122. * etc/install/install.sh: Apply patch 622, makes install.sh respect pg_db_user and UNICODE * www/blank-master.adp: Fixes bug 2238 by adding in css file for developer support. The fix was made by Lars in March 2004 on HEAD. 2005-01-21 jeffd * packages/acs-content-repository/tcl/content-symlink-procs.tcl: branches: 1.4.2; some changes missed from 5.1 branch * packages/acs-content-repository/tcl/content-folder-procs.tcl: * packages/acs-content-repository/tcl/content-item-procs.tcl: * packages/acs-content-repository/tcl/content-keyword-procs.tcl: * packages/acs-content-repository/tcl/content-revision-procs.tcl: * packages/acs-content-repository/tcl/content-type-procs.tcl: * packages/acs-content-repository/tcl/filter-procs-oracle.xql: * packages/acs-content-repository/tcl/filter-procs-postgresql.xql: some changes missed from 5.1 branch 2005-01-21 donb * packages/acs-templating/resources/lists/table.adp: * packages/acs-templating/tcl/paginator-procs.tcl: Cleaned up display a bit ... if you say "groupsize is 10" you now see a groupsize of 10 displayed not 11. If groupsize is 1 you only get next/prev page nav widgets rather than both page and group nav widgets. 2005-01-21 daveb * packages/acs-content-repository/tcl/filter-procs.tcl: Fix variable reference. * packages/acs-content-repository/tcl/filter-procs-oracle.xql: * packages/acs-content-repository/tcl/filter-procs-postgresql.xql: * packages/acs-content-repository/tcl/filter-procs.tcl: Remove pl/sql function from where clause. * packages/acs-content-repository/tcl/filter-procs-oracle.xql: * packages/acs-content-repository/tcl/filter-procs-postgresql.xql: * packages/acs-content-repository/tcl/filter-procs.tcl: Replace pl/sql function in where clause with two queries (via Tcl API) 2005-01-19 miguelm * packages/acs-subsite/www/admin/manage-email-privacy.adp: * packages/acs-subsite/www/admin/manage-email-privacy.tcl: Changing messages * packages/acs-subsite/www/admin/site-map/site-map.tcl: Fixing context bar and changin buttons name * packages/acs-subsite/www/site-map/index.adp: Fixing link * packages/acs-subsite/www/site-map/index.adp: * packages/acs-subsite/www/site-map/index.tcl: Making some changes in link and display * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: More messages * packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml: branches: 1.24.2; More messages 2005-01-19 maltes * packages/acs-subsite/lib/login.adp: Added <div id=register-login> so we could control the look of the login box via CSS (at least a little) 2005-01-19 lars * packages/acs-tcl/tcl/text-html-procs.tcl: If there's no whitespace before truncate_len, then just truncate at the given index, instead of leaving us with an empty string 2005-01-19 jader * etc/analog.cfg: * etc/config.tcl: Log the request time as well. See: http://panoptic.com/wiki/aolserver/nslog 2005-01-18 miguelm * packages/acs-subsite/acs-subsite.info: Adding callback 2005-01-18 maltes * packages/acs-subsite/tcl/apm-callback-procs.tcl: Fixed typo 2005-01-18 leed * packages/acs-subsite/tcl/package-procs.tcl: Fixed duplicate package_function_p definitions and miss-named sql. * packages/acs-subsite/tcl/package-procs-postgresql.xql: branches: 1.17.10; Fixed duplicate package_function_p definitions and miss-named sql. 2005-01-18 donb * packages/acs-subsite/tcl/package-procs-oracle.xql: * packages/acs-subsite/tcl/package-procs.tcl: Fixed a CVS merge error from 5.1 ... 2005-01-18 andrewg * packages/acs-content-repository/sql/oracle/packages-create.sql: Added missing comma in content_revision package definition. * packages/acs-kernel/sql/oracle/apm-create.sql: Bugfix for apm_package.new. Moved the insert into apm_packages up, before the update on acs_objects, to satisfy referential integrity on acs_object.package_id. * packages/acs-content-repository/sql/oracle/content-revision.sql: Inserting a couple of missing commas. 2005-01-17 torbenb * packages/acs-core-docs/www/xml/engineering-standards/cvs.xml: fixed cvs browser link, bug 2267 2005-01-17 maltes * www/site-master.adp: Added / for XHTML compliance * www/blank-master.adp: Added type to javascript as this was not valid XHTML * www/blank-master.adp: Modified to suit XHMTL 1.0 Transitional * www/blank-master.adp: Reverting forced switch to XHTML 2005-01-15 vivianh * packages/acs-subsite/www/site-map/index.adp: * packages/acs-subsite/www/site-map/index.tcl: Checking if user site-wide-admin to show a link * packages/acs-subsite/www/admin/site-map/site-map.adp: User site-map support 2005-01-15 miguelm * packages/acs-subsite/www/members/index.tcl: Display of email replaced with email_image proc call 2005-01-14 vivianh * packages/acs-subsite/www/admin/site-map/site-map.tcl: Context bar and Allow button modified 2005-01-14 miguelm * packages/acs-subsite/www/shared/images/at.gif: @ Symbol * packages/acs-subsite/tcl/apm-callback-procs.tcl: Addign apm callbacks for upgrade and for install to support email-image * packages/acs-subsite/www/shared/send-email.adp: * packages/acs-subsite/www/shared/send-email.tcl: * packages/acs-subsite/www/shared/send-email.xql: Allows to send an email message with out showing the destinatary email * packages/acs-subsite/www/user/email-privacy-level.adp: * packages/acs-subsite/www/user/email-privacy-level.tcl: Allows users to choose their emali privacy level * packages/acs-admin/www/users/index.adp: Linkto a page to mange users email privacy level added * packages/acs-subsite/www/admin/manage-email-privacy.adp: * packages/acs-subsite/www/admin/manage-email-privacy.tcl: Manage the PrivateEmailLevelP parameter to set the privacy level of the users email * packages/acs-subsite/acs-subsite.info: New version that supports email substitution whith an image, and allows users to choose if they want it or not * packages/acs-subsite/www/shared/email-image-bits.tcl: Shows user email-image * packages/acs-subsite/tcl/email-image-procs-postgresql.xql: * packages/acs-subsite/tcl/email-image-procs.xql: branches: 1.1.2; email-imaeg procs that support the creation of an image instead of showing the email as text * packages/acs-subsite/tcl/email-image-procs-oracle.xql: * packages/acs-subsite/tcl/email-image-procs.tcl: email-imaeg procs that support the creation of an image instead of showing the email as text 2005-01-14 daveb * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d4-5.1.4d5.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.5d1-5.1.5d2.sql: * packages/acs-content-repository/tcl/content-folder-procs.tcl: * packages/acs-content-repository/tcl/test/content-folder-test-procs.tcl: Fix content_folder__is_subfolder pl/sql. Also fix tcl proc which was passing in the wrong list format to package_exec_plsql. Add upgrade script and tests. * packages/acs-content-repository/tcl/test/content-folder-test-procs.tcl: branches: 1.1.2; file content-folder-test-procs.tcl was initially added on branch oacs-5-1. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.5d1-5.1.5d2.sql: branches: 1.1.2; file upgrade-5.1.5d1-5.1.5d2.sql was initially added on branch oacs-5-1. 2005-01-13 timoh * packages/acs-templating/tcl/parse-procs.tcl: rolled back last change in template::adp_array_variable_regexp since it broke existing code 2005-01-13 miguelm * packages/acs-subsite/lib/user-info.tcl: * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/shared/community-member.adp: * packages/acs-subsite/www/shared/community-member.tcl: Adding support for email-image * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml: New messages * packages/acs-subsite/www/pvt/home.xql: branches: 1.5.2; Adding support for email-image 2005-01-13 jeffd * packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.it_IT.ISO-8859-1.xml: branches: 1.10.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * etc/backup.sh: * packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml: * packages/acs-subsite/www/user/portrait/upload-2.tcl: * packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml: * packages/notifications/catalog/notifications.sv_SE.ISO-8859-1.xml: branches: 1.11.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-core-docs/www/xml/variables.ent: * packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml: * packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml: branches: 1.12.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-admin/tcl/apm-admin-procs.tcl: * packages/acs-authentication/tcl/password-procs.tcl: * packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml: * packages/notifications/catalog/notifications.da_DK.ISO-8859-1.xml: * packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml: * packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml: branches: 1.13.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml: branches: 1.14.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml: branches: 1.15.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-tcl/tcl/community-core-procs.xql: branches: 1.16.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-admin/www/users/one.adp: * packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml: branches: 1.17.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-content-repository/sql/postgresql/content-extlink.sql: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: * packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml: branches: 1.18.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-api-browser/acs-api-browser.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/releasing-openacs.xml: * packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml: * packages/acs-messaging/acs-messaging.info: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: branches: 1.19.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.eu_ES.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.fr_FR.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.hu_HU.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.ms_MY.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.pt_BR.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.zh_TW.utf-8.xml: * packages/acs-content-repository/tcl/content-item-procs.xql: * packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.eu_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ms_MY.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.eu_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ms_MY.utf-8.xml: * packages/acs-subsite/sql/oracle/upgrade/upgrade-5.1.2-5.1.3.sql: * packages/acs-subsite/sql/postgresql/site-node-selection.sql: * packages/acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.eu_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ms_MY.utf-8.xml: * packages/acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.eu_ES.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.ms_MY.utf-8.xml: * packages/acs-templating/catalog/acs-templating.pt_PT.ISO-8859-1.xml: * packages/acs-templating/resources/forms/inline.adp: * packages/acs-templating/tcl/test/parse-test-procs.tcl: * packages/notifications/catalog/notifications.ca_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.eu_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.ms_MY.utf-8.xml: branches: 1.2.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/ref-timezones/ref-timezones.info: branches: 1.20.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-authentication/acs-authentication.info: * packages/acs-content-repository/sql/postgresql/content-template.sql: * packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml: branches: 1.21.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-subsite/www/admin/site-map/index.tcl: branches: 1.22.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-subsite/www/index.adp: * packages/notifications/tcl/notification-email-procs.tcl: branches: 1.23.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-subsite/lib/login.tcl: branches: 1.24.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml: branches: 1.27.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-authentication/tcl/local-procs.tcl: branches: 1.29.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml: * packages/acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml: * packages/acs-core-docs/www/files/nsd-postgres.txt: * packages/acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ar_EG.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ar_LB.utf-8.xml: * packages/acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.fa_IR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml: * packages/acs-lang/catalog/acs-lang.th_TH.utf-8.xml: * packages/acs-lang/catalog/acs-lang.zh_CN.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml: * packages/acs-templating/catalog/acs-templating.ar_LB.utf-8.xml: * packages/acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.fi_FI.utf-8.xml: * packages/acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.ro_RO.utf-8.xml: * packages/acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.zh_CN.utf-8.xml: * packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml: * packages/notifications/catalog/notifications.ar_EG.utf-8.xml: * packages/notifications/catalog/notifications.ar_LB.utf-8.xml: * packages/notifications/catalog/notifications.es_GT.ISO-8859-1.xml: * packages/notifications/catalog/notifications.hu_HU.utf-8.xml: * packages/notifications/catalog/notifications.ko_KR.utf-8.xml: * packages/notifications/catalog/notifications.nn_NO.ISO-8859-1.xml: * packages/notifications/catalog/notifications.pl_PL.utf-8.xml: * packages/notifications/catalog/notifications.ru_RU.utf-8.xml: * packages/notifications/catalog/notifications.zh_CN.utf-8.xml: branches: 1.3.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-admin/acs-admin.info: branches: 1.30.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-api-browser/lib/search.tcl: * packages/notifications/catalog/notifications.fr_FR.ISO-8859-1.xml: branches: 1.4.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-content-repository/sql/postgresql/content-type.sql: branches: 1.40.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-lang/acs-lang.info: branches: 1.41.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-authentication/www/doc/index.html: * packages/notifications/catalog/notifications.ast_ES.ISO-8859-1.xml: branches: 1.5.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * ChangeLog: * packages/acs-authentication/www/doc/ext-auth-install.html: * packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ko_KR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.pl_PL.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml: * packages/acs-lang/catalog/acs-lang.sh_HR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.tr_TR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml: * packages/acs-subsite/www/user/portrait/upload-2.xql: * packages/acs-tcl/catalog/acs-tcl.hu_HU.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ja_JP.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ko_KR.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.pl_PL.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ru_RU.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.sh_HR.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.tr_TR.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.zh_TW.utf-8.xml: * packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml: * packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml: * packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml: * packages/notifications/catalog/notifications.fi_FI.utf-8.xml: * packages/notifications/catalog/notifications.pt_PT.ISO-8859-1.xml: branches: 1.6.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-templating/resources/lists/list.adp: branches: 1.6.6; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml: * packages/acs-lang/catalog/acs-lang.hu_HU.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ja_JP.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ja_JP.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml: * packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml: branches: 1.7.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-lang/www/admin/set-system-timezone.tcl: branches: 1.7.6; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-kernel/catalog/acs-kernel.hu_HU.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ja_JP.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ko_KR.utf-8.xml: * packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml: * packages/notifications/catalog/notifications.gl_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.no_NO.ISO-8859-1.xml: * packages/notifications/tcl/notification-procs.xql: branches: 1.8.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml: * packages/notifications/catalog/notifications.pt_BR.ISO-8859-1.xml: branches: 1.9.2; commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 * etc/analog.cfg: * etc/config.tcl: * packages/acs-admin/lib/become.tcl: * packages/acs-admin/lib/become.xql: * packages/acs-admin/lib/password-update.adp: * packages/acs-admin/lib/password-update.tcl: * packages/acs-admin/tcl/apm-admin-init.tcl: * packages/acs-admin/www/auth/authority-oracle.xql: * packages/acs-admin/www/auth/authority-postgresql.xql: * packages/acs-admin/www/monitor.tcl: * packages/acs-admin/www/server-restart.adp: * packages/acs-admin/www/users/become.adp: * packages/acs-admin/www/users/become.tcl: * packages/acs-admin/www/users/become.xql: * packages/acs-admin/www/users/one.tcl: * packages/acs-admin/www/users/password-update.adp: * packages/acs-admin/www/users/password-update.tcl: * packages/acs-api-browser/lib/search.adp: * packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml: * packages/acs-authentication/tcl/apm-callback-procs.tcl: * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/www/doc/acs-authentication.htm: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-revision.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d5-5.1.2d6.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d6-5.1.2d7.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d8-5.1.2d9.sql: * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.5-4.6.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d4-5.1.2d5.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d6-5.1.2d7.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d1-5.1.4d2.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d2-5.1.4d3.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d3-5.1.4d4.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d4-5.1.4d5.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d5-5.1.4d6.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d6-5.1.4d7.sql: * packages/acs-content-repository/tcl/revision-procs-oracle.xql: * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-content-repository/tcl/symlink-procs-postgresql.xql: * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: * packages/acs-core-docs/www/xml/developers-guide/submissions.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/engineering-standards/cvs.xml: * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: * packages/acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/os.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.2d2-5.1.2d3.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.2d2-5.1.2d3.sql: * packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml: * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.1.2d2-5.1.2d3.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.1.2d2-5.1.2d3.sql: * packages/acs-lang/tcl/lang-util-procs.tcl: * packages/acs-lang/tcl/localization-data-init.tcl: * packages/acs-lang/tcl/localization-procs.tcl: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml: * packages/acs-subsite/lib/login.adp: * packages/acs-subsite/sql/oracle/acs-subsite-create.sql: * packages/acs-subsite/sql/oracle/acs-subsite-drop.sql: * packages/acs-subsite/sql/oracle/site-node-selection-drop.sql: * packages/acs-subsite/sql/oracle/site-node-selection.sql: * packages/acs-subsite/sql/postgresql/acs-subsite-create.sql: * packages/acs-subsite/sql/postgresql/acs-subsite-drop.sql: * packages/acs-subsite/sql/postgresql/site-node-selection-drop.sql: * packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.1.2-5.1.3.sql: * packages/acs-subsite/tcl/package-procs-oracle.xql: * packages/acs-subsite/tcl/package-procs-postgresql.xql: * packages/acs-subsite/tcl/package-procs.tcl: * packages/acs-subsite/www/admin/site-map/allow-for-view.tcl: * packages/acs-subsite/www/admin/site-map/allow-for-view.xql: * packages/acs-subsite/www/admin/site-map/index.adp: * packages/acs-subsite/www/admin/site-map/site-map-oracle.xql: * packages/acs-subsite/www/admin/site-map/site-map-postgresql.xql: * packages/acs-subsite/www/admin/site-map/site-map.adp: * packages/acs-subsite/www/admin/site-map/site-map.tcl: * packages/acs-subsite/www/doc/images.html: * packages/acs-subsite/www/doc/index.html: * packages/acs-subsite/www/permissions/grant.tcl: * packages/acs-subsite/www/permissions/perm-include.adp: * packages/acs-subsite/www/permissions/perm-include.tcl: * packages/acs-subsite/www/pvt/hide-email.tcl: * packages/acs-subsite/www/pvt/hide-email.xql: * packages/acs-subsite/www/register/recover-password.tcl: * packages/acs-subsite/www/resources/core.js: * packages/acs-subsite/www/resources/default-master.css: * packages/acs-subsite/www/resources/down.gif: * packages/acs-subsite/www/resources/up.gif: * packages/acs-subsite/www/resources/xml.gif: * packages/acs-subsite/www/shared/community-member-oracle.xql: * packages/acs-subsite/www/shared/community-member-postgresql.xql: * packages/acs-subsite/www/shared/portrait.tcl: * packages/acs-subsite/www/site-map/index-oracle.xql: * packages/acs-subsite/www/site-map/index-postgresql.xql: * packages/acs-subsite/www/site-map/index.adp: * packages/acs-subsite/www/site-map/index.tcl: * packages/acs-subsite/www/user/portrait/upload-2-oracle.xql: * packages/acs-subsite/www/user/portrait/upload-2-postgresql.xql: * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/acs-permissions-procs-oracle.xql: * packages/acs-tcl/tcl/acs-permissions-procs-postgresql.xql: * packages/acs-tcl/tcl/acs-permissions-procs.tcl: * packages/acs-tcl/tcl/acs-permissions-procs.xql: * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/rollout-email-procs.tcl: * packages/acs-tcl/tcl/security-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: * packages/acs-templating/acs-templating.info: * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: * packages/acs-templating/resources/lists/table.adp: * packages/acs-templating/tcl/acs-templating-init.tcl: * packages/acs-templating/tcl/date-procs.tcl: * packages/acs-templating/tcl/list-procs-oracle.xql: * packages/acs-templating/tcl/list-procs-postgresql.xql: * packages/acs-templating/tcl/list-procs.tcl: * packages/acs-templating/tcl/paginator-procs.tcl: * packages/acs-templating/tcl/parse-procs.tcl: * packages/acs-templating/tcl/spellcheck-procs.tcl: * packages/notifications/notifications.info: * packages/notifications/sql/oracle/upgrade/upgrade-5.1.0d2-5.1.0d3.sql: * packages/notifications/tcl/sweep-procs.tcl: * packages/ref-language/ref-language.info: * packages/search/search.info: * packages/search/www/advanced-search.adp: * packages/search/www/advanced-search.tcl: * packages/search/www/index.adp: * packages/search/www/search.adp: * packages/search/www/search.tcl: * packages/tsearch2-driver/sql/postgresql/upgrade/upgrade-0.4d1-0.4d2.sql: * www/blank-master.adp: * www/blank-master.tcl: * www/site-master.adp: * www/site-master.tcl: commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040724 and jcd-merge-5-1-20050111 2005-01-13 jader * packages/acs-subsite/www/admin/site-map/index.adp: Fix bug #2263. Link to application new broken in site-map. 2005-01-13 daveb * packages/acs-content-repository/tcl/content-revision-procs.tcl: * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: Fix content::revision::new to properly create subtypes of content_revision. * packages/acs-content-repository/tcl/content-item-procs.tcl: * packages/acs-content-repository/tcl/content-revision-procs.tcl: * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: Revert to package_exec_plsql var_list list style for -attributes parameters. Fix test and documentation. 2005-01-12 tracya * packages/acs-mail-lite/acs-mail-lite.info: * packages/notifications/notifications.info: upping version numbers in preparation for release 2005-01-12 timoh * packages/acs-templating/resources/forms/blue.adp: * packages/acs-templating/resources/forms/coddo.adp: * packages/acs-templating/resources/forms/configuration.adp: * packages/acs-templating/resources/forms/grid.adp: * packages/acs-templating/resources/forms/plain.adp: * packages/acs-templating/resources/forms/plainest.adp: * packages/acs-templating/resources/forms/standard.adp: * packages/acs-templating/resources/forms/tiny-plain.adp: * packages/acs-templating/resources/forms/wizard.adp: bug in template operator in (partial string compare) -> use seperate equality test in template 2005-01-12 jader * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Update docs to work with Aolserver 4.09's new convention for compiling modules. 2005-01-12 donb * packages/acs-subsite/www/permissions/perm-include-oracle.xql: * packages/acs-subsite/www/permissions/perm-include-postgresql.xql: Got rid of call to permission_p() in WHERE clause, which Jeff thought he'd already done but which I've not found in either 5.1 or HEAD. * packages/acs-subsite/www/permissions/perm-include-oracle.xql: Grrr Oracle doesn't like long idents * packages/acs-subsite/www/permissions/perm-include-oracle.xql: * packages/acs-subsite/www/permissions/perm-include-postgresql.xql: security_context_root is no longer object 0 2005-01-12 dedsc * packages/acs-content-repository/sql/postgresql/content-folder.sql: fix to return folder id present in upgrade. just putting it here as well 2005-01-11 daveb * packages/acs-content-repository/sql/postgresql/content-revision.sql: Properly create content_revision__del. Fixes bug#2251 2005-01-10 joel * ChangeLog: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/contributing-code.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-guidelines.html: * packages/acs-core-docs/www/cvs-resources.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-cvs-concepts.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-css-layout.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/tutorial-second-database.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/using-cvs-with-openacs.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * readme.txt: updates for 5.1.4 * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: updates for 5.1.4, including package info files * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-package-dev.html: * packages/acs-core-docs/www/acs-plat-dev.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/apm-requirements.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/doc-standards.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/files/create-new-catalog.sh: * packages/acs-core-docs/www/files/dotlrn-style-1.html: * packages/acs-core-docs/www/files/dotlrn-style-2.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/i18n-design.html: * packages/acs-core-docs/www/i18n-introduction.html: * packages/acs-core-docs/www/i18n-overview.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/i18n-translators.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/images/dotlrn-style-1.png: * packages/acs-core-docs/www/images/dotlrn-style-2.png: * packages/acs-core-docs/www/images/dotlrn-style-3.png: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/nxml-mode.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/object-system-design.html: * packages/acs-core-docs/www/object-system-requirements.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-design.html: * packages/acs-core-docs/www/permissions-requirements.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/releasing-openacs.html: * packages/acs-core-docs/www/releasing-package.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/rp-design.html: * packages/acs-core-docs/www/rp-requirements.html: * packages/acs-core-docs/www/security-design.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/security-requirements.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites-design.html: * packages/acs-core-docs/www/subsites-requirements.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-css-layout.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/update-repository.html: * packages/acs-core-docs/www/update-translations.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/engineering-standards/cvs.xml: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/variables.ent: updating docs for 5.1.4 2005-01-10 donb * packages/acs-templating/tcl/parse-procs.tcl: Daveb made a change to the noquote regexp used to recognize array vars, but didn't make the change to the "normal" version of the proc. His own test case caught it, I assume he must've caught it but forgot to commit ... 2005-01-09 joel * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: extended test case for content items * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: renamed bad_string to evil_string 2005-01-09 daveb * packages/acs-content-repository/tcl/content-item-procs.tcl: * packages/acs-content-repository/tcl/content-item-procs.xql: * packages/acs-content-repository/tcl/content-revision-procs.tcl: * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: Add content::item::get. Add test case support for it. * packages/acs-content-repository/tcl/content-revision-procs.tcl: Fix call to content::item::content_type * packages/acs-content-repository/tcl/content-item-procs.xql: branches: 1.1.2; file content-item-procs.xql was initially added on branch oacs-5-1. 2005-01-08 daveb * packages/acs-content-repository/tcl/content-symlink-procs.tcl: Make creation_date optional for content::symlink::new 2005-01-07 daveb * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d6-5.1.4d7.sql: Fix define function args for content_item__set_live revision * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d6-5.1.4d7.sql: branches: 1.1.2; file upgrade-5.1.4d6-5.1.4d7.sql was initially added on branch oacs-5-1. 2005-01-06 donb * packages/acs-subsite/tcl/package-procs-oracle.xql: Misspelled the query name for calling an Oracle function in package_exec_plsql... 2005-01-06 daveb * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-content-repository/sql/postgresql/content-template.sql: Add __del function to match oracle so package_exec_plsql will work * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d4-5.1.4d5.sql: Create __del functions to match oracle. * packages/acs-content-repository/tcl/content-keyword-procs.tcl: Creation_date and object_type are optional with defaults. * packages/acs-content-repository/tcl/content-folder-procs.tcl: Don't pass creation_date on new unless its not null. * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-content-repository/sql/postgresql/content-template.sql: * packages/acs-content-repository/tcl/content-template-procs.tcl: Fix __delete functions to have __del variant. * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-template.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d10-5.2.0d11.sql: Fix define function args for content_template__new * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-template.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d5-5.1.4d6.sql: Fix define function args for content_template__new to use the 8 parameter version. * packages/acs-content-repository/tcl/content-item-procs.tcl: Fix delete command to use plsql "del" * packages/acs-content-repository/tcl/content-item-procs.tcl: Fix delete procs to call pl/sql as "del" to work in Oracle and PG * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d9-5.2.0d10.sql: branches: 1.1.2; Fix __delete functions to have __del variant. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d4-5.1.4d5.sql: branches: 1.1.2; file upgrade-5.1.4d4-5.1.4d5.sql was initially added on branch oacs-5-1. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d5-5.1.4d6.sql: branches: 1.1.2; file upgrade-5.1.4d5-5.1.4d6.sql was initially added on branch oacs-5-1. 2005-01-06 cesarh * packages/acs-content-repository/sql/postgresql/content-template.sql: Adding the define "define_function_args('content_template__new','name,parent_id ,template_id,creation_date,creation_user,creation_ip,text,is_ live')" in the function content_template__new * packages/acs-content-repository/tcl/content-template-procs.tcl: Adding the param {-package_id ""} in the function content::template::new 2005-01-05 jader * packages/acs-authentication/tcl/authentication-procs.tcl: Fix bug 2200 and bug 2242 in which there were problems with logging in after upgrading if you restarted the server first. The new code is less elegant, but it works correctly. It imposes a database hit on login, but it is cached, so it only is incurred once. 2005-01-05 daveb * packages/acs-templating/tcl/parse-procs.tcl: Fix bug in array_variable_regexp_noquote that cannot recognize arrays with . in the key name such as when a formerror occurs in an element with a . in the name. 2005-01-05 cesarh * packages/acs-content-repository/sql/postgresql/content-item.sql: Fixing the params in the function content_item__set_live_revision() changing the param item_id by revision_id 2005-01-03 jader * packages/acs-authentication/tcl/authentication-procs.tcl: The user-new page called a proc in the authentications package which checked to see if a parameter was set or not. However, in upgraded sites, or if the user had entered a blank entry for the parameter, the proc would bomb. I made the proc more robust by using string is false instead of ![parameter... and also added in a util_user_message to make it more explicit what is happening if you aren't able to register (the behavior was very confusing). 2005-01-03 daveb * packages/acs-content-repository/tcl/content-item-procs.tcl: * packages/acs-content-repository/tcl/content-type-procs.tcl: * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: Make id_column and table_name required for content::type::new. Fix content::item::new to properly create a subtype of content revision based on the content_type paramter is attributes, title or text is specified. * packages/acs-templating/tcl/parse-procs.tcl: Roll back change to regular array variable regexp. Only noquote regexp needed to be changed. 2005-01-01 daveb * packages/acs-templating/tcl/parse-procs.tcl: * packages/acs-templating/tcl/test/parse-test-procs.tcl: Allow adp array variable regexp to work with arrays with . in the key names. This happens when a formerror is generated on a form element where the element name has an embedded . so it can be interpreted as an array when processing the form. Added test cases. * packages/acs-templating/tcl/test/parse-test-procs.tcl: branches: 1.1.2; file parse-test-procs.tcl was initially added on branch oacs-5-1. 2004-12-30 maltes * packages/tsearch2-driver/www/doc/index.html: Additional information on indexing existing content. * packages/search/catalog/search.en_US.ISO-8859-1.xml: * packages/search/www/advanced-search.adp: * packages/search/www/advanced-search.tcl: * packages/search/www/index.adp: * packages/search/www/search.adp: * packages/search/www/search.tcl: Internationalization of the Search Package * packages/search/www/search.tcl: Limit Search results only to results a user actually has read permission 2004-12-30 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Add permission checking and merge default parameter for headline fucntion from oacs-5-1 branch. * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Add permission checking to tsearch2-driver search query. * packages/search/www/search.tcl: Back out inefficient permission checking. * packages/acs-content-repository/tcl/content-item-procs.tcl: * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: Clarify documenation for content::item::new and add test cases to ensure a new revision can be created. Fixes bug#2232 * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Fix count query to check permissions as well. * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Fix count query to correctly count based on permissions. * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Fix type in permissions checking query. * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Fix typo in query for permissions checking. 2004-12-29 maltes * packages/tsearch2-driver/www/doc/index.html: Added information on how to index old content. 2004-12-29 joel * etc/config.tcl: took my name out 2004-12-29 daveb * packages/acs-content-repository/tcl/content-type-procs.tcl: Add documentation for column_spec of content::type::attribute::new * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d8-5.2.0d9.sql: Fix default for creation date in cotnent_template__new * packages/acs-content-repository/tcl/content-template-procs.tcl: Only pass creation_date if it is not empty. * packages/acs-content-repository/tcl/content-template-procs.tcl: Only pass in creation_date if it is not empty. * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d3-5.1.4d4.sql: Return new folder_id from content_folder__new * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d3-5.1.4d4.sql: Set default for creation_date in content_template__new * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d3-5.1.4d4.sql: branches: 1.1.2; file upgrade-5.1.4d3-5.1.4d4.sql was initially added on branch oacs-5-1. 2004-12-27 joel * packages/acs-core-docs/www/tutorial-advanced.html: * packages/acs-core-docs/www/tutorial-future-topics.html: * packages/acs-core-docs/www/tutorial-schedule-procs.html: * packages/acs-core-docs/www/tutorial-second-database.html: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: added instructions for 2nd database access * etc/config.tcl: added link to documentation for second database * packages/acs-core-docs/www/tutorial-second-database.html: branches: 1.1.2; file tutorial-second-database.html was initially added on branch oacs-5-1. * packages/acs-tcl/tcl/00-database-procs.tcl: removed some obsolete comments and added a link 2004-12-26 joel * packages/acs-core-docs/www/files/nsd-postgres.txt: moved the extra lib link from a comment to the lib path; it shouldn't affect performance and it will save others (like me) the time to diagnose and find this fix) 2004-12-25 donb * packages/acs-subsite/tcl/package-procs-oracle.xql: * packages/acs-subsite/tcl/package-procs-postgresql.xql: * packages/acs-subsite/tcl/package-procs.tcl: Fixed package_exec_plsql so it works with Oracle procedures as well as functions (PG only has functions so was working fine for all cases) 2004-12-23 maltes * packages/acs-lang/www/admin/set-system-timezone.tcl: Applied patch #619.Fixes timezone problem with timeanddate.com format 2004-12-23 jarkko * packages/acs-tcl/tcl/utilities-procs.tcl: Importing updated Simulation 1.0.1 and fixed ad_returnredirect to accept html switch (for not quoting the message relayed). 2004-12-23 andrewg * www/robots.txt: please ignore 2004-12-22 daveb * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d2-5.1.4d3.sql: Set package_id from content_folder__new * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d2-5.1.4d3.sql: branches: 1.1.2; file upgrade-5.1.4d2-5.1.4d3.sql was initially added on branch oacs-5-1. 2004-12-21 daveb * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-extlink.sql: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-content-repository/sql/postgresql/content-symlink.sql: * packages/acs-content-repository/sql/postgresql/content-type.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d1-5.1.4d2.sql: * packages/acs-content-repository/tcl/content-extlink-procs.tcl: * packages/acs-content-repository/tcl/content-folder-procs.tcl: * packages/acs-content-repository/tcl/content-item-procs.tcl: * packages/acs-content-repository/tcl/content-keyword-procs.tcl: * packages/acs-content-repository/tcl/content-revision-procs.tcl: * packages/acs-content-repository/tcl/content-symlink-procs.tcl: * packages/acs-content-repository/tcl/content-template-procs.tcl: * packages/acs-content-repository/tcl/content-type-procs.tcl: * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: * packages/acs-content-repository/tcl/test/content-revision-test-procs.tcl: Add CR Tcl API from HEAD. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.4d1-5.1.4d2.sql: branches: 1.1.2; file upgrade-5.1.4d1-5.1.4d2.sql was initially added on branch oacs-5-1. 2004-12-20 daveb * packages/acs-templating/resources/forms/inline.adp: Inline form with widget and button on the same line for really simple forms such as filters for listbuilder. * packages/acs-templating/resources/forms/inline.adp: branches: 1.1.2; file inline.adp was initially added on branch oacs-5-1. 2004-12-19 donb * packages/acs-templating/tcl/list-procs.tcl: Oops, a tiny blunder in my previous update, returned an illegal SQL snippet if there were no IDs selected. The list builder should cleverly refuse to do the query in this case, but we'll settle for it doing a SELECT that returns nothing for now. 2004-12-19 alfredw * packages/acs-content-repository/tcl/acs-content-repository-init.tcl: branches: 1.9.2; Added braces for expr for performance / stylistic recommendation. 2004-12-18 joel * packages/acs-admin/tcl/apm-admin-init.tcl: branches: 1.1.2; file apm-admin-init.tcl was initially added on branch oacs-5-1. * packages/acs-admin/tcl/apm-admin-init.tcl: * packages/acs-admin/tcl/apm-admin-procs.tcl: converted build-repository.tcl to a proc and init 2004-12-18 daveb * packages/tsearch2-driver/sql/postgresql/tsearch2-driver-create.sql: * packages/tsearch2-driver/sql/postgresql/upgrade/upgrade-0.4d1-0.4d2.sql: * packages/tsearch2-driver/tsearch2-driver.info: Add on delete cascade to object_id foreign key. * packages/tsearch2-driver/sql/postgresql/upgrade/upgrade-0.4d1-0.4d2.sql: branches: 1.1.2; file upgrade-0.4d1-0.4d2.sql was initially added on branch oacs-5-1. 2004-12-17 vivianh * packages/acs-subsite/www/admin/site-map/allow-for-view.tcl: Adding child to parent select in checkbox list * packages/acs-subsite/www/site-map/index.tcl: Adding images, urls and more spaces * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml: Adding users site map message * packages/acs-subsite/www/pvt/hide-email.tcl: * packages/acs-subsite/www/pvt/hide-email.xql: Allows the user to choice if they want to show or hide their e-mail * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/pvt/home.tcl: * packages/acs-subsite/www/pvt/home.xql: Allows the user to choice if they want to show or hide their e-mail and ShowEmailP parameter check * packages/acs-subsite/www/shared/community-member.adp: * packages/acs-subsite/www/shared/community-member.tcl: Check if parameter ShowEmailP is set to 1 to allow users to show or hide their email * packages/acs-subsite/www/resources/down.gif: * packages/acs-subsite/www/resources/up.gif: UP/DOWN images for users site map * packages/acs-subsite/www/admin/site-map/site-map.tcl: adding bold, images and spaces * packages/acs-subsite/www/index.adp: adding users site map button * packages/acs-subsite/www/shared/community-member-oracle.xql: branches: 1.1.2; file community-member-oracle.xql was initially added on branch oacs-5-1. * packages/acs-subsite/www/resources/down.gif: branches: 1.1.2; file down.gif was initially added on branch oacs-5-1. * packages/acs-subsite/www/pvt/hide-email.tcl: branches: 1.1.2; file hide-email.tcl was initially added on branch oacs-5-1. * packages/acs-subsite/www/pvt/hide-email.xql: branches: 1.1.2; file hide-email.xql was initially added on branch oacs-5-1. * packages/acs-subsite/www/resources/up.gif: branches: 1.1.2; file up.gif was initially added on branch oacs-5-1. * packages/acs-subsite/www/shared/community-member.tcl: bringing back previous tcl version :) * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/pvt/home.tcl: * packages/acs-subsite/www/pvt/home.xql: * packages/acs-subsite/www/shared/community-member-oracle.xql: * packages/acs-subsite/www/shared/community-member-postgresql.xql: * packages/acs-subsite/www/shared/community-member.adp: * packages/acs-subsite/www/shared/community-member.tcl: bringing back previous version * packages/acs-subsite/www/shared/community-member-oracle.xql: * packages/acs-subsite/www/shared/community-member-postgresql.xql: query to show-email field in users table added 2004-12-17 jader * packages/acs-subsite/www/doc/images.html: Add in new up and down images to images documentation page. 2004-12-16 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Default to AND * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Default to AND saerch if no operator is specified * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Query cleaning regexp needs to retain spaces 2004-12-15 jader * packages/acs-subsite/www/doc/images.html: Add in xml.gif to doc page which shows all the images. 2004-12-15 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Specify default for config in headline call. 2004-12-14 eduardop * packages/acs-content-repository/tcl/content-type-procs.tcl: branches: 1.6.2; the former commit left the code broken 2004-12-13 daveb * packages/tsearch2-driver/sql/postgresql/tsearch2-driver-create.sql: * packages/tsearch2-driver/sql/postgresql/tsearch2-driver-drop.sql: * packages/tsearch2-driver/sql/postgresql/tsearch2-driver-package-create.sql: * packages/tsearch2-driver/tcl/tsearch2-driver-install-procs.tcl: * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: * packages/tsearch2-driver/tsearch2-driver.info: * packages/tsearch2-driver/www/doc/index.html: Adding tsearch2 driver to oacs-5-1 branch * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Get rid of quotes and brackets from search query 2004-12-13 andrewg * packages/acs-subsite/www/resources/xml.gif: Adding. * packages/acs-subsite/www/resources/xml.gif: branches: 1.1.2; file xml.gif was initially added on branch oacs-5-1. 2004-12-12 maltes * etc/backup.sh: Added backing up the database on another server 2004-12-12 daveb * packages/acs-templating/tcl/spellcheck-procs.tcl: Skip validation when a widget is in spellcheck mode. 2004-12-11 joel * packages/acs-templating/www/resources/print.css: rudimentary print-only css file 2004-12-10 daveb * packages/tsearch2-driver/tsearch2-driver.info: branches: 1.2.2; Add automated install process. Bump up version number. * packages/tsearch2-driver/tcl/tsearch2-driver-install-procs.tcl: branches: 1.3.2; Add automated install process. Bump up version number. 2004-12-09 tracya * packages/acs-mail-lite/acs-mail-lite.info: * packages/notifications/notifications.info: upping version numbers for release 2004-12-09 donb * packages/acs-templating/tcl/acs-templating-init.tcl: * packages/acs-templating/tcl/list-procs.tcl: * packages/acs-templating/tcl/paginator-procs.tcl: Greatly sped up pagination in the list builder. 1. The list builder builds a separate (optionally cached) paginator for each page group, rather than each list. No more filling of the Tcl cache with (say) 5500 forum entries when we know that users rarely march through the entire list of forums. 2. Since the list builder builds an "in (list of ids)" query clause to select just those rows needed for this display page, there's no reason to sort the list of ids so I'm building the list within the list builder rather than using the more generalized paginator code. Minor speedup ... This could probably be sped up more by simply caching the list of keys within the list builder and replicating some other paginator functionality in lightweight form specific to the list builder, but this will do for now. And maybe forever. * packages/acs-templating/tcl/list-procs-oracle.xql: * packages/acs-templating/tcl/list-procs-postgresql.xql: Oops forgot the ever-so-important .xql files! * packages/acs-templating/tcl/list-procs-oracle.xql: Oracle testing uncovered a missing parenthesis. Don't you wish EVERYONE tested their changes under Oracle as well as PG? * packages/acs-templating/tcl/list-procs-oracle.xql: branches: 1.1.2; file list-procs-oracle.xql was initially added on branch oacs-5-1. * packages/acs-templating/tcl/list-procs-postgresql.xql: branches: 1.1.2; file list-procs-postgresql.xql was initially added on branch oacs-5-1. 2004-12-08 richardh * packages/acs-subsite/www/permissions/perm-include.tcl: Correct message key 'acs-subsite.Remove_All' to acs-subsite.Remove' to eliminate MISSING KEY message. * packages/acs-subsite/www/permissions/perm-include.tcl: Reverse previous commit - fix was actually in catalog. There was a duplicate value for 'Remove' and no 'Remove_All'. * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: The key 'Remove' had two values 'Remove' and 'Remove_All'. Have now changed the second 'Remove' key to 'Remove_All' and have removed the underscore from the value. 2004-12-07 alfredw * packages/acs-content-repository/tcl/keyword-procs.tcl: Added -deprecated flags and @see comments to procs with direct replacements in content::keyword:: * packages/acs-content-repository/tcl/content-type-procs.tcl: Changed content::type::create_attribute and drop_attribute to the content::type::attribute::new and ::delete style. * packages/acs-content-repository/tcl/extlink-procs.tcl: Copied ::new logic to content::extlink, added deprecated tags. * packages/acs-content-repository/tcl/item-procs.tcl: Marked as -deprecated any procs with corresponding items in content::item * packages/acs-content-repository/tcl/content-type-procs.tcl: changed create_type to ::new and drop_type to ::delete made use_context default to "public" rather than be required in all cases. added return values, and @see tags * packages/acs-content-repository/tcl/symlink-procs.tcl: deprecated procs with counterparts in content::symlink * packages/acs-content-repository/tcl/content-extlink-procs.tcl: renamed ::del to ::delete * packages/acs-content-repository/tcl/content-keyword-procs.tcl: branches: 1.3.2; Added return values, changed content::keyword::del to ::delete * packages/acs-content-repository/tcl/content-symlink-procs.tcl: branches: 1.3.2; renamed ::del to ::delete * packages/acs-content-repository/tcl/content-template-procs.tcl: branches: 1.4.2; Added return values and a @throws value. * packages/acs-content-repository/tcl/content-extlink-procs.tcl: branches: 1.4.2; Copied ::new logic to content::extlink, added deprecated tags. * packages/acs-content-repository/tcl/content-revision-procs.tcl: branches: 1.4.2; renamed ::del to ::delete * packages/acs-content-repository/tcl/content-folder-procs.tcl: branches: 1.5.2; Added return values and other general cleanup. . * packages/acs-content-repository/tcl/content-item-procs.tcl: branches: 1.7.2; updated a return type 2004-12-06 timoh * packages/acs-kernel/sql/oracle/acs-objects-create.sql: added check to prevent insert of object with empty creation_date * packages/acs-content-repository/tcl/content-template-procs.tcl: added parameter package_id to template::new * packages/acs-content-repository/tcl/content-type-procs.tcl: added translation of database specific column-specs to other database format 2004-12-05 torbenb * packages/acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml: added package maturity standards section per http://openacs.org/forums/message-view?message_id=160957 using tag conventions found in existing packages * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: adding absolute pathname to svgroup since /usr/local/bin is not necessarily in the default root pathnames * etc/config.tcl: adding missing params, more annotation * etc/config.tcl: re-arranged sections according to Configuration File Hierarchy http://aolserver.com/docs/admin/config.html#3 and http://aolserver.com/docs/admin/config-reference.tcl.txt and reformatted spacing for readibility. No parameter changes made * packages/acs-core-docs/www/xml/install-guide/openacs.xml: typo correction 2004-12-05 maltes * www/favicon.ico: branches: 1.1.2; file favicon.ico was initially added on branch openacs-org. * www/favicon.ico: missing favicon 2004-12-03 jader * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Put Aolserver 4 instructions before Aolserver 3 for nsopenssl. 2004-12-02 torbenb * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: fixing broken links 2004-12-02 jader * packages/acs-core-docs/www/xml/engineering-standards/cvs.xml: Changed tag for releasing from oacs-5-1-compat to openacs-5-1-compat 2004-12-01 maltes * www/index.vuh: * www/team.adp: * www/tip.tcl: Last addition of openacs-org files * www/index.vuh: branches: 1.1.2; file index.vuh was initially added on branch openacs-org. * www/team.adp: branches: 1.1.2; file team.adp was initially added on branch openacs-org. * www/tip.tcl: branches: 1.1.2; file tip.tcl was initially added on branch openacs-org. * www/robots.txt: initial import of the openacs.org files to the openacs-org branch. 2004-12-01 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Another small fix for mismatched tags. * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Fix some broken and mismatched tags. 2004-12-01 alfredw * packages/acs-content-repository/tcl/folder-procs.tcl: Deprecated in favor of new CR TCL API. 2004-11-30 peterm * packages/acs-subsite/www/user/basic-info-update.adp: adding missing noquote in include tag * packages/acs-subsite/lib/user-info.adp: * packages/acs-subsite/lib/user-info.tcl: adding the show_groups_p flag that allows you to include the basic user info edit form without the groups listing 2004-11-30 joel * packages/acs-core-docs/www/contributing-code.html: * packages/acs-core-docs/www/xml/engineering-standards/cvs.xml: fixing typos and tidying up * packages/acs-core-docs/www/contributing-code.html: * packages/acs-core-docs/www/releasing-package.html: * packages/acs-core-docs/www/xml/engineering-standards/cvs.xml: * packages/acs-core-docs/www/xml/releasing-openacs.xml: more fixes to adding packages 2004-11-30 jader * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Updated docs for Aolserver 4.09, including new (undocumented!) build process for modules. 2004-11-29 joel * packages/acs-core-docs/www/xml/releasing-openacs.xml: making harmless white-space change to help Branimir test new mailing list 2004-11-29 jader * packages/acs-templating/tcl/list-procs.tcl: Add reference to how to sort hierarchical queries with list-builder. 2004-11-27 joel * packages/acs-core-docs/www/install-ldap-radius.html: branches: 1.1.2; file install-ldap-radius.html was initially added on branch oacs-5-1. * ChangeLog: * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/contributing-code.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-guidelines.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-ldap-radius.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-cvs-concepts.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-css-layout.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/tutorial-specs.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/using-cvs-with-openacs.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: * packages/acs-core-docs/www/xml/releasing-openacs.xml: * packages/acs-core-docs/www/xml/variables.ent: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: * readme.txt: doc updates and versioning for openacs 5.1.3 2004-11-25 torbenb * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: adding test page for aolserver4, suggested by Aldert Nooitgedagt 2004-11-24 torbenb * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: added developer documentation requirements * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: added documentation strategy section * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: added marketing perspective to end-users docs, corrected spelling mistakes 2004-11-24 joel * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/xml/releasing-openacs.xml: fixed typo 2004-11-23 vivianh * packages/acs-subsite/www/site-map/index-oracle.xql: * packages/acs-subsite/www/site-map/index-postgresql.xql: * packages/acs-subsite/www/site-map/index.adp: * packages/acs-subsite/www/site-map/index.tcl: Site map viw interface * packages/acs-subsite/www/resources/core.js: add Javascript for new calendar widget * packages/acs-subsite/www/resources/default-master.css: add css for new calendar widget * packages/acs-subsite/www/admin/site-map/allow-for-view.tcl: * packages/acs-subsite/www/admin/site-map/allow-for-view.xql: * packages/acs-subsite/www/admin/site-map/site-map-oracle.xql: * packages/acs-subsite/www/admin/site-map/site-map-postgresql.xql: * packages/acs-subsite/www/admin/site-map/site-map.adp: * packages/acs-subsite/www/admin/site-map/site-map.tcl: add files to support site-map creation * packages/acs-subsite/www/admin/site-map/index.adp: add link for build site-map * packages/acs-subsite/sql/postgresql/acs-subsite-create.sql: * packages/acs-subsite/sql/postgresql/acs-subsite-drop.sql: * packages/acs-subsite/sql/postgresql/site-node-selection-drop.sql: * packages/acs-subsite/sql/postgresql/site-node-selection.sql: add suppor table for site-map creation * packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.1.2-5.1.3.sql: add support for upgrade * packages/acs-subsite/sql/oracle/acs-subsite-create.sql: * packages/acs-subsite/sql/oracle/site-node-selection.sql: add table to support site-map creation * packages/acs-subsite/www/admin/site-map/allow-for-view.tcl: branches: 1.1.2; file allow-for-view.tcl was initially added on branch oacs-5-1. * packages/acs-subsite/www/admin/site-map/allow-for-view.xql: branches: 1.1.2; file allow-for-view.xql was initially added on branch oacs-5-1. * packages/acs-subsite/www/site-map/index-oracle.xql: branches: 1.1.2; file index-oracle.xql was initially added on branch oacs-5-1. * packages/acs-subsite/www/site-map/index-postgresql.xql: branches: 1.1.2; file index-postgresql.xql was initially added on branch oacs-5-1. * packages/acs-subsite/www/site-map/index.adp: branches: 1.1.2; file index.adp was initially added on branch oacs-5-1. * packages/acs-subsite/www/site-map/index.tcl: branches: 1.1.2; file index.tcl was initially added on branch oacs-5-1. * packages/acs-subsite/www/admin/site-map/site-map-oracle.xql: branches: 1.1.2; file site-map-oracle.xql was initially added on branch oacs-5-1. * packages/acs-subsite/www/admin/site-map/site-map-postgresql.xql: branches: 1.1.2; file site-map-postgresql.xql was initially added on branch oacs-5-1. * packages/acs-subsite/www/admin/site-map/site-map.adp: branches: 1.1.2; file site-map.adp was initially added on branch oacs-5-1. * packages/acs-subsite/www/admin/site-map/site-map.tcl: branches: 1.1.2; file site-map.tcl was initially added on branch oacs-5-1. * packages/acs-subsite/sql/oracle/site-node-selection-drop.sql: * packages/acs-subsite/sql/postgresql/site-node-selection-drop.sql: branches: 1.1.2; file site-node-selection-drop.sql was initially added on branch oacs-5-1. * packages/acs-subsite/sql/oracle/site-node-selection.sql: * packages/acs-subsite/sql/postgresql/site-node-selection.sql: branches: 1.1.2; file site-node-selection.sql was initially added on branch oacs-5-1. * packages/acs-subsite/sql/oracle/upgrade/upgrade-5.1.2-5.1.3.sql: * packages/acs-subsite/sql/postgresql/upgrade/upgrade-5.1.2-5.1.3.sql: branches: 1.1.2; file upgrade-5.1.2-5.1.3.sql was initially added on branch oacs-5-1. * packages/acs-subsite/sql/oracle/acs-subsite-drop.sql: * packages/acs-subsite/sql/oracle/site-node-selection-drop.sql: drop support * packages/acs-subsite/sql/oracle/upgrade/upgrade-5.1.2-5.1.3.sql: upgrade support 2004-11-23 enriquec * www/blank-master.tcl: Adding the option Hide/Show toolbar in /dotlrn/admin. Fixing the "Error include" message when the installation of .lrn is done. 2004-11-23 andrewg * www/site-master.adp: Adding a span around the Site Wide Admin link so that .LRN can hide it via dotlrn-master.css. 2004-11-22 enriquec * www/blank-master.adp: * www/blank-master.tcl: Adding include and link html tags if dotlrn is installed and if the dotlrn toolbar is enabled. I followed the same way as acs developper support toolbar. 2004-11-21 torbenb * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: added developer tutorial documentation requirements 2004-11-20 torbenb * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: added administration documenation requirements * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: added installation documenation requirements 2004-11-19 jader * packages/acs-subsite/www/user/portrait/upload-2.tcl: Applying patch 617 for bug 2161, courtesy of Carsten Clasohm. 2004-11-18 torbenb * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: adding end-user requirements section * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: changing package status url to most recent version * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: corrected error, converted lt,gt signs to entities within programlisting tag * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: fixing typos 2004-11-18 jader * packages/acs-admin/www/server-restart.adp: Add link to APM * packages/acs-admin/www/server-restart.adp: Fix link to APM 2004-11-18 gerardom * packages/acs-tcl/tcl/security-procs.tcl: fixing bugs in procs to redirect to insecure url 2004-11-17 torbenb * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: adding some docs about documentation development into existing meta docs 2004-11-17 jader * packages/acs-core-docs/www/xml/developers-guide/form-builder.xml: Added hint on using the currency widget. 2004-11-16 jader * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Move a lot of the ns_log statements to Debug level instead of Notice. * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: * packages/acs-core-docs/www/xml/developers-guide/submissions.xml: * packages/acs-core-docs/www/xml/engineering-standards/cvs.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Updating the CVS references from openacs.org to cvs.openacs.org 2004-11-15 torbenb * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Added FreeBSD variant, and a brief section on howto check if an existing tcl meets requirements * packages/acs-core-docs/www/xml/install-guide/os.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: Added note to use fetch instead of wget when installing on freebsd * packages/acs-core-docs/www/xml/install-guide/postgres.xml: Freebsd variant additions * packages/acs-core-docs/www/xml/install-guide/overview.xml: added FreeBSD variant for copy paste convenience * packages/acs-core-docs/www/xml/install-guide/other-software.xml: added FreeBSD variant notes for daemontools and nsopenssl * packages/acs-core-docs/www/xml/install-guide/openacs.xml: added FreeBSD variant notes. changed a typo chgrp in action tag to match chown in userinput section * packages/acs-core-docs/www/xml/install-guide/os.xml: clarifying statements * packages/acs-core-docs/www/xml/install-guide/postgres.xml: correcting my earlier use of computeroutput tags to userinput tags in tuning section 2004-11-15 jader * packages/acs-api-browser/lib/search.adp: Add link to core and package documentation. * packages/notifications/www/doc/index.adp: Copying documentation for notifications from HEAD. * packages/acs-core-docs/www/xml/developers-guide/submissions.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/red-hat.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Fix bug #2156: change /tmp to /var/tmp * packages/notifications/tcl/sweep-procs.tcl: More robust parameters, added -- to ad_html_text_convert 2004-11-14 torbenb * packages/acs-core-docs/www/xml/install-guide/software.xml: clarifications to page info * packages/acs-core-docs/www/xml/install-guide/overview.xml: language clarifications 2004-11-11 jader * packages/acs-templating/tcl/date-procs.tcl: Improve robustness of template::util::date::set_property proc for dealing with hours that begin with a zero. * packages/acs-subsite/lib/login.adp: * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/www/register/recover-password.tcl: The registration/login pages were not honoring the EmailForgottenPasswordP parameter. This enforces that parameter, allowing admins to disable emailing out passwords. * packages/acs-core-docs/www/xml/developers-guide/permissions-tediously-explained.xml: Updated docs to take out customer permissions, but still include info on privilege hierarchy. 2004-11-08 joel * packages/acs-core-docs/www/acs-package-dev.html: * packages/acs-core-docs/www/acs-plat-dev.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/apm-requirements.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/contributing-code.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-guidelines.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/doc-standards.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/eng-standards.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/i18n-design.html: * packages/acs-core-docs/www/i18n-introduction.html: * packages/acs-core-docs/www/i18n-overview.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/i18n-translators.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/nxml-mode.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/object-system-design.html: * packages/acs-core-docs/www/object-system-requirements.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-cvs-concepts.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-design.html: * packages/acs-core-docs/www/permissions-requirements.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/releasing-openacs.html: * packages/acs-core-docs/www/releasing-package.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/rp-design.html: * packages/acs-core-docs/www/rp-requirements.html: * packages/acs-core-docs/www/security-design.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/security-requirements.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites-design.html: * packages/acs-core-docs/www/subsites-requirements.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-css-layout.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/update-repository.html: * packages/acs-core-docs/www/update-translations.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/using-cvs-with-openacs.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/engineering-standards/cvs.xml: * packages/acs-core-docs/www/xml/releasing-openacs.xml: fixes to cvs, releasing openacs 2004-11-05 jader * packages/acs-subsite/lib/login.adp: Add a paragraph break to make it easier to see how to register. 2004-11-04 jader * etc/analog.cfg: Fix path in analog configuration file. * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: Update version info, remove extra step that is no longer necessary, because the analog configuration file is included in etc/analog.cfg 2004-11-03 joel * packages/acs-core-docs/www/contributing-code.html: branches: 1.1.2; file contributing-code.html was initially added on branch oacs-5-1. * packages/acs-core-docs/www/cvs-resources.html: branches: 1.1.2; file cvs-resources.html was initially added on branch oacs-5-1. * packages/acs-core-docs/www/openacs-cvs-concepts.html: branches: 1.1.2; file openacs-cvs-concepts.html was initially added on branch oacs-5-1. * packages/acs-core-docs/www/using-cvs-with-openacs.html: branches: 1.1.2; file using-cvs-with-openacs.html was initially added on branch oacs-5-1. * packages/acs-core-docs/www/contributing-code.html: * packages/acs-core-docs/www/cvs-resources.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/openacs-cvs-concepts.html: * packages/acs-core-docs/www/using-cvs-with-openacs.html: * packages/acs-core-docs/www/xml/engineering-standards/cvs.xml: * packages/acs-core-docs/www/xml/index.xml: changed layout of CVS section 2004-11-02 giancarlol * packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: Replaced HTML entities for special characters (Latin-1 supplement) with ISO-8859-1 encoding. 2004-11-01 joel * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-package-dev.html: * packages/acs-core-docs/www/acs-plat-dev.html: * packages/acs-core-docs/www/analog-install.html: * packages/acs-core-docs/www/analog-setup.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/apm-requirements.html: * packages/acs-core-docs/www/automated-backup.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/backups-with-cvs.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/configuring-new-site.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-guidelines.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/database-management.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/dev-guide.html: * packages/acs-core-docs/www/doc-standards.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/eng-standards.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/for-everyone.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/general-documents.html: * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/i18n-design.html: * packages/acs-core-docs/www/i18n-introduction.html: * packages/acs-core-docs/www/i18n-overview.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/i18n-translators.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-next-backups.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-openacs-delete-tablespace.html: * packages/acs-core-docs/www/install-openacs-inittab.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-origins.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-pam-radius.html: * packages/acs-core-docs/www/install-php.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-resources.html: * packages/acs-core-docs/www/install-squirrelmail.html: * packages/acs-core-docs/www/install-ssl.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/install-tclwebtest.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/nxml-mode.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/object-system-design.html: * packages/acs-core-docs/www/object-system-requirements.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-overview.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/os-install.html: * packages/acs-core-docs/www/os-security.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-design.html: * packages/acs-core-docs/www/permissions-requirements.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/profile-code.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/releasing-openacs.html: * packages/acs-core-docs/www/releasing-package.html: * packages/acs-core-docs/www/remote-postgres.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/rp-design.html: * packages/acs-core-docs/www/rp-requirements.html: * packages/acs-core-docs/www/security-design.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/security-requirements.html: * packages/acs-core-docs/www/snapshot-backup.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites-design.html: * packages/acs-core-docs/www/subsites-requirements.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-admin-pages.html: * packages/acs-core-docs/www/tutorial-advanced.html: * packages/acs-core-docs/www/tutorial-caching.html: * packages/acs-core-docs/www/tutorial-categories.html: * packages/acs-core-docs/www/tutorial-comments.html: * packages/acs-core-docs/www/tutorial-css-layout.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-future-topics.html: * packages/acs-core-docs/www/tutorial-hierarchical.html: * packages/acs-core-docs/www/tutorial-html-email.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-notifications.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/tutorial-schedule-procs.html: * packages/acs-core-docs/www/tutorial-specs.html: * packages/acs-core-docs/www/tutorial-vuh.html: * packages/acs-core-docs/www/tutorial.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/update-repository.html: * packages/acs-core-docs/www/update-translations.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-4.6.3-to-5.html: * packages/acs-core-docs/www/upgrade-5-0-dot.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/upgrade-supporting.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/uptime.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/engineering-standards/cvs.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * packages/acs-core-docs/www/xml/variables.ent: added section on using cvs * packages/acs-core-docs/www/cvs-guidelines.html: branches: 1.1.2; file cvs-guidelines.html was initially added on branch oacs-5-1. * packages/acs-core-docs/www/xml/engineering-standards/cvs.xml: branches: 1.1.2; file cvs.xml was initially added on branch oacs-5-1. 2004-10-30 jader * etc/config.tcl: The ssl contexts were missing from the config.tcl file, which will prevent anyone from using ssl on their sites. 2004-10-29 rocaelh * packages/acs-subsite/www/admin/site-map/index.tcl: fix of the direct mounting package, clean up of the new site-map w/list-builder must be done 2004-10-29 jader * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Add how to install tcl8.4 for debian stable users note. * packages/acs-core-docs/www/files/nsd-postgres.txt: Added a comment in the file that the LD_LIBRARY_PATH may need /usr/local/aolserver/lib. Comment only, so no functionality changed. * packages/acs-core-docs/www/xml/install-guide/postgres.xml: Added in backports for debian stable notes. * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: More Debian stable comments. 2004-10-28 nimam * packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/www/permissions/grant.tcl: * packages/acs-subsite/www/permissions/perm-include.adp: * packages/acs-subsite/www/permissions/perm-include.tcl: Added the grant permission action to acs-subsite/www/permissions/perm-include. The existing action returns a list of all users in OpenACS which can take ages to render. With grant permissions the admin can set permissions for a single user that he can search for. To use acs-subsite/www/permissions/grant from any other page I added the optional return_url parameter that redirects back to that page where grant was called 2004-10-28 josee * packages/acs-subsite/www/admin/site-map/index.tcl: fixing bug #2139 (link causing problems) 2004-10-28 enriquec * packages/acs-authentication/tcl/authentication-procs.tcl: fixing typo (ref.bug#2088): datta_error -> data_error 2004-10-27 jader * packages/acs-core-docs/www/xml/install-guide/software.xml: Marks postgres 7.4 as compatible with OpenACS 5 and 5.1 2004-10-26 lars * packages/acs-tcl/tcl/utilities-procs.tcl: Set the user message *before* redirecting, so the message will reliably show up on the next request 2004-10-25 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial.xml: Added link to package structure from tutorial. 2004-10-24 michaels * packages/acs-templating/resources/forms/grid.adp: * packages/acs-templating/resources/forms/wizard.adp: noquote fixes 2004-10-22 nimam * packages/acs-admin/www/auth/authority-oracle.xql: * packages/acs-admin/www/auth/authority-postgresql.xql: Batch jobs are now ordered by start time 2004-10-22 joel * ChangeLog: * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-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-openacs-keepalive.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-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-css-layout.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/update-repository.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: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: upped version numbers to 5.1.2 and updated documentation 2004-10-20 timoh * packages/acs-templating/resources/forms/standard.adp: substitued check if widget in radio checkbox with check if widget eq radio or widget eq checkbox because of bug in in-operator (only partial matching, no complete matching required) 2004-10-20 joel * packages/acs-core-docs/www/update-translations.html: * packages/acs-core-docs/www/xml/releasing-openacs.xml: updated translation server instructions 2004-10-20 jader * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: Added comments about using backports for Debian stable. 2004-10-20 daveb * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: Fix apm URL version numbers. * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: Fix stupid typos. Thanks Jeff! 2004-10-19 josee * packages/acs-admin/lib/become.tcl: restricting dotlrn-admin users to become in any other user except site-wide-admins 2004-10-16 tils * packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml: Removing 'dotLRN' from the german translation that sneaked in here for some reason. * packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml: Removing 'dotLRN' from the german translation that sneaked in here for some reason. I committed this to HEAD previously because I had done an update -A before errouneously - I hope this won't create any merge conflicts, apologies if it does. 2004-10-16 rocaelh * packages/acs-admin/www/users/password-update.adp: * packages/acs-admin/www/users/password-update.tcl: fixing password change for acs-admin to work with the /lib by quio@galileo.edu 2004-10-15 maltes * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: According to Jeff no flags are needed for 7.4.5, therefore I changed the documentation accordingly * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.5-4.6.sql: Change needed due to dependecies * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: Copied the postgres ./configure statement * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Improved the tdom install. * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: New versions for aolserver & postgresql 2004-10-14 maltes * etc/backup.sh: Added automatic delete of old backup files. 2004-10-14 joel * packages/acs-authentication/catalog/acs-authentication.ca_ES.ISO-8859-1.xml: branches: 1.1.2; file acs-authentication.ca_ES.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-authentication/catalog/acs-authentication.de_DE.ISO-8859-1.xml: branches: 1.1.2; file acs-authentication.de_DE.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-authentication/catalog/acs-authentication.eu_ES.ISO-8859-1.xml: branches: 1.1.2; file acs-authentication.eu_ES.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-authentication/catalog/acs-authentication.fr_FR.ISO-8859-1.xml: branches: 1.1.2; file acs-authentication.fr_FR.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-authentication/catalog/acs-authentication.hu_HU.utf-8.xml: branches: 1.1.2; file acs-authentication.hu_HU.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-authentication/catalog/acs-authentication.it_IT.ISO-8859-1.xml: branches: 1.1.2; file acs-authentication.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-authentication/catalog/acs-authentication.ms_MY.utf-8.xml: branches: 1.1.2; file acs-authentication.ms_MY.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-authentication/catalog/acs-authentication.pt_BR.ISO-8859-1.xml: branches: 1.1.2; file acs-authentication.pt_BR.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-authentication/catalog/acs-authentication.zh_TW.utf-8.xml: branches: 1.1.2; file acs-authentication.zh_TW.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-kernel/catalog/acs-kernel.ca_ES.ISO-8859-1.xml: branches: 1.1.2; file acs-kernel.ca_ES.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-kernel/catalog/acs-kernel.eu_ES.ISO-8859-1.xml: branches: 1.1.2; file acs-kernel.eu_ES.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-kernel/catalog/acs-kernel.ms_MY.utf-8.xml: branches: 1.1.2; file acs-kernel.ms_MY.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml: branches: 1.1.2; file acs-lang.ca_ES.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-lang/catalog/acs-lang.eu_ES.ISO-8859-1.xml: branches: 1.1.2; file acs-lang.eu_ES.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-lang/catalog/acs-lang.ms_MY.utf-8.xml: branches: 1.1.2; file acs-lang.ms_MY.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-subsite/catalog/acs-subsite.ca_ES.ISO-8859-1.xml: branches: 1.1.2; file acs-subsite.ca_ES.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-subsite/catalog/acs-subsite.eu_ES.ISO-8859-1.xml: branches: 1.1.2; file acs-subsite.eu_ES.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-subsite/catalog/acs-subsite.ms_MY.utf-8.xml: branches: 1.1.2; file acs-subsite.ms_MY.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-tcl/catalog/acs-tcl.ca_ES.ISO-8859-1.xml: branches: 1.1.2; file acs-tcl.ca_ES.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-tcl/catalog/acs-tcl.eu_ES.ISO-8859-1.xml: branches: 1.1.2; file acs-tcl.eu_ES.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-tcl/catalog/acs-tcl.ms_MY.utf-8.xml: branches: 1.1.2; file acs-tcl.ms_MY.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-templating/catalog/acs-templating.ca_ES.ISO-8859-1.xml: branches: 1.1.2; file acs-templating.ca_ES.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-templating/catalog/acs-templating.eu_ES.ISO-8859-1.xml: branches: 1.1.2; file acs-templating.eu_ES.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-templating/catalog/acs-templating.ms_MY.utf-8.xml: branches: 1.1.2; file acs-templating.ms_MY.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-templating/catalog/acs-templating.pt_PT.ISO-8859-1.xml: branches: 1.1.2; file acs-templating.pt_PT.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/notifications/catalog/notifications.ca_ES.ISO-8859-1.xml: branches: 1.1.2; file notifications.ca_ES.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/notifications/catalog/notifications.eu_ES.ISO-8859-1.xml: branches: 1.1.2; file notifications.eu_ES.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/notifications/catalog/notifications.ms_MY.utf-8.xml: branches: 1.1.2; file notifications.ms_MY.utf-8.xml was initially added on branch oacs-5-1. * 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.en_US.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.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.nl_NL.ISO-8859-1.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.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.en_US.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.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.pl_PL.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.tr_TR.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml: * packages/acs-lang/acs-lang.info: * packages/acs-lang/catalog/acs-lang.ar_EG.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ar_LB.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ca_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.el_GR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml: * 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/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.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.pl_PL.utf-8.xml: * packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ru_RU.utf-8.xml: * packages/acs-lang/catalog/acs-lang.sh_HR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.th_TH.utf-8.xml: * packages/acs-lang/catalog/acs-lang.tr_TR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.zh_CN.utf-8.xml: * packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml: * packages/acs-subsite/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_US.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.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.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.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_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.hu_HU.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/tcl/00-database-procs.tcl: * 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_US.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.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.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.sv_SE.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.zh_CN.utf-8.xml: * packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml: * packages/notifications/catalog/notifications.ar_EG.utf-8.xml: * packages/notifications/catalog/notifications.ar_LB.utf-8.xml: * packages/notifications/catalog/notifications.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_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: updated translations from translate.openacs.org 2004-10-13 tracya * 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/notifications/notifications.info: * packages/ref-timezones/ref-timezones.info: upping version numbers for release 2004-10-13 josee * packages/acs-admin/www/users/become.adp: branches: 1.1.2; file become.adp was initially added on branch oacs-5-1. * packages/acs-admin/lib/become.tcl: branches: 1.1.2; file become.tcl was initially added on branch oacs-5-1. * packages/acs-admin/lib/become.xql: branches: 1.1.2; file become.xql was initially added on branch oacs-5-1. * packages/acs-admin/lib/become.tcl: * packages/acs-admin/lib/become.xql: * packages/acs-admin/www/users/become.adp: * packages/acs-admin/www/users/become.tcl: * packages/acs-admin/www/users/become.xql: using the file in acs-admin/lib/become.*, so the user can become another user with the role of dotlrn-admin 2004-10-13 joel * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.1.2d2-5.1.2d3.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.1.2d2-5.1.2d3.sql: added Basque and Catalan locales * packages/acs-lang/sql/oracle/upgrade/upgrade-5.1.2d2-5.1.2d3.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.1.2d2-5.1.2d3.sql: branches: 1.1.2; file upgrade-5.1.2d2-5.1.2d3.sql was initially added on branch oacs-5-1. 2004-10-13 darior * www/site-master.adp: Use label #acs-subsite.Change_lecale_label# for message 'Change locale' in site-footer 2004-10-12 andrewg * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Trimming off any lingering CR (\r) line terminators before appending CRLF (\r\n). build_mime_message was leaving extra CRs around, causing some havoc for certain mail servers and clients when running with SMTP. 2004-10-11 maltes * packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml: I forgot that you *first* have to upgrade the version before you do the export... * packages/acs-lang/acs-lang.info: * packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml: New Version due to inclusion of formbuilder_date_format 2004-10-08 jader * packages/acs-subsite/www/doc/images.html: * packages/acs-subsite/www/doc/index.html: Add in a page to the documentation that gives an overview of all images the subsite provides. * packages/acs-subsite/www/doc/images.html: branches: 1.1.2; file images.html was initially added on branch oacs-5-1. 2004-10-07 rocaelh * packages/acs-admin/lib/password-update.adp: * packages/acs-admin/lib/password-update.tcl: adding only one password includable page, so we can use the same in acs-admin and dotlrn/admin * packages/acs-admin/lib/password-update.adp: branches: 1.1.2; file password-update.adp was initially added on branch oacs-5-1. * packages/acs-admin/lib/password-update.tcl: branches: 1.1.2; file password-update.tcl was initially added on branch oacs-5-1. * packages/acs-admin/www/users/password-update.adp: * packages/acs-admin/www/users/password-update.tcl: using new admin includable page 2004-10-07 jader * packages/acs-content-repository/tcl/revision-procs.tcl: Fix documentation so it doesn't show up under the author tag. 2004-10-06 nimam * packages/acs-tcl/tcl/defs-procs.tcl: moved out the url part from acs_community_member_url into the new proc acs_community_member_page which is now used instead in acs_community_member_url 2004-10-01 jader * etc/config.tcl: Added in some commented out parameters that can be enabled on demanding sites to increase performance. From http://openacs.org/forums/message-view?message_id=202297 2004-09-30 jader * packages/acs-tcl/tcl/defs-procs.tcl: Add warning in api-doc that states that ad_return_if_another_copy_is_running needs to be rewritten. See: http://openacs.org/forums/message-view?message_id=203381 2004-09-30 andrewg * packages/acs-lang/tcl/localization-data-init.tcl: * packages/acs-lang/tcl/localization-procs.tcl: An attempt to speed up the lc_time_fmt call, which gets hit 10+ times per page in calendar applications. We're now memoizing the compilation of % codes to tcl procs and vars. Also, we're no longer rebuilding the hash array of percent codes each time, instead using a namespace var that gets initialized in localization-data-init.tcl 2004-09-29 dedsc * packages/acs-authentication/tcl/local-procs.tcl: fixing security bug on local password reset. think passwordless admin accounts 2004-09-29 andrewg * packages/acs-admin/www/monitor.tcl: Removing call to ns_server active, which is not thread safe. See NOTES section of http://panoptic.com/wiki/aolserver/ns_server 2004-09-28 maltes * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Added information on ns_ldap bind 2004-09-27 jader * packages/acs-core-docs/www/xml/developers-guide/db-api.xml: Added section on iterating through db_multirows, courtesy of Russell Muetzelfeldt. * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Fix bug in patch 528 for bug 1887 applied by me with a typo. Noticed by Steve Woodcock. 2004-09-24 nimam * packages/acs-subsite/www/admin/site-map/index.adp: * packages/acs-subsite/www/admin/site-map/index.tcl: New look for the site map using list builder and anchor tag to jump to the current row. 2004-09-24 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Add documentation on how to release a package. * etc/backup.sh: Many of the comparisons incorrectly used = instead of == * packages/acs-core-docs/www/xml/install-guide/recovery.xml: Remove extra * from crontab in backup section. 2004-09-23 jader * packages/acs-core-docs/www/xml/install-guide/configuring.xml: Add link to updating your local files when installing a package. * packages/acs-core-docs/www/xml/install-guide/overview.xml: Added link to binary installers for evaluation purposes. * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Fix a fairly serious bug in the upgrade docs which would result in importing the entire openacs CVS repository into your local CVS repository (if you have a local repository which local customizations). * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Fix path for upgrading or adding a single package. 2004-09-22 rocaelh * packages/acs-authentication/www/doc/acs-authentication.htm: * packages/acs-authentication/www/doc/ext-auth-install.html: * packages/acs-authentication/www/doc/index.html: adding new documentation * packages/acs-authentication/www/doc/acs-authentication.htm: branches: 1.1.2; file acs-authentication.htm was initially added on branch oacs-5-1. * packages/acs-authentication/www/doc/acs-authentication.htm: more stuff 2004-09-22 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added in a section on writing upgrade scripts. 2004-09-21 rocaelh * packages/acs-admin/www/users/password-update-2.tcl: * packages/acs-admin/www/users/password-update.adp: * packages/acs-admin/www/users/password-update.tcl: * packages/acs-admin/www/users/password-update.xql: adding ad_form to change passwd form, plus making it work withouth need of old_pass with authentication * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-authentication/tcl/password-procs.tcl: allowing admin to change password withouth entering old_pass * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d6-5.1.2d7.sql: better performance for null parent cr query, by don * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.2d2-5.1.2d3.sql: putting create or replace instead of just create 2004-09-20 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added a section on upgrades 2004-09-20 donb * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.2d2-5.1.2d3.sql: Changed cc_users and registered_users views to use the acs__magic_object_id function that was written quite some time ago but never used in those views. And those views are really slow when joined against the acs_magic_objects table ... * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.2d2-5.1.2d3.sql: branches: 1.1.2; file upgrade-5.1.2d2-5.1.2d3.sql was initially added on branch oacs-5-1. 2004-09-20 daveb * packages/acs-content-repository/tcl/symlink-procs-postgresql.xql: Fix } where ) was supposed to be. Fixes bug#2104. 2004-09-20 andrewg * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.2d2-5.1.2d3.sql: Modified cc_users moving the magic object lookup to its own query. The view was really slow when joined against the acs_magic_objects table. * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.2d2-5.1.2d3.sql: branches: 1.1.2; file upgrade-5.1.2d2-5.1.2d3.sql was initially added on branch oacs-5-1. 2004-09-17 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Added a link to documentation on how to upgrade an Oracle OpenACS 4.6.3 to 5. * packages/ref-language/ref-language.info: Capitalize English. 2004-09-16 darior * packages/acs-subsite/www/shared/portrait.tcl: Fixing bug for display portrait. Wrong variable name. 2004-09-10 jader * packages/acs-core-docs/www/xml/install-guide/openacs.xml: Added in more explanation about adding yourself to unix groups. * packages/notifications/tcl/notification-procs.xql: Applying patch 79 to fix feature request bug 238: Add functionality to disable a notification temporarily. * packages/acs-tcl/tcl/rollout-email-procs.tcl: Improve robustness of rollout email support for 'filter' option. 2004-09-09 jader * packages/acs-messaging/sql/postgresql/upgrade/upgrade-4.6.2-4.6.3.sql: Applying patch 394: fix for upgrade script 4.6.2-4.6.3 * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Applying patch 528 for bug 1887: Single point in mail body causes problems. * packages/notifications/sql/oracle/upgrade/upgrade-5.1.0d2-5.1.0d3.sql: Applying patch 587 for bug 1973: on delete cascade for notifications/notification_requests acs_objects * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: Recommend Aolserver 4.08, Postgres 7.4.5 instead of 7.4.1, minor changes to compilation of nspostgres. * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Resolves bug 2095, nsoracle.so vs ora8.so bug. 2004-09-08 maltes * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Added section on PAM Radius, thanks to Nima. * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-pam-radius.html: Added section on pam-radius * packages/acs-core-docs/www/install-pam-radius.html: branches: 1.1.2; file install-pam-radius.html was initially added on branch oacs-5-1. 2004-09-07 andrewg * packages/acs-content-repository/tcl/revision-procs-oracle.xql: Fixing a typo. 2004-09-06 rocaelh * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-create.sql: adding cr_items(name) index on the creation of the pkg 2004-09-06 hramado * packages/acs-authentication/tcl/apm-callback-procs.tcl: upgrade logic 5.1.2 -> 5.1.2d1 2004-09-03 tracya * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d8-5.1.2d9.sql: branches: 1.1.2; file upgrade-5.1.2d8-5.1.2d9.sql was initially added on branch oacs-5-1. * 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/oracle/upgrade/upgrade-5.1.2d8-5.1.2d9.sql: * packages/acs-content-repository/tcl/revision-procs-oracle.xql: filestorage was displying the ugly filename instead of the pretty title for the main entry; also wasn't updating the filename to the newest upload (still need to ask DaveB about getting the links to work with the latest upload filename 2004-09-02 rocaelh * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d6-5.1.2d7.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d6-5.1.2d7.sql: branches: 1.1.2; file upgrade-5.1.2d6-5.1.2d7.sql was initially added on branch oacs-5-1. * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d6-5.1.2d7.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d6-5.1.2d7.sql: new index for perf improvements * packages/acs-tcl/tcl/community-core-procs.xql: performance improvements, using now acs_users_all 2004-09-01 gerardom * packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml: In the traduction was the variable pretty_date instead of publish_date 2004-08-31 donb * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d7-5.2.0d8.sql: Upgrade to track my earlier bug fix 2004-08-30 jader * packages/acs-api-browser/lib/search.tcl: Applied patch 592 fixing link to Postgres documentation. 2004-08-29 tils * bin/pg_7.2to7.3_upgrade_helper.pl: Sanity checks and usage output. Streams replacement data through now and doesn't require as much RAM as the size of the dump file. Improved regexps so that more (hopefully all) identifiers are found. 2004-08-29 daveb * packages/acs-lang/tcl/lang-util-procs.tcl: Change locale to unamed optional parameter. 2004-08-27 tracya * packages/acs-lang/tcl/lang-util-procs.tcl: reverting DaveB's changes because the change in params is breaking things * packages/acs-mail-lite/acs-mail-lite.info: * packages/notifications/notifications.info: upgrading info files for the tag 2004-08-27 gyang * packages/acs-content-repository/tcl/filter-procs.tcl: Changed item::get_live/best_revision in content::init to use ::item::get_live/best_revision. The reason is that bcms introduces ::content::init, which requires a keyword argument -item_id, and this new proc is then accidentally called by content::init because it's in the ::content namespace. 2004-08-27 donb * packages/acs-tcl/tcl/site-nodes-procs.tcl: When local changes to the site map are made there's no need to update the entire friggin' cache, which is an expensive operation on .LRN installations with large numbers of classes and clubs, each of which mount a bunch of packages. 2004-08-24 tracya * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d5-5.1.2d6.sql: branches: 1.1.2; file upgrade-5.1.2d5-5.1.2d6.sql was initially added on branch oacs-5-1. * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/www/register/recover-password.tcl: fixing resetting broken email - email didn't get sent * 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.1.2d5-5.1.2d6.sql: is_sub_folder always returned t 2004-08-23 daveb * packages/acs-lang/tcl/lang-util-procs.tcl: Back out previous commit. Remove -locale switch from lang::util::localize 2004-08-18 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added in Nick Carroll's edit-this-page template tutorial. 2004-08-18 andrewg * www/blank-master.tcl: branches: 1.12.2.3.2; Markup in <title> tags doesn't render well 2004-08-17 maltes * www/blank-master.tcl: Added support for additional body attributes * packages/acs-authentication/tcl/local-procs.tcl: empty_string_p does not always work in contrast to exists_and_not_null. This problem caused emails not being send out, because the password was empty. 2004-08-13 nimam * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added extended categories and WYSIWYG tutorial * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Update on HTMLArea and form names 2004-08-13 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added a section on adding parameters to your package. 2004-08-12 josee * packages/acs-content-repository/sql/postgresql/content-revision.sql: fixing bug with the copy_content function, moving the call to lob_copy before the update 2004-08-11 joel * packages/acs-templating/resources/lists/table.adp: * packages/acs-templating/www/resources/sort-neither.png: test 2004-08-11 donb * packages/acs-content-repository/acs-content-repository.info: Bumped version number so my upgrade file will be seen. * 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-2.xql: Fixed bug #2055 by moving as much of the code into db-independent Tcl API as is possible at the moment. * packages/acs-subsite/www/user/portrait/upload-2.tcl: Fixing another mistake in the 2055 bug fix (Oracle and PG are on two different servers thus I had to commit to test) * packages/acs-subsite/www/user/portrait/upload-2-postgresql.xql: Oops fixed typo in previous commit 2004-08-10 donb * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d4-5.1.2d5.sql: Fixed a typo in one of the cr_item__new procs * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d4-5.1.2d5.sql: branches: 1.1.2; file upgrade-5.1.2d4-5.1.2d5.sql was initially added on branch oacs-5-1. 2004-08-09 tracya * packages/acs-mail-lite/acs-mail-lite.info: updating info files in prep for .LRN 2.1 alpha 2004-08-06 joel * packages/acs-subsite/acs-subsite.info: added documentation so that someone trying to restrict a subsite to registered users only has a fighting chance to succeed 2004-08-06 daveb * packages/acs-lang/tcl/lang-util-procs.tcl: Add optional -locale parameter to lang::util::localize. Defaults to [ad_conn locale] 2004-08-05 jader * packages/acs-core-docs/www/xml/install-guide/postgres.xml: Removed bison from the list of required docs, as per http://openacs.org/forums/message-view?message_id=196848 2004-08-04 tracya * etc/config.tcl: upping the maxinput parameter to be bigger than the default parameter in file storage 2004-08-04 jader * packages/acs-core-docs/www/xml/install-guide/software.xml: Applying patch 583 for bug 2044: Updates individual programs to correct version requirements. Courtesy of Eduardo Perez. * packages/acs-templating/tcl/parse-procs.tcl: Resolves bug 2045: tcl/prase-procs.tcl spelling fix, courtesy of Frank Myhr. 2004-08-03 dedsc * packages/acs-templating/resources/lists/list.adp: * packages/acs-templating/resources/lists/table.adp: Fixes bug #861 by adding javascript return statements to workaround buggy browsers 2004-08-02 rocaelh * packages/acs-tcl/tcl/acs-permissions-procs.tcl: bug #1997: fixed DS user-switching (U-S), first checking party_id instead of ad_conn, since calling ad_conn with (U-S) enabled enters into an infinite loop that makes aolserver die, with (U-S) enabled, permission_p will always get an party_id and in this way avoiding calls to ad_conn 2004-08-02 jader * packages/acs-core-docs/www/xml/install-guide/software.xml: Applying patch 582 for bug 2043: Aolserver 3.3oacs1 support is deprecated. * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Fixes bug 1721: removed nsrewrite and spurious ln -s 2004-08-02 daveb * packages/acs-content-repository/sql/postgresql/content-item.sql: Make sure all versions of content_item__new behave in the same way, creating a new revision if content or title is specified. Patch#580 from Dave Manginelli fixes bug#2040. 2004-07-29 tracya * packages/acs-kernel/acs-kernel.info: changing default allowable tags 2004-07-29 jader * packages/acs-tcl/tcl/security-procs.tcl: Better regexp to deal with non-standard ports. * packages/acs-tcl/tcl/security-procs.tcl: Finally worked out a regexp that seems to work. Tested on both configurations with standard and nonstandard ports. Fixes problems with ssl redirects on login, and with openssl on non-standard ports. 2004-07-29 andrewg * www/site-master.tcl: Removed unused code that's been moved to packages/acs-subsite/www/group-master. Note: these calls were very slow on a large .LRN installation, and should probably be tuned. 2004-07-28 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Rewrote part of the upgrade files section: removing the option to import from a tarball (because packages are no longer included, so it doesn't help people upgrade packages, and because the entire section was getting confusing with too many options). In general, explained things a bit more. 2004-07-28 andrewg * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Merging rollout support from HEAD back to oacs-5-1. 2004-07-27 rocaelh * packages/acs-tcl/tcl/acs-permissions-procs-oracle.xql: * packages/acs-tcl/tcl/acs-permissions-procs-postgresql.xql: * packages/acs-tcl/tcl/acs-permissions-procs.xql: enhancemens on permission::permission_p_not_cached, working fast for 16K on PG7.4.1 2004-07-27 maltes * packages/acs-admin/www/users/one.adp: * packages/acs-admin/www/users/one.tcl: * packages/acs-admin/www/users/password-update-2.tcl: * packages/acs-admin/www/users/password-update.adp: * packages/acs-admin/www/users/password-update.tcl: * packages/acs-admin/www/users/password-update.xql: Added the changing of the password for the admin from .LRN to OpenACS * packages/acs-authentication/acs-authentication.info: Upped the version number so new parameters will be added. * packages/acs-admin/www/users/password-update-2.tcl: branches: 1.1.2; file password-update-2.tcl was initially added on branch oacs-5-1. * packages/acs-admin/www/users/password-update.adp: branches: 1.1.2; file password-update.adp was initially added on branch oacs-5-1. * packages/acs-admin/www/users/password-update.tcl: branches: 1.1.2; file password-update.tcl was initially added on branch oacs-5-1. * packages/acs-admin/www/users/password-update.xql: branches: 1.1.2; file password-update.xql was initially added on branch oacs-5-1. 2004-07-27 jeffd * packages/search/sql/postgresql/search-create.sql: * packages/search/tcl/search-procs.tcl: fix a couple typos for syndication 2004-07-26 rocaelh * packages/acs-authentication/tcl/apm-callback-procs.tcl: fixing small bug on SC / upgrade, to have the upgrade to run, needs to be changed the version # of acs-authentication to 5.1.2 2004-07-26 jeffd * packages/search/search.info: * packages/search/sql/oracle/search-create.sql: * packages/search/sql/oracle/syndication-create.sql: * packages/search/sql/oracle/upgrade/upgrade-5.2.0d2-5.2.0d3.sql: * packages/search/sql/postgresql/syndication-create.sql: * packages/search/sql/postgresql/upgrade/upgrade-5.2.0d2-5.2.0d3.sql: * packages/search/tcl/search-procs.tcl: add a syndication table which holds xml fragments which can be assembled to create rss feeds * packages/acs-templating/tcl/parse-procs.tcl: * packages/acs-templating/tcl/util-procs.tcl: adds the function template::adp_include which is a public interface for generating strings from adp includes instead of the private template::adp_parse -string; also docs for template::util::multirow_foreach * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d6-5.2.0d7.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d6-5.2.0d7.sql: preserve last_modified when explicitly updated, replaces acs_objects_last_mod_update_tr, bump version, upgrade scripts 2004-07-26 janine * packages/notifications/tcl/notification-email-procs.tcl: Bug 2010 2004-07-24 jeffd * packages/ref-timezones/sql/postgresql/ref-timezones-create.sql: branches: 1.10.2; timezone__get_abbrev invalid decl for p_time, bump version, upgrade * packages/notifications/sql/postgresql/notifications-core-create.sql: branches: 1.13.2; merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD * etc/daemontools/run: branches: 1.7.2; merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD * 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.2.0d6-5.2.0d7.sql: exception misspelled in cr_dummy_ins_del_tr; bump version, upgrade * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/lob.sql: * packages/acs-kernel/sql/postgresql/postgresql.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d5-5.2.0d6.sql: fix some bugs which break things in pg7.5; mostly syntax errors in existing procs. * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d3-5.1.2d4.sql: * packages/acs-content-repository/sql/postgresql/content-type.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d1-5.1.2d2.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d2-5.1.2d3.sql: * packages/acs-lang/tcl/locale-procs.tcl: * packages/acs-subsite/lib/login.adp: * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/lib/user-new.tcl: * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/www/resources/core.js: * packages/acs-subsite/www/user/portrait/upload-2.tcl: * packages/acs-subsite/www/user/portrait/upload.tcl: * packages/acs-tcl/tcl/admin-procs.tcl: * packages/acs-tcl/tcl/html-email-procs.tcl: * packages/acs-tcl/tcl/security-procs.tcl: * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/oracle/upgrade/upgrade-5.0.0b4-5.1.0d2.sql: * packages/notifications/sql/oracle/upgrade/upgrade-5.1.0d2-5.1.0d3.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/tcl/sweep-procs.tcl: * www/blank-master.tcl: merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD * packages/ref-timezones/ref-timezones.info: * packages/ref-timezones/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: timezone__get_abbrev invalid decl for p_time, bump version, upgrade 2004-07-24 daveb * etc/config.tcl: Remove custom changes checked in and fix uri parameter for webdav configuration. * etc/config.tcl: Remove customized config.tcl and add just webdav configuration uri change. 2004-07-23 tracya * packages/acs-subsite/lib/user-new.tcl: reverting Malte's change 2004-07-23 maltes * packages/acs-lang/tcl/locale-procs.tcl: Partly applying patch #572, fixing #2006 * packages/acs-subsite/lib/user-new.tcl: removed unuseful insert * packages/acs-subsite/lib/user-info.tcl: revert 2004-07-23 dedsc * packages/acs-subsite/www/resources/core.js: * www/blank-master.tcl: Resolves bug #2026. 2004-07-23 daveb * etc/config.tcl: Disable webdav access to the filesystem unless it is explicitly requested.: 2004-07-22 maltes * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/lib/user-info.tcl: * packages/acs-subsite/lib/user-new.tcl: Made the default to allow self_registration as this was the previous behaviour. It is always a bad idea to change the behaviour for existing sites. Still wondering why the parameter does not show up on my installation though ... 2004-07-21 jeffd * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: typos in tree_sortkey examples, resolves bug 2019 2004-07-21 jader * packages/acs-core-docs/www/xml/install-guide/configuring.xml: Added documentation on how to mount a package, how to set permissions, and how to configure parameters for a package. 2004-07-20 jvdongen * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d5-5.2.0d6.sql: Fixed CR part of bug #1953 * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d2-5.1.2d3.sql: Fixed the CR part of bug 1953. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d2-5.1.2d3.sql: branches: 1.1.2; file upgrade-5.1.2d2-5.1.2d3.sql was initially added on branch oacs-5-1. * packages/acs-content-repository/acs-content-repository.info: fixed typo * packages/acs-content-repository/acs-content-repository.info: undone mistake 2004-07-20 janine * packages/notifications/sql/oracle/upgrade/upgrade-5.0.0b4-5.1.0d2.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-5.0.0b4-5.1.0d2.sql: Forgot upgade scripts for previous commit, which added new function delete_all_for_user * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d3-5.1.2d4.sql: add view content_item_globals, which already exists for PG but was missing for Oracle * packages/notifications/sql/oracle/upgrade/upgrade-5.0.0b4-5.1.0d2.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-5.0.0b4-5.1.0d2.sql: branches: 1.1.2; file upgrade-5.0.0b4-5.1.0d2.sql was initially added on branch oacs-5-1. * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.2d3-5.1.2d4.sql: branches: 1.1.2; file upgrade-5.1.2d3-5.1.2d4.sql was initially added on branch oacs-5-1. 2004-07-20 jader * etc/config.tcl: Added a ns_section where it was missing for nsopenssl support * etc/config.tcl: Added in a ns_section where is was missing for Aolserver 4. 2004-07-19 rocaelh * packages/acs-authentication/acs-authentication.info: * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-subsite/lib/login.adp: * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/lib/user-new.tcl: * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/www/user/portrait/upload-2.tcl: * packages/acs-subsite/www/user/portrait/upload.tcl: adding new .LRN admin features, by Hector A. hr_amado@galileo.edu 2004-07-18 daveb * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-type.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d1-5.1.2d2.sql: Fix syntax error in drop column statement in content_type__drop__attribute. Fixes bug#2014. Added upgrade script and increased version in info file. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.2d1-5.1.2d2.sql: branches: 1.1.2; file upgrade-5.1.2d1-5.1.2d2.sql was initially added on branch oacs-5-1. 2004-07-15 skaufman * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/oracle/upgrade/upgrade-5.1.0d2-5.1.0d3.sql: * packages/notifications/sql/postgresql/notifications-core-create.sql: adds on delete cascade to fk constraints for notifications and notification_requests * packages/notifications/sql/postgresql/upgrade/upgrade-5.1.0d2-5.1.0d3.sql: adds on delete cascade to fk constraints of notifications and notification_requests * packages/notifications/sql/oracle/upgrade/upgrade-5.1.0d2-5.1.0d3.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-5.1.0d2-5.1.0d3.sql: branches: 1.1.2; file upgrade-5.1.0d2-5.1.0d3.sql was initially added on branch oacs-5-1. 2004-07-15 maltes * packages/acs-tcl/tcl/html-email-procs.tcl: the mime procedures are included, therefore there is no need for *package require mime* anymore 2004-07-15 jader * packages/acs-core-docs/www/xml/install-guide/configuring.xml: Added a section on installing packages, and stubs for configuring and mounting packages. 2004-07-14 jeffd * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: turn extraheaders back into an ns_set for calling ns_sendmail, don't use ns_sendmail unless acs-rollout-support is redefining ns_sendmail 2004-07-14 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Fixed lots of minor errors. Reformatted and rewrote part of the introduction to the section on upgrading files. * etc/daemontools/run: Give time for postgres to start up. 2004-07-14 andrewg * packages/notifications/tcl/sweep-procs.tcl: Removed extraneous linebreaks. Removed a redundant lappend to list_of_notification_ids. 2004-07-12 jeffd * 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/test/acs-tcl-test-procs.tcl: * packages/acs-tcl/tcl/text-html-procs.tcl: add an apm_version_sortable public function, add a test which checks the db upgrade scripts are well ordered. * packages/acs-kernel/sql/oracle/groups-body-create.sql: branches: 1.14.2; merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD * packages/acs-kernel/sql/postgresql/groups-body-create.sql: branches: 1.29.2; merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD * ChangeLog: * packages/acs-admin/www/developer.adp: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-authentication/tcl/apm-callback-procs.tcl: * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-authentication/tcl/password-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/upgrade/upgrade-5.1.1-5.1.2.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.1d2-5.1.1d3.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.1-5.1.2.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.1d2-5.1.1d3.sql: * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.2d1-5.1.2d2.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.2d1-5.1.2d2.sql: * 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/tcl/attribute-procs.tcl: * packages/acs-subsite/www/register/account-closed.tcl: * packages/acs-tcl/tcl/html-email-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * 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/notifications/notifications.info: * packages/ref-timezones/ref-timezones.info: * www/blank-master.adp: * www/site-master.adp: merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD 2004-07-12 jader * etc/config.tcl: Adds in nsopenssl config section for Aolserver 4 / nsopenssl 3 * packages/acs-tcl/tcl/admin-procs.tcl: * packages/acs-tcl/tcl/security-procs.tcl: Fix for bug 1975: https not working on nonstandard ports. * etc/config.tcl: Partial fix for bug 1975: unable to login on non-standard ssl ports. 2004-07-11 jvdongen * packages/acs-content-repository/tcl/filter-procs.tcl: Fixed bug #1985 with patch #562 * packages/acs-content-repository/tcl/filter-procs.tcl: fixed bug #1985 with patch #562 2004-07-09 rocaelh * packages/acs-authentication/tcl/apm-callback-procs.tcl: * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-authentication/tcl/password-procs.tcl: fix bug 1976, adding authority_id 2004-07-09 jeffd * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.2d1-5.1.2d2.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.2d1-5.1.2d2.sql: branches: 1.1.2; file upgrade-5.1.2d1-5.1.2d2.sql was initially added on branch oacs-5-1. * packages/acs-kernel/sql/oracle/groups-body-create.sql: flip order of delete for group delete * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.2d1-5.1.2d2.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.2d1-5.1.2d2.sql: flip order of delete of rels and rel segments, bump version to 5.1.2d2, upgrade scripts for oracle and pg, bug 775 patch 267 Randy O'Meara 2004-07-08 jeffd * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: get the before-upgrade and before-install callbacks directly from the .info file since they won't be correct in the db; resolves bug 1963 2004-07-08 jader * etc/config.tcl: Added comment that you can increase minthreads and maxthreads and defaulttimeout on higher performance boxes. 2004-07-08 daveb * packages/acs-templating/tcl/date-procs.tcl: Fix template::util::date::set_property to not fail when passed in a NULL date retreived from the database. 2004-07-07 marka * packages/acs-templating/tcl/currency-procs.tcl: currency::widget now honours display mode (previously ignored it) currency::widget no longer stomps the trailing 0 off the fractional part (perviously it converted 50c into 05c over an edit/ok cycle and looked bad as well) 2004-07-07 jader * packages/acs-subsite/www/register/account-closed.tcl: Converted to text (it was shown in title bar and context bar) 2004-07-06 jeffd * packages/notifications/www/doc/index.adp: branches: 1.1.2; 1.1.12; add the original openforce notifications docs resolves bug 573, 592 * packages/notifications/notifications.info: bump version and tag openacs-5-1-compat * packages/acs-templating/tcl/date-procs.tcl: fixes template::util::date::unpack so it does not require the variabe to be named date and just work by coincidence. from HEAD, resolves bug 1824 * packages/acs-templating/tcl/date-procs.tcl: fixes template::util::date::unpack so it does not require the variabe to be named date and just work by coincidence. resolves bug 1824 * packages/acs-subsite/tcl/attribute-procs.tcl: function should have been plsql_utility::generate_constraint_name not generate_constraint resolves bug 1848 * packages/acs-tcl/tcl/request-processor-procs.tcl: only ns_returnfile files. resolves bug 1957 * packages/acs-tcl/tcl/html-email-procs.tcl: remove the calls to source the mime.tcl etal files as we renamed them to -procs.tcl and they get sourced on server startup. Remove clipping the last line of the mime encoded file since it seems spurious afaict. send only a quoted-printable version of the html message not an additional base64 encoded one. 2004-07-06 jader * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: SSL docs didn't describe editing the etc/daemontools/run file 2004-07-05 olah * packages/acs-tcl/tcl/request-processor-procs.tcl: Changed ad_register_filter so that it registers the filter immediately in case it is called after server-initialization is completed. This makes it suitable as a drop-in replacement for ns_register_filter. 2004-07-05 joela * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.1d2-5.1.1d3.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.1d2-5.1.1d3.sql: branches: 1.1.2; file upgrade-5.1.1d2-5.1.1d3.sql was initially added on branch oacs-5-1. * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.1-5.1.2.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.1d2-5.1.1d3.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.1-5.1.2.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.1d2-5.1.1d3.sql: moved the 5.1.1-5.1.2 upgrade script back to 5.1.1d2-5.1.1d3 and changed info file from 5.1.2 to 5.1.1d3, to maintain consistency with core release conventions. 2004-07-05 joel * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-package-dev.html: * packages/acs-core-docs/www/acs-plat-dev.html: * packages/acs-core-docs/www/analog-install.html: * packages/acs-core-docs/www/analog-setup.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/apm-requirements.html: * packages/acs-core-docs/www/automated-backup.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/backups-with-cvs.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/configuring-new-site.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-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/openacs.txt: * packages/acs-core-docs/www/files/tutorial/myfirstpackage-procs.tcl: * packages/acs-core-docs/www/for-everyone.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/general-documents.html: * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/i18n-design.html: * packages/acs-core-docs/www/i18n-introduction.html: * packages/acs-core-docs/www/i18n-overview.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/i18n-translators.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-next-backups.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-openacs-delete-tablespace.html: * packages/acs-core-docs/www/install-openacs-inittab.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-origins.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-php.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-resources.html: * packages/acs-core-docs/www/install-squirrelmail.html: * packages/acs-core-docs/www/install-ssl.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/install-tclwebtest.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/nxml-mode.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/object-system-design.html: * packages/acs-core-docs/www/object-system-requirements.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-overview.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/os-install.html: * packages/acs-core-docs/www/os-security.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-design.html: * packages/acs-core-docs/www/permissions-requirements.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/profile-code.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/releasing-openacs.html: * packages/acs-core-docs/www/releasing-package.html: * packages/acs-core-docs/www/remote-postgres.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/rp-design.html: * packages/acs-core-docs/www/rp-requirements.html: * packages/acs-core-docs/www/security-design.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/security-requirements.html: * packages/acs-core-docs/www/snapshot-backup.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites-design.html: * packages/acs-core-docs/www/subsites-requirements.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-admin-pages.html: * packages/acs-core-docs/www/tutorial-advanced.html: * packages/acs-core-docs/www/tutorial-caching.html: * packages/acs-core-docs/www/tutorial-categories.html: * packages/acs-core-docs/www/tutorial-comments.html: * packages/acs-core-docs/www/tutorial-css-layout.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-future-topics.html: * packages/acs-core-docs/www/tutorial-hierarchical.html: * packages/acs-core-docs/www/tutorial-html-email.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-notifications.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/tutorial-schedule-procs.html: * packages/acs-core-docs/www/tutorial-specs.html: * packages/acs-core-docs/www/tutorial-vuh.html: * packages/acs-core-docs/www/tutorial.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/update-repository.html: * packages/acs-core-docs/www/update-translations.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-4.6.3-to-5.html: * packages/acs-core-docs/www/upgrade-5-0-dot.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/upgrade-supporting.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/uptime.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/Makefile: * packages/acs-core-docs/www/xml/developers-guide/cvs.xml: * packages/acs-core-docs/www/xml/developers-guide/db-api.xml: * packages/acs-core-docs/www/xml/developers-guide/form-builder.xml: * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: * packages/acs-core-docs/www/xml/developers-guide/packages.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/tutorial-advanced.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/eng-standards-versioning.xml: * packages/acs-core-docs/www/xml/fo.xsl: * packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml: * 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/configuring.xml: * packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: * packages/acs-core-docs/www/xml/install-guide/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/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: * packages/acs-core-docs/www/xml/kernel/groups-requirements.xml: * packages/acs-core-docs/www/xml/openacs.xsl: * packages/acs-core-docs/www/xml/releasing-openacs.xml: * packages/acs-core-docs/www/xml/variables.ent: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: * readme.txt: adjustments for OpenACS 5.1.1 release, including release numbers and help text. * ChangeLog: updated for 5.1.1 2004-07-05 jeffd * packages/acs-bootstrap-installer/installer.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/install-procs.tcl: Adds a public interface apm::process_install_xml to use install.xml files subsequent to the bootstrap, change bootstrap to use the provided api, adds install::xml namespace + functions to support the various xml stanzas (such as set-parameter or set-join-policy) and a clean extension mechanism via functions in the install::xml::action:: namespace. Thanks to Lee Denison for cleaning up and extending the existing install functionality. * packages/acs-templating/resources/lists/list.adp: * packages/acs-templating/resources/lists/table.adp: add a conditional so if bulk_action_method not defined it defaults to GET resolves bug 1951 * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: add a test to validate the .info files all parse and have no duplicate params or mismatched package keys * packages/acs-core-docs/www/tutorial-html-email.html: branches: 1.2.2; regen html docs * packages/acs-core-docs/www/tutorial-css-layout.html: branches: 1.3.2; regen html docs * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: fix a couple little markup glitches * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.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/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-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/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/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.html: * packages/acs-core-docs/www/variables.html: regen html docs 2004-07-04 jeffd * packages/acs-content-repository/tcl/filter-procs.tcl: missing ) for $content(mime_type breaks generated templates resolves bug 1952 * packages/acs-content-repository/tcl/filter-procs.tcl: missing ) for $content(mime_type breaks generated templates resolves bug 1952 (from head) 2004-07-03 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Add boolean support to query builder. * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: branches: 1.7.2; Add checking for ! with no other modifer in query expression. 2004-07-02 jeffd * packages/acs-content-repository/sql/postgresql/content-folder.sql: bad quoting of string literal in plpgsql functions * 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: merge fixes from oacs-5-1 for content length and cleanup * 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: remove inline sql from upload-2.tcl, clean up code, set content_length on new upload * packages/acs-subsite/www/user/portrait/upload-2-postgresql.xql: somehow had a oacs-5-0 version of this file, fix for n_bytes on portrait upload 2004-07-02 jader * packages/acs-admin/www/developer.adp: Bug 1944: spelling mistake 2004-07-02 gabrielb * www/blank-master.adp: branches: 1.11.2.1.2; Moved the textarea out of <head> and added required fields so it validates properly on validator.w3.org. 2004-07-01 jeffd * packages/acs-tcl/tcl/request-processor-init.tcl: add a debug to log registering filters * packages/acs-content-repository/tcl/content-folder-procs.tcl: add a test for is_empty, untabify the test files, fix some var_list problems * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-extlink.sql: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-content-repository/sql/postgresql/content-template.sql: * packages/acs-content-repository/sql/postgresql/content-type.sql: * packages/acs-content-repository/tcl/content-item-procs.tcl: add define_function_args definitions for most functions, bump to 5.2.0d5, upgrade script * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d4-5.2.0d5.sql: branches: 1.1.2; add define_function_args definitions for most functions, bump to 5.2.0d5, upgrade script * packages/acs-content-repository/sql/postgresql/content-symlink.sql: branches: 1.19.2; add define_function_args definitions for most functions, bump to 5.2.0d5, upgrade script * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: * packages/acs-content-repository/tcl/test/content-revision-test-procs.tcl: branches: 1.2.2; add a test for is_empty, untabify the test files, fix some var_list problems * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: check for unnamed constraints on postgres * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/oracle/authentication-create.sql: name constraints * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/authentication-create.sql: * packages/acs-kernel/sql/postgresql/lob.sql: name constraints and make lob_data.lob_id on delete cascade * packages/acs-content-repository/sql/postgresql/content-create.sql: name the cr_revisions_lob_fk constraint in cr_revisions * packages/acs-content-repository/tcl/content-folder-procs.tcl: * packages/acs-content-repository/tcl/content-item-procs.tcl: some tweaks for content-item funcs, make them return package_exec_plsql return val, move had a bug * packages/acs-authentication/tcl/authority-procs.tcl: the sequence for authority_id should be acs_object_id_seq not auth_authority_id_seq (which does not exist) * packages/acs-authentication/tcl/authority-procs.tcl: the sequence for authority_id should be acs_object_id_seq not auth_authority_id_seq (which does not exist) (from 5.1) 2004-07-01 jader * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: Added more detail into the Deployment with CVS section. Still rough. 2004-07-01 donb * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: Committing re-added upgrade file * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: Oops did this wrong ... want to do exactly what Andrew did for consistency * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: Upgrade to apply previous register parameter bug fix * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: Wouldn't let me tag after adding to HEAD so am committing directly... * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: branches: 1.1.2; file upgrade-5.1.1d1-5.1.1d2.sql was initially added on branch oacs-5-1. 2004-07-01 daveb * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Remove ts2_ from function calls. The wrapper functions don't exist. 2004-06-30 joela * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: added list wrapper to caching example * packages/acs-core-docs/www/tutorial-caching.html: branches: 1.2.2; added list wrapper to caching example 2004-06-30 jeffd * packages/acs-automated-testing/www/admin/index.adp: banding on table, right align numbers, don't width 100pct the per package one since it's too wide that way 2004-06-30 donb * packages/acs-kernel/sql/postgresql/apm-create.sql: Ported Andrew's Oracle patch to register parameter. * packages/acs-kernel/sql/postgresql/apm-create.sql: Ported Andrew's Oracle register parameter patch. 2004-06-30 andrewg * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: Update to apm package body in v1.26.2.1 of apm-create.sql,to include a bugfix/simplication to the cursor in apm.register_parameter. 2004-06-29 joela * packages/acs-core-docs/www/acs-package-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/credits.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-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-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-advanced.html: * packages/acs-core-docs/www/tutorial-caching.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-distribute.html: * packages/acs-core-docs/www/tutorial-future-topics.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: added advanced tutorial notes on caching and on scheduled procs * packages/acs-core-docs/www/tutorial-schedule-procs.html: branches: 1.1.2; added advanced tutorial notes on caching and on scheduled procs 2004-06-29 jeffd * packages/notifications/tcl/notification-procs.tcl: branches: 1.10.2; merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD * packages/acs-lang/tcl/lang-util-procs-oracle.xql: * packages/acs-lang/tcl/lang-util-procs-postgresql.xql: branches: 1.2.8; merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD * packages/notifications/tcl/notification-request-procs.tcl: branches: 1.8.2; merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD * packages/acs-lang/www/admin/message-list.adp: branches: 1.9.2; merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD * etc/config.tcl: * 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-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.2-4.6.3.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.1-5.1.2.sql: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-content-repository/tcl/revision-procs.tcl: * 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.RO_RO.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.da_DK.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.es_GT.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.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-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.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.RO_RO.utf-8.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.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.da_DK.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/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.fa_IR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml: * packages/acs-lang/catalog/acs-lang.nl_NL.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-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: * packages/acs-lang/tcl/locale-procs.tcl: * packages/acs-lang/www/admin/message-list.tcl: * packages/acs-lang/www/admin/message-usage-include.tcl: * packages/acs-service-contract/www/index.tcl: * 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.RO_RO.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.da_DK.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.nl_NL.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-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/www/admin/parties/new.tcl: * packages/acs-subsite/www/admin/users/new.tcl: * packages/acs-subsite/www/user/portrait/index.adp: * 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.FA_IR.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.RO_RO.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.ro_RO.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml: * packages/acs-tcl/tcl/acs-permissions-procs.tcl: * packages/acs-tcl/tcl/admin-init.tcl: * packages/acs-tcl/tcl/rollout-email-init.tcl: * packages/acs-tcl/tcl/rollout-email-procs.tcl: * packages/acs-tcl/tcl/security-procs.tcl: * packages/acs-tcl/tcl/text-html-procs.tcl: * packages/acs-templating/catalog/acs-templating.RO_RO.utf-8.xml: * packages/acs-templating/catalog/acs-templating.ar_LB.utf-8.xml: * packages/acs-templating/catalog/acs-templating.da_DK.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.nl_NL.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.ro_RO.utf-8.xml: * packages/acs-templating/catalog/acs-templating.zh_CN.utf-8.xml: * packages/acs-templating/tcl/date-procs.tcl: * packages/acs-templating/tcl/spellcheck-init.tcl: * packages/notifications/catalog/notifications.AR_EG.utf-8.xml: * packages/notifications/catalog/notifications.AR_LB.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.en_US.ISO-8859-1.xml: * packages/notifications/catalog/notifications.es_GT.ISO-8859-1.xml: * packages/notifications/catalog/notifications.zh_CN.utf-8.xml: * packages/notifications/notifications.info: * packages/notifications/sql/oracle/notifications-package-create.sql: * packages/notifications/sql/postgresql/notifications-package-create.sql: * packages/notifications/tcl/apm-callback-procs.tcl: * packages/notifications/tcl/delivery-method-procs.tcl: * packages/notifications/tcl/notification-email-procs.tcl: * packages/notifications/tcl/notification-procs-oracle.xql: * packages/notifications/tcl/notification-procs-postgresql.xql: * packages/notifications/tcl/notification-request-procs-oracle.xql: * packages/notifications/tcl/notification-request-procs-postgresql.xql: * packages/notifications/tcl/sweep-procs.tcl: merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD 2004-06-29 jader * www/site-master.adp: Changed wording from users to members. See http://openacs.org/forums/message-view?message_id=192598 2004-06-28 leed * packages/acs-subsite/tcl/group-procs.tcl: Added get_rel_segment accessor function. * packages/acs-subsite/tcl/group-procs.xql: branches: 1.6.2; Added get_rel_segment accessor function. 2004-06-28 juny * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d3-5.2.0d4.sql: * packages/acs-content-repository/tcl/content-folder-procs.tcl: * packages/acs-content-repository/tcl/content-item-procs.tcl: minor bug fixes: corrected list that is passed on package_exec_plsql -var_list, added definition of some plsql procs, added content::item::copy, bump up for version needed 2004-06-28 jeffd * packages/acs-subsite/tcl/package-procs-postgresql.xql: revert the 1.12 - 1.13 change, breaks adding group types and rel types (and other autogenerated plpgsql) http://openacs.org/forums/message-view?message_id=190202, bug 1893 2004-06-28 daveb * packages/acs-content-repository/tcl/content-item-procs.tcl: Fix content::item::update to correctly extract the attributes from within the list. * packages/tsearch2-driver/sql/postgresql/tsearch2-create.sql: * packages/tsearch2-driver/sql/postgresql/tsearch2-drop.sql: Rename create and drop scripts so they work. * packages/tsearch2-driver/sql/postgresql/tsearch2-driver-create.sql: * packages/tsearch2-driver/sql/postgresql/tsearch2-driver-drop.sql: branches: 1.1.2; Rename create and drop scripts so they work. 2004-06-27 joela * packages/acs-tcl/tcl/utilities-procs.tcl: added days capability to mode 1 of age_pretty * 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.nl_NL.ISO-8859-1.xml: * packages/acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml: adding new translation catalogs * packages/acs-authentication/catalog/acs-authentication.ar_LB.utf-8.xml: branches: 1.1.2; file acs-authentication.ar_LB.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-authentication/catalog/acs-authentication.da_DK.ISO-8859-1.xml: branches: 1.1.2; file acs-authentication.da_DK.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-authentication/catalog/acs-authentication.es_ES.ISO-8859-1.xml: branches: 1.1.2; file acs-authentication.es_ES.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-authentication/catalog/acs-authentication.es_GT.ISO-8859-1.xml: branches: 1.1.2; file acs-authentication.es_GT.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-authentication/catalog/acs-authentication.fa_IR.utf-8.xml: branches: 1.1.2; file acs-authentication.fa_IR.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-authentication/catalog/acs-authentication.nl_NL.ISO-8859-1.xml: branches: 1.1.2; file acs-authentication.nl_NL.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-authentication/catalog/acs-authentication.pl_PL.utf-8.xml: branches: 1.1.2; file acs-authentication.pl_PL.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-authentication/catalog/acs-authentication.zh_CN.utf-8.xml: branches: 1.1.2; file acs-authentication.zh_CN.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-kernel/catalog/acs-kernel.ar_EG.utf-8.xml: branches: 1.1.2; file acs-kernel.ar_EG.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-kernel/catalog/acs-kernel.ar_LB.utf-8.xml: branches: 1.1.2; file acs-kernel.ar_LB.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-kernel/catalog/acs-kernel.es_GT.ISO-8859-1.xml: branches: 1.1.2; file acs-kernel.es_GT.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-kernel/catalog/acs-kernel.ro_RO.utf-8.xml: branches: 1.1.2; file acs-kernel.ro_RO.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-kernel/catalog/acs-kernel.zh_CN.utf-8.xml: branches: 1.1.2; file acs-kernel.zh_CN.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-lang/catalog/acs-lang.ar_EG.utf-8.xml: branches: 1.1.2; file acs-lang.ar_EG.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-lang/catalog/acs-lang.ar_LB.utf-8.xml: branches: 1.1.2; file acs-lang.ar_LB.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-lang/catalog/acs-lang.es_GT.ISO-8859-1.xml: branches: 1.1.2; file acs-lang.es_GT.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-lang/catalog/acs-lang.fa_IR.utf-8.xml: branches: 1.1.2; file acs-lang.fa_IR.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-lang/catalog/acs-lang.ro_RO.utf-8.xml: branches: 1.1.2; file acs-lang.ro_RO.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-lang/catalog/acs-lang.th_TH.utf-8.xml: branches: 1.1.2; file acs-lang.th_TH.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-lang/catalog/acs-lang.zh_CN.utf-8.xml: branches: 1.1.2; file acs-lang.zh_CN.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-subsite/catalog/acs-subsite.ar_EG.utf-8.xml: branches: 1.1.2; file acs-subsite.ar_EG.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-subsite/catalog/acs-subsite.ar_LB.utf-8.xml: branches: 1.1.2; file acs-subsite.ar_LB.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-subsite/catalog/acs-subsite.es_GT.ISO-8859-1.xml: branches: 1.1.2; file acs-subsite.es_GT.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-subsite/catalog/acs-subsite.ro_RO.utf-8.xml: branches: 1.1.2; file acs-subsite.ro_RO.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-subsite/catalog/acs-subsite.zh_CN.utf-8.xml: branches: 1.1.2; file acs-subsite.zh_CN.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-tcl/catalog/acs-tcl.ar_EG.utf-8.xml: branches: 1.1.2; file acs-tcl.ar_EG.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-tcl/catalog/acs-tcl.ar_LB.utf-8.xml: branches: 1.1.2; file acs-tcl.ar_LB.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-tcl/catalog/acs-tcl.es_GT.ISO-8859-1.xml: branches: 1.1.2; file acs-tcl.es_GT.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-tcl/catalog/acs-tcl.fa_IR.utf-8.xml: branches: 1.1.2; file acs-tcl.fa_IR.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-tcl/catalog/acs-tcl.ro_RO.utf-8.xml: branches: 1.1.2; file acs-tcl.ro_RO.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml: branches: 1.1.2; file acs-tcl.zh_CN.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-templating/catalog/acs-templating.ar_LB.utf-8.xml: branches: 1.1.2; file acs-templating.ar_LB.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-templating/catalog/acs-templating.es_GT.ISO-8859-1.xml: branches: 1.1.2; file acs-templating.es_GT.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-templating/catalog/acs-templating.ro_RO.utf-8.xml: branches: 1.1.2; file acs-templating.ro_RO.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-templating/catalog/acs-templating.zh_CN.utf-8.xml: branches: 1.1.2; file acs-templating.zh_CN.utf-8.xml was initially added on branch oacs-5-1. * packages/notifications/catalog/notifications.ar_EG.utf-8.xml: branches: 1.1.2; file notifications.ar_EG.utf-8.xml was initially added on branch oacs-5-1. * packages/notifications/catalog/notifications.ar_LB.utf-8.xml: branches: 1.1.2; file notifications.ar_LB.utf-8.xml was initially added on branch oacs-5-1. * packages/notifications/catalog/notifications.es_GT.ISO-8859-1.xml: branches: 1.1.2; file notifications.es_GT.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/notifications/catalog/notifications.zh_CN.utf-8.xml: branches: 1.1.2; file notifications.zh_CN.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-authentication/catalog/acs-authentication.ar_LB.utf-8.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.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.RO_RO.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.da_DK.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.es_GT.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.pl_PL.utf-8.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.RO_RO.utf-8.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.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.da_DK.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/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.fi_FI.utf-8.xml: * packages/acs-lang/catalog/acs-lang.nl_NL.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.RO_RO.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.da_DK.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.nl_NL.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.FA_IR.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.RO_RO.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.ro_RO.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.zh_CN.utf-8.xml: * packages/acs-templating/catalog/acs-templating.RO_RO.utf-8.xml: * packages/acs-templating/catalog/acs-templating.ar_LB.utf-8.xml: * packages/acs-templating/catalog/acs-templating.da_DK.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.nl_NL.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.ro_RO.utf-8.xml: * packages/acs-templating/catalog/acs-templating.zh_CN.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.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.zh_CN.utf-8.xml: updated catalog files for 5.1.1; bug fix for 1519 means all catalog files for ar_EG, ar_LB, zh_CN, th_TH, ro_RO, fa_IR, and hr_HR were renamed to correct capitalization errors 2004-06-27 daveb * packages/acs-content-repository/tcl/content-revision-procs.tcl: Make item_id required for content::revision::new 2004-06-26 joela * packages/acs-lang/sql/oracle/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: branches: 1.1.2; file upgrade-5.1.1d1-5.1.1d2.sql was initially added on branch oacs-5-1. * packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml: * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: fixing bug 1519 - misnamed locales * packages/acs-lang/sql/oracle/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: typo in fa_IR upgrade 2004-06-26 jeffd * packages/acs-core-docs/www/xml/developers-guide/db-api.xml: fix the bad example of a db_foreach inside a db_transaction with a db call inside. Remove some dated ACS 3.x references * packages/acs-admin/www/cache/show-util-memoize.adp: * packages/acs-admin/www/cache/show-util-memoize.tcl: overquoted value in util_memoize cache search * packages/acs-content-repository/tcl/content-permission-procs.tcl: typo in namespace and in sql package name 2004-06-25 andrewg * packages/acs-kernel/sql/oracle/apm-create.sql: Simplifying the cursor in apm.register_parameter to fix a bug, and make it simpler. Don's doing the PG version. 2004-06-24 olah * packages/acs-kernel/sql/postgresql/apm-create.sql: Looks like someone snuck in a little 'x' too much. 2004-06-24 joela * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-package-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/credits.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/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/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-advanced.html: * packages/acs-core-docs/www/tutorial-css-layout.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/tutorial-vuh.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-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.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: added tutorial section on css layout * packages/acs-core-docs/www/files/dotlrn-style-1.html: * packages/acs-core-docs/www/files/dotlrn-style-2.html: * packages/acs-core-docs/www/images/dotlrn-style-1.png: * packages/acs-core-docs/www/images/dotlrn-style-2.png: * packages/acs-core-docs/www/images/dotlrn-style-3.png: branches: 1.1.2; added tutorial section on css layout 2004-06-24 jeffd * packages/acs-core-docs/www/tutorial-hierarchical.html: branches: 1.2.2; regen html docs, add the html email tutorial file. * packages/acs-core-docs/www/xml/developers-guide/packages.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: fix a missing /sect1 in tutorial-advanced and shuffle around and bring up to date the package file details. Mention callbacks in the package creation list * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d3-5.2.0d4.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d3-5.2.0d4.sql: make the apm_package_version_attr version_id on delete cascade, otherwise deleting packages fails * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d3-5.2.0d4.sql: make the apm_package_version_attr version_id on delete cascade, otherwise deleting packages fails (forgot oracle file) * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-package-dev.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.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/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-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/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/permissions-tediously-explained.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/release-notes.html: * packages/acs-core-docs/www/tutorial-advanced.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-future-topics.html: * packages/acs-core-docs/www/tutorial-html-email.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/tutorial-vuh.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.html: * packages/acs-core-docs/www/variables.html: regen html docs, add the html email tutorial file. 2004-06-24 janine * packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml: * packages/notifications/notifications.info: * packages/notifications/tcl/apm-callback-procs.tcl: * packages/notifications/tcl/delivery-method-procs.tcl: * packages/notifications/tcl/notification-email-procs.tcl: * packages/notifications/tcl/notification-procs-oracle.xql: * packages/notifications/tcl/notification-procs-postgresql.xql: * packages/notifications/tcl/notification-procs.tcl: * packages/notifications/tcl/sweep-procs.tcl: fix from Sloan: allow HTML notifications. html part is optional so existing calls will still work. 2004-06-24 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Clarified that upgrades can be done to 5.1 as well as 5.0 * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Fixed formatting for one of the examples. * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Modified a few locations that had older 4.6 references. * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Took out an extra line that wasn't used by the acs_mail_lite section. 2004-06-23 olah * www/site-master.tcl: Using site_node::get_package_url to check for mounted curriculum instances, now that it is implemented with an nsv of url keyed by package key. Lars added this back in mars and I hadn't noticed ... 2004-06-23 jeffd * packages/acs-tcl/tcl/site-nodes-procs.tcl: site_node::get_children -all should be about 2-3x as fast which should be a win on installations with lots of site nodes (i.e. dotlrn) 2004-06-23 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added a section on sending HTML email from acs-mail-lite. * packages/acs-tcl/tcl/text-html-procs.tcl: Added more description on how to correctly use the ad_html_text_convert proc. Added an example. 2004-06-22 joela * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-package-dev.html: * packages/acs-core-docs/www/acs-plat-dev.html: * packages/acs-core-docs/www/analog-install.html: * packages/acs-core-docs/www/analog-setup.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/apm-requirements.html: * packages/acs-core-docs/www/automated-backup.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/backups-with-cvs.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/configuring-new-site.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/database-management.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/dev-guide.html: * packages/acs-core-docs/www/doc-standards.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/eng-standards.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/for-everyone.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/general-documents.html: * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/i18n-design.html: * packages/acs-core-docs/www/i18n-introduction.html: * packages/acs-core-docs/www/i18n-overview.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/i18n-translators.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-next-backups.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-openacs-delete-tablespace.html: * packages/acs-core-docs/www/install-openacs-inittab.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-origins.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-php.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-resources.html: * packages/acs-core-docs/www/install-squirrelmail.html: * packages/acs-core-docs/www/install-ssl.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/install-tclwebtest.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/nxml-mode.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/object-system-design.html: * packages/acs-core-docs/www/object-system-requirements.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-overview.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/os-install.html: * packages/acs-core-docs/www/os-security.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-design.html: * packages/acs-core-docs/www/permissions-requirements.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/profile-code.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/releasing-openacs.html: * packages/acs-core-docs/www/releasing-package.html: * packages/acs-core-docs/www/remote-postgres.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/rp-design.html: * packages/acs-core-docs/www/rp-requirements.html: * packages/acs-core-docs/www/security-design.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/security-requirements.html: * packages/acs-core-docs/www/snapshot-backup.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites-design.html: * packages/acs-core-docs/www/subsites-requirements.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-admin-pages.html: * packages/acs-core-docs/www/tutorial-advanced.html: * packages/acs-core-docs/www/tutorial-categories.html: * packages/acs-core-docs/www/tutorial-comments.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-future-topics.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-notifications.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/tutorial-specs.html: * packages/acs-core-docs/www/tutorial-vuh.html: * packages/acs-core-docs/www/tutorial.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/update-repository.html: * packages/acs-core-docs/www/update-translations.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-4.6.3-to-5.html: * packages/acs-core-docs/www/upgrade-5-0-dot.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/upgrade-supporting.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/uptime.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml: added notes on upgrade numbering 2004-06-21 maltes * etc/keepalive/keepalive-config.tcl: * etc/keepalive/keepalive-cron.sh: * etc/keepalive/keepalive.sh: Added cron support for keepalive 2004-06-21 janine * packages/acs-lang/www/admin/message-list.tcl: query didn't work in oracle (should be in an xql file but at least this will make it work) 2004-06-19 janine * packages/acs-subsite/www/user/portrait/index.adp: fix from Sloan: only show 'this is what we show other users' message to admins, which includes the user looking at their own portrait * packages/acs-kernel/acs-kernel.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/tcl/admin-init.tcl: fix from Sloan: allow admin to restrict to registered users on a per-subsite basis 2004-06-18 jeffd * packages/acs-kernel/sql/postgresql/rel-constraints-create.sql: branches: 1.14.2; fix the static cvs-id tags * packages/acs-kernel/sql/postgresql/acs-metadata-create.sql: * packages/acs-kernel/sql/postgresql/community-core-create.sql: branches: 1.21.2; fix the static cvs-id tags * packages/acs-kernel/sql/postgresql/acs-install.sql: branches: 1.26.2; fix the static cvs-id tags * packages/acs-kernel/sql/postgresql/utilities-create.sql: branches: 1.5.2; fix the static cvs-id tags * packages/acs-core-docs/www/xml/Makefile: * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: * packages/acs-core-docs/www/xml/fo.xsl: cols wrong in i18n overview table, put ulinks in footnotes for pdf * packages/acs-core-docs/www/xml/install-guide/software.xml: commited wrong fix. This one fixes Version Compatibility Matrix * packages/acs-core-docs/www/xml/install-guide/software.xml: fix the Version Compatibility Matrix table * packages/acs-kernel/sql/postgresql/acs-create-2.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/acs-drop.sql: * packages/acs-kernel/sql/postgresql/acs-kernel-create.sql: * packages/acs-kernel/sql/postgresql/acs-kernel-drop.sql: * packages/acs-kernel/sql/postgresql/acs-logs-create.sql: * packages/acs-kernel/sql/postgresql/acs-metadata-drop.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/acs-objects-drop.sql: * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: * packages/acs-kernel/sql/postgresql/acs-permissions-drop.sql: * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: * packages/acs-kernel/sql/postgresql/acs-relationships-drop.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/community-core-drop.sql: * packages/acs-kernel/sql/postgresql/groups-create.sql: * packages/acs-kernel/sql/postgresql/groups-drop.sql: * packages/acs-kernel/sql/postgresql/journal-create.sql: * packages/acs-kernel/sql/postgresql/journal-drop.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/security-create.sql: * packages/acs-kernel/sql/postgresql/security-drop.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: * packages/acs-kernel/sql/postgresql/site-nodes-drop.sql: * packages/acs-kernel/sql/postgresql/utilities-drop.sql: fix the static cvs-id tags * packages/acs-core-docs/www/xml/kernel/groups-requirements.xml: reformat the whole section. no change in content 2004-06-18 gyang * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Changed AOLserver 4 compilation instructions to specify that users should check out Tcl 8.4.6 rather than 8.4.5. * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Changed AOLserver 4 compilation instructions to specify that users should check out nsoracle 2.7 (tag v2_7) rather than the HEAD version of nsoracle. 2004-06-17 maltes * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: TYPO: should read parameter, not paramer 2004-06-17 janine * packages/notifications/sql/oracle/notifications-package-create.sql: * packages/notifications/sql/postgresql/notifications-package-create.sql: * packages/notifications/tcl/notification-request-procs-oracle.xql: * packages/notifications/tcl/notification-request-procs-postgresql.xql: * packages/notifications/tcl/notification-request-procs.tcl: fix from Sloan: proc to delete all notifications for a user, which will be used later when we have callbacks to call things like this when we delete a user from core 2004-06-16 maltes * packages/acs-service-contract/www/index.tcl: Page broken due to Orphans not having an owner. I took the owner out, if someone disagrees, please fix ... 2004-06-16 donb * packages/acs-tcl/tcl/apm-procs-oracle.xql: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/apm-procs.xql: Filled the parameter cache with default values tagged with package_id 0 rather than NULL to fit with the apm_package_id_from_key's default value for package_id when there's no instance available (can't really use null because "package_id = NULL" is always false in SQL). 2004-06-16 andrewg * packages/acs-mail-lite/sql/oracle/upgrade/acs-mail-lite-upgrade-0.1d-0.2a.sql: fixing alter table syntax for Oracle * packages/acs-mail-lite/sql/oracle/upgrade/acs-mail-lite-upgrade-0.1d-0.2a.sql: fixing alter table syntax for Oracle; this fix committed initially on the 5.1 branch 2004-06-15 andrewg * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: Applied Dave's bugfix for \#1419 here to fix the same bug * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fixed a scalability problem in site_node::update_cache * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fixed a scalability problem in site_node::update_cache; fix merged in from 5.1 branch * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: Merging fix from oacs-5-1 branch onto HEAD 2004-06-14 jeffd * packages/acs-subsite/www/o.vuh: object redirect mechanism 2004-06-14 janine * packages/acs-tcl/tcl/rollout-email-init.tcl: branches: 1.1.2; file rollout-email-init.tcl was initially added on branch oacs-5-1. * packages/acs-tcl/tcl/text-html-procs.tcl: fix from Sloan - 100 iterations was not enough in some cases * packages/acs-tcl/tcl/rollout-email-init.tcl: * packages/acs-tcl/tcl/rollout-email-procs.tcl: update from Sloan 2004-06-13 daveb * packages/acs-content-repository/tcl/content-extlink-procs.tcl: * packages/acs-content-repository/tcl/content-item-procs.tcl: * packages/acs-content-repository/tcl/content-keyword-procs.tcl: * packages/acs-content-repository/tcl/content-permission-procs.tcl: * packages/acs-content-repository/tcl/content-revision-procs.tcl: * packages/acs-content-repository/tcl/content-symlink-procs.tcl: * packages/acs-content-repository/tcl/content-template-procs.tcl: * packages/acs-content-repository/tcl/content-type-procs.tcl: Fix var_list to be a list of lists. 2004-06-12 rocaelh * packages/acs-tcl/tcl/00-database-procs.tcl: better comments for the -dbn stuff 2004-06-12 maltes * etc/keepalive/keepalive.sh: Changed path information, so keepalive.sh can work outside a shell * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Changed to use latest AOLserver (40r5). Fixed small inconsistency. * etc/keepalive/keepalive-cron.sh: branches: 1.1.2; Added keepalive-cron.sh to be used in a cron environment, where root does not get an email every two minutes 2004-06-11 jeffd * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: * packages/acs-core-docs/www/xml/developers-guide/submissions.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/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/for-everyone/acs-faq.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver4.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/oracle.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: clean up xml so the docs (more or less) validate * 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/ch08s06.html: * packages/acs-core-docs/www/ch10s06.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/configuring-new-site.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/database-management.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/dev-guide.html: * packages/acs-core-docs/www/doc-standards.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/eng-standards.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/for-everyone.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/general-documents.html: * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/i18n-design.html: * packages/acs-core-docs/www/i18n-introduction.html: * packages/acs-core-docs/www/i18n-overview.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/i18n-translators.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-next-backups.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-openacs-delete-tablespace.html: * packages/acs-core-docs/www/install-openacs-inittab.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-origins.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-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/maintenance.html: * packages/acs-core-docs/www/nxml-mode.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/object-system-design.html: * packages/acs-core-docs/www/object-system-requirements.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-overview.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/os-install.html: * packages/acs-core-docs/www/os-security.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-design.html: * packages/acs-core-docs/www/permissions-requirements.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/profile-code.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/releasing-openacs.html: * packages/acs-core-docs/www/releasing-package.html: * packages/acs-core-docs/www/remote-postgres.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/rp-design.html: * packages/acs-core-docs/www/rp-requirements.html: * packages/acs-core-docs/www/security-design.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/security-requirements.html: * packages/acs-core-docs/www/snapshot-backup.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites-design.html: * packages/acs-core-docs/www/subsites-requirements.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-admin-pages.html: * packages/acs-core-docs/www/tutorial-advanced.html: * packages/acs-core-docs/www/tutorial-categories.html: * packages/acs-core-docs/www/tutorial-comments.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-future-topics.html: * packages/acs-core-docs/www/tutorial-hierarchical.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-notifications.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/tutorial-specs.html: * packages/acs-core-docs/www/tutorial-vuh.html: * packages/acs-core-docs/www/tutorial.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/update-repository.html: * packages/acs-core-docs/www/update-translations.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-4.6.3-to-5.html: * packages/acs-core-docs/www/upgrade-5-0-dot.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-openacs.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 docs, removed a couple of deprecated files, add a new one 2004-06-11 janine * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.2-4.6.3.sql: list columns to insert into (fix from Sloan) * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.1-4.6.2.sql: merge fix from head 2004-06-11 jader * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Added a comment that I'm unsure if the send proc handles multiple to addresses correctly. * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Handles multiple email addresses in the to headers better. * packages/acs-mail-lite/acs-mail-lite.info: branches: 1.10.2; Bumping version number so new package is made available with rollout fixes, including better support for multiple addresses in the To: field. 2004-06-10 rocaelh * packages/acs-authentication/acs-authentication.info: * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-subsite/lib/login.adp: * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/lib/user-new.tcl: adding allow/disallow self-register, by Hector Amado hr_amado@galileo.edu 2004-06-10 maltes * etc/config.tcl: Changed the maxinput to 5MB with 1024*1024 syntax. Added recvwait parameter. 2004-06-10 jader * packages/acs-mail-lite/acs-mail-lite.info: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Fixes rollout support, bug #1895. 2004-06-10 daveb * packages/acs-content-repository/tcl/content-extlink-procs.tcl: * packages/acs-content-repository/tcl/content-folder-procs.tcl: * packages/acs-content-repository/tcl/content-item-procs.tcl: * packages/acs-content-repository/tcl/content-keyword-procs.tcl: * packages/acs-content-repository/tcl/content-permission-procs.tcl: * packages/acs-content-repository/tcl/content-revision-procs.tcl: * packages/acs-content-repository/tcl/content-symlink-procs.tcl: * packages/acs-content-repository/tcl/content-template-procs.tcl: * packages/acs-content-repository/tcl/content-type-procs.tcl: Adding preliminary Tcl API. See TIP#67. Thanks to Jeff Davis for the script that converted the pl/sql procedures to tcl procedures. * packages/acs-content-repository/tcl/test/content-item-test-procs.tcl: * packages/acs-content-repository/tcl/test/content-revision-test-procs.tcl: Initital tests for CR Tcl API. 2004-06-09 jader * etc/config.tcl: Added in nsopenssl support for Aolserver 4. * packages/acs-content-repository/www/doc/index.html: * packages/acs-content-repository/www/doc/tutorial.html: Added in tutorial from rubick.com to content repository documents, so other developers can change it or improve it. 2004-06-08 maltes * etc/config.tcl: Added maxinput parameter. Set it to 5MB, which allows OpenACS parameter to kick in more effectively. See http://openacs.org/forums/message-view?message_id=161698 2004-06-08 joela * packages/acs-lang/lib/change-locale-bar.tcl: branches: 1.4.16; improved the logic in the change locales includelet * packages/acs-lang/lib/change-locale-bar.adp: improved the logic in the change locales includelet 2004-06-08 jader * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Applied patch #529 (hope that's alright): Patch to correct problems regarding sendmail procedure in acs-mail-lite-procs.tcl. This should fix bug #1888. * packages/acs-mail-lite/acs-mail-lite.info: Bumped the version number so existing installs can benefit from a fix Jeff made weeks ago that breaks acs-mail-lite from working. 2004-06-07 jeffd * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: do not create the cc_users_of_package_id view since we dont create application_users view anymore so its not used 2004-06-06 jeffd * packages/acs-tcl/tcl/sql-statement-procs.tcl: add an ad_library call, mark functions public * packages/acs-tcl/tcl/ad-functional-procs.tcl: quote expr things, make some things public that were not categorized 2004-06-06 donb * packages/acs-subsite/tcl/package-procs-oracle.xql: * packages/acs-subsite/tcl/package-procs-postgresql.xql: * packages/acs-subsite/tcl/package-procs.tcl: Made package_exec_plsql work for Oracle procedures ... 2004-06-06 daveb * packages/tsearch2-driver/sql/postgresql/tsearch2-create.sql: * packages/tsearch2-driver/sql/postgresql/tsearch2-drop.sql: * packages/tsearch2-driver/tcl/tsearch2-driver-install-procs.tcl: * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: * packages/tsearch2-driver/tsearch2-driver.info: Adding tsearch2 search engine driver. Needs work, but will actually index content. * packages/tsearch2-driver/www/doc/index.html: Adding very basic documentation, but this package is still very basic itself. * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Fix search proc to return correct count and properly use limit and offset so pagination of search results works. * packages/tsearch2-driver/sql/postgresql/tsearch2-create.sql: Remove set_curcfg from create.sql. Created wrapper functions for to_tsvector and to_tsquery to call set_curcfg each time. * packages/tsearch2-driver/sql/postgresql/tsearch2-create.sql: Uncomment create script so it actually works! * packages/tsearch2-driver/sql/postgresql/tsearch2-create.sql: * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Use 'default' tsearch2 configuration. It should be a parameter eventually. Pass configuration name into tsvector and tsquery * packages/tsearch2-driver/tcl/tsearch2-driver-install-procs.tcl: * packages/tsearch2-driver/tcl/tsearch2-driver-procs.tcl: Workaround namespace eval problem in AOLserver 3. Add search FtsEngineDriver paramter to documentation. * packages/tsearch2-driver/sql/postgresql/tsearch2-driver-package-create.sql: branches: 1.1.2; Remove set_curcfg from create.sql. Created wrapper functions for to_tsvector and to_tsquery to call set_curcfg each time. * packages/tsearch2-driver/www/doc/index.html: branches: 1.2.2; Workaround namespace eval problem in AOLserver 3. Add search FtsEngineDriver paramter to documentation. 2004-06-05 donb * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.1-5.1.2.sql: Added this now because it seemed invisible to others for some reason even though it existed on the 5.1 branch in my local checkout. 2004-06-05 daveb * packages/acs-content-repository/tcl/filter-procs-oracle.xql: * packages/acs-content-repository/tcl/filter-procs-postgresql.xql: * packages/acs-content-repository/tcl/filter-procs.tcl: Add optional revision parameter to content::init. Defaults to live revision. 2004-06-04 joela * packages/acs-core-docs/www/xml/releasing-openacs.xml: added notes on how to rebuild repository automatically * etc/config.tcl: changed ServerPeerVerify to false on AlfredW's suggestion 2004-06-03 jader * etc/backup.sh: Fix bug where = was used for assignment instead of comparison. 2004-06-02 lars * packages/acs-tcl/tcl/acs-permissions-procs.tcl: * packages/acs-tcl/tcl/security-procs.tcl: Fixed bug when bumping to login page from within permission_p, but permission_p was called form within ad_get_login_url, which is the proc that determines which login page to use 2004-06-02 jader * packages/acs-kernel/acs-kernel.info: Added additional explanation as to what Privacy Control actually does. * packages/acs-core-docs/www/xml/developers-guide/form-builder.xml: Added more information on how to use the -on_refresh section on ad_form * packages/acs-content-repository/sql/postgresql/content-type.sql: Fix for bug #1799. Bug in content_type__drop_attribute. 2004-06-01 peterm * packages/acs-subsite/www/admin/parties/new.tcl: * packages/acs-subsite/www/admin/users/new.tcl: Making call to relation_add (on pages parties/new and users/new) not use the form_id and variable_prefix switches as doing so would make package_instantiate_object look for a rel_id in the form which wasn't there. This is analogous to fix in version 1.5 of groups/new. 2004-06-01 donb * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/content-test.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-test.sql: * packages/acs-content-repository/www/doc/api/folder.html: * packages/acs-content-repository/www/doc/api/item.html: Changed CR "rename" procs to "edit_name" to avoid issues with Oracle 9.2 (and changed PG for consistency) * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.7d6-5.0d1.sql: * 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.1-5.1.2.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.1-5.1.2.sql: I'd accidently changed some old upgrade files to use edit_name rather than rename (for Oracle 9.2) and had not added the needed upgrade files for 5.1. * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.1-5.1.2.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.1-5.1.2.sql: branches: 1.1.2; file upgrade-5.1.1-5.1.2.sql was initially added on branch oacs-5-1. 2004-05-31 gabrielb * packages/acs-lang/tcl/lang-util-procs-oracle.xql: * packages/acs-lang/tcl/lang-util-procs-postgresql.xql: * packages/acs-lang/tcl/locale-procs.tcl: - There's no consistent use of upper/lower case in the locale and language columns of the ad_locales table so we need to do case insensitive searches. - ad_locales defines the language column as char(3). Searches for 2-letter language codes fail because (at least on PG) all 2-letter entries have a trailing space in the database. * packages/acs-templating/tcl/spellcheck-init.tcl: Handle instances where ad_locales does not contain the 2-letter language being sought. 2004-05-28 jader * packages/acs-core-docs/www/xml/developers-guide/form-builder.xml: Added documentation on how to use Javascript and the __refreshing_p variable, also added a section on how to troubleshoot forms using Jerry's trick that displays all the values of all form elements. * packages/acs-kernel/acs-kernel.info: Removed a security hole in new installations: see: http://openacs.org/forums/message-view?message_id=187394 2004-05-26 tils * packages/acs-lang/www/admin/message-usage-include.tcl: The 'Show files that use this message' functionality used to also find keys like acs-kernel.foo_bar when searching for acs-kernel.foo, fixed. Not touching the acs-lang.localization-* lookups because I don't know how to test this. 2004-05-26 joela * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: added script from Rocael for cloning locale catalogs; notes on plural * packages/acs-core-docs/www/files/create-new-catalog.sh: branches: 1.1.2; added script from Rocael for cloning locale catalogs; notes on plural 2004-05-26 jader * packages/acs-kernel/acs-kernel.info: By default, switched to not allow all HTML tags. This is per a discussion on IRC: http://openacs.org/irc/log/2004-05-26 * packages/acs-tcl/tcl/00-database-procs.tcl: See: http://openacs.org/forums/message-view?message_id=186200 Changed comment for when using more than 1 database. 2004-05-26 eduardop * packages/acs-lang/acs-lang.info: Fix for Bug #1834: set SystemTimezone default="UTC" 2004-05-26 donb * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-test.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.7d6-5.0d1.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-test.sql: * packages/acs-content-repository/www/doc/api/folder.html: * packages/acs-content-repository/www/doc/api/item.html: Fixed Bug #1858: qualifying "rename" works in 8i bug chokes in 9i causing the reported error on installation. Fixed by changing the name to "edit_name" and implemented it for PG as well (to keep names similar) * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.0-5.1.1.sql: Further fixing of bug #1858 * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: Minor cosmetic change vs. 1858 2004-05-26 daveb * packages/acs-content-repository/tcl/filter-procs.tcl: Check for html before processing content through ad_html_text_convert. * packages/acs-content-repository/tcl/revision-procs.tcl: Return content as string when string_p is true for file storage type. Fixed bug#1823 2004-05-25 andrewg * packages/acs-templating/tcl/tag-init.tcl: Added hooks for adp-revealing code when developer support is installed on the system * packages/acs-templating/tcl/parse-procs.tcl: Reverting to version 1.30, moving new adp-revealing developer support code to tag-init.tcl where the checks run more efficiently (once per thread after startup instead of once per view per template ) and the inserted markup doesn't break the DOM. 2004-05-21 peterm * packages/acs-tcl/tcl/apm-install-procs.tcl: Showing maturity on the package install page. Renaming apm_maturity_int_to_text to apm::package_version::attributes::maturity_int_to_text (in namespace where it belongs) * packages/acs-admin/www/install/install.tcl: branches: 1.4.2; Showing maturity on the package install page. Renaming apm_maturity_int_to_text to apm::package_version::attributes::maturity_int_to_text (in namespace where it belongs) 2004-05-21 lars * packages/acs-lang/www/admin/message-list.adp: Clearer explanation on the import/export links * packages/acs-subsite/tcl/subsite-procs.tcl: Do not require subsite_id to subsite::get_element 2004-05-21 joela * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: * packages/acs-tcl/tcl/apm-install-procs.tcl: added package maturity text internationalization; incremented version so new keys are detected * packages/acs-admin/www/apm/build-repository.tcl: * packages/acs-admin/www/apm/repository-channel-index.adp: adding Maturity and license support to repository builder * packages/acs-admin/www/apm/build-repository.tcl: branches: 1.15.6; using renamed function for maturity name 2004-05-21 jader * packages/acs-tcl/tcl/site-nodes-procs.tcl: Added a @see site_node::get_children in site_node::get_package_url, and a description of when to use get_children. * packages/acs-tcl/tcl/site-nodes-procs.tcl: Clarify that get_package_url returns the first URL if it is mounted in more than one location. 2004-05-20 tilmanns * packages/acs-templating/tcl/date-procs.tcl: Trim leading zeros since month_data is keyed by month number without leading zero, and I have seen at least once getting it a month value with leading zero from somewhere. 2004-05-20 rocaelh * packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql: bad writte <fullquery> fixed * 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/www/doc/index.html: merging acs-mail-lite oacs-5-1 with head, since head works but the other doesnt 2004-05-20 lars * packages/acs-tcl/tcl/acs-permissions-procs.tcl: Formatting change: && at beginning of lines, instead of end * packages/acs-tcl/tcl/acs-permissions-procs.tcl: Make the automatic detection of expired logins work when you explicitly supply party_id 0 as well 2004-05-19 jeffd * packages/acs-core-docs/www/xml/install-guide/other-software.xml: add a note on dealing with tsearch not found in libdir, from thread http://openacs.org/forums/message-view?message_id=129170 by Jason Macleod * packages/acs-admin/www/apm/package-add-2.tcl: pass array into apm_package_install_version, bash maturity to 0 (needs to be fixed) * packages/acs-tcl/tcl/apm-install-procs.tcl: sort the attribute names so the xml always comes out in the same way 2004-05-18 rocaelh * packages/acs-tcl/tcl/utilities-procs.tcl: attribute of a child node function * packages/acs-tcl/tcl/30-xml-utils-procs.tcl: xpath wrapper function 2004-05-17 jeffd * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.0-5.1.1.sql: * packages/acs-tcl/lib/progress-bar.adp: branches: 1.2.6; merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517 * packages/acs-subsite/sql/postgresql/attribute.sql: branches: 1.3.2; merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517 * etc/config.tcl: * packages/acs-admin/acs-admin.info: * packages/acs-admin/www/apm/index.tcl: * packages/acs-admin/www/install/install-3.tcl: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: * packages/acs-authentication/acs-authentication.info: * packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.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-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-search.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-core-docs/acs-core-docs.info: * 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.RO_RO.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.ch_zh.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.es_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.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.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.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_TW.utf-8.xml: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.3-4.6.4.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.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.RO_RO.utf-8.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ch_zh.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_GB.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.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.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.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.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.tr_TR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml: * packages/acs-lang/www/admin/batch-editor.adp: * packages/acs-lang/www/admin/edit-description.adp: * packages/acs-lang/www/admin/edit-localized-message.adp: * 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.AR_EG.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.AR_LB.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.RO_RO.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ch_zh.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_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.es_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.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.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.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.tr_TR.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml: * packages/acs-subsite/lib/login.adp: * packages/acs-subsite/lib/subsites.tcl: * packages/acs-subsite/www/admin/site-map/application-new.adp: * packages/acs-subsite/www/members/member-invite.adp: * packages/acs-subsite/www/members/user-batch-add-2.tcl: * packages/acs-subsite/www/register/account-closed.tcl: * packages/acs-subsite/www/resources/http.png: * packages/acs-subsite/www/resources/profile-16.png: * packages/acs-subsite/www/shared/community-member.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.FA_IR.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.RO_RO.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ch_zh.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_US.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.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.hu_HU.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.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_TW.utf-8.xml: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-templating/acs-templating.info: * packages/acs-templating/catalog/acs-templating.RO_RO.utf-8.xml: * packages/acs-templating/catalog/acs-templating.ch_zh.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_US.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.es_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.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.pt_BR.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml: * packages/acs-templating/resources/lists/list.adp: * packages/acs-templating/resources/lists/table.adp: * packages/acs-templating/tcl/acs-templating-init.tcl: * packages/acs-templating/tcl/form-procs.tcl: * packages/acs-templating/tcl/list-procs.tcl: * packages/acs-templating/tcl/tag-init.tcl: * packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml: * packages/notifications/catalog/notifications.nn_NO.ISO-8859-1.xml: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: * www/site-master.tcl: merge changes on oacs-5-1 branch to head, changes between jcd-merge-20040420 and jcd-merge-5-1-20040517 were merged, head pre changes is jcd-merge-pre-20040517 and post is jcd-merge-post-20040517 2004-05-16 joela * packages/acs-lang/lib/change-locale-bar.tcl: fixed locale includelet to correctly build return_url 2004-05-14 joela * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: added Dirk's notes and new links on Oracle perf and certified setup * packages/acs-core-docs/www/xml/developers-guide/cvs.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-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/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/install-guide/configuring.xml: * packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/os.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: * packages/acs-core-docs/www/xml/releasing-openacs.xml: replaced service0 with bash var 2004-05-14 jeffd * packages/search/search.info: * packages/search/sql/postgresql/search-packages-create.sql: * packages/search/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: * packages/search/tcl/search-procs-oracle.xql: * packages/search/tcl/search-procs-postgresql.xql: * packages/search/tcl/search-procs.tcl: * packages/search/tcl/search-procs.xql: Put functions into a search:: namespace and make most private. Add a search::queue and search::dequeue command define_function_args/package_exec_plsql to avoid db specific xql files. unset datasource when finished with it. bump to 5.2.0d2 + postgresql upgrade script. * packages/acs-tcl/tcl/text-html-procs.tcl: add some output to help diagnose error in ad_parse_html_attributes_upvar * packages/acs-templating/resources/lists/table.adp: add the title for sorting to the currently sorted by column, set sort graphic alt to empty (title already on the text link), remove a class list where not needed * packages/acs-templating/resources/lists/list.adp: * packages/acs-templating/resources/lists/table.adp: * packages/acs-templating/tcl/list-procs.tcl: parameterize the method for bulk actions, default is get since that used to be the hard coded value 2004-05-14 dirkg * packages/acs-core-docs/www/xml/install-guide/oracle.xml: Added link to Oracle on Linux FAQ that publically lists certified Linux distros for Oracle. * packages/acs-core-docs/www/xml/install-guide/oracle.xml: Added useful links, statspack and autotrace installation instructions etc. Needs to be worked over, revised and reviewed by Joel. 2004-05-13 lars * packages/acs-subsite/www/resources/http.png: Added http link icon * packages/acs-subsite/www/resources/profile-16.png: Added profile icon * packages/acs-subsite/www/shared/community-member.adp: Fixed missing @ sign in the inline_portrait_state if statement * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Show bio/portrait icon for members portlet * packages/acs-subsite/www/resources/http.png: branches: 1.1.2; file http.png was initially added on branch oacs-5-1. * packages/acs-subsite/www/resources/profile-16.png: branches: 1.1.2; file profile-16.png was initially added on branch oacs-5-1. 2004-05-13 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: The categories section was duplicated twice, with the second one not coming through correctly because there was not an id= tag for it. I took out the second one. I think that's the correct one to take out. Also, the section on hierarchical queries did not have an id attribute, so I added it in. * packages/acs-templating/www/resources/forms.css: branches: 1.6.6; Internet Explorer does not left align the widgets by default, which gives it a behavior at odds with all the other browsers I've tested on (Safari, Mozilla, etc). This is a small change that left aligns widgets by default in all forms, which looks much better, especially on larger forms. 2004-05-11 joela * packages/acs-lang/www/change-locale-include.tcl: branches: 1.13.2; 1.13.6; removed page_contract from includelet so it works when included in another page with a conflicting contract; improved logic for when to show list of locales * packages/acs-lang/lib/change-locale-bar.tcl: removed page_contract from includelet so it works when included in another page with a conflicting contract; improved logic for when to show list of locales 2004-05-10 joela * www/site-master.adp: changed template to use new locale switcher * 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.en_US.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml: * packages/acs-lang/lib/change-locale-bar.adp: * packages/acs-lang/lib/change-locale-bar.tcl: added locale-switching includelet and a few translations to enable testing 2004-05-10 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Fixed spelling mistake, last commit incorrectly put my fix on the 'cd' line instead of the cvs line. (thanks for catching this, Jeff) 2004-05-09 joela * packages/search/lib/search.adp: * packages/search/lib/search.tcl: added search includelet; internationalized it. depends on acs-kernel.common_search, which is on the translation server and should be in 5.1.1 * packages/search/catalog/search.en_US.ISO-8859-1.xml: branches: 1.1.2; added search includelet; internationalized it. depends on acs-kernel.common_search, which is on the translation server and should be in 5.1.1 * packages/search/search.info: incremented version number so that catalog gets loaded * packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml: * packages/acs-lang/lib/conflict-link.adp: * packages/acs-lang/lib/messages-to-translate.adp: * packages/acs-lang/www/change-locale-include.tcl: * packages/acs-lang/www/index.adp: * packages/acs-lang/www/locale-set.tcl: internationalized end-user-visible bits of acs-lang * packages/acs-lang/www/change-locale-include.tcl: * packages/acs-lang/www/change-locale-include.xql: localized the list of locales in Change Locale dialog 2004-05-07 jeffd * packages/acs-templating/resources/lists/list.adp: 1. don't include javascript (now comes from core.js I think). 2. don't create the form unless there are bulk actions 3. remove spurious table tags. 4. make the list row container a div rather than a P tag. 5. change the class name for the list row container to be "list-row odd" and "list-row even" rather than simply list-row 6. Include the list_properties.bulk_action_export_chunk if there are bulk actions. 7. Add the outermost div which has class list_properties.class * www/blank-master.tcl: don't add an empty onload element to the body tag * packages/acs-mail-lite/www/doc/index.html: messed up html tag in main doc page * www/blank-master.tcl: only include the developer support css if ds_show_p true 2004-05-07 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Added in -kk to the cvs checkout, which prevents tons of conflicts in CVS * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: The tip syntax for cvs was wrong * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Updated the cvs section to 5.1. Also changed one CVS command. It would import the entire openacs-4 cvs tree into your local cvs tree, which is unnecessary and annoying. 2004-05-07 carlb * packages/acs-core-docs/www/xml/install-guide/os.xml: added aspell to the list of optional software 2004-05-06 peterm * packages/acs-content-repository/tcl/folder-procs-oracle.xql: * packages/acs-content-repository/tcl/folder-procs-postgresql.xql: * packages/acs-content-repository/tcl/folder-procs.tcl: Adding folder::delete proc which is a start in having a Tcl wrapper API for the content folder PL/SQL functions like we already have for items * packages/acs-content-repository/tcl/item-procs-oracle.xql: * packages/acs-content-repository/tcl/item-procs-postgresql.xql: * packages/acs-content-repository/tcl/item-procs.tcl: adding the item::delete PL/SQL wrapper proc 2004-05-06 lars * packages/acs-templating/acs-templating.info: * packages/acs-templating/tcl/richtext-procs.tcl: Added a check for the browser's User-Agent header before using htmlArea - Default to use htmlArea for richtext widgets 2004-05-06 jeffd * packages/acs-api-browser/www/content-page-view.adp: can't use regular adp variable interpolation since when displaying source you don't want to translate tags, you want to display the 'real source' 2004-05-06 daveb * packages/acs-content-repository/acs-content-repository.info: Bump up version number to match upgrade script. * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: Fix reference to chid instead of child in cr_items_update_tr. Upgrade script included. Fixes bug#1791 * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: Fix typo in parameter name, reference to non-existant parameter. Fixes bug#1793 * packages/acs-content-repository/tcl/revision-procs.tcl: Make sure content_length is returned as 0 if its set to NULL in cr_revisions. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.1d1-5.1.1d2.sql: branches: 1.1.2; file upgrade-5.1.1d1-5.1.1d2.sql was initially added on branch oacs-5-1. 2004-05-05 maltes * packages/acs-subsite/www/members/user-batch-add-2.tcl: Adding users in a subsite per batch did not add them to the subsite as members. 2004-05-05 joela * packages/acs-core-docs/www/profile-code.html: added new html 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/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/ch10s06.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/configuring-new-site.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/database-management.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/dev-guide.html: * packages/acs-core-docs/www/doc-standards.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/eng-standards.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/for-everyone.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/general-documents.html: * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/i18n-design.html: * packages/acs-core-docs/www/i18n-introduction.html: * packages/acs-core-docs/www/i18n-overview.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/i18n-translators.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-next-backups.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-openacs-delete-tablespace.html: * packages/acs-core-docs/www/install-openacs-inittab.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-origins.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-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/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-categories.html: * packages/acs-core-docs/www/tutorial-comments.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-future-topics.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-notifications.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/tutorial-specs.html: * packages/acs-core-docs/www/tutorial-vuh.html: * packages/acs-core-docs/www/tutorial.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/update-repository.html: * packages/acs-core-docs/www/update-translations.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-4.6.3-to-5.html: * packages/acs-core-docs/www/upgrade-5-0-dot.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/upgrade-supporting.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/uptime.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/openacs.xsl: changed comment link on bottom of pages to reflect new, permanent path /doc/current 2004-05-05 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Added a comment that after the upgrade, you may need to change the parameters of acs-kernel so that you can allow HREF and IMG tags. 2004-05-04 joela * packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.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.RO_RO.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.ch_zh.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.es_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.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.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.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_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.RO_RO.utf-8.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ch_zh.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_GB.ISO-8859-1.xml: * 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/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.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.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.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.tr_TR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.zh_TW.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.RO_RO.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ch_zh.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_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.es_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.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.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.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.tr_TR.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.FA_IR.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.RO_RO.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ch_zh.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_US.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.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.hu_HU.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.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_TW.utf-8.xml: * packages/acs-templating/catalog/acs-templating.RO_RO.utf-8.xml: * packages/acs-templating/catalog/acs-templating.ch_zh.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_US.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.es_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.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.pt_BR.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml: * packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml: * packages/notifications/catalog/notifications.nn_NO.ISO-8859-1.xml: added current translations * packages/acs-kernel/catalog/acs-kernel.nn_NO.ISO-8859-1.xml: branches: 1.1.2; file acs-kernel.nn_NO.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-lang/catalog/acs-lang.nn_NO.ISO-8859-1.xml: branches: 1.1.2; file acs-lang.nn_NO.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-subsite/catalog/acs-subsite.nn_NO.ISO-8859-1.xml: branches: 1.1.2; file acs-subsite.nn_NO.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-tcl/catalog/acs-tcl.nn_NO.ISO-8859-1.xml: branches: 1.1.2; file acs-tcl.nn_NO.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-templating/catalog/acs-templating.fi_FI.utf-8.xml: branches: 1.1.2; file acs-templating.fi_FI.utf-8.xml was initially added on branch oacs-5-1. * packages/acs-templating/catalog/acs-templating.nn_NO.ISO-8859-1.xml: branches: 1.1.2; file acs-templating.nn_NO.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/acs-templating/catalog/acs-templating.no_NO.ISO-8859-1.xml: branches: 1.1.2; file acs-templating.no_NO.ISO-8859-1.xml was initially added on branch oacs-5-1. * packages/notifications/catalog/notifications.nn_NO.ISO-8859-1.xml: branches: 1.1.2; file notifications.nn_NO.ISO-8859-1.xml was initially added on branch oacs-5-1. 2004-05-04 jeffd * packages/acs-subsite/www/user/portrait/upload-2-oracle.xql: * packages/acs-subsite/www/user/portrait/upload-2-postgresql.xql: set byte length for user portrait * packages/acs-subsite/www/user/portrait/upload-2-oracle.xql: * packages/acs-subsite/www/user/portrait/upload-2-postgresql.xql: set content_length field in cr_revisions for uploaded portrait 2004-05-04 gabrielb * packages/acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql: This fixes date arithmetic, 'insert into ... select' column order mismatch, and concatenation syntax error in acs-mail-lite. Bug 1719, patch 489. Gabriel Burca. 2004-05-04 andrewg * packages/acs-templating/tcl/parse-procs.tcl: Added a developer support hook to adp_parse to support 'ADP reveal mode' 2004-05-02 gabrielb * packages/acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql: branches: 1.4.2; This fixes date arithmetic, "insert into ... select" column order mismatch, and concatenation syntax error in acs-mail-lite. Bug 1719, patch 489. Gabriel Burca. 2004-05-02 daveb * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.0-5.1.1.sql: Fix content_folder.rename. * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.0-5.1.1.sql: branches: 1.1.2; file upgrade-5.1.0-5.1.1.sql was initially added on branch oacs-5-1. 2004-05-01 jeffd * packages/acs-content-repository/sql/postgresql/content-type.sql: content_type__drop_type doesn't work on OS X (7.2 was matching sp[uriously) bug 1738 patch 498 Jarkko Laine * packages/acs-content-repository/sql/postgresql/content-type.sql: second occurance of bug 1738 version match on OS X problem 2004-04-30 lars * packages/acs-lang/www/admin/edit-localized-message.tcl: export_vars -base instead of ?[export_vars] 2004-04-30 jader * packages/acs-subsite/www/members/member-invite.tcl: Fix typo: inivite to invite 2004-04-30 daveb * packages/acs-content-repository/sql/oracle/content-folder.sql: Fix content_folder.rename to actually change the label or description if that parameter is specified. 2004-04-29 peterm * etc/keepalive/keepalive.sh: removing absolute path to wget as it may vary from server to server 2004-04-29 lars * packages/acs-tcl/lib/progress-bar.adp: Fixed HTML/CSS for progress bar * packages/acs-tcl/tcl/defs-procs.tcl: Fixed documentation for progress bar * packages/acs-authentication/tcl/authentication-procs.tcl: Merged changes on oacs-5-0 branch from jcd-504-merge to lars-504-2-merge (changes made since 5.0.4 release) onto oacs-5-1 branch * packages/acs-admin/www/install/install-3.tcl: Minor adjustment of title and message of progress bar * packages/acs-templating/tcl/acs-templating-init.tcl: Use common_OK and friends instead of common_ok * packages/acs-templating/tcl/form-procs.tcl: i18n of cancel button 2004-04-29 joela * packages/acs-reference/acs-reference.info: fixed broken version number * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: updated package versions to 5.1.0 and set release date * 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/ch10s06.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/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/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/variables.ent: updated version to 5.1.0 final in docs 2004-04-29 jeffd * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.2.0d2-5.2.0d3.sql: * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d2-5.2.0d3.sql: cascade deletes for table cr_folder_type_map when folder or content_type are deleted * packages/acs-subsite/www/permissions/perm-include-oracle.xql: * packages/acs-subsite/www/permissions/perm-include-postgresql.xql: change the perm-include page to use acs_object_party_privilege_map rather than acs_permission.permission_p which should be substantially faster * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d2-5.2.0d3.sql: missed the pg upgrade script for cascade delete on root folder map table 2004-04-28 peterm * etc/keepalive/keepalive.sh: Making keepalive time out its request to the db test page after 6 seconds. Reducing number of tries to 6. Making it possible to run keepalive quite often by introducing the seconds_between_restarts parameter so that for example you can tell keepalive to never restart a server more often than every 10 minutes * etc/keepalive/keepalive-config.tcl: branches: 1.2.2; Making keepalive time out its request to the db test page after 6 seconds. Reducing number of tries to 6. Making it possible to run keepalive quite often by introducing the seconds_between_restarts parameter so that for example you can tell keepalive to never restart a server more often than every 10 minutes 2004-04-28 jeffd * www/blank-master.adp: * www/site-master.adp: add a type to the js included, put title at the very top before the meta generator tag, don't emit an empty ul in the footer 2004-04-27 nimam * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Changed the position of the link for the docbook tags 2004-04-27 joela * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/tutorial.html: typo fixes in tutorial 2004-04-27 jeffd * packages/acs-templating/tcl/query-procs.tcl: add template::multirow unset documentation * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: merge changes on 5.1 for common keys * packages/acs-tcl/tcl/utilities-procs.tcl: minor change to ReturnHeaders docs * packages/search/tcl/search-init.tcl: * packages/search/tcl/search-procs-oracle.xql: * packages/search/tcl/search-procs-postgresql.xql: * packages/search/tcl/search-procs.tcl: * packages/search/tcl/search-procs.xql: * packages/search/www/search.tcl: put functions in a namespace, make them private, fix small bug with handling 'seen' objid in search::indexer, get rid of useless db_transaction call, check that a driver exists before doing anything in the sched proc * packages/acs-core-docs/www/files/tutorial/myfirstpackage-create.sql~: * packages/acs-core-docs/www/files/tutorial/myfirstpackage-drop.sql~: remove backup files accidentally added to cvs * packages/acs-service-contract/sql/postgresql/acs-sc-packages-create.sql: return one of the names of the unimplemented op 2004-04-27 carlb * packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml: tested, corrected, and updated the tutorial-db doc 2004-04-26 peterm * packages/acs-admin/www/apm/build-repository.tcl: * packages/acs-admin/www/apm/version-edit-2.tcl: * packages/acs-admin/www/apm/version-edit.tcl: * packages/acs-admin/www/apm/version-view.tcl: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d3-5.2.0d4.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d3-5.2.0d4.sql: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-xml-procs.tcl: Adding new package version attributes maturity, license, and license_url. Introducing the concept of dynamic package version attributes so that these can be added easily in the future. The attributes are driven by a metadata spec returned by the proc apm::package_version::attributes::get_spec.The attributes are stored in the skinny table apm_package_version_attr and managed through the Tcl API in namespace apm::package_version::attributes. Changing the parse and generate info XML file procs to use the dynamic attributes. Adding the dynamic attributes to the manifest XML file as well. The attributes are editable in the APM admin UI. 2004-04-26 olah * www/site-master.tcl: Cached the 'curriculum_bar_p' call. It gets pretty slow if not cached and there are many classes, subsites, etc ... * packages/acs-content-repository/sql/postgresql/content-search.sql: Fixed a couple of search trigger functions which either didn't work so well or not at all. Static Pages can now be deleted or updated and will be un-indexed or re-indexed respectively. 2004-04-26 jeffd * www/robots.txt: branches: 1.1.4.1.2; merge fix of User-agent to 5.1 * www/robots.txt: robots.txt had UserAgent rather than User-agent for the key, added acs-lang, acs-admin, acs-service-contract, workflow, test, and notifications to the list of disallows. 2004-04-26 jader * etc/config.tcl: * etc/daemontools/run: Fix for bug 1766. Changes address to 0.0.0.0, and introduces a sleep in the daemontools/run file. 2004-04-26 carlb * packages/acs-core-docs/www/xml/developers-guide/tutorial.xml: tested and updated doc 2004-04-25 tracya * packages/acs-subsite/tcl/package-procs.tcl: reverting - we are not quite ready yet * packages/acs-subsite/tcl/package-procs.tcl: trickling isssues with adding package_id to acs_object table 2004-04-25 lars * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: Bugfix: Documentation for parameters weren't shown, if there was a newline right after the '@param foo', a space or tab character was required in that place * packages/acs-subsite/www/register/account-closed.tcl: Display the account-closed message in the title, instead of the off-putting 'Login Denied' * packages/acs-subsite/lib/subsites.tcl: Made subsite URLs fully qualified, so they work inside portals * packages/acs-admin/www/apm/index.tcl: Removed HTML to deliberately set cell background color to white for the reload links, which is where you need it the most, because it's the furthest away from the name of the package * packages/acs-templating/tcl/tag-init.tcl: When catching errors in include templates, we also caught ad_script_abort, so it didn't take effect. 2004-04-25 joela * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: Added upper and lower case versions of all basic keys. * packages/acs-core-docs/acs-core-docs.info: added license and maturity * 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-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/search/search.info: added maturity and license info 2004-04-25 janines * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.1-4.6.2.sql: Fixed bug 1597 - Oracle can't handle comments on the ends of the lines 2004-04-25 donb * packages/acs-content-repository/sql/postgresql/content-type.sql: Appled Jarrko's patch 498 for bug 1738: check for PG 7.2 failed on Mac OS X because the check string was just '%7.2%' and Mac OS X ships with darwin 7.2 * etc/install/functions.sh: Applied Vinod Kurup's patch 491 for bug 1724 - functions.sh failed if you weren't using daemontools because a newline inserted into the created file confused bash (which isn't used if you're using daemontools, therefore had not been caught by the script author). * packages/acs-messaging/sql/postgresql/upgrade/upgrade-4.6.2-4.6.3.sql: Applied patch 394 * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: Applied the first patch contained in patch #397 (the other problem had previously been fixed by someone else) 2004-04-25 daveb * etc/config.tcl: Add defaultlocktimeout parameter to tDAV config section. 2004-04-24 lars * packages/acs-lang/www/admin/batch-editor.adp: * packages/acs-lang/www/admin/edit-description.adp: * packages/acs-lang/www/admin/edit-localized-message.adp: * packages/acs-subsite/lib/login.adp: * packages/acs-subsite/sql/postgresql/attribute.sql: * packages/acs-subsite/www/admin/site-map/application-new.adp: * packages/acs-subsite/www/members/member-invite.adp: Changed standard-lars -> standard form template style 2004-04-23 joela * etc/install/install.sh: added tcllibpath fix to install.sh, but it should come from a parameter in install.tcl * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: formatting tweaks for long lines i18n-convert.html 2004-04-23 jeffd * packages/acs-tcl/tcl/00-database-procs.tcl: Pass dbn to db_with_handle fixes bug 1753 2004-04-23 daveb * packages/acs-content-repository/sql/oracle/content-item.sql: Fix content_item.rename to actually have an effect. 2004-04-22 daveb * packages/acs-content-repository/sql/oracle/content-folder.sql: Propagate cascade_p paramtere to child fodlers when deleting folder and its contents in content_folder.del for oracle. 2004-04-21 olah * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.3-4.6.4.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: Drop views with 'CASCADE' and recreate depending views. http://openacs.org/forums/message-view?message_id=177253 2004-04-21 joela * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: a few typo fixes * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-package-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/ch10s06.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/dev-guide.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/files/tutorial/myfirstpackage-procs.tcl: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/high-avail.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-advanced.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-future-topics.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-notifications.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/tutorial-vuh.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/developers-guide/i18n.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: added more i18n notes; working tclwebtest tutorial test * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: formatted Jeff and Peter's i18n tips 2004-04-20 peterm * packages/acs-automated-testing/tcl/tclwebtest-procs.tcl: * packages/acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl: adding tclwebtest API in acs-automated-testing package. Adding a simple example test case. * packages/acs-automated-testing/tcl/tclwebtest-procs.tcl: branches: 1.2.2; making login proc error if it fails to login user. Adding some aa_log statements to make it easier to see what's going on during a tclwebtest test case (in particular which URLs are being requested) 2004-04-20 jeffd * packages/acs-subsite/www/register/user-join.tcl: branches: 1.10.2; merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420 * packages/acs-core-docs/www/index.adp: branches: 1.23.10; merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420 * packages/acs-subsite/www/resources/site-master.css: branches: 1.25.2; merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420 * packages/acs-templating/tcl/element-procs.tcl: branches: 1.25.6; merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420 * packages/acs-admin/www/install/index.adp: branches: 1.5.6; merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420 * packages/acs-content-repository/tcl/revision-procs.xql: * packages/acs-tcl/tcl/membership-rel-procs.tcl: branches: 1.6.2; merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420 * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql: branches: 1.7.2; merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420 * packages/acs-admin/www/apm/version-i18n.tcl: branches: 1.9.6; merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420 * ChangeLog: * etc/analog.cfg: * etc/backup.sh: * etc/config.tcl: * packages/acs-admin/acs-admin.info: * packages/acs-admin/www/apm/version-edit-2.tcl: * packages/acs-admin/www/apm/version-edit-2.xql: * packages/acs-admin/www/install/index.tcl: * packages/acs-admin/www/install/install.adp: * packages/acs-admin/www/install/install.tcl: * packages/acs-admin/www/users/index.adp: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml: * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/common/mime-type-data.sql: * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/content-revision.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.0.0-5.1.0d1.sql: * packages/acs-content-repository/tcl/revision-procs-oracle.xql: * packages/acs-content-repository/tcl/revision-procs-postgresql.xql: * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: * packages/acs-lang/acs-lang.info: * packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml: * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/lang-util-procs.tcl: * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: * packages/acs-lang/www/admin/edit-localized-message.adp: * packages/acs-lang/www/admin/edit-localized-message.tcl: * packages/acs-lang/www/admin/message-list.tcl: * 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/acs-mail-lite-procs.xql: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-service-contract/tcl/acs-service-contract-init.tcl: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: * packages/acs-service-contract/tcl/implementation-procs.tcl: * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/lib/user-info.adp: * packages/acs-subsite/lib/user-new.tcl: * packages/acs-subsite/tcl/application-group-procs-oracle.xql: * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/tcl/group-type-procs.tcl: * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/www/admin/applications/application-add.tcl: * packages/acs-subsite/www/admin/rel-types/new.adp: * packages/acs-subsite/www/admin/relations/add-oracle.xql: * packages/acs-subsite/www/admin/relations/add-postgresql.xql: * packages/acs-subsite/www/admin/relations/add.tcl: * packages/acs-subsite/www/members/member-invite.adp: * packages/acs-subsite/www/members/member-invite.tcl: * packages/acs-subsite/www/members/user-batch-add-2.adp: * packages/acs-subsite/www/members/user-batch-add-2.tcl: * packages/acs-subsite/www/members/user-batch-add.adp: * packages/acs-subsite/www/members/user-batch-add.tcl: * packages/acs-subsite/www/members/user-new.tcl: * packages/acs-subsite/www/permissions/one.tcl: * packages/acs-subsite/www/user/basic-info-update.tcl: * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/acs-permissions-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: * packages/acs-tcl/tcl/text-html-procs.tcl: * packages/acs-tcl/tcl/utilities-init.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: * packages/acs-templating/acs-templating.info: * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: * packages/acs-templating/resources/lists/table.adp: * packages/acs-templating/tcl/date-init.tcl: * packages/acs-templating/tcl/date-procs.tcl: * packages/acs-templating/tcl/list-procs.tcl: * packages/acs-templating/tcl/parse-procs.tcl: * packages/acs-templating/tcl/query-procs.tcl: * packages/acs-templating/tcl/util-procs.tcl: * packages/acs-templating/www/doc/tagref/include.html: * packages/notifications/notifications.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420 2004-04-19 lars * packages/acs-content-repository/sql/common/mime-type-data.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.0.0-5.1.0d1.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql: Added MIME types for Open Office documents * etc/config.tcl: Fixed problem with UCS2 conversion error on long outgoing mails (e.g. daily summary notifications) as encountered in Heidelberg * packages/acs-templating/tcl/list-procs.tcl: Use string equal instead of 'ne' syntax, since the 'ne' syntax seems to break on some versions of Tcl 2004-04-19 joela * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: backported typo fixes from 5.1 2004-04-19 daveb * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-content-repository/tcl/revision-procs.xql: Allow images that are not subtypes of image to be uploaded, ie: for file-storage 2004-04-18 joela * packages/acs-core-docs/www/profile-code.html: branches: 1.1.2; file profile-code.html was initially added on branch oacs-5-1. * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-package-dev.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/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/ch10s06.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/dev-guide.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-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.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-ssl.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-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/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/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/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-advanced.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-future-topics.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-notifications.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/tutorial-vuh.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-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/variables.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * packages/acs-core-docs/www/xml/variables.ent: rebuild docs for 5.1 rc1 * ChangeLog: * readme.txt: updated for 5.1.0rc1 * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: updated package info files for 5.1.0rc1. Using b1 as key because rc isn't supported yet and b wasn't used yet. 2004-04-17 lars * packages/acs-templating/tcl/query-procs.tcl: - Added -unclobber switch to template::multirow - Added local emacs code to set indent level to 2 * packages/acs-tcl/tcl/00-database-procs.tcl: Added doc for -unclobber switch to db_mutlirow * packages/acs-subsite/www/resources/site-master.css: Changed from #developer-support-footer to .developer-support-footer * packages/acs-tcl/tcl/community-core-procs.tcl: Fixed bug #1425: person::update and party::update assume object is a user * packages/acs-tcl/tcl/text-html-procs.tcl: Fixed bug #1450: Don't dress img src URLs as links * packages/acs-admin/www/install/index.adp: * packages/acs-admin/www/install/index.tcl: * packages/acs-admin/www/install/install.adp: * packages/acs-admin/www/install/install.tcl: Implemented first step towards merging the six different install options - now there are just 4 * packages/acs-admin/www/install/install.tcl: Made the package name be a link to install the package, instead of having a separate link at the far right side 2004-04-17 jeffd * packages/acs-core-docs/www/files/groups.dia: * packages/acs-core-docs/www/files/openacs.txt: * packages/acs-core-docs/www/files/tutorial/myfirstpackage-procs.tcl: * packages/acs-core-docs/www/images/group-initial.png: * packages/acs-core-docs/www/images/group-model.png: * packages/acs-core-docs/www/images/i18n-1.png: * packages/acs-core-docs/www/images/i18n-2.png: * packages/acs-core-docs/www/images/i18n-3.png: * packages/acs-core-docs/www/images/production.dia: * packages/acs-core-docs/www/images/upgrade-cvs.png: * 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/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: merge docbook docs from HEAD to oacs-5-1 branch 2004-04-17 jader * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Added more troubleshooting info for Aolserver 4 and nsopenssl 2004-04-16 lars * packages/acs-templating/www/doc/tagref/include.html: Applied patch #446 to fix bug #1594 * packages/acs-templating/tcl/list-procs.tcl: Applied patch #476 to fix bug #1687: listbuilder paginator doesn't cache all pages * packages/acs-service-contract/tcl/implementation-procs.tcl: Clarified unfinished nature of proc through clear comment * packages/acs-templating/tcl/list-procs.tcl: Fix list-builder to allow using a variable for the list name instead of having to put a hard value there * packages/acs-subsite/tcl/application-group-procs-oracle.xql: Fixed bug #1526 * packages/acs-service-contract/tcl/acs-service-contract-init.tcl: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: Pass in impl_alias and impl_pl directly to acs_sc_proc, which avoids calling the expensive acs_sc_get_alias proc 2004-04-16 joela * packages/acs-core-docs/www/files/openacs.txt: branches: 1.1.2; stripped the balance stuff from the startup script and renamed it openacs.txt from init.d 2004-04-16 donb * packages/notifications/tcl/interval-procs.xql: Geraldo Morales noticed that this proc's query hardwired "instant" rather than using the "name" parameter as it obviously should ... 2004-04-15 nimam * packages/acs-lang/www/index.adp: test commit, just added an empty line 2004-04-15 jader * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Added troubleshooting information for those with older info in the config.tcl files. 2004-04-14 andrewg * packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql: Fixed a typo in one of the queries 2004-04-09 andrewg * packages/acs-content-repository/sql/oracle/content-extlink.sql: * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/content-symlink.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: various bug fixes for package_id, title addition to acs_objects 2004-04-08 jader * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: Replaced ad_permission_p with permission::permission_p 2004-04-08 daveb * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql: Fix typos in content_item__move, add missing content_folder__move function with name parameter, and cr_items_tree_update_tr along with upgrade script. 2004-04-07 jader * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: Added note that ad_permission_p is deprecated and that it should use permission::permission_p. Didn't actually change it -- sorry. * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Recommitting tutorial on tree_sortkey that was somehow removed in the transition to HEAD. * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Restoring my addition on profiling your code that was also somehow left out in the oacs-5-0 -> HEAD transition. 2004-04-07 daveb * packages/acs-content-repository/tcl/revision-procs.xql: Add content-length to get_revision_info query. 2004-04-06 andrewg * packages/acs-kernel/sql/oracle/apm-create.sql: Removing acs_objects_package_id_fk constraint, which was breaking the install. We can put it back in and have things work if we first rearrange the code in apm_package.new to perform the insert into apm_packages before the update on acs_objects. But for now we'll do as the PG version does, which is to not define the constraint at all. 2004-04-05 lars * packages/acs-templating/acs-templating.info: Documentation ofr RefreshCache parameter * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: branches: 1.19.2; - Added -form switch to ad_page_contract to let callers pass in a form ns_set specifically. This is useful when using ad_page_contract to validate includelets - Removed unused -type switch to ad_page_contract - This is a merge of the 1.18.4.1 change on dotkul branch 2004-04-05 joela * packages/acs-core-docs/www/xml/variables.ent: variables for HEAD/5.2 2004-04-05 daveb * packages/acs-content-repository/sql/oracle/content-revision.sql: Copy content_length when copying a content_revision, otherwise copied revisions end up with NULL content length. 2004-04-05 andrewg * packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql: Oracle was throwing errors on the send_notification_to_bouncing_email query. It isn't smart enough to map the insert columns by name, so we have to enumerate them explicitly. 2004-04-04 joela * etc/analog.cfg: added LOGFORMAT for bug 1359 2004-04-02 andrewg * packages/acs-tcl/tcl/defs-procs.tcl: Fixed a simple bug in deprecated proc ad_admin_footer. 2004-04-01 jeffd * packages/acs-tcl/tcl/apm-procs-oracle.xql: * packages/acs-tcl/tcl/apm-procs-postgresql.xql: * packages/acs-tcl/tcl/apm-procs.tcl: change apm_package_url_from_id to return the first url (after finding half a dozen essentially identical queries to do that in package specific routines I think its clear it makes more sense to do that * packages/acs-content-repository/tcl/revision-procs.tcl: workaround another aolserver bug, this time with fastpath enabled ns_returnfile size 0 files fails 2004-04-01 jader * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Added clarification that you'll need to edit nsd-postgres or nsd-oracle script with path to Aolserver if you're not using /usr/local/aolserver as the Aolserver directory. * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Added in more hints for installing nspostgres.so if things go wrong. 2004-04-01 daveb * packages/acs-kernel/acs-kernel.info: Add href to allowed attributes and remove *. Fix bug#1310 * packages/acs-content-repository/tcl/revision-procs.tcl: Add support for Content-Length header and HEAD method to cr_write_content for lob storage method. Include Jeff's trick to output a correct content-length for file storage items from ns_returnfile. * packages/acs-content-repository/tcl/revision-procs-oracle.xql: * packages/acs-content-repository/tcl/revision-procs-postgresql.xql: * packages/acs-content-repository/tcl/revision-procs.tcl: Fix content-length support to use proper header name and actually check in the queries that grab content length from cr_revisions. 2004-03-31 peterm * packages/acs-automated-testing/tcl/test/example-test-init.tcl: adding a simple example tclwebtest test case that creates a test user and logs him in over HTTP, requests a web page, and then teardowns the user. In order to do this I copied over some procs from etc/install/tcl to tclwebtest-procs.tcl. The procs in etc/install/tcl should go away as we have tclwebtest fully integrated in acs-automated-testing * packages/acs-automated-testing/tcl/tclwebtest-procs.tcl: * packages/acs-automated-testing/tcl/test/acs-automated-testing-procs.tcl: branches: 1.1.2; adding a simple example tclwebtest test case that creates a test user and logs him in over HTTP, requests a web page, and then teardowns the user. In order to do this I copied over some procs from etc/install/tcl to tclwebtest-procs.tcl. The procs in etc/install/tcl should go away as we have tclwebtest fully integrated in acs-automated-testing 2004-03-31 jeffd * packages/acs-subsite/www/register/user-join.tcl: -abort flag does not seem to exist * packages/acs-kernel/acs-kernel.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/www/index.tcl: * packages/acs-tcl/acs-tcl.info: Adds parameter IndexInternalRedirectUrl to acs-kernel, acs-subsite, bump version nubmers, modifies acs-subsite/www/index.tcl to use param, patch 413 bug 1363 Guan Yang * packages/search/www/search.adp: * packages/search/www/search.tcl: ad_script_abort if ftsdriver missing 2004-03-31 daveb * packages/acs-content-repository/tcl/revision-procs.tcl: Fix reference to outputheaders, it should have been all lowercase. 2004-03-30 joela * packages/acs-core-docs/www/files/groups.dia: * packages/acs-core-docs/www/images/group-initial.png: * packages/acs-core-docs/www/images/group-model.png: branches: 1.1.2; added diagrams of group model 2004-03-30 jeffd * etc/config.tcl: add LOCK and UNLOCK to the tDAV options * packages/acs-content-repository/tcl/revision-procs.tcl: send a content-length 0 header for empty files. 2004-03-29 joela * packages/acs-lang/acs-lang.info: retagged packages to 5.1.0b1 2004-03-29 jeffd * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: add package_id to content_folder__new define_function_args, upgrade script * packages/acs-subsite/www/group-master.adp: branches: 1.14.6; propigate displayed_object_id for group-master.adp to site-master.adp 2004-03-28 jeffd * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql: maltes change broke sending mail because he reversed the result of bouncing_user_p and bouncing_email_p (mostly because the query was misnamed can_send_p and should have been bouncing_p since that was the sense of the return 2004-03-27 jeffd * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: fix typo in content_folder__rename, bump to 5.2.0d2, upgrade script, postgres only * packages/acs-content-repository/acs-content-repository.info: require kernel 5.2.0d2 provide 5.2.0d1acs-content-repository.info 2004-03-27 daveb * packages/acs-content-repository/tcl/item-procs-postgresql.xql: set_live should be set_live_revision in item::publish * packages/acs-content-repository/tcl/item-procs-postgresql.xql: set_live should be set_live_revision. bug#1686 2004-03-26 peterm * packages/acs-subsite/www/permissions/one.tcl: The check on the permissions/one page to prevent the admin from revoking read permission for the public on the main site package was broken. Fixes bug 1680 * packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml: adding missing space in the localization-abmon message * packages/acs-lang/www/admin/message-list.tcl: making sure the message counts are correct. Not displaying deleted messages except when you chooose deleted in the filter 2004-03-26 joela * packages/acs-tcl/tcl/utilities-init.tcl: adding error log rolling scheduled proc * packages/acs-tcl/tcl/utilities-procs.tcl: applied patch 458 to add util::word_diff * etc/backup.sh: fixed typo in backup.sh - bug 1658 2004-03-26 jeffd * packages/acs-tcl/tcl/defs-procs.tcl: acs_community_member_url said to see itself which disturbed me 2004-03-26 gyang * packages/acs-subsite/www/admin/applications/application-add.tcl: Fixed Bug #1563 by applying Patch #443 * packages/acs-admin/www/install/install.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: Fixed Bug #1646 by applying Patch #1646 with modifications for a typo * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-subsite/lib/user-new.tcl: Partial fix of Bug #1424 by applying Patch #474 2004-03-26 bdolicki * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-templating/tcl/date-init.tcl: * packages/acs-templating/tcl/date-procs.tcl: Part of this commit is fixing #1176 (just a few acs-lang strings and properly splitting the file into *-proc.tcl and *-init.tcl part). Part of this fix (catalog file) was accidentally commited before by Joel The bigger part is changing load order of library files so that acs-lang-init.tcl gets loaded before all other *-init.tcl files. This is necessary because acs-lang is so fundamental and it is quite possible (as we have seen with the example of date-init.tcl) that there are *-init.tcl files that need translated strings. * packages/acs-templating/tcl/date-procs.tcl: Rolling back the checkin that was accidentally commited on HEAD. 1.29 is identical to 1.27. * packages/acs-templating/tcl/date-procs.tcl: This was accidentally commited on HEAD instead of on oacs-5-1 * packages/acs-templating/tcl/date-init.tcl: branches: 1.1.2; file date-init.tcl was initially added on branch oacs-5-1. 2004-03-25 peterm * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: Changing proc db_bind_var_substitution (used only for db_exec_plsql) so that it doesn't do bind var substitution for bind variables that are in quotes. fixing bug 1113 * packages/acs-admin/www/apm/version-edit-2.tcl: * packages/acs-admin/www/apm/version-edit-2.xql: Making sure you can keep the version of a package unchanged while editing it. Even if you keep the upgrade checkbox selected it will now not attempt an upgrade if you didn't change the version_name. fixing bug 1106 * etc/config.tcl: changing ServerSessionCache to default to true. Fixinb bug 1336 * packages/acs-tcl/tcl/defs-procs.tcl: changing the ad_return_complaint proc to use the ad-return-complain template. It was broken with the complain template as it didn't create a multirow * packages/acs-tcl/tcl/membership-rel-procs.tcl: deleted user is put in public group so that he has public privileges. fixing bug 1468 * packages/acs-tcl/tcl/00-database-procs.tcl: fixing some variable name misakes in my previous bind var/quoting fix * packages/acs-templating/resources/lists/table.adp: making sure elements.label is always noquoted for consistency. Fixing bug 1184 * etc/config.tcl: making utf-8 default in AOLserver config file * packages/acs-subsite/www/register/user-join.tcl: removing abort switch from call to ad_returnredirect (switch no longer supported) 2004-03-25 lars * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: Added message keys for sort order and formats * packages/acs-templating/tcl/list-procs.tcl: Internationalized list-builder formats and sort order labels 2004-03-25 joela * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: added notes on duplicate i18n keys * packages/acs-tcl/tcl/utilities-procs.tcl: added roll_server_log procedure * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: added test case for 1450 * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/lib/user-info.adp: * packages/acs-subsite/www/user/basic-info-update.tcl: added two keys for bug #962 * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: * packages/acs-templating/tcl/date-procs.tcl: * packages/acs-templating/tcl/element-procs.tcl: applied Guan's patch adding some new message keys and corresponding catalog entries to some date procs * packages/acs-core-docs/www/index.adp: changed formatting so that lists are not centered in IE * packages/acs-tcl/tcl/utilities-procs.tcl: * packages/acs-templating/tcl/util-procs.tcl: fixing bug 1318 2004-03-25 jlaine * packages/acs-subsite/www/admin/rel-types/new.adp: Fixed bug #1299: added noquote to supertypes.name * packages/acs-subsite/tcl/group-procs.tcl: Fixed bug #1392: Documented the behaviour of group::member_p 2004-03-25 jeffd * www/default-master.adp: branches: 1.25.6; propigate displayed_object_id from default-master to site-master * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.0d1-5.1.0d2.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.2.0d1-5.2.0d2.sql: bump the title, package_id tip 42 upgrade to 5.2.0d1-d2 * packages/acs-content-repository/tcl/filter-procs.tcl: change functions to include namespace, fix format * packages/acs-authentication/tcl/authority-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-templating/tcl/list-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: empty_string_p fixes for head * packages/acs-authentication/tcl/authority-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-templating/tcl/list-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: fix the very common error of calling empty_string_p with var instead of $var * packages/acs-subsite/www/shared/community-member.adp: propigate displayed_object_id tip 55 2004-03-25 gyang * packages/acs-subsite/tcl/group-type-procs.tcl: Fixed Bug #1187 by applying Patch #472 2004-03-25 donb * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: Fixed bug 1516 ... though there are other regexps that bear inspection, it's clear that some of them at least won't fail for legal Tcl source. So I just fixed this one regexp looking for spaces where spaces might not be in the source. * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: Moved my previous fix to 5.1 2004-03-25 daveb * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: Fix bug#1562. 2004-03-24 joela * 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/notifications/notifications.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: increased core version numbers to alpha 2 2004-03-24 jeffd * packages/acs-templating/tcl/parse-procs.tcl: namespace qualifier needed for ds_enabled_p 2004-03-24 donb * packages/acs-subsite/lib/subsites.tcl: * packages/acs-subsite/www/resources/site-master.css: Made the includable subsites template work (the link to register etc include the full subsite URL but the link to visit the subsite did not, which means it didn't work when included as a portlet. 2004-03-24 benb * packages/acs-templating/tcl/tag-init.tcl: Added comment and contract tag defenitions 2004-03-24 andrewg * packages/acs-authentication/tcl/authentication-procs.tcl: Added -nologin flag to disable automatic login of a new user. This is part of an initial foray into allowing certain kinds of 'low-barrier' registration, such as on a weblog comments system. 2004-03-23 peterm * packages/acs-subsite/www/admin/relations/add-oracle.xql: * packages/acs-subsite/www/admin/relations/add-postgresql.xql: * packages/acs-subsite/www/admin/relations/add.tcl: When adding a user to a group we were checking read permission on the users offered for selection. Since all OpenACS users have a null context_id only the site-wide-admin would have read privilege on them. To also allow subsite admins to add users to groups I removed the read privilege check on the users. See http://openacs.org/forums/message-view?message_id=171339 2004-03-23 joela * packages/acs-core-docs/www/files/tutorial/myfirstpackage-procs.tcl: * packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml: adding notes on tclwebtest autotests 2004-03-23 jeffd * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.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-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: repair the borkulated provides lines for core packages may fix bug 1669 2004-03-22 maltes * etc/config.tcl: Some parameters where still using the /web directory instead of . Found in http://openacs.org/forums/message-view?message_id=171712. 2004-03-22 lars * packages/acs-tcl/tcl/utilities-procs.tcl: Added proc to use with lsort to compare strings based on their length * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fixed site_node::get_url_from_object_id slowness bug, plus added a similar mechanism to find URL by package_key. 2004-03-22 joela * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-package-dev.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/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/ch10s06.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/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-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/images/production.dia: * packages/acs-core-docs/www/images/upgrade-cvs.png: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-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-ssl.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/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/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-notifications.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/tutorial-vuh.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-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/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/index.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: added notes and pictures for i18n guide * packages/acs-core-docs/www/images/i18n-1.png: * packages/acs-core-docs/www/images/i18n-2.png: * packages/acs-core-docs/www/images/i18n-3.png: branches: 1.1.2; added notes and pictures for i18n guide 2004-03-22 benb * packages/acs-templating/tcl/tag-init.tcl: Renamed loop index in list tag to prevent collisions, which enables us to now use nested lists 2004-03-22 bdolicki * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: Tidied up and simplified the examples. 2004-03-19 peterm * packages/acs-subsite/lib/user-info.adp: * packages/acs-subsite/lib/user-info.tcl: Applying the groups your member of patch by Branimir from head: cvs update -j1.4 -j1.5 packages/acs-subsite/lib/user-info.adp cvs update -j1.11 -j1.12 packages/acs-subsite/lib/user-info.tcl * packages/acs-subsite/www/members/user-batch-add-2.adp: branches: 1.1.2; file user-batch-add-2.adp was initially added on branch oacs-5-1. * packages/acs-subsite/www/members/user-batch-add-2.tcl: branches: 1.1.2; file user-batch-add-2.tcl was initially added on branch oacs-5-1. * packages/acs-subsite/www/members/user-batch-add.adp: branches: 1.1.2; file user-batch-add.adp was initially added on branch oacs-5-1. * packages/acs-subsite/www/members/user-batch-add.tcl: branches: 1.1.2; file user-batch-add.tcl was initially added on branch oacs-5-1. * packages/acs-admin/www/users/user-batch-add-2.adp: * packages/acs-admin/www/users/user-batch-add-2.tcl: * packages/acs-admin/www/users/user-batch-add.adp: bringing over changes by bdolicki from head * packages/acs-admin/www/users/index.adp: * packages/acs-admin/www/users/user-batch-add-2.adp: * packages/acs-admin/www/users/user-batch-add-2.tcl: * packages/acs-admin/www/users/user-batch-add.adp: * packages/acs-admin/www/users/user-batch-add.tcl: * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/www/members/member-invite.adp: * packages/acs-subsite/www/members/member-invite.tcl: * packages/acs-subsite/www/members/user-batch-add-2.adp: * packages/acs-subsite/www/members/user-batch-add-2.tcl: * packages/acs-subsite/www/members/user-batch-add.adp: * packages/acs-subsite/www/members/user-batch-add.tcl: * packages/acs-subsite/www/members/user-new.tcl: moving bulk user add pages from /acs-admin to subsite admin * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: setting context_id of registered users group to be the main site package so that admin privilege on that package entitles you to add users. See http://openacs.org/forums/message-view?message_id=171339 2004-03-19 jeffd * readme.txt: branches: 1.13.2; update version to HEAD + warning * packages/acs-templating/tcl/parse-procs.tcl: profile each .tcl and .adp page included, make ds_collection_enabled_p only check IP list once * packages/acs-templating/tcl/parse-procs.tcl: stupid mistake 2004-03-18 peterm * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: Proc lang::message::format (used by lang::message::lookup) - implementing ability to have embedded array variables in I18N messages on syntax %var_name.key_name%. Adding corresponding test case. * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/lang-util-procs.tcl: * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: * packages/acs-templating/tcl/parse-procs.tcl: adding support for variables embedded in I18N messages to have the noquote instruction (from the corresponding adp variable). TODO: make sure we do ad_quotehtml and lang::util::localize on the embedded variables. Adding the proc convert_percentage_signs_to_adp_variables that we don't currently need, but I'm leaving it in in case it would be useful later on. * packages/acs-admin/www/apm/version-i18n.tcl: cosmetic change of file filter * packages/acs-lang/www/admin/edit-localized-message.adp: * packages/acs-lang/www/admin/edit-localized-message.tcl: on the message edit page - adding info about who did the first translation and when * packages/acs-lang/tcl/lang-util-procs.tcl: * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: stripping off trailing space in the text of temporary tags on syntax <# key text #>. Checked new functionality with test case. 2004-03-18 joela * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: added notes on production upgrades * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: added work plan for production upgrade 2004-03-18 jeffd * packages/acs-tcl/tcl/request-processor-procs.tcl: add some docs to ad_script_abort * packages/acs-tcl/tcl/acs-permissions-procs.tcl: fix for bug 1433, PermissionCacheP used memoize on non list thing which would break with empty object_id etc * packages/acs-tcl/tcl/00-database-procs.tcl: use db_get_dbhost to get host for windows remote connections to work bug 1258 fix by John Sequeira * packages/acs-subsite/tcl/package-procs.tcl: warn on value provided for non-existent arg for package_exec_plsql 2004-03-17 maltes * packages/acs-authentication/tcl/authentication-procs.tcl: email_verified_p was not set in the user_info array. 2004-03-17 lars * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: Changes to support dotkul * www/blank-master.adp: Include developer-support stylesheet if required * packages/acs-subsite/www/resources/site-master.css: Merged over acs-developer-support stylesheet from HEAD * www/blank-master.adp: Merged over change from HEAD * packages/acs-subsite/www/resources/site-master.css: Moved acs-developer-support stylesheet to acs-developer-support package 2004-03-17 jeffd * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: minor typo prevented setting title even if provided in acs_object__new * packages/acs-kernel/sql/postgresql/postgresql.sql: trim function name and args in define_function_args to avoid difficult to track down problems when calling package_plsql_exec et al 2004-03-17 donb * packages/acs-subsite/tcl/package-procs-oracle.xql: * packages/acs-subsite/tcl/package-procs-postgresql.xql: * packages/acs-subsite/tcl/subsite-procs.tcl: Fixed get_pageflow_structure to correctly label the index_redirect_url as "Home". 2004-03-17 daveb * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: Patch#448 from Benjamin Bytheway. Fixed bug#1562. Change order of arguments in string match command. 2004-03-16 rocaelh * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-item.sql: fixing bug 1598 2004-03-16 joela * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.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-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: changed package version numbers to 5.1.0a1 2004-03-15 joela * packages/acs-kernel/acs-kernel.info: incremented version number to 5.2.0d1 2004-03-15 bdolicki * packages/acs-admin/www/users/user-batch-add-2.adp: * packages/acs-admin/www/users/user-batch-add-2.tcl: * packages/acs-admin/www/users/user-batch-add.adp: Fixed variable parsing, changed syntax to <first_names>, <last_name>, added a missing noquote. * packages/acs-subsite/lib/user-info.adp: * packages/acs-subsite/lib/user-info.tcl: Showing the user in which groups he is a member. This feature is not very useful considering that we are just showing a passive list of names. 2004-03-14 gyang * packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml: * packages/acs-authentication/tcl/local-procs.tcl: Fixed Bug #1506 in oacs-5-1 by adding the message * packages/acs-subsite/www/admin/applications/application-add.tcl: Fixed Bug #1563 by changing help_text in the application-add form * packages/acs-subsite/www/admin/applications/application-add.tcl: Oops. Wanted to fix Bug #1563 but realized after looking in bugtracker that I'm not supposed to commit these things myself in other peoples' packages. * packages/acs-authentication/catalog/acs-authentication.en_US.ISO-8859-1.xml: branches: 1.1.2; file acs-authentication.en_US.ISO-8859-1.xml was initially added on branch oacs-5-1. 2004-03-13 maltes * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: * packages/acs-tcl/tcl/community-core-procs.xql: Exchanged cc_users for the faster acs_users_all query. * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: * packages/acs-tcl/tcl/community-core-procs.xql: Reverted per request. 2004-03-12 peterm * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: branches: 1.15.2; adding the procs flag to the localize test case 2004-03-12 lars * packages/acs-templating/tcl/form-procs.tcl: branches: 1.30.2; ad_form forms can be not completed, particularly if the target is not the same page that has the form. Reverting change to throw error. People are on their own now. 2004-03-12 joela * etc/backup.sh: branches: 1.8.2; fixed a few more bash bugs * etc/backup.sh: reduced list of default DIRECTIORIES 2004-03-12 jeffd * packages/acs-authentication/tcl/authority-procs.tcl: * packages/acs-authentication/tcl/authority-procs.xql: * packages/acs-content-repository/sql/oracle/content-extlink.sql: * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/content-revision.sql: * packages/acs-content-repository/sql/oracle/content-symlink.sql: * packages/acs-content-repository/sql/oracle/content-template.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.0d2-5.1.0d3.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-revision.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/upgrade/upgrade-5.1.0d2-5.1.0d3.sql: * packages/acs-content-repository/tcl/extlink-procs-oracle.xql: * packages/acs-content-repository/tcl/extlink-procs-postgresql.xql: * packages/acs-content-repository/tcl/extlink-procs.tcl: * packages/acs-content-repository/tcl/keyword-procs-oracle.xql: * packages/acs-content-repository/tcl/keyword-procs-postgresql.xql: * packages/acs-content-repository/tcl/keyword-procs.tcl: * packages/acs-content-repository/tcl/revision-procs-oracle.xql: * packages/acs-content-repository/tcl/revision-procs-postgresql.xql: * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-content-repository/tcl/symlink-procs-oracle.xql: * packages/acs-content-repository/tcl/symlink-procs-postgresql.xql: * packages/acs-content-repository/tcl/symlink-procs.tcl: * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/oracle/acs-relationships-create.sql: * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/oracle/authentication-package-create.sql: * packages/acs-kernel/sql/oracle/community-core-create.sql: * packages/acs-kernel/sql/oracle/groups-body-create.sql: * packages/acs-kernel/sql/oracle/journal-create.sql: * packages/acs-kernel/sql/oracle/rel-constraints-body-create.sql: * packages/acs-kernel/sql/oracle/rel-segments-body-create.sql: * packages/acs-kernel/sql/oracle/site-nodes-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql: * packages/acs-kernel/sql/postgresql/acs-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/apm-create.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/journal-create.sql: * packages/acs-kernel/sql/postgresql/rel-constraints-body-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-body-create.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.0d1-5.1.0d2.sql: * packages/acs-messaging/sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-drop.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: * packages/acs-messaging/sql/postgresql/upgrade/upgrade-5.1.0d1-5.1.0d2.sql: * packages/acs-reference/sql/oracle/acs-reference-create.sql: * packages/acs-reference/sql/oracle/upgrade/upgrade-5.0.2-5.0.2d1.sql: * packages/acs-service-contract/sql/oracle/acs-sc-msg-types-create.sql: * packages/acs-service-contract/sql/oracle/acs-sc-packages-create.sql: * packages/acs-service-contract/sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.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-5.1.0d1-5.1.0d2.sql: * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/www/admin/rel-segments/edit.tcl: * packages/acs-subsite/www/user/portrait/upload-2.tcl: * packages/acs-subsite/www/user/portrait/upload-2.xql: * packages/acs-tcl/tcl/acs-kernel-procs.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/apm-procs.xql: * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/community-core-procs.xql: * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.xql: Remerge Timo's changes for tip 42,43, cf tip 53 * 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.10.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-content-repository/sql/oracle/content-image.sql: branches: 1.10.4; Remerge Timo's changes for tip 42,43, cf tip 53 * 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.no_NO.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml: branches: 1.11.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-reference/sql/postgresql/acs-reference-create.sql: branches: 1.11.4; Remerge Timo's changes for tip 42,43, cf tip 53 * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.nl_NL.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-subsite/www/permissions/grant.tcl: * packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml: * readme.txt: branches: 1.12.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: * packages/acs-lang/catalog/acs-lang.da_DK.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: * packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: * packages/search/search.info: branches: 1.13.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml: * packages/acs-messaging/acs-messaging.info: branches: 1.14.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml: * packages/acs-reference/acs-reference.info: * packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml: * packages/ref-timezones/ref-timezones.info: branches: 1.15.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml: branches: 1.16.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: branches: 1.17.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml: branches: 1.18.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: branches: 1.20.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: branches: 1.21.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/www/index.adp: branches: 1.22.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-subsite/www/resources/site-master.css: branches: 1.22.2; 1.22.4; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml: branches: 1.24.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-admin/acs-admin.info: branches: 1.26.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-templating/acs-templating.info: branches: 1.27.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-lang/tcl/lang-util-procs.tcl: * packages/acs-tcl/tcl/security-procs.tcl: branches: 1.32.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-content-repository/acs-content-repository.info: branches: 1.33.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-tcl/acs-tcl.info: branches: 1.34.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-lang/acs-lang.info: branches: 1.35.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-kernel/catalog/acs-kernel.RO_RO.utf-8.xml: * packages/acs-lang/catalog/acs-lang.AR_EG.utf-8.xml: * packages/acs-lang/catalog/acs-lang.RO_RO.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ch_zh.utf-8.xml: * 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.AR_EG.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.RO_RO.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.AR_EG.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.AR_LB.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.FA_IR.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.RO_RO.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ch_zh.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.RO_RO.utf-8.xml: * packages/acs-templating/catalog/acs-templating.ch_zh.utf-8.xml: * packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml: * packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml: * packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml: branches: 1.4.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-kernel/catalog/acs-kernel.AR_EG.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ch_zh.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.pl_PL.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.AR_LB.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-lang/catalog/acs-lang.ms_my.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.AR_LB.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ch_zh.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-tcl/catalog/acs-tcl.ms_my.utf-8.xml: * packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml: branches: 1.5.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-content-repository/sql/oracle/content-keyword.sql: branches: 1.5.4; Remerge Timo's changes for tip 42,43, cf tip 53 * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: branches: 1.51.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-kernel/acs-kernel.info: branches: 1.57.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-kernel/catalog/acs-kernel.AR_LB.utf-8.xml: * 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.ms_my.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.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: branches: 1.6.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-subsite/acs-subsite.info: branches: 1.64.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml: * 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.7.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-messaging/sql/oracle/acs-messaging-packages.sql: branches: 1.7.4; Remerge Timo's changes for tip 42,43, cf tip 53 * packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml: * 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-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pt_BR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: branches: 1.8.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.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.9.2; merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-authentication/tcl/sync-procs.tcl: * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: * www/SYSTEM/security-debug.tcl: merge the changes between 5.0.3 and 5.0.4 to head * packages/acs-admin/www/apm/packages-install-3.tcl: * 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-revision.sql: * packages/acs-content-repository/sql/postgresql/content-template.sql: * packages/acs-content-repository/sql/postgresql/content-type.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: various bug fixes for package_id, title addition to acs_objects 2004-03-12 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: The section "Upgrading a custom or CVS site" incorrectly said that it was not to be used if you have custom code or your code is in CVS. 2004-03-11 joela * packages/acs-core-docs/www/xml/install-guide/configuring.xml: added permissions granting section * packages/acs-core-docs/www/images/grant-perm-463.png: * packages/acs-core-docs/www/images/grant-perm-50.png: added permissions screenshots * packages/acs-core-docs/www/how-do-I.html: added permissions sections * packages/acs-core-docs/www/xml/releasing-openacs.xml: branches: 1.16.2; added notes and suggestions from .LRN 2.0.2 release * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/releasing-package.html: branches: 1.2.2; added notes and suggestions from .LRN 2.0.2 release process * packages/acs-core-docs/www/update-translations.html: branches: 1.4.2; added notes and suggestions from .LRN 2.0.2 release process * packages/acs-core-docs/www/xml/install-guide/configuring.xml: branches: 1.4.2; added permissions sections * packages/acs-core-docs/www/how-do-I.html: branches: 1.9.2; added permissions sections 2004-03-10 lars * packages/acs-tcl/tcl/form-processing-procs.tcl: Added doc to ad_form about its two modes: declare and execute * packages/acs-templating/tcl/form-procs.tcl: If ad_form forms aren't finished, throw an error 2004-03-10 joela * 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.RO_RO.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.ch_zh.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.es_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.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.no_NO.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: * packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.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_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.RO_RO.utf-8.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ch_zh.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_GB.ISO-8859-1.xml: * 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/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.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.no_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.pt_PT.ISO-8859-1.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.tr_TR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.zh_TW.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.RO_RO.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ch_zh.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_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.es_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.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.no_NO.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/catalog/acs-subsite.pt_PT.ISO-8859-1.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.tr_TR.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.FA_IR.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.RO_RO.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ch_zh.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_US.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.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.hu_HU.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.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.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_TW.utf-8.xml: * packages/acs-templating/catalog/acs-templating.RO_RO.utf-8.xml: * packages/acs-templating/catalog/acs-templating.ch_zh.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_US.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml: * packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml: * packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml: added new keys * packages/notifications/catalog/notifications.sv_SE.ISO-8859-1.xml: branches: 1.10.2; added new keys * packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml: branches: 1.11.2; added new keys * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: changed release dates * 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.ch_zh.utf-8.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_US.ISO-8859-1.xml: * packages/notifications/catalog/notifications.es_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.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: merging new keys from head to 5.0 2004-03-10 jeffd * packages/acs-tcl/tcl/request-processor-procs.tcl: branches: 1.63.2; define util_memoize and ad_acs_kernel_id with proc rather than ad_proc to avoid the multiple def warning bug 1466 * packages/acs-tcl/tcl/acs-kernel-procs.tcl: define util_memoize and ad_acs_kernel_id with proc rather than ad_proc to avoid the multiple def warning bug 1466 2004-03-10 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: branches: 1.15.2; Clarified that if you change the port, you need to set an environmental variable PGPORT in postgres73 and each user. Otherwise, you'll get mysterious, weird errors, and waste lots of time and cuss a lot. 2004-03-09 peterm * packages/acs-lang/tcl/lang-util-procs.tcl: * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: lang::util::localize wasn't working properly for multiple embedded message keys. I reworked the algorithm and added a test case for the proc. Thanks to Peter Alberer for reporting. 2004-03-09 joela * 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.RO_RO.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.ch_zh.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.es_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.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.no_NO.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: * packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.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_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.RO_RO.utf-8.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ch_zh.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_GB.ISO-8859-1.xml: * 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/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.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.no_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.pt_PT.ISO-8859-1.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.tr_TR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.zh_TW.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.RO_RO.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ch_zh.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_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.es_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.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.no_NO.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/catalog/acs-subsite.pt_PT.ISO-8859-1.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.tr_TR.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.FA_IR.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.RO_RO.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ch_zh.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_US.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.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.hu_HU.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.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.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_TW.utf-8.xml: * packages/acs-templating/catalog/acs-templating.RO_RO.utf-8.xml: * packages/acs-templating/catalog/acs-templating.ch_zh.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_US.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml: * packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml: * packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml: * packages/notifications/catalog/notifications.ch_zh.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.sv_SE.ISO-8859-1.xml: added new keys * packages/acs-templating/catalog/acs-templating.ms_my.utf-8.xml: * packages/acs-templating/catalog/acs-templating.sv_SE.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.zh_TW.utf-8.xml: branches: 1.1.2; added new catalogs * packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml: branches: 1.10.2; added new keys * packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml: branches: 1.11.2; added new keys * packages/notifications/catalog/notifications.da_DK.ISO-8859-1.xml: branches: 1.12.2; added new keys * packages/notifications/catalog/notifications.AR_EG.utf-8.xml: * packages/notifications/catalog/notifications.AR_LB.utf-8.xml: * packages/notifications/catalog/notifications.hu_HU.utf-8.xml: * packages/notifications/catalog/notifications.ko_KR.utf-8.xml: * packages/notifications/catalog/notifications.pl_PL.utf-8.xml: * packages/notifications/catalog/notifications.ru_RU.utf-8.xml: branches: 1.2.2; added new keys * packages/notifications/catalog/notifications.fr_FR.ISO-8859-1.xml: branches: 1.3.2; added new keys * packages/notifications/catalog/notifications.ast_ES.ISO-8859-1.xml: branches: 1.4.2; added new keys * packages/notifications/catalog/notifications.fi_FI.utf-8.xml: * packages/notifications/catalog/notifications.pt_PT.ISO-8859-1.xml: branches: 1.5.2; added new keys * packages/notifications/catalog/notifications.gl_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.no_NO.ISO-8859-1.xml: branches: 1.7.2; added new keys * packages/notifications/catalog/notifications.pt_BR.ISO-8859-1.xml: branches: 1.8.2; added new keys * packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.it_IT.ISO-8859-1.xml: branches: 1.9.2; added new keys 2004-03-08 maltes * packages/notifications/sql/postgresql/notifications-drop.sql: * packages/notifications/sql/postgresql/notifications-replies-drop.sql: Notification Replies where not dropped. 2004-03-08 leed * packages/acs-tcl/tcl/community-core-procs.tcl: branches: 1.44.2; Fixed bug #1612 2004-03-08 lars * packages/acs-tcl/tcl/security-procs.tcl: Typo: acs_acs_kernel_id 2004-03-08 joela * packages/acs-core-docs/www/index.adp: branches: 1.22.2; fixed a spacing typo * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: updated core version numbers * readme.txt: updated release 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/credits.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/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/how-do-I.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-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/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.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/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-advanced.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/unix-installation.html: * packages/acs-core-docs/www/upgrade-openacs.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/developers-guide/templates.xml: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/variables.ent: upped version to 5.0.4 2004-03-07 donb * packages/acs-tcl/lib/ad-return-complaint.adp: branches: 1.1.6; Lars changed ad_page_contract to call the "complain" template rather than spit out HTML directly. However he used a multirow, and while this is nice, it ain't what "complain" took. I moved "complain" to "ad-return-complaint" (to match the name of the Tcl proc that calls it) ... and created a new "complain" that does the multirow thing. "ad_return_complaint" is begging for retirement as it assumes you have an "<li>" in each error list element if there's more than one of them and also forces you to pass the number of error messages. That's why I created a new template rather than rewrite ad_return_complaint to stuff the error list into a multirow (my "complain" template, used by "ad_page_contract", does the <li> tags itself - something a site designer can change, the whole point of templating this). * packages/acs-tcl/lib/complain.adp: branches: 1.3.6; Lars changed ad_page_contract to call the "complain" template rather than spit out HTML directly. However he used a multirow, and while this is nice, it ain't what "complain" took. I moved "complain" to "ad-return-complaint" (to match the name of the Tcl proc that calls it) ... and created a new "complain" that does the multirow thing. "ad_return_complaint" is begging for retirement as it assumes you have an "<li>" in each error list element if there's more than one of them and also forces you to pass the number of error messages. That's why I created a new template rather than rewrite ad_return_complaint to stuff the error list into a multirow (my "complain" template, used by "ad_page_contract", does the <li> tags itself - something a site designer can change, the whole point of templating this). 2004-03-06 lars * packages/acs-subsite/www/group-master.adp: Fixed bug: Pass up context 2004-03-06 donb * packages/acs-subsite/www/admin/site-map/instance-delete.tcl: Fixed a small problem which led to a "URL not found" error if you deleted a subsite from within its own sitemap. 2004-03-05 peterm * packages/acs-tcl/tcl/security-procs.tcl: changing the proc security::RestrictLoginToSSLP to only return 1 if https is available on the server. 2004-03-05 marka * packages/acs-subsite/www/resources/site-master.css: added clear: left; to the style for breadcrumb. The requirement is only apparent in mozilla - since the font sizing etc there makes the sitename text sit a little lower, the lhs of the breadcrumb would alignt with the rhs of the sitename. note that the design requires it in all css implementations to be correct, and it will do no harm... 2004-03-05 andrewg * packages/acs-service-contract/tcl/acs-service-contract-procs-oracle.xql: Fixing this query. 2004-03-04 lars * packages/acs-templating/www/resources/htmlarea/dialog.js: * packages/acs-templating/www/resources/htmlarea/example-fully-loaded.html: * packages/acs-templating/www/resources/htmlarea/example-spell-checker.html: * packages/acs-templating/www/resources/htmlarea/example-table-operations.html: * packages/acs-templating/www/resources/htmlarea/example.html: * packages/acs-templating/www/resources/htmlarea/htmlarea.css: * packages/acs-templating/www/resources/htmlarea/htmlarea.js: * packages/acs-templating/www/resources/htmlarea/images/ed_about.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_align_center.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_align_justify.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_align_left.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_align_right.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_blank.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_charmap.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_color_bg.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_color_fg.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_copy.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_custom.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_cut.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_delete.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_format_bold.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_format_italic.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_format_strike.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_format_sub.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_format_sup.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_format_underline.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_help.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_hr.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_html.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_image.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_indent_less.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_indent_more.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_link.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_list_bullet.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_list_num.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_paste.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_redo.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_show_border.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_splitcel.gif: * packages/acs-templating/www/resources/htmlarea/images/ed_undo.gif: * packages/acs-templating/www/resources/htmlarea/images/fullscreen_maximize.gif: * packages/acs-templating/www/resources/htmlarea/images/fullscreen_minimize.gif: * packages/acs-templating/www/resources/htmlarea/images/insert_table.gif: * packages/acs-templating/www/resources/htmlarea/index.html: * packages/acs-templating/www/resources/htmlarea/lang/b5.js: * packages/acs-templating/www/resources/htmlarea/lang/da.js: * packages/acs-templating/www/resources/htmlarea/lang/de.js: * packages/acs-templating/www/resources/htmlarea/lang/en.js: * packages/acs-templating/www/resources/htmlarea/lang/es.js: * packages/acs-templating/www/resources/htmlarea/lang/fi.js: * packages/acs-templating/www/resources/htmlarea/lang/fr.js: * packages/acs-templating/www/resources/htmlarea/lang/gb.js: * packages/acs-templating/www/resources/htmlarea/lang/it.js: * packages/acs-templating/www/resources/htmlarea/lang/ja-euc.js: * packages/acs-templating/www/resources/htmlarea/lang/ja-jis.js: * packages/acs-templating/www/resources/htmlarea/lang/ja-sjis.js: * packages/acs-templating/www/resources/htmlarea/lang/ja-utf8.js: * packages/acs-templating/www/resources/htmlarea/lang/nb.js: * packages/acs-templating/www/resources/htmlarea/lang/nl.js: * packages/acs-templating/www/resources/htmlarea/lang/pl.js: * packages/acs-templating/www/resources/htmlarea/lang/pt_br.js: * packages/acs-templating/www/resources/htmlarea/lang/ro.js: * packages/acs-templating/www/resources/htmlarea/lang/ru.js: * packages/acs-templating/www/resources/htmlarea/lang/se.js: * packages/acs-templating/www/resources/htmlarea/lang/vn.js: * packages/acs-templating/www/resources/htmlarea/license.txt: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/img/spell-check.gif: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/en.js: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/lang/ro.js: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/readme-tech.html: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-check-logic.cgi: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-check-style.css: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-check-ui.html: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-check-ui.js: * packages/acs-templating/www/resources/htmlarea/plugins/SpellChecker/spell-checker.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/img/cell-delete.gif: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/img/cell-insert-after.gif: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/img/cell-insert-before.gif: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/img/cell-merge.gif: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/img/cell-prop.gif: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/img/cell-split.gif: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/img/col-delete.gif: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/img/col-insert-after.gif: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/img/col-insert-before.gif: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/img/col-split.gif: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/img/row-delete.gif: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/img/row-insert-above.gif: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/img/row-insert-under.gif: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/img/row-prop.gif: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/img/row-split.gif: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/img/table-prop.gif: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/en.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/fi.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/lang/ro.js: * packages/acs-templating/www/resources/htmlarea/plugins/TableOperations/table-operations.js: * packages/acs-templating/www/resources/htmlarea/popupdiv.js: * packages/acs-templating/www/resources/htmlarea/popups/about.html: * packages/acs-templating/www/resources/htmlarea/popups/blank.html: * packages/acs-templating/www/resources/htmlarea/popups/custom2.html: * packages/acs-templating/www/resources/htmlarea/popups/editor_help.html: * packages/acs-templating/www/resources/htmlarea/popups/fullscreen.html: * packages/acs-templating/www/resources/htmlarea/popups/insert_image.html: * packages/acs-templating/www/resources/htmlarea/popups/insert_table.html: * packages/acs-templating/www/resources/htmlarea/popups/old-fullscreen.html: * packages/acs-templating/www/resources/htmlarea/popups/old_insert_image.html: * packages/acs-templating/www/resources/htmlarea/popups/popup.js: * packages/acs-templating/www/resources/htmlarea/popups/select_color.html: * packages/acs-templating/www/resources/htmlarea/popupwin.js: * packages/acs-templating/www/resources/htmlarea/reference.html: * packages/acs-templating/www/resources/htmlarea/release-notes.html: * packages/acs-templating/www/resources/htmlarea/test.cgi: Added htmlArea 3.0 beta to OpenACS * packages/acs-admin/lib/developer-services.adp: * packages/acs-admin/lib/developer-services.tcl: Added link to developer-support, if installed * packages/acs-templating/acs-templating.info: * packages/acs-templating/tcl/richtext-procs.tcl: Added support for htmlArea to richtext widget. Controlled by the UseHtmlAreaForRichtextP parameter, which currently defaults to 'false', because the user doesn't have a way to turn it off yet, and it doesn't work in all browsers. * www/blank-master.tcl: Removed references to bgcolor, textcolor, background * www/blank-master.adp: branches: 1.11.2; 1.11.4; Added support for htmlArea to blank-master * www/blank-master.tcl: branches: 1.12.2; Added support for htmlArea to blank-master * www/site-master.adp: branches: 1.17.2; Changed ordering of site-mater CSS and header_stuff, to allow pages to override things in site-master.css * packages/acs-subsite/www/resources/core.js: branches: 1.5.2; Configure HTMLarea to have the right root directory 2004-03-04 joela * packages/acs-core-docs/www/update-translations.html: * packages/acs-core-docs/www/xml/releasing-openacs.xml: added short doc on how to release openacs packages * packages/acs-core-docs/www/releasing-openacs-core.html: * packages/acs-core-docs/www/releasing-package.html: added short doc on how to release openacs packages; added missing html files for this and for upgrade * packages/acs-core-docs/www/upgrade-4.6.3-to-5.html: * packages/acs-core-docs/www/upgrade-5-0-dot.html: branches: 1.1.2; added short doc on how to release openacs packages; added missing html files for this and for upgrade * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/variables.html: branches: 1.10.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/complete-install.html: branches: 1.11.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/upgrade.html: branches: 1.15.2; added short doc on how to release openacs packages * 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/releasing-openacs.html: * packages/acs-core-docs/www/unix-installation.html: branches: 1.16.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/acs-plat-dev.html: branches: 1.18.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/individual-programs.html: branches: 1.19.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/install-next-add-server.html: branches: 1.2.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/install-full-text-search.html: branches: 1.20.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/install-cvs.html: branches: 1.21.2; added short doc on how to release openacs packages * 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.22.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-pages.html: branches: 1.23.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/tutorial-newpackage.html: branches: 1.24.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: branches: 1.25.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/acs-admin.html: branches: 1.27.2; added short doc on how to release openacs packages * 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: * packages/acs-core-docs/www/postgres.html: branches: 1.30.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/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.31.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/tcl-doc.html: branches: 1.32.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/index.html: branches: 1.33.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/release-notes.html: branches: 1.35.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/i18n-convert.html: * packages/acs-core-docs/www/i18n-introduction.html: branches: 1.4.2; added short doc on how to release openacs packages * packages/acs-admin/www/install/index.adp: branches: 1.4.2; added some band-aid layout to make install from repository/local less confusing. * packages/acs-core-docs/www/ch10s06.html: * packages/acs-core-docs/www/high-avail.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/maintenance-deploy.html: * packages/acs-core-docs/www/update-repository.html: branches: 1.5.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/upgrade-supporting.html: branches: 1.6.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-overview.html: branches: 1.8.2; added short doc on how to release openacs packages * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: branches: 1.8.2; added short doc on how to release openacs packages; added missing html files for this and for upgrade * packages/acs-core-docs/www/index.adp: corrected links in core doc TOC on index.adp * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: fixed bug re: perl munging of postgresql dump file 2004-03-04 jeffd * packages/acs-content-repository/sql/oracle/content-revision.sql: branches: 1.10.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-kernel/sql/oracle/groups-body-create.sql: branches: 1.12.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-content-repository/sql/postgresql/content-template.sql: * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-tcl/tcl/community-core-procs.xql: branches: 1.14.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-content-repository/sql/postgresql/content-extlink.sql: branches: 1.15.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-kernel/sql/oracle/acs-objects-create.sql: branches: 1.16.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/postgresql/content-symlink.sql: branches: 1.17.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-tcl/tcl/apm-procs.xql: branches: 1.19.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-content-repository/sql/oracle/content-item.sql: branches: 1.20.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-subsite/tcl/group-procs.tcl: branches: 1.21.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-authentication/tcl/authority-procs.tcl: branches: 1.22.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-kernel/sql/oracle/apm-create.sql: branches: 1.26.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: branches: 1.27.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-content-repository/tcl/symlink-procs-postgresql.xql: branches: 1.3.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-content-repository/sql/postgresql/content-folder.sql: branches: 1.33.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-content-repository/sql/postgresql/content-revision.sql: branches: 1.35.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-subsite/www/user/portrait/upload-2.xql: branches: 1.4.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-content-repository/sql/postgresql/content-item.sql: branches: 1.50.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-kernel/sql/postgresql/apm-create.sql: branches: 1.51.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-tcl/tcl/site-nodes-procs.tcl: branches: 1.54.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-tcl/tcl/apm-procs.tcl: branches: 1.66.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-subsite/www/user/portrait/upload-2.tcl: branches: 1.7.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/tcl/revision-procs-oracle.xql: * packages/acs-content-repository/tcl/revision-procs-postgresql.xql: branches: 1.8.2; rollback of Timo's name, package_id commit; see TIP 53 * packages/acs-authentication/tcl/authority-procs.xql: * packages/acs-content-repository/sql/oracle/content-extlink.sql: * packages/acs-content-repository/sql/oracle/content-image.sql: * packages/acs-content-repository/sql/oracle/content-keyword.sql: * packages/acs-content-repository/sql/oracle/content-symlink.sql: * packages/acs-content-repository/sql/oracle/content-template.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.0d2-5.1.0d3.sql: * packages/acs-content-repository/sql/postgresql/content-image.sql: * packages/acs-content-repository/sql/postgresql/content-keyword.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.1.0d2-5.1.0d3.sql: * packages/acs-content-repository/tcl/extlink-procs-oracle.xql: * packages/acs-content-repository/tcl/extlink-procs-postgresql.xql: * packages/acs-content-repository/tcl/extlink-procs.tcl: * packages/acs-content-repository/tcl/keyword-procs-oracle.xql: * packages/acs-content-repository/tcl/keyword-procs-postgresql.xql: * packages/acs-content-repository/tcl/keyword-procs.tcl: * packages/acs-content-repository/tcl/symlink-procs-oracle.xql: * packages/acs-content-repository/tcl/symlink-procs.tcl: * packages/acs-kernel/sql/oracle/acs-relationships-create.sql: * packages/acs-kernel/sql/oracle/authentication-package-create.sql: * packages/acs-kernel/sql/oracle/community-core-create.sql: * packages/acs-kernel/sql/oracle/journal-create.sql: * packages/acs-kernel/sql/oracle/rel-constraints-body-create.sql: * packages/acs-kernel/sql/oracle/rel-segments-body-create.sql: * packages/acs-kernel/sql/oracle/site-nodes-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.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-package-create.sql: * packages/acs-kernel/sql/postgresql/community-core-create.sql: * packages/acs-kernel/sql/postgresql/journal-create.sql: * packages/acs-kernel/sql/postgresql/rel-constraints-body-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-body-create.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.0d1-5.1.0d2.sql: * packages/acs-messaging/sql/oracle/acs-messaging-packages.sql: * packages/acs-messaging/sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-drop.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: * packages/acs-messaging/sql/postgresql/upgrade/upgrade-5.1.0d1-5.1.0d2.sql: * packages/acs-reference/sql/oracle/acs-reference-create.sql: * packages/acs-reference/sql/oracle/upgrade/upgrade-5.0.2-5.0.2d1.sql: * packages/acs-reference/sql/postgresql/acs-reference-create.sql: * packages/acs-service-contract/sql/oracle/acs-sc-msg-types-create.sql: * packages/acs-service-contract/sql/oracle/acs-sc-packages-create.sql: * packages/acs-service-contract/sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.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-5.1.0d1-5.1.0d2.sql: * packages/acs-subsite/www/admin/rel-segments/edit.tcl: * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.xql: rollback of Timo's name, package_id commit; see TIP 53 2004-03-03 tilmanns * packages/acs-templating/www/doc/tagref/group.html: Added warning on nested group tags, following up on bug #428. * packages/acs-templating/tcl/test/multirow-procs.tcl: Removed test case that won't fix 'by design'. 2004-03-03 lars * www/blank-master.adp: Moved header_stuff to the end of the HEAD section, so CSS defined through header_stuff will override the default stylesheets * packages/acs-content-repository/tcl/filter-procs.tcl: Use [list] instead of {} for context, so the file title shows up, instead of the literal 2004-03-03 joela * packages/acs-core-docs/www/files/deploy: added deploy script * etc/deploy.sh: added tcl deployment script 2004-03-03 donb * packages/acs-kernel/sql/postgresql/apm-create.sql: Fixed typo in TImo's upgrade to the PG version - kernel didn't (actually still doesn't due to other errors) install. 2004-03-02 timoh * packages/acs-authentication/tcl/authority-procs.tcl: * packages/acs-authentication/tcl/authority-procs.xql: * packages/acs-content-repository/sql/oracle/content-extlink.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/content-revision.sql: * packages/acs-content-repository/sql/oracle/content-symlink.sql: * packages/acs-content-repository/sql/oracle/content-template.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.1.0d2-5.1.0d3.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-revision.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/upgrade/upgrade-5.1.0d2-5.1.0d3.sql: * packages/acs-content-repository/tcl/extlink-procs-oracle.xql: * packages/acs-content-repository/tcl/extlink-procs-postgresql.xql: * packages/acs-content-repository/tcl/extlink-procs.tcl: * packages/acs-content-repository/tcl/keyword-procs-oracle.xql: * packages/acs-content-repository/tcl/keyword-procs-postgresql.xql: * packages/acs-content-repository/tcl/keyword-procs.tcl: * packages/acs-content-repository/tcl/revision-procs-oracle.xql: * packages/acs-content-repository/tcl/revision-procs-postgresql.xql: * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-content-repository/tcl/symlink-procs-oracle.xql: * packages/acs-content-repository/tcl/symlink-procs-postgresql.xql: * packages/acs-content-repository/tcl/symlink-procs.tcl: * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/oracle/acs-relationships-create.sql: * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/oracle/authentication-package-create.sql: * packages/acs-kernel/sql/oracle/community-core-create.sql: * packages/acs-kernel/sql/oracle/groups-body-create.sql: * packages/acs-kernel/sql/oracle/journal-create.sql: * packages/acs-kernel/sql/oracle/rel-constraints-body-create.sql: * packages/acs-kernel/sql/oracle/rel-segments-body-create.sql: * packages/acs-kernel/sql/oracle/site-nodes-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql: * packages/acs-kernel/sql/postgresql/acs-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/apm-create.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/journal-create.sql: * packages/acs-kernel/sql/postgresql/rel-constraints-body-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-body-create.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.1.0d1-5.1.0d2.sql: * packages/acs-messaging/sql/oracle/acs-messaging-packages.sql: * packages/acs-messaging/sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-drop.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: * packages/acs-messaging/sql/postgresql/upgrade/upgrade-5.1.0d1-5.1.0d2.sql: * packages/acs-reference/sql/oracle/acs-reference-create.sql: * packages/acs-reference/sql/oracle/upgrade/upgrade-5.0.2-5.0.2d1.sql: * packages/acs-reference/sql/postgresql/acs-reference-create.sql: * packages/acs-service-contract/sql/oracle/acs-sc-msg-types-create.sql: * packages/acs-service-contract/sql/oracle/acs-sc-packages-create.sql: * packages/acs-service-contract/sql/oracle/upgrade/upgrade-5.1.0d1-5.1.0d2.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-5.1.0d1-5.1.0d2.sql: * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/www/admin/rel-segments/edit.tcl: * packages/acs-subsite/www/user/portrait/upload-2.tcl: * packages/acs-subsite/www/user/portrait/upload-2.xql: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/apm-procs.xql: * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/community-core-procs.xql: * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.xql: TIP#42,43: adding package_id and title to acs_objects table 2004-03-02 peterm * etc/install/tcl/user-procs.tcl: the read_private_data_p form input widget is now named guest_p 2004-03-02 lars * packages/acs-tcl/tcl/security-procs.tcl: - Fixed bug that caused logins to timeout very quickly if you had LoginTimeout set to 0 (infinite - logins never expire), but the user did not check 'Remember me' checkbox. This is a fix that sacrifices some security, but fixes the unacceptable usability problem. See bboard posting at http://openacs.org/forums/message-view?message_id=167212. Also cleaned up debugging statements * packages/acs-templating/tcl/acs-integration-procs.tcl: Added clarifying documentation * www/SYSTEM/security-debug.tcl: Display more detailed information, including help when cookies don't validate * packages/acs-subsite/tcl/relation-procs.tcl: Fix bug when inviting new users via the members page on the main site, where creating the user will already make them a member of the main site, by checking to see if a relation already exists before inserting a new one. The reason for this particular fix is that it will still insert the extra admin_rel relation, if you're chose to make the user an admin. * packages/acs-tcl/lib/complain.adp: Fixed bug #1555: ad_return_complaint behavior changed * packages/acs-subsite/www/permissions/grant.tcl: Fixed bug when granting zero privileges crashing page * packages/acs-subsite/www/index.adp: Fixed rendering bug on IE 6: div float right and table width 100% doesn't mix well. This fix shouldn't be merged to HEAD/5.1, since HEAD/5.1 has a completely different rendering * packages/acs-subsite/www/resources/site-master.css: Fixed rendering bug on IE: context bar should be 'position: relative', otherwise the float: left stuff on the tabs causes it to not be shown at all * packages/acs-subsite/www/admin/index.tcl: Killed URL-generation code for automated testing, i18n -- no longer used in ADP, plus will cause page to break if you mount automated testing more than once * packages/acs-tcl/tcl/defs-procs.tcl: branches: 1.43.2; Fixed bug #1555: ad_return_complaint behavior changed 2004-03-02 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: branches: 1.19.2; Added a paragraph which explains another potential problem when you create .vuh files, and how to get around it by constructing your URLs with ad_conn package_url 2004-03-02 andrewg * packages/acs-kernel/sql/oracle/groups-body-create.sql: fixing a syntax error 2004-03-01 marka * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: modified content_item.get_title to return a useful label for extlinks (postgres and oracle) 2004-03-01 joela * etc/deploy.sh: added deployment script * etc/backup.sh: fixed several bugs 2004-03-01 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added in a better drop script (from blogger's actual drop script). Also added in a description of how to set up per-item notifications. * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added in a drop script for the notifications section. It is untested. * packages/acs-core-docs/www/xml/kernel/rp-design.xml: Added in ad_conn query 2004-02-29 joela * packages/acs-core-docs/www/index.adp: simplified links to generated documentation 2004-02-28 donb * packages/acs-subsite/www/resources/site-master.css: Added a "portlet-header" class to match the "portal" and "portal-body" classes. Made it easier to generate the protal package portlet header with its multicolumn format. Portal standard theme now uses the proper OpenACS CSS stuff. 2004-02-27 peterm * packages/acs-subsite/www/admin/relations/add.tcl: branches: 1.8.2; the version 1.14 change to package_instantiate_object proc would break this page because form didn't contain the rel_id column. Adding rel_id to form. * packages/acs-subsite/www/admin/groups/new.tcl: the group new.tcl page broke because of the change in version 1.14 to package_instantiate_object proc. Fix is to not pass in a form_id to relation_add proc 2004-02-27 maltes * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: Changed to make it more readable * packages/acs-core-docs/www/i18n.html: Changed to make it more readable. 2004-02-27 lars * packages/acs-templating/tcl/form-procs.tcl: Added @see to get_elements proc * packages/acs-templating/acs-templating.info: Clarified thee RefreshCache parameter: default is 'as needed', not 'when needed'; added docs to the parameter description in the .info file * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/www/user/password-update.tcl: Confirmation message on changing password * packages/acs-templating/tcl/tag-init.tcl: Don't break the entire page when an include template fails; only break the include * packages/acs-subsite/www/resources/site-master.css: Latest version * packages/acs-templating/www/resources/forms.css: Moved configuration form style CSS here * packages/acs-subsite/www/group-master.adp: Moved context-bar to site-master * packages/acs-subsite/acs-subsite.info: Removed bgcolor, textcolor parameters; no longer user * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: branches: 1.10.2; Default send_p variable * packages/acs-subsite/www/group-master.tcl: branches: 1.11.10; Moved context-bar to site-master * packages/acs-templating/tcl/list-procs.tcl: branches: 1.18.2; Moved javascript to core.js * packages/acs-templating/tcl/tag-init.tcl: branches: 1.18.2; Wrap includes in ad_try to avoid dumping error to errorlog when ad_script_abort is called from an include template * packages/acs-templating/tcl/query-procs.tcl: branches: 1.24.2; Added multirow unset operation * packages/acs-templating/tcl/parse-procs.tcl: branches: 1.26.2; Clarified thee RefreshCache parameter: default is 'as needed', not 'when needed'; added docs to the parameter description in the .info file * packages/acs-templating/resources/lists/table.adp: branches: 1.6.2; Cleaned up, moved Javascript to core.js 2004-02-27 joela * packages/acs-admin/www/apm/repository-channel-index.adp: added a hint on howe to use the repository. * 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/ch10s06.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/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-introduction.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.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-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-openacs.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/developers-guide/templates.xml: * packages/acs-core-docs/www/xml/releasing-openacs.xml: adjusted docs after merge * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/xml/variables.ent: branches: 1.10.2; adjusted docs after merge * packages/acs-core-docs/www/xml/install-guide/other-software.xml: branches: 1.13.2; adjusted docs after merge * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: branches: 1.19.2; adjusted docs after merge * packages/acs-core-docs/www/rp-design.html: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: branches: 1.23.2; adjusted docs after merge * packages/acs-core-docs/www/xml/index.xml: branches: 1.28.2; adjusted docs after merge * packages/acs-core-docs/www/install-squirrelmail.html: branches: 1.4.2; adjusted docs after merge 2004-02-27 jader * packages/acs-core-docs/www/xml/install-guide/openacs.xml: Specify how to ensure that you won't receive email for crontab items 2004-02-26 lars * packages/acs-templating/tcl/parse-procs.tcl: Fixed typo: Missing end-brace; also added 'else' to if statement for clarity. 2004-02-26 joela * packages/acs-automated-testing/www/index.adp: * packages/acs-automated-testing/www/index.tcl: * packages/acs-automated-testing/www/rebuild-server.tcl: * packages/acs-automated-testing/www/server.adp: * packages/acs-automated-testing/www/server.tcl: added auto-rebuilding links * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-automated-testing/www/doc/index.html: * packages/acs-automated-testing/www/doc/install.html: * packages/acs-automated-testing/www/doc/requirements.html: * packages/acs-automated-testing/www/doc/usage.html: * packages/acs-automated-testing/www/doc/xml/index.xml: * packages/acs-automated-testing/www/doc/xml/using.xml: added documentation on setting up test management servers * packages/acs-core-docs/www/xml/releasing-openacs.xml: added package .info renumbering script to release instructions; minor typo fixes * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: * readme.txt: updated version number to 5.0.3 in core packages * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/variables.ent: upped version number 2004-02-26 jeffd * packages/search/www/search.tcl: branches: 1.10.2; merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). * packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: branches: 1.12.2; merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). * etc/config.tcl: branches: 1.19.2; merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). * packages/search/www/search.adp: branches: 1.2.2; merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). * packages/acs-lang/sql/postgresql/ad-locales.sql: branches: 1.22.2; merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: branches: 1.23.2; merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). * packages/acs-lang/sql/oracle/ad-locales.sql: branches: 1.24.2; merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). * ChangeLog: branches: 1.3.2; merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). * packages/acs-lang/www/admin/message-conflicts.tcl: branches: 1.4.20; merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). * packages/acs-lang/tcl/lang-message-procs.tcl: branches: 1.42.2; merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). * etc/daemontools/run: branches: 1.5.2; merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). * packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml: branches: 1.6.2; merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). * packages/acs-authentication/tcl/authentication-procs.tcl: branches: 1.63.2; merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). * packages/acs-tcl/tcl/utilities-procs.tcl: branches: 1.70.2; merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). * packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml: * packages/acs-lang/www/admin/message-list.adp: branches: 1.8.2; merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). * packages/acs-core-docs/www/images/production-configuration.dia: * packages/acs-core-docs/www/xml/developers-guide/templates.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: * packages/acs-core-docs/www/xml/kernel/bootstrap-acs.xml: * packages/acs-core-docs/www/xml/kernel/rp-design.xml: * packages/acs-core-docs/www/xml/releasing-openacs.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.RO_RO.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.ch_zh.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.es_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.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.no_NO.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: * packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.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_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.RO_RO.utf-8.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ch_zh.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_GB.ISO-8859-1.xml: * 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/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.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.no_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.pt_PT.ISO-8859-1.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.tr_TR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml: * packages/acs-lang/sql/oracle/message-catalog.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.0.0-5.0.1.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: * packages/acs-lang/sql/postgresql/message-catalog.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0.0-5.0.1.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: * packages/acs-lang/tcl/lang-audit-procs-oracle.xql: * packages/acs-lang/tcl/lang-audit-procs-postgresql.xql: * packages/acs-lang/tcl/lang-catalog-procs-oracle.xql: * packages/acs-lang/tcl/lang-catalog-procs-postgresql.xql: * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-util-procs.tcl: * packages/acs-lang/www/admin/import-messages.adp: * packages/acs-lang/www/admin/import-messages.tcl: * packages/acs-lang/www/admin/message-conflict-revert.tcl: * packages/acs-lang/www/admin/message-list-oracle.xql: * packages/acs-lang/www/admin/message-list-postgresql.xql: * packages/acs-reference/acs-reference.info: * packages/acs-subsite/catalog/acs-subsite.RO_RO.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ch_zh.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.en_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.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.pt_BR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml: * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/user/password-update.tcl: * 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.FA_IR.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.RO_RO.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ch_zh.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_US.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.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.hu_HU.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.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.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_TW.utf-8.xml: * packages/acs-tcl/tcl/acs-private-data-procs.tcl: * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/form-processing-procs.tcl: * packages/acs-tcl/tcl/security-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-templating/catalog/acs-templating.RO_RO.utf-8.xml: * packages/acs-templating/catalog/acs-templating.ch_zh.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.es_ES.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml: * packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml: * packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml: * packages/acs-templating/tcl/form-procs.tcl: * packages/notifications/catalog/notifications.ch_zh.utf-8.xml: * packages/notifications/catalog/notifications.da_DK.ISO-8859-1.xml: * packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml: * packages/notifications/sql/postgresql/upgrade/upgrade-4.6.4-5.0d1.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-5.0.0a5-5.0.0a6.sql: * packages/search/www/search-results-bottom.adp: * packages/search/www/search-results-one.adp: * packages/search/www/search-results-top.adp: * readme.txt: * www/SYSTEM/change-auth-token.tcl: * www/blank-master.tcl: merge of all changes on oacs-5-0 branch between tag openacs-5-0-0-final and jcd-merge-pre503 (except those in lars-blogger). 2004-02-26 jader * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: Clarified that the user needs to edit the /var/lib/aolserver/service0/etc/daemontools/run file before running it. * packages/acs-core-docs/www/xml/install-guide/openacs.xml: The instructions suggested vacuum analyze every hour, and vacuum full analyze every day, but the example had vacuum full analyze every hour. This fixes that. 2004-02-26 andrewg * packages/acs-authentication/tcl/sync-procs.tcl: Update for bugfix #1549 2004-02-25 peterm * packages/acs-subsite/www/register/auto-login.tcl: adding auto-login page * packages/acs-tcl/tcl/security-procs.tcl: adding db_release_unused_handles after each db statement in the security procs. The server would sometimes hang while in the sec_handler proc, supposedly because db handles were not being released and threads were held up waiting for them. Thanks Lars for tracking this down. * packages/acs-automated-testing/www/index.adp: * packages/acs-automated-testing/www/server.adp: adding yellow coloring of error count if it's not available. Adding cue that you need to be logged in to access admin password of remote server * packages/acs-subsite/www/register/auto-login.tcl: branches: 1.1.2; adding auto-login page 2004-02-25 lars * packages/acs-tcl/tcl/form-processing-procs.tcl: Added additional information about the likely cause of an error when selecting values: the query returned no rows * www/SYSTEM/change-auth-token.tcl: Added page to change a user's authentication token, which will in effect expire the login * packages/acs-subsite/www/index.adp: Added subsite name as page title * packages/acs-authentication/tcl/authentication-procs.tcl: As per Jeff's suggestion, added a proc which refreshes the login if it's expired, and leaves the user alone if not logged in at all * packages/acs-kernel/acs-kernel.info: Default to never expire logins * packages/acs-automated-testing/tcl/aa-test-procs.tcl: Log failed test cases as 'Bug', not 'Error' * www/SYSTEM/change-auth-token.tcl: branches: 1.1.2; file change-auth-token.tcl was initially added on branch oacs-5-0. 2004-02-25 joela * packages/acs-automated-testing/www/admin/index.adp: added help links and link to admin page when in multi-server mode 2004-02-25 jeffd * packages/acs-tcl/tcl/utilities-procs.tcl: Changes db_html_select_value_options so that the -select_option parameter takes a list bug 1301 patch 399 Sean Redmond * packages/acs-tcl/tcl/00-database-procs.tcl: branches: 1.48.2; missing -dbn switches in db_transaction caused wrong db handle to be aborted on failure, patch 406 Kolja Lehmann * packages/acs-templating/resources/forms/wizard.adp: branches: 1.9.2; noquote fixes bug 1322 patch 409 Michael Steigman * packages/acs-templating/tcl/parse-procs.tcl: have the include tag check for a .htm or .html file if no .adp/.tcl found bug 1377 patch 417 Caroline Meeks 2004-02-24 peterm * packages/acs-automated-testing/acs-automated-testing.info: adding XMLReportDir parameter. Adding description to the server page and cleaning up the page a little. * etc/install/install.tcl: adding config parameter report_scp_target * packages/acs-automated-testing/tcl/aa-test-procs.tcl: adding new parameter XMLReportDir * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-automated-testing/www/index.adp: * packages/acs-automated-testing/www/index.tcl: * packages/acs-automated-testing/www/server.adp: * packages/acs-automated-testing/www/server.tcl: adding the IsInstallReportServer parameter. Moving the scripts that lived at www/admin/install to live directly under www * etc/install/install.tcl: adding the server_description parameter. Moving the report_scp_target parameter * packages/acs-automated-testing/tcl/aa-test-procs.tcl: branches: 1.32.2; adding XMLReportDir parameter. Adding description to the server page and cleaning up the page a little. * etc/install/install.sh: branches: 1.43.2; adding server_description to the xml report * etc/install/install.sh: optionally copying the install xml report to a certain directory with scp. Using new config param report_scp_target * packages/acs-automated-testing/www/server.adp: * packages/acs-automated-testing/www/server.tcl: removing the server Logs section. Making the admin login link less ambitious. You now have to provide password manually 2004-02-24 joela * packages/acs-core-docs/www/index.adp: added chapter numbering to make it clearer that the shortcuts aren't the full TOC * packages/acs-core-docs/www/i18n-requirements.html: branches: 1.13.2; rearranged a few chapters; made better shortcut links on index.adp * packages/acs-core-docs/www/acs-package-dev.html: branches: 1.15.2; rearranged a few chapters; made better shortcut links on index.adp * packages/acs-core-docs/www/kernel-overview.html: branches: 1.18.2; rearranged a few chapters; made better shortcut links on index.adp * packages/acs-core-docs/www/i18n-design.html: * packages/acs-core-docs/www/i18n-overview.html: * packages/acs-core-docs/www/i18n-translators.html: branches: 1.2.2; rearranged a few chapters; made better shortcut links on index.adp * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/rp-requirements.html: branches: 1.20.2; rearranged a few chapters; made better shortcut links on index.adp * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.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.21.2; rearranged a few chapters; made better shortcut links on index.adp * packages/acs-core-docs/www/apm-requirements.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.22.2; rearranged a few chapters; made better shortcut links on index.adp * packages/acs-core-docs/www/kernel-doc.html: branches: 1.24.2; rearranged a few chapters; made better shortcut links on index.adp * packages/acs-core-docs/www/apm-design.html: branches: 1.27.2; rearranged a few chapters; made better shortcut links on index.adp * packages/acs-automated-testing/www/index.adp: * packages/acs-automated-testing/www/index.tcl: link to both the remote server and the control page * packages/acs-automated-testing/www/index.adp: make gui changes * 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/ch10s06.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/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-introduction.html: * packages/acs-core-docs/www/index.adp: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.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/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/update-repository.html: * packages/acs-core-docs/www/update-translations.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-openacs.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/index.xml: * packages/acs-core-docs/www/xml/releasing-openacs.xml: rearranged a few chapters; made better shortcut links on index.adp 2004-02-24 jeffd * packages/acs-templating/www/doc/tagref/include.html: branches: 1.3.2; fix links in tagref docs,patch 434 Nis Jørgensen * packages/acs-tcl/tcl/widgets-procs.tcl: branches: 1.7.10; fix -blank_if_no_db option to ad_db_select_widget patch 435 bug 1522 Keith Paskett * packages/acs-service-contract/tcl/acs-service-contract-procs-oracle.xql: * packages/acs-service-contract/tcl/acs-service-contract-procs-postgresql.xql: default iscachable_p to f, bug 1422 patch 424 Caroline Meeks * packages/acs-lang/sql/oracle/acs-lang-drop.sql: * packages/acs-lang/sql/oracle/ad-locales-drop.sql: * packages/acs-lang/sql/oracle/message-catalog-drop.sql: * packages/acs-lang/sql/postgresql/acs-lang-drop.sql: * packages/acs-lang/sql/postgresql/ad-locales-drop.sql: * packages/acs-lang/sql/postgresql/message-catalog-drop.sql: drop script for acs-lang, bug 1431 patch 425 Jon Griffin (and me for postgres side) * packages/acs-templating/www/doc/tagref/formerror.html: * packages/acs-templating/www/doc/tagref/formgroup.html: * packages/acs-templating/www/doc/tagref/formtemplate.html: * packages/acs-templating/www/doc/tagref/formwidget.html: * packages/acs-templating/www/doc/tagref/grid.html: * packages/acs-templating/www/doc/tagref/group.html: * packages/acs-templating/www/doc/tagref/if.html: * packages/acs-templating/www/doc/tagref/include-optional.html: * packages/acs-templating/www/doc/tagref/list.html: * packages/acs-templating/www/doc/tagref/master.html: * packages/acs-templating/www/doc/tagref/multiple.html: * packages/acs-templating/www/doc/tagref/property.html: * packages/acs-templating/www/doc/tagref/slave.html: * packages/acs-templating/www/doc/tagref/switch.html: * packages/acs-templating/www/doc/tagref/variable.html: fix links in tagref docs,patch 434 Nis Jørgensen 2004-02-23 peterm * etc/install/install.tcl: adding a comment about the new up value of the do_checkout parameter * etc/install/install.sh: * etc/install/updateserver.sh: adding ability for install scripts to do cvs update of a server instead of a from scratch checkout (saving bandwidth and time) 2004-02-23 joela * packages/acs-core-docs/www/xml/developers-guide/submissions.xml: branches: 1.3.2; added notes on submitting new packages to contrib 2004-02-23 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Added a little more detail to Postgres 7.2->7.3 upgrade instructions. 2004-02-22 joela * packages/acs-automated-testing/www/admin/index.adp: added comment 2004-02-21 maltes * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Removed dependency on nsrewrite as per http://openacs.org/forums/message-view?message_id=165468. * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: branches: 1.6.2; Removed dependency on nsrewrite as per http://openacs.org/forums/message-view?message_id=165468. 2004-02-21 joela * etc/config.tcl: commented out nsrewrite added aolserver 4 port 80 run comment 2004-02-20 lars * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fixed bug during install process: site_node::init_cache would error out, because there is no root node yet when it gets sourced from bootstrap-installer (via site-nodes-init) 2004-02-20 joela * packages/acs-core-docs/www/acs-admin.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/ch10s06.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/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-design.html: * packages/acs-core-docs/www/i18n-introduction.html: * packages/acs-core-docs/www/i18n-overview.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/i18n-translators.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/images/translation-batch-edit.png: * packages/acs-core-docs/www/images/translations.png: * packages/acs-core-docs/www/images/translator-mode.png: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-deploy.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.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/security-requirements.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-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-openacs.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/developers-guide/i18n.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/kernel/i18n-requirements.xml: added more documentation on translator mode, with images * packages/acs-core-docs/www/analog-install.html: branches: 1.11.2; added more documentation on translator mode, with images * packages/acs-core-docs/www/analog-setup.html: * packages/acs-core-docs/www/automated-backup.html: * packages/acs-core-docs/www/backups-with-cvs.html: * packages/acs-core-docs/www/install-ssl.html: * packages/acs-core-docs/www/snapshot-backup.html: * packages/acs-core-docs/www/uptime.html: branches: 1.2.2; added more documentation on translator mode, with images 2004-02-20 jader * packages/acs-core-docs/www/xml/developers-guide/cvs.xml: * packages/acs-core-docs/www/xml/kernel/bootstrap-acs.xml: * packages/acs-core-docs/www/xml/kernel/rp-design.xml: The CVS section (and a few other pages) still refer to the directory openacs code is kept in as /web instead of /var/lib/aolserver. This fixes that. 2004-02-20 bdolicki * packages/acs-kernel/acs-kernel.info: Fixed syntax error that broke installation (wrong close tag): revision 1.55 date: 2004/02/19 15:03:43; author: joela; state: Exp; lines: +5 -2 added package maturity flag 2004-02-19 lars * packages/acs-content-repository/sql/postgresql/content-folder.sql: We still want security_inherit_p to default to 't', otherwise bcms::folder::create_folder breaks, because null is not a valid boolean value. This is also consistent with what the comments in the function says (default true) 2004-02-19 joela * packages/acs-kernel/acs-kernel.info: added package maturity flag * packages/acs-authentication/www/doc/index.html: branches: 1.4.2; updated package version numbers in core from 5.0.0 to 5.1.0d1 * packages/acs-authentication/www/doc/ext-auth-ldap-install.html: * packages/acs-authentication/www/doc/ext-auth-pam-install.html: branches: 1.4.6; updated package version numbers in core from 5.0.0 to 5.1.0d1 * packages/acs-authentication/www/doc/ext-auth-install.html: branches: 1.5.2; updated package version numbers in core from 5.0.0 to 5.1.0d1 * etc/backup.sh: fixed directory/newer bug * packages/acs-admin/acs-admin.info: * packages/acs-admin/www/apm/build-repository.tcl: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-authentication/www/doc/configure-batch-sync.html: * packages/acs-authentication/www/doc/ext-auth-design.html: * packages/acs-authentication/www/doc/ims-sync-driver-design.html: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: updated package version numbers in core from 5.0.0 to 5.1.0d1 2004-02-19 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added in more explanation about how to do hierarchical queries with Oracle. 2004-02-19 donb * packages/acs-tcl/tcl/object-procs-oracle.xql: Removed bogus tree_sortkey reference in the Oracle version ... * packages/acs-tcl/tcl/apm-install-procs.tcl: branches: 1.72.2; Removed bogus tree_sortkey reference in the Oracle version ... 2004-02-19 bdolicki * packages/acs-tcl/tcl/defs-procs.tcl: added a flag to take advantage of util_user_message in ad_progress_bar_end 2004-02-18 lars * 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.0.0-5.1.0d1.sql: Fix for bug where tree_sortkey would start from zero for each parent that wasn't a cr_item (since parent_id's foreign key constraint is on acs_objects, not cr_items). Now all non-cr_item-parent-ids are treated as one big pool of 'null' parent_id's, allowing you to create as many logical roots as you darn well please. I would appreciate review from the OCT on this patch (and am going to solicit one by email). * packages/acs-content-repository/tcl/filter-procs.tcl: Wrapping if's in curly braces * packages/acs-content-repository/sql/postgresql/content-create.sql: branches: 1.43.2; Fixed , typo and simple optimization per Jeff's proposal * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql: branches: 1.6.2; Fixed , typo and simple optimization per Jeff's proposal 2004-02-18 joela * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: a few typo fixes * 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/ch10s06.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/db-api-detailed.html: * packages/acs-core-docs/www/db-api.html: * packages/acs-core-docs/www/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/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-requirements.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/images/apm-upgrade.png: * packages/acs-core-docs/www/images/backup.png: * packages/acs-core-docs/www/images/complex-deploy-1.png: * packages/acs-core-docs/www/images/complex-deploy-2.png: * packages/acs-core-docs/www/images/complex-deploy-3.png: * packages/acs-core-docs/www/images/development-with-cvs.png: * packages/acs-core-docs/www/images/hpha.png: * packages/acs-core-docs/www/images/prod-normal.png: * packages/acs-core-docs/www/images/simple-deploy-1.png: * packages/acs-core-docs/www/images/simple-deploy-2.png: * packages/acs-core-docs/www/images/simple-deploy-3.png: * packages/acs-core-docs/www/images/upgrade-apm.png: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-next-add-server.html: * packages/acs-core-docs/www/install-next-nightly-vacuum.html: * packages/acs-core-docs/www/install-openacs-keepalive.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-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/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/object-system-design.html: * packages/acs-core-docs/www/object-system-requirements.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-design.html: * packages/acs-core-docs/www/permissions-requirements.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.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-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-openacs.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/upgrade-supporting.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/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance-performance.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/variables.ent: added lots of pictures to the admin guide; rearranged production and maintenance chapters and files * packages/acs-core-docs/www/images/production.dia: * packages/acs-core-docs/www/images/upgrade-cvs.png: * 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.1.2; added lots of pictures to the admin guide; rearranged production and maintenance chapters and files * packages/acs-core-docs/www/xml/install-guide/recovery.xml: branches: 1.10.2; a few typo fixes * packages/acs-core-docs/www/tutorial.html: branches: 1.11.2; added lots of pictures to the admin guide; rearranged production and maintenance chapters and files * packages/acs-core-docs/www/install-nsopenssl.html: branches: 1.12.2; added lots of pictures to the admin guide; rearranged production and maintenance chapters and files * packages/acs-core-docs/www/database-management.html: * packages/acs-core-docs/www/eng-standards.html: * packages/acs-core-docs/www/tutorial-advanced.html: branches: 1.19.2; added lots of pictures to the admin guide; rearranged production and maintenance chapters and files * 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-future-topics.html: * packages/acs-core-docs/www/tutorial-notifications.html: * packages/acs-core-docs/www/tutorial-specs.html: * packages/acs-core-docs/www/tutorial-vuh.html: branches: 1.2.2; added lots of pictures to the admin guide; rearranged production and maintenance chapters and files * packages/acs-core-docs/www/dev-guide.html: branches: 1.22.2; added lots of pictures to the admin guide; rearranged production and maintenance chapters and files * packages/acs-core-docs/www/doc-standards.html: * packages/acs-core-docs/www/nxml-mode.html: branches: 1.5.2; added lots of pictures to the admin guide; rearranged production and maintenance chapters and files * packages/acs-core-docs/www/install-tclwebtest.html: branches: 1.8.2; added lots of pictures to the admin guide; rearranged production and maintenance chapters and files 2004-02-18 bdolicki * packages/acs-templating/tcl/query-procs.tcl: Added doc string * packages/acs-templating/tcl/query-procs.tcl: Added exists command to template::multirow 2004-02-17 peterm * packages/acs-automated-testing/tcl/aa-test-procs.tcl: breaking generation of xml test report out into a proc. Generating xml report after each run of a series of tests (proc aa_runseries) 2004-02-17 lars * packages/acs-tcl/tcl/form-processing-procs.tcl: Fix for bug introduced by Don's 1.45 on_validation_error patch: Now we would enter the on/after_submit-new/edit_data blocks, even if the form was refreshing. * packages/acs-authentication/tcl/test/sync-test-procs.tcl: Fixed broken case: space after backslash * packages/acs-content-repository/sql/postgresql/content-folder.sql: Fixed bug with default values for creating folders; default values in define_function_args are literal strings, not expressions, so security_inherit_p;null is treated as the literal string 'null', and so is creation_date;current_timestamp treated as the literal string 'current_timestamp', which is not a valid timestamp format. There are probably other similar bugs introduced, we just fixed the ones that were blocking us. Emailing OCT about this. * packages/acs-authentication/tcl/test/sync-test-procs.tcl: Should've been more thorough. Turns out every single test case was registered with backslash-space on the first line, causing an error 2004-02-17 joela * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: updated aolserver4 to use version-specific path; some other notes on compiling modules 2004-02-17 donb * 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-keyword.sql: * packages/acs-content-repository/sql/postgresql/content-symlink.sql: * packages/acs-content-repository/sql/postgresql/content-template.sql: PG 7.3 doesn't support 'current_timestamp' as a literal any more (it still is defined as a variable, of course). Also define_function_args assumes NULL as the default value if none is specified, 'null' <> NULL ... * packages/acs-content-repository/sql/postgresql/content-type.sql: branches: 1.32.2; PG 7.3 doesn't support 'current_timestamp' as a literal any more (it still is defined as a variable, of course). Also define_function_args assumes NULL as the default value if none is specified, 'null' <> NULL ... 2004-02-16 peterm * packages/acs-automated-testing/www/admin/testcase.adp: * packages/acs-automated-testing/www/admin/testcase.tcl: Adding listing of procs tested. Making quiet mode show only counts of test results. Indenting tcl file * packages/acs-automated-testing/tcl/aa-test-procs.tcl: adding xml report from test results and saving the file in the file system. Using the xml file on the install pages 2004-02-16 maltes * packages/acs-lang/www/admin/message-list-postgresql.xql: Added the possibility to view deleted messages as well. No way to undelete them though (at the moment). Use psql ... * packages/acs-mail-lite/www/doc/index.html: branches: 1.1.2; Added documentation for acs-mail-lite. * packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql: branches: 1.3.2; The case seems to be wrong. Changed. Hopefully it will not break things somewhere else. * packages/acs-lang/www/admin/message-list.tcl: branches: 1.7.2; Added the possibility to view deleted messages as well. No way to undelete them though (at the moment). Use psql ... 2004-02-16 lars * packages/acs-subsite/www/resources/core.js: Added list-builder Javascript to core.js * www/default-master.adp: * www/site-master.adp: Cleaned up CSS with Jeff, moved context bar to site-master for easier customization * packages/acs-subsite/www/resources/site-master.css: Cleaned up site-master css with Jeff * packages/acs-subsite/www/register/index.adp: Pass on header_stuff * www/site-master.tcl: branches: 1.16.2; Cleaned up CSS with Jeff, moved context bar to site-master for easier customization * www/default-master.tcl: branches: 1.19.10; Cleaned up CSS with Jeff, moved context bar to site-master for easier customization * packages/acs-subsite/www/shared/whos-online.tcl: branches: 1.8.6; 1.8.10; Nicer 'no users online' message 2004-02-16 joela * packages/acs-automated-testing/tcl/aa-test-procs.tcl: * packages/acs-automated-testing/tcl/test/example-test-init.tcl: * packages/acs-automated-testing/www/admin/index.adp: * packages/acs-automated-testing/www/admin/index.tcl: * packages/acs-automated-testing/www/admin/rerun.tcl: * packages/acs-automated-testing/www/doc/xml/requirements.xml: added help text; exclusion categories 2004-02-16 jader * packages/acs-core-docs/www/xml/install-guide/postgres.xml: Named the tag incorrectly, fixed now. 2004-02-16 daveb * etc/config.tcl: Add tDAV tcl library to oacs-dav package. Add tDAV configuration to sample config file. 2004-02-15 tilmanns * packages/acs-api-browser/tcl/test/acs-api-browser-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: * packages/acs-authentication/tcl/test/sync-test-procs.tcl: * packages/acs-content-repository/tcl/test/acs-content-repository-procs.tcl: * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: * packages/acs-subsite/tcl/test/acs-subsite-procs.tcl: * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: * packages/acs-tcl/tcl/test/html-conversion-procs.tcl: * packages/acs-tcl/tcl/test/log-test-procs.tcl: * packages/acs-tcl/tcl/test/site-nodes-test-procs.tcl: * packages/acs-templating/tcl/test/multirow-procs.tcl: * packages/acs-templating/tcl/test/spell-checker-procs.tcl: Added categories to the automated test(s). * packages/acs-automated-testing/tcl/aa-test-procs.tcl: * packages/acs-automated-testing/www/admin/testcase.adp: Added new capabilities to aa_register_case including bugs, error_levels and new categories. * packages/acs-admin/tcl/test/acs-admin-procs.tcl: branches: 1.3.20; Added categories to the automated test(s). 2004-02-15 peterm * packages/acs-automated-testing/www/admin/proc-coverage.adp: * packages/acs-automated-testing/www/admin/proc-coverage.tcl: adding the proc coverage page 2004-02-15 joela * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: assorted fixes * packages/acs-core-docs/www/xml/install-guide/overview.xml: branches: 1.21.2; assorted fixes 2004-02-15 jader * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: Added an explanation for the PostgreSQL upgrade, that you need to set up PostgreSQL to listen on a different port. 2004-02-15 daveb * packages/acs-api-browser/lib/search.tcl: branches: 1.3.2; Fix Oracle 9i doc link as well as adding search capability for 8.1.7 and 9 Fixes bug#1487. Thanks to Carsten Clasohm for the patches. 2004-02-15 bdolicki * packages/acs-tcl/tcl/ad-functional-procs.tcl: Fixed a four years old typo. 2004-02-14 maltes * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: Changed while Carl installed it on OS X. 2004-02-14 bdolicki * packages/acs-templating/tcl/tag-init.tcl: * packages/acs-templating/www/doc/tagref/group.html: * packages/acs-templating/www/doc/tagref/multiple.html: Carsten added delimiter attribute to multiple and group tags. I updated the documentation. * packages/acs-automated-testing/www/admin/index.tcl: * packages/acs-automated-testing/www/admin/testcase.tcl: Fixed a minor nonsense. 2004-02-13 jader * packages/acs-core-docs/www/xml/developers-guide/subsites.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Changed ad_permission_p to permission::require_permission 2004-02-13 bdolicki * packages/acs-tcl/tcl/ad-functional-procs.tcl: Adding utilities for functional programming in Tcl. 2004-02-13 andrewg * packages/acs-tcl/tcl/acs-private-data-procs.tcl: Fixing tabs. 2004-02-12 peterm * etc/keepalive/keepalive-config.tcl: * etc/keepalive/keepalive.sh: branches: 1.1.2; adding keepalive scripts 2004-02-12 joela * packages/acs-admin/www/apm/build-repository.tcl: * packages/acs-admin/www/apm/repository-channel-index.adp: added cosmetic improvements to repository builder UI and output * packages/acs-core-docs/www/files/tutorial/note.vuh: added example vuh * packages/acs-automated-testing/tcl/aa-test-procs.tcl: adding several files for reporting results of install.sh * packages/acs-core-docs/www/images/production-configuration.dia: branches: 1.1.2; file production-configuration.dia was initially added on branch oacs-5-0. * packages/acs-core-docs/www/for-everyone.html: * packages/acs-core-docs/www/general-documents.html: branches: 1.16.2; promoted tutorial-advanced one section, which makes all of its pieces be their own html pages; added section on vuh * packages/acs-core-docs/www/openacs-overview.html: branches: 1.17.2; promoted tutorial-advanced one section, which makes all of its pieces be their own html pages; added section on vuh * packages/acs-core-docs/www/install-overview.html: branches: 1.21.2; promoted tutorial-advanced one section, which makes all of its pieces be their own html pages; added section on vuh * packages/acs-core-docs/www/configuring-new-site.html: * packages/acs-core-docs/www/install-php.html: branches: 1.3.2; promoted tutorial-advanced one section, which makes all of its pieces be their own html pages; added section on vuh * 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/os-install.html: * packages/acs-core-docs/www/os-security.html: branches: 1.5.2; promoted tutorial-advanced one section, which makes all of its pieces be their own html pages; added section on vuh * packages/acs-core-docs/www/xml/developers-guide/cvs.xml: branches: 1.7.2; promoted tutorial-advanced one section, which makes all of its pieces be their own html pages; added section on vuh * 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-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/ch08s06.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/configure.html: * packages/acs-core-docs/www/credits.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/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-requirements.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-nsopenssl.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-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/ld-id2855573.html: * packages/acs-core-docs/www/ld-id2947100.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/maintenance.html: * packages/acs-core-docs/www/nxml-mode.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/object-system-design.html: * packages/acs-core-docs/www/object-system-requirements.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-design.html: * packages/acs-core-docs/www/permissions-requirements.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.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-categories.html: * packages/acs-core-docs/www/tutorial-comments.html: * packages/acs-core-docs/www/tutorial-cvs.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-distribute.html: * packages/acs-core-docs/www/tutorial-future-topics.html: * packages/acs-core-docs/www/tutorial-newpackage.html: * packages/acs-core-docs/www/tutorial-notifications.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/tutorial-specs.html: * packages/acs-core-docs/www/tutorial-vuh.html: * packages/acs-core-docs/www/tutorial.html: * packages/acs-core-docs/www/unix-install.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-openacs.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/developers-guide/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.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: promoted tutorial-advanced one section, which makes all of its pieces be their own html pages; added section on vuh * packages/acs-core-docs/www/images/openacs-best-practice.png: * packages/acs-core-docs/www/images/production-configuration.dia: removing files with spaces, for the second time 2004-02-12 jader * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: branches: 1.10.2; Added a small blurb that the notes code was out of date, as in the permissions-tediously-explained document. 2004-02-12 donb * packages/acs-reference/acs-reference.info: 1. acs-reference needs to be installed with the core, it was changed to "f" for some reason. 2. core packages can't be mounted by the bootstrap installer. They have to be mounted by acs-install.sql * packages/notifications/tcl/notification-email-procs.tcl: Changed some "notice" messages to "debug" ... * packages/notifications/tcl/notification-email-procs.tcl: branches: 1.21.2; Oops "failure notice" in the bounce e-mail message didn't really want to become "failure debug". 2004-02-12 daveb * packages/acs-content-repository/sql/postgresql/content-type.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql: Fix missing ; in content_type__is_content_type for postgresql. 2004-02-11 peterm * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.0.0-5.0.1.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0.0-5.0.1.sql: changing the HR_HR locale to be disabled by default like all the other non-en_US locales * packages/acs-tcl/tcl/apm-file-procs.tcl: fixing bug #1494. Installing from apm files would break if there were file names with spaces. My fix was to change to split the output of the tar command on new lines instead of spaces. * packages/acs-lang/tcl/lang-util-procs.tcl: when doing message lookups in lang::util::localize we need to fetch value of any embedded vars two levels up 2004-02-11 leed * packages/acs-lang/tcl/lang-util-procs.tcl: Fixed is ad_conn isconnected check - previous check always returned true. 2004-02-11 lars * packages/acs-admin/www/apm/build-repository.tcl: - Use openacs-x-y-compat tag to find packages - Include dotlrn-core packages in repository * packages/acs-templating/tcl/form-procs.tcl: Check for errors on form before deciding which buttons to display, otherwise it will show the display-mode buttons instead of the edit-mode buttons when there are errors * packages/acs-admin/www/apm/build-repository.tcl: Forgot to turn off debugging mode in new repository builder * packages/acs-admin/www/apm/build-repository.tcl: * packages/acs-admin/www/apm/repository-channel-index.adp: * packages/acs-admin/www/apm/repository-index.adp: New version of repository-builder also builds html pages for the repository, and one for each channel 2004-02-11 joela * packages/acs-core-docs/www/xml/releasing-openacs.xml: added Changelog generation and release notes to releasing checklist * etc/backup.sh: added rolling backup option and empty space checks * packages/acs-core-docs/www/images/openacs-best-practice.png: branches: 1.1.2; renamed image file with spaces in its name * packages/acs-core-docs/www/xml/developers-guide/tutorial.xml: branches: 1.11.2; changed link for le with spaces in its filename * packages/acs-core-docs/www/tutorial-newpackage.html: changed link for le with spaces in its filename * packages/acs-core-docs/www/files/tutorial/note-delete.tcl: fixed abort bug in example for tutorial * ChangeLog: * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-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/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/how-do-I.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-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/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.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-advanced.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/unix-installation.html: * packages/acs-core-docs/www/upgrade-openacs.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/install-guide/upgrade.xml: * packages/acs-core-docs/www/xml/variables.ent: * readme.txt: updated docs for 5.0.2 * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: updated info files for core for 5.0.2 * packages/acs-core-docs/www/releasing-openacs.html: updated packaging html doc * packages/acs-core-docs/www/xml/releasing-openacs.xml: updated release instructions to include compat tag 2004-02-11 jeffd * packages/acs-lang/tcl/lang-util-procs.tcl: merge Lee Denisons fix for bug 1489 to oacs-5-0 2004-02-11 jader * packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml: Clarified that vacuum is not necessary for version of Postgres 7.4 and above. 2004-02-11 donb * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: Bumped PG check to require 7.3 * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: Upgraded PG check to require PG 7.3 * packages/acs-subsite/tcl/package-procs.tcl: branches: 1.14.2; package_instantiate_object always passed NULL as the object id to new() if you were generating the object from a form. * packages/acs-subsite/tcl/package-procs.xql: package_instantiate_object always passed NULL as the object id to new() if you were generating the object from a form. 2004-02-10 joela * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: added tagalog bug fix and Croatian locale to ad-locale.sql * 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-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-new-site.html: * packages/acs-core-docs/www/credits.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/how-do-I.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-origins.html: * packages/acs-core-docs/www/install-overview.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-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/maintenance-web.html: * packages/acs-core-docs/www/maintenance.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.css: * 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/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.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-advanced.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/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-openacs.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/Makefile: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: * packages/acs-core-docs/www/xml/variables.ent: cleaned up indexing bugs from docbook * packages/acs-templating/www/doc/appendices/convert.html: * packages/acs-templating/www/doc/developer-guide.html: * packages/acs-templating/www/doc/index.html: removed obsolete appendix * 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-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: updated core version numbers 2004-02-10 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: Added an "-on_validation_error" block that can be used to set the page title etc after a validation error (request blocks aren't executed in this case, and using ad_form_new_p explicitly has its own problems). 2004-02-09 peterm * packages/acs-kernel/catalog/acs-kernel.ch_zh.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.fr_FR.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.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.pt_BR.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.zh_TW.utf-8.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.utf-8.xml: * packages/acs-lang/catalog/acs-lang.hu_HU.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ms_my.utf-8.xml: * packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.RO_RO.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ch_zh.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.en_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.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.pt_BR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ms_my.utf-8.xml: * packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml: adding new translations from the translation server. This overrides my commit from last friday which was missing many messages. * packages/acs-lang/www/admin/message-conflict-revert.tcl: branches: 1.1.2; file message-conflict-revert.tcl was initially added on branch oacs-5-0. * packages/acs-lang/sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: leaving sync_time null and not assuming we were ever in sync. This has the downside that we have no base when bootstrapping the new upgrade feature causing a lot of update conflicts. However, it avoids delete conflicts. * packages/acs-lang/www/admin/import-messages.adp: * packages/acs-lang/www/admin/import-messages.tcl: * packages/acs-lang/www/admin/message-conflict-revert.tcl: * packages/acs-lang/www/admin/message-conflicts.tcl: making import page report errors. Making conflict page show both new and old message and offer the option of accepting new or reverting to old message * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-message-procs.tcl: making import procs report errors encountered. Making message::register proc throw error if en_US message doesn't already exist. Adding message::revert proc. * packages/acs-lang/www/admin/message-list-oracle.xql: * packages/acs-lang/www/admin/message-list-postgresql.xql: * packages/acs-lang/www/admin/message-list.adp: making the message-list page show deleted messages 2004-02-09 lars * packages/acs-bootstrap-installer/installer.tcl: * packages/acs-bootstrap-installer/installer/index.tcl: Merged over fix to bug #1283, SystemURL no longer defaulted in installer, to 5.0 branch 2004-02-09 joela * etc/config.tcl: added mailhost param, commented out made utf-8 the default charset for everything * etc/config.tcl: added oracle error log length field as per http://openacs.org/bugtracker/openacs/bug?bug%5fnumber=1290 * packages/acs-lang/sql/oracle/upgrade/upgrade-5.0.0-5.0.1.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0.0-5.0.1.sql: added tagalog bug fix and Croatian locale * packages/acs-authentication/www/doc/xml/install.xml: branches: 1.4.6; revised example xml in installation instructions * packages/acs-authentication/www/doc/xml/example.xml: revised example xml in installation instructions 2004-02-09 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added in a tutorial section for using tree_sortkeys * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added in an explanation of how to get the children of a particular item while using tree_sortkey * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Jeff suggested taking out magic numbers from tree_sortkey tutorial, and explained how to best find the tree_level with tree_sortkey. I put this into the docs. * packages/acs-core-docs/www/xml/install-guide/overview.xml: The Aolserver link only linked to Aolserver 3.3 install, so I added in "or Install Aolserver 4". 2004-02-09 donb * packages/acs-bootstrap-installer/installer/index.tcl: Fixed bug #1283 though it appears Lars did about the same thing moments ago, wasn't sure if he picked up the default domain and publisher names... * packages/acs-bootstrap-installer/installer/index.tcl: Fixed bug 1283. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0b4-5.1.0d1.sql: No longer necessary, replaced by the 5.0.0 to 5.1.0d1 version 2004-02-09 bdolicki * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: A trivial change just to try the cvs diffs. Sorry for the spam. * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Becoming compliant with Timo's switch rename * packages/acs-core-docs/www/xml/kernel/tcl-doc.xml: Using the @cvs-id $Id$ trick (really just testing cvs diffs) * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Using the @cvs-id $Id$ trick to prevent expansion. * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: Using the @cvs-id $Id$ trick to prevent keyword expansion. 2004-02-08 lars * packages/acs-tcl/tcl/utilities-procs.tcl: - Improved doc for ad_returnredirect - Removed remaining ref to -abort_p on ad_returnredirect. * packages/acs-tcl/tcl/navigation-procs.tcl: Added new ad_context_bar_multirow, which gets the context bar as a multirow, so we can render it using the templating system rather than Tcl * packages/acs-subsite/www/admin/subsite-add.tcl: Adding creator of the subsite to the subsite group: This hadn't been changed to fit the new data model which requires the user to have both a membership_rel and an admin_rel, so only the admin_rel was created * packages/acs-subsite/tcl/group-procs.tcl: Allow adding members to groups without doing permissions check -- useful when adding the creator of a group to the group * packages/acs-authentication/tcl/authentication-procs.tcl: Set user message when login is expired * packages/acs-subsite/www/group-master.adp: * packages/acs-subsite/www/group-master.tcl: Templated context bar * www/default-master.adp: * www/default-master.tcl: Use templated context bar * packages/acs-subsite/www/register/index.adp: * packages/acs-subsite/www/register/index.tcl: Use user-message for expired login * packages/acs-subsite/lib/login.tcl: branches: 1.21.2; Use user-message for expired login * packages/acs-tcl/tcl/memoize-procs.tcl: branches: 1.9.6; Marking procs public/private 2004-02-08 daveb * packages/acs-content-repository/sql/postgresql/content-folder.sql: Add missing "then" to content_folder__copy. Already fixed in upgrade script. 2004-02-07 maltes * packages/acs-templating/tcl/widget-procs.tcl: branches: 1.33.2; Added template::widget::block for the new survey system. 2004-02-07 lars * packages/acs-kernel/sql/postgresql/acs-metadata-create.sql: Fixed references to user_group_types table: It's now called group_types (and has been for 3+ years) 2004-02-07 daveb * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql: Fix content_item_copy2 to use NULL for target name instead of empty string. Fix syntax error in content_folder copy. 2004-02-06 peterm * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.0.0-5.0.1.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0.0-5.0.1.sql: adding new locales from the translation server and making them part of the 5.0.1 upgrade scripts * packages/acs-kernel/catalog/acs-kernel.RO_RO.utf-8.xml: branches: 1.1.2; file acs-kernel.RO_RO.utf-8.xml was initially added on branch oacs-5-0. * packages/acs-lang/catalog/acs-lang.RO_RO.utf-8.xml: branches: 1.1.2; file acs-lang.RO_RO.utf-8.xml was initially added on branch oacs-5-0. * packages/acs-lang/catalog/acs-lang.ch_zh.utf-8.xml: branches: 1.1.2; file acs-lang.ch_zh.utf-8.xml was initially added on branch oacs-5-0. * packages/acs-subsite/catalog/acs-subsite.RO_RO.utf-8.xml: branches: 1.1.2; file acs-subsite.RO_RO.utf-8.xml was initially added on branch oacs-5-0. * packages/acs-tcl/catalog/acs-tcl.FA_IR.utf-8.xml: branches: 1.1.2; file acs-tcl.FA_IR.utf-8.xml was initially added on branch oacs-5-0. * packages/acs-tcl/catalog/acs-tcl.RO_RO.utf-8.xml: branches: 1.1.2; file acs-tcl.RO_RO.utf-8.xml was initially added on branch oacs-5-0. * packages/acs-tcl/catalog/acs-tcl.ch_zh.utf-8.xml: branches: 1.1.2; file acs-tcl.ch_zh.utf-8.xml was initially added on branch oacs-5-0. * packages/acs-templating/catalog/acs-templating.RO_RO.utf-8.xml: branches: 1.1.2; file acs-templating.RO_RO.utf-8.xml was initially added on branch oacs-5-0. * packages/acs-templating/catalog/acs-templating.ch_zh.utf-8.xml: branches: 1.1.2; file acs-templating.ch_zh.utf-8.xml was initially added on branch oacs-5-0. * packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml: branches: 1.1.2; file acs-templating.de_DE.ISO-8859-1.xml was initially added on branch oacs-5-0. * packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml: branches: 1.1.2; file acs-templating.es_ES.ISO-8859-1.xml was initially added on branch oacs-5-0. * packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml: branches: 1.1.2; file acs-templating.fr_FR.ISO-8859-1.xml was initially added on branch oacs-5-0. * packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml: branches: 1.1.2; file acs-templating.hu_HU.utf-8.xml was initially added on branch oacs-5-0. * packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml: branches: 1.1.2; file acs-templating.it_IT.ISO-8859-1.xml was initially added on branch oacs-5-0. * packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml: branches: 1.1.2; file acs-templating.ko_KR.utf-8.xml was initially added on branch oacs-5-0. * packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml: branches: 1.1.2; file acs-templating.nl_NL.ISO-8859-1.xml was initially added on branch oacs-5-0. * packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml: branches: 1.1.2; file acs-templating.pt_BR.ISO-8859-1.xml was initially added on branch oacs-5-0. * packages/notifications/catalog/notifications.ch_zh.utf-8.xml: branches: 1.1.2; file notifications.ch_zh.utf-8.xml was initially added on branch oacs-5-0. * packages/acs-lang/sql/oracle/upgrade/upgrade-5.0.0-5.0.1.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0.0-5.0.1.sql: branches: 1.1.2; file upgrade-5.0.0-5.0.1.sql was initially added on branch oacs-5-0. * packages/acs-lang/acs-lang.info: * packages/acs-lang/sql/oracle/message-catalog.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.0.0-5.0.1.sql: * packages/acs-lang/sql/postgresql/message-catalog.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0.0-5.0.1.sql: * packages/acs-lang/tcl/lang-audit-procs-oracle.xql: * packages/acs-lang/tcl/lang-audit-procs-postgresql.xql: * packages/acs-lang/tcl/lang-catalog-procs-oracle.xql: * packages/acs-lang/tcl/lang-catalog-procs-postgresql.xql: changing the lang_messages_audit table to have a new audit_id integer primary key column. Having the overwrite_date in a composite primary key seemed problematic. Bumping version number of acs-lang to 5.0.1 * 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.RO_RO.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.ch_zh.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.es_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.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.no_NO.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: * packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.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_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.RO_RO.utf-8.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ch_zh.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_GB.ISO-8859-1.xml: * 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/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.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.no_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.pt_PT.ISO-8859-1.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.tr_TR.utf-8.xml: * packages/acs-lang/catalog/acs-lang.zh_TW.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.RO_RO.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ch_zh.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.en_US.ISO-8859-1.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.pt_BR.ISO-8859-1.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.FA_IR.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.RO_RO.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ch_zh.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_US.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.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.hu_HU.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.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.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_TW.utf-8.xml: * packages/acs-templating/catalog/acs-templating.RO_RO.utf-8.xml: * packages/acs-templating/catalog/acs-templating.ch_zh.utf-8.xml: * packages/acs-templating/catalog/acs-templating.de_DE.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.es_ES.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.fr_FR.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.hu_HU.utf-8.xml: * packages/acs-templating/catalog/acs-templating.it_IT.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.ko_KR.utf-8.xml: * packages/acs-templating/catalog/acs-templating.nl_NL.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.pt_BR.ISO-8859-1.xml: * packages/notifications/catalog/notifications.ch_zh.utf-8.xml: * packages/notifications/catalog/notifications.da_DK.ISO-8859-1.xml: * packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml: committing catalog files from the translation server. Have used the new upgrade/merge feature of the acs-lang package for the first time (instead of doing merge in CVS). * packages/acs-lang/sql/oracle/upgrade/upgrade-5.0.0-5.0.1.sql: fixing and simplifying upgrade script. Using same approach as in PG version, i.e. adding column to existing table instead of creating brand new table 2004-02-06 lars * packages/acs-tcl/tcl/test/html-conversion-procs.tcl: - Fixed bug: default for ad_html_text_convert was set to truncate at 70 chars - The algorith in util_close_html_tags for including ellipsis in determining when to break was flawed -- caused it to break too son * packages/acs-tcl/tcl/text-html-procs.tcl: branches: 1.36.2; - Fixed bug: default for ad_html_text_convert was set to truncate at 70 chars - The algorith in util_close_html_tags for including ellipsis in determining when to break was flawed -- caused it to break too son 2004-02-06 joela * packages/acs-core-docs/www/index.html: fixed chapter numbering via new docbooks-xsl 2004-02-06 jader * packages/acs-core-docs/www/xml/install-guide/postgres.xml: Instructions to restart postgres relied on on daemontools. Put in alternate instructions for people who didn't install with daemontools (which will be most people) 2004-02-06 donb * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-extlink.sql: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-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-revision.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/upgrade/upgrade-5.0.0b4-5.1.0d1.sql: Added define_function_arg calls to non-content-revision objects and to create_type and create_attributes, so we can do these operations via Tcl. Content revisions, due to LOB/non-LOB issues and the incompatibility of LOB operations between DBs need their own "smart" Tcl API. 2004-02-05 peterm * packages/acs-lang/tcl/locale-procs.tcl: branches: 1.27.2; removing comment about package_id in lang::user::locale proc being preliminary * packages/acs-lang/tcl/locale-procs.tcl: removing comment about package_id in lang::user::locale proc being preliminary 2004-02-05 lars * packages/acs-tcl/tcl/test/html-conversion-procs.tcl: * packages/acs-tcl/tcl/text-html-procs.tcl: - Improved text formatting and clipping - Added test cases * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: Added util::age_pretty proc * packages/acs-tcl/tcl/site-nodes-procs.tcl: Cleaner code 2004-02-05 jong * packages/acs-reference/acs-reference.info: bumped version # and added automount * packages/acs-reference/www/index.adp: * packages/acs-reference/www/index.tcl: * packages/acs-reference/www/reference-data-list.adp: * packages/acs-reference/www/table-detail.adp: * packages/acs-reference/www/table-detail.tcl: fixed context bar * packages/acs-reference/www/view-one-reference.xql: initial version * packages/acs-reference/www/view-one-reference.tcl: removed inline sql 2004-02-05 jader * packages/acs-core-docs/www/xml/install-guide/postgres.xml: Added in clarification that a user should not proceed unless env |grep PATH works correctly. Also added in a note that Debian users can use adduser instead of useradd. A person who was installing had problems because they didn't do this. 2004-02-05 bdolicki * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: A very minor wording change. 2004-02-04 maltes * www/blank-master.adp: Reverted to previous version. Trying the <form> tag around did not help. 2004-02-04 lars * www/blank-master.tcl: Accidentally removed the original line in previous bug-fix * packages/acs-subsite/www/user/password-update.tcl: Fixed bug: Not logged in after password change * packages/notifications/sql/postgresql/upgrade/upgrade-5.0.0a5-5.0.0a6.sql: Implemented a safe way to delete constraints, as these constraints didn't exist. It's most likely got to do with the PG upgrade from 7.2 to 7.3 not recording constraints properly. This is a workaround, not a fix. See bug #1294. * packages/notifications/sql/postgresql/upgrade/upgrade-4.6.4-5.0d1.sql: Untabify 2004-02-04 joela * packages/acs-core-docs/www/xml/Makefile: added line to delete html during regeneration * packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml: branches: 1.10.2; regenerated after merging in 5.0 work; tutorial updated * packages/acs-core-docs/www/xml/Makefile: * packages/acs-core-docs/www/xml/install-guide/software.xml: branches: 1.12.2; regenerated after merging in 5.0 work; tutorial updated * packages/acs-core-docs/www/files/tutorial/myfirstpackage-procs.tcl: branches: 1.2.2; regenerated after merging in 5.0 work; tutorial updated * packages/acs-core-docs/www/xml/developers-guide/form-builder.xml: branches: 1.4.2; regenerated after merging in 5.0 work; tutorial updated * packages/acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml: branches: 1.6.2; regenerated after merging in 5.0 work; tutorial updated * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-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/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/subsites.html: * packages/acs-core-docs/www/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/unix-installation.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: committing any extraneous documentation bits; mostly this should just be some tutorial fixes. Master index chapter numbering is broken thanks to new docbook dtds. * packages/acs-core-docs/www/files/tutorial-outline.dia: * packages/acs-core-docs/www/images/site-templates.png: * packages/acs-core-docs/www/images/tutorial-data-model.png: * packages/acs-core-docs/www/images/tutorial-page-map.png: merging images in docs from 5.0 to HEAD * 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-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-new-site.html: * packages/acs-core-docs/www/credits.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/tutorial-outline.dia: * packages/acs-core-docs/www/files/tutorial/index.adp: * packages/acs-core-docs/www/files/tutorial/index.tcl: * packages/acs-core-docs/www/files/tutorial/note-delete.tcl: * packages/acs-core-docs/www/files/tutorial/note-edit.adp: * packages/acs-core-docs/www/files/tutorial/note-edit.tcl: * packages/acs-core-docs/www/files/tutorial/note-list.adp: * packages/acs-core-docs/www/files/tutorial/note-list.tcl: * packages/acs-core-docs/www/files/tutorial/note-procs.tcl: * 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/how-do-I.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/images/tutorial-page-map.png: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-origins.html: * packages/acs-core-docs/www/install-overview.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-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-web.html: * packages/acs-core-docs/www/maintenance.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.css: * 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/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.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-advanced.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/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-openacs.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/developers-guide/i18n.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.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/index.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/install-guide/configuring.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance-performance.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: * packages/acs-core-docs/www/xml/releasing-openacs.xml: * packages/acs-core-docs/www/xml/variables.ent: regenerated after merging in 5.0 work; tutorial updated 2004-02-04 jader * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Added in a link to using ds_profile for profiling your code. * packages/acs-core-docs/www/xml/developers-guide/templates.xml: Added in link to templating documentation. * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Added in no * packages/acs-core-docs/www/xml/install-guide/postgres.xml: Took out comments that said that Postgres 7.2 works (because it doesn't). 2004-02-04 bdolicki * packages/acs-core-docs/www/files/note-procs.tcl: * packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: Fixed a bug: we used to prefetch item_id, which gets discarded and then grab a new one in the proc. Now we are relying on the caller to provide item_id prefetched on the form. (This of course sucks donkeyballs but at least it is not broken now). Also using a character entity instead of $ in $Id: ChangeLog,v 1.14 2014/10/27 16:38:50 victorg Exp $ to prevent keyword expansion. Plus, I added usage of the -message flag on the ad_returnedirect. 2004-02-03 maltes * www/blank-master.adp: The textarea in the head is not allowed in standard HTML without a form tag. Not sure what is in for anyway. 2004-02-03 lars * www/blank-master.tcl: Safeguard the acs-lang admin link, if acs-lang is not installed 2004-02-02 joela * packages/acs-core-docs/www/files/tutorial/index.adp: branches: 1.1.2; file index.adp was initially added on branch oacs-5-0. * packages/acs-core-docs/www/files/tutorial/index.tcl: branches: 1.1.2; file index.tcl was initially added on branch oacs-5-0. * packages/acs-core-docs/www/files/tutorial/myfirstpackage-procs.tcl: branches: 1.1.2; file myfirstpackage-procs.tcl was initially added on branch oacs-5-0. * packages/acs-core-docs/www/files/tutorial/note-delete.tcl: branches: 1.1.2; file note-delete.tcl was initially added on branch oacs-5-0. * packages/acs-core-docs/www/files/tutorial/note-edit.adp: branches: 1.1.2; file note-edit.adp was initially added on branch oacs-5-0. * packages/acs-core-docs/www/files/tutorial/note-edit.tcl: branches: 1.1.2; file note-edit.tcl was initially added on branch oacs-5-0. * packages/acs-core-docs/www/files/tutorial/note-list.adp: branches: 1.1.2; file note-list.adp was initially added on branch oacs-5-0. * packages/acs-core-docs/www/files/tutorial/note-list.tcl: branches: 1.1.2; file note-list.tcl was initially added on branch oacs-5-0. * packages/acs-core-docs/www/files/tutorial/note-procs.tcl: branches: 1.1.2; file note-procs.tcl was initially added on branch oacs-5-0. * packages/acs-core-docs/www/images/tutorial-data-model.png: branches: 1.1.2; file tutorial-data-model.png was initially added on branch oacs-5-0. * packages/acs-core-docs/www/files/tutorial-outline.dia: branches: 1.1.2; file tutorial-outline.dia was initially added on branch oacs-5-0. * packages/acs-core-docs/www/images/tutorial-page-map.png: branches: 1.1.2; file tutorial-page-map.png was initially added on branch oacs-5-0. * packages/acs-core-docs/www/images/tutorial-data-model.png: * packages/acs-core-docs/www/images/tutorial-page-map.png: new pictures * 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-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/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/how-do-I.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-origins.html: * packages/acs-core-docs/www/install-overview.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-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/maintenance-web.html: * packages/acs-core-docs/www/maintenance.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/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.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-advanced.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/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-openacs.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: regenerated * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: * packages/acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml: * packages/acs-core-docs/www/xml/install-guide/configuring.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: * packages/acs-core-docs/www/xml/variables.ent: tidied up the tutorial; added graphics * packages/acs-core-docs/www/files/tutorial-outline.dia: * packages/acs-core-docs/www/files/tutorial/index.adp: * packages/acs-core-docs/www/files/tutorial/index.tcl: * packages/acs-core-docs/www/files/tutorial/note-delete.tcl: * packages/acs-core-docs/www/files/tutorial/note-edit.adp: * packages/acs-core-docs/www/files/tutorial/note-edit.tcl: * packages/acs-core-docs/www/files/tutorial/note-list.adp: * packages/acs-core-docs/www/files/tutorial/note-list.tcl: * packages/acs-core-docs/www/files/tutorial/note-procs.tcl: tutorial files * packages/acs-core-docs/www/files/tutorial/index.adp: * packages/acs-core-docs/www/files/tutorial/myfirstpackage-procs.tcl: * packages/acs-core-docs/www/files/tutorial/note-delete.tcl: * packages/acs-core-docs/www/files/tutorial/note-procs.tcl: tutorial support files 2004-02-02 jader * packages/acs-core-docs/www/xml/developers-guide/form-builder.xml: Added in a section dealing with common error codes. * packages/acs-core-docs/www/xml/developers-guide/form-builder.xml: Fixed explanation of error code. 2004-02-02 bdolicki * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: Adding categorization to the tutorial (unfinished) plus some random fixes. 2004-02-01 maltes * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Added a paragraph about necessary modifications to the run script. 2004-01-30 lars * packages/acs-subsite/www/resources/site-master.css: Added style for footer-links * packages/acs-admin/www/users/one-oracle.xql: * packages/acs-admin/www/users/one-postgresql.xql: Cleaned up user admin page -- still quite crappy * packages/acs-subsite/www/register/user-join.xql: Cleaned up user-join page; haven't tested with attributes. * packages/acs-admin/www/apm/version-reload.tcl: Cleanup page * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/index.tcl: Fixed untrusted/user_id bug * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: New messages for user-join page * packages/acs-admin/www/apm/version-callbacks-add.adp: Obsolete page * packages/acs-subsite/lib/subsites.tcl: branches: 1.11.2; Join/Request membership links * packages/acs-lang/www/admin/edit-localized-message.adp: branches: 1.11.2; ul.action-links * packages/acs-admin/www/users/one.adp: branches: 1.16.2; Cleaned up user admin page -- still quite crappy * packages/acs-subsite/www/group-leave.tcl: branches: 1.2.20; Added message, let you leave non-subsite groups * packages/acs-subsite/tcl/subsite-procs.tcl: branches: 1.22.2; Cleanups, play/tabbed templates instead of default/community * packages/acs-lang/www/admin/package-list.adp: branches: 1.6.2; ul.action-links * packages/acs-subsite/www/register/user-join.tcl: branches: 1.8.2; Cleaned up user-join page; haven't tested with attributes. * packages/acs-lang/lib/conflict-link.adp: * packages/acs-lang/www/admin/export-locale-to-files.adp: * packages/acs-lang/www/admin/export-messages.adp: * packages/acs-lang/www/admin/import-locale-from-files.adp: * packages/acs-lang/www/admin/import-messages.adp: * packages/acs-lang/www/admin/index.adp: * packages/acs-lang/www/admin/lookup.adp: * packages/acs-lang/www/admin/message-list.adp: * packages/acs-lang/www/admin/message-search.adp: * packages/acs-lang/www/index.adp: ul.action-links 2004-01-30 joela * etc/config.tcl: * etc/daemontools/run: added aolserver 4 -b comments * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: removed claim that openacs works on postgresql 7.2; qualified debian package instructions for postgres 2004-01-29 lars * packages/acs-subsite/www/resources/site-master.css: - Added user message CSS - Changed arrow for action-links * www/site-master.adp: * www/site-master.tcl: - Removed context bar logic -- corresponding .adp file doesn't use it at all - Added user-message * packages/acs-tcl/tcl/form-processing-procs.tcl: Added links to available datatypes and widgets to ad_form documentation * packages/acs-subsite/www/resources/action-link-marker.png: Added new action-links graphic * packages/notifications/tcl/notification-display-procs.tcl: Added proc to just get the naked subscribe/unsubscribe URLs, depending on the user's current notification status * packages/acs-subsite/www/resources/core.js: * packages/acs-subsite/www/resources/site-master.css: Added richtext widget javascript * packages/acs-templating/tcl/richtext-or-file-procs.tcl: Added richtext_or_file widget/datatype for use with CR items * packages/acs-tcl/tcl/utilities-procs.tcl: Added util_user_message procs * packages/acs-subsite/www/resources/core.js: Changed JS for richtext_or_file widget * packages/acs-templating/tcl/richtext-procs.tcl: Cleaned up richtext datatype, to use core.js and add documentation * packages/acs-templating/tcl/richtext-or-file-procs.tcl: Fixed display mode * packages/acs-templating/tcl/spellcheck-procs.tcl: Made spellcheck use the API for richtext datatype, instead of hardcoding knowledge about its internal representation * packages/acs-templating/tcl/file-procs.tcl: Refactored template::data::transform::file so the mechanism that gets .tmpfile and .content-type from the page form can be reused. * packages/acs-templating/tcl/tag-init.tcl: Wrap the value in the generated code, so you can have values that contain space (broke when I tried to do a case tag with member_state of 'needs approval'). * packages/acs-templating/tcl/spellcheck-procs.tcl: branches: 1.14.2; My change to use the richtext API had a bug 2004-01-29 joela * packages/acs-automated-testing/www/doc/index.html: * packages/acs-automated-testing/www/doc/install.html: * packages/acs-automated-testing/www/doc/requirements.html: * packages/acs-automated-testing/www/doc/xml/requirements.xml: added requirement for logging to file * etc/install/install.tcl: put back loop_count variables from 1.19 that got killed in 1.20 and 1.21 * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: rewrote automated install instructions 2004-01-28 peterm * etc/install/install.tcl: adding back Tcl API and HTTP testing config sections that Joel removed by mistake from the config file * etc/install/install.tcl: removing obsolete crawl_links parameter from config file 2004-01-28 lars * packages/acs-tcl/tcl/form-processing-procs.tcl: Clarified error message 2004-01-28 joela * packages/acs-core-docs/www/maint-performance.html: fixed merge glitch * packages/acs-tcl/tcl/form-processing-procs.tcl: added a clue to the 'no select_query or select_query_name clause exists error' message * packages/acs-core-docs/www/eng-standards-versioning.html: adjusted release numbering rules 2004-01-28 bdolicki * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: util_url_valid_p now accepts ftp:// style URLs and also doesn't care about the case (i.e. HTTP://example.com is a valid URL). 2004-01-27 joela * etc/install/install.tcl: lots of extra comments * packages/acs-kernel/acs-kernel.info: upped version to 5.1.0d1 2004-01-27 daveb * packages/acs-content-repository/tcl/symlink-procs-oracle.xql: * packages/acs-content-repository/tcl/symlink-procs-postgresql.xql: * packages/acs-content-repository/tcl/symlink-procs.tcl: * packages/acs-content-repository/tcl/symlink-procs.xql: Adding tcl API for content_symlinks. 2004-01-26 maltes * packages/search/www/search.adp: Added the search.adp file to follow OpenACS standards. * packages/search/www/search.tcl: Changed the file to be useable in a .tcl/.adp environment, getting rid of the manual parsing happening within the .tcl file. * packages/search/www/search-results-bottom.adp: * packages/search/www/search-results-one.adp: * packages/search/www/search-results-top.adp: Removed obsolete files, now that we are using search.adp. * packages/search/www/search.adp: branches: 1.1.2; file search.adp was initially added on branch oacs-5-0. 2004-01-26 lars * packages/acs-admin/www/apm/build-repository.tcl: - Fixed problem with manifest variable not being cleared between channels - Added an exclude-packages list as a quick hack to remove packages which we now are broken (particularly dependencies not satisfied) * www/default-master.adp: Style 2004-01-26 joela * etc/install/install.sh: added a bit of error handling for daemontools linking and a warning if you aren't doing checkout * packages/acs-core-docs/www/xml/index.xml: added configuring section to index * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: minor updates 2004-01-26 jeffd * packages/acs-authentication/tcl/password-procs.tcl: * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: branches: 1.11.2; merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD * packages/acs-core-docs/www/xml/install-guide/oracle.xml: branches: 1.14.2; merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD * packages/acs-tcl/tcl/admin-procs.tcl: branches: 1.15.2; merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD * packages/acs-tcl/tcl/server-cluster-procs.tcl: branches: 1.2.6; merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: branches: 1.21.2; merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD * packages/acs-templating/tcl/element-procs.tcl: branches: 1.24.2; merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD * packages/acs-templating/tcl/date-procs.tcl: branches: 1.27.2; merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: branches: 1.4.2; merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD * packages/acs-subsite/www/members/member-invite.tcl: branches: 1.6.2; merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD * packages/acs-core-docs/www/xml/kernel/apm-design.xml: branches: 1.7.2; merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD * packages/acs-templating/tcl/currency-procs.tcl: branches: 1.8.2; merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD * packages/acs-core-docs/www/xml/developers-guide/rp.xml: branches: 1.9.2; merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD * ChangeLog: * etc/backup.sh: * etc/config.tcl: * etc/install/build-release.sh: * packages/acs-admin/acs-admin.info: * packages/acs-admin/www/users/password-reset.tcl: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-api-browser/www/type-view.tcl: * packages/acs-authentication/acs-authentication.info: * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-automated-testing/tcl/aa-test-procs.tcl: * packages/acs-automated-testing/tcl/example-procs.tcl: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-keyword.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/files/svgroup.txt: * packages/acs-core-docs/www/files/tutorial/myfirstpackage-create.sql: * packages/acs-core-docs/www/files/tutorial/myfirstpackage-create.sql~: * packages/acs-core-docs/www/files/tutorial/myfirstpackage-drop.sql: * packages/acs-core-docs/www/files/tutorial/myfirstpackage-drop.sql~: * packages/acs-core-docs/www/openacs.css: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/xml/Makefile: * packages/acs-core-docs/www/xml/README.fo: * 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/i18n.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: * packages/acs-core-docs/www/xml/engineering-standards/psgml-mode.xml: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver4.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/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/red-hat.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: * packages/acs-core-docs/www/xml/kernel/groups-design.xml: * packages/acs-core-docs/www/xml/kernel/rp-design.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/sql/oracle/upgrade/upgrade-5.0d2-5.0d3.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d7-5.0d9.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d9-5.0d13.sql: * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.5-4.6.6.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0a1-5.0.0a2.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d7-5.0d9.sql: * packages/acs-lang/acs-lang.info: * packages/acs-lang/sql/oracle/message-catalog-drop.sql: * packages/acs-lang/sql/oracle/message-catalog.sql: * packages/acs-lang/sql/oracle/upgrade-5.0.0b4-5.0.0b5.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: * packages/acs-lang/sql/postgresql/message-catalog-drop.sql: * packages/acs-lang/sql/postgresql/message-catalog.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/www/admin/import-messages.tcl: * packages/acs-lang/www/admin/message-conflicts.adp: * packages/acs-lang/www/admin/message-conflicts.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/sql/oracle/upgrade/upgrade-5.0d4-5.0d5.sql: * packages/acs-subsite/sql/oracle/user-profiles-create.sql: * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/tcl/package-procs.tcl: * packages/acs-subsite/tcl/relation-procs.tcl: * packages/acs-subsite/www/members/index.tcl: * packages/acs-subsite/www/members/index.xql: * packages/acs-subsite/www/members/member-invite-oracle.xql: * packages/acs-subsite/www/members/member-invite-postgresql.xql: * packages/acs-subsite/www/members/member-remove.tcl: * packages/acs-subsite/www/permissions/grant.tcl: * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/object-procs-oracle.xql: * packages/acs-tcl/tcl/object-procs-postgresql.xql: * packages/acs-tcl/tcl/object-procs.tcl: * packages/acs-tcl/tcl/test/html-conversion-procs.tcl: * packages/acs-tcl/tcl/text-html-procs.tcl: * packages/acs-tcl/tcl/xml-0-sgml-procs.tcl: * packages/acs-templating/acs-templating.info: * packages/acs-templating/tcl/richtext-procs.tcl: * packages/notifications/sql/oracle/upgrade/upgrade-4.6.4-5.0d1.sql: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: * readme.txt: * www/global/file-not-found.html: merge of changes between oacs-5-0-0b4 and oacs-5-0-0-final to HEAD 2004-01-25 joela * packages/acs-core-docs/www/configuring-new-site.html: * packages/acs-core-docs/www/how-do-I.html: * packages/acs-core-docs/www/images/site-templates.png: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/xml/install-guide/configuring.xml: added how-to-configure section * packages/acs-core-docs/www/configuring-new-site.html: branches: 1.1.2; file configuring-new-site.html was initially added on branch oacs-5-0. * packages/acs-core-docs/www/xml/install-guide/configuring.xml: branches: 1.1.2; file configuring.xml was initially added on branch oacs-5-0. * packages/acs-core-docs/www/how-do-I.html: branches: 1.1.2; file how-do-I.html was initially added on branch oacs-5-0. * packages/acs-core-docs/www/images/site-templates.png: branches: 1.1.2; file site-templates.png was initially added on branch oacs-5-0. 2004-01-25 daveb * packages/acs-kernel/sql/oracle/acs-objects-create.sql: Seperate delete of perissions by grantee_id into its own statement. Fixes bug#1419 2004-01-24 lars * packages/acs-subsite/www/index.tcl: * packages/acs-subsite/www/resources/site-master.css: A little less whitespace before the header * packages/acs-tcl/tcl/acs-permissions-procs.tcl: Fixed bug with thread-level caching of permissions: Typo in proc definition * packages/acs-subsite/www/group-master.adp: * packages/acs-subsite/www/resources/site-master.css: Fixed two-level tab navigation design * packages/notifications/www/manage.tcl: Listbuilder * www/site-master.adp: * www/site-master.tcl: Removed confusing login/refresh login links * packages/acs-subsite/www/admin/applications/application-add.adp: a.action -> ul.action-links * packages/acs-subsite/www/shared/community-member.adp: branches: 1.12.2; ul.action-links * packages/acs-subsite/www/pvt/home.adp: branches: 1.18.2; ul.action-links * packages/acs-tcl/tcl/acs-permissions-procs.tcl: branches: 1.23.2; Fixed another typo in permissions procs * packages/notifications/www/manage.adp: branches: 1.7.10; Listbuilder 2004-01-24 joela * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: moved, colorized compatibility chart 2004-01-24 daveb * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: Fix content_item.move and content_folder.move 2004-01-23 lars * packages/acs-subsite/www/resources/site-master.css: Added ul style action-links, which lets you do an <ul>..<li>.. of action links, instead of the old a.action class, which would make the whitespace clickable, too * packages/acs-tcl/tcl/acs-permissions-procs.tcl: Caching results of permission checks within one thread -- typically avoids 3-6 DB hits per page * packages/acs-admin/lib/service-parameters-oracle.xql: * packages/acs-admin/lib/service-parameters-postgresql.xql: Got rid of the permissions check in the query, because we only see this if we're site-wide admins, anyway * packages/acs-admin/lib/service-parameters.tcl: branches: 1.5.10; Got rid of the permissions check in the query, because we only see this if we're site-wide admins, anyway 2004-01-23 joela * packages/acs-core-docs/www/xml/install-guide/maintenance-performance.xml: added diagnosis * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/maintenance.html: added perfomance diagnosis section * packages/acs-core-docs/www/images/query-duration.png: added picture of query analysis * packages/acs-core-docs/www/releasing-openacs.html: * packages/acs-core-docs/www/update-repository.html: added repository-building instructions * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/xml/index.xml: diagnosis section * packages/acs-core-docs/www/maint-performance.html: * packages/acs-core-docs/www/xml/install-guide/maintenance-performance.xml: fixed query doc link 2004-01-23 daveb * packages/acs-content-repository/sql/oracle/content-extlink.sql: Add optional name parameter to content_exlink.copy. * packages/acs-content-repository/sql/oracle/content-symlink.sql: Add optional name parameter to content_symlink.copy. * 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-symlink.sql: Added optional name parameter for copy functions. * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: Adding optional name for content_folder.copy. Adding new package definitions for changes in procedures. * packages/acs-content-repository/sql/oracle/content-item.sql: Fix missing commas in function definitions * packages/acs-content-repository/sql/oracle/packages-create.sql: Fix typos. * packages/acs-content-repository/sql/oracle/content-extlink.sql: * packages/acs-content-repository/sql/oracle/content-symlink.sql: Last of the typos! * packages/acs-content-repository/sql/oracle/content-extlink.sql: * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-symlink.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: More small fixes with misplaced commas etc. * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0-5.1.0d1.sql: Upgrade scripts for changes to copy and move. Bumped up version number. * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.0.0-5.1.0d1.sql: branches: 1.1.2; Upgrade scripts for changes to copy and move. Bumped up version number. 2004-01-22 lars * packages/acs-core-docs/www/xml/releasing-openacs.xml: Added documentation for rebuilding the openacs.org repository. * www/blank-master.adp: * www/blank-master.tcl: Added meta generator openacs version * packages/acs-admin/www/apm/build-repository.tcl: Changed head_channel from 5-0 to 5-1 * packages/acs-admin/www/apm/build-repository.tcl: Fixed bug in repository-building, it wiped the directory before each new channel, thus wiping the channels already built * packages/acs-tcl/tcl/request-processor-procs.tcl: Fixed problem with last night's bug-fix: Now subsite_id was blank, not unset, which caused it to never get computed * packages/acs-admin/www/apm/build-repository.tcl: Fixed to handle oacs-5-0 branch, where the release tags are named openacs-...-final 2004-01-22 daveb * packages/acs-content-repository/sql/oracle/content-item.sql: Added optional name parameter to content_item.copy and content_item.move. * packages/acs-content-repository/sql/postgresql/content-item.sql: Added versions of content_item__copy and content_item__move to support optional name parameter to copy/move and rename in one step. 2004-01-21 maltes * packages/acs-mail-lite/sql/oracle/acs-mail-lite-create.sql: Approved Dirk's changes (thanks a lot) and put them into the upgrade scripts as well. I did not test the upgrade, maybe someone with a running Oracle installation can do. * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Fixed problem with not determinable package_id. Fixed problem with mails not beeing send to users that are not members of the site. * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql: More changes due to continuous user_id and user_name problems. Looking forward to more testing by others. * packages/acs-mail-lite/sql/oracle/upgrade/acs-mail-lite-upgrade-0.1d-0.2a.sql: branches: 1.2.2; Approved Dirk's changes (thanks a lot) and put them into the upgrade scripts as well. I did not test the upgrade, maybe someone with a running Oracle installation can do. 2004-01-21 lars * packages/acs-tcl/tcl/request-processor-procs.tcl: Fixed bug #1397: subsite_id not reset by ad_conn -reset * packages/acs-authentication/tcl/authentication-procs.tcl: Fixed bug #1398 with fix from Christian Eva 2004-01-21 joela * packages/acs-automated-testing/www/doc/index.html: * packages/acs-automated-testing/www/doc/install.html: * packages/acs-automated-testing/www/doc/requirements.html: * packages/acs-automated-testing/www/doc/xml/index.xml: * packages/acs-automated-testing/www/doc/xml/requirements.xml: added notes from chat discussion * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-lang/acs-lang.info: * packages/acs-messaging/acs-messaging.info: * packages/acs-reference/acs-reference.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: * readme.txt: updated core package version numbers to 5.0.0 * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-package-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/credits.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/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-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/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.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-advanced.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/unix-installation.html: * packages/acs-core-docs/www/upgrade-openacs.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 version to 5.0.0 2004-01-21 dirkg * packages/acs-mail-lite/sql/oracle/acs-mail-lite-create.sql: Fixed the create table statements, so that the tables are being created under Oracle. Not sure about the semantics, needs to be double-checked by Malte (see #1393) 2004-01-20 daveb * packages/acs-tcl/tcl/text-html-procs.tcl: Fix handling of HTML comments in util_close_html_tags. Fixes bug #1386. 2004-01-19 joela * packages/acs-kernel/acs-kernel.info: changed version back to b4 from rc2 because install can't handle rc suffix 2004-01-18 joela * packages/acs-automated-testing/www/doc/index.html: * packages/acs-automated-testing/www/doc/install.html: * packages/acs-automated-testing/www/doc/requirements.html: * packages/acs-automated-testing/www/doc/xml/Makefile: * packages/acs-automated-testing/www/doc/xml/index.xml: * packages/acs-automated-testing/www/doc/xml/requirements.xml: Added detailed requirements xml and html * ChangeLog: branches: 1.1.2; file ChangeLog was initially added on branch oacs-5-0. * packages/acs-core-docs/www/install-php.html: branches: 1.1.2; file install-php.html was initially added on branch oacs-5-0. * packages/acs-core-docs/www/install-squirrelmail.html: branches: 1.1.2; file install-squirrelmail.html was initially added on branch oacs-5-0. * packages/acs-core-docs/www/files/tutorial/myfirstpackage-create.sql: branches: 1.1.2; file myfirstpackage-create.sql was initially added on branch oacs-5-0. * packages/acs-core-docs/www/files/tutorial/myfirstpackage-create.sql~: branches: 1.1.2; file myfirstpackage-create.sql~ was initially added on branch oacs-5-0. * packages/acs-core-docs/www/files/tutorial/myfirstpackage-drop.sql: branches: 1.1.2; file myfirstpackage-drop.sql was initially added on branch oacs-5-0. * packages/acs-core-docs/www/files/tutorial/myfirstpackage-drop.sql~: branches: 1.1.2; file myfirstpackage-drop.sql~ was initially added on branch oacs-5-0. * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-package-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/credits.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/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/files/tutorial/myfirstpackage-create.sql: * packages/acs-core-docs/www/files/tutorial/myfirstpackage-create.sql~: * packages/acs-core-docs/www/files/tutorial/myfirstpackage-drop.sql: * packages/acs-core-docs/www/files/tutorial/myfirstpackage-drop.sql~: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-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-steps.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.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-advanced.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/unix-installation.html: * packages/acs-core-docs/www/upgrade-openacs.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/developers-guide/tutorial-db.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: fixed some typos in tutorial, changed tutorial to include some files in files/tutorial, fixed/simplified service0 unix user creation; added html versions of squirrelmail and php * ChangeLog: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-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/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-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/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.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-advanced.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/unix-installation.html: * packages/acs-core-docs/www/upgrade-openacs.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/variables.ent: * packages/acs-kernel/acs-kernel.info: * readme.txt: updated version number to rc2 2004-01-17 joela * packages/acs-automated-testing/www/doc/xml/Makefile: * packages/acs-automated-testing/www/doc/xml/index.xml: * packages/acs-automated-testing/www/doc/xml/install.xml: * packages/acs-automated-testing/www/doc/xml/requirements.xml: added skeleton docs for auto-testing 2004-01-16 vinodk * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d7-5.0d9.sql: Changes to apm_package_version__delete and apm_package_version__copy didn't get into an upgrade script * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0a1-5.0.0a2.sql: Upgrade script for auth_driver_params changes * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0a1-5.0.0a2.sql: branches: 1.1.2; file upgrade-5.0.0a1-5.0.0a2.sql was initially added on branch oacs-5-0. 2004-01-16 maltes * packages/acs-mail-lite/sql/oracle/acs-mail-lite-create.sql: Changed type text to clob or varchar(400) for the to_addr. 2004-01-16 joela * packages/acs-core-docs/www/tutorial-advanced.html: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: Simon added notifications section 2004-01-16 daveb * packages/acs-content-repository/tcl/item-procs-oracle.xql: * packages/acs-content-repository/tcl/item-procs-postgresql.xql: * packages/acs-content-repository/tcl/item-procs.xql: Finish fixing item::publish. Move oracle queries to -oracle.xql. Fix item::unpublish in the same way. * packages/acs-content-repository/tcl/item-procs-postgresql.xql: * packages/acs-content-repository/tcl/item-procs.tcl: Fix item::publish. Refernce to wrong variable, add postgresql version of plsql call. * packages/acs-content-repository/tcl/item-procs-postgresql.xql: Fix mistake where oracle query was pasted into postgresql file. * packages/acs-content-repository/tcl/item-procs.tcl: branches: 1.18.2; Finish fixing item::publish. Move oracle queries to -oracle.xql. Fix item::unpublish in the same way. * packages/acs-content-repository/tcl/item-procs.xql: branches: 1.6.2; Ok, last time. Generic query was named incorrectly. * packages/acs-content-repository/tcl/item-procs-postgresql.xql: branches: 1.8.2; Fixing another typo. 2004-01-15 tilmanns * packages/acs-subsite/www/resources/site-master.css: Removing margin-top: 0px for all headlines since that results in headlines sticking to the previous paragraph in a confusing way. css-expert daveb approved. 2004-01-15 donb * packages/acs-subsite/tcl/package-procs.tcl: Fixed new package_exec_lsql proc and also fixed bug involving funcs which have parameters named "key" etc by renaming internal vars "__key" etc as needed ... * packages/acs-subsite/tcl/package-procs-postgresql.xql: branches: 1.12.2; Fixed new package_exec_lsql proc and also fixed bug involving funcs which have parameters named "key" etc by renaming internal vars "__key" etc as needed ... * packages/acs-subsite/tcl/package-procs-oracle.xql: branches: 1.8.2; Fixed new package_exec_lsql proc and also fixed bug involving funcs which have parameters named "key" etc by renaming internal vars "__key" etc as needed ... 2004-01-14 maltes * packages/acs-mail-lite/sql/oracle/acs-mail-lite-create.sql: * packages/acs-mail-lite/sql/oracle/upgrade/acs-mail-lite-upgrade-0.1d-0.2a.sql: * packages/acs-mail-lite/tcl/acs-mail-lite-init.tcl: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.xql: New Version of Acs-Mail-Lite with support for bounce management * 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/acs-mail-lite-upgrade-0.1d-0.2a.sql: Upgrade files for postgres for the new version of acs-mail-lite. * packages/acs-mail-lite/tcl/acs-mail-lite-procs-oracle.xql: * packages/acs-mail-lite/tcl/acs-mail-lite-procs-postgresql.xql: branches: 1.3.2; New Version of Acs-Mail-Lite with support for bounce management * packages/acs-mail-lite/acs-mail-lite.info: branches: 1.7.2; New Version of Acs-Mail-Lite with support for bounce management 2004-01-14 lars * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-templating/tcl/acs-integration-procs.tcl: Moved setting of ad_conn subsite_id to the ad_conn proc itself, so it'll always be set, and not just for tcl/adp files * packages/acs-templating/resources/forms/standard.adp: branches: 1.14.2; Removed specific font-stuff in the template 2004-01-14 joela * packages/acs-tcl/tcl/00-database-procs.tcl: Changing most Returns to @return in proc docs 2004-01-14 donb * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: Fixed bug 1361 2004-01-14 dirkg * packages/acs-subsite/tcl/group-procs.xql: Fixed Bug #1373 in ACS-Subsite by using Jade's patch 415 2004-01-13 peterm * packages/acs-templating/tcl/wizard-procs.tcl: wizard::create needs to set wizard:columns variable for template:multirow proc to work 2004-01-12 joela * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: added test for @returns 2004-01-11 lars * packages/acs-templating/tcl/list-procs.tcl: Added provision for sorting in Tcl using template::multirow sort * packages/acs-templating/tcl/query-procs.tcl: Fixed bug in template::multirow sort - forgot to set the rownum attribute * packages/acs-tcl/tcl/request-processor-procs.tcl: Got rid of the 3 ds_comment's always present, and moved them into RP-info structure * packages/acs-admin/www/apm/version-reload.tcl: Made return use action CSS * packages/acs-automated-testing/tcl/aa-test-procs.tcl: Marked aa_run_with_teardown public * packages/acs-tcl/tcl/utilities-procs.tcl: Marked util_unlist public * packages/acs-tcl/tcl/site-nodes-procs.tcl: TODO comment * packages/acs-lang/www/index.adp: Use CSS class 'button' 2004-01-11 joela * www/global/file-not-found.html: removed word placeholder * 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-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/configure.html: * packages/acs-core-docs/www/credits.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/i18n-requirements.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-origins.html: * packages/acs-core-docs/www/install-overview.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-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/maintenance-web.html: * packages/acs-core-docs/www/maintenance.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.css: * 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/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.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-advanced.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/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-openacs.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/developers-guide/i18n.xml: * packages/acs-core-docs/www/xml/engineering-standards/psgml-mode.xml: * packages/acs-core-docs/www/xml/for-everyone/release-notes.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/variables.ent: * readme.txt: upgrade documentation to rc1 2004-01-10 vinodk * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d7-5.0d9.sql: drop table statements won't work until the view is dropped 2004-01-09 donb * packages/acs-templating/tcl/parse-procs.tcl: Template engine now localizes message strings embedded within @variables@ 2004-01-08 maltes * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Added author blurb * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Added installation instructions for AOLserver4 and nsopenssl 3 * packages/acs-core-docs/www/install-nsopenssl.html: Added instructions on how enable nsopenssl on AOLserver4 * packages/acs-core-docs/www/xml/install-guide/other-software.xml: added installation instructions for PHP and Squirrelmail 2004-01-08 lars * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/whos-online-procs.tcl: - Count number of online users - Started work to keep track of anonymous users online * packages/acs-admin/www/cache/flush-cache.tcl: * packages/acs-admin/www/cache/flush.tcl: Accept return_url * www/site-master.adp: * www/site-master.tcl: Added number of users online to site-master bar * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/whos-online-procs.tcl: Don't pass in IP address to whos_online, it can grab it itself 2004-01-07 lars * packages/acs-subsite/www/resources/Copy16.gif: * packages/acs-subsite/www/resources/Copy24.gif: Added Copy icon * packages/acs-subsite/www/resources/core.js: * www/blank-master.adp: * www/blank-master.tcl: Added a file to hold our base javascript library * packages/acs-subsite/www/resources/site-master.css: Improved developer-support, including stylesheet * www/blank-master.adp: * www/blank-master.tcl: * www/site-master.adp: * www/site-master.tcl: Improved developer-support, including the way it's integrated into the site masters * packages/acs-tcl/tcl/request-processor-procs.tcl: Made templated server error page more robust against errors during parsing of the error page template * packages/acs-templating/resources/forms/standard.adp: * packages/acs-templating/www/resources/forms.css: Tightened the display of formgroup tables, there was too much whitespace 2004-01-07 donb * packages/acs-tcl/tcl/text-html-procs.tcl: Changed ad_quotehtml to use "string map", which is faster than the old regexp approach. Thanks to Daniel Mantione... 2004-01-06 peterm * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: branches: 1.1.2; integrity violation fix for acs_object__delete function. Making it delete matching acs_permission.grantee_id records in addition to the object_id ones. Bumping version of kernel to 5.0.0b5 * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: integrity violation fix for acs_object__delete function. Making it delete matching acs_permission.grantee_id records in addition to the object_id ones. Bumping version of kernel to 5.0.0b5 2004-01-06 maltes * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Added DB wrappers to the instructions * packages/acs-core-docs/www/aolserver4.html: Added database wrapper information * packages/acs-core-docs/www/xml/install-guide/openacs.xml: Added instructions for creating the service0 group * packages/acs-core-docs/www/xml/install-guide/other-software.xml: Added instructions on how to enable FTS for a package * packages/acs-core-docs/www/install-full-text-search.html: Changed to reflect new 5-0 admin interface and added instructions on how to enable packages 2004-01-06 lars * packages/acs-subsite/www/resources/site-master.css: - Added styles for tabs on normal pages - Added styles for developer-toolbar, forthcoming * packages/acs-templating/tcl/wizard-procs.tcl: - Killed the automatic handling of back-buttons in the wizard, since it causes the form to not save changes when you hit back - Allowed 'wizard get_current_step' to take an optional starting step, which can depend on the state * packages/acs-templating/tcl/list-procs.tcl: * packages/acs-templating/tcl/wizard-procs.tcl: Added @see comments * packages/acs-subsite/www/resources/site-master.css: More tabs 2004-01-05 peterm * etc/install/tcl/dotlrn-procs.tcl: updating hard coded term data after new year shift * etc/install/tcl/dotlrn-procs.tcl: variable names in log_alert statements were wrong 2004-01-05 lars * packages/acs-subsite/www/group-master.adp: * packages/acs-subsite/www/group-master.tcl: Added subnavbar_links to group-master template * packages/acs-tcl/tcl/request-processor-procs.tcl: Make a copy of global errorInfo, otherwise it'll get overwritten before we get to use it * packages/acs-subsite/www/admin/applications/application-delete.adp: Make buttons, not plain links * packages/acs-subsite/www/admin/applications/index.tcl: Sort applications by instance name * www/site-master.adp: * www/site-master.tcl: UI cleanup * packages/acs-subsite/www/admin/site-map/index.tcl: branches: 1.21.2; Had forgotten to take out call to ad_footer * packages/acs-content-repository/tcl/item-procs.tcl: item::get_content: Made revision optional, if you provide item_id 2004-01-04 maltes * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Added information on how to install TCL first * packages/acs-core-docs/www/xml/Makefile: Changed the location of the new fink installation for docbook-xsl to /sw/share/xml instead of /sw/share/xml/xsl/ 2004-01-04 lars * packages/acs-templating/tcl/list-procs.tcl: Do lc_numeric on group/totals * packages/acs-tcl/tcl/form-processing-procs.tcl: Fixed bug: global ad_to_sql/af_from_sql/af_to_html weren't global'd, causing ad_form to forget from call to call (e.g. when you -extend a form) * packages/acs-tcl/tcl/defs-procs.tcl: Templated ad_return_complaint page * packages/acs-subsite/lib/subsites.tcl: Use untrusted_user_id for list of subsites to show * packages/acs-templating/www/resources/lists.css: branches: 1.4.2; Smaller size tables * packages/acs-tcl/tcl/site-nodes-procs.tcl: site_node::get_children - return element 2004-01-03 donb * packages/acs-subsite/tcl/package-procs-oracle.xql: * packages/acs-subsite/tcl/package-procs-postgresql.xql: * packages/acs-subsite/tcl/package-procs.tcl: * packages/acs-subsite/tcl/package-procs.xql: Added "package_exec_plsql" which, like "package_instantiate_object", allows one to call PLSQL from Tcl, which reduces the need for oracle/pg-specific XQL files. 2004-01-02 tilmanns * packages/acs-subsite/www/permissions/grant.tcl: Fixes Bug #1286: Changing permission for a given group erases previous permissions already given for that same group on the refered object. * packages/acs-authentication/tcl/authentication-procs.tcl: Fixing an obvious typo - it still doesn't seem to work right when email is used as username and the email is taken already, but it's a step closer. * packages/acs-authentication/tcl/authentication-procs.tcl: Fixing auto-generation of usernames when email was already taken. Since (username) is empty on that point the following query never returned any rows and xxx-2 was always created, so it failed if xxx-2 was already existing. 2003-12-31 lars * packages/acs-templating/tcl/query-procs.tcl: Added a template::multirow sort command option * packages/acs-admin/www/index-oracle.xql: * packages/acs-admin/www/index-postgresql.xql: * packages/acs-admin/www/index.adp: * packages/acs-admin/www/index.tcl: Show full path to subsites for administration, sorted by path, so the hierarchy displays correctly 2003-12-30 tracya * packages/acs-subsite/sql/oracle/upgrade/upgrade-5.0d4-5.0d5.sql: * packages/acs-subsite/sql/oracle/user-profiles-create.sql: del/delete typo * packages/notifications/sql/oracle/upgrade/upgrade-4.6.4-5.0d1.sql: delete--> del upgrade 2003-12-30 lars * packages/acs-templating/tcl/richtext-procs.tcl: - Support for synonyms for richtext properties - Error when illegal property specified * packages/acs-subsite/tcl/subsite-procs.tcl: Added 'new subsite' to nav bar * packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Added 'refresh login', ordering * packages/acs-templating/www/resources/sort-ascending.png: * packages/acs-templating/www/resources/sort-descending.png: Added png's for sort order in list-builder * packages/acs-subsite/www/group-master.adp: Cleaned up navigation * packages/acs-tcl/tcl/acs-permissions-procs.tcl: Committed experimental fix for untrusted_user_id problem mentioned in forums posting at http://openacs.org/forums/message-view?message_id=152083 * packages/acs-tcl/tcl/security-procs.tcl: Experimental fix for login timeout problem * packages/acs-subsite/www/resources/site-master.css: Improved design, improved css usage * packages/acs-templating/www/resources/lists.css: Improved list style-sheet * packages/acs-templating/resources/lists/table.adp: Improved list-builder design, cleaned up CSS * packages/acs-subsite/www/index.adp: Made index page more portal-like, cleaned up links * packages/acs-subsite/www/group-master.tcl: Make context bar go from top of the site * packages/acs-subsite/www/members/index.tcl: Moved all actions to last column * packages/acs-tcl/tcl/defs-procs.tcl: Templated another error page * packages/acs-subsite/www/admin/site-map/index.tcl: Templated site-map page, quick-and-dirty * packages/acs-tcl/lib/ad-return-error.adp: * packages/acs-tcl/lib/page-error.adp: Templated some error pages * packages/acs-subsite/lib/applications.adp: * packages/acs-subsite/lib/applications.tcl: * packages/acs-subsite/lib/subsites.adp: * packages/acs-subsite/lib/subsites.tcl: Use list-builder actions instead of separate links * packages/acs-subsite/www/admin/site-map/index.adp: branches: 1.1.2; Templated site-map page, quick-and-dirty 2003-12-30 daveb * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: Add new version of acs__add_user to upgrade script. Fixes bug#1311 * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: Additional fix for bug#1311. Drop and recreate acs_user__new function. * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: Drop the old acs__add_user, the signature is different. 2003-12-29 tracya * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d7-5.0d9.sql: upgrade problems. Adding package headers to accompany bodies and adding site_nodes package so site_node.del is defined * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d9-5.0d13.sql: upgrade problems. Placing package definitions above bodies so they compile 2003-12-29 dirkg * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/document-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: * packages/acs-templating/tcl/filter-procs.tcl: * packages/acs-templating/tcl/query-procs.tcl: * packages/acs-templating/www/doc/demo/error.tcl: * packages/acs-templating/www/doc/demo/implicit_escape.adp: all TCL's clock clicks always with the -milliseconds option. The TCL manual explicitly states that without this switch the return result is platform dependant. The OpenACS code works at the millisecond granulartiy and silently assumes that 1 millisecond equals 1000 clicks which is not necessarily true. I used this shell script to automatize the replacing: #!/bin/bash for file in `grep -lsr "\[clock clicks\]" /web/openacs-head/packages/ `; do echo "repairing $file" sed "s/\[clock clicks\]/\[clock clicks -milliseconds\]/g" $file > fout mv fout $file done And then grepped for grep -r "expr.*clock clicks" /web/openacs-head/packages/ to manually remove the divisions by 1000. 2003-12-24 tilmanns * packages/acs-templating/tcl/richtext-procs.tcl: Clarifying api-documentation. * packages/acs-templating/tcl/currency-procs.tcl: * packages/acs-templating/tcl/date-procs.tcl: * packages/acs-templating/tcl/richtext-procs.tcl: Make set_ and get_property emit an error instead of silently failing when specifying a non-existing property name. Some api-documentation. 2003-12-24 donb * packages/acs-bootstrap-installer/installer/index.tcl: Improved the detection of the port on which we're running, so the default form value on the installation info page is set correctly. For my beta version of AOLserver, at least, ns_conn port is not reliable. And unlike the documentation's claim, ns_info port is not supported. The code now checks nssock and defaults to ns_conn port rather than use ns_conn port exclusively. 2003-12-23 tracya * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d2-5.0d3.sql: redifining acs-object package to use del instead of delete 2003-12-22 tilmanns * packages/acs-templating/tcl/element-procs.tcl: Wrapping the output of element::render in [string trim] so that it doesn't pre- or append spaces before the output, to avoid borking html layouts that depend on having no spaces in the form, e.g. so that input elements don't get wrapped inside a td tag. 2003-12-22 lars * packages/acs-subsite/tcl/group-procs.tcl: - Added group::remove_member proc - Fixed group::add_member, so if you're adding a non-membership_rel member, we also add a membership_rel * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: Added acs-kernel.common_Administration message key * packages/acs-subsite/www/members/member-invite-oracle.xql: * packages/acs-subsite/www/members/member-invite-postgresql.xql: Also offer to add users who already have an admin_rel, but no membership_rel * packages/acs-subsite/www/index.adp: Changed admin link from 'Admin' to 'Administration' * packages/acs-subsite/www/admin/applications/application-delete.tcl: Delete the site nodes and the instances in separate transactions, since most packages don't delete their instances cleanly * packages/acs-subsite/lib/services.tcl: Honor unstrusted logins * packages/acs-subsite/tcl/subsite-procs.tcl: If IndexRedirectUrl is set, and it's a package inside the subsite, show that as the first tab * packages/acs-subsite/tcl/relation-procs.tcl: Made relation_add not bomb with stupid 'can't read rel_id: no such variable' error when relation already exists * packages/acs-subsite/www/members/member-remove.tcl: Remove both membership_rel and admin_rel when removing members * packages/acs-subsite/www/members/index.tcl: Removing members now requires user_id, not rel_id, because we may need to remove more than one rel * packages/acs-tcl/lib/complain.adp: Template the ad_page_contract complain page * packages/acs-tcl/lib/page-error.adp: * packages/acs-tcl/tcl/request-processor-procs.tcl: Template the error page * packages/acs-subsite/www/shared/parameters.tcl: branches: 1.10.6; title as 'instance_name Parameters' instead of just 'Parameters' * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: branches: 1.18.4; Template the ad_page_contract complain page * packages/acs-subsite/www/members/member-invite.tcl: group::add_member now handles admin_rels correctly, so we don't need the bandaid here 2003-12-19 daveb * packages/acs-tcl/tcl/test/html-conversion-procs.tcl: Added test case for ad_html_security_check_href_allowed 2003-12-18 peterm * packages/acs-tcl/tcl/community-core-procs.tcl: adding proc party::approved_members 2003-12-18 lars * packages/acs-templating/tcl/date-procs.tcl: - Added 'ansi' to date::get_property - Fixed error in date::set_property ansi, where the error thrown had a reference to the wrong variable * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: Added util::randomize_list, including automated test case * packages/acs-kernel/acs-kernel.info: Clarified that a restart is required when changing LoginTimeout kernel parameter * packages/acs-templating/tcl/date-procs.tcl: Only trim value in set_property when setting single-value properties, otherwise 0000-01-01 will get munged into -01-01, causing ansi property to fail * packages/acs-subsite/www/admin/users/new.tcl: branches: 1.7.2; Hack to make page work by calling auth::create_user instead of ad_user_new - should really use acs-subsite/lib/user-new includelet instead 2003-12-18 joela * packages/acs-core-docs/www/xml/install-guide/macinstall.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/upgrade.xml: Joel & Malte's mac work * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/aolserver4.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-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/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-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/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.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-advanced.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/unix-installation.html: * packages/acs-core-docs/www/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-openacs.html: * packages/acs-core-docs/www/upgrade-overview.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: added mac notes 2003-12-17 lars * packages/acs-tcl/tcl/utilities-procs.tcl: Allow -anchor switch to export_vars * packages/acs-tcl/tcl/acs-permissions-procs.tcl: * packages/acs-tcl/tcl/text-html-procs.tcl: Slight hack to make HTMLified text not have whitespace at the end 2003-12-17 joela * etc/backup.sh: fixed TYPE conditional expression * etc/backup.sh: fixing other TYPE conditional expression 2003-12-16 peterm * packages/acs-templating/tcl/element-procs.tcl: bugfix in template::element::set_values proc. It should set element(values) to the passed in list of values, not a list containing the passed in list. 2003-12-16 joela * packages/acs-core-docs/www/aolserver4.html: added new section * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: added pg 7.3 upgrade * packages/acs-core-docs/www/aolserver4.html: branches: 1.1.2; file aolserver4.html was initially added on branch oacs-5-0. * packages/acs-core-docs/www/upgrade-openacs-files.html: branches: 1.1.2; file upgrade-openacs-files.html was initially added on branch oacs-5-0. * packages/acs-core-docs/www/upgrade-openacs.html: branches: 1.1.2; file upgrade-openacs.html was initially added on branch oacs-5-0. * packages/acs-core-docs/www/upgrade-overview.html: branches: 1.1.2; file upgrade-overview.html was initially added on branch oacs-5-0. * packages/acs-core-docs/www/upgrade-supporting.html: branches: 1.1.2; file upgrade-supporting.html was initially added on branch oacs-5-0. * packages/acs-core-docs/www/upgrade-detail.html: removed html page rendered unneeded by xml restructure * 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/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/configure.html: * packages/acs-core-docs/www/credits.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/i18n-requirements.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-origins.html: * packages/acs-core-docs/www/install-overview.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-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/maintenance-web.html: * packages/acs-core-docs/www/maintenance.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/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.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-advanced.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/upgrade-openacs-files.html: * packages/acs-core-docs/www/upgrade-openacs.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/index.xml: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: revised upgrade section 2003-12-16 jlaine * packages/acs-core-docs/www/xml/engineering-standards/psgml-mode.xml: Fixed bug #1298 and added one missing end parenthesis 2003-12-16 jeffd * packages/acs-core-docs/www/xml/Makefile: * packages/acs-core-docs/www/xml/README.fo: * packages/acs-core-docs/www/xml/kernel/groups-design.xml: add some makefile comments, add note on pdf with later versions of docbook-xsl * packages/acs-core-docs/www/xml/developers-guide/cvs.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: * packages/acs-core-docs/www/xml/releasing-openacs.xml: fix a few validation problems, add cvs ids to a few sections * packages/acs-core-docs/www/xml/developers-guide/form-builder.xml: * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: minor typo and validation err 2003-12-16 daveb * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.5-4.6.6.sql: Fix creation of admin role. Patch#395 from Robert Gaszewski 2003-12-15 maltes * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: Added documentation for AOLserver4 * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: branches: 1.1.2; file aolserver4.xml was initially added on branch oacs-5-0. 2003-12-15 lars * packages/acs-tcl/tcl/utilities-procs.tcl: Added util::array_list_spec_pretty proc 2003-12-15 joela * packages/acs-core-docs/www/xml/install-guide/overview.xml: added explanation of prompt * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver4.xml: * packages/acs-core-docs/www/xml/releasing-openacs.xml: formatting fixes; updated release notes slightly 2003-12-15 jeffd * packages/acs-api-browser/www/type-view.tcl: * packages/acs-automated-testing/tcl/aa-test-procs.tcl: * packages/acs-automated-testing/tcl/example-procs.tcl: * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: * packages/acs-subsite/tcl/package-procs.tcl: * packages/acs-tcl/tcl/admin-procs.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/object-procs-oracle.xql: * packages/acs-tcl/tcl/object-procs-postgresql.xql: * packages/acs-tcl/tcl/object-procs.tcl: * packages/acs-tcl/tcl/server-cluster-procs.tcl: add -public and -private for some procs, minor bug in acs_object::get some @see notes * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: apm_package__singleton_p returns an integer, not a boolean * packages/acs-lang/sql/oracle/message-catalog-drop.sql: * packages/acs-lang/sql/postgresql/message-catalog-drop.sql: drop lang_messages_audit and lang_messages_keys bug 1291 * packages/acs-tcl/tcl/xml-0-sgml-procs.tcl: fix entity namespace default * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: fix indents on recovery.xml, mention installs on 9i, mention does not on pg7.2, fix userinput on some recovery instructions, fix tar flags for extract (was xzv rather than xzf) * packages/acs-core-docs/www/xml/kernel/apm-design.xml: * packages/acs-core-docs/www/xml/kernel/rp-design.xml: fix links in some design docs to the api-doc (acs-kernel tcl code was moved to acs-tcl, some time in the last millenium) * packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: make some more things into userinput and replaceable, break a few long lines. * packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: make the user:dir$ prompts match the canonical form * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: make upgrade scripts work, make it a little safer for accidental resourcing (so it won't step on existing usernames), drop views, patch 391 Robert Gaszewski * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/analog-install.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/credits.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/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/images/ext-auth.png: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-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/install-tclwebtest.html: * packages/acs-core-docs/www/ix01.html: * packages/acs-core-docs/www/ld-id2890769.html: * packages/acs-core-docs/www/ld-id2913366.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.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-advanced.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/unix-installation.html: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: regen docs post promptulation * packages/acs-core-docs/www/xml/developers-guide/rp.xml: * packages/acs-core-docs/www/xml/kernel/apm-design.xml: remove textobjects from a two images since the description is not useful and its annoying to have to cvs add the files all the time * packages/acs-core-docs/www/xml/developers-guide/cvs.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/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/red-hat.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: take server name out of the prompts * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: typo -proc instead of -public, bug 1295 2003-12-15 donb * packages/acs-kernel/sql/oracle/utilities-create.sql: Removed unused Java-based function from the Oracle version. 2003-12-15 daveb * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d7-5.0d9.sql: Correctly drop column and view otherwise upgrade script fails. Drop column is supported on pg 7.3 and 5.0 only supports pg 7.3 2003-12-14 lars * packages/acs-templating/tcl/list-procs.tcl: - Default multirow to list-template name. - Throw error if you're providing bulk_actions, but haven't set the key * packages/acs-subsite/tcl/subsite-procs-oracle.xql: * packages/acs-subsite/tcl/subsite-procs-postgresql.xql: * packages/acs-subsite/tcl/subsite-procs.tcl: Added API to get list of available applications * packages/acs-subsite/www/resources/site-master.css: Added experimentational action link class * packages/acs-subsite/www/admin/applications/application-add-oracle.xql: * packages/acs-subsite/www/admin/applications/application-add-postgresql.xql: * packages/acs-subsite/www/admin/applications/application-add.adp: * packages/acs-subsite/www/admin/applications/multiple-add.adp: * packages/acs-subsite/www/admin/applications/multiple-add.tcl: Added page to add multiple applications in one go * packages/acs-lang/tcl/locale-procs.tcl: * packages/acs-lang/tcl/locale-procs.xql: Added proc to get options-list of enabled locales * packages/acs-lang/www/admin/index.adp: Hide untranslated counts for locales that are not enabled and have zero localized messages (i.e. messages haven't been loaded yet) * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: Recognize files in lib as include_pages * packages/acs-subsite/www/admin/applications/application-add.tcl: branches: 1.8.2; Added page to add multiple applications in one go 2003-12-13 maltes * packages/acs-core-docs/www/files/osx-postgres-startup-item.tgz: Added the tarfile to be extracted in /Library/StartupItems to allow automatic startup of Postgres on Mac OS X * packages/acs-core-docs/www/files/osx-postgres-startup-item.tgz: branches: 1.1.2; Added the tarfile to be extracted in /Library/StartupItems to allow automatic startup of Postgres on Mac OS X 2003-12-13 lars * packages/acs-bootstrap-installer/installer.tcl: * packages/acs-bootstrap-installer/installer/index.tcl: Partial fix for bug #1283: Default value for system_url 2003-12-13 jeffd * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: branches: 1.1.2; file upgrade-5.0.0b4-5.0.0b5.sql was initially added on branch oacs-5-0. * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-keyword.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: fix assign to constant var, bump to 5.0.0b5, provide upgrade, bug 1281 patch 389 Walter McGinnis * packages/acs-core-docs/www/files/svgroup.txt: minor change to test commit * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: split getting max version into two queries for performance, don't assign to constant in acs_rel_type__drop_type * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: typo from last commit 2003-12-12 peterm * etc/config.tcl: adding OutputCharset and URLCharset lines that can be commented in for multilingual sites * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: adding a note about settings to get UTF8 to work with AOLserver * packages/acs-lang/www/admin/message-conflicts.tcl: adding upgrade_status filter * packages/acs-subsite/www/members/index.xql: bug fix: removing semicolon from xql file * packages/acs-lang/tcl/lang-message-procs.tcl: changing name of db_dml statement to be more appropriate * packages/acs-lang/tcl/lang-catalog-procs.tcl: changing to always create catalog backup file on export even if one already exists (not sure if this is necessarily the right thing to do, but at least it's what I seem to need most often) * packages/acs-lang/tcl/lang-catalog-procs.tcl: number of processed messages wasn't being counted properly by import_messages proc 2003-12-12 lars * packages/acs-admin/www/users/password-reset.tcl: * packages/acs-authentication/tcl/password-procs.tcl: Fixed bug #1277: Respect EmailChangedPasswordP 2003-12-12 jeffd * packages/acs-core-docs/www/xml/Makefile: Make makefile work with OS X (after installing docbook-bundle docbook-xsl and libxslt with fink on 10.3), cp has no -u flag on OSX (or solaris not sure about other BSDs) * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: fix the lang_messages and lang_messages_audit sync_time update statements, bug 1280 2003-12-11 peterm * packages/acs-lang/sql/oracle/message-catalog.sql: * packages/acs-lang/sql/postgresql/message-catalog.sql: adding missing comma in lang_messages_audit table * packages/acs-lang/sql/oracle/message-catalog.sql: * packages/acs-lang/sql/oracle/upgrade-5.0.0b4-5.0.0b5.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: * packages/acs-lang/sql/postgresql/message-catalog.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: adding primary key to the lang_messages_audit table. Fixed upgrade script to version 5.0.0b5 so that sync_time is set for the first revision of each I18N message * packages/acs-lang/sql/oracle/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: branches: 1.1.2; file upgrade-5.0.0b4-5.0.0b5.sql was initially added on branch oacs-5-0. * packages/acs-lang/www/admin/import-messages.tcl: * packages/acs-lang/www/admin/message-conflicts.adp: * packages/acs-lang/www/admin/message-conflicts.tcl: bug fixes of import messages and message conflicts pages. Making sure message conflict page works if its called with empty string arguments 2003-12-11 lars * www/SYSTEM/security-debug.tcl: Accidental remove of code to prevent unauthorized use of this page 2003-12-11 jeffd * packages/acs-subsite/www/admin/site-map/package-new.tcl: branches: 1.10.6; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/acs-core-docs/www/xml/install-guide/os.xml: branches: 1.11.2; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/acs-admin/tcl/apm-admin-procs.tcl: * packages/acs-subsite/www/shared/community-member.tcl: * packages/notifications/sql/postgresql/notifications-core-create.sql: branches: 1.12.2; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/acs-core-docs/www/xml/openacs.xsl: * packages/notifications/sql/oracle/notifications-core-create.sql: branches: 1.13.2; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/acs-templating/tcl/util-procs.tcl: branches: 1.17.2; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: branches: 1.18.20; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/acs-admin/www/auth/authority.tcl: branches: 1.19.10; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/notifications/www/admin/index.adp: branches: 1.2.10; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/acs-api-browser/lib/search.adp: * packages/acs-core-docs/www/xml/fo.xsl: * packages/acs-core-docs/www/xml/non-xml/release-notes-4-6.html: branches: 1.2.2; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/notifications/notifications.info: branches: 1.24.2; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/acs-authentication/tcl/local-procs.tcl: branches: 1.26.2; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/notifications/sql/oracle/notifications-replies-extra-create.sql: * packages/notifications/sql/postgresql/notifications-replies-extra-create.sql: branches: 1.3.12; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/acs-admin/www/users/user-batch-add.adp: branches: 1.4.2; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/notifications/tcl/reply-sweep-init.tcl: branches: 1.4.6; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/acs-core-docs/www/xml/kernel/groups-requirements.xml: * packages/acs-lang/www/admin/package-list.tcl: * packages/acs-service-contract/tcl/acs-service-contract-init.tcl: branches: 1.5.2; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/acs-subsite/www/permissions/perm-user-add-include.tcl: * packages/ref-countries/ref-countries.info: branches: 1.5.6; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml: * packages/acs-subsite/www/members/user-new.tcl: * packages/acs-templating/resources/forms/grid.adp: branches: 1.6.2; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/acs-admin/www/apm/package-delete-2.tcl: branches: 1.6.6; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/acs-core-docs/www/xml/developers-guide/packages.xml: * packages/ref-language/ref-language.info: branches: 1.7.2; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/acs-core-docs/www/xml/developers-guide/db-api.xml: branches: 1.9.2; merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/acs-admin/www/apm/build-repository.tcl: merge Lars path fix from HEAD * etc/backup.sh: * etc/config.tcl: * etc/install/build-release.sh: * packages/acs-admin/acs-admin.info: * packages/acs-admin/lib/service-parameters.tcl: * packages/acs-admin/tcl/apm-admin-procs-postgresql.xql: * packages/acs-admin/www/apm/package-deinstall.tcl: * packages/acs-admin/www/apm/version-dependency-add-2.tcl: * packages/acs-admin/www/apm/version-dependency-remove.tcl: * packages/acs-admin/www/apm/version-generate-tarball.tcl: * packages/acs-admin/www/apm/version-i18n-index.adp: * packages/acs-admin/www/apm/version-i18n-index.tcl: * packages/acs-admin/www/apm/version-i18n-process-2.tcl: * packages/acs-admin/www/apm/version-i18n.adp: * packages/acs-admin/www/apm/version-tag.tcl: * packages/acs-admin/www/users/member-state-change.tcl: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-api-browser/lib/search.tcl: * packages/acs-authentication/acs-authentication.info: * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-automated-testing/tcl/aa-test-procs.tcl: * packages/acs-automated-testing/www/doc/index.html: * 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/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/content-revision.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.0.0b3-5.0.0b4.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-keyword.sql: * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-content-repository/sql/postgresql/content-symlink.sql: * packages/acs-content-repository/sql/postgresql/content-template.sql: * packages/acs-content-repository/sql/postgresql/content-type.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/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: * packages/acs-content-repository/www/doc/requirements.html: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/doc-standards.html: * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/index.adp: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/ld-id2890769.html: * packages/acs-core-docs/www/ld-id2913366.html: * packages/acs-core-docs/www/nxml-mode.html: * packages/acs-core-docs/www/openacs-unpack.html: * packages/acs-core-docs/www/sql/display-sql.adp: * packages/acs-core-docs/www/sql/display-sql.tcl: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/xml/Makefile: * packages/acs-core-docs/www/xml/README.fo: * 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/i18n.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/parties.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/programming-with-aolserver.xml: * packages/acs-core-docs/www/xml/developers-guide/rp.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-advanced.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/design-template.xml: * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: * packages/acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml: * packages/acs-core-docs/www/xml/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/files/acceptance-sql.txt: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver.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/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/quick.xml: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/red-hat.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: * packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml: * packages/acs-core-docs/www/xml/kernel/apm-design.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/groups-design.xml: * packages/acs-core-docs/www/xml/kernel/i18n-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-notes.xml: * packages/acs-core-docs/www/xml/kernel/security-requirements.xml: * packages/acs-core-docs/www/xml/kernel/subsites-design.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/non-xml/release-notes-4-5.html: * packages/acs-core-docs/www/xml/openacs.css: * 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/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/oracle/groups-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b1-5.0.0b2.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b2-5.0.0b3.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: * packages/acs-kernel/sql/postgresql/acs-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/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/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-segments-body-create.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b1-5.0.0b2.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b2-5.0.0b3.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: * packages/acs-kernel/sql/postgresql/utilities-create.sql: * packages/acs-lang/acs-lang.info: * packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml: * packages/acs-lang/lib/conflict-link.adp: * packages/acs-lang/lib/conflict-link.tcl: * packages/acs-lang/sql/oracle/message-catalog.sql: * packages/acs-lang/sql/oracle/upgrade-5.0.0b4-5.0.0b5.sql: * packages/acs-lang/sql/postgresql/message-catalog.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: * packages/acs-lang/tcl/lang-audit-procs-oracle.xql: * packages/acs-lang/tcl/lang-audit-procs-postgresql.xql: * packages/acs-lang/tcl/lang-audit-procs.tcl: * packages/acs-lang/tcl/lang-catalog-procs-oracle.xql: * packages/acs-lang/tcl/lang-catalog-procs-postgresql.xql: * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-catalog-procs.xql: * packages/acs-lang/tcl/lang-message-procs-oracle.xql: * packages/acs-lang/tcl/lang-message-procs-postgresql.xql: * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/lang-message-procs.xql: * packages/acs-lang/tcl/locale-procs.tcl: * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: * packages/acs-lang/www/admin/export-messages.adp: * packages/acs-lang/www/admin/export-messages.tcl: * packages/acs-lang/www/admin/import-messages.adp: * packages/acs-lang/www/admin/import-messages.tcl: * packages/acs-lang/www/admin/index.adp: * packages/acs-lang/www/admin/index.tcl: * packages/acs-lang/www/admin/locale-set-enabled-p.tcl: * packages/acs-lang/www/admin/message-conflict-resolve.tcl: * packages/acs-lang/www/admin/message-conflicts.adp: * packages/acs-lang/www/admin/message-conflicts.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-postgresql.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/doc/index.html: * packages/acs-mail-lite/acs-mail-lite.info: * packages/acs-messaging/acs-messaging.info: * 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-5.0.0b3-5.0.0b4.sql: * packages/acs-reference/acs-reference.info: * 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/tcl/acs-service-contract-init-postgresql.xql: * packages/acs-service-contract/tcl/acs-service-contract-procs-oracle.xql: * packages/acs-service-contract/tcl/acs-service-contract-procs-postgresql.xql: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/lib/applications.adp: * packages/acs-subsite/lib/applications.tcl: * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/lib/services.adp: * packages/acs-subsite/lib/subsites.adp: * packages/acs-subsite/sql/postgresql/application-groups-create.sql: * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/tcl/relation-procs.tcl: * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/tcl/subsite-procs.xql: * packages/acs-subsite/tcl/test/acs-subsite-procs.tcl: * packages/acs-subsite/www/admin/configure.tcl: * packages/acs-subsite/www/admin/groups/elements-display.adp: * packages/acs-subsite/www/admin/index.adp: * packages/acs-subsite/www/admin/index.tcl: * packages/acs-subsite/www/admin/rel-segments/elements-display-oracle.xql: * packages/acs-subsite/www/admin/rel-segments/elements-display-postgresql.xql: * packages/acs-subsite/www/admin/site-map/index-oracle.xql: * packages/acs-subsite/www/admin/site-map/index-postgresql.xql: * packages/acs-subsite/www/admin/site-map/index.tcl: * packages/acs-subsite/www/admin/subsite-add.tcl: * packages/acs-subsite/www/group-master.tcl: * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/index.tcl: * packages/acs-subsite/www/permissions/perm-user-add-include.xql: * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/admin-procs.tcl: * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/community-core-procs-oracle.xql: * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/community-core-procs.xql: * packages/acs-tcl/tcl/form-processing-procs.tcl: * packages/acs-tcl/tcl/test/html-conversion-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/data-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/query-procs.tcl: * packages/acs-templating/tcl/test/multirow-procs.tcl: * packages/acs-templating/tcl/test/multirow-test.adp: * packages/acs-templating/tcl/test/multirow-test.tcl: * packages/acs-templating/tcl/widget-procs-oracle.xql: * packages/acs-templating/tcl/widget-procs-postgresql.xql: * packages/notifications/sql/oracle/upgrade/upgrade-4.6.4-5.0d1.sql: * packages/notifications/sql/oracle/upgrade/upgrade-5.0.0a5-5.0.0a6.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-4.6.4-5.0d1.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-5.0.0a5-5.0.0a6.sql: * packages/notifications/tcl/notification-email-procs-oracle.xql: * packages/notifications/tcl/notification-email-procs.tcl: * packages/notifications/www/admin/index.tcl: * packages/ref-language/sql/common/languages.dat: * packages/ref-timezones/ref-timezones.info: * packages/ref-timezones/sql/postgresql/ref-timezones-create.sql: * packages/search/search.info: * readme.txt: * tcl/0-acs-init.tcl: * www/blank-master.adp: * www/blank-master.tcl: * www/site-master.adp: * www/site-master.tcl: merge of changes on oacs-5-0 branch to oacs-5-0-0b4 tag * packages/acs-core-docs/www/xml/releasing-openacs.xml: reference the build-release script * 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/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/cvs-service-import.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/docbook-primer.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-design.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/i18n-requirements.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/images/ext-auth.png: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-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/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/ld-id2855573.html: * packages/acs-core-docs/www/ld-id2890769.html: * packages/acs-core-docs/www/ld-id2913366.html: * packages/acs-core-docs/www/ld-id2918090.html: * packages/acs-core-docs/www/ld-id2947100.html: * packages/acs-core-docs/www/ld-id2950760.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/maintenance.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/platform-dev.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.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-advanced.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/unix-installation.html: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win2k-installation.html: regenerate HEAD html docs after merge * etc/install/build-release.sh: use openacs-VER rather than oacs-VER for version tag (matches what Joel did by hand) 2003-12-11 donb * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: Added post_installation_message parameter to make .LRN installation more user-friendly. * packages/acs-bootstrap-installer/installer/index.tcl: * packages/acs-bootstrap-installer/installer/install.tcl: Added support for the new install.xml parameters min_stack_size and post_installation_message * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-bootstrap-installer/installer/index.tcl: * packages/acs-bootstrap-installer/installer/install.tcl: Moved 5.0 changes to HEAD 2003-12-10 simonc * packages/acs-messaging/tcl/test/acs-messaging-procs.tcl: Added automated test * packages/acs-admin/tcl/test/acs-admin-procs.tcl: Added automated test of apm_higher_version_installed_p proc 2003-12-10 peterm * 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/message-list.tcl: * packages/acs-lang/www/admin/package-list.adp: * packages/acs-lang/www/admin/package-list.tcl: adding import/export links on top index page. Making sure all import/export links are only shown to site-wide-admins. Fixing the url of one of the links. 2003-12-10 olah * etc/config.tcl: * tcl/0-acs-init.tcl: Added Jeff's tDom check and a couple of related and unrelated changes to config.tcl. 2003-12-10 jeffd * packages/acs-tcl/tcl/apm-file-procs.tcl: channels for apm download should be binary, open output channel write only, read access for group so its easier to debug * packages/acs-tcl/tcl/00-database-procs.tcl: drop the __exec_ functions for anonymous plpgsql blocks * etc/install/build-release.sh: fix CVSROOT vars 2003-12-09 peterm * packages/acs-admin/www/apm/version-i18n-export.adp: * packages/acs-admin/www/apm/version-i18n-export.tcl: * packages/acs-admin/www/apm/version-i18n-import.adp: * packages/acs-admin/www/apm/version-i18n-import.tcl: * packages/acs-admin/www/apm/version-i18n-index.adp: * packages/acs-admin/www/apm/version-i18n-index.tcl: * packages/acs-lang/acs-lang.info: * packages/acs-lang/lib/conflict-link.adp: * packages/acs-lang/lib/conflict-link.tcl: * packages/acs-lang/sql/oracle/message-catalog.sql: * packages/acs-lang/sql/oracle/upgrade-5.0.0b4-5.0.0b5.sql: * packages/acs-lang/sql/postgresql/message-catalog.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: * packages/acs-lang/tcl/lang-audit-procs-oracle.xql: * packages/acs-lang/tcl/lang-audit-procs-postgresql.xql: * packages/acs-lang/tcl/lang-audit-procs.tcl: * packages/acs-lang/tcl/lang-catalog-procs-oracle.xql: * packages/acs-lang/tcl/lang-catalog-procs-postgresql.xql: * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-catalog-procs.xql: * packages/acs-lang/tcl/lang-message-procs-oracle.xql: * packages/acs-lang/tcl/lang-message-procs-postgresql.xql: * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/lang-message-procs.xql: * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: * packages/acs-lang/www/admin/export-locale-to-files.adp: * packages/acs-lang/www/admin/export-locale-to-files.tcl: * packages/acs-lang/www/admin/export-messages.adp: * packages/acs-lang/www/admin/export-messages.tcl: * packages/acs-lang/www/admin/import-locale-from-files.adp: * packages/acs-lang/www/admin/import-locale-from-files.tcl: * packages/acs-lang/www/admin/import-messages.adp: * packages/acs-lang/www/admin/import-messages.tcl: * packages/acs-lang/www/admin/index.adp: * packages/acs-lang/www/admin/message-conflict-resolve.tcl: * packages/acs-lang/www/admin/message-conflicts.adp: * packages/acs-lang/www/admin/message-conflicts.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-postgresql.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: Adding support for I18N message catalog upgrades. Any import of messages from catalog files that is done after the initial import is considered an upgrade. The message import and upgrade logic is encapsulated in the proc lang::catalog::import_messages (invoked through lang::catalog::import). acs-lang package - Bumping version of package to 5.0.0b5 - Changes to datamodel: - Adding columns deleted_p, conflict_p, and sync_time to lang_messages table. - Removed column upgrade_status from lang_message_keys table - Adding columns deleted_p, sync_time, conflict_p, upgrade_status to lang_messages_audit table - Changes to lang::catalog Tcl API: - Added proc lang::catalog::import_messages that encapsulates the logic for import and upgrade of messages from catalog files to database. - Changed the lang::catalog::import_from_file and lang::catalog:import procs to use the new import_messages proc. - Added the upgrade Tcl API test cases that extensively tests through the import_messages proc with both en_US and de_DE locales. - Changes to lang::message Tcl API: - Changed lang::message::register to take new switches upgrade_sync, upgrade_status, and conlfict. Cleaned up the proc a little and made it construct SQL dynamically. - Added procs delete, get, and get_element. - Added the edit proc that is used when editing attributes of a message other than the message text itself. This proc will not create a new message revision. It is invoked for example by the delete proc. - Added the count_conflicts proc. - Changes to admin UI - New canonical pages for import/export of catalog files that check for site-wide-admin priv - Made the message delete page use appropriate Tcl API - Added the message-conflicts page that shows conflicting messages. Linking to this page from index page, locale-, and package index pages. acs-admin package - Removed the import/export messages pages and using the ones in acs-lang package instead. * packages/acs-lang/lib/conflict-link.adp: branches: 1.1.2; file conflict-link.adp was initially added on branch oacs-5-0. * packages/acs-lang/lib/conflict-link.tcl: branches: 1.1.2; file conflict-link.tcl was initially added on branch oacs-5-0. * packages/acs-lang/www/admin/export-messages.adp: branches: 1.1.2; file export-messages.adp was initially added on branch oacs-5-0. * packages/acs-lang/www/admin/export-messages.tcl: branches: 1.1.2; file export-messages.tcl was initially added on branch oacs-5-0. * packages/acs-lang/www/admin/import-messages.adp: branches: 1.1.2; file import-messages.adp was initially added on branch oacs-5-0. * packages/acs-lang/www/admin/import-messages.tcl: branches: 1.1.2; file import-messages.tcl was initially added on branch oacs-5-0. * packages/acs-lang/www/admin/message-conflict-resolve.tcl: branches: 1.1.2; file message-conflict-resolve.tcl was initially added on branch oacs-5-0. * packages/acs-lang/www/admin/message-conflicts.adp: branches: 1.1.2; file message-conflicts.adp was initially added on branch oacs-5-0. * packages/acs-lang/www/admin/message-conflicts.tcl: branches: 1.1.2; file message-conflicts.tcl was initially added on branch oacs-5-0. * packages/acs-lang/sql/oracle/upgrade-5.0.0b4-5.0.0b5.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0.0b4-5.0.0b5.sql: branches: 1.1.2; file upgrade-5.0.0b4-5.0.0b5.sql was initially added on branch oacs-5-0. * packages/acs-core-docs/www/xml/install-guide/recovery.xml: improving Oracle recovery instructions a little by pointing out sensitivity to database user and tablespace names and by adding the FULL=Y switch * packages/acs-automated-testing/tcl/aa-test-procs.tcl: indenting proc_doc of aa_run_with_teardown proc * packages/acs-tcl/tcl/apm-procs.tcl: making apm_callback_and_log log to the log file in Notice mode. That way we can now actually see in the log file what the APM is up to when it's installing packages etc. * etc/install/install.tcl: organizing the db config section. Making Oracle and PG share the same db_name variable * etc/install/install.sh: * etc/install/oracle/recreate-user.sh: organizing the db config section. Making Oracle and PG share the same db_name variable. Making the grep for aolserver pid use the right aolserver config file path. * packages/acs-tcl/tcl/apm-install-procs.tcl: removing invocation of removed proc lang::catalog::reset_upgrade_status_message_keys. Making invocation of db_source_sql_file pass on the callback variable. 2003-12-09 joela * etc/backup.sh: bug fixes etc 2003-12-09 jeffd * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/macinstall.xml: * packages/acs-core-docs/www/xml/install-guide/os.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: add some xreflabels, fix formatting on programlisting thing i broke, make assumptions a table rather than a figure and give it a more explicit title * etc/install/build-release.sh: branches: 1.1.2; file build-release.sh was initially added on branch oacs-5-0. * packages/acs-admin/tcl/apm-admin-procs.tcl: * packages/acs-subsite/www/group-master.tcl: * packages/acs-templating/tcl/query-procs.tcl: * www/site-master.tcl: build a list to eval rather than eval ad_context_bar $args, bug 1265 * etc/install/build-release.sh: build-release script tags CVS and creates tarballs. expects to run on openacs.org * packages/acs-core-docs/www/xml/releasing-openacs.xml: use /var/tmp and local checkout, use -F flag on tag, note checkout from branch 2003-12-08 vinodk * packages/acs-automated-testing/tcl/aa-test-procs.tcl: Document proper usage of aa_export_vars 2003-12-08 peterm * etc/install/install.sh: * etc/install/install.tcl: adding install param do_tclapi_testing * packages/acs-tcl/tcl/apm-install-procs.tcl: removing debug printouts 2003-12-08 jeffd * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.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/notifications/notifications.info: * packages/ref-countries/ref-countries.info: * packages/ref-language/ref-language.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: Fix the package and vendor URLs, remove broken owner emails. * packages/acs-core-docs/www/xml/openacs.xsl: action is an inline element in docbook but we were making it PRE in html, changed to span * packages/acs-core-docs/www/form-builder.html: branches: 1.1.2; file form-builder.html was initially added on branch oacs-5-0. * packages/acs-core-docs/www/ld-id2890769.html: branches: 1.1.2; file ld-id2890769.html was initially added on branch oacs-5-0. * packages/acs-core-docs/www/ld-id2913366.html: branches: 1.1.2; file ld-id2913366.html was initially added on branch oacs-5-0. * packages/acs-core-docs/www/nxml-mode.html: branches: 1.1.2; file nxml-mode.html was initially added on branch oacs-5-0. * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-authentication/acs-authentication.info: * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/xml/variables.ent: * packages/acs-lang/acs-lang.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/notifications/notifications.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: * readme.txt: bump core to 5.0.0b4 for new tarball. update readme.txt and variable.ent to 5.0.0b4. * 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/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/configure.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-service-import.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/general-documents.html: * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.adp: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-origins.html: * packages/acs-core-docs/www/install-overview.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-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/ld-id2849650.html: * packages/acs-core-docs/www/ld-id2886798.html: * packages/acs-core-docs/www/linux-installation.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/maintenance.html: * packages/acs-core-docs/www/nextsteps.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/platform-dev.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.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-advanced.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-install.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-detail.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/variables.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win2k-installation.html: bumped version number to 5.0.0b4, regened docs * packages/acs-core-docs/www/index.adp: change link for Full Index * packages/acs-core-docs/www/xml/releasing-openacs.xml: mention updating version numbers in readme, version.ent, and regenerating docs. * packages/acs-core-docs/www/form-builder.html: * packages/acs-core-docs/www/ld-id2890769.html: * packages/acs-core-docs/www/ld-id2913366.html: * packages/acs-core-docs/www/nxml-mode.html: new files * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: tweak realease notes a little 2003-12-06 joela * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: added Jeff Davis's tcl-file tester 2003-12-06 jeffd * packages/notifications/notifications.info: * packages/ref-countries/ref-countries.info: * packages/ref-language/ref-language.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: Updated summary and descriptions for more packages. * packages/acs-core-docs/www/xml/engineering-standards/nxml-mode.xml: branches: 1.1.2; file nxml-mode.xml was initially added on branch oacs-5-0. * packages/acs-core-docs/www/xml/engineering-standards/nxml-mode.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: clean up install-guide/overview, bring openacs-overview.html and mention healthy community around software, add a section on nxml-mode in docs 2003-12-06 daveb * packages/acs-content-repository/sql/oracle/content-revision.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: Fixes bug#1255, correctly set context_id on revision copy. 2003-12-05 lars * packages/acs-subsite/tcl/subsite-procs.tcl: The 'Community' to 'Subsite' change went a little amok and also changed the community template to subsite template, which doesn't make sense, since all available master templates by definition are subsite templates, i.e. they apply to acs-subsite 2003-12-05 jeffd * 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: clean up summary and description information * packages/acs-admin/www/apm/version-tag.tcl: fix a few malformed tcl files. 2003-12-05 donb * packages/acs-subsite/www/members/make-admin.tcl: * packages/acs-subsite/www/members/member-invite.tcl: Further bug 1144 diddling that should be consistent with any 5.1 changes * packages/acs-subsite/www/members/make-admin.tcl: * packages/acs-subsite/www/members/member-invite.tcl: Further bug 1144 diddling that should be consistent with any 5.1 changes to relational segments and groups. 2003-12-04 joela * packages/acs-core-docs/www/index.adp: updated doc index page old doc link text 2003-12-04 jeffd * packages/acs-service-contract/tcl/acs-service-contract-init-postgresql.xql: branches: 1.1.2; file acs-service-contract-init-postgresql.xql was initially added on branch oacs-5-0. * packages/acs-service-contract/tcl/acs-service-contract-procs-postgresql.xql: branches: 1.1.2; file acs-service-contract-procs-postgresql.xql was initially added on branch oacs-5-0. * packages/acs-service-contract/tcl/acs-service-contract-procs-oracle.xql: cut and paste failure in acs_sc_get_alias.get_alias query * packages/notifications/sql/oracle/notifications-replies-extra-create.sql: * packages/notifications/sql/oracle/upgrade/upgrade-4.6.4-5.0d1.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-4.6.4-5.0d1.sql: fix inconsistency between notifications-replies-extra-create and upgrade scripts, hopefully this finally fixed 1231 * packages/acs-service-contract/tcl/acs-service-contract-init-postgresql.xql: * packages/acs-service-contract/tcl/acs-service-contract-procs-postgresql.xql: neglected to add the postgresql xql files * packages/acs-subsite/www/admin/site-map/index-oracle.xql: * packages/acs-subsite/www/admin/site-map/index-postgresql.xql: * packages/acs-subsite/www/admin/site-map/index.tcl: substantially speed up /admin/site-map/ on postgres (and probably oracle but I did not test it) 2003-12-03 joela * packages/acs-core-docs/www/doc-standards.html: * packages/acs-core-docs/www/style-guide.html: * packages/acs-core-docs/www/variables.html: added html of new docs * etc/backup.sh: * etc/config.tcl: * etc/daemontools/run: added new backup script * etc/daemontools/run: backing out accidental commit * etc/config.tcl: backing out accidental commit of config.tcl * etc/backup.sh: branches: 1.1.2; file backup.sh was initially added on branch oacs-5-0. * packages/acs-core-docs/www/doc-standards.html: branches: 1.1.2; file doc-standards.html was initially added on branch oacs-5-0. * packages/acs-core-docs/www/style-guide.html: branches: 1.1.2; file style-guide.html was initially added on branch oacs-5-0. * packages/acs-core-docs/www/variables.html: branches: 1.1.2; file variables.html was initially added on branch oacs-5-0. * packages/acs-core-docs/www/backup-recovery.html: finished updating backup/recovery; now uses included script * packages/acs-core-docs/www/xml/install-guide/recovery.xml: finished updating recovery * packages/acs-core-docs/www/automated-testing-best-practices.html: * packages/acs-core-docs/www/xml/engineering-standards/auto-testing.xml: fixed typo 2003-12-03 jeffd * packages/acs-subsite/www/shared/community-member-postgresql.xql: * packages/acs-subsite/www/shared/community-member.tcl: Removing unused postgresql xql file and taking user_contributions out of the community-member.tcl properties. * packages/acs-admin/www/apm/version-fs-scan.xql: * packages/acs-service-contract/tcl/acs-service-contract-init.tcl: * packages/acs-service-contract/tcl/acs-service-contract-procs-oracle.xql: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: * packages/acs-subsite/www/admin/rel-segments/elements-display-oracle.xql: * packages/acs-subsite/www/admin/rel-segments/elements-display-postgresql.xql: * packages/acs-subsite/www/user/basic-info-update-2.xql: * packages/acs-templating/tcl/widget-procs-oracle.xql: * packages/acs-templating/tcl/widget-procs-postgresql.xql: fix a few more missing rdbms stanzas 2003-12-03 donb * packages/acs-subsite/www/members/member-invite.tcl: An additional whacka-hack bandaid patch for relseg usage to cover up the fact that they won't really be fixed properly 'til 5.1. * packages/acs-subsite/lib/subsites.tcl: * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/www/members/index.tcl: * packages/acs-subsite/www/members/index.xql: * packages/acs-subsite/www/members/make-member.tcl: Did a bandaid patch for bug number 1144. The views were fixed earlier but the new pages in acs-subsite assumed that a user could only belong to one relseg at a time. * packages/acs-subsite/www/members/make-member.xql: Forgot to add this earlier... * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-subsite/lib/subsites.tcl: * packages/acs-subsite/www/members/index.tcl: * packages/acs-subsite/www/members/index.xql: * packages/acs-subsite/www/members/make-admin.tcl: * packages/acs-subsite/www/members/make-member.tcl: * packages/acs-subsite/www/members/make-member.xql: * packages/acs-subsite/www/members/member-invite.tcl: Move over the bandaid patch for bug #1144 from the 5.0 branch. This needs to be fixed for real (including datamodel changes with upgrade scripts) in 5.1. * packages/acs-subsite/www/members/make-member.xql: branches: 1.1.2; file make-member.xql was initially added on branch oacs-5-0. 2003-12-03 daveb * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: Added Jun's content_item__get_path plpgsql function. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: branches: 1.1.2; file upgrade-5.0d2-5.0d3.sql was initially added on branch oacs-5-0. 2003-12-02 peterm * packages/notifications/sql/oracle/upgrade/upgrade-5.0.0a5-5.0.0a6.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-5.0.0a5-5.0.0a6.sql: no need to drop table if you are just changing a constraint. * etc/install/dotlrn-links-check.test: removing obsolete script 2003-12-02 jeffd * packages/acs-core-docs/www/xml/engineering-standards/style-guide.xml: * packages/acs-core-docs/www/xml/index.xml: add initial version of style guide, split eng-standards into eng-standards + doc-standards * packages/acs-core-docs/www/xml/engineering-standards/style-guide.xml: branches: 1.1.2; file style-guide.xml was initially added on branch oacs-5-0. * packages/acs-core-docs/www/xml/engineering-standards/variables.xml: fix indent on lc_time_format example 2003-12-01 lars * packages/acs-templating/tcl/widget-procs.tcl: Implementing display-mode radio/checkboxes using the 'disabled' HTML attribute instead of GIFs. 2003-12-01 jeffd * packages/acs-core-docs/www/xml/developers-guide/cvs.xml: * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: * packages/acs-core-docs/www/xml/fo.xsl: * 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/kernel/apm-design.xml: * packages/acs-core-docs/www/xml/openacs.xsl: fix a few more out of date aD references and links, change to reference notes at openacs.org, add section numbering to printed version * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: fix the links in the docbook primer, clean up the examples 2003-11-30 jeffd * packages/acs-admin/www/apm/package-deinstall.tcl: * packages/acs-admin/www/apm/version-dependency-add-2.tcl: * packages/acs-admin/www/apm/version-dependency-remove.tcl: * packages/acs-admin/www/apm/version-generate-tarball.tcl: * packages/acs-admin/www/apm/version-i18n-process-2.tcl: * packages/acs-admin/www/users/member-state-change.tcl: * packages/acs-subsite/www/admin/site-map/package-new.tcl: fix calls to ad_return_complaint 2003-11-30 donb * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: Fixed bug 1142 again (more?) * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: branches: 1.1.2; file upgrade-5.0.0b3-5.0.0b4.sql was initially added on branch oacs-5-0. 2003-11-29 jeffd * 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/for-everyone/acs-faq.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/compatibility.xml: * packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/quick.xml: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/red-hat.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: * packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml: * packages/acs-core-docs/www/xml/kernel/i18n-requirements.xml: Make AOLserver and PostgreSQL all follow same case, clean up compat matrix some, add pg7.4 as untested for 5.0.0 (Guan Yang has installed on 7.4 so it seems to work), add comment on 7.4 and 9i status, remove unused version of compatability.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.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/engineering-standards/docbook-primer.xml: * packages/acs-core-docs/www/xml/kernel/apm-design.xml: * packages/acs-core-docs/www/xml/kernel/apm-requirements.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-notes.xml: * packages/acs-core-docs/www/xml/kernel/security-requirements.xml: * packages/acs-core-docs/www/xml/kernel/subsites-design.xml: * packages/acs-core-docs/www/xml/kernel/subsites-requirements.xml: remove version entity from most titles, remove OpenACS 4 from titles, add catalog and lib directory to server layout figure 2003-11-28 joela * packages/acs-core-docs/www/xml/developers-guide/form-builder.xml: * packages/acs-tcl/tcl/form-processing-procs.tcl: added link to new docs * packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml: added new string for available-in-this-language * packages/acs-core-docs/www/xml/developers-guide/form-builder.xml: branches: 1.1.2; file form-builder.xml was initially added on branch oacs-5-0. * packages/acs-core-docs/www/xml/index.xml: updated index to include form-builder.xml 2003-11-28 jeffd * packages/notifications/www/admin/index.adp: * packages/notifications/www/admin/index.tcl: add a link to the parameters page * packages/notifications/notifications.info: * packages/notifications/tcl/notification-email-procs.tcl: * packages/notifications/tcl/reply-sweep-init.tcl: add some diagnostics, don't fail silently on permissions failure, add more explicit help text for EmailQmailQueue * packages/acs-admin/tcl/apm-admin-procs-postgresql.xql: change the query to prevent a slow table scan * packages/notifications/sql/postgresql/upgrade/upgrade-5.0.0a5-5.0.0a6.sql: the upgrade failed because notification_user_map constraint notif_user_map_notif_id_fk needed the pk on notifications_bak, now drops it and recreates it after the table is reloaded 2003-11-27 timoh * packages/acs-tcl/tcl/site-nodes-init.tcl: * 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: * packages/acs-tcl/tcl/test/site-nodes-test-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: populate site-nodes-cache by resolving urls in tcl instead of using the slow plsql 2003-11-27 peterm * packages/acs-subsite/tcl/test/acs-subsite-procs.tcl: adding a test case that exposes bug 1144 * packages/acs-subsite/tcl/group-procs-oracle.xql: fixing typo: query group::member_p.user_is_member was missing the group:: prefix in its name * etc/install/install.tcl: oracle user parameter should be called oracle_user not db_name * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: when parsing a xql file fails, it seems appropriate to log this in the error log 2003-11-27 lars * packages/acs-subsite/lib/subsites.tcl: Accidentally dropped the link to the subsite * packages/acs-subsite/www/members/index.xql: Another partial fix for #1144: join on rel_id, too, so when a user has two rows in cc_users he only shows up twice, not four times (cartesian product of all the relations) * packages/acs-subsite/tcl/group-procs.tcl: Fix for #1144: duplicate rows in cc_users. group::add_member will now delete any memberhip_rel or child thereof before inserting the new relation. It didn't before, and this could cause a user to have both a membership_rel and an admin_rel relation to the registered_users group. * packages/acs-subsite/www/members/index.tcl: * packages/acs-subsite/www/members/make-admin.tcl: * packages/acs-subsite/www/members/make-member.tcl: Simplified make-admin and make-member pages, now that we have a better group::add_member that knows to delete existing relations 2003-11-27 jeffd * packages/acs-tcl/tcl/form-processing-procs.tcl: ad_form doc fix patch 94 Benjamin Bytheway * packages/notifications/tcl/notification-email-procs-oracle.xql: branches: 1.1.2; file notification-email-procs-oracle.xql was initially added on branch oacs-5-0. * packages/acs-subsite/lib/applications.adp: * packages/acs-subsite/lib/services.adp: * packages/acs-subsite/lib/subsites.adp: fix invalid markup patch 336 Randy O'Meara * packages/acs-tcl/tcl/utilities-procs.tcl: patch 371 from Jade with better docs for exists_and_not_null * packages/notifications/sql/oracle/upgrade/upgrade-4.6.4-5.0d1.sql: * packages/notifications/sql/postgresql/notifications-replies-extra-create.sql: * packages/notifications/tcl/notification-email-procs-oracle.xql: * packages/notifications/tcl/notification-email-procs.tcl: use clobs for to_addr, headers, body; fix load_qmail_mail_queue.holdinsert query, fix upgrade script, make constriant names conform to standards. Fixes bug 1231 2003-11-26 peterm * etc/install/tcl/twt-procs.tcl: crawler fix: setting start_url_absolute to be the return value of do_request so that a trailing slash is added for directories. We need this to resolve relative URLs * packages/acs-bootstrap-installer/installer/index.tcl: fixing copy and paste error, the host_administrator input widget had the name admin_owner * etc/install/tcl/twt-procs.tcl: fixing previous crawler commit * etc/install/crawl-links.test: * etc/install/install.sh: * etc/install/install.tcl: fixing the crawl links feature and adding new parameter crawl_links_start_path * packages/acs-bootstrap-installer/installer.tcl: in the case where all mandatory install params are missing (rare case), the missing params list was not set correctly 2003-11-26 lars * packages/acs-authentication/acs-authentication.info: Bumping to 5.0.0b2. I had accidentally bumped the version *down* to 5.0a3 from 5.0.0a5 * packages/acs-authentication/acs-authentication.info: Typo: Syncrhonization -> Synchronization 2003-11-26 jeffd * packages/acs-bootstrap-installer/installer/index.tcl: add to the SystemURL help that port should be included * packages/acs-templating/tcl/query-procs.tcl: * packages/acs-templating/tcl/util-procs.tcl: create the columns array in template::util::list_of_ns_sets_to_multirow so template::multirow foreach will work, fix typo in template::multirow procdoc * packages/acs-core-docs/www/xml/install-guide/postgres.xml: small typo on init.d script name: postgres rather than postgresql * packages/notifications/sql/oracle/notifications-replies-extra-create.sql: text datatype should be clob for oracle * packages/acs-subsite/www/admin/site-map/package-new.tcl: trim the node_name 2003-11-26 donb * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: Fixed bug #1144 - users added to relsegs of registered_users showed up twice in the registered_users and cc_users views. 2003-11-25 vinodk * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/test/site-nodes-test-procs.tcl: Cleaned up site_node::closest_ancestor_package and test case Deprecated site_node_closest_ancestor_package 2003-11-25 timoh * packages/acs-subsite/www/permissions/perm-user-add-include.xql: branches: 1.1.2; file perm-user-add-include.xql was initially added on branch oacs-5-0. * packages/acs-templating/resources/forms/grid.adp: * packages/acs-templating/tcl/form-procs.tcl: bugfix #1099: using noparse instead of ~ or +; removed unprotecting via ~ or + * 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: bugfix #1117: paginated the list 2003-11-25 tilmanns * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/lib/subsites.adp: * packages/acs-subsite/lib/subsites.tcl: * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/www/admin/configure.tcl: * 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/index.adp: * packages/acs-subsite/www/index.tcl: * packages/acs-subsite/www/members/member-invite.tcl: Changed naming of 'Community' to 'Subsite', following consensus on a recent thread on the forums on that topic. Removed distinction between children of subsites and children of the main site, since 'Subsubsites' wouldn't sound that great. 2003-11-25 peterm * packages/notifications/notifications.info: bumping up version number for the on delete cascade change to notifications.response_id column * packages/acs-admin/www/apm/package-delete-2.tcl: * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: fixing bug 1019 by making sure message keys are deleted and removed from the cache on package deletion. Moving all package deletion logic into proc. Adding an instruction on the package delete page that the server should be restarted after deletion * packages/acs-bootstrap-installer/installer.tcl: * packages/acs-bootstrap-installer/installer/index.tcl: * packages/acs-bootstrap-installer/installer/install.tcl: fixing bug 1060 and resorting to using a new proc install_page_contract instead of ad_page_contract. This is much more robust as we can't assume that we have full access to the OpenACS Tcl APIs in the beginning of OpenACS installation. Making sure mandatory parameters are properly marked up as such in the UI. 2003-11-25 lars * packages/acs-admin/lib/service-parameters.tcl: Localize instance name * packages/acs-subsite/lib/applications.tcl: * packages/acs-subsite/lib/subsites.tcl: Use DB queries instead of cached site-map: More efficient with permission checking 2003-11-25 jeffd * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: add a potential incompatibilities section and document the bug 1099 change and the ExcludedFiles variable on the request processor * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-template.sql: fix a couple missing stable/immutable flags * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b1-5.0.0b2.sql: remove the erroneous analyze table command 2003-11-24 timoh * packages/acs-tcl/tcl/form-processing-procs.tcl: * packages/acs-templating/tcl/element-procs.tcl: * packages/acs-templating/tcl/form-procs.tcl: bugfix #1096: let displayed text in form begin with - * packages/acs-lang/tcl/locale-procs.tcl: bugfix #806: flush cache if guest user changes locale * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/locale-procs.tcl: bugfix #824: needed to add -user_id switch to some lang::user procs to specify the user for which to get the locale; also had to change the default upvar level of lang::message::lookup from 2 to 1 * packages/acs-templating/tcl/date-procs.tcl: typo in get_property display_date: must be instead of 2003-11-24 peterm * packages/notifications/sql/oracle/upgrade/upgrade-5.0.0a5-5.0.0a6.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-5.0.0a5-5.0.0a6.sql: branches: 1.1.2; file upgrade-5.0.0a5-5.0.0a6.sql was initially added on branch oacs-5-0. * packages/acs-tcl/tcl/apm-file-procs.tcl: change in apm_load proc only download from url if url switch is provided * packages/acs-tcl/tcl/apm-install-procs.tcl: install page was broken in Oracle because it was trying to set an ad client property value larger than 4000 chars without settting -clob t in the call to ad_set_client_property * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/oracle/upgrade/upgrade-5.0.0a5-5.0.0a6.sql: * packages/notifications/sql/postgresql/notifications-core-create.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-5.0.0a5-5.0.0a6.sql: making notifications cascade when acs objects are deleted, see bug 260 * packages/acs-templating/tcl/util-procs.tcl: making proc util::array_to_vars do proper quoting partially fixing bug 810. Kudos to Lars for teaching me about the merits of the list command... * packages/acs-tcl/tcl/apm-install-procs.tcl: passing in -clob t for the manifest file as it can be more than 4000 characters * packages/acs-tcl/tcl/text-html-procs.tcl: starting to debug bug 810 and added some debug printouts 2003-11-24 maltes * packages/acs-admin/www/users/user-batch-add.adp: Changed the # delimiter to curly braces, so it is not interpreted as language keys * packages/acs-lang/www/admin/locale-set-enabled-p.tcl: Changed to load the catalog files immediatly if you enable a locale 2003-11-24 lars * www/blank-master.adp: * www/blank-master.tcl: Added toggle translator mode link 2003-11-24 joela * www/site-master.adp: added links for changing locale and for installing locales if only one is present * www/site-master.tcl: added links for locales * packages/acs-lang/www/doc/index.html: added links to current documentation * www/SYSTEM/success.tcl: back-porting to 5.0 branch * packages/acs-lang/www/admin/index.adp: fixed 'langauge' typo * packages/acs-admin/www/apm/version-i18n.adp: removed docs in favor of link to acs-core-docs 2003-11-24 jeffd * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.0.0b3-5.0.0b4.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-keyword.sql: * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-content-repository/sql/postgresql/content-symlink.sql: * packages/acs-content-repository/sql/postgresql/content-template.sql: * packages/acs-content-repository/sql/postgresql/content-type.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/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: * packages/acs-kernel/sql/postgresql/acs-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/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/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-segments-body-create.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: * packages/acs-kernel/sql/postgresql/utilities-create.sql: * packages/acs-messaging/acs-messaging.info: * 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-5.0.0b3-5.0.0b4.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-subsite/sql/postgresql/application-groups-create.sql: * packages/ref-timezones/sql/postgresql/ref-timezones-create.sql: Addresses bug 1148, bug 1149 (and performance problems generally with plpgsql functions). eliminate with(isstrict,iscachable) in favor of the new syntax strict, immutable, stable. bump version of acs-kernel, acs-content-repository to 5.0.0b4, upgrade scripts provided. Fix bugs with the following plpgsql procs: acs_object__initialize_attributes: raise exception on null input. acs_object__set_attribute: exception on null input acs_object_util__get_object_type: remove the exception after the return statement apm__unregister_package: properly default cascade_p apm__unregister_service: properly default cascade_p content_item.get_parent_folder: infinite loop on input if not a direct descendent of a folder (fixed on oracle too) content_item__get_context: exception on null input, fix bug in exception print (wrong variable name) content_item__is_publishable: returned t on null and invalid items content_item__is_subclass: did not short curcuit loop when subclass found content_item__move: would silently ignore null target_id content_revision__copy_attributes: generate an exception on null input content_revision__export_xml: generate exception if called (unimplemented in postgres) content_symlink__copy: generate exception if called (unimplemented) apm_package__parent_id: returned -1 on not found rather than null content_folder__is_registered: no default provided in code for include_subtypes content_keyword__is_assigned: no default for recurse... content_revision__import_xml: generate exception if called (unimplemented in postgres) content_revision__index_attributes: generate exception if called (unimplemented in postgres) content_type__trigger_insert_statement: now generates exception on null input (was silent failure) number_src: infinite loop on null input rule_exists: fix case folded lookup Declare the following stable: get_func_definition get_func_header acs_message__name acs_object_type_insert_tr acs_message__message_p acs_object_type__pretty_name acs_message__first_ancestor acs_object_type__is_subtype_p acs_objects_get_tree_sortkey acs_object__name acs_object__default_name acs_object__get_attribute_storage acs_object__get_attribute acs_object__check_path acs_mail_link__link_p acs_object_util__object_type_exist_p acs_object_util__get_object_type acs_object_util__type_ancestor_type_p acs_object_util__object_ancestor_type_p acs_object_util__object_type_p acs_rel_type__role_pretty_name acs_rel_type__role_pretty_plural party__email person__name person__first_names person__last_name application_group__group_id_from_package_id acs_user__receives_alerts_p group_contains_p acs_message_get_tree_sortkey acs_mail_body__body_p acs_permission__permission_p acs_mail_multipart__multipart_p content_keyword__get_heading acs_group__name acs_group__member_p rel_segment__get rel_segment__name rel_constraint__get_constraint_id rel_constraint__violation rel_constraint__violation_if_removed content_keyword__get_description site_node_get_tree_sortkey timezone__convert_to_local timezone__get_offset timezone__get_rawoffset timezone__get_abbrev timezone__get_date timezone__isdst_p rdbms_date apm__register_p timezone__get_id doc__get_proc_header apm__parameter_p apm__id_for_name apm__get_value apm__get_value apm_package__initial_install_p apm_package__singleton_p apm_package__num_instances apm_package__name apm_package__highest_version apm_package__parent_id apm_package_type__num_parameters content_keyword__is_leaf acs_sc_msg_type__get_id acs_sc_msg_type__get_name acs_sc_contract__get_id acs_sc_contract__get_name acs_sc_operation__get_id acs_sc_impl__get_id acs_sc_impl__get_name acs_sc_binding__exists_p cr_items_get_tree_sortkey content_keyword__is_assigned content_keyword__get_path content_template__is_template cr_keywords_get_tree_sortkey content_template__get_path table_exists column_exists trigger_exists trigger_func_exists rule_exists content_folder__is_registered content_folder__get_label content_folder__get_index_page content_type__get_template content_type__trigger_insert_statement content_type__is_content_type content_item__get_root_folder content_item__is_published content_item__is_publishable content_item__is_valid_child content_item__get_id content_item__get_template content_item__get_content_type content_item__get_live_revision content_item__get_revision_count content_item__get_context content_item__get_latest_revision content_item__get_best_revision content_item__get_title content_item__get_title content_item__get_publish_date content_item__is_subclass content_item__is_index_page content_item__get_parent_folder content_revision__get_number content_revision__revision_name content_revision__is_latest content_revision__get_content content_symlink__is_symlink content_symlink__resolve_content_type content_extlink__is_extlink content_folder__is_folder content_folder__is_empty file_storage__get_root_folder file_storage__get_package_id forums_message__root_message_id content_symlink__resolve * packages/acs-content-repository/sql/oracle/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: * packages/acs-messaging/sql/postgresql/upgrade/upgrade-5.0.0b3-5.0.0b4.sql: branches: 1.1.2; file upgrade-5.0.0b3-5.0.0b4.sql was initially added on branch oacs-5-0. 2003-11-24 dirkg * packages/acs-subsite/www/admin/groups/elements-display.adp: #1223 noquote fix 2003-11-23 jeffd * packages/acs-core-docs/www/xml/Makefile: use /usr/share/sgml/docbook/stylesheet/xsl/nwalsh in preference to /usr/share/sgml/docbook/xsl-stylesheets (debian wants the former) 2003-11-21 olah * packages/acs-templating/tcl/spellcheck-procs.tcl: * packages/acs-templating/tcl/test/spell-checker-procs.tcl: Don't perform spell-checking on elemets which are in display mode. * packages/acs-templating/tcl/spellcheck-procs.tcl: * packages/acs-templating/tcl/test/spell-checker-procs.tcl: Merging changes (which had accidentally been committed to head) to oacs-5-0. 2003-11-21 joela * packages/acs-core-docs/www/xml/engineering-standards/auto-testing.xml: branches: 1.1.2; file auto-testing.xml was initially added on branch oacs-5-0. * packages/acs-core-docs/www/automated-testing-best-practices.html: branches: 1.1.2; file automated-testing-best-practices.html was initially added on branch oacs-5-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/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/configure.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-service-import.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/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/i18n-requirements.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-origins.html: * packages/acs-core-docs/www/install-overview.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-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/maintenance-web.html: * packages/acs-core-docs/www/maintenance.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.css: * 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/platform-dev.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.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/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-advanced.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/upgrade-detail.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml: * packages/acs-core-docs/www/xml/engineering-standards/auto-testing.xml: * packages/acs-core-docs/www/xml/index.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/ext-auth-design.xml: * packages/acs-core-docs/www/xml/releasing-openacs.xml: * packages/acs-core-docs/www/xml/variables.ent: updated upgrading, added auto-test best practices 2003-11-21 jeffd * packages/acs-kernel/sql/oracle/upgrade/updgrade-5.0.0b2-5.0.0b3.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b2-5.0.0b3.sql: * packages/acs-kernel/sql/postgresql/community-core-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b2-5.0.0b3.sql: * packages/acs-tcl/tcl/admin-procs.tcl: * packages/acs-tcl/tcl/community-core-procs-oracle.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: Use lower(username) rather than upper(username), create case folded indexes on postgres for username, email, screen_name, move some of the queries in community-core-procs to .xql file. rename the updgrade files...doh! * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b2-5.0.0b3.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b2-5.0.0b3.sql: branches: 1.1.2; file upgrade-5.0.0b2-5.0.0b3.sql was initially added on branch oacs-5-0. * packages/acs-kernel/sql/postgresql/upgrade/updgrade-5.0.0b2-5.0.0b3.sql: updgrade...doh 2003-11-21 donb * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: Fixed bug 1144. 2003-11-20 peterm * etc/install/checkout.sh: * etc/install/install.sh: moving up the get_config_param command for oacs_branch in checkout.sh to be above the cd command as the config_file path was relative to current dir (.) 2003-11-20 lars * packages/acs-tcl/tcl/test/log-test-procs.tcl: Added a test case that finds errors in the server error log * packages/acs-tcl/tcl/utilities-procs.tcl: Added proc for prettifying intervals in Tcl * packages/acs-api-browser/lib/search.tcl: Changed browse tcl doc link from dev.scriptics.com to tcl.tk * packages/acs-automated-testing/tcl/aa-test-procs.tcl: Changed logging of failed test cases from Error to Bug. They're not errors in the sense that you want to be notified of them, since we already catch them in the automated testing framework. More specifically, it interfered badly with the new testcase that scans the server error log for errors * packages/acs-admin/www/auth/authority.tcl: Use new interval prettify proc from util 2003-11-20 joela * etc/install/install.sh: added script_path xml record 2003-11-20 jlaine * www/default-master.adp: Added a couple of noquotes to fix #1164 * packages/acs-templating/resources/forms/plain.adp: Added noquote stuff to the plain form widget to fix #1183 * packages/acs-templating/resources/forms/plain.adp: branches: 1.8.2; Added noquote stuff to plain form widget to fix #1183 2003-11-20 jeffd * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/oracle/groups-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b1-5.0.0b2.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/groups-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b1-5.0.0b2.sql: Adds max_child_sortkey to acs_objects, uses select for update to incr tree_sortkey (fixes concurrency problems and substantially improves performance), drop group_elem_idx_container_idx (not useful) and acs_objects_context_object_idx (which is superflous since there is an identical unique constraint). changes acs_objects_get_tree_sortkey to be isstrict/iscachable fixes a bug in acs_objects_context_id_up_tr on both oracle an postgres. See http://openacs.org/forums/message-view?message_id=142769 for discussion. * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/upgrade/updgrade-5.0.0b2-5.0.0b3.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/updgrade-5.0.0b2-5.0.0b3.sql: Change the all_users to acs_users_all, bump version to 5.0.0b3, provide upgrade script. fix where its used in logger, weblogger-portlet, and lars-blogger. fixes bug 1174. * www/default-master.adp: Jarrko's change pulled in a HEAD only change (subnavbar_link) * packages/acs-tcl/tcl/00-database-procs.tcl: alias table name so db_tables will work on postgres * packages/acs-kernel/sql/oracle/upgrade/updgrade-5.0.0b2-5.0.0b3.sql: * packages/acs-kernel/sql/postgresql/upgrade/updgrade-5.0.0b2-5.0.0b3.sql: branches: 1.1.2; file updgrade-5.0.0b2-5.0.0b3.sql was initially added on branch oacs-5-0. * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0b1-5.0.0b2.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0b1-5.0.0b2.sql: branches: 1.1.2; file upgrade-5.0.0b1-5.0.0b2.sql was initially added on branch oacs-5-0. * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/tcl/subsite-procs.xql: fix for bug 1185 Subsites can only be mounted directly under subsites patch by Barry Books * packages/acs-content-repository/www/doc/requirements.html: fix id for 100.20 inbound link * packages/acs-subsite/tcl/relation-procs.tcl: remove a rel constriant violation check that can never fire 2003-11-20 dirkg * packages/acs-lang/www/admin/index.tcl: Fixed a typo 2003-11-19 peterm * etc/install/install.sh: * etc/install/install.tcl: adding a delay after OpenACS install and server restart because nsunix seems to be triggering an additional restart that we then need to wait for * etc/install/run-create.sh: adding file * etc/install/install.sh: * etc/install/install.tcl: adding the tclwebtest_scripts parameter that allows you to run additional tclwebtest scripts * etc/install/tcl/twt-procs.tcl: bug fix in crawler * etc/install/tcl/twt-procs.tcl: debugging the crawler and adding ability to exclude links * etc/install/tcl-api-test.test: fixing the regexp checking for failed acs-automated-install 2003-11-19 lars * packages/acs-tcl/tcl/apm-file-procs.tcl: Added more detailed error log messages when an APM file is invalid * packages/acs-templating/tcl/list-procs.tcl: Fixed bug #1021: Clarified example * packages/acs-templating/tcl/list-procs.tcl: Fixed bug #1111: Default orderby direction if clipped off in the URL * packages/acs-templating/tcl/list-procs.tcl: Fixed bug #1112: forum sorting by author requires named orderby partial queries * packages/acs-subsite/www/members/index.tcl: Fixed bug #1136: Do not offer sort by role, since we can't sort by localized role, anyway. Also flushes the page cache every time, even though that makes the page unbearably slow to use with pagination, but that'll have to wait until we get better pagination into list builder * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/www/members/user-new.tcl: Fixed bug #906: trim email (and username) 2003-11-19 joela * etc/install/install.sh: added comments, revised server waits into loops, outputting xml file * www/SYSTEM/security-debug.tcl: * www/SYSTEM/success.txt: added non-db success test file * www/SYSTEM/success.tcl: branches: 1.1.2; added non-db success test file * etc/install/install.sh: * etc/install/install.tcl: changed loop to use more config variables * etc/install/install.tcl: rolled back to version 1.12 2003-11-19 jeffd * packages/acs-core-docs/www/xml/Makefile: * packages/acs-core-docs/www/xml/developers-guide/cvs.xml: * packages/acs-core-docs/www/xml/developers-guide/db-api.xml: * packages/acs-core-docs/www/xml/developers-guide/i18n.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.xml: * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: * packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.xml: * packages/acs-core-docs/www/xml/developers-guide/rp.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-advanced.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/constraint-naming.xml: * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: * packages/acs-core-docs/www/xml/engineering-standards/filenaming.xml: * packages/acs-core-docs/www/xml/engineering-standards/psgml-mode.xml: * packages/acs-core-docs/www/xml/fo.xsl: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver.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/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: * packages/acs-core-docs/www/xml/install-guide/os.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/red-hat.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: * packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml: * packages/acs-core-docs/www/xml/kernel/apm-design.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/groups-design.xml: * packages/acs-core-docs/www/xml/kernel/groups-requirements.xml: * packages/acs-core-docs/www/xml/kernel/i18n-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-notes.xml: * packages/acs-core-docs/www/xml/kernel/security-requirements.xml: * packages/acs-core-docs/www/xml/kernel/subsites-design.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.css: * packages/acs-core-docs/www/xml/openacs.xsl: Switch to DocBook 4.2 Add a lint target in Makefile which uses xmllint to validate source. Add index generation to fo.xsl and openacs.xsl. fix messed up use of literallayout. Fix xrefs in permissions-tediously-explained.xml Repair authorblurb which I broke. Switch some tables w/o titles to informaltable fix rollback-database xref. * packages/acs-core-docs/www/xml/README.fo: * packages/acs-core-docs/www/xml/developers-guide/db-api.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/red-hat.xml: * packages/acs-core-docs/www/xml/kernel/security-design.xml: fix a few last validation errors. add note about -Xmx flag for FOP. * 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/apm-design.html: * packages/acs-core-docs/www/apm-requirements.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/configure.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-service-import.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/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-design.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/i18n-requirements.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-origins.html: * packages/acs-core-docs/www/install-overview.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-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/ld-id2849650.html: * packages/acs-core-docs/www/ld-id2886798.html: * packages/acs-core-docs/www/ld-id2918090.html: * packages/acs-core-docs/www/ld-id2950760.html: * packages/acs-core-docs/www/linux-installation.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/maintenance.html: * packages/acs-core-docs/www/nextsteps.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.css: * 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/platform-dev.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.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/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-advanced.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/upgrade-detail.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/non-xml/release-notes-4-5.html: * packages/acs-core-docs/www/xml/non-xml/release-notes-4-6.html: sync html to docbook 2003-11-18 peterm * etc/install/tcl/twt-procs.tcl: further work on the crawl_links proc, making it handle relative links correctly by adding the previous_url switch and forcing tclwebtest to use that as the base for relative urls * etc/install/tcl/twt-procs.tcl: making crawler work and fixing some bugs related to that * etc/install/checkout.sh: * etc/install/config-replace.sh: * etc/install/install.sh: making sure run script is edited in the case of custom AOLserver config file. Making sure permissions are always set correctly on whole tree * etc/install/dotlrn-links-check.test: * etc/install/tcl/twt-procs.tcl: making the ::twt::crawl_links work much better than before 2003-11-18 joela * www/default-master.adp: * www/default-master.tcl: added handling for subnavbar link text 2003-11-18 jeffd * packages/acs-core-docs/www/xml/openacs.xsl: add alt tag to logo * packages/acs-core-docs/www/xml/README.fo: branches: 1.1.2; file README.fo was initially added on branch oacs-5-0. * packages/acs-core-docs/www/xml/fo.xsl: branches: 1.1.2; file fo.xsl was initially added on branch oacs-5-0. * packages/acs-core-docs/www/xml/Makefile: * packages/acs-core-docs/www/xml/README.fo: * packages/acs-core-docs/www/xml/fo.xsl: * packages/acs-core-docs/www/xml/openacs.css: clean up the openacs.css and loosen things up a bit. add fo.xsl and README.fo for pdf output, makefile fix * packages/acs-kernel/sql/postgresql/postgresql.sql: dont put the giant comment inside the function defintion for tree_ancestor_keys since it gets logged to the postgresql log ugh * packages/acs-core-docs/www/xml/kernel/object-system-design.xml: fix column count in table * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: fix the listitem missing para children * packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: fix ulink href= to url= * packages/acs-core-docs/www/xml/install-guide/os.xml: fix ulink using href rather than url * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: * packages/acs-core-docs/www/xml/kernel/object-system-design.xml: * packages/acs-core-docs/www/xml/kernel/object-system-req.xml: more blockquotes as physical markup * packages/acs-core-docs/www/xml/kernel/security-design.xml: remove the blockquotes around the tables since they break pdf output and are stupid anyway * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: use informal table as there was no title provided 2003-11-17 tilmanns * packages/acs-tcl/tcl/text-html-procs.tcl: Cleaning up the api-doc of ad_html_text_convert, after searching half an hour for something that would format the contents of a richtext widget and only finding this proc after looking into the display code of the form builder. (rant: It'd be awesome if those who add cool functionality would find the extra minute to at least mention it in the api-doc, /endofrant). Also changed it so that it returns the empty string when input is empty, so it can deal with NULL content/format pairs in the database conveniently. * packages/ref-language/sql/common/languages.dat: I doubt that this package is ever used, but let's still write Telugu instead of Tegulu for our friends from South India. 2003-11-17 simonc * packages/acs-subsite/tcl/group-procs-oracle.xql: changed query reference member_p to group::member_p * packages/acs-messaging/tcl/test/acs-messaging-procs.tcl: removed obsolete comment * packages/acs-messaging/tcl/test/acs-messaging-procs.tcl: removed typo 2003-11-17 lars * packages/acs-api-browser/lib/search.adp: * packages/acs-api-browser/lib/search.tcl: Offer link to DB documentation and search 2003-11-17 jeffd * packages/acs-core-docs/www/xml/openacs.xsl: change chunk.xsl back to what it was * packages/acs-core-docs/www/xml/Makefile: * packages/acs-core-docs/www/xml/openacs.xsl: change makefile to create symlink to docbook xsl so openacs.xsl does not have to change * packages/acs-core-docs/www/sql/display-sql.adp: * packages/acs-core-docs/www/sql/display-sql.tcl: fix sql file display code * packages/acs-core-docs/www/xml/developers-guide/db-api.xml: * packages/acs-core-docs/www/xml/developers-guide/packages.xml: * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: * packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.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/engineering-standards/constraint-naming.xml: * packages/acs-core-docs/www/xml/engineering-standards/design-template.xml: * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: * packages/acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml: * packages/acs-core-docs/www/xml/engineering-standards/filenaming.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/files/acceptance-sql.txt: * 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/credits.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: * packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml: * packages/acs-core-docs/www/xml/kernel/apm-design.xml: * packages/acs-core-docs/www/xml/kernel/apm-requirements.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/i18n-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/security-design.xml: * packages/acs-core-docs/www/xml/kernel/security-notes.xml: * packages/acs-core-docs/www/xml/kernel/security-requirements.xml: * packages/acs-core-docs/www/xml/kernel/subsites-design.xml: * packages/acs-core-docs/www/xml/kernel/subsites-requirements.xml: * packages/acs-core-docs/www/xml/openacs.xsl: remove broken ad email addresses, fix links, talk about forums instead of bboard 2003-11-17 daveb * packages/acs-content-repository/sql/postgresql/content-item.sql: Merging bug fix from HEAD. Fixes bug#1163 and bug#1153. * packages/acs-content-repository/sql/postgresql/content-item.sql: New 19 parameter version of content_item__new and new version of content_item__is_valid_child to allow setting and checking or relation_tag. Fixes bug#1153 and bug#1163 2003-11-16 tilmanns * packages/acs-templating/tcl/test/multirow-procs.tcl: * packages/acs-templating/tcl/test/multirow-test.adp: * packages/acs-templating/tcl/test/multirow-test.tcl: Test case for #428 * packages/acs-templating/tcl/test/multirow-procs.tcl: branches: 1.1.2; file multirow-procs.tcl was initially added on branch oacs-5-0. * packages/acs-templating/tcl/test/multirow-test.adp: branches: 1.1.2; file multirow-test.adp was initially added on branch oacs-5-0. * packages/acs-templating/tcl/test/multirow-test.tcl: branches: 1.1.2; file multirow-test.tcl was initially added on branch oacs-5-0. 2003-11-16 simonc * packages/acs-admin/tcl/test/acs-admin-procs.tcl: * packages/acs-messaging/tcl/test/acs-messaging-procs.tcl: added automated test scripts 2003-11-16 jeffd * packages/acs-tcl/tcl/text-html-procs.tcl: patch 360 bug 1154 2003-11-15 tilmanns * packages/acs-subsite/www/admin/subsite-add.tcl: * packages/acs-templating/tcl/data-procs.tcl: Added a url element validation filter for form elements. Check for valid URLs when creating a new subsite. Fixes Bug #1000. * packages/acs-automated-testing/www/doc/index.html: Adding a reference to /doc/tutorial-debug.html so that first time users of acs-automated-testing know where to find a little information about it. This is lame and does not follow the docbook convention, I know, but it's better then nothing. * packages/acs-tcl/tcl/test/html-conversion-procs.tcl: Two test cases for ad_html_to_text. * packages/acs-tcl/tcl/test/html-conversion-procs.tcl: branches: 1.1.2; file html-conversion-procs.tcl was initially added on branch oacs-5-0. * packages/acs-automated-testing/www/doc/index.html: branches: 1.1.2; file index.html was initially added on branch oacs-5-0. 2003-11-14 tracya * packages/acs-admin/www/users/user-batch-add-2.tcl: branches: 1.3.2; bug 911, using new authorization system 2003-11-14 peterm * packages/notifications/tcl/notification-type-procs.xql: adding the all_intervals, and the all_delivery_methods switches to notification::type::new proc * packages/notifications/tcl/notification-type-procs.tcl: branches: 1.7.20; adding the all_intervals, and the all_delivery_methods switches to notification::type::new proc * etc/install/tcl/test-procs.tcl: not setting script_dir variable (clobbered variable in calling script) in test-procs 2003-11-14 marka * packages/acs-admin/www/install/install-4.adp: Applied Lars' fix for bug #1141 from HEAD 2003-11-14 lars * packages/acs-admin/www/install/install-4.adp: Fixed bug #1141: restart server link * packages/acs-admin/www/apm/build-repository.tcl: Fixed package root path when building repository * packages/acs-admin/www/install/install-3.tcl: branches: 1.7.2; Add extra check to catch when downloading an APM failed 2003-11-14 joela * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: added doc link * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-service-import.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/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/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/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/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-advanced.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/unix-installation.html: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/developers-guide/permissions-tediously-explained.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: doc fixes 2003-11-14 jeffd * packages/acs-core-docs/www/xml/index.xml: include the ext-auth-design chapter in index.xml 2003-11-12 tracya * packages/acs-subsite/acs-subsite.info: branches: 1.59.2; quick fix to bug 1089, uploading a file does not work * packages/acs-content-repository/sql/oracle/content-folder.sql: fix to 1050, fixing references to input parameters 2003-11-12 lars * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: Bug #1089: Log details when the tmpfile filter fails 2003-11-12 joela * packages/acs-core-docs/www/backup-recovery.html: branches: 1.15.2; updated backup 2003-11-11 peterm * packages/acs-admin/www/users/registration-history-postgresql.xql: don't count the guest user on the registration history page (user_id 0) * packages/acs-admin/www/users/index.xql: don't count the guest user on the users admin page (user_id 0) 2003-11-11 lars * packages/acs-authentication/tcl/authority-procs.tcl: Added parameter to determine the name of the batch sync acknowledgement file * packages/acs-admin/www/apm/parameter-edit.tcl: Use textarea for descriptions * packages/acs-authentication/acs-authentication.info: branches: 1.10.2; Added parameter to determine the name of the batch sync acknowledgement file * packages/acs-subsite/www/members/index.tcl: branches: 1.12.2; Removed TODO pagination comment * packages/acs-admin/www/apm/parameter-add.tcl: branches: 1.5.12; Use textarea for descriptions 2003-11-11 joela * packages/acs-core-docs/www/files/note-procs.tcl: *** empty log message *** * packages/acs-core-docs/www/xml/engineering-standards/variables.xml: branches: 1.1.2; *** empty log message *** * packages/acs-core-docs/www/ld-id2849650.html: * packages/acs-core-docs/www/ld-id2886798.html: branches: 1.1.2; modified tutorial * packages/acs-core-docs/www/upgrade.html: branches: 1.10.2; modified tutorial * packages/acs-core-docs/www/acs-plat-dev.html: branches: 1.10.2; rebuilt for beta 1 * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: branches: 1.11.2; beta 1 * packages/acs-core-docs/www/install-full-text-search.html: branches: 1.11.2; modified tutorial * packages/acs-core-docs/www/ext-auth-requirements.html: branches: 1.11.2; rebuilt for beta 1 * etc/config.tcl: branches: 1.12.2; changed db user from postgres to * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/xml/openacs.xsl: branches: 1.12.2; modified tutorial * packages/acs-core-docs/www/for-everyone.html: * packages/acs-core-docs/www/general-documents.html: * packages/acs-core-docs/www/install-redhat.html: branches: 1.13.2; modified tutorial * packages/acs-core-docs/www/cvs-service-import.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/openacs-overview.html: * packages/acs-core-docs/www/psgml-for-emacs.html: branches: 1.13.2; rebuilt for beta 1 * packages/acs-core-docs/www/eng-standards.html: * packages/acs-core-docs/www/rp-requirements.html: branches: 1.14.2; modified tutorial * packages/acs-core-docs/www/database-management.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/tutorial-advanced.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: branches: 1.14.2; rebuilt for beta 1 * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.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/security-requirements.html: * packages/acs-core-docs/www/subsites-requirements.html: * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: branches: 1.15.2; modified tutorial * packages/acs-core-docs/www/object-system-design.html: * packages/acs-core-docs/www/security-design.html: branches: 1.16.2; modified tutorial * packages/acs-core-docs/www/apm-requirements.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/rp-design.html: * packages/acs-core-docs/www/subsites-design.html: * packages/acs-core-docs/www/upgrade-detail.html: branches: 1.16.2; rebuilt for beta 1 * packages/acs-core-docs/www/dev-guide.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/mac-installation.html: branches: 1.17.2; rebuilt for beta 1 * packages/acs-core-docs/www/install-overview.html: branches: 1.18.2; modified tutorial * packages/acs-core-docs/www/acs-admin.html: branches: 1.19.2; rebuilt for beta 1 * 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/os-install.html: * packages/acs-core-docs/www/os-security.html: branches: 1.2.2; modified tutorial * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/postgres.html: branches: 1.21.2; rebuilt for beta 1 * packages/acs-core-docs/www/openacs.html: branches: 1.22.2; added clarification to auto-install * packages/acs-core-docs/www/bootstrap-acs.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/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/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.22.2; rebuilt for beta 1 * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/tcl-doc.html: branches: 1.23.2; rebuilt for beta 1 * packages/acs-core-docs/www/release-notes.html: branches: 1.26.2; beta 1 * packages/acs-core-docs/www/install-tclwebtest.html: * packages/acs-core-docs/www/platform-dev.html: branches: 1.3.2; modified tutorial * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/xml/variables.ent: branches: 1.4.2; rebuilt for beta 1 * etc/daemontools/run: branches: 1.4.2; rolled back mistake * packages/acs-core-docs/www/analog-install.html: * packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: branches: 1.5.2; modified tutorial * packages/acs-core-docs/www/xml/releasing-openacs.xml: branches: 1.5.2; rebuilt for beta 1 * packages/acs-core-docs/www/xml/install-guide/recovery.xml: branches: 1.6.2; cleaned up * packages/acs-core-docs/www/configure.html: * packages/acs-core-docs/www/cvs-tips.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/install-more-software.html: branches: 1.6.2; modified tutorial * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/releasing-openacs.html: branches: 1.6.2; rebuilt for beta 1 * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/tutorial.html: * packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml: branches: 1.7.2; modified tutorial * packages/acs-core-docs/www/unix-installation.html: branches: 1.7.2; rebuilt for beta 1 * readme.txt: branches: 1.8.2; beta * packages/acs-core-docs/www/maintenance.html: branches: 1.8.2; modified tutorial * packages/acs-core-docs/www/openacs-unpack.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: branches: 1.8.2; rebuilt for beta 1 * packages/acs-core-docs/www/xml/developers-guide/tutorial.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: branches: 1.9.2; modified tutorial * packages/acs-core-docs/www/acs-package-dev.html: branches: 1.9.2; rebuilt for beta 1 * etc/daemontools/run: changed db user from postgres to * 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/apm-design.html: * packages/acs-core-docs/www/apm-requirements.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/complete-install.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-service-import.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/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/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs-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-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.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/subsites-design.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-advanced.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/unix-installation.html: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/win2k-installation.html: modified tutorial * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/release-notes.html: rebuilt for beta 1 * packages/acs-core-docs/www/how-to-use.html: * packages/acs-core-docs/www/software-versions.html: removed obsolete files 2003-11-11 jeffd * packages/acs-core-docs/www/xml/install-guide/overview.xml: branches: 1.17.2; irc link should be to freenode.net now * packages/acs-lang/tcl/lang-message-procs.tcl: branches: 1.39.2; add localized_message to error since otherwise it is quite hard to track down which message has a problem * packages/acs-subsite/www/admin/site-map/package-new.tcl: branches: 1.9.2; duped package_key flag bug 1125 * packages/acs-core-docs/www/acs-dev.html: * packages/acs-core-docs/www/compatibility-matrix.html: * packages/acs-core-docs/www/compatibility.html: * packages/acs-core-docs/www/developers-overview.html: * packages/acs-core-docs/www/ld-id2837677.html: * packages/acs-core-docs/www/ld-id2839916.html: * packages/acs-core-docs/www/ld-id2877330.html: * packages/acs-core-docs/www/ld-id2877745.html: * packages/acs-core-docs/www/ld-id2931354.html: * packages/acs-core-docs/www/ld-id3002058.html: * packages/acs-core-docs/www/mac-install.html: * packages/acs-core-docs/www/more-developer-info.html: * packages/acs-core-docs/www/operating-system.html: * packages/acs-core-docs/www/other-developer-overview.html: * packages/acs-core-docs/www/quick.html: * packages/acs-core-docs/www/submissions.html: * packages/acs-core-docs/www/win-overview.html: removing old orphan files 2003-11-10 lars * packages/acs-subsite/www/members/index.tcl: Fixed bug #1108: member add pages do not do correct security checks * packages/acs-subsite/www/members/index.tcl: Fixed bug #1109: /members/ doesn't scale * packages/acs-subsite/www/index-oracle.xql: * packages/acs-subsite/www/index-postgresql.xql: No longer needed * packages/acs-admin/lib/developer-services.tcl: Use new site_node::get_package_url which doesn't break if a package is mounted multiple times * packages/acs-subsite/www/members/index.xql: branches: 1.1.2; Fixed bug #1109: /members/ doesn't scale * packages/acs-templating/tcl/list-procs.tcl: branches: 1.12.2; Fixed security hole: You could pass in the name of an orderby which included [...], and it would get executed in the page's nameapace * packages/acs-subsite/tcl/group-procs.tcl: branches: 1.16.2; Formatting * packages/acs-subsite/lib/login.tcl: branches: 1.19.2; return_url was dropped when the login page was expired * packages/acs-authentication/tcl/local-procs.tcl: branches: 1.25.2; Do not fail the change password operation if we could not send out the email notification * packages/acs-subsite/www/members/member-invite.tcl: branches: 1.3.2; Fixed bug #1108: member add pages do not do correct security checks * packages/acs-subsite/tcl/group-procs.xql: branches: 1.4.2; Formatting * packages/acs-tcl/tcl/object-type-procs.tcl: branches: 1.4.4; Added API to get info about an object type * packages/acs-tcl/tcl/site-nodes-procs.tcl: branches: 1.46.2; Added proc site_node::get_package_url which gets the URL for a package from the package_key, and does not break if the package happens to be mounted in multiple places * packages/acs-subsite/www/members/user-new.tcl: branches: 1.5.2; Fixed bug #1108: member add pages do not do correct security checks * packages/acs-tcl/tcl/utilities-procs.tcl: branches: 1.58.2; Fixed security hole with page query variable values getting subst'ed with -entire_form switch. Created special noprocessing_vars data structure in which to stick these kinds of variables where processing should not get done. Export_vars is getting a bit ugly. 2003-11-10 joela * packages/acs-subsite/www/admin/index.adp: branches: 1.19.2; fixed applications link 2003-11-10 jeffd * packages/acs-tcl/tcl/00-database-procs.tcl: branches: 1.44.2; typo in ns_log command * www/default-master.tcl: fix eval of context to avoid potential function evaluation 2003-11-10 janines * packages/acs-api-browser/acs-api-browser.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-messaging/acs-messaging.info: branches: 1.10.2; updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info * packages/ref-timezones/ref-timezones.info: branches: 1.11.2; updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: branches: 1.12.2; updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info * packages/acs-service-contract/acs-service-contract.info: branches: 1.18.2; updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info * packages/acs-templating/acs-templating.info: branches: 1.21.2; updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info * packages/acs-admin/acs-admin.info: branches: 1.22.2; updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info * packages/notifications/notifications.info: branches: 1.23.2; cleaned up files: updated require sections, removed references to arsdigita and openforce, and replaced out-of-date owner info. Most of these edits were done by hand due to bug 1106; I tried to do the same things the APM would do (remove file sections, etc) and updating the release date to today * packages/acs-content-repository/acs-content-repository.info: branches: 1.27.2; updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info * packages/acs-tcl/acs-tcl.info: branches: 1.30.2; updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info * packages/acs-lang/acs-lang.info: branches: 1.31.2; updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info * packages/acs-kernel/acs-kernel.info: branches: 1.49.2; updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info * packages/acs-mail-lite/acs-mail-lite.info: branches: 1.5.2; cleaned up files: updated require sections, removed references to arsdigita and openforce, and replaced out-of-date owner info. Most of these edits were done by hand due to bug 1106; I tried to do the same things the APM would do (remove file sections, etc) and updating the release date to today * packages/acs-automated-testing/acs-automated-testing.info: branches: 1.5.2; updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info * packages/acs-reference/acs-reference.info: * packages/search/search.info: branches: 1.9.2; updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info * packages/acs-authentication/acs-authentication.info: * packages/acs-subsite/acs-subsite.info: * packages/notifications/notifications.info: updated all to 5.0.0a5, cleaned up require sections that listed multiple versions, and updated package owner info 2003-11-10 daveb * packages/acs-content-repository/sql/postgresql/content-image.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: Fix content_item__move error and bug in content-image.sql. 2003-11-09 jeffd * packages/acs-kernel/sql/postgresql/postgresql.sql: branches: 1.33.2; casts in tree_left and tree_right (pg 7.4 needs them it seems), bump version to 5.0a5, upgrade script provided * packages/acs-subsite/www/permissions/one.tcl: branches: 1.9.4; more noquote stuff * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0a4-5.0a5.sql: casts in tree_left and tree_right (pg 7.4 needs them it seems), bump version to 5.0a5, upgrade script provided * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0.0a4-5.0.0a5.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0a4-5.0a5.sql: doh. wrong name on upgrade script * packages/acs-core-docs/www/xml/install-guide/postgres.xml: wal_files is no longer a legal option as of pg7.3 so removed from doc 2003-11-09 daveb * packages/acs-content-repository/sql/postgresql/content-image.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0d1-5.0d2.sql: Fixed missing declaration for v_revision_id in image__new_revision. 2003-11-08 jeffd * packages/acs-tcl/tcl/text-html-procs.tcl: branches: 1.29.2; hopefully the last problem with -- bug 1086 * packages/acs-subsite/www/members/member-invite.adp: branches: 1.4.4; noquote for context and title * packages/acs-subsite/www/members/user-new.tcl: case fold email and set member_state to approved so the rel insert does not bomb see bug 1108 * packages/acs-subsite/www/members/user-new.adp: noquote for context and title 2003-11-07 tracya * packages/acs-content-repository/sql/oracle/content-item.sql: branches: 1.13.2; fixing content_item.rename for bug 1051, references to input parameter 2003-11-07 peterm * packages/acs-lang/www/admin/edit-history.adp: * packages/acs-lang/www/admin/edit-history.tcl: adding edit history page 2003-11-07 lars * packages/acs-admin/www/apm/build-repository.tcl: branches: 1.2.2; Fixed the code to build repository for all relevant versions, include description, summary, etc. in manifest * packages/acs-admin/www/install/index.tcl: branches: 1.6.4; Repository now lives on openacs.org * packages/acs-tcl/tcl/apm-install-procs.tcl: branches: 1.69.2; Added proc to get repository channel from acs-kernel version number 2003-11-07 jeffd * packages/acs-tcl/tcl/text-html-procs.tcl: add -- to all string_truncate calls * packages/acs-tcl/tcl/text-html-procs.tcl: add a -- to ad_html_text_convert, make util_close_html_tags not eat < not part of a tag * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: branches: 1.13.4; adding -- to all ad_html_to_text calls * packages/acs-admin/www/auth/authority.tcl: branches: 1.18.2; add -- to all string_truncate calls * packages/acs-tcl/tcl/html-email-procs.tcl: branches: 1.4.4; adding -- to all ad_html_to_text calls * packages/notifications/tcl/notification-procs.tcl: branches: 1.9.4; add -- to all string_truncate calls * www/default-master.tcl: context bar barfed with site node starting with a - * packages/acs-templating/tcl/parse-procs.tcl: do string map once instead of twice * packages/acs-templating/tcl/list-procs.tcl: list builder labels couldnt start with a - * packages/acs-tcl/tcl/navigation-procs.tcl: site node instance names for the context bar should be plain text and so quotehtml 2003-11-07 daveb * packages/acs-content-repository/sql/oracle/content-extlink.sql: * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/content-symlink.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-symlink.sql: Added optional name parameter to content_item content_folder content_extlink content_symlink copy and move pl(pg)sql procedures. Oracle and Postgresql. * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-symlink.sql: Fixed typos. 2003-11-06 peterm * packages/acs-lang/tcl/lang-message-procs.tcl: changed to not perform the check for embedded variables validity for acs-lang.localization-* keys 2003-11-06 matk * packages/acs-tcl/tcl/html-email-procs.tcl: o correct in parse_incoming_email was source (and looking) for wrong filenames. This caused the procedure to return the entire message. * packages/notifications/tcl/notification-email-procs.xql: o notifications fixes have been completed. o needed fixes in lt_format_time and html-email-procs. o Oracle bits /should/ work but are untested at this time. * packages/notifications/sql/oracle/notifications-create.sql: * packages/notifications/sql/postgresql/notifications-create.sql: * packages/notifications/sql/postgresql/notifications-drop.sql: * packages/notifications/tcl/notification-email-procs.tcl: o updated create/drop scripts o removed debug statement o correct param documentation of bounce_mail_message * packages/notifications/sql/oracle/notifications-replies-extra-create.sql: * packages/notifications/sql/oracle/notifications-replies-extra-drop.sql: * packages/notifications/sql/postgresql/notifications-replies-extra-create.sql: * packages/notifications/sql/postgresql/notifications-replies-extra-drop.sql: * packages/notifications/tcl/notification-email-procs.tcl: * packages/notifications/tcl/notification-email-procs.xql: * packages/notifications/tcl/reply-sweep-procs.tcl: * packages/notifications/tcl/reply-sweep-procs.xql: Added bounce messages for improperly addressed emails and for emails from unauthorized senders. Messages follow the qmail-send Bounce Messages Format (QDBMF) http://cr.yp.to/proto/qsbmf.txt Added a notification_email_hold table to hold possible bounce messages until they are accepted by the system. * packages/notifications/sql/postgresql/upgrade/upgrade-4.6.4-5.0d1.sql: branches: 1.1.2; o notifications fixes have been completed. o needed fixes in lt_format_time and html-email-procs. o Oracle bits /should/ work but are untested at this time. * packages/notifications/tcl/notification-email-procs.tcl: branches: 1.18.2; o notifications fixes have been completed. o needed fixes in lt_format_time and html-email-procs. o Oracle bits /should/ work but are untested at this time. * packages/notifications/sql/oracle/notifications-replies-extra-create.sql: * packages/notifications/sql/oracle/upgrade/upgrade-4.6.4-5.0d1.sql: * packages/notifications/sql/postgresql/notifications-replies-extra-create.sql: branches: 1.2.2; o notifications fixes have been completed. o needed fixes in lt_format_time and html-email-procs. o Oracle bits /should/ work but are untested at this time. 2003-11-06 lars * packages/acs-authentication/tcl/authentication-procs.tcl: Fixed bug #1090, thanks to Tracy for digging up the root cause * packages/acs-authentication/tcl/authentication-procs.tcl: branches: 1.58.2; Accidentally commited a debug log statement 2003-11-06 joela * etc/install/install.tcl: added example install_xml 2003-11-06 jeffd * packages/acs-tcl/tcl/request-processor-procs.tcl: Provide a default locale via ad_conn locale even if not in a connection * packages/acs-subsite/www/admin/host-node-map/index.tcl: * packages/acs-subsite/www/admin/host-node-map/index.xql: bug 1098 /admin/host-host-map/ didn't display full url (and was not sorted by url either) which made it quite annoying * packages/acs-subsite/www/admin/host-node-map/index.tcl: use site-nodes cache instead of going to the db 2003-11-05 lars * packages/acs-admin/www/users/search.adp: Removed old 'we're only showing authorized users...' message * packages/acs-lang/www/admin/set-system-timezone.tcl: branches: 1.6.4; Added a workaround for a bug in Tcl 8.3 on solaris that causes int() to throw an 'integer value too large to represent' error when used on negative decimal numbers 2003-11-05 joela * etc/install/checkout.sh: * etc/install/install.tcl: * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/analog-install.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-service-import.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/docbook-primer.html: * packages/acs-core-docs/www/eng-standards-constraint-naming.html: * packages/acs-core-docs/www/eng-standards-filenaming.html: * packages/acs-core-docs/www/eng-standards-plsql.html: * packages/acs-core-docs/www/eng-standards-versioning.html: * packages/acs-core-docs/www/ext-auth-requirements.html: * packages/acs-core-docs/www/filename.html: * packages/acs-core-docs/www/files/qmail.rc.txt: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/images/code-model.png: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-overview.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/install-tclwebtest.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-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/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/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-advanced.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/unix-installation.html: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/win2k-installation.html: * 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/images/code-model.png: * packages/acs-core-docs/www/xml/install-guide/aolserver.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/overview.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: *** empty log message *** * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-service-import.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/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/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/install-steps.html: * packages/acs-core-docs/www/install-tclwebtest.html: * packages/acs-core-docs/www/ld-id2839916.html: * packages/acs-core-docs/www/ld-id2877745.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/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/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-advanced.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/unix-installation.html: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: added auto-install script * etc/install/install.sh: * etc/install/install.tcl: assorted db-related bug fixes in install scripts * packages/acs-core-docs/www/xml/install-guide/software.xml: branches: 1.10.2; *** empty log message *** * packages/acs-core-docs/www/xml/install-guide/red-hat.xml: branches: 1.5.2; *** empty log message *** * etc/install/check-errors-output.sh: * etc/install/install.sh: * etc/install/install.tcl: more tweaks * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/tcl-doc.html: tclwebtest * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: tclwebtest changes * etc/install/install.sh: tweak 2003-11-05 jeffd * packages/ref-countries/sql/postgresql/00-countries.ctl: * packages/ref-language/sql/postgresql/00-languages.ctl: * packages/ref-timezones/sql/postgresql/00-timezones.ctl: * packages/ref-timezones/sql/postgresql/01-timezone-rules.ctl: changed the \copy commands to use the 7.2 format for psql as it is supported in 7.2 and 7.3 2003-11-04 peterm * packages/acs-tcl/tcl/utilities-procs.tcl: Lars added new proc util_get_subset_missing along with test cases * etc/config.tcl: Lars changed default config file to use variables for PG db_host and db_port * etc/install/checkout.sh: * etc/install/config-replace.sh: * etc/install/functions.sh: * etc/install/install-and-alert.sh: * etc/install/install.sh: * etc/install/install.tcl: * etc/install/tcl/twt-procs.tcl: * etc/install/warn-if-installation-errors.sh: Lars finished up the revamped version of the install scripts that generates AOLserver config file and run script dynamically * packages/acs-lang/tcl/lang-message-procs.tcl: Lars helped fix the check that variable in non-en_US messages are also in the corresponding en_US message. Replacing old get_missing_embedded_vars proc with the new get_embedded_vars proc and adding a bunch of test cases * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: adding proc util_subset_p with corresponding test case * etc/install/install.tcl: adding server_ip parameter * etc/install/checkout.sh: * etc/install/install.sh: adding support for the new parameters packages_list and install_xml_file * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: branches: 1.11.2; Lars helped fix the check that variable in non-en_US messages are also in the corresponding en_US message. Replacing old get_missing_embedded_vars proc with the new get_embedded_vars proc and adding a bunch of test cases * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: branches: 1.17.2; Lars added new proc util_get_subset_missing along with test cases * etc/install/README: * etc/install/install-and-alert.sh: * etc/install/install.sh: * etc/install/install.tcl: more tidying up 2003-11-04 lars * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/www/resources/stock_copy-16.png: * packages/acs-subsite/www/resources/stock_copy.png: Fixed bug: member-invite page not working in main site, trying to insert duplicate relation 2003-11-04 joela * etc/config.tcl: added cookie logging; rollout support; more formatting * etc/install/install.tcl: genericized default values * etc/install/install.tcl: more adjustments to defaults 2003-11-03 peterm * etc/install/checkout.sh: * etc/install/config.tcl: * etc/install/install.tcl: Lars made the config file readable * packages/notifications/catalog/notifications.da_DK.ISO-8859-1.xml: branches: 1.10.2; exporting catalog files from the translation server * packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ast_ES.ISO-8859-1.xml: branches: 1.11.2; exporting catalog files from the translation server * packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml: branches: 1.13.2; exporting catalog files from the translation server * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml: branches: 1.14.2; exporting catalog files from the translation server * packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml: branches: 1.15.2; exporting catalog files from the translation server * packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: branches: 1.17.2; exporting catalog files from the translation server * packages/acs-kernel/catalog/acs-kernel.AR_EG.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ch_zh.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ko_KR.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.pl_PL.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.AR_LB.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-lang/catalog/acs-lang.ms_my.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.AR_EG.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ch_zh.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.gl_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.hu_HU.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.pl_PL.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.sh_HR.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.tr_TR.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ms_my.utf-8.xml: * packages/notifications/catalog/notifications.ms_my.utf-8.xml: branches: 1.2.2; exporting catalog files from the translation server * packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml: branches: 1.20.2; exporting catalog files from the translation server * packages/acs-lang/tcl/lang-util-procs.tcl: branches: 1.29.2; fixing unescaped linebreak in warning log statement * packages/acs-kernel/catalog/acs-kernel.AR_LB.utf-8.xml: * 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.ms_my.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ru_RU.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.AR_LB.utf-8.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.ru_RU.utf-8.xml: branches: 1.3.2; exporting catalog files from the translation server * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: branches: 1.44.2; exporting catalog files from the translation server * 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: branches: 1.5.2; exporting catalog files from the translation server * packages/acs-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pt_PT.ISO-8859-1.xml: branches: 1.6.2; exporting catalog files from the translation server * 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: branches: 1.7.2; exporting catalog files from the translation server * 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.no_NO.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml: branches: 1.8.2; exporting catalog files from the translation server * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml: * packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml: branches: 1.9.2; exporting catalog files from the translation server * packages/acs-kernel/catalog/acs-kernel.AR_LB.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml: * 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.ms_my.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.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.ru_RU.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.AR_LB.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.fr_FR.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.pt_PT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ru_RU.utf-8.xml: exporting catalog files from the translation server 2003-11-03 olah * packages/acs-templating/tcl/spellcheck-procs.tcl: branches: 1.11.2; Fixed a bug in the call to the webspell wrapper which caused the associated test case to fail. * packages/acs-templating/tcl/test/spell-checker-procs.tcl: branches: 1.4.2; Fixed a bug in the call to the webspell wrapper which caused the associated test case to fail. 2003-11-03 lars * packages/acs-tcl/tcl/acs-permissions-procs.tcl: Allow passing in of party_id to write_permission_p and require_write_permission * packages/acs-admin/www/users/one.adp: Fixed creation_date bug * packages/acs-content-repository/tcl/publish-procs.tcl: Implemnted changes to make the <relation ...> tag work. * packages/acs-admin/www/users/index.tcl: Removed old code that had 'temporarily been taken out for ACS 4'. Thanks to the magic of revision control, we can always suck it out again later. * packages/acs-admin/www/users/index.adp: branches: 1.9.4; Removed note about the page being cached, because it isn't cached 2003-11-02 tilmanns * bin/pg_7.2to7.3_upgrade_helper.pl: With Jun's permission adding his perl script to upgrade pg dumps with truncated identifier names from 7.2 to 7.3. Formerly known as dump_parser.pl. 2003-11-02 joela * packages/acs-api-browser/tcl/test/acs-api-browser-procs.tcl: added automated test * packages/acs-content-repository/tcl/test/acs-content-repository-procs.tcl: added automated testing * packages/acs-admin/tcl/test/acs-admin-procs.tcl: * packages/acs-messaging/tcl/test/acs-messaging-procs.tcl: * packages/acs-subsite/tcl/test/acs-subsite-procs.tcl: branches: 1.1.2; added automated test 2003-11-01 jeffd * packages/notifications/tcl/delivery-method-procs.tcl: branches: 1.10.4; make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032 * packages/acs-content-repository/tcl/filter-procs.tcl: branches: 1.14.2; make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032 * packages/acs-lang/tcl/localization-procs.tcl: branches: 1.14.4; make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032 * packages/acs-tcl/tcl/community-core-procs-oracle.xql: branches: 1.15.2; acs_user::delete -permanent doesn't work change to fix for bug 983 patch 322 Vinod Kurup * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: branches: 1.17.2; acs_user::delete -permanent doesn't work change to fix for bug 983 patch 322 Vinod Kurup * packages/acs-templating/tcl/query-procs.tcl: branches: 1.17.2; make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032 * packages/acs-automated-testing/tcl/example-procs.tcl: branches: 1.2.2; make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032 * packages/acs-automated-testing/tcl/aa-test-procs.tcl: branches: 1.20.2; make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032 * packages/acs-templating/tcl/element-procs.tcl: branches: 1.21.2; make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032 * packages/acs-templating/tcl/form-procs.tcl: branches: 1.25.2; make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032 * packages/acs-lang/tcl/lang-catalog-procs.tcl: branches: 1.36.2; make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032 * packages/acs-tcl/tcl/defs-procs.tcl: branches: 1.38.2; fist_names typo bug #1062 * packages/acs-tcl/tcl/community-core-procs.tcl: branches: 1.39.2; acs_user::delete -permanent doesn't work change to fix for bug 983 patch 322 Vinod Kurup * packages/acs-tcl/tcl/apm-procs.tcl: branches: 1.63.2; make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032 * packages/acs-templating/tcl/currency-procs.tcl: branches: 1.7.2; make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032 * packages/acs-tcl/tcl/admin-init.tcl: branches: 1.7.4; make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032 * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d2-5.0d3.sql: branches: 1.9.2; the cc_users view in the upgrade did not match the current version of cc_users (cf http://openacs.org/forums/message-view?message_id=97099 ) * packages/acs-templating/tcl/spellcheck-init.tcl: branches: 1.9.4; make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032 * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-content-repository/tcl/item-procs.tcl: * packages/acs-content-repository/tcl/publish-procs.tcl: * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/lang-util-procs.tcl: * packages/acs-tcl/tcl/acs-permissions-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/memoize-procs.tcl: * packages/acs-tcl/tcl/openacs-kernel-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/security-init.tcl: * packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: * packages/acs-templating/tcl/doc-tcl-procs.tcl: * packages/acs-templating/tcl/filter-procs.tcl: * packages/acs-templating/tcl/spellcheck-procs.tcl: * packages/notifications/tcl/notification-email-procs.tcl: * packages/notifications/tcl/reply-sweep-procs.tcl: make some Notices either warnings or debug and made them more descriptive by generally including the proc name as well bug #1032 * packages/acs-tcl/tcl/request-processor-procs.tcl: patch allows static files to be served from sub-directories. Currently, referencing a file that resides in a sub-directory, e.g. acs-subsite/www/resources/css/main.css, fails. This patch rectifies this problem. bug 1035 patch 334 Simon Buckle 2003-10-31 peterm * packages/acs-lang/bin/functions.sh: * packages/acs-lang/bin/list-keys.sh: extracting command to find all en_US catalog files into a shell function 2003-10-31 lars * packages/acs-authentication/tcl/test/sync-test-procs.tcl: Added local file system auth_retrieve_doc driver * packages/acs-kernel/acs-kernel.info: Bumped version number to alpha 4 * packages/acs-subsite/www/register/user-new.tcl: Default return_url to user's workspace * packages/acs-authentication/tcl/sync-procs.tcl: * packages/acs-authentication/tcl/test/sync-test-procs.tcl: Fixed batch sync test cases * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: Fixed password email change test case - turned out to be interaction between two test cases and the cache * packages/acs-admin/www/apm/version-files.tcl: * packages/acs-admin/www/apm/version-reload.tcl: * packages/acs-admin/www/apm/version-view.tcl: Fixed some context bar, show name of package being reloaded * packages/acs-authentication/tcl/apm-callback-procs.tcl: branches: 1.12.4; Added local file system auth_retrieve_doc driver * packages/acs-admin/www/apm/index.tcl: branches: 1.20.4; Fixed some context bar, show name of package being reloaded * packages/acs-authentication/tcl/sync-procs.tcl: branches: 1.31.2; Added local file system auth_retrieve_doc driver * packages/acs-bootstrap-installer/installer/install.tcl: branches: 1.6.2; Link to site-wide admin page instead of front page of new site after installation 2003-10-31 joela * packages/acs-authentication/www/doc/configure-batch-sync.html: * packages/acs-authentication/www/doc/ext-auth-install.html: *** empty log message *** * 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/apm-design.html: * packages/acs-core-docs/www/apm-requirements.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/configure.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-service-import.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/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/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/how-to-use.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-overview.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/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/maintenance.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/platform-dev.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.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/software-versions.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-advanced.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/upgrade-detail.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/variables.ent: alpha 4 * packages/acs-core-docs/www/xml/index.xml: branches: 1.19.2; doc tweaks * packages/acs-core-docs/www/xml/developers-guide/cvs.xml: branches: 1.4.2; doc tweaks * packages/acs-core-docs/www/xml/Makefile: branches: 1.8.2; alpha 4 * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: * packages/acs-core-docs/www/xml/releasing-openacs.xml: doc tweaks * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-service-import.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/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/i18n.html: * packages/acs-core-docs/www/images/code-model.png: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-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.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/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/tutorial-advanced.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/unix-installation.html: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial.xml: * packages/acs-core-docs/www/xml/images/code-model.png: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/releasing-openacs.xml: new pictures 2003-10-31 jeffd * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/ref-countries/sql/postgresql/00-countries.ctl: * packages/ref-language/sql/postgresql/00-languages.ctl: * packages/ref-timezones/sql/postgresql/00-timezones.ctl: * packages/ref-timezones/sql/postgresql/01-timezone-rules.ctl: switch to using \\copy rather than copy since the backend typically is not able to read the dat file because of permissions (or if it is on a remote machine the file typically will not even exist). bug #1033 2003-10-30 peterm * packages/acs-admin/www/auth/authority.tcl: authority page was broken for creating new authorities. Don't query for number of users if the authority doesn't exist * packages/acs-tcl/tcl/apm-procs.xql: fixing typo in query apm_version_get.select_version_info * packages/acs-lang/bin/check-catalog.sh: * packages/acs-lang/bin/functions.sh: * packages/acs-lang/bin/list-keys.sh: making check-catalog.sh output warning keyword on every line relevant to warnings for easy greping. Adding the list-keys script that will list all keys in catalog files on the server 2003-10-30 lars * packages/acs-tcl/tcl/text-html-procs.tcl: Fixed bug: hadn't removed all references to allowed_url_attributes_list 2003-10-29 peterm * etc/install/dotlrn-basic-setup.test: * etc/install/tcl/class-procs.tcl: * etc/install/tcl/dotlrn-procs.tcl: * etc/install/tcl/twt-procs.tcl: adding testcase for the manage my memberships page * packages/acs-lang/tcl/lang-catalog-procs.tcl: changing proc import_from_file so that failing to register one message does not cause the whole file import to fail * packages/acs-tcl/tcl/apm-procs.tcl: making sure proc apm_load_any_changed_libraries never reloads -init.tcl files. Those should only be source on server startup. Not sure how the -init.tcl files got on the reload list in the first place. 2003-10-29 olah * packages/acs-templating/tcl/spellcheck-procs.tcl: Added a call to "fconfigure $ispell_proc -blocking 0" to avoid problems with the piped channel for the spell-checker. 2003-10-29 lars * packages/acs-authentication/tcl/sync-procs.tcl: - Log nicer errors when trying to update a user that doesn't exist, or when adding a user that already exists - I again read the IMS spec wrong ... the <n> tag goes *inside* the <name> tag. Grrr.. * packages/acs-admin/www/auth/batch-job.tcl: Add link to affected user in actions list, if exists * packages/acs-tcl/tcl/image-procs.tcl: Added a file for image library procs * packages/acs-admin/www/auth/authority.adp: * packages/acs-admin/www/auth/authority.tcl: Added link to show the users in the authority * packages/acs-kernel/acs-kernel.info: Allow all tags and all attributes by default. But not protocols, since those are dangerous * packages/acs-tcl/tcl/text-html-procs.tcl: Let AllowedAttributes, AllowedProtocol and AllowedTags to contain a * to make it easier to run an insecure site if you really don't care. Especially having to explicitly enumerate allowed tags can be a pain. * packages/acs-admin/www/users/complex-search.tcl: Let complex user search users in a specific authority * packages/acs-authentication/tcl/sync-procs.tcl: Record already deleted users as such * packages/acs-admin/www/auth/authority.tcl: Show and allow editing of short_name for authorities, now that we're using it in parameters * packages/acs-admin/www/auth/batch-job.tcl: branches: 1.10.12; - Made entry message longer - Made link go to admin page for user, not normal community-member page 2003-10-29 joela * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: changed postgres to 7.3.4 2003-10-29 jeffd * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: branches: 1.16.2; add =t =f to boolean flags, fix docs, some cleanup on logging * packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl: branches: 1.6.4; add =t =f to boolean flags, fix docs, some cleanup on logging 2003-10-29 daveb * packages/acs-tcl/tcl/form-processing-procs.tcl: branches: 1.39.2; Fixing call to ad_sign by adding -- before parameters to protect against values beginnign with - 2003-10-28 peterm * packages/acs-lang/tcl/lang-message-procs.tcl: Adding check to lang::message::register that non en_US messages don't have invalid embedded variables (that are not present in en_US message) * packages/acs-lang/tcl/locale-procs.tcl: branches: 1.24.2; adding a validity check in proc lang::system::site_wide_locale. If the locale is invalid we log an informative error message and return en_US. The much preferable solution that we should look at is of course a mechanism for validity checks in the UI for changing parameter values. 2003-10-28 lars * packages/acs-admin/www/server-restart.tcl: - Changed title to 'restarting', not 'restart', to imply that it's already happening. - Changing delay to two seconds, to increase the chance that the page is served before the server shuts down * packages/acs-admin/www/users/one.adp: * packages/acs-admin/www/users/one.xql: - Cleaned up page - Added page to reset a password, since our new framework generally doesn't allow users to change passwords without knowing the current password * packages/acs-tcl/tcl/community-core-procs-oracle.xql: * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: Added additional attributes to acs_user::get for /acs-admin/users/one.tcl * packages/acs-authentication/acs-authentication.info: * packages/acs-authentication/tcl/sync-procs.tcl: Added parameter to control whether we make users .LRN users, since this has serious performance implications * packages/acs-authentication/tcl/sync-procs.tcl: Allow the IMS sync driver to be manually configured for which user profile elements should be editable by the user * packages/acs-admin/www/auth/authority.tcl: * packages/acs-admin/www/auth/batch-job.xql: Improved UI * packages/acs-admin/www/users/password-reset.tcl: branches: 1.1.2; - Cleaned up page - Added page to reset a password, since our new framework generally doesn't allow users to change passwords without knowing the current password * packages/acs-authentication/tcl/password-procs.tcl: branches: 1.10.2; Moved password emailing to ::reset and ::retrieve, so the password is emailed even if those procs are called directly. Used by /acs-admin/users/password-reset * packages/acs-admin/www/users/one.tcl: branches: 1.13.4; - Cleaned up page - Added page to reset a password, since our new framework generally doesn't allow users to change passwords without knowing the current password * packages/acs-subsite/lib/applications.tcl: branches: 1.3.2; Show links to things the user can see even if their login is expired * packages/acs-subsite/lib/subsites.tcl: branches: 1.7.2; Show links to things the user can see even if their login is expired 2003-10-28 joela * packages/acs-core-docs/www/xml/install-guide/credits.xml: * packages/acs-core-docs/www/xml/install-guide/os.xml: branches: 1.10.2; cleaning up installation docs for 5.0 * packages/acs-core-docs/www/index.adp: branches: 1.16.2; cleaning up installation docs for 5.0 * packages/acs-core-docs/www/xml/kernel/ext-auth-design.xml: branches: 1.2.2; cleaning up installation docs for 5.0 * packages/acs-core-docs/www/xml/install-guide/quick.xml: branches: 1.3.2; cleaning up installation docs for 5.0 * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: branches: 1.4.2; cleaning up installation docs for 5.0 * packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml: branches: 1.8.2; cleaning up installation docs for 5.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/apm-design.html: * packages/acs-core-docs/www/apm-requirements.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/configure.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-service-import.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/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/how-to-use.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.adp: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-nspam.html: * packages/acs-core-docs/www/install-origins.html: * packages/acs-core-docs/www/install-overview.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-steps.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/ld-id2837677.html: * packages/acs-core-docs/www/ld-id2877330.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/maintenance.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/platform-dev.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-for-emacs.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes-4-5.html: * packages/acs-core-docs/www/release-notes-4-6-2.html: * packages/acs-core-docs/www/release-notes-4-6-3.html: * packages/acs-core-docs/www/release-notes-4-6.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/releasing-openacs.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/software-versions.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-advanced.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/upgrade-detail.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial.xml: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/install-guide/red-hat.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: * packages/acs-core-docs/www/xml/releasing-openacs.xml: cleaning up installation docs for 5.0 2003-10-28 jeffd * packages/acs-content-repository/tcl/acs-content-repository-procs.tcl: branches: 1.5.4; check that the ns_set exists before trying to create new mime types in cr_scan_mime_types 2003-10-27 lars * packages/acs-api-browser/www/tcl-doc-search.tcl: - Changed link to tcl.tk instead of dev.scriptics.com - Added more descriptive error message when the page doesn't respond * packages/acs-subsite/tcl/group-procs.tcl: Added new proc to add a user to a group, setting member_state and rel_type up right * packages/acs-authentication/tcl/local-procs.tcl: Changed ad_parameter to parameter::get * packages/acs-subsite/www/members/user-new.adp: * packages/acs-subsite/www/members/user-new.tcl: Fixed bug adding user to a community: wasn't using new user-new include page * packages/acs-subsite/tcl/subsite-procs.tcl: branches: 1.17.2; Sorting application list in nav-bar * packages/acs-subsite/lib/user-new.tcl: branches: 1.5.4; Allow user creation form to also include new user in a group 2003-10-27 joela * etc/config.tcl: added nsdb.so to config * packages/acs-tcl/tcl/apm-install-procs.tcl: create empty package directories on APM packages create 2003-10-24 lars * packages/acs-admin/lib/site-wide-services.adp: * packages/acs-admin/www/monitor.adp: Added old monitor script to show active connections * packages/acs-authentication/acs-authentication.info: * packages/acs-authentication/tcl/sync-procs.tcl: Adds users to .LRN when batch importing * packages/acs-tcl/tcl/text-html-procs.tcl: Don't print the illegal tag * packages/acs-authentication/tcl/authority-procs.tcl: Fixed bad call to snapshot_delete_remaining * packages/acs-subsite/lib/login.tcl: Fixed bug #1018: Denying persistent logins break login page * packages/acs-content-repository/tcl/item-procs.tcl: Fixed bug with mime_type not found when content is empty * packages/acs-authentication/acs-authentication.info: * packages/acs-authentication/tcl/apm-callback-procs.tcl: * packages/acs-authentication/tcl/authority-procs.tcl: * packages/acs-authentication/tcl/sync-procs.tcl: Implemented row-wise acknowledgement document * packages/acs-subsite/www/shared/parameters.tcl: Make context bar slightly more useful. We need to make this page an includeable template * packages/acs-admin/www/monitor.tcl: branches: 1.1.4; Added old monitor script to show active connections * packages/acs-tcl/tcl/acs-private-data-procs.tcl: branches: 1.4.2; Make acs_privacy::set_user_read_private_data accept Tcl booleans 2003-10-23 peterm * etc/install/dotlrn-basic-setup.test: * etc/install/dotlrn-links-check.test: * etc/install/tcl-api-test.test: * etc/install/tcl/acs-lang-procs.tcl: * etc/install/tcl/config-procs.tcl: * etc/install/tcl/dotlrn-procs.tcl: * etc/install/tcl/new-portal-procs.tcl: * etc/install/tcl/oacs-procs.tcl: * etc/install/tcl/test-procs.tcl: * etc/install/tcl/twt-procs.tcl: * etc/install/tcl/user-procs.tcl: Adding the customize layout page test. fixes and cleanup. * etc/install/README: * etc/install/dotlrn-basic-setup.test: * etc/install/tcl/dotlrn-procs.tcl: * etc/install/tcl/eval-command.tcl: * etc/install/tcl/oacs-procs.tcl: * etc/install/tcl/twt-procs.tcl: starting work on testing the manage-memberships page, not finished yet 2003-10-23 olah * packages/acs-templating/tcl/spellcheck-procs.tcl: Cleaned up the 'webspell' wrapper and added a catch around the statement which opens it. * bin/webspell: branches: 1.2.14; Cleaned up the 'webspell' wrapper and added a catch around the statement which opens it. * www/site-master.tcl: branches: 1.9.2; Replaced the curriculum check with a faster one that has been tested. 2003-10-23 lars * packages/acs-admin/www/auth/batch-job.adp: * packages/acs-admin/www/auth/batch-job.tcl: - Filter by success_p - Showing element-message inline if there's more than one message didn't work * packages/acs-admin/www/auth/index.adp: Added parameters link * packages/notifications/catalog/notifications.da_DK.ISO-8859-1.xml: Danish translation * packages/acs-authentication/acs-authentication.info: * packages/acs-authentication/tcl/sync-procs.tcl: * packages/acs-authentication/tcl/test/sync-test-procs.tcl: Fixed broken test cases * packages/acs-lang/lib/messages-to-translate.tcl: Include return_url in the translate-link * packages/acs-admin/www/auth/index.tcl: branches: 1.6.12; Added parameters link 2003-10-22 peterm * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d11-5.0d12.sql: adding forgotten view all_users to upgrade scripts * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d9-5.0d13.sql: branches: 1.2.2; adding forgotten view all_users to upgrade scripts * etc/install/install.sh: bugfix: the eval-command.tcl file had the wrong path * etc/install/tcl/acs-lang-procs.tcl: * etc/install/tcl/twt-procs.tcl: * etc/install/tcl/user-procs.tcl: changing user-procs.tcl to select options in select boxes based on value rather than label. This allows us to test in German locale * packages/acs-kernel/catalog/acs-kernel.fi_FI.ISO-8859-15.xml: * packages/acs-lang/catalog/acs-lang.fi_FI.ISO-8859-15.xml: * packages/acs-tcl/catalog/acs-tcl.fi_FI.ISO-8859-15.xml: * packages/notifications/catalog/notifications.fi_FI.ISO-8859-15.xml: removing obsolete catalog files * etc/install/tcl/acs-lang-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: replacing all field select (label based) invocations with ::twt::multiple_select_value calls, except in those cases where the label is locale independent 2003-10-22 olah * packages/acs-templating/tcl/spellcheck-procs.tcl: Fixed bug #955. The number of elements in $errors was unbalanced between near misses and misses, which got a foreach loop out of sync ... 2003-10-22 lars * packages/acs-lang/www/admin/export-locale-from-files.adp: * packages/acs-lang/www/admin/export-locale-from-files.tcl: * packages/acs-lang/www/admin/message-list.tcl: * packages/acs-lang/www/admin/package-list.tcl: Added exporting all messages for a locale * packages/acs-lang/www/admin/localized-message-new.adp: * packages/acs-lang/www/admin/localized-message-new.tcl: Allow creating a message-key-creation page to accept message key -- used by translator mode * packages/acs-lang/tcl/lang-message-procs.tcl: Better error message when substitution variable doesn't exist * packages/acs-authentication/tcl/sync-procs.tcl: Fixed IMS sync bug: we were looking at <name><given> and <name><family>, but they're really <n><given> and <n><family> * packages/acs-admin/www/auth/authority-set-sort-order.tcl: Fixed problem with reordering authorities * packages/acs-subsite/tcl/group-procs.tcl: I18n's group join policy * packages/acs-lang/www/admin/localized-message-new.tcl: Make create-message-key pagep accept return_url * packages/acs-templating/tcl/acs-integration-procs.tcl: Provide link to creating the message key when message key doesn't exist at all * packages/acs-lang/www/admin/export-locale-from-files.adp: * packages/acs-lang/www/admin/export-locale-from-files.tcl: Renamed page * packages/acs-templating/tcl/spellcheck-init.tcl: * packages/acs-templating/tcl/widget-procs.tcl: Replaced another 'Yes, please' with a 'Yes' * packages/acs-authentication/tcl/sync-procs.tcl: URL in batch job complete email is wrong * packages/acs-lang/www/admin/export-locale-to-files.adp: * packages/acs-lang/www/admin/export-locale-to-files.tcl: branches: 1.1.2; Renamed page * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: branches: 1.17.2; Added common strings form 'open', 'needs approval', and 'closed' * packages/acs-lang/www/admin/import-locale-from-files.adp: branches: 1.2.2; Added exporting all messages for a locale * packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml: branches: 1.2.2; Translated 'required' * packages/acs-lang/www/admin/import-locale-from-files.tcl: branches: 1.3.2; Added exporting all messages for a locale * packages/acs-admin/www/apm/version-i18n-import.adp: branches: 1.3.2; Respect return_url * packages/acs-lang/www/admin/package-list.adp: branches: 1.4.2; Added exporting all messages for a locale * packages/acs-lang/www/admin/package-list.tcl: branches: 1.4.2; Renamed page * packages/acs-admin/www/apm/version-i18n-export.adp: * packages/acs-admin/www/apm/version-i18n-import.tcl: branches: 1.4.2; Respect return_url * packages/acs-lang/www/admin/message-list.adp: * packages/acs-lang/www/admin/message-list.tcl: branches: 1.5.2; Added link to ipmort messages for a package * packages/acs-admin/www/apm/version-i18n-export.tcl: branches: 1.7.2; Respect return_url 2003-10-21 tilmanns * packages/acs-tcl/tcl/00-database-procs.tcl: Adding a note that db_dml deals with blobs. * packages/acs-tcl/tcl/00-database-procs.tcl: Marking all procs with -public that are mentioned in /doc/db-api-detailed.html * packages/acs-service-contract/sql/oracle/upgrade/upgrade-4.5.1-4.6.sql: This failed previously because it used acs_sc_msg_type.get_id which does not return NULL when the msg_type is not defined but a no_data_found exception. 2003-10-21 peterm * etc/install/dotlrn-basic-setup.test: * etc/install/install.sh: * etc/install/tcl/acs-lang-procs.tcl: * etc/install/tcl/config-procs.tcl: * etc/install/tcl/eval-command.tcl: * etc/install/tcl/test-procs.tcl: * etc/install/tcl/twt-procs.tcl: adding acs-lang tests (loading all I18N messages and switching to German locale) * packages/acs-tcl/tcl/apm-file-procs.tcl: branches: 1.29.2; fixing variable name typo * packages/acs-lang/www/admin/locale-set-enabled-p.tcl: branches: 1.5.2; moving code to toggle enable_p for locale into a Tcl proc * packages/acs-lang/tcl/locale-procs.tcl: moving code to toggle enable_p for locale into a Tcl proc * packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: removing invalid backslashes from de_DE translation 2003-10-21 olah * packages/acs-admin/www/cache/one.adp: missing noquote 2003-10-21 lars * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: Added common_go message key * packages/acs-admin/www/apm/version-i18n-import.adp: Don't display catalog_dir (we don't have it) * packages/acs-subsite/tcl/group-procs.tcl: Fixed bug #994: wrong array subscript breaks members page when anyone needs approval * packages/acs-subsite/tcl/subsite-procs.tcl: Fixed bug #995: current master template gotten wrong * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: * packages/acs-templating/tcl/widget-procs.tcl: Internationalized spellcheck label * packages/acs-admin/www/index.adp: Moved developer's admin link to a more obvious place * packages/acs-templating/catalog/acs-templating.da_DK.ISO-8859-1.xml: * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: Translated into Danish * packages/acs-lang/www/admin/batch-editor.tcl: Update and next button not shown on next-to-last page * packages/acs-tcl/tcl/object-procs-oracle.xql: * packages/acs-tcl/tcl/object-procs-postgresql.xql: branches: 1.3.2; Fixed bug #988: Error while accessing news items * packages/acs-tcl/tcl/object-procs.tcl: branches: 1.4.2; Fixed bug #988: Error while accessing news items * packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml: branches: 1.5.2; Added common_go message key * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: branches: 1.6.2; Added required key * etc/install/install.sh: chmod +x on checkout.sh before executing * packages/acs-templating/resources/forms/standard.adp: i18n'd required message 2003-10-21 joela * packages/acs-subsite/www/resources/site-master.css: branches: 1.5.2; reduced margins * packages/acs-core-docs/www/linux-installation.html: branches: 1.6.2; doc fixes * 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/apm-design.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/compatibility-matrix.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-service-import.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/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/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-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/quick.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/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/software-versions.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-advanced.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/upgrade-detail.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: doc fixes 2003-10-20 vinodk * packages/acs-tcl/tcl/apm-procs.tcl: - make the memoized procs private * packages/acs-tcl/tcl/test/site-nodes-test-procs.tcl: - test for site_node::closest_ancestor_package * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fix bug #580 - site_nodes::closest_ancestor_package 2003-10-20 lars * packages/acs-admin/www/auth/authority-oracle.xql: * packages/acs-admin/www/auth/authority.tcl: Added some statistics * packages/acs-admin/www/auth/index.tcl: Fixed refs to /resources/acs-subsite/spacer.gif * packages/acs-admin/www/auth/batch-job.tcl: Had curly braces instead of quotes * packages/acs-authentication/tcl/sync-procs-oracle.xql: Round num_seconds * packages/acs-admin/www/auth/authority-postgresql.xql: branches: 1.1.4; Added some statistics * packages/acs-admin/www/auth/authority-oracle.xql: branches: 1.2.4; Round num_seconds 2003-10-20 joela * packages/acs-authentication/www/doc/ext-auth-design.html: * 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/ims-sync-driver-design.html: * packages/acs-authentication/www/doc/index.html: * packages/acs-authentication/www/doc/xml/install.xml: tweaks to documentation 2003-10-19 lars * packages/acs-admin/www/auth/batch-job.tcl: Fixed pagination of batch-job result list * packages/acs-admin/www/users/index.tcl: * packages/acs-admin/www/users/index.xql: Optimized the /acs-admin/users/index page query (used cc_users, was veeeeery slow with many users) 2003-10-17 peterm * packages/acs-bootstrap-installer/installer/install.tcl: adding loading of all message catalogs at the end of OpenACS bootstrap install. That way when the server comes up after restart all message keys are available immediately for init scripts etc. * packages/acs-lang/tcl/acs-lang-init.tcl: changing the acs-lang-init for the Nth time. Only caching is needed now. If we did need to load message keys into the db here it should be in a scheduled proc as we need the keys *before* the server is up * packages/acs-lang/bin/check-catalog.sh: making catalog check script also seach in /www directory for keys * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-templating/tcl/form-procs.tcl: * packages/acs-templating/tcl/list-procs.tcl: removing ns_log LARS: debug printouts. Retaining those in the APM dependency check on debug level 2003-10-17 lars * packages/acs-content-repository/tcl/item-procs.tcl: Added item::get_content proc * packages/acs-authentication/tcl/sync-procs.tcl: Allow getting only snapshots, in addition to only incremental * packages/acs-authentication/tcl/sync-procs-oracle.xql: * packages/acs-authentication/tcl/sync-procs-postgresql.xql: Don't include the document in the auth::sync::job::get result * packages/acs-admin/www/auth/batch-action.tcl: Fixed context bar problem * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d2-5.0d3.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d3-5.0d4.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d3-5.0d4.sql: Fixed upgrade script for authentication, collapsed two upgrade scripts * packages/acs-templating/tcl/list-procs.tcl: Typo * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: branches: 1.10.2; Fixed upgrade script for authentication, collapsed two upgrade scripts 2003-10-17 joela * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/releasing-openacs.xml: added notes on releasing openacs * www/default-master.adp: branches: 1.19.2; put title below context bar * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/releasing-openacs.html: releasing openacs notes 2003-10-17 frankn * packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/www/members/member-invite.adp: * packages/acs-subsite/www/permissions/grant.adp: * packages/acs-subsite/www/permissions/index.adp: * packages/acs-subsite/www/permissions/one.adp: * packages/acs-subsite/www/permissions/perm-user-add-include.adp: * packages/acs-subsite/www/pvt/alerts.adp: * packages/acs-subsite/www/pvt/set-on-vacation-to-null.adp: * packages/acs-subsite/www/pvt/set-on-vacation-until.adp: * packages/acs-subsite/www/pvt/unsubscribe-2.adp: A bunch of added I18N keys and catalog entries. * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/www/register/account-message.adp: * packages/acs-subsite/www/register/index.adp: * packages/acs-subsite/www/register/recover-password.adp: * packages/acs-subsite/www/register/restore-user.adp: * packages/acs-subsite/www/shared/community-member.adp: * packages/acs-subsite/www/shared/db-error.adp: * packages/acs-subsite/www/shared/iso-codes-no-exist.adp: * packages/acs-subsite/www/shared/iso-codes.adp: * packages/acs-subsite/www/shared/parameters.adp: * packages/acs-subsite/www/shared/portrait.adp: * packages/acs-subsite/www/shared/report-error.adp: * packages/acs-subsite/www/user/portrait/erase.adp: Another bunch of added I18N keys in the adp files. * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/lib/services.tcl: * packages/acs-subsite/www/permissions/grant.adp: Gave some Tcl files the I18N treatment. Removed duplicate key. Cleanup. * packages/acs-subsite/lib/user-info.tcl: branches: 1.11.4; Gave some Tcl files the I18N treatment. Removed duplicate key. Cleanup. * packages/acs-subsite/lib/login.adp: * packages/acs-subsite/lib/user-info.adp: branches: 1.4.4; A bunch of added I18N keys and catalog entries. * packages/acs-subsite/www/user/portrait/upload.adp: branches: 1.5.12; Another bunch of added I18N keys in the adp files. * packages/acs-subsite/www/user/portrait/comment-edit.adp: branches: 1.6.12; Another bunch of added I18N keys in the adp files. * packages/acs-subsite/www/user/portrait/index.adp: branches: 1.9.4; Another bunch of added I18N keys in the adp files. 2003-10-16 peterm * packages/acs-lang/tcl/lang-catalog-procs.xql: branches: 1.11.2; re-adding the loading of message catalog files on server startup. Since loading is only done at package install if acs-lang is already installed and this is not necessarily always the case * packages/acs-admin/www/apm/version-i18n.adp: branches: 1.15.2; adding new instructions for how to do valid dynamic key message lookups * packages/acs-admin/www/apm/version-i18n-export.tcl: * packages/acs-admin/www/apm/version-i18n-import.tcl: * packages/acs-lang/tcl/acs-lang-init.tcl: * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-catalog-procs.xql: * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/lang-util-procs.tcl: * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: * packages/acs-lang/www/admin/import-locale-from-files.tcl: * packages/acs-lang/www/admin/load-catalog-files.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: cleanup and renaming of import/export procs in lang::catalog namespace. Now there are really only two public procs to know about: lang::catalog::import and lang::catalog::export. Updating all invocations of the procs and test cases. Adding proc lang::message::unregister for deleting message keys - used in test case teardown. * packages/acs-lang/tcl/lang-catalog-procs.tcl: fixing bug introduced on last API cleanup commit * packages/acs-admin/www/install/install-3.tcl: fixing package_path typo (it was missing the ) reported by Mark Aufflick * packages/acs-lang/bin/check-catalog.sh: * packages/acs-lang/bin/mygrep: improving check for whether tcl message lookups are represented by keys in message catalog files * packages/acs-subsite/tcl/group-procs.tcl: making dynamic key message lookups comply with new convention * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: re-adding keys lost between version 1.38 and 1.39. Need to prevent this from happening again * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: re-adding keys lost on last commit * packages/acs-lang/tcl/acs-lang-init.tcl: * packages/acs-lang/tcl/lang-catalog-procs.tcl: re-adding the loading of message catalog files on server startup. Since loading is only done at package install if acs-lang is already installed and this is not necessarily always the case * packages/acs-lang/bin/check-catalog.sh: tightening the regexp to find message lookups in the system. The regexp will still find too much, but it's reasonably good now. 2003-10-16 lars * 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: - Added apm_highest_version_name proc - Added package pretty name to apm_version_get * packages/acs-tcl/tcl/object-procs-oracle.xql: * packages/acs-tcl/tcl/object-procs-postgresql.xql: * packages/acs-tcl/tcl/object-procs.tcl: Added acs_object::get and acs_object::get_element * packages/acs-admin/www/install/install-3.tcl: Added debug log statement to installer * packages/acs-tcl/tcl/acs-permissions-procs.tcl: Added permission::write_permission_p and permission::require_write_permission, which tests if the user has write, or create and is the creation_user * packages/acs-subsite/www/members/index.adp: * packages/acs-subsite/www/members/index.tcl: Cleaned up display of member list * packages/acs-admin/www/auth/authority.tcl: Default values for enabled_p and batch_sync_enabled_p * packages/acs-subsite/www/admin/rel-types/rels-list-postgresql.xql: Fixed PG query * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/lib/user-new.tcl: * packages/acs-subsite/www/register/user-new.adp: * packages/acs-subsite/www/register/user-new.tcl: Fixed bug #959: User registration and return_url is broken * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/authentication-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0.0a1-5.0.0a2.sql: Fixed bug in auth_driver_params on Oracle, table had wrong unique constraint instead of primary key constraint * packages/acs-admin/www/install/install-3.tcl: Fixed bug in upgrading, upgraded from version_id instead of version_name * packages/acs-admin/www/auth/authority.tcl: Fixed bug with batch sync always appearing disabled * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: Fixed message key with missing ", and added list-builder message key * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: Fixed parameters test case to expose problem with unique constraint/primary key on auth_driver_params on Oracle, and to do a better job of testing the parameters framework * packages/acs-templating/tcl/list-procs.tcl: I18n of list-builder ('no data') * packages/acs-subsite/acs-subsite.info: Improved description for ShowMembersListTo * packages/acs-tcl/tcl/site-nodes-procs.tcl: Indenting of documentation * packages/acs-authentication/tcl/sync-procs-oracle.xql: Query on Oracle hadn't gotten the extra columns added that the PG query had * packages/acs-admin/www/auth/authority.adp: * packages/acs-admin/www/auth/batch-job.tcl: Quoting the message * packages/acs-subsite/www/register/logout.tcl: Redirect to current subsite if publicly viewable, otherwise to site root * packages/acs-templating/tcl/widget-procs.tcl: Someone changed 'checked' to 'checked="checked"' on elements, which broke the display-mode of radioboxes and checkboxes. Fixed. * packages/acs-kernel/sql/oracle/acs-create.sql: branches: 1.10.2; Added all_users view to Oracle * packages/acs-subsite/www/index.tcl: branches: 1.16.2; Use permission::permission_p instead of ad_permission_p * packages/acs-templating/tcl/acs-templating-init.tcl: branches: 1.2.4; Fixed bad list in acs-templating-init, where the word 'repeat' had been dropped from the wizard section * packages/acs-admin/www/install/install.tcl: branches: 1.2.4; Fixed stupid little typo: string ... instead of string equal * packages/acs-tcl/tcl/security-procs.tcl: branches: 1.29.2; Logout goes to nearest subsite, which will then determine where to redirect next * packages/acs-subsite/www/permissions/perm-include.tcl: branches: 1.4.4; Do not link to community-member page for user_id 0 * packages/acs-subsite/www/admin/configure.tcl: branches: 1.7.2; Added visibility option to configure page, just like it is on the subsite-add page * www/site-master.adp: branches: 1.9.2; Don't construct URLs in the ADP! Instead, moved the logic of where to go to the logout page itself * packages/acs-service-contract/tcl/implementation-procs.tcl: branches: 1.9.4; is not null vs. != '' problem 2003-10-16 joela * packages/acs-subsite/www/admin/applications/application-add.tcl: added link to sitewide admin for installing more packages * packages/notifications/tcl/sweep-procs.tcl: branches: 1.17.4; changed more log Notices to Debugs * packages/notifications/tcl/delivery-method-procs.tcl: changed more log Notices to Debugs 2003-10-16 dirkg * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: removed empty msg keys 2003-10-15 vinodk * packages/acs-tcl/tcl/form-processing-procs.tcl: - documented difference between -edit_request and -select_query. Fix bug #746 * packages/acs-tcl/tcl/30-xml-utils-procs.tcl: branches: 1.8.4; - documented difference between -edit_request and -select_query. Fix bug #746 2003-10-15 tilmanns * packages/acs-subsite/www/permissions/grant.tcl: branches: 1.10.2; Fixing this so that it correctly reads all selected privileges from the multiselect, not only the first one. 2003-10-15 peterm * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-util-procs.tcl: Because of problem exporting digits in arabic locale (AR_LB with ISO-8859-6) we have now changed to export all catalog files in utf-8 except when ISO-8859-1 can be used. Easiest would be to export all catalog files in utf-8, however, out of fear of hand editing of catalog files messing with the utf-8 encoding we don't. Adding encoding attribute to xml tag of message catalog files. Removing redundant file name prefixing of log statements. * packages/acs-lang/catalog/acs-lang.AR_EG.utf-8.xml: * 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-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.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/notifications/catalog/notifications.AR_EG.utf-8.xml: * packages/notifications/catalog/notifications.AR_LB.utf-8.xml: * packages/notifications/catalog/notifications.hu_HU.utf-8.xml: * packages/notifications/catalog/notifications.ko_KR.utf-8.xml: * packages/notifications/catalog/notifications.pl_PL.utf-8.xml: * packages/notifications/catalog/notifications.ru_RU.utf-8.xml: branches: 1.1.2; re-adding non-ISO-8859-1 catalog files with utf-8 encoding * packages/acs-lang/catalog/acs-lang.da_DK.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: * packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml: branches: 1.10.2; exporting messages from translation server * packages/acs-lang/catalog/acs-lang.de_DE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.es_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml: branches: 1.12.2; exporting messages from translation server * packages/acs-bootstrap-installer/installer.tcl: branches: 1.12.2; fixing the page header of install page. Defaulting all system emails to admin email * packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml: branches: 1.13.2; exporting messages from translation server * packages/notifications/catalog/notifications.fr_FR.ISO-8859-1.xml: branches: 1.2.2; exporting messages from translation server * packages/notifications/catalog/notifications.ast_ES.ISO-8859-1.xml: branches: 1.3.2; exporting messages from translation server * packages/acs-lang/catalog/acs-lang.TH_TH.utf-8.xml: branches: 1.3.2; re-adding non-ISO-8859-1 catalog files with utf-8 encoding * packages/acs-lang/catalog/acs-lang.pt_PT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.pt_PT.ISO-8859-1.xml: * packages/notifications/catalog/notifications.pt_PT.ISO-8859-1.xml: branches: 1.4.2; exporting messages from translation server * packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml: * packages/notifications/catalog/notifications.fi_FI.utf-8.xml: branches: 1.4.2; re-adding non-ISO-8859-1 catalog files with utf-8 encoding * packages/acs-lang/catalog/acs-lang.en_GB.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.gl_ES.ISO-8859-1.xml: branches: 1.5.2; exporting messages from translation server * packages/acs-tcl/catalog/acs-tcl.ast_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.fr_FR.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml: * packages/notifications/catalog/notifications.gl_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.no_NO.ISO-8859-1.xml: branches: 1.6.2; exporting messages from translation server * packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml: * packages/notifications/catalog/notifications.pt_BR.ISO-8859-1.xml: branches: 1.7.2; exporting messages from translation server * packages/acs-lang/catalog/acs-lang.ast_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.da_DK.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.de_DE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.es_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml: * packages/notifications/catalog/notifications.de_DE.ISO-8859-1.xml: * packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.it_IT.ISO-8859-1.xml: * packages/notifications/catalog/notifications.sv_SE.ISO-8859-1.xml: branches: 1.8.2; exporting messages from translation server * packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml: branches: 1.9.2; exporting messages from translation server * packages/acs-bootstrap-installer/installer/install.tcl: correcting the page title on the install page * packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.es_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.it_IT.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.nl_NL.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-kernel/catalog/acs-kernel.pt_PT.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ast_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.en_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.no_NO.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-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml: * packages/notifications/catalog/notifications.da_DK.ISO-8859-1.xml: * packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml: exporting messages from translation server * packages/acs-bootstrap-installer/installer/install.tcl: fixing the page header of install page. Defaulting all system emails to admin email * etc/install/dotlrn-basic-setup.test: * etc/install/tcl-api-test.test: * etc/install/tcl/twt-procs.tcl: making ::twt::do_request try 10 times before giving up if host is unreachable (I've experienced some socket connet problems recently * packages/acs-lang/tcl/lang-util-procs.tcl: making sure the proper proc is used to re-generate catalog files after automatic message key and lookup generation. Previously the description tags didn't get written to the message files * packages/acs-lang/tcl/lang-util-procs.tcl: * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: making the util_replace_temporary_tags_with_lookups test case pass again. Wrapping case in rollback. Some cleanup in the tested proc * 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.ch_zh.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml: * 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.ko_KR.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.ms_my.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-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.AR_LB.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-lang/catalog/acs-lang.ms_my.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.ch_zh.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.el_GR.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.fi_FI.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.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.pl_PL.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.tr_TR.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.zh_TW.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ms_my.utf-8.xml: * packages/notifications/catalog/notifications.ms_my.utf-8.xml: re-adding non-ISO-8859-1 catalog files with utf-8 encoding * packages/acs-kernel/catalog/acs-kernel.AR_EG.ISO-8859-6.xml: * packages/acs-kernel/catalog/acs-kernel.AR_LB.ISO-8859-6.xml: * packages/acs-kernel/catalog/acs-kernel.fi_FI.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.hu_HU.ISO-8859-2.xml: * packages/acs-kernel/catalog/acs-kernel.ja_JP.Shift_JIS.xml: * packages/acs-kernel/catalog/acs-kernel.ko_KR.EUC-KR.xml: * packages/acs-kernel/catalog/acs-kernel.ms_my.US-ASCII.xml: * packages/acs-kernel/catalog/acs-kernel.pl_PL.ISO-8859-2.xml: * packages/acs-kernel/catalog/acs-kernel.ru_RU.windows-1251.xml: * packages/acs-kernel/catalog/acs-kernel.tr_TR.ISO-8859-9.xml: * packages/acs-kernel/catalog/acs-kernel.zh_TW.Big5.xml: * packages/acs-lang/catalog/acs-lang.AR_EG.ISO-8859-6.xml: * packages/acs-lang/catalog/acs-lang.AR_LB.ISO-8859-6.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.TIS-620.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.utf-8.xml: * packages/acs-lang/catalog/acs-lang.el_GR.ISO-8859-7.xml: * packages/acs-lang/catalog/acs-lang.fi_FI.utf-8.xml: * packages/acs-lang/catalog/acs-lang.hu_HU.ISO-8859-2.xml: * packages/acs-lang/catalog/acs-lang.ja_JP.Shift_JIS.xml: * packages/acs-lang/catalog/acs-lang.ko_KR.EUC-KR.xml: * packages/acs-lang/catalog/acs-lang.ms_my.US-ASCII.xml: * packages/acs-lang/catalog/acs-lang.pl_PL.ISO-8859-2.xml: * packages/acs-lang/catalog/acs-lang.ru_RU.windows-1251.xml: * packages/acs-lang/catalog/acs-lang.sh_HR.ISO-8859-5.xml: * packages/acs-lang/catalog/acs-lang.tr_TR.ISO-8859-9.xml: * packages/acs-lang/catalog/acs-lang.zh_TW.Big5.xml: * packages/acs-subsite/catalog/acs-subsite.AR_EG.ISO-8859-6.xml: * packages/acs-subsite/catalog/acs-subsite.AR_LB.ISO-8859-6.xml: * packages/acs-subsite/catalog/acs-subsite.el_GR.ISO-8859-7.xml: * packages/acs-subsite/catalog/acs-subsite.fi_FI.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.ja_JP.Shift_JIS.xml: * packages/acs-subsite/catalog/acs-subsite.ko_KR.EUC-KR.xml: * packages/acs-subsite/catalog/acs-subsite.ms_my.US-ASCII.xml: * packages/acs-subsite/catalog/acs-subsite.pl_PL.ISO-8859-2.xml: * packages/acs-subsite/catalog/acs-subsite.ru_RU.windows-1251.xml: * packages/acs-subsite/catalog/acs-subsite.sh_HR.ISO-8859-5.xml: * packages/acs-subsite/catalog/acs-subsite.tr_TR.ISO-8859-9.xml: * packages/acs-subsite/catalog/acs-subsite.zh_TW.Big5.xml: * packages/acs-tcl/catalog/acs-tcl.AR_EG.ISO-8859-6.xml: * packages/acs-tcl/catalog/acs-tcl.AR_LB.ISO-8859-6.xml: * packages/acs-tcl/catalog/acs-tcl.fi_FI.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.ko_KR.EUC-KR.xml: * packages/acs-tcl/catalog/acs-tcl.ms_my.US-ASCII.xml: * packages/acs-tcl/catalog/acs-tcl.pl_PL.ISO-8859-2.xml: * packages/acs-tcl/catalog/acs-tcl.ru_RU.windows-1251.xml: * packages/acs-tcl/catalog/acs-tcl.sh_HR.ISO-8859-5.xml: * packages/acs-tcl/catalog/acs-tcl.tr_TR.ISO-8859-9.xml: * packages/acs-tcl/catalog/acs-tcl.zh_TW.Big5.xml: * packages/notifications/catalog/notifications.AR_EG.ISO-8859-6.xml: * packages/notifications/catalog/notifications.AR_LB.ISO-8859-6.xml: * packages/notifications/catalog/notifications.fi_FI.utf-8.xml: * packages/notifications/catalog/notifications.ko_KR.EUC-KR.xml: * packages/notifications/catalog/notifications.ms_my.US-ASCII.xml: * packages/notifications/catalog/notifications.pl_PL.ISO-8859-2.xml: removing non-ISO-8859-1 catalog files. They will be re-added in utf-8 in a moment 2003-10-15 olah * packages/acs-templating/tcl/spellcheck-init.tcl: Added URL to the aspell project at SF in the ns_log statement. 2003-10-15 lars * packages/acs-subsite/www/admin/applications/index.tcl: Add link to set parameters * packages/acs-subsite/www/shared/parameters.tcl: Nicer fix for news parameters containing []'s problem 2003-10-15 jeffd * packages/acs-templating/tcl/date-procs.tcl: make numericrange work with ad_form, fix a bug in the rounding of value to interval for numericRange * packages/acs-lang/tcl/locale-procs.tcl: * packages/acs-lang/tcl/locale-procs.xql: memoize the user timezone * packages/acs-templating/tcl/element-procs.tcl: no attribute minimization for xhtml so checked="checked" * packages/acs-tcl/tcl/utilities-procs.tcl: twiddle braces for expr in rand routines 2003-10-15 dirkg * packages/acs-templating/catalog/acs-templating.en_US.ISO-8859-1.xml: Message catalog for acs-templating * packages/acs-templating/tcl/0-acs-templating-procs.tcl: * packages/acs-templating/tcl/0-procs.tcl: * packages/acs-templating/tcl/acs-integration-procs.tcl: * packages/acs-templating/tcl/acs-templating-init.tcl: * packages/acs-templating/tcl/currency-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/parse-procs.tcl: * packages/acs-templating/tcl/query-procs.tcl: * packages/acs-templating/tcl/request-procs.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/widget-procs.tcl: * packages/acs-templating/tcl/wizard-procs.tcl: Started I18N work (Together with Lars) Added namespace eval $namespace calls to each file in the tcl dir. Rooted out some hardcoded text, replaced it with respective calls to the i18n text catalog text function. Shuffled around proc creation and calling, so that everything works properly. * packages/acs-templating/tcl/data-procs.tcl: branches: 1.11.2; Started I18N work (Together with Lars) Added namespace eval $namespace calls to each file in the tcl dir. Rooted out some hardcoded text, replaced it with respective calls to the i18n text catalog text function. Shuffled around proc creation and calling, so that everything works properly. * packages/acs-templating/tcl/richtext-procs.tcl: branches: 1.12.2; Started I18N work (Together with Lars) Added namespace eval $namespace calls to each file in the tcl dir. Rooted out some hardcoded text, replaced it with respective calls to the i18n text catalog text function. Shuffled around proc creation and calling, so that everything works properly. * packages/acs-templating/tcl/paginator-procs.tcl: branches: 1.13.4; Started I18N work (Together with Lars) Added namespace eval $namespace calls to each file in the tcl dir. Rooted out some hardcoded text, replaced it with respective calls to the i18n text catalog text function. Shuffled around proc creation and calling, so that everything works properly. * packages/acs-templating/tcl/util-procs.tcl: branches: 1.16.2; Started I18N work (Together with Lars) Added namespace eval $namespace calls to each file in the tcl dir. Rooted out some hardcoded text, replaced it with respective calls to the i18n text catalog text function. Shuffled around proc creation and calling, so that everything works properly. * packages/acs-templating/tcl/date-procs.tcl: branches: 1.23.2; Started I18N work (Together with Lars) Added namespace eval $namespace calls to each file in the tcl dir. Rooted out some hardcoded text, replaced it with respective calls to the i18n text catalog text function. Shuffled around proc creation and calling, so that everything works properly. 2003-10-14 peterm * packages/acs-bootstrap-installer/installer/index.tcl: branches: 1.17.2; fixing typo I introduced in last commit * packages/acs-tcl/tcl/membership-rel-procs.tcl: branches: 1.5.4; Lars fixed acs_user::flush_cache invocation from membership_rel::change_state. We were flushing using the wrong user_id. Also, now we only flush if the membership_rel of a user (as opposed to some other party) is changed. * etc/install/checkout.sh: * etc/install/tcl-api-test.test: changing checkout script to use new dotlrn-prereq alias. Correcting rerun all tests URL in tcl-api-tests * packages/acs-bootstrap-installer/installer.tcl: * packages/acs-bootstrap-installer/installer/index.tcl: nsv_get acs_application was failing sometimes on install and I wasn't able to track down why. To avoid further hassle I removed that nsv since we don't need it 2003-10-14 olah * packages/acs-templating/tcl/spellcheck-init.tcl: Changed "ns_log Error" to "ns_log Notice" when "exec aspell dump dicts" is caught. Normally it's due to an old version of aspell and spell-checking will continue to work, but with one dictionary only ... 2003-10-14 lars * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-5.0d1-5.0d2.sql: Added PG define_function_args to a single PL/SQL proc, so we can use package_instantiate_object - need to add it to the rest * packages/acs-lang/tcl/locale-procs.tcl: * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: Fixed bug #941: lang::conn::timezone fails when not connected * packages/acs-content-repository/tcl/item-procs.tcl: Fixed bug in item::get_revision_content, upvar'ing happened after the variable had been populated * packages/acs-tcl/tcl/00-database-procs.tcl: Make db_boolean public * packages/acs-content-repository/sql/postgresql/content-folder.sql: branches: 1.23.2; Added PG define_function_args to a single PL/SQL proc, so we can use package_instantiate_object - need to add it to the rest 2003-10-14 joela * packages/acs-authentication/www/doc/ext-auth-design.html: * 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/ims-sync-driver-design.html: * packages/acs-authentication/www/doc/index.html: * packages/acs-authentication/www/doc/xml/design.xml: * packages/acs-authentication/www/doc/xml/index.xml: * packages/acs-authentication/www/doc/xml/install.xml: added details of IMS batch sync * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/compatibility.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/software.xml: * packages/acs-core-docs/www/xml/openacs.xsl: assorted little things * packages/acs-core-docs/www/unix-install.html: branches: 1.12.2; updated docs for 5.0.0 alpha * packages/acs-core-docs/www/win-install.html: branches: 1.13.2; updated docs for 5.0.0 alpha * packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml: branches: 1.4.2; assorted little things * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: branches: 1.5.2; assorted little things * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: branches: 1.6.2; notes * packages/acs-core-docs/www/xml/install-guide/compatibility.xml: branches: 1.7.2; updated docs for 5.0.0 alpha * packages/acs-templating/tcl/spellcheck-init.tcl: standardized list choices * 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/apm-design.html: * packages/acs-core-docs/www/apm-requirements.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/compatibility-matrix.html: * packages/acs-core-docs/www/configure.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-service-import.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/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/i18n-requirements.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.adp: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/linux-installation.html: * packages/acs-core-docs/www/mac-install.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/maintenance.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/quick.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/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/software-versions.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-advanced.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-detail.html: * packages/acs-core-docs/www/upgrade.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.0.0 alpha 2003-10-13 tilmanns * packages/acs-templating/www/doc/tagref/formerror.html: Adding a note that you can refer to the formerror message within the tag, thanks to Lars clarification (#385). 2003-10-13 peterm * packages/acs-admin/www/apm/version-i18n-process-2.tcl: branches: 1.13.2; I18N admin fix: when skipping a file and there are no files left to process - return to I18N index page * packages/acs-admin/www/apm/version-i18n.tcl: branches: 1.8.4; removing debug printout and error * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: fixing malformed tag for Make_member key added in last commit * packages/acs-admin/www/apm/version-i18n-process-2.tcl: * packages/acs-admin/www/apm/version-i18n-process.adp: * packages/acs-admin/www/apm/version-i18n.tcl: improved support for adp file internationalization UI. You can now show only adp:s with translatable text. Added a button for skipping an adp file * packages/acs-admin/www/apm/version-i18n-process-2.adp: * packages/acs-admin/www/apm/version-i18n-process-2.tcl: noquoting adp var. Making number_of_keys optional page arg * packages/acs-admin/www/apm/version-i18n-process-2.tcl: removing debug printout and error 2003-10-13 olah * packages/acs-templating/tcl/widget-procs.tcl: Fixed bug #939 reported by Lars Pind. Only display the spellcheck sub-widget in edit mode. 2003-10-13 lars * packages/acs-admin/www/apm/version-view.tcl: - Added link to reload/watch package files * packages/acs-tcl/tcl/apm-procs.tcl: - Fixed problem with watching, so we can watch any tcl/xql file. - Output message if we're trying to watch a file that we can't reload, so you'll at least know that the watch didn't occur. - apm_guess_file_type had changed, causing watching to break - not using it now * packages/acs-subsite/www/resources/stock_first-16.png: * packages/acs-subsite/www/resources/stock_first.png: * packages/acs-subsite/www/resources/stock_last-16.png: * packages/acs-subsite/www/resources/stock_last.png: Added first/last images * packages/acs-subsite/www/admin/applications/application-add.tcl: Log error to errorlog when there's a problem creating an application * packages/acs-templating/resources/forms/standard.adp: * packages/acs-templating/www/resources/forms.css: Removed unnecessary tables in standard form template * packages/acs-admin/www/apm/version-reload.adp: * packages/acs-admin/www/apm/version-reload.tcl: Templated page 2003-10-13 frankn * packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: A few Danish I18N translations generated while trying out the I18N UI. 2003-10-12 tilmanns * packages/search/sql/postgresql/upgrade/upgrade-4.5-4.5.1.sql: Applied fix from Carsten Clasohm - now upgrade works on pg7.3 as well (tried it on 7.2 too). Fixes #631 * packages/acs-subsite/sql/postgresql/upgrade/upgrade-4.6b-4.6.1b.sql: Re-create the table with different constraint names than it had before, so they won't collide. Also tried renaming the constraints but that didn't work. Fixes #616 * packages/acs-subsite/www/permissions/grant.adp: * packages/acs-subsite/www/permissions/grant.tcl: Use a multiselect instead of a table with checkboxes, which makes the UI work a little bit better when there are lots of privileges. * packages/acs-templating/tcl/widget-procs-oracle.xql: branches: 1.3.2; Fixing an error in the join clause of the party_search widget which resulted in returning way too many, and redundant matches. 2003-10-12 peterm * etc/install/dotlrn-basic-setup.test: * etc/install/openacs-install.test: * etc/install/tcl-api-test.test: * etc/install/tcl/admin-procs.tcl: * etc/install/tcl/class-procs.tcl: * etc/install/tcl/config-procs.tcl: * etc/install/tcl/dotlrn-procs.tcl: * etc/install/tcl/forums-procs.tcl: * etc/install/tcl/global-vars.tcl: * etc/install/tcl/news-procs.tcl: * etc/install/tcl/test-procs.tcl: * etc/install/tcl/twt-procs.tcl: * etc/install/tcl/user-procs.tcl: * etc/install/tcl/util-procs.tcl: adding a simple forums posting test. Restructuring procs a little * packages/acs-lang/tcl/localization-procs.tcl: adding syntax check of acs-lang.localization-grouping value and falling back on en_US locale in case of invalid syntax (to avoid broken pages) * etc/install/tclwebtest-functions.tcl: removing old procs file replaced by files in tcl dir * packages/acs-kernel/catalog/acs-kernel.gl_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.gl_ES.utf-8.xml: * packages/acs-lang/catalog/acs-lang.gl_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.gl_ES.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.gl_ES.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.gl_ES.utf-8.xml: * packages/notifications/catalog/notifications.gl_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.gl_ES.utf-8.xml: taking action on lost gl_ES messages (http://openacs.org/forums/message-view?message_id=133859). The messages had ended up in message files with locale utf-8 (don't know why yet). Moving the messages back to ISO-8859-1 files and removing the utf-8 files * etc/install/README: * etc/install/TODO: * etc/install/tcl/dotlrn-procs.tcl: * etc/install/tcl/twt-procs.tcl: * etc/install/tcl/user-procs.tcl: updating README and TODO files. Bugfixing dotlrn-basic-setup 2003-10-12 frankn * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/lib/applications.tcl: * packages/acs-subsite/lib/subsites.tcl: * packages/acs-subsite/www/index.tcl: * packages/acs-subsite/www/members/index.adp: * packages/acs-subsite/www/members/index.tcl: A bunch of I18N fixes for acs-subsite. More to follow. * www/login-status.adp: A few more I18N tags added to login-status.adp. * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Added I18N message keys for site-master.adp. * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Added missing I18N key. * www/site-master.adp: * www/site-master.tcl: Gave site-master.* the I18N treatment. Added a workaround, so the 'Your Account' can both be named as a kernel parameter, or have a proper translation key. * packages/acs-subsite/www/index.adp: branches: 1.16.2; A bunch of I18N fixes for acs-subsite. More to follow. * packages/acs-subsite/lib/applications.adp: branches: 1.2.2; A bunch of I18N fixes for acs-subsite. More to follow. * packages/acs-subsite/lib/subsites.adp: branches: 1.3.2; A bunch of I18N fixes for acs-subsite. More to follow. 2003-10-11 peterm * etc/install/tcl/admin-procs.tcl: * etc/install/tcl/class-procs.tcl: * etc/install/tcl/dotlrn-procs.tcl: * etc/install/tcl/forums-procs.tcl: * etc/install/tcl/global-vars.tcl: * etc/install/tcl/news-procs.tcl: * etc/install/tcl/test-procs.tcl: * etc/install/tcl/user-procs.tcl: * etc/install/tcl/util-procs.tcl: breaking up the procs to support testing OpenACS with tclwebtest into namespaces. * etc/install/dotlrn-basic-setup.test: * etc/install/install.sh: * etc/install/tcl/class-procs.tcl: * etc/install/tcl/dotlrn-procs.tcl: * etc/install/tcl/forums-procs.tcl: * etc/install/tcl/news-procs.tcl: * etc/install/tcl/user-procs.tcl: * etc/install/tcl/util-procs.tcl: further adaption of install.sh to the new OpenACS installer. Making dotlrn-basic-setup work with new tcl library * etc/install/dotlrn-basic-setup.test: * etc/install/openacs-install.test: * etc/install/tcl/admin-procs.tcl: * etc/install/tcl/class-procs.tcl: * etc/install/tcl/dotlrn-procs.tcl: * etc/install/tcl/forums-procs.tcl: * etc/install/tcl/news-procs.tcl: * etc/install/tcl/test-procs.tcl: * etc/install/tcl/user-procs.tcl: * etc/install/tcl/util-procs.tcl: making dotlrn-basic-setup use the new namespacified procs 2003-10-10 peterm * packages/acs-bootstrap-installer/installer/install.tcl: adding check that install page is only executed once. Added link to the homepage at the bottom * packages/acs-templating/tcl/widget-procs-postgresql.xql: branches: 1.2.2; making party_search widget queries do a lower() on the search_string * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: branches: 1.30.2; fixing typo in tcl file loading printout * packages/acs-tcl/tcl/apm-install-procs.tcl: changing apm_package_install proc to not source acs-tcl libraries since they are already sourced on server startup * packages/acs-bootstrap-installer/installer.tcl: * packages/acs-bootstrap-installer/installer/auto-install-oracle.xql: * packages/acs-bootstrap-installer/installer/auto-install-postgresql.xql: * packages/acs-bootstrap-installer/installer/auto-install.tcl: * packages/acs-bootstrap-installer/installer/auto-install.xql: * packages/acs-bootstrap-installer/installer/create-administrator-2.tcl: * packages/acs-bootstrap-installer/installer/create-administrator-postgresql.xql: * packages/acs-bootstrap-installer/installer/create-administrator.tcl: * packages/acs-bootstrap-installer/installer/index.tcl: * packages/acs-bootstrap-installer/installer/install-data-model.tcl: * packages/acs-bootstrap-installer/installer/install.tcl: * packages/acs-bootstrap-installer/installer/packages-install.tcl: * packages/acs-bootstrap-installer/installer/site-info-2.tcl: * packages/acs-bootstrap-installer/installer/site-info.tcl: changing the OpenACS installation so that now, you fill in all system configuration on one form up-front, click install, and everything installs, the server restarts, and you're ready to go * packages/acs-lang/tcl/lang-util-procs.tcl: fixing bug 915 by making sure any adp vars (including the noquote ones) are excluded when searching for translatable text. We still allow for embedded adp vars, only, we currently don't allow them to have the noquote instruction, we could add support for that later. * packages/acs-admin/www/apm/version-i18n-process-2.tcl: * packages/acs-admin/www/apm/version-i18n-process.adp: fixing the replace texts in adp files with message lookups UI. Now indicating which replacements to do with checkboxes which should be more usable * etc/install/config.tcl: * etc/install/openacs-install.test: * etc/install/tclwebtest-functions.tcl: making install scripts work with new install UI (one big up-front form) * packages/acs-templating/tcl/widget-procs-oracle.xql: making party_search widget queries do a lower() on the search_string * packages/acs-subsite/www/permissions/grant.tcl: making permission grant page use tcl procs and removing two xql files no longer needed * packages/acs-templating/tcl/parse-procs.tcl: new-portals was removed from HTML default adp variable quoting. This was a temporary measure. Removing * packages/acs-subsite/www/permissions/grant-oracle.xql: * packages/acs-subsite/www/permissions/grant-postgresql.xql: removing xql files not needed now that grant page uses Tcl procs instead * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: requiring tcl files (of type tcl_procs, tcl_init, test_procs, test_init, or tcl_util) to reside under package-key/tcl 2003-10-10 lars * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: Added message keys for member states * packages/ref-timezones/ref-timezones.info: Changed the version number to 0.4 (it was already done partially) * packages/acs-lang/acs-lang.info: FIxed bug #914: Require ref-timezones * packages/acs-reference/acs-reference.info: * packages/ref-timezones/ref-timezones.info: Fixed broken install due to ref-timezones required, but acs-reference not part of initiall install set * packages/acs-subsite/www/register/user-join.tcl: Fixed bug #591: bug in user-join. Also fixed the problem that if some of the segments required by the constraints were closed, you couldn't join, even if you were already a member of those segments mentioned in the constraints. * packages/acs-subsite/www/admin/rel-segments/constraints/one-oracle.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/one-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/one.tcl: * packages/acs-subsite/www/admin/rel-segments/one.tcl: Fixed bug #639: Constraint can't reference segment outside of the subsite. * packages/acs-templating/tcl/form-procs.tcl: * packages/acs-templating/tcl/tag-init.tcl: Fixed bug #801: Buttons multirow not available inside formtemplate so edit/display modes don't work * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/members/index.adp: * packages/acs-subsite/www/members/index.tcl: * packages/acs-subsite/www/members/member-state-change.tcl: * packages/acs-subsite/www/register/user-join.tcl: Fixed bug #905: needs approval doesn't work * packages/acs-authentication/tcl/authentication-procs.tcl: Fixed bug #924: Second password is ignored during registration. * packages/ref-timezones/ref-timezones.info: Forgot to set initial-install, I thought it actually resolved the dependencies, but alas ... * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/membership-rel-procs.tcl: Moved the cache flushing into the membership-change proc, so we also flush the acs_user cache if we happento change the state through the other route. * packages/acs-subsite/www/admin/groups/rel-type-add.adp: Noquote * packages/acs-kernel/sql/oracle/acs-install.sql: branches: 1.16.4; Fixed bug #657: Create admin rel segment for main site * packages/acs-admin/www/install/install-4.tcl: branches: 1.2.8; Let the page title say whether installation failed or not * packages/acs-kernel/sql/postgresql/acs-install.sql: branches: 1.24.4; Fixed bug #657: Create admin rel segment for main site * packages/acs-subsite/www/admin/subsite-add.tcl: branches: 1.7.2; Choose visibility of new community (really, whether we inherit permissions from main site or not) * packages/acs-subsite/www/admin/relations/one.tcl: i18n 2003-10-10 joela * packages/acs-core-docs/www/xml/Makefile: new flags 2003-10-10 jeffd * packages/acs-templating/tcl/acs-integration-procs.tcl: get rid of the annoying and potentially incorrect leading space when returning parsed templates. 2003-10-10 frankn * packages/acs-subsite/tcl/subsite-procs.tcl: Fix my own bug. My check for admin priviledges in tcl/subsite-procs.tcl was out of context and didn't work. * packages/acs-lang/tcl/locale-procs.tcl: Make lang::user::site_wide_locale_not_cached{} return the system wide locale for non-registered users, who does not have an ad_locale cookie. Ensure that the ad_locale cookie never expires. Oops. ;) * packages/acs-lang/tcl/locale-procs.tcl: Part of the fix for bug #806: Store non-registered visitors locale setting in a cookie (and not in a client property). * packages/acs-subsite/lib/user-new.tcl: Resolves bug #806. Users, who are self registering, will have their locale preferences set via their ad_locale cookie, if it exists. * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/index.tcl: * packages/acs-subsite/www/members/index.adp: * packages/acs-subsite/www/members/index.tcl: Resolves bug #851. Added two new parameters, MembersCanInviteMembersP and ShowMembersListTo, and made the subsite pages and Tcl procs honour them. In particular subsite::get_section_info{}. * packages/acs-subsite/www/members/index.tcl: Small change to www/members/index.tcl, which allows non-registered visitors to see a partial email address. Assuming they are permitted to see the members list in the first place, of course. * packages/acs-subsite/www/group-master.tcl: branches: 1.6.2; Resolves bug #851. Added two new parameters, MembersCanInviteMembersP and ShowMembersListTo, and made the subsite pages and Tcl procs honour them. In particular subsite::get_section_info{}. 2003-10-10 daveb * packages/acs-content-repository/tcl/acs-content-repository-init.tcl: Added note to replace scheduled delete with a smart tcl api for the cr. * packages/acs-content-repository/tcl/acs-content-repository-init.tcl: Schedule delelte at 22:00 (although that will still be the middle of the day for someone) * packages/acs-content-repository/tcl/acs-content-repository-init.tcl: Schedule delete a 1am daily instead of 86400 seconds after server starts. 2003-10-09 peterm * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: adding message keys lost during export from translation server * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: adding new shared message key for Add * packages/acs-lang/bin/check-catalog.sh: more lc_get related fixes. Making sure output is not too verbose. * packages/acs-kernel/catalog/acs-kernel.AR_EG.ISO-8859-6.xml: * packages/acs-kernel/catalog/acs-kernel.AR_LB.ISO-8859-6.xml: * packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.es_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.it_IT.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.ja_JP.Shift_JIS.xml: * packages/acs-kernel/catalog/acs-kernel.ko_KR.EUC-KR.xml: * packages/acs-kernel/catalog/acs-kernel.ms_my.US-ASCII.xml: * packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.pl_PL.ISO-8859-2.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.ru_RU.windows-1251.xml: * packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.tr_TR.ISO-8859-9.xml: * packages/acs-kernel/catalog/acs-kernel.zh_TW.Big5.xml: * packages/acs-lang/catalog/acs-lang.AR_LB.ISO-8859-6.xml: * packages/acs-lang/catalog/acs-lang.ast_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.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_ES.ISO-8859-1.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.it_IT.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ko_KR.EUC-KR.xml: * packages/acs-lang/catalog/acs-lang.ms_my.US-ASCII.xml: * packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.pl_PL.ISO-8859-2.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.ru_RU.windows-1251.xml: * packages/acs-subsite/catalog/acs-subsite.AR_EG.ISO-8859-6.xml: * packages/acs-subsite/catalog/acs-subsite.AR_LB.ISO-8859-6.xml: * packages/acs-subsite/catalog/acs-subsite.ast_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.ISO-8859-7.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.fi_FI.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ja_JP.Shift_JIS.xml: * packages/acs-subsite/catalog/acs-subsite.ko_KR.EUC-KR.xml: * packages/acs-subsite/catalog/acs-subsite.ms_my.US-ASCII.xml: * packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pl_PL.ISO-8859-2.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.ru_RU.windows-1251.xml: * packages/acs-subsite/catalog/acs-subsite.sh_HR.ISO-8859-5.xml: * packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.tr_TR.ISO-8859-9.xml: * packages/acs-subsite/catalog/acs-subsite.zh_TW.Big5.xml: * packages/acs-tcl/catalog/acs-tcl.AR_EG.ISO-8859-6.xml: * packages/acs-tcl/catalog/acs-tcl.AR_LB.ISO-8859-6.xml: * packages/acs-tcl/catalog/acs-tcl.ast_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_ES.ISO-8859-1.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.it_IT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ko_KR.EUC-KR.xml: * packages/acs-tcl/catalog/acs-tcl.ms_my.US-ASCII.xml: * packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.pl_PL.ISO-8859-2.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.ru_RU.windows-1251.xml: * packages/acs-tcl/catalog/acs-tcl.sh_HR.ISO-8859-5.xml: * packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.tr_TR.ISO-8859-9.xml: * packages/acs-tcl/catalog/acs-tcl.zh_TW.Big5.xml: * packages/notifications/catalog/notifications.AR_LB.ISO-8859-6.xml: * packages/notifications/catalog/notifications.ast_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_US.ISO-8859-1.xml: * packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.fi_FI.utf-8.xml: * packages/notifications/catalog/notifications.gl_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.it_IT.ISO-8859-1.xml: * packages/notifications/catalog/notifications.ko_KR.EUC-KR.xml: * packages/notifications/catalog/notifications.ms_my.US-ASCII.xml: * packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml: * packages/notifications/catalog/notifications.no_NO.ISO-8859-1.xml: * packages/notifications/catalog/notifications.pl_PL.ISO-8859-2.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.sv_SE.ISO-8859-1.xml: removing I18N messages no longer used (almost 200). Collapsing certain keys to make translation easier. Our message key structure is still too fragmented in many places (we have too many keys) 2003-10-09 olah * packages/acs-templating/tcl/element-procs.tcl: * packages/acs-templating/tcl/richtext-procs.tcl: * packages/acs-templating/tcl/spellcheck-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: Cleaned up the spell-checker a bit. * packages/acs-templating/tcl/test/spell-checker-procs.tcl: I broke a test case when I changed the way spellcheck_properties works ... * packages/acs-templating/resources/forms/confirm-button.tcl: Made the code work with "sub-elements"; *.spellcheck, *.format, etc. * packages/acs-templating/resources/forms/confirm-button.tcl: branches: 1.6.22; Removed comment lines I'd forgotten to remove ... 2003-10-09 lars * packages/acs-tcl/tcl/utilities-procs.tcl: Added util::subst_safe to fix bug #899 * packages/acs-subsite/www/shared/parameters.tcl: Fixed bug #899 by using new util::subst_safe proc * packages/acs-authentication/tcl/authentication-procs.tcl: Fixed bug #910: If https isn't available, requiring secure authentication is identical to just require authentication 2003-10-09 frankn * packages/acs-subsite/www/admin/site-map/instance-delete.tcl: This fixes a problem with deleting an unmounted package instance. If you added and mounted, say, a subsite instance, unmounted and then attempted to delete it through sitemap->Manage unmounted applications, you would get an error. It seems site_node::get_node_id_from_object_id doesn't even fail for an unmounted package, returning the empty string in this case, and the catch test doesn't trip. Now we explicitly test for the node_id being set to a sensible value. 2003-10-08 peterm * packages/acs-kernel/catalog/acs-kernel.AR_LB.ISO-8859-6.xml: * packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.es_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.utf-8.xml: * packages/acs-kernel/catalog/acs-kernel.hu_HU.ISO-8859-2.xml: * packages/acs-kernel/catalog/acs-kernel.it_IT.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.ja_JP.Shift_JIS.xml: * packages/acs-kernel/catalog/acs-kernel.ko_KR.EUC-KR.xml: * packages/acs-kernel/catalog/acs-kernel.ms_my.US-ASCII.xml: * packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.pl_PL.ISO-8859-2.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.ru_RU.windows-1251.xml: * packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.tr_TR.ISO-8859-9.xml: * packages/acs-kernel/catalog/acs-kernel.zh_TW.Big5.xml: * packages/acs-lang/catalog/acs-lang.AR_LB.ISO-8859-6.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.utf-8.xml: * packages/acs-lang/catalog/acs-lang.ast_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.ISO-8859-7.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_ES.ISO-8859-1.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.utf-8.xml: * packages/acs-lang/catalog/acs-lang.hu_HU.ISO-8859-2.xml: * packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ja_JP.Shift_JIS.xml: * packages/acs-lang/catalog/acs-lang.ko_KR.EUC-KR.xml: * packages/acs-lang/catalog/acs-lang.ms_my.US-ASCII.xml: * packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.pl_PL.ISO-8859-2.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.ru_RU.windows-1251.xml: * packages/acs-lang/catalog/acs-lang.sh_HR.ISO-8859-5.xml: * packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.tr_TR.ISO-8859-9.xml: * packages/acs-lang/catalog/acs-lang.zh_TW.Big5.xml: * packages/acs-subsite/catalog/acs-subsite.AR_EG.ISO-8859-6.xml: * packages/acs-subsite/catalog/acs-subsite.AR_LB.ISO-8859-6.xml: * packages/acs-subsite/catalog/acs-subsite.ast_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.ISO-8859-7.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.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.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ja_JP.Shift_JIS.xml: * packages/acs-subsite/catalog/acs-subsite.ko_KR.EUC-KR.xml: * packages/acs-subsite/catalog/acs-subsite.ms_my.US-ASCII.xml: * packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pl_PL.ISO-8859-2.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.ru_RU.windows-1251.xml: * packages/acs-subsite/catalog/acs-subsite.sh_HR.ISO-8859-5.xml: * packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.tr_TR.ISO-8859-9.xml: * packages/acs-subsite/catalog/acs-subsite.zh_TW.Big5.xml: * packages/acs-tcl/catalog/acs-tcl.ast_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_ES.ISO-8859-1.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.utf-8.xml: * packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ko_KR.EUC-KR.xml: * packages/acs-tcl/catalog/acs-tcl.ms_my.US-ASCII.xml: * packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.pl_PL.ISO-8859-2.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.ru_RU.windows-1251.xml: * packages/acs-tcl/catalog/acs-tcl.sh_HR.ISO-8859-5.xml: * packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.tr_TR.ISO-8859-9.xml: * packages/acs-tcl/catalog/acs-tcl.zh_TW.Big5.xml: * packages/notifications/catalog/notifications.ast_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_US.ISO-8859-1.xml: * packages/notifications/catalog/notifications.es_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.utf-8.xml: * packages/notifications/catalog/notifications.it_IT.ISO-8859-1.xml: * packages/notifications/catalog/notifications.ko_KR.EUC-KR.xml: * packages/notifications/catalog/notifications.ms_my.US-ASCII.xml: * packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml: * packages/notifications/catalog/notifications.no_NO.ISO-8859-1.xml: * packages/notifications/catalog/notifications.pl_PL.ISO-8859-2.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.sv_SE.ISO-8859-1.xml: adding latest translations from the translation server. Will tidy up the files next using the check-catalog.sh script. * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: auth_password_change proc: stubbing ns_sendmail and checking that email is sent to user on password change. * packages/acs-tcl/tcl/membership-rel-procs-oracle.xql: branches: 1.4.8; correction of 9i porting. The call to plsql proc deleted was replaced by del. However, deleted is different from delete. Changing back to deleted so that the acs rel is not deleted but state is changed to deleted (is this confusing or what...). * packages/acs-lang/bin/check-catalog.sh: changing catalog check script to cope with lc_get keys * packages/acs-lang/tcl/lang-catalog-procs.tcl: removing print statement that seemed superfluous 2003-10-08 mohanp * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d9-5.0d13.sql: * packages/acs-messaging/sql/oracle/upgrade/upgrade-4.5-5.0d1.sql: * packages/acs-reference/sql/oracle/upgrade/upgrade-0.2d-0.3d.sql: * packages/acs-service-contract/sql/oracle/upgrade/upgrade-4.7d3-5.0d1.sql: * packages/notifications/sql/oracle/upgrade/upgrade-4.6.4-5.0d1.sql: * packages/ref-timezones/sql/oracle/upgrade/upgrade-0.3-0.4d1.sql: Added upgrade to upgrade to changes made for Oracle 9i support * packages/acs-kernel/acs-kernel.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/notifications/notifications.info: * packages/ref-timezones/ref-timezones.info: Updated version numbers to upgrade to changes made for Oracle 9i support * packages/acs-content-repository/acs-content-repository.info: Updated version of this file to upgrade to changes made for Oracle 9i support * packages/acs-subsite/sql/oracle/upgrade/upgrade-5.0d4-5.0d5.sql: branches: 1.1.2; Added upgrade to upgrade to changes made for Oracle 9i support * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.7d6-5.0d1.sql: branches: 1.1.4; Added this file to upgrade to changes made for Oracle 9i support 2003-10-08 lars * packages/acs-admin/www/apm/index.tcl: * packages/acs-kernel/sql/postgresql/authentication-create.sql: Added Andrew's OpenACS authentication server as a separate package * packages/acs-kernel/sql/oracle/authentication-create.sql: * packages/acs-kernel/sql/postgresql/authentication-create.sql: Added column user_info_impl_id for on-demand-sync, cleaned up comments * packages/acs-subsite/lib/services.tcl: Added services includelet * packages/acs-admin/www/cache/index.adp: * packages/acs-admin/www/cache/index.tcl: * packages/acs-admin/www/cache/one.adp: * packages/acs-admin/www/cache/one.tcl: * packages/acs-admin/www/cache/show-util-memoize.adp: * packages/acs-admin/www/cache/show-util-memoize.tcl: Cleaned up context bar * packages/acs-admin/www/auth/authority-parameters.tcl: * packages/acs-admin/www/auth/authority.adp: * packages/acs-admin/www/auth/authority.tcl: Configure all parameters for an authority on a single page, to allow sharing of parameter values across implementations (useful if all the drivers talk to the same server, as is normally the case) * packages/acs-admin/www/users/user-add.adp: * packages/acs-admin/www/users/user-add.tcl: Fixed focus, removed old vars * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: Fixed header of file (said workflow) * packages/acs-authentication/tcl/apm-callback-procs.tcl: * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/authority-procs.tcl: Implemented on-demand sync * packages/acs-subsite/lib/services.adp: branches: 1.1.2; Added services includelet * packages/acs-api-browser/www/index.adp: branches: 1.17.20; Get rid of the list of uninstalled, not-enabled packages when there are none 2003-10-08 joela * packages/acs-core-docs/www/individual-programs.html: added ns_pam and ns_ldap * 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/Makefile: * packages/acs-authentication/www/doc/xml/index.xml: * packages/acs-authentication/www/doc/xml/install.xml: first draft of ext-auth instructions * etc/config.tcl: modified for readability; added ns_pam parameters 2003-10-07 tilmanns * packages/acs-subsite/www/permissions/grant-oracle.xql: * packages/acs-subsite/www/permissions/grant-postgresql.xql: * packages/acs-subsite/www/permissions/grant.adp: * packages/acs-subsite/www/permissions/grant.tcl: * packages/acs-subsite/www/permissions/grant.xql: Rewrote the code that builds the tree representation of the privileges, since the initial version was based on the false assumption that children could only appear once in the tree. Fixes #887. 2003-10-07 peterm * packages/acs-admin/www/apm/packages-install-3.tcl: branches: 1.11.4; fixing problem that I introduced earlier with ctl files not being loaded when package is installed from install.xml file and the the proc apm_packages_full_install. The problem was that no data model files were provided and the proc apm_data_model_scripts_find was used to provide the default. However, that proc would not return ctl files. I therefore changed it to do so and removed the proc apm_ctl_files_find that we no longer need * packages/acs-subsite/lib/user-new.tcl: * packages/acs-subsite/www/register/user-new.adp: * packages/acs-subsite/www/register/user-new.tcl: fixing bug 888 by passing on the email variable to the user-new include template * packages/acs-tcl/tcl/apm-install-procs.tcl: fixing bug I introduced: making sure ctl_file files are sources last (after datamodel has been created) * packages/acs-admin/www/install/install-3.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: fixing problem that I introduced earlier with ctl files not being loaded when package is installed from install.xml file and the the proc apm_packages_full_install. The problem was that no data model files were provided and the proc apm_data_model_scripts_find was used to provide the default. However, that proc would not return ctl files. I therefore changed it to do so and removed the proc apm_ctl_files_find that we no longer need * packages/acs-authentication/tcl/authentication-procs.tcl: fixing typo: ad_abort_transaction should be db_abort_transaction * packages/acs-tcl/tcl/apm-install-procs.tcl: typo fix in full install proc - removing . 2003-10-07 lars * packages/acs-subsite/lib/login.tcl: Add email to register link when using email for login * packages/acs-authentication/tcl/authentication-procs.tcl: Allow auth::update_local_account to update authority_id and username * packages/acs-subsite/lib/user-info.tcl: Allow site-wide admin to edit authority, username * packages/acs-admin/www/users/one.adp: Changed wording of 'Become this user' to 'Login as this user' * packages/acs-subsite/lib/user-info.tcl: Cleaning indentation * packages/acs-authentication/tcl/authentication-procs.tcl: Fixed bug #893: 'screen name already taken' complaint when updating basic info without changing own screen name * www/site-master.adp: Got rid of the width specifiers on the top bar, because it was too likely to cause cells to wrap * packages/acs-admin/www/auth/authority-parameters.tcl: Make the input field wider * packages/acs-admin/www/auth/authority.tcl: Shuffled around elements on the form a bit, changed Disabled to --Disabled-- * packages/acs-authentication/tcl/sync-procs.tcl: Took out the code to prevent editing of username for non-local accounts to let site-wide admins do it * www/SYSTEM/security-debug.tcl: branches: 1.1.2; Added security-debugging page 2003-10-07 juny * packages/acs-templating/tcl/wizard-procs.tcl: disabling the cache patch of Brad for the meantime, there seems to be some problem. bug fix on multilevel wizard not functioning 2003-10-07 jeffd * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: drop the test table at end * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: test cases for db_transaction bug #733 2003-10-06 peterm * etc/install/checkout.sh: adding curriculum to checkout * packages/acs-kernel/sql/postgresql/acs-create.sql: branches: 1.22.2; making acs__remove_user do what the Oracle version already does, i.e. remove records referencing the user record before attempting to delete it. Version number bumped to 5.0d12 * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d11-5.0d12.sql: making acs__remove_user do what the Oracle version already does, i.e. remove records referencing the user record before attempting to delete it. Version number bumped to 5.0d12 * packages/acs-templating/tcl/spellcheck-init.tcl: wrapping aspell code in catch so that startup doesn't fail if an error is thrown 2003-10-06 donb * packages/acs-templating/tcl/spellcheck-init.tcl: I rewrote the check for aspell or ispell so it actually works. 2003-10-05 olah * packages/acs-templating/acs-templating.info: * packages/acs-templating/tcl/element-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/widget-procs.tcl: 1) Replaced the spell-check radio buttons with a pull-down menu of available dictionaries. 2) Added a SpellcheckDialectsP param to let the SWA choose between just 'en' and 'fr', as opposed to 'en_CA', 'en_GB', 'en_US', 'fr_CA' and 'fr_FR' ... for instance. (It is read from spellcheck-init.tcl so it demands a server restart.) 3) The init script auto-detects all of this according to the brand of the spell-check binary, its presence, etc. 4) There is currently support for: aspell, ispell or no spell-checking. * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/www/shared/parameters.tcl: Added the new ad_form "nospell" flag to some vital text elements. 2003-10-05 juny * packages/acs-templating/tcl/filter-procs.tcl: add a space * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: reverted to 1.14 patch deferred until further decision is made, see bug 891 2003-10-04 olah * packages/acs-templating/acs-templating.info: * packages/acs-templating/tcl/spellcheck-init.tcl: * packages/acs-templating/tcl/spellcheck-procs.tcl: 1) Added auto-detection of the spell-checker binary on startup. Lars Pind bug 886 . Til suggested it the first time around (Thanks). 2) Optimized the code some. 3) Removed the SpellcheckerPath param and added explaining text to the other param. 2003-10-04 lars * packages/acs-admin/www/install/install-3.tcl: Fixed local install path problem introduced by remote install * packages/acs-admin/www/apm/build-repository.tcl: * packages/acs-admin/www/install/index.adp: * packages/acs-admin/www/install/index.tcl: * packages/acs-admin/www/install/install-2.adp: * packages/acs-admin/www/install/install-2.tcl: * packages/acs-admin/www/install/install-3.tcl: * packages/acs-admin/www/install/install-4.tcl: * packages/acs-admin/www/install/install.tcl: * packages/acs-admin/www/install/local-install-2.adp: * packages/acs-admin/www/install/local-install-2.tcl: * packages/acs-admin/www/install/local-install-3.tcl: * packages/acs-admin/www/install/local-install-4.adp: * packages/acs-admin/www/install/local-install-4.tcl: * packages/acs-admin/www/install/local-install.adp: * packages/acs-admin/www/install/local-install.tcl: * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: Installation from package repository -- now we just need the repository up at openacs.org * packages/acs-tcl/tcl/apm-install-procs.tcl: Log errorInfo when installation fails * packages/acs-admin/www/install/install-4.adp: branches: 1.1.2; Installation from package repository -- now we just need the repository up at openacs.org * packages/acs-admin/www/install/install.adp: branches: 1.1.4; Installation from package repository -- now we just need the repository up at openacs.org * packages/acs-admin/tcl/apm-admin-procs.tcl: branches: 1.11.2; Clarified documentation of apm_higher_version_installed_p 2003-10-04 juny * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: add additional checking before using the default value, see bug 891 2003-10-03 tilmanns * packages/acs-authentication/tcl/authentication-procs.tcl: Adding a line to the api-doc of auth::create_user that it returns the user_id also. 2003-10-03 peterm * packages/acs-tcl/tcl/community-core-procs.xql: branches: 1.11.2; making party::get_by_email do a lowercase email comparison so that people can't create accounts that with emails that differ only in case. See bug 740 * packages/acs-tcl/tcl/admin-procs.tcl: branches: 1.13.2; deprecating proc ad_ssl_available_p and replacing it with security::https_available_p. Making sure we do not redirect to HTTPS if AOLserver is not configured to support it * packages/acs-tcl/tcl/admin-init.tcl: * packages/acs-tcl/tcl/security-procs.tcl: deprecating proc ad_ssl_available_p and replacing it with security::https_available_p. Making sure we do not redirect to HTTPS if AOLserver is not configured to support it * packages/acs-tcl/tcl/community-core-procs.tcl: making party::get_by_email do a lowercase email comparison so that people can't create accounts that with emails that differ only in case. See bug 740 * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/apm-procs.xql: * packages/acs-tcl/tcl/defs-procs.tcl: making the procs ad_acs_version and ad_acs_release_date do something sensible. Adding proc apm_version_get (should go into a namespace and be cached) 2003-10-03 leed * packages/acs-templating/tcl/form-procs.tcl: * packages/acs-templating/tcl/tag-init.tcl: Bug #801 - made display / edit mode buttons available in a form_buttons(label, name) multirow. 2003-10-03 lars * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/www/admin/configure.tcl: * packages/acs-subsite/www/admin/subsite-add.tcl: * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/shared/make-invisible.tcl: * packages/acs-subsite/www/shared/make-visible.tcl: * packages/acs-subsite/www/shared/whos-online.tcl: * packages/acs-tcl/tcl/apm-xml-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: * packages/acs-tcl/tcl/whos-online-init.tcl: * packages/acs-tcl/tcl/whos-online-procs.tcl: - Cleaned up who's online - I18n'd a few sentences - Various UI cleanup * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Added message for 'manage your notifications' in your workspace * packages/acs-admin/www/apm/version-i18n-export.adp: * packages/acs-admin/www/apm/version-i18n-export.tcl: * packages/acs-admin/www/apm/version-i18n-import.adp: * packages/acs-admin/www/apm/version-i18n-import.tcl: * packages/acs-admin/www/apm/version-i18n-index.adp: Cleaned up version-i18n pages * packages/acs-templating/resources/forms/standard.adp: * packages/acs-templating/www/resources/forms.css: Fixed bug #860: * required mark on forms * packages/acs-subsite/www/members/index.tcl: Hiding emails for non-authenticated users * packages/acs-admin/www/install/local-install-3.tcl: Installer didn't work on Oracle because it had a PG-specific query in the page. Changed to use API. * packages/acs-subsite/www/permissions/grant-oracle.xql: Oracle porting bug: missing 'from dual' * packages/acs-subsite/www/permissions/grant.adp: * packages/acs-subsite/www/permissions/grant.tcl: Tried to clean up the hierarchical display a bit on Oracle, but it's still awfully broken * packages/acs-subsite/lib/subsites.adp: * packages/acs-subsite/lib/subsites.tcl: Use listbuilder's no_data features * packages/acs-subsite/www/pvt/home.tcl: branches: 1.17.4; - Cleaned up who's online - I18n'd a few sentences - Various UI cleanup * packages/acs-subsite/www/admin/site-map/index.tcl: branches: 1.18.2; Localize instance_name * packages/acs-admin/www/apm/version-i18n-index.tcl: branches: 1.4.2; Cleaned up version-i18n pages * packages/acs-tcl/tcl/utilities-init.tcl: branches: 1.5.4; - Cleaned up who's online - I18n'd a few sentences - Various UI cleanup * packages/acs-admin/www/apm/version-i18n-index.adp: branches: 1.7.2; Typo * packages/acs-subsite/www/shared/whos-online.adp: branches: 1.8.12; - Cleaned up who's online - I18n'd a few sentences - Various UI cleanup 2003-10-03 jeffd * packages/notifications/tcl/reply-sweep-procs.tcl: Add a catch fixes bug #379 Exceptions in ProcessReply break reply by email patch 292, Alfred Werner * packages/acs-kernel/acs-kernel.info: * packages/acs-tcl/tcl/request-processor-init.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: adds a kernel param ExcludedFiles for which the rp returns 404 (set to */CVS/* *~) and support for that in rp * packages/acs-templating/tcl/query-procs.tcl: adds a multirow pop command Patch 282 Jerry Asher * packages/ref-countries/sql/postgresql/00-countries.ctl: * packages/ref-language/sql/postgresql/00-languages.ctl: * packages/ref-timezones/sql/postgresql/00-timezones.ctl: allow bulk loading with 7.2 * packages/acs-subsite/www/admin/site-map/application-new.tcl: branches: 1.3.8; use site_node api to get children, Steffen Tiedemann Christensen patch 298 * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: get tmpdir from acs-subsite bug 75 Simos Gabrielidis * packages/acs-tcl/tcl/apm-install-procs.tcl: typo * packages/acs-subsite/www/admin/site-map/application-new.xql: use site_node api to get children, Steffen Tiedemann Christensen patch 298 2003-10-02 peterm * packages/acs-tcl/tcl/community-core-procs.tcl: fixing trivial mistakes in the new cached acs_user::get proc * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: making backing up of package directories when installing apm files not overwrite old backup files * packages/acs-templating/tcl/test/spell-checker-procs.tcl: updating spell checker test to reflect that text input fields are spellcheck disabled by default 2003-10-02 olah * packages/acs-templating/tcl/spellcheck-procs.tcl: I need to ad_quotehtml the value of the *.merge_text hidden var or the text is cut off at the first double quote. 2003-10-02 lars * packages/acs-tcl/tcl/community-core-procs-oracle.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: - Ignore case in usernames - Fixing missing flush cache statements * packages/acs-admin/www/install/local-install-3.tcl: Added some debugging and logging statements * packages/acs-subsite/lib/applications.adp: * packages/acs-subsite/lib/applications.tcl: * packages/acs-subsite/lib/subsites.tcl: * packages/acs-subsite/www/admin/applications/application-add-oracle.xql: * packages/acs-subsite/www/admin/applications/application-add-postgresql.xql: * packages/acs-subsite/www/admin/applications/application-add.tcl: * packages/acs-subsite/www/index-oracle.xql: * packages/acs-subsite/www/index-postgresql.xql: * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/index.tcl: Applications list on index page -- ignore services * packages/acs-tcl/tcl/site-nodes-procs.tcl: Bug #252: Added proc to verify folder names, checking not just other site nodes, but also directories underneath the package mounted at the parent site node * packages/acs-subsite/www/admin/applications/application-add.tcl: * packages/acs-subsite/www/admin/applications/application-add.xql: Bug #252: Verify folder names, checking not just other site nodes, but also directories underneath the package mounted at the parent site node * packages/acs-subsite/tcl/application-group-procs.tcl: * packages/acs-subsite/tcl/group-procs.tcl: Changed namespace style * packages/acs-kernel/acs-kernel.info: Default login to SSL if SSL is enabled for the server. * packages/acs-admin/www/install/index.tcl: Don't display package type in list * packages/acs-subsite/www/index.adp: Fixed 'group' -> 'community' labeling * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/driver-procs.tcl: * packages/acs-authentication/tcl/local-procs.tcl: Fixed account registration framework * packages/acs-subsite/www/admin/subsite-add.adp: * packages/acs-subsite/www/admin/subsite-add.tcl: Fixed focus * packages/acs-authentication/tcl/local-procs.tcl: Fixed problem with usernames being not really case-sensitive, nor case-insensitive * packages/acs-admin/www/install/index.adp: * packages/acs-admin/www/install/index.tcl: Installed packages list * packages/acs-subsite/www/register/index.adp: * packages/acs-subsite/www/register/index.tcl: Login page can display a message * packages/acs-authentication/tcl/password-procs.tcl: Make sure we set a password_message * packages/acs-tcl/tcl/utilities-procs.tcl: Making ad_generate_random_string public * packages/acs-tcl/tcl/00-database-procs.tcl: Marking some procs public and private * packages/acs-subsite/lib/subsites.tcl: * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/www/admin/index.adp: * packages/acs-subsite/www/admin/subsite-add.tcl: More subsite-creation cleanup * packages/acs-tcl/tcl/defs-procs.tcl: No caching of the progress bar -- otherwise it doesn't work. * packages/acs-subsite/www/subsites.adp: * packages/acs-subsite/www/subsites.tcl: Removed www/subsites pages, they're now under /lib and on index page * packages/acs-subsite/www/admin/subsite-add.tcl: Set master template * packages/acs-subsite/lib/subsites.tcl: Show # members of subsite * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: Test case and fix for site_node::verify_folder_name * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: Tweaking test cases * www/site-master.adp: Typo in if statement * packages/acs-subsite/www/admin/subsite-add.tcl: Using site_node::verify_folder_name on subsite-add page * packages/acs-subsite/lib/login.tcl: When login page is expired, redirect back so we set new timestamps * packages/acs-subsite/www/admin/index.tcl: branches: 1.11.2; More subsite-creation cleanup * packages/acs-subsite/www/register/recover-password.tcl: branches: 1.9.4; focus for recover password page * packages/acs-subsite/www/register/recover-password.adp: focus for recover password page 2003-10-02 daveb * packages/acs-subsite/www/shared/parameters.tcl: * packages/acs-subsite/www/shared/parameters.xql: Added optional section paramtere to parameters.tcl to set only one section of package parameters. * packages/acs-subsite/www/shared/parameters-oracle.xql: * packages/acs-subsite/www/shared/parameters-postgresql.xql: branches: 1.2.12; Added optional section paramtere to parameters.tcl to set only one section of package parameters. 2003-10-01 peterm * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: added a new features enumeration for 5.0 release * packages/acs-subsite/tcl/subsite-procs.tcl: adding the subsite::main_site_id proc (analogous to ad_acs_kernel_id) * packages/acs-tcl/tcl/utilities-procs.tcl: adding the whos_online::interval proc * packages/acs-lang/sql/oracle/ad-locales.sql: branches: 1.23.2; table ad_locale_user_prefs had gone missing from the create script (not sure how or when). Re-adding * packages/acs-tcl/tcl/community-core-procs-oracle.xql: * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: caching the acs_user::get proc * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d2-5.0d3.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: cannot set username to email for the unregistered visitor user since he/she has a null email * packages/acs-authentication/tcl/authentication-procs.tcl: defaulting UseEmailForLoginP to 1 * packages/acs-authentication/acs-authentication.info: making acs-authentication require acs-kernel * packages/acs-core-docs/acs-core-docs.info: making version name in version url be up-to-date * packages/acs-subsite/www/user/basic-info-update-2.tcl: removing obsolete file * packages/acs-subsite/acs-subsite.info: updating acs-subsite dependency version names for acs-kernel and acs-tcl * packages/acs-tcl/acs-tcl.info: updating dependency info for acs-tcl * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/shared/whos-online-postgresql.xql: * packages/acs-subsite/www/shared/whos-online.adp: * packages/acs-subsite/www/shared/whos-online.tcl: updating the who's online page to use the new cached API. Adding a link to it on the /pvt/home page * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.7d3-4.7d4.sql: upgrade script fix: lang_messages_audit audit table was not created with columns that it had at the time * packages/acs-service-contract/sql/oracle/upgrade/upgrade-4.7d2-4.7d3.sql: upgrade script fix: the defaulting of pretty name to impl_name was not working * packages/acs-lang/sql/oracle/upgrade/upgrade-4.7d5-4.7d6.sql: upgrade script fix: the table ad_locale_user_prefs was never created so creating * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/utilities-init.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: who's online support added through a modified version of patch 126. The procs to support the feature live in the util::whos_online namespace 2003-10-01 olah * packages/acs-templating/acs-templating.info: Changed the default for param SpellcheckFormWidgets to "textarea 0 richtext 0", like Peter M and Tils (and I) suggested. 2003-10-01 lars * www/default-master.adp: Backed out of Mohan's change, which backed out my previous change * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-templating/tcl/acs-integration-procs.tcl: Changed message key encoding to not confuse eval or subst 2003-09-30 tilmanns * packages/acs-templating/tcl/date-procs.tcl: Fixing a problem that was introduced in 1.20 - template::widget::numericRange failed when value is empty. 2003-09-30 peterm * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.5-4.6.6.sql: branches: 1.3.2; upgrade script fix: only creating admin rel role if it hasn't already been created by dotlrn * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d7-5.0d9.sql: branches: 1.4.2; upgrade script fix: cannot drop columns with PG 7.2. Also, shouldn't say drop table CASCADE with PG 7.2 * packages/acs-lang/tcl/lang-catalog-procs.tcl: bugfix in xml catalog import proc, variable named charset should have been named mime_charset * packages/acs-admin/www/apm/packages-install-3.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: fixing upgrade bug related to .ctl (ctl_file) files. First of all, don't offer ctl files when upgrading (ok, we should make this possible if we need it). Second of all, use the ctl file selections the user actually made when choosing files to source (in proc apm_package_install_data_model) * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: forgot to set legacy users authority_id to local in upgrade script * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d2-5.0d3.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: the auth_auhtorities.help_contact_text_format column was missing from the upgrade scripts * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: updating version info of acs-bootstrap-installer package * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.7d3-4.7d4.sql: upgrade script fix: Oracle table def was mistakenly copied into PG upgrade script * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: upgrade script fix: authority__new had too many arguments. Seems we cannot alter a column to have not null constraint * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.5-4.6.6.sql: upgrade script fix: only creating admin rel role if it hasn't already been created by dotlrn * packages/acs-lang/sql/oracle/upgrade/upgrade-4.7d3-4.7d4.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.7d3-4.7d4.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.7d9-5.0d1.sql: using create view instead of create or replace view for PG 7.2 support. Adding creation of lang_messages_audit in upgrade script. It was missing 2003-09-30 olah * packages/acs-templating/tcl/test/spell-checker-procs.tcl: Added some automated test cases to help test the spell-checker. * bin/webspell: * packages/acs-tcl/tcl/form-processing-procs.tcl: * packages/acs-templating/acs-templating.info: * packages/acs-templating/tcl/element-procs.tcl: * packages/acs-templating/tcl/richtext-procs.tcl: * packages/acs-templating/tcl/spellcheck-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: Added support for spell-checking to the form bulider and ad_form. 2003-09-30 mohanp * packages/acs-admin/www/users/member-state-change-oracle.xql: * packages/acs-content-repository/sql/oracle/content-drop.sql: * packages/acs-content-repository/sql/oracle/content-extlink.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/content-symlink.sql: * packages/acs-content-repository/sql/oracle/content-template.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/tcl/extlink-procs-oracle.xql: * packages/acs-content-repository/tcl/keyword-procs-oracle.xql: * packages/acs-core-docs/www/object-system-design.html: * packages/acs-core-docs/www/objects.html: * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/acs-relationships-create.sql: * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/oracle/authentication-package-create.sql: * packages/acs-kernel/sql/oracle/community-core-create.sql: * packages/acs-kernel/sql/oracle/groups-body-create.sql: * packages/acs-kernel/sql/oracle/journal-create.sql: * packages/acs-kernel/sql/oracle/rel-constraints-body-create.sql: * packages/acs-kernel/sql/oracle/rel-constraints-create.sql: * packages/acs-kernel/sql/oracle/rel-segments-body-create.sql: * packages/acs-kernel/sql/oracle/rel-segments-create.sql: * packages/acs-kernel/sql/oracle/rel-segments-drop.sql: * packages/acs-kernel/sql/oracle/site-nodes-create.sql: * packages/acs-kernel/sql/oracle/test-harness/acs-core.sql: * packages/acs-kernel/sql/oracle/test/acs-objects-test.sql: * packages/acs-kernel/sql/oracle/test/groups-test.sql: * packages/acs-kernel/sql/oracle/test/rel-constraints-test.sql: * packages/acs-kernel/sql/oracle/test/rel-segments-test-types-create.sql: * packages/acs-kernel/sql/oracle/test/rel-segments-test.sql: * packages/acs-messaging/sql/oracle/acs-messaging-packages.sql: * packages/acs-reference/sql/oracle/acs-reference-create.sql: * packages/acs-reference/sql/oracle/acs-reference-drop.sql: * packages/acs-service-contract/sql/oracle/acs-sc-msg-types-create.sql: * packages/acs-service-contract/sql/oracle/acs-sc-packages-create.sql: * packages/acs-service-contract/sql/oracle/sc-sample-drop.sql: * packages/acs-service-contract/tcl/contract-procs-oracle.xql: * packages/acs-service-contract/tcl/implementation-procs-oracle.xql: * packages/acs-service-contract/tcl/msg-type-procs-oracle.xql: * packages/acs-subsite/sql/oracle/application-groups-create.sql: * packages/acs-subsite/sql/oracle/subsite-callbacks-create.sql: * packages/acs-subsite/sql/oracle/tests/subsite-callbacks-test.sql: * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/tcl/package-procs-oracle.xql: * packages/acs-subsite/tcl/rel-segments-procs-oracle.xql: * packages/acs-subsite/tcl/rel-segments-procs.tcl: * packages/acs-subsite/tcl/relation-procs-oracle.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/delete-2-oracle.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/delete-2.tcl: * packages/acs-subsite/www/doc/group-admin-pages-acceptance-test.html: * packages/acs-subsite/www/pvt/unsubscribe-2-oracle.xql: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs-oracle.xql: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-procs-oracle.xql: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/community-core-procs-oracle.xql: * packages/acs-tcl/tcl/membership-rel-procs-oracle.xql: * packages/acs-tcl/tcl/site-nodes-procs-oracle.xql: * packages/notifications/sql/oracle/notifications-core-drop.sql: * packages/notifications/sql/oracle/notifications-replies-package-create.sql: * packages/notifications/tcl/delivery-method-procs-oracle.xql: * packages/notifications/tcl/notification-reply-procs-oracle.xql: * packages/notifications/tcl/notification-type-procs-oracle.xql: * packages/ref-countries/sql/oracle/ref-countries-drop.sql: * packages/ref-language/sql/oracle/ref-language-drop.sql: * packages/ref-timezones/sql/oracle/ref-timezones-create.sql: * packages/ref-timezones/sql/oracle/ref-timezones-drop.sql: * packages/search/sql/oracle/search-sc-drop.sql: * www/default-master.adp: Oracle9i porting changes - Changed procedure names from delete to del - Changed view declaration to use actual column names - Changed "rel_constraints_violated_one" and "rel_constraints_violated_two" (http://openacs.org/forums/message-view?message_id=81045) * packages/notifications/sql/oracle/notifications-package-create.sql: branches: 1.10.4; Oracle9i porting changes - Changed procedure names from delete to del - Changed view declaration to use actual column names - Changed "rel_constraints_violated_one" and "rel_constraints_violated_two" (http://openacs.org/forums/message-view?message_id=81045) * packages/acs-kernel/sql/oracle/acs-objects-create.sql: branches: 1.11.2; Oracle9i porting changes - Changed procedure names from delete to del - Changed view declaration to use actual column names - Changed "rel_constraints_violated_one" and "rel_constraints_violated_two" (http://openacs.org/forums/message-view?message_id=81045) * packages/acs-subsite/sql/oracle/user-profiles-create.sql: branches: 1.2.2; Oracle9i porting changes - Changed procedure names from delete to del - Changed view declaration to use actual column names - Changed "rel_constraints_violated_one" and "rel_constraints_violated_two" (http://openacs.org/forums/message-view?message_id=81045) * packages/acs-service-contract/www/binding-uninstall-oracle.xql: branches: 1.2.8; Oracle9i porting changes - Changed procedure names from delete to del - Changed view declaration to use actual column names - Changed "rel_constraints_violated_one" and "rel_constraints_violated_two" (http://openacs.org/forums/message-view?message_id=81045) * packages/acs-content-repository/sql/oracle/content-create.sql: branches: 1.21.4; Oracle9i porting changes - Changed procedure names from delete to del - Changed view declaration to use actual column names - Changed "rel_constraints_violated_one" and "rel_constraints_violated_two" (http://openacs.org/forums/message-view?message_id=81045) * packages/acs-content-repository/sql/oracle/content-test.sql: * packages/acs-subsite/tcl/application-group-procs-oracle.xql: * packages/notifications/tcl/notification-request-procs-oracle.xql: branches: 1.4.4; Oracle9i porting changes - Changed procedure names from delete to del - Changed view declaration to use actual column names - Changed "rel_constraints_violated_one" and "rel_constraints_violated_two" (http://openacs.org/forums/message-view?message_id=81045) * packages/acs-subsite/tcl/group-procs-oracle.xql: branches: 1.5.2; Oracle9i porting changes - Changed procedure names from delete to del - Changed view declaration to use actual column names - Changed "rel_constraints_violated_one" and "rel_constraints_violated_two" (http://openacs.org/forums/message-view?message_id=81045) * packages/notifications/tcl/notification-procs-oracle.xql: branches: 1.5.4; Oracle9i porting changes - Changed procedure names from delete to del - Changed view declaration to use actual column names - Changed "rel_constraints_violated_one" and "rel_constraints_violated_two" (http://openacs.org/forums/message-view?message_id=81045) * packages/acs-core-docs/www/xml/kernel/object-system-design.xml: branches: 1.6.2; Oracle9i porting changes - Changed procedure names from delete to del - Changed view declaration to use actual column names - Changed "rel_constraints_violated_one" and "rel_constraints_violated_two" (http://openacs.org/forums/message-view?message_id=81045) * packages/acs-content-repository/sql/oracle/content-revision.sql: * packages/acs-core-docs/www/xml/developers-guide/objects.xml: * packages/acs-kernel/sql/oracle/groups-create.sql: branches: 1.7.2; Oracle9i porting changes - Changed procedure names from delete to del - Changed view declaration to use actual column names - Changed "rel_constraints_violated_one" and "rel_constraints_violated_two" (http://openacs.org/forums/message-view?message_id=81045) * packages/acs-subsite/tcl/relation-procs.tcl: branches: 1.8.2; Oracle9i porting changes - Changed procedure names from delete to del - Changed view declaration to use actual column names - Changed "rel_constraints_violated_one" and "rel_constraints_violated_two" (http://openacs.org/forums/message-view?message_id=81045) 2003-09-30 lars * packages/acs-subsite/www/user/portrait/upload-2.tcl: Added braces around if clause * packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/www/pvt/home.adp: Added message key for changing language * packages/acs-lang/www/admin/test/index.html: * packages/acs-lang/www/admin/test/translator-mode.adp: * packages/acs-lang/www/admin/test/translator-mode.tcl: Added page for testing translator mode * packages/acs-lang/www/change-locale-include.tcl: Default to system local and timezone * packages/acs-lang/lib/messages-to-translate.tcl: Do not green-circle messages in the messages table * packages/acs-lang/tcl/localization-procs.tcl: Don't dress localization data up as links to translate when in translator mode * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/pvt/home.tcl: Include link to change language (locale) * packages/acs-lang/lib/messages-to-translate.tcl: Only say 'Translate' if the message has not been translated * packages/acs-tcl/tcl/utilities-procs.tcl: Removed pm debug statements * packages/acs-templating/tcl/acs-integration-procs.tcl: Translator mode integrated into the templating system * packages/acs-lang/tcl/lang-message-procs.tcl: Translator mode now reintroduces the green circles * packages/acs-lang/www/admin/edit-localized-message.tcl: branches: 1.10.4; Make the page not break when the en_US message doesn't exist * packages/acs-lang/www/admin/index.adp: branches: 1.14.2; - Fixed translator mode toggle switch - Reorganized links for clarity * www/blank-master.adp: branches: 1.3.2; Added translator mode link to blank-master * www/blank-master.tcl: branches: 1.5.2; Added translator mode link to blank-master 2003-09-30 juny * packages/acs-templating/www/doc/guide/wizard-procs-doc.html: * packages/acs-templating/www/doc/guide/wizards.html: added documentation for wizards * packages/acs-templating/tcl/filter-procs.tcl: * packages/acs-templating/tcl/wizard-procs.tcl: modified the wizard to be nlevel deep. also added more doc. wizard is also modified by Brad Duell 2003-09-29 vinodk * packages/acs-tcl/tcl/form-processing-procs.tcl: - Fix bug #846, patch #295 * packages/acs-templating/resources/forms/confirm-button.tcl: Fix bug #768, patch #296 2003-09-29 tilmanns * packages/acs-subsite/www/permissions/grant-2-oracle.xql: * packages/acs-subsite/www/permissions/grant-2-postgresql.xql: * packages/acs-subsite/www/permissions/grant-2.tcl: * packages/acs-subsite/www/permissions/grant-oracle.xql: * packages/acs-subsite/www/permissions/grant-postgresql.xql: * packages/acs-subsite/www/permissions/grant.adp: * packages/acs-subsite/www/permissions/grant.tcl: * packages/acs-subsite/www/permissions/grant.xql: Changed the permission grant page to use the new 'party_search' widget which allows to search for the party to grant permission to within the form, and to display the privilege hierarchy in a html tree, to convey visually the information about privilege inheritance. This includes a big hack to build the hierarchy in tcl in the oracle version, since it can't be queried directly (join doesn't like connect by in 8i). 2003-09-29 peterm * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: changing test case to use auth::create_user instead of ad_user_new * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-kernel/acs-kernel.info: * packages/acs-subsite/acs-subsite.info: moving the password question parameters to acs-kernel. Updating parameter::get calls in local-procs to always provide a package_id (either current subsite or acs-kernel) * etc/install/tclwebtest-functions.tcl: removing the secret question (now off by default) from the add_user proc 2003-09-29 lars * packages/acs-subsite/www/admin/applications/index.tcl: * packages/acs-subsite/www/admin/applications/permissions-user-add.adp: * packages/acs-subsite/www/admin/applications/permissions-user-add.tcl: * packages/acs-subsite/www/admin/applications/permissions.adp: * packages/acs-subsite/www/admin/applications/permissions.tcl: Added link to set permissions for a package * packages/acs-service-contract/tcl/implementation-procs.tcl: Fixed bug #856: acs_sc::impl::new had -pretty_name be a required switch. * packages/acs-tcl/tcl/site-nodes-procs-oracle.xql: * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fixed bug with cache not being updated on Oracle when no package is mounted at a site node * packages/acs-authentication/tcl/password-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: Fixed problem with chaning password for a user causing the connection's authentication to change * packages/acs-tcl/tcl/security-procs.tcl: Removed LARS debugging log notices * packages/acs-subsite/www/permissions/perm-user-add-include.tcl: branches: 1.4.2; Add quick link to add a single user 2003-09-28 steffenc * packages/acs-subsite/www/admin/subsite-add.adp: * packages/acs-subsite/www/admin/subsite-add.tcl: Fixing bug #842, allowing createion of communities/subcommunities. 2003-09-28 lars * packages/acs-subsite/www/resources/stock_left-16.png: * packages/acs-subsite/www/resources/stock_left.png: * packages/acs-subsite/www/resources/stock_right-16.png: * packages/acs-subsite/www/resources/stock_right.png: Added more gifs: left and right arrows * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-tcl/tcl/security-procs.tcl: Changed local_account_ok_p to get_local_account_status, which can also return no_account. Helps prevents problems with old cookies that do no longer have a corresponding user_id * packages/acs-templating/tcl/list-procs.tcl: String trim label for null_label 2003-09-27 marka * packages/notifications/www/manage.adp: added missing type_id to item goto url link 2003-09-26 vinodk * packages/acs-admin/www/install/local-install-3.tcl: -install_path has been changed to -package_path 2003-09-26 peterm * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: Lars forced me to add a test case for util_export_vars - export with base with and without query vars * etc/install/tclwebtest-functions.tcl: adapting the user_add proc to work with the new form * packages/acs-tcl/tcl/utilities-procs.tcl: allowing the base of export_vars to have query vars in it * packages/acs-subsite/lib/user-new.adp: * packages/acs-subsite/lib/user-new.tcl: * packages/acs-subsite/www/register/user-new.adp: * packages/acs-subsite/www/register/user-new.tcl: breaking user new/register form out into an include that can be reused in dotlrn and Openacs admin pages * packages/acs-admin/www/users/user-add-2.tcl: * packages/acs-admin/www/users/user-add.adp: * packages/acs-admin/www/users/user-add.tcl: making the administrator user-add page reuse the user-new include from the registration page 2003-09-26 olah * www/site-master.tcl: Modified the check for curriculum_bar_p. Vinod Kurup bug 840 2003-09-26 lars * packages/acs-templating/tcl/list-procs.tcl: - Fixed bug where it tried to sum columns with a count aggregate -- only sum if sum or average - Export empty filter vars, anyway, to allow for null filters. * packages/acs-admin/www/apm/index.tcl: Always display reload links, but not always check file status * packages/search/tcl/search-procs.tcl: Applied patch #276 (sort-of) for bug #276: search_content_filter rejects bboard content * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: Changed export_vars so empty values are not suppressed after all if they're specified directly in the var-spec { varname value }. Also added a test case for export_vars * packages/acs-templating/tcl/list-procs.tcl: Changed list builder so it can now work with filter values which is the empty string, and provide a special label and where clause for such null values. Used in bug-tracker's patch list (and soon also in bug-tracker) * packages/acs-automated-testing/tcl/aa-test-procs.tcl: Typo * packages/acs-admin/www/apm/packages-install.tcl: branches: 1.18.4; Always display reload links, but not always check file status 2003-09-26 jeffd * packages/acs-core-docs/www/xml/install-guide/oracle.xml: branches: 1.12.2; typo in path to i386-glibc21-linux-env.sh * packages/acs-tcl/tcl/defs-procs.tcl: missing braces in if expression in ad_return_forbidden 2003-09-25 vinodk * packages/acs-kernel/sql/postgresql/apm-create.sql: removed comment on apm_packages.enabled_p since the column's gone 2003-09-25 peterm * packages/acs-admin/www/apm/packages-install-4.tcl: branches: 1.14.8; bug 50 - adding note saying that sql scripts can be sourced manually when install fails * packages/acs-kernel/sql/postgresql/apm-create.sql: branches: 1.46.2; when removing file db model, forgot to replace reference to apm_package_files.path%TYPE with varchar. Doing so now and changing upgrade script * packages/acs-admin/tcl/apm-admin-procs.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-bootstrap-installer/tcl/30-apm-load-procs.tcl: * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: bug 335 - making sure it's possible to install from .apm files again. The UI needs improvement. Robustness could also be improved. May need to handle the case when there is a later version of a package in the packages directory than in the apm_workspace dir * packages/acs-tcl/tcl/apm-install-procs.tcl: bug 50 - adding note saying that sql scripts can be sourced manually when install fails * packages/acs-lang/lib/messages-to-translate.adp: * packages/acs-lang/lib/messages-to-translate.tcl: * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/lang-util-procs.tcl: bug 787 and bug 174 - adding new robust translator mode that lists all translations on the current page at the bottom of the page * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: removing call to apm_package.enable (proc no longer exists) * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d7-5.0d9.sql: when removing file db model, forgot to replace reference to apm_package_files.path%TYPE with varchar. Doing so now and changing upgrade script 2003-09-25 marka * packages/acs-subsite/tcl/rel-types-procs.tcl: branches: 1.6.8; made supertype default to "relationship" in rel_types::new as per Lars's suggestion 2003-09-25 lars * packages/acs-subsite/www/resources/default-master.css: Added .LRN's table CSS styles to OpenACS -- we need to resolve .LRN/OpenACS css * packages/acs-tcl/tcl/security-procs.tcl: Added debug log statements to auth_token stuff * packages/acs-templating/www/resources/lists.css: Added new style * packages/acs-templating/www/resources/forms.css: Added separate forms stylesheet * packages/acs-bootstrap-installer/installer/create-administrator.tcl: * packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl: Another bug #829-style fix * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-authentication/tcl/password-procs.tcl: Changing user's auth_token on password change fix didn't refresh the user's login cookies * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-tcl/tcl/community-core-procs.tcl: Check that screen_name is unique when validating user info * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/pvt/unsubscribe.adp: * packages/acs-subsite/www/pvt/unsubscribe.tcl: Close account confirm page, internationalized * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-authentication/tcl/password-procs.tcl: Do not dynamically build message key -- this makes it impossible to track down where, if at all, the message key is used * packages/acs-lang/lib/messages-to-translate.tcl: Do not substitute variables in message key lookup * packages/acs-lang/lib/messages-to-translate.tcl: Do not substitute variables in message key lookup - stupid typo * packages/acs-tcl/tcl/apm-install-procs.tcl: Fixed bug #439: wrong text in package installation output * packages/acs-authentication/tcl/local-procs.tcl: Fixed bug #74: Invalidate login cookie when password changes * packages/acs-subsite/www/resources/site-master.css: * www/site-master.adp: Fixed bug #823: CSS buttons on Mac * packages/acs-templating/tcl/util-procs.tcl: Fixed bug #828: Typo * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl: * packages/acs-tcl/tcl/community-core-procs.tcl: Fixed bug #829 again, this time moved the username-defaulting logic out of ad_user_new and into auth::create_local_account * packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl: Fixed bug #829: Installation fails on administrator creation. * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-authentication/tcl/password-procs.tcl: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Fixed email sent out when user registers without a password * packages/acs-kernel/acs-kernel.info: * packages/acs-tcl/tcl/request-processor-init.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: Implemented bug #194: Do not serve .xql files * packages/acs-templating/tcl/acs-integration-procs.tcl: Trying -deprecated -warn instead of -default on ad_template_return ... must have been a little tired last night after all * packages/acs-subsite/www/register/account-closed.tcl: branches: 1.2.4; Fixed bug #836: Login Denied reads 'Log Denied' * packages/acs-subsite/www/resources/default-master.css: branches: 1.3.4; Split out forms stylesheet * packages/acs-admin/www/apm/version-edit-2.tcl: branches: 1.8.4; Check of version name didn't allow more than one digit after the letter (e.g. 5.0d10) 2003-09-25 frankn * packages/acs-tcl/tcl/acs-permissions-procs.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: Another part of the fix for bug #814. * packages/acs-content-repository/tcl/item-procs-oracle.xql: * packages/acs-content-repository/tcl/item-procs-postgresql.xql: * packages/acs-content-repository/tcl/item-procs.tcl: * packages/acs-content-repository/tcl/item-procs.xql: Closes bug #654. Multiple definitions of cr_item procs, moved item procs from cms to acs-content-repository. * packages/acs-tcl/tcl/acs-permissions-procs.tcl: More for bug #814. 2003-09-24 tilmanns * packages/acs-bootstrap-installer/site-failure-message.tcl: * www/global/site-failure.html.disabled: Adding the ability to display a static html page instead of the installer if there is a database problem - useful for production sites. Must be enabled manually by the admin by renaming a file. Bug #156 * packages/acs-tcl/tcl/apm-install-procs.tcl: Fixing Bug #439. * packages/acs-tcl/tcl/request-processor-procs.tcl: Returning http status code 500 instead of 200 in case of an error, as it should be. Fixes #799. * packages/acs-bootstrap-installer/bootstrap.tcl: branches: 1.25.8; Adding the ability to display a static html page instead of the installer if there is a database problem - useful for production sites. Must be enabled manually by the admin by renaming a file. Bug #156 2003-09-24 peterm * packages/acs-tcl/tcl/apm-install-procs.tcl: Bug 664. Sourcing sql files before the package is marked as installed/upgraded in the db. * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d7-5.0d9.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d7-5.0d9.sql: Upgrading kernel to 5.0d9. Fixing bug 555 - Removing apm_packages.enabled_p column and taking the opportunity to remove obsolete file related datamodel * packages/acs-tcl/tcl/apm-procs.tcl: adding proc apm_package_supported_databases as part of the process of purging the old db-based APM file tracking * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d7-5.0d9.sql: branches: 1.2.2; when removing the apm_package.enabled_p column I forgot to remove the apm_package.enable/disable functions, so removing those now * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/apm-file-procs.xql: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/apm-procs.xql: * packages/acs-tcl/tcl/apm-xml-procs.xql: changing APM Tcl API to reflect that we are no longer storing file info in the db (apm_package_file_types and apm_package_files tables are gone) * packages/acs-automated-testing/tcl/aa-test-procs.tcl: changing log statement about registering of test case from notice to debug level * packages/acs-admin/www/apm/cvs-status.tcl: * packages/acs-admin/www/apm/cvs-status.xql: * packages/acs-admin/www/apm/package-delete-2.xql: * packages/acs-admin/www/apm/package-delete.xql: * packages/acs-admin/www/apm/version-fs-scan.tcl: * packages/acs-admin/www/apm/version-view.tcl: * packages/acs-admin/www/apm/version-view.xql: * packages/acs-admin/www/apm/view-unattached-files.tcl: * packages/acs-admin/www/apm/view-unattached-files.xql: removing files and queries related to the removed tables apm_package_files and apm_package_file_types * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d7-5.0d9.sql: when removing the apm_package.enabled_p column I forgot to remove the apm_package.enable/disable functions, so removing those now 2003-09-24 lars * packages/acs-tcl/tcl/security-procs.tcl: - Changed calls to ad_secure_conn_p to security::secure_conn_p - Changed logic for ad_get_login_url, so it's more intelligent about the return_url * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/lib/user-info.tcl: * packages/acs-subsite/www/register/restore-user.adp: * packages/acs-subsite/www/register/restore-user.tcl: * packages/acs-subsite/www/register/user-new.tcl: * packages/acs-subsite/www/shared/community-member.adp: - Improved needs approval messages - Adding screen_name to auth::create_account in user-new - Improved closed account messages - Fixed permissions issue on user/basic-info-update * packages/acs-admin/www/install/local-install-3.tcl: - Returned to installing packages in foreground so they have a connection - Templated the progress bar and made it a general utility in acs-tcl * packages/acs-admin/lib/developer-services.adp: * packages/acs-admin/lib/developer-services.tcl: Added acs-core-docs to developer's admin page * packages/acs-tcl/tcl/defs-procs.tcl: Added ad_progress_bar_begin and ad_progress_bar_end for constructing progress bars * packages/acs-templating/tcl/form-procs.tcl: Added documentation for form get_values and set_values * packages/acs-lang/tcl/lang-message-procs.tcl: Added more documentation for lang::message::lookup * packages/acs-lang/www/admin/index.adp: * packages/acs-lang/www/admin/lookup.adp: * packages/acs-lang/www/admin/lookup.tcl: Added page to test lookup of a message in a locale * packages/acs-templating/tcl/acs-integration-procs.tcl: Adding ad_parse_template to make it easier to parse templates to a string * packages/acs-automated-testing/tcl/aa-test-procs.tcl: Allow return inside test case without causing error message * packages/acs-tcl/tcl/community-core-procs.tcl: Auto-generate a username if none exists, guaranteed to be unqiue -- a little complicated, but it works * packages/acs-authentication/tcl/authentication-procs.tcl: Changed message for needs approval * packages/acs-admin/www/server-restart.tcl: * packages/acs-bootstrap-installer/installer/auto-install.tcl: * packages/acs-bootstrap-installer/installer/index.tcl: Fixed bug #825: bootstrap and package installer shut server down with [exit] instead of [ns_shutdown] * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Forgot to quote <p>'s in message * packages/acs-admin/www/apm/version-callback-invoke.tcl: Only offer invoke for callbacks that don't take any arguments * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-authentication/tcl/sync-procs.tcl: Removed old debugging log message * packages/acs-templating/tcl/form-procs.tcl: The buttons-fix had no datatype, causing it to default to integer, which caused annoying messages in the error log * packages/acs-authentication/tcl/authentication-procs.tcl: Works with ad_user_new, which now auto-generates a username if none exists, guaranteed to be unqiue -- a little complicated, but it works * packages/acs-tcl/lib/progress-bar.adp: branches: 1.1.4; Added ad_progress_bar_begin and ad_progress_bar_end for constructing progress bars * packages/acs-subsite/www/shared/community-member.tcl: branches: 1.11.2; - Improved needs approval messages - Adding screen_name to auth::create_account in user-new - Improved closed account messages - Fixed permissions issue on user/basic-info-update * packages/acs-admin/www/apm/version-callbacks.tcl: branches: 1.6.12; Only offer invoke for callbacks that don't take any arguments 2003-09-23 peterm * packages/acs-lang/www/change-locale-include.tcl: Bug 806: disabling timezone setting if use is not logged in. We should set in cookie, but API doesn't currently support this * packages/acs-lang/sql/postgresql/ad-locales.sql: branches: 1.21.2; making sure only one locale per language is default * packages/acs-lang/tcl/lang-message-procs.tcl: bugfix: ad_conn isconnected doesn't mean ad_conn user_id is defined - it's not during bootstrapping. Wrapping in catch * etc/install/install.sh: changing to check errors in the log file before the Tcl API tests as these sometimes generate errors intentionally * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: * packages/acs-tcl/tcl/apm-file-procs.tcl: making proc apm_bootstrap_load_libraries duplicate less of the logic in apm_load_libraries by making use of apm_get_package_files. To make this refactoring I had to move apm_backup_file_p, apm_include_file_p, and apm_ignore_file_p to 30-apm-load-procs.tcl * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.0d1-5.0d2.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0d1-5.0d2.sql: making sure only one locale per language is default * packages/acs-tcl/tcl/apm-xml-procs.tcl: making sure that all packages are considered to provide the service of themselves, regardless of whether this is indicated in the xml info file or not. This is needed to reliably be able to work with package dependencies 2003-09-23 lars * packages/acs-tcl/tcl/defs-procs.tcl: Added -public to procs * www/site-master.adp: * www/site-master.tcl: Display admin/devadmin links on the basis of untrusted_user_id, the pages will get validated, anyway * packages/acs-tcl/tcl/text-html-procs.tcl: Don't put HTML in the security error message. There's no need. * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: * packages/acs-tcl/tcl/text-html-procs.tcl: Fix and test-case for bug #409: ad_html_to_text bombs. Turns out the bug was fixed a while ago, but there was another bug. * packages/notifications/tcl/sweep-procs.tcl: Fixed bug #418: Batched notifications don't work on some mail browsers * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: Fixed bug #426: ad_page_contract date filter had a bug * packages/acs-tcl/tcl/form-processing-procs.tcl: Fixed bug #460: report -code error instead of return -code error. * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: * packages/acs-tcl/tcl/text-html-procs.tcl: Fixed bug #466, plus another bug in ad_html_to_text * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: Fixed bug #501: Spurious ref to AM/PM in time24 filter * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.1-4.7d1.sql: Fixed bug #615: extra unnecessary upgrade script * packages/acs-admin/www/users/search.adp: Fixed bug #679: Show/hide unapproved users ; and cleaned up display * packages/acs-templating/tcl/parse-procs.tcl: Fixed bug #691: Allow empty default value on template::get_attribute * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: Moving the ad_page_contract_filters test cases from acs-admin/www/tests/ to automated-tests * www/robots.txt: branches: 1.1.4; Fixed bug #614: Perhaps we should ship with a default robots.txt? * packages/acs-templating/resources/forms/configuration.adp: branches: 1.4.4; Fixed bug #677: noquote label in form templates * packages/acs-subsite/tcl/rel-types-procs-postgresql.xql: branches: 1.6.8; Fixed bug #769: tcl/rel-types-procs-postgresql.xql - missing parameter in rel_types::new.drop_type 2003-09-22 tilmanns * packages/acs-templating/tcl/widget-procs-oracle.xql: * packages/acs-templating/tcl/widget-procs-postgresql.xql: * packages/acs-templating/tcl/widget-procs.tcl: Adding a new widget named party_search that searches in persons, groups and relsegs and offers to select one from the results. 2003-09-22 peterm * packages/acs-admin/www/users/one-oracle.xql: added updated user_info query with username * etc/install/config.tcl: * etc/install/install.sh: adding new param install_error_file to config file. Bringing down server -kd to make sure it comes down * packages/acs-lang/acs-lang.info: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.0d2-5.0d3.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: * packages/acs-lang/tcl/lang-message-procs.tcl: adding the columns creation_user and creation_date to lang_messages. At least on the translation server those are useful. Those columns replace the table lang_messages_created in the messages-audit.sql file (now removed) * packages/acs-lang/tcl/lang-catalog-procs.tcl: adding the lang::catalog::export_to_files proc for exporting all messages in a list of locales. Making import_from_files always import the en_US locale messages first. * packages/acs-lang/sql/oracle/message-catalog.sql: branches: 1.10.2; adding the columns creation_user and creation_date to lang_messages. At least on the translation server those are useful. Those columns replace the table lang_messages_created in the messages-audit.sql file (now removed) * packages/acs-lang/sql/postgresql/message-catalog.sql: branches: 1.13.2; adding the columns creation_user and creation_date to lang_messages. At least on the translation server those are useful. Those columns replace the table lang_messages_created in the messages-audit.sql file (now removed) * packages/acs-lang/www/admin/message-list-oracle.xql: branches: 1.2.2; restructuring the query a little for readability * packages/acs-lang/tcl/lang-audit-procs.tcl: branches: 1.4.2; adding the columns creation_user and creation_date to lang_messages. At least on the translation server those are useful. Those columns replace the table lang_messages_created in the messages-audit.sql file (now removed) * packages/acs-lang/tcl/lang-message-procs-oracle.xql: branches: 1.7.2; adding the columns creation_user and creation_date to lang_messages. At least on the translation server those are useful. Those columns replace the table lang_messages_created in the messages-audit.sql file (now removed) * packages/acs-lang/tcl/lang-message-procs-postgresql.xql: branches: 1.8.2; adding the columns creation_user and creation_date to lang_messages. At least on the translation server those are useful. Those columns replace the table lang_messages_created in the messages-audit.sql file (now removed) * packages/acs-lang/tcl/lang-message-procs.tcl: making lang::message::register refuse to register a message for a key that doesn't exist unless it's for the en_US locale. This is a precaution for the case where non en_US locales have somehow corrupted keys or keys that have been forgotten to be added to en_US * packages/acs-kernel/catalog/acs-kernel.AR_EG.ISO-8859-6.xml: * packages/acs-kernel/catalog/acs-kernel.AR_LB.ISO-8859-6.xml: * packages/acs-lang/catalog/acs-lang.AR_EG.ISO-8859-6.xml: * packages/acs-lang/catalog/acs-lang.AR_LB.ISO-8859-6.xml: * packages/acs-subsite/catalog/acs-subsite.AR_EG.ISO-8859-6.xml: * packages/acs-subsite/catalog/acs-subsite.AR_LB.ISO-8859-6.xml: * packages/acs-tcl/catalog/acs-tcl.AR_EG.ISO-8859-6.xml: * packages/acs-tcl/catalog/acs-tcl.AR_LB.ISO-8859-6.xml: * packages/notifications/catalog/notifications.AR_EG.ISO-8859-6.xml: * packages/notifications/catalog/notifications.AR_LB.ISO-8859-6.xml: re-exporting the Arabic catalog files as their keys were previously messed up (had question marks in them) * packages/acs-lang/sql/oracle/message-audit.sql: removing message-audit.sql obsolete file 2003-09-22 lars * packages/acs-bootstrap-installer/installer/create-administrator.tcl: Added explanation to username * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/index.tcl: Adding join/leave buttons * packages/acs-subsite/www/index.tcl: Also check acs-kernel.IndexRedirectUrl if main site * packages/acs-tcl/tcl/site-nodes-procs.tcl: And now added documentation * packages/notifications/sql/oracle/notifications-core-drop.sql: Applied patch #123: Added dropping of these objects and permissions removal. This should be rolled into acs_object.delete, but if this makes dropping work, that's better than nothing * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: * packages/acs-tcl/tcl/text-html-procs.tcl: Applied patch #135: ad_html_to_text -no_format param should ignore img * packages/acs-subsite/www/register/user-join.tcl: Applied patch #140 - removed query from tcl file * packages/acs-templating/tcl/date-procs.tcl: Applied patch #162: fixed display of pretty date, fixed default value for minutes/seconds * packages/acs-templating/tcl/data-procs.tcl: Applied patch #164: naturalnum support for form template * packages/search/tcl/search-init.tcl: Applied patch #185: run search_indexer in its own thread * packages/notifications/tcl/notification-email-procs.tcl: Applied patch #195: Added parsing on port number * packages/acs-templating/resources/forms/configuration.adp: * packages/acs-templating/resources/forms/standard-lars.adp: * packages/acs-templating/resources/forms/standard.adp: * packages/acs-templating/resources/forms/wizard.adp: * packages/acs-templating/tcl/form-procs.tcl: Applied patch #231 - get rid of buttons multirow, and replace with submit form elements * packages/acs-tcl/tcl/utilities-procs.tcl: Applied patch #237 * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: Applied patch #238 * packages/acs-templating/tcl/filter-procs.tcl: Applied patch #239 * packages/acs-subsite/sql/postgresql/upgrade/upgrade-4.6.4.1-4.6.4.2.sql: Applied patch #244 * packages/acs-templating/tcl/richtext-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: Applied patch #251 * packages/acs-content-repository/tcl/keyword-procs-oracle.xql: * packages/acs-content-repository/tcl/keyword-procs-postgresql.xql: * packages/acs-content-repository/tcl/keyword-procs.tcl: * packages/acs-content-repository/tcl/keyword-procs.xql: Applied patch #253 * packages/acs-templating/tcl/element-procs.tcl: * packages/acs-templating/tcl/util-procs.tcl: Applied patch #255 * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: Applied patch #258: extra parameters to site_node::get_children * packages/acs-subsite/www/register/user-join.tcl: Applied patch #259 * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d6-5.0d7.sql: Applied patch #280 for bug #820 * packages/acs-content-repository/tcl/content-procs.tcl: Applying patch #173: use file copy -force * packages/acs-subsite/www/permissions/perm-user-add-include.adp: * packages/acs-subsite/www/permissions/perm-user-add-include.tcl: Cleaned up * packages/acs-subsite/lib/subsites.adp: * packages/acs-subsite/lib/subsites.tcl: * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/www/admin/index.adp: * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/index.tcl: * packages/acs-subsite/www/subsites-oracle.xql: * packages/acs-subsite/www/subsites-postgresql.xql: Cleanup * packages/acs-subsite/www/group-master.adp: * packages/acs-subsite/www/group-master.tcl: Don't link subsite-name if already on subsite index page * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: Fix to patch #258, simplification * www/index-oracle.xql: * www/index-postgresql.xql: * www/index.adp: * www/index.tcl: * www/index.xql: Get rid of the non-standard index page * packages/acs-subsite/www/permissions/perm-include.tcl: Improved instructions on inherited permissions * packages/acs-templating/resources/lists/table.adp: Noquote bug * packages/acs-templating/acs-templating.info: * packages/acs-templating/resources/forms/standard-lars.adp: * packages/acs-templating/resources/forms/standard.adp: * packages/acs-templating/tcl/apm-callback-procs.tcl: * packages/acs-templating/tcl/form-procs.tcl: Renamed standard-lars to standard, and standard to blue * packages/acs-tcl/tcl/utilities-procs.tcl: Rolling back patch #237 because #238 didn't work * packages/acs-templating/tcl/filter-procs.tcl: Rolling back patch #239, because #238 didn't work * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: Site-nodes-procs should not return the node itself * packages/acs-admin/www/install/local-install-2.adp: * packages/acs-admin/www/install/local-install-2.tcl: * packages/acs-admin/www/install/local-install.tcl: * packages/acs-admin/www/server-restart.tcl: Sorting packages, clean up text * packages/acs-authentication/tcl/authentication-procs.tcl: Support for account_url * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/lib/user-info.adp: * packages/acs-subsite/lib/user-info.tcl: * packages/acs-subsite/www/resources/site-master.css: * packages/acs-subsite/www/user/basic-info-update.adp: * packages/acs-subsite/www/user/password-update.adp: Support for message on user-info/password-update pages * packages/acs-templating/resources/forms/blue.adp: branches: 1.1.4; Renamed standard-lars to standard, and standard to blue * packages/acs-subsite/www/user/password-update.tcl: branches: 1.18.2; Support for message on user-info/password-update pages * packages/acs-subsite/www/admin/parties/new.tcl: branches: 1.4.4; Applied patch #151: Explicitly pass email to party::new * packages/acs-templating/resources/forms/tiny-plain.adp: branches: 1.4.4; Applied patch #231 - get rid of buttons multirow, and replace with submit form elements * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: branches: 1.44.2; Applied patch #280 for bug #820 * packages/acs-templating/resources/forms/grid.adp: branches: 1.5.2; Applied patch #231 - get rid of buttons multirow, and replace with submit form elements * packages/acs-templating/resources/forms/coddo.adp: * packages/acs-templating/resources/forms/plainest.adp: branches: 1.6.4; Applied patch #231 - get rid of buttons multirow, and replace with submit form elements * packages/acs-templating/resources/forms/plain.adp: branches: 1.7.2; Applied patch #231 - get rid of buttons multirow, and replace with submit form elements * packages/acs-subsite/www/user/basic-info-update.tcl: branches: 1.8.4; Support for message on user-info/password-update pages * packages/acs-subsite/www/admin/configure.tcl: cancel 2003-09-21 peterm * packages/acs-lang/www/admin/audit-include.tcl: bug fix: providing a default to audit trail for the case where there is no current translation * packages/acs-lang/tcl/lang-message-procs.tcl: making sure creation of messages is recorded in audit table * packages/acs-authentication/tcl/acs-authentication-init.tcl: removing file that was added by mistake 2003-09-21 lars * packages/acs-admin/www/developer.tcl: * packages/acs-admin/www/index.adp: * www/index.adp: * www/index.tcl: * www/site-master.adp: * www/site-master.tcl: Added developer's admin * packages/acs-subsite/www/group-join.tcl: * packages/acs-subsite/www/group-leave.tcl: Added group-join/leave pages * packages/acs-subsite/tcl/group-procs.tcl: Added group::admin_p * packages/acs-subsite/tcl/relation-procs.tcl: * packages/acs-subsite/tcl/relation-procs.xql: Added relation::get_id * packages/acs-tcl/tcl/utilities-init.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: Added util_background_exec proc and friends for executing chunks of code in a background thread in a safe manner. There seem to be some thread issues, though :( * packages/acs-subsite/www/admin/configure.tcl: Comment * packages/acs-admin/www/install/local-install-3.adp: * packages/acs-admin/www/install/local-install-3.tcl: * packages/acs-admin/www/install/local-install-4.adp: * packages/acs-admin/www/install/local-install-4.tcl: * packages/acs-admin/www/install/local-install.tcl: Executing installation in a background thread; fixed a number of small issues * packages/acs-subsite/www/admin/groups/new.adp: Focus * packages/acs-subsite/www/resources/site-master.css: Moving stylesheets here * packages/acs-subsite/www/group-master.adp: * packages/acs-subsite/www/group-master.css: * packages/acs-subsite/www/group-master.tcl: Stylesheet * packages/acs-admin/www/developer.adp: branches: 1.1.4; Added developer's admin 2003-09-21 dirkg * packages/acs-subsite/www/permissions/one.tcl: removed unnecessary ad_quotehtml calls 2003-09-19 peterm * packages/acs-tcl/tcl/base64-procs.tcl: * packages/acs-tcl/tcl/mime-procs.tcl: branches: 1.1.8; giving the files mime.tcl, base64.tcl, and md5.tcl the -procs.tcl ending so they are readily recognized by the APM * packages/acs-tcl/tcl/site-nodes-procs.tcl: fixing bug in get_node_id_from_object_id. value for url switch was missing * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-4.7d8-4.7d9.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.0d1-5.0d2.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.7d8-4.7d9.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0d1-5.0d2.sql: fixing misspelled charset in Arabic locales * packages/acs-tcl/tcl/base64.tcl: * packages/acs-tcl/tcl/md5-procs.tcl: * packages/acs-tcl/tcl/md5.tcl: * packages/acs-tcl/tcl/mime.tcl: giving the files mime.tcl, base64.tcl, and md5.tcl the -procs.tcl ending so they are readily recognized by the APM * packages/acs-bootstrap-installer/installer/index.tcl: * packages/acs-bootstrap-installer/installer/packages-install.tcl: * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: install.xml would be loaded on install index page but no longer be in memory on package install page. Fixed by loading document again on package page. See discussion here: http://openacs.org/forums/message-view?message_id=122266 * packages/acs-lang/tcl/lang-catalog-procs.tcl: making sure import_from_files proc does not produce error messages trying to find correct charsets for a locale if there are no files for that locale anyway * packages/acs-tcl/tcl/apm-xml-procs.tcl: moving some log statements from notice to debug level to have less verbose logging during server install 2003-09-19 lars * packages/acs-authentication/tcl/authentication-procs.tcl: Better account closed message * packages/acs-kernel/acs-kernel.info: Default to persistent logins, now that persistent logins aren't eternal, but only for about 8 hours * packages/acs-admin/lib/service-parameters-oracle.xql: * packages/acs-admin/lib/service-parameters-postgresql.xql: Do show main site in the pacakge parameter list * packages/acs-subsite/tcl/subsite-procs.tcl: Fixed and rearranged navigation structure * packages/acs-subsite/www/shared/parameters.tcl: Fixed context bar to include admin for subsite * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-kernel/acs-kernel.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/tcl/approval-expiration-init.tcl: * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/community-core-procs-oracle.xql: * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: * packages/acs-tcl/tcl/community-core-procs.xql: Fixed password expiration and approval expiration * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/pvt/home.tcl: * packages/acs-subsite/www/pvt/unsubscribe-2.adp: * packages/acs-subsite/www/pvt/unsubscribe-2.tcl: Handle closed accounts * packages/acs-subsite/lib/login.tcl: Handle expired login page * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Improved account closed messages * packages/acs-subsite/www/user/password-update.tcl: Make use of untrusted logins, closed accounts, and account verify * packages/acs-subsite/www/register/awaiting-approval.adp: * packages/acs-subsite/www/register/awaiting-approval.tcl: * packages/acs-subsite/www/register/awaiting-approval.xql: * packages/acs-subsite/www/register/awaiting-email-verification-oracle.xql: * packages/acs-subsite/www/register/awaiting-email-verification-postgresql.xql: * packages/acs-subsite/www/register/awaiting-email-verification.adp: * packages/acs-subsite/www/register/awaiting-email-verification.tcl: * packages/acs-subsite/www/register/awaiting-email-verification.xql: * packages/acs-subsite/www/register/bad-password.adp: * packages/acs-subsite/www/register/bad-password.tcl: * packages/acs-subsite/www/register/banned-user.adp: * packages/acs-subsite/www/register/banned-user.tcl: * packages/acs-subsite/www/register/banned-user.xql: * packages/acs-subsite/www/register/deleted-user.adp: * packages/acs-subsite/www/register/deleted-user.tcl: * packages/acs-subsite/www/register/deleted-user.xql: * packages/acs-subsite/www/register/email-confirm-oracle.xql: * packages/acs-subsite/www/register/email-confirm-postgresql.xql: * packages/acs-subsite/www/register/email-confirm.tcl: * packages/acs-subsite/www/register/email-confirm.xql: * packages/acs-subsite/www/register/email-for-password-2.tcl: * packages/acs-subsite/www/register/email-for-password.adp: * packages/acs-subsite/www/register/email-password-2.adp: * packages/acs-subsite/www/register/email-password-2.tcl: * packages/acs-subsite/www/register/email-password-2.xql: * packages/acs-subsite/www/register/email-password-3.adp: * packages/acs-subsite/www/register/email-password-3.tcl: * packages/acs-subsite/www/register/email-password-3.xql: * packages/acs-subsite/www/register/email-password.adp: * packages/acs-subsite/www/register/email-password.tcl: * packages/acs-subsite/www/register/email-password.xql: * packages/acs-subsite/www/register/login-expired.adp: * packages/acs-subsite/www/register/restore-user.adp: * packages/acs-subsite/www/register/restore-user.tcl: * packages/acs-subsite/www/register/restore-user.xql: * packages/acs-subsite/www/register/user-login-oracle.xql: * packages/acs-subsite/www/register/user-login-postgresql.xql: * packages/acs-subsite/www/register/user-login.tcl: * packages/acs-subsite/www/register/user-login.xql: * packages/acs-subsite/www/register/user-new-2-oracle.xql: * packages/acs-subsite/www/register/user-new-2-postgresql.xql: * packages/acs-subsite/www/register/user-new-2.adp: * packages/acs-subsite/www/register/user-new-2.tcl: * packages/acs-subsite/www/register/user-new-2.xql: No longer needed * packages/acs-subsite/www/admin/index.adp: * packages/acs-subsite/www/groups-oracle.xql: * packages/acs-subsite/www/groups-postgresql.xql: * packages/acs-subsite/www/groups.adp: * packages/acs-subsite/www/groups.tcl: * packages/acs-subsite/www/subsites-oracle.xql: * packages/acs-subsite/www/subsites-postgresql.xql: * packages/acs-subsite/www/subsites.adp: * packages/acs-subsite/www/subsites.tcl: Renamed groups page to subsites/subcommunities * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: Show message when test fails * packages/acs-admin/www/install/local-install-3.tcl: Typo 2003-09-18 peterm * packages/acs-tcl/tcl/utilities-procs.tcl: I tracked down a redirect problem in HTTPS mode with Mozilla due to util_current_location proc not being able to find the current location (proto://hostname:port). The proc was hard to read and understand. Lars came to the rescue, cleaned up the proc and improved it to work well with nsunix etc. Thanks Lars. * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/www/admin/import-locale-from-files.adp: * packages/acs-lang/www/admin/import-locale-from-files.tcl: * packages/acs-lang/www/admin/package-list.adp: * packages/acs-lang/www/admin/package-list.tcl: To speed up package installation we made en_US be the only enabled locale by default. Changed catalog loading to only load files for enabled locales. Added a link in UI so that catalog files can be loaded for a certain enabled locale after installation * packages/acs-lang/tcl/lang-catalog-procs.tcl: adding check in import_from_files so that we don't attempt to find catalog files if there isn't even a catalog directory * packages/acs-tcl/tcl/parameter-procs.tcl: adding new boolean switch to parameter::get for parsing of boolean parameter values * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-kernel/acs-kernel.info: * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/www/register/user-new.tcl: * packages/acs-subsite/www/user/password-update.tcl: * packages/acs-tcl/tcl/admin-procs.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/security-procs.tcl: ext-auth #20: adding support for Login over HTTPS. New acs-kernel parameter RestrictLoginToSSLP. New API in security-procs.tcl for casting requests into HTTPS mode etc. Requiring secure connection in scripts passing password (registration, login, password-update) * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: making sure danish locale is temporarily enabled for testcase to pass 2003-09-18 lars * packages/acs-admin/lib/site-wide-services.adp: * packages/acs-admin/www/install/index.tcl: * packages/acs-admin/www/install/local-install-2.tcl: * packages/acs-admin/www/install/local-install-3.tcl: * packages/acs-admin/www/install/local-install-4.adp: * packages/acs-admin/www/install/local-install-4.tcl: * packages/acs-admin/www/install/local-install.tcl: Added a progress bar to the installer and renamed it 'Install Software' * packages/acs-admin/lib/developer-services.adp: * packages/acs-admin/lib/site-wide-services.adp: * packages/acs-admin/www/apm/packages-install-4.tcl: * packages/acs-admin/www/apm/server-restart.adp: * packages/acs-admin/www/apm/server-restart.tcl: * packages/acs-admin/www/install/index.adp: * packages/acs-admin/www/install/index.tcl: * packages/acs-admin/www/install/local-install-2.adp: * packages/acs-admin/www/install/local-install-2.tcl: * packages/acs-admin/www/install/local-install-3.adp: * packages/acs-admin/www/install/local-install-3.tcl: * packages/acs-admin/www/install/local-install.adp: * packages/acs-admin/www/install/local-install.tcl: * packages/acs-admin/www/server-restart.tcl: Added simpler package install/upgrade UI * packages/acs-tcl/tcl/site-nodes-procs.tcl: Chnaged site_node::get_url_from_object_id to use the site-nodes cache instead of hitting the DB * packages/acs-admin/www/install/local-install-2.adp: * packages/acs-admin/www/install/local-install-2.tcl: Cleaned up UI a bit * packages/acs-admin/www/install/local-install.adp: Display nice message when there are no packages to install * packages/acs-subsite/www/admin/applications/application-add.adp: * packages/acs-subsite/www/admin/applications/application-add.tcl: * packages/acs-subsite/www/admin/applications/application-add.xql: * packages/acs-subsite/www/admin/applications/application-delete.adp: * packages/acs-subsite/www/admin/applications/application-delete.tcl: * packages/acs-subsite/www/admin/applications/index.adp: * packages/acs-subsite/www/admin/applications/index.tcl: Editing applications, confirmation on delete * packages/acs-subsite/tcl/subsite-procs.tcl: Fixed navigation bug * packages/acs-subsite/www/admin/applications/index.adp: Had left a TODO in the UI * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: Implemented much faster and simpler DB compatibility check * packages/acs-subsite/www/resources/default-master.css: * packages/acs-subsite/www/resources/site-master.css: * www/blank-master.tcl: * www/default-master.css: * www/index.adp: * www/index.tcl: * www/site-master.css: * www/site-master.tcl: Moved css files to acs-subsite/www/resources * packages/acs-templating/www/resources/lists.css: Moved list stylesheet here * www/lists.css: Moved lists.css to acs-templating/www/resources * packages/acs-mail-lite/acs-mail-lite.info: * packages/acs-reference/acs-reference.info: Removed ACS from name * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/index.tcl: Removed login/logout links, they're now in the master template * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-subsite/lib/login.adp: * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/lib/user-info.tcl: * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/www/register/index.adp: * packages/acs-subsite/www/register/index.tcl: * packages/acs-subsite/www/user/basic-info-update.adp: * packages/acs-subsite/www/user/basic-info-update.tcl: Rewrite cookie handling * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/community-core-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d6-5.0d7.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d6-5.0d7.sql: * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/security-init.tcl: * packages/acs-tcl/tcl/security-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: Rewrote cookie handling * packages/acs-tcl/tcl/site-nodes-procs.tcl: Safety measure, don't throw error when we can't find a node for the given object * packages/acs-lang/tcl/locale-procs.tcl: Use untrusted_user_id for user's locale preferences * packages/acs-lang/www/admin/index.adp: White background on checkboxes * packages/acs-admin/www/server-restart.adp: branches: 1.1.4; Added simpler package install/upgrade UI * packages/acs-kernel/sql/postgresql/community-core-create.sql: branches: 1.16.2; Rewrote cookie handling 2003-09-17 peterm * packages/acs-lang/catalog/acs-lang.ko_KR.EUC-KR.xml: Adding Korean datetime configuration data contributed by Sang-Geun Kim. * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.0d1-5.0d2.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0d1-5.0d2.sql: adding Arabic Lebanese locale from translation server * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-5.0d1-5.0d2.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-5.0d1-5.0d2.sql: adding Portugese locale from translation server * packages/acs-kernel/catalog/acs-kernel.AR_EG.ISO-8859-6.xml: * packages/acs-kernel/catalog/acs-kernel.AR_LB.ISO-8859-6.xml: * packages/acs-kernel/catalog/acs-kernel.ast_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.da_DK.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.de_DE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.es_ES.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.fi_FI.ISO-8859-15.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.it_IT.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.ja_JP.Shift_JIS.xml: * packages/acs-kernel/catalog/acs-kernel.ko_KR.EUC-KR.xml: * packages/acs-kernel/catalog/acs-kernel.ms_my.US-ASCII.xml: * packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.pl_PL.ISO-8859-2.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.ru_RU.windows-1251.xml: * packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.tr_TR.ISO-8859-9.xml: * packages/acs-kernel/catalog/acs-kernel.zh_TW.Big5.xml: * packages/acs-lang/catalog/acs-lang.AR_EG.ISO-8859-6.xml: * packages/acs-lang/catalog/acs-lang.AR_LB.ISO-8859-6.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.TIS-620.xml: * packages/acs-lang/catalog/acs-lang.ast_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.ISO-8859-7.xml: * 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/catalog/acs-lang.fi_FI.ISO-8859-15.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.it_IT.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ja_JP.Shift_JIS.xml: * packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.pl_PL.ISO-8859-2.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.ru_RU.windows-1251.xml: * packages/acs-lang/catalog/acs-lang.sh_HR.ISO-8859-5.xml: * packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.AR_EG.ISO-8859-6.xml: * packages/acs-subsite/catalog/acs-subsite.AR_LB.ISO-8859-6.xml: * packages/acs-subsite/catalog/acs-subsite.de_DE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ko_KR.EUC-KR.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.zh_TW.Big5.xml: * packages/acs-tcl/catalog/acs-tcl.AR_EG.ISO-8859-6.xml: * packages/acs-tcl/catalog/acs-tcl.AR_LB.ISO-8859-6.xml: * packages/acs-tcl/catalog/acs-tcl.ast_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_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.fi_FI.ISO-8859-15.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.it_IT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ko_KR.EUC-KR.xml: * packages/acs-tcl/catalog/acs-tcl.ms_my.US-ASCII.xml: * packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.pl_PL.ISO-8859-2.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.ru_RU.windows-1251.xml: * packages/acs-tcl/catalog/acs-tcl.sh_HR.ISO-8859-5.xml: * packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.tr_TR.ISO-8859-9.xml: * packages/acs-tcl/catalog/acs-tcl.zh_TW.Big5.xml: * packages/notifications/catalog/notifications.AR_EG.ISO-8859-6.xml: * packages/notifications/catalog/notifications.AR_LB.ISO-8859-6.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_US.ISO-8859-1.xml: * packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.fi_FI.ISO-8859-15.xml: * packages/notifications/catalog/notifications.gl_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.it_IT.ISO-8859-1.xml: * packages/notifications/catalog/notifications.ko_KR.EUC-KR.xml: * packages/notifications/catalog/notifications.ms_my.US-ASCII.xml: * packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml: * packages/notifications/catalog/notifications.no_NO.ISO-8859-1.xml: * packages/notifications/catalog/notifications.pl_PL.ISO-8859-2.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.sv_SE.ISO-8859-1.xml: adding latest translations from the translation server * etc/install/install.sh: * etc/install/tclwebtest-functions.tcl: fixing bug with log file error file. Changing user_login tclwebtest function to now use email instead of username (default behaviour with new UseEmailForLoginP parameter) * packages/acs-lang/catalog/acs-lang.ast_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.ISO-8859-7.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_ES.ISO-8859-1.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.it_IT.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ja_JP.Shift_JIS.xml: * packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.pl_PL.ISO-8859-2.xml: * packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ru_RU.windows-1251.xml: * packages/acs-lang/catalog/acs-lang.sh_HR.ISO-8859-5.xml: * packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.tr_TR.ISO-8859-9.xml: * packages/acs-lang/catalog/acs-lang.zh_TW.Big5.xml: making version numbers of catalog files correspond to that of the package * packages/acs-lang/tcl/lang-catalog-procs.tcl: removing annoying "not upgrading" message when importing catalog files 2003-09-17 lars * packages/acs-authentication/tcl/apm-callback-procs.tcl: * packages/acs-authentication/tcl/sync-procs.tcl: * packages/acs-authentication/tcl/test/sync-test-procs.tcl: Added GetElements operation to auth_sync_process * packages/acs-authentication/tcl/sync-procs.tcl: Added get_sync_elements wrapper to get the user profile elements controlled by the authority * packages/acs-service-contract/www/index.xql: Added impl_pretty_name to selects * packages/acs-tcl/tcl/security-procs.tcl: Cleaned up proc definitions * packages/acs-admin/lib/service-parameters-oracle.xql: * packages/acs-admin/lib/service-parameters-postgresql.xql: Cleaned up services table * packages/acs-templating/tcl/parse-procs.tcl: Comment: mention __adp_properties as well * packages/acs-service-contract/sql/postgresql/acs-sc-views-create.sql: Deleted too mcuh * packages/acs-tcl/tcl/utilities-procs.tcl: Do not complain when trying to make the empty string work as a URL * packages/acs-authentication/tcl/driver-procs.tcl: Do not fail get_parameters if the impl_id doesn't point to an implementation * packages/search/tcl/search-procs.tcl: Don't try to index when there's no driver * packages/acs-subsite/lib/user-info.tcl: Fixed bug with username and local accounts when logging in with email * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: * packages/acs-authentication/tcl/test/sync-test-procs.tcl: Fixed test cases * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/www/admin/index.adp: * packages/acs-subsite/www/admin/index.tcl: * packages/acs-subsite/www/admin/rel-types/index.adp: * packages/acs-subsite/www/group-master.tcl: * packages/acs-subsite/www/shared/parameters.tcl: * www/site-master.adp: * www/site-master.tcl: Fixing navigation * packages/acs-subsite/www/shared/parameters.adp: * packages/acs-subsite/www/shared/parameters.tcl: Focus and context bar * packages/acs-admin/lib/service-parameters-oracle.xql: * packages/acs-admin/lib/service-parameters-postgresql.xql: * packages/acs-admin/lib/service-parameters.tcl: * packages/acs-admin/www/index.adp: Include more service configuration on site-wide admin index page * packages/acs-admin/www/apm/packages-install-5.tcl: Minor typo * packages/acs-authentication/tcl/sync-procs.tcl: Only allow editing of username for local accounts * packages/acs-subsite/lib/user-info.adp: * packages/acs-subsite/lib/user-info.tcl: * packages/acs-subsite/www/user/basic-info-update.adp: * packages/acs-subsite/www/user/basic-info-update.tcl: Only edit user info not controlled by the authority * packages/acs-authentication/tcl/sync-procs.tcl: Removed snapshot_p from authorities and put it into the auth_retrieve_document service contract * www/site-master.css: * www/site-master.tcl: Slimmed the header a bit * packages/acs-authentication/tcl/authentication-procs.tcl: Support updating username * packages/acs-admin/tcl/apm-admin-procs.tcl: * packages/acs-admin/www/apm/index.tcl: * packages/acs-admin/www/apm/parameter-add.adp: * packages/acs-admin/www/apm/parameter-add.tcl: * packages/acs-admin/www/apm/parameter-edit.adp: * packages/acs-admin/www/apm/parameter-edit.tcl: * packages/acs-admin/www/apm/version-callback-add-edit.adp: * packages/acs-admin/www/apm/version-callback-add-edit.tcl: * packages/acs-admin/www/apm/version-callback-invoke.tcl: * packages/acs-admin/www/apm/version-callbacks.adp: * packages/acs-admin/www/apm/version-callbacks.tcl: * packages/acs-admin/www/apm/version-files.adp: * packages/acs-admin/www/apm/version-files.tcl: * packages/acs-admin/www/apm/version-i18n-index.adp: * packages/acs-admin/www/apm/version-i18n-index.tcl: * packages/acs-admin/www/apm/version-parameters.adp: * packages/acs-admin/www/apm/version-parameters.tcl: * packages/acs-admin/www/apm/version-view.adp: * packages/acs-admin/www/apm/version-view.tcl: Templated pages * packages/acs-admin/www/apm/packages-install-4.tcl: * packages/acs-admin/www/apm/packages-install-5.tcl: * packages/acs-admin/www/apm/server-restart.adp: * packages/acs-admin/www/apm/server-restart.tcl: Templated server restart page, even though the code claimed it wasn't possible * packages/acs-admin/www/auth/authority.tcl: * packages/acs-admin/www/auth/index.tcl: UI Cleanup * packages/acs-subsite/lib/user-info.tcl: * packages/acs-subsite/www/shared/community-member.adp: * packages/acs-subsite/www/shared/community-member.tcl: * packages/acs-subsite/www/user/basic-info-update.adp: * packages/acs-subsite/www/user/basic-info-update.tcl: Updating basic info: validation, only edit fields that are not controlled by batch sync, focus * packages/acs-tcl/tcl/text-html-procs.tcl: ad_text_to_html: return empty if the text is empty. Make the first <p> tag not have margin-top * packages/acs-admin/www/apm/index.adp: branches: 1.1.22; Templated pages * packages/acs-admin/www/apm/version-parameters.adp: branches: 1.2.22; Templated server restart page, even though the code claimed it wasn't possible * packages/acs-admin/lib/service-parameters.tcl: branches: 1.3.2; Cleaned up services table * packages/acs-admin/www/apm/parameter-delete.tcl: branches: 1.3.4; Templated pages * packages/acs-admin/www/apm/parameter-edit-2.tcl: branches: 1.4.12; Templated pages * packages/acs-admin/www/apm/parameter-add-2.tcl: branches: 1.6.12; Templated pages * packages/acs-lang/www/admin/index.tcl: branches: 1.6.2; Use templated parameters page * packages/acs-authentication/tcl/authentication-procs.tcl: validation error with authority_id and username moved out 2003-09-16 lars * packages/acs-subsite/catalog/acs-subsite.ast_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.ISO-8859-7.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.fi_FI.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ja_JP.Shift_JIS.xml: * packages/acs-subsite/catalog/acs-subsite.ko_KR.EUC-KR.xml: * packages/acs-subsite/catalog/acs-subsite.ms_my.US-ASCII.xml: * packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pl_PL.ISO-8859-2.xml: * packages/acs-subsite/catalog/acs-subsite.ru_RU.windows-1251.xml: * packages/acs-subsite/catalog/acs-subsite.sh_HR.ISO-8859-5.xml: * packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.tr_TR.ISO-8859-9.xml: * packages/acs-subsite/catalog/acs-subsite.zh_TW.Big5.xml: * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/lib/user-info.tcl: * packages/acs-subsite/www/register/index.adp: * packages/acs-subsite/www/register/index.tcl: * packages/acs-subsite/www/register/recover-password.tcl: * packages/acs-subsite/www/register/user-new.adp: * packages/acs-subsite/www/user/password-update.tcl: - Code reviewed authority UI - UseEmailForLoginP * packages/acs-authentication/sql/oracle/batch-job-tables-create.sql: * packages/acs-authentication/sql/postgresql/batch-job-tables-create.sql: * packages/acs-authentication/tcl/apm-callback-procs.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/password-procs.tcl: * packages/acs-authentication/tcl/sync-procs-oracle.xql: * packages/acs-authentication/tcl/sync-procs-postgresql.xql: * packages/acs-authentication/tcl/sync-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: * packages/acs-authentication/tcl/test/sync-test-procs.tcl: - Code reviewed authority UI - UseEmailForLoginP - Refactored snapshot_p out of auth_authorities table and into auth_sync_retrieve service contract - Email account owner on password change * packages/acs-service-contract/sql/oracle/acs-sc-views-create.sql: * packages/acs-service-contract/sql/oracle/upgrade/upgrade-4.7d2-4.7d3.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-views-create.sql: * packages/acs-service-contract/sql/postgresql/upgrade/upgrade-4.7d2-4.7d3.sql: * packages/acs-service-contract/tcl/implementation-procs.tcl: * packages/acs-service-contract/www/contract-display-oracle.xql: * packages/acs-service-contract/www/contract-display-postgresql.xql: * packages/acs-service-contract/www/contract-display.adp: * packages/acs-service-contract/www/contract-display.tcl: * packages/acs-service-contract/www/index-oracle.xql: * packages/acs-service-contract/www/index-postgresql.xql: * packages/acs-service-contract/www/index.adp: * packages/acs-service-contract/www/index.xql: - Default impl_pretty_name to impl_name - Include impl_owner_name and impl_pretty_name in views - Clean up UI and make it use list builder * www/index.adp: * www/index.tcl: -UseEmailForLoginP * www/default-master.css: Added CSS for standard-lars form * packages/acs-subsite/www/resources/Add16.gif: * packages/acs-subsite/www/resources/Add24.gif: * packages/acs-subsite/www/resources/New16.gif: * packages/acs-subsite/www/resources/New24.gif: * packages/acs-subsite/www/resources/Open16.gif: * packages/acs-subsite/www/resources/Open24.gif: * packages/acs-subsite/www/resources/Preferences16.gif: * packages/acs-subsite/www/resources/Preferences24.gif: * packages/acs-subsite/www/resources/Properties16.gif: * packages/acs-subsite/www/resources/Properties24.gif: * packages/acs-subsite/www/resources/Zoom16.gif: * packages/acs-subsite/www/resources/Zoom24.gif: * packages/acs-subsite/www/resources/ZoomIn16.gif: * packages/acs-subsite/www/resources/ZoomIn24.gif: * packages/acs-subsite/www/resources/ZoomOut16.gif: * packages/acs-subsite/www/resources/ZoomOut24.gif: Added a bunch of useful gifs * packages/acs-templating/resources/forms/standard-lars.adp: CSS'ified standard-lars * packages/acs-admin/www/auth/authority-parameters.adp: * packages/acs-admin/www/auth/authority.adp: * packages/acs-admin/www/auth/authority.tcl: * packages/acs-admin/www/auth/batch-action.tcl: * packages/acs-admin/www/auth/batch-job-run.adp: * packages/acs-admin/www/auth/batch-job-run.tcl: * packages/acs-admin/www/auth/batch-job.tcl: Cleaned up admin pages * packages/acs-tcl/tcl/defs-procs.tcl: Mark various procs public * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/authentication-create.sql: * packages/acs-kernel/sql/postgresql/authentication-create.sql: Removed snapshot_p flag from data model, and moved into auth_sync_retrieve service contract * packages/acs-tcl/tcl/security-procs.tcl: Require user_id in ad_change_password * packages/acs-lang/www/admin/audit-include.tcl: Start with current message * packages/acs-automated-testing/tcl/aa-test-procs.tcl: Stubbing forgot to handle defaulted proc arguments correctly * packages/acs-service-contract/www/index.tcl: branches: 1.7.4; - Default impl_pretty_name to impl_name - Include impl_owner_name and impl_pretty_name in views - Clean up UI and make it use list builder * packages/acs-service-contract/sql/postgresql/acs-sc-packages-create.sql: branches: 1.9.2; - Default impl_pretty_name to impl_name - Include impl_owner_name and impl_pretty_name in views - Clean up UI and make it use list builder 2003-09-15 lars * packages/acs-automated-testing/tcl/aa-test-procs.tcl: Define test case procs private so they don't show up in the search * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/register/display-message.adp: * packages/acs-subsite/www/user/password-update.tcl: Display message when user has changed his/her password * packages/acs-api-browser/www/proc-search.adp: * packages/acs-api-browser/www/proc-search.tcl: Hide private procs by default * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/security-procs.tcl: Marking ad_acs_kernel_id public and ad_acs_kernel_id_mem private (was opposite) * packages/acs-api-browser/www/proc-search.adp: branches: 1.10.20; Removed colon from title 2003-09-15 frankn * www/default-master.adp: Typo correction in default-master.adp. 2003-09-12 rmello * packages/acs-subsite/acs-subsite.info: Adding ScreenNameP parameter, bumping version to 5.0d3 2003-09-12 peterm * packages/acs-admin/www/auth/authority-parameters.adp: * packages/acs-admin/www/auth/authority-parameters.tcl: * packages/acs-admin/www/auth/authority.adp: * packages/acs-admin/www/auth/authority.tcl: a number of minor improvements and fixes, mostly on the authority and authority-parameters pages * packages/acs-admin/www/auth/authority-registration-select.tcl: * packages/acs-admin/www/auth/index.tcl: adding UI for setting which authority registers users * packages/acs-service-contract/acs-service-contract.info: adding an s to the package name makes it sound better * packages/acs-templating/tcl/richtext-procs.tcl: avoid error from richtext::get_property proc when contents is empty * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/authority-procs.tcl: implementing the proc get_register_authority * packages/acs-service-contract/tcl/implementation-procs.tcl: making the acs_sc::impl::get_options proc take an empty_label switch so you can choose the label of the empty option * 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-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-templating/acs-templating.info: removing ACS and OpenACS prefixes from core package names as they weren't really conveying any useful information for system admins * packages/acs-tcl/tcl/apm-install-procs.tcl: removing package_name switch from invocations of site_node::instantiate_and_mount for the core packages as it wasn't doing anything. We should instead change the names of these packages to be more readable (drop the ACS/OpenACS prefix) in the info files 2003-09-12 lars * packages/acs-subsite/catalog/acs-subsite.ast_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.ISO-8859-7.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.fi_FI.utf-8.xml: * packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ja_JP.Shift_JIS.xml: * packages/acs-subsite/catalog/acs-subsite.ko_KR.EUC-KR.xml: * packages/acs-subsite/catalog/acs-subsite.ms_my.US-ASCII.xml: * packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pl_PL.ISO-8859-2.xml: * packages/acs-subsite/catalog/acs-subsite.ru_RU.windows-1251.xml: * packages/acs-subsite/catalog/acs-subsite.sh_HR.ISO-8859-5.xml: * packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.tr_TR.ISO-8859-9.xml: * packages/acs-subsite/catalog/acs-subsite.zh_TW.Big5.xml: Added Screen_name key * packages/acs-kernel/acs-kernel.info: Added UsePasswordWidgetForUsername and UseEmailForUsername parameters * packages/acs-admin/lib/service-parameters-oracle.xql: * packages/acs-admin/lib/service-parameters-postgresql.xql: * packages/acs-admin/lib/service-parameters.adp: * packages/acs-admin/lib/service-parameters.tcl: * packages/acs-admin/www/index.adp: Added link to set parameters for services packages right from the site-wide admin page * packages/acs-tcl/tcl/community-core-procs-oracle.xql: * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: * packages/acs-tcl/tcl/community-core-procs.tcl: Added screen_name to ad_user_new, and deprecated it * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/www/admin/parameters-oracle.xql: * packages/acs-subsite/www/admin/parameters-postgresql.xql: * packages/acs-subsite/www/admin/parameters.adp: * packages/acs-subsite/www/admin/parameters.tcl: * packages/acs-subsite/www/admin/site-map/index.tcl: * packages/acs-subsite/www/shared/parameters-oracle.xql: * packages/acs-subsite/www/shared/parameters-postgresql.xql: * packages/acs-subsite/www/shared/parameters.adp: * packages/acs-subsite/www/shared/parameters.tcl: Beefed up new templated, form-builderified parameters page, moved it to /shared, and made site-map use it * packages/acs-subsite/lib/login.tcl: Bummer, authority_id defaulting logic was still broken * packages/acs-subsite/www/shared/parameters.adp: Change to use default form builder style * packages/acs-automated-testing/tcl/aa-test-procs.tcl: * packages/acs-automated-testing/www/admin/index.adp: * packages/acs-automated-testing/www/admin/testcase.adp: * packages/acs-automated-testing/www/admin/testcase.tcl: Cleaned up display * packages/acs-lang/www/admin/set-system-timezone.tcl: Fix for timezone query: gmt_offset is text, not integer * packages/acs-subsite/lib/login.tcl: Fixed broken logic about authority_id, which always defaulted to local * packages/acs-api-browser/www/proc-search.adp: * packages/acs-api-browser/www/proc-search.tcl: Hide deprecated procedures by default * packages/acs-authentication/tcl/apm-callback-procs.tcl: * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-authentication/tcl/sync-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: * packages/acs-authentication/tcl/test/sync-test-procs.tcl: Made local accounts accept and store screen_name * packages/acs-admin/www/apm/parameter-add-2.tcl: * packages/acs-admin/www/apm/parameter-add.tcl: * packages/acs-admin/www/apm/version-parameters.tcl: Made parameters UI remember section-name * packages/acs-subsite/lib/user-info.adp: * packages/acs-subsite/lib/user-info.tcl: * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/pvt/home.tcl: * packages/acs-subsite/www/user/basic-info-update.adp: * packages/acs-subsite/www/user/basic-info-update.tcl: Pulled user-info out into a separate template, and uses that on Your Workspace and basic-info-update * www/default-master.adp: * www/index.adp: * www/site-master.adp: * www/site-master.css: * www/site-master.tcl: Refactored site-master and default-master * packages/acs-subsite/acs-subsite.info: Removed UseEmailForUsername parameter again, moved to acs-kernel * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Removed quotes and backslashes from message * packages/acs-subsite/acs-subsite.info: Removed stale params, added new for controlling username/email widget * packages/acs-admin/lib/developer-services.adp: * packages/acs-admin/lib/developer-services.tcl: * packages/acs-admin/lib/service-parameters.adp: * packages/acs-admin/lib/site-wide-services.adp: * packages/acs-admin/lib/site-wide-services.tcl: * packages/acs-admin/www/index.adp: Separated out developer services on the site-wide admin page, and added link to documentation and api browser * packages/acs-subsite/www/admin/parameters.adp: * packages/acs-subsite/www/admin/parameters.tcl: * packages/acs-subsite/www/admin/site-map/index.tcl: Use ad_form/templated page for setting parameters * packages/acs-admin/www/users/complex-search.adp: * packages/acs-admin/www/users/one.adp: * packages/acs-admin/www/users/one.tcl: * packages/acs-admin/www/users/one.xql: Use new inclueable template for displaying and editing user information 2003-09-11 peterm * packages/acs-admin/www/auth/authority-delete.tcl: * packages/acs-admin/www/auth/authority-set-enabled-p.tcl: * packages/acs-admin/www/auth/authority.adp: * packages/acs-admin/www/auth/authority.tcl: * packages/acs-admin/www/auth/batch-action.adp: * packages/acs-admin/www/auth/batch-job.adp: * packages/acs-admin/www/auth/batch-job.tcl: * packages/acs-admin/www/auth/index.adp: * packages/acs-admin/www/auth/index.tcl: adding admin check on delete and disable, removing blockquotes, removing short_name from UI * packages/acs-kernel/sql/oracle/authentication-create.sql: * packages/acs-kernel/sql/postgresql/authentication-create.sql: adding format column for the help_contact_text richtext column * packages/acs-admin/www/auth/authority-parameters.adp: * packages/acs-admin/www/auth/authority-parameters.tcl: * packages/acs-admin/www/auth/authority.adp: * packages/acs-admin/www/auth/authority.tcl: * packages/acs-admin/www/auth/batch-action.tcl: * packages/acs-admin/www/auth/batch-job-run.adp: * packages/acs-admin/www/auth/batch-job-run.tcl: * packages/acs-admin/www/auth/batch-job.tcl: adding manual run of batch sync and parameter UI. UI improvements * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/authority-procs.tcl: * packages/acs-authentication/tcl/local-procs.tcl: changing pretty names, auto-generating short_name of authorities, adding the can_admin_system_without_authority_p proc * packages/acs-service-contract/sql/oracle/acs-sc-packages-create.sql: * packages/acs-service-contract/sql/oracle/upgrade/upgrade-4.7d2-4.7d3.sql: making pretty_name of acs_sc_impls default to null in plsql new function * packages/acs-authentication/tcl/authority-procs.tcl: * packages/acs-authentication/tcl/sync-procs.xql: making use of util_text_to_url to generate authority short_name. Improving batch job entry select query * packages/acs-bootstrap-installer/installer/packages-install.tcl: removing sourcing of 20-memoize-init as it's sourced on previous page * packages/acs-service-contract/sql/postgresql/acs-sc-packages-create.sql: the three argument acs_sc_impl__new function was previously removed but it's used in more than 50 places in the code. Adding it back * packages/acs-authentication/tcl/authority-procs.tcl: wrapping insert and edit in a transaciton in ::create proc 2003-09-11 lars * packages/acs-admin/www/apm/version-callback-invoke.adp: * packages/acs-admin/www/apm/version-callback-invoke.tcl: * packages/acs-admin/www/apm/version-callbacks.adp: * packages/acs-admin/www/apm/version-callbacks.tcl: - Changed callbacks list to use list builder - Added callback invoke feature * packages/acs-messaging/tcl/acs-messaging-procs.tcl: Added -- after call to ad_text_to_html to prevent argument from being considered a switch * packages/acs-lang/www/admin/audit-include.tcl: Audit had a message lookup, which didn't work when the message had %...% stuff in it * packages/acs-admin/www/apm/version-view.tcl: Cleaned out the registered files count, which was always zero * packages/acs-authentication/tcl/authentication-procs.tcl: Fixed account message on creation; fixed email verification * packages/acs-admin/www/auth/authority.tcl: Fixed help-contact-text problem on local authority * packages/acs-admin/www/auth/authority.tcl: Fixed richtext issues * packages/acs-service-contract/sql/postgresql/acs-sc-packages-create.sql: Fixed unterminated string in acs_sc_impl__new, and untabified the entire file * packages/acs-subsite/www/register/user-new.tcl: Had left a debugging error statement in the code * packages/acs-authentication/tcl/authentication-procs.tcl: Improved error logging when driver returns bad code * packages/acs-lang/tcl/lang-catalog-procs.tcl: Kill the timestamp on the catalog files, it only causes confusion by CVS * packages/acs-admin/www/users/one.adp: * packages/acs-admin/www/users/one.tcl: Prevent users from changing state for themselves, thus shutting themselves out of the system * packages/acs-subsite/catalog/acs-subsite.ast_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.ISO-8859-7.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.fi_FI.ISO-8859-15.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.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ja_JP.Shift_JIS.xml: * packages/acs-subsite/catalog/acs-subsite.ko_KR.EUC-KR.xml: * packages/acs-subsite/catalog/acs-subsite.ms_my.US-ASCII.xml: * packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pl_PL.ISO-8859-2.xml: * packages/acs-subsite/catalog/acs-subsite.ru_RU.windows-1251.xml: * packages/acs-subsite/catalog/acs-subsite.sh_HR.ISO-8859-5.xml: * packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.tr_TR.ISO-8859-9.xml: * packages/acs-subsite/catalog/acs-subsite.zh_TW.Big5.xml: Removed generated timestamp, so CVS doesn't get so confused when messages change * packages/acs-admin/www/index.tcl: Shortened the page title * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: Updated text message * packages/acs-authentication/tcl/authentication-procs.tcl: Use error message from the catch 2003-09-11 joela * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/xml/install-guide/software.xml: fixed tdom link 2003-09-10 simonc * packages/acs-service-contract/acs-service-contract.info: * packages/acs-service-contract/sql/oracle/acs-sc-packages-create.sql: * packages/acs-service-contract/sql/oracle/acs-sc-tables-create.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-packages-create.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-tables-create.sql: * packages/acs-service-contract/tcl/implementation-procs-oracle.xql: * packages/acs-service-contract/tcl/implementation-procs-postgresql.xql: * packages/acs-service-contract/tcl/implementation-procs.tcl: added support for pretty_names to acs sc impls * packages/acs-service-contract/sql/oracle/upgrade/upgrade-4.7d2-4.7d3.sql: * packages/acs-service-contract/sql/postgresql/upgrade/upgrade-4.7d2-4.7d3.sql: adding upgrades scripts for pretty_names on acs sc impls * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: branches: 1.19.2; added support for pretty_names to acs sc impls * packages/acs-service-contract/tcl/implementation-procs.xql: branches: 1.3.4; added support for pretty_names to acs sc impls 2003-09-10 peterm * packages/acs-service-contract/tcl/test/acs-service-contract-procs.tcl: Simon added a Tcl API test when adding pretty_name to service contract implementaitons * packages/acs-authentication/tcl/local-procs.tcl: Simon added pretty names for the local authentication implementations * packages/acs-authentication/tcl/sync-procs-oracle.xql: * packages/acs-authentication/tcl/sync-procs-postgresql.xql: * packages/acs-authentication/tcl/sync-procs.tcl: * packages/acs-authentication/tcl/sync-procs.xql: adding auth::sync::entry::get proc * packages/acs-subsite/www/shared/images/arrow-down.gif: * packages/acs-subsite/www/shared/images/arrow-up.gif: adding gifs used by authentication admin UI * packages/acs-content-repository/tcl/item-procs.tcl: adding item::get, item::get_element, item::publish, and item::unpublish procs to the cr items Tcl API * etc/install/config.tcl: * etc/install/functions.sh: * etc/install/install-and-alert.sh: * etc/install/install.sh: * etc/install/oracle/recreate-user.sh: adding new parameter svc_bindir, making Oracle db recreate work again, removing the obscure source_config_file variable from the install.sh script * packages/acs-templating/tcl/form-procs.tcl: adding the template::form::get_elements proc that returns the element names of a form * packages/acs-kernel/sql/oracle/authentication-package-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d2-5.0d3.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/authentication-package-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: committed the authority__new function with more than 16 arguments which doesn't work in PG. Reverting back to 16 args * packages/acs-admin/lib/site-wide-services.adp: * packages/acs-admin/www/auth/authority-delete.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.adp: * packages/acs-admin/www/auth/authority.tcl: * packages/acs-admin/www/auth/batch-action.adp: * packages/acs-admin/www/auth/batch-action.tcl: * packages/acs-admin/www/auth/batch-document-download.tcl: * packages/acs-admin/www/auth/batch-job.adp: * packages/acs-admin/www/auth/batch-job.tcl: * packages/acs-admin/www/auth/index.adp: * packages/acs-admin/www/auth/index.tcl: committing a first draft of the Authentication admin UI. Authority parameter setting is missing from the UI. More testing is needed * packages/acs-lang/www/admin/locale-set-enabled-p.tcl: improving comment in ad_page_contract * packages/acs-authentication/tcl/authority-procs-oracle.xql: * packages/acs-authentication/tcl/authority-procs-postgresql.xql: * packages/acs-authentication/tcl/authority-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: making proc authority::create set default values for not required columns. Also making proc use an update statement for 4 columns not taken by the plsql new function * packages/acs-admin/www/users/complex-search.adp: * packages/acs-admin/www/users/index.adp: noquoting member state links and showing non-authorized users when clicking the total users link on index page (so the count matches) * etc/install/install.sh: removing grep on apm install file not currently needed 2003-09-10 lars * packages/acs-tcl/tcl/test/acs-tcl-test-init.tcl: * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: - Moved tests into the -procs file - Added xml_get_child_node_content_by_path helper proc * packages/acs-subsite/www/group-master.adp: Added a div with clear:both, so the bottom box expands to include everything in the body * packages/acs-tcl/tcl/apm-procs.tcl: Added apm_package_rename proc * packages/acs-tcl/tcl/00-database-procs.tcl: Added db_boolean proc, which converts a Tcl boolean to a DB boolean * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/sync-procs.tcl: * packages/acs-authentication/tcl/test/sync-test-procs.tcl: Batch sync fixed * packages/acs-authentication/tcl/authentication-procs.tcl: Bug in sending out email verification email * packages/acs-authentication/tcl/sync-procs.tcl: Convert Tcl booleans to SQL booleans * packages/acs-templating/resources/forms/standard-lars.adp: Don't show help text in display mode * packages/acs-authentication/tcl/sync-procs.tcl: * packages/acs-authentication/tcl/test/sync-test-procs.tcl: Fixed HTTPGet implementation of GetDocument * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/www/group-master.adp: * packages/acs-subsite/www/register/account-closed.adp: * packages/acs-subsite/www/register/account-closed.tcl: * packages/acs-subsite/www/register/account-message.adp: * packages/acs-subsite/www/register/account-message.tcl: * packages/acs-subsite/www/register/display-message.adp: * packages/acs-subsite/www/register/user-new.tcl: Fixed display of account messages on login * packages/acs-subsite/www/register/email-confirm.adp: * packages/acs-subsite/www/register/email-confirm.tcl: Fixed email verification * packages/acs-authentication/tcl/authentication-procs.tcl: Fixed handling of account messages * packages/acs-automated-testing/www/admin/component.adp: * packages/acs-automated-testing/www/admin/component.tcl: * packages/acs-automated-testing/www/admin/index.adp: * packages/acs-automated-testing/www/admin/index.tcl: * packages/acs-automated-testing/www/admin/master.adp: * packages/acs-automated-testing/www/admin/testcase.adp: * packages/acs-automated-testing/www/admin/testcase.tcl: Got rid of local master, cleaned up context bar * packages/acs-tcl/tcl/community-core-procs-oracle.xql: * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: * packages/acs-tcl/tcl/community-core-procs.tcl: Honor authority_id when creating new users * packages/acs-authentication/sql/oracle/batch-job-tables-create.sql: * packages/acs-authentication/sql/postgresql/batch-job-tables-create.sql: * packages/acs-authentication/tcl/apm-callback-procs.tcl: * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/authority-procs.tcl: * packages/acs-authentication/tcl/sync-procs-oracle.xql: * packages/acs-authentication/tcl/sync-procs-postgresql.xql: * packages/acs-authentication/tcl/sync-procs.tcl: * packages/acs-authentication/tcl/test/sync-test-procs.tcl: IMS Enterprise 1.1 driver for batch synchronization * packages/acs-subsite/www/admin/configure.adp: * packages/acs-subsite/www/admin/configure.tcl: * packages/acs-subsite/www/admin/site-map/rename.tcl: Implemented rename subsite functionality * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: Make sure auto-generated proc names do not contain spaces * packages/acs-authentication/tcl/sync-procs-oracle.xql: * packages/acs-authentication/tcl/sync-procs-postgresql.xql: * packages/acs-authentication/tcl/sync-procs.tcl: Moved auth::sync::job::end query into postgresql/oracle files * packages/acs-subsite/www/resources/arrow-down.gif: * packages/acs-subsite/www/resources/arrow-up.gif: * packages/acs-subsite/www/shared/images/arrow-down.gif: * packages/acs-subsite/www/shared/images/arrow-up.gif: Moved up/down arrow gifs to resources * packages/acs-templating/resources/lists/table.adp: Noquoting * packages/acs-api-browser/www/index.adp: * packages/acs-api-browser/www/index.tcl: * packages/acs-api-browser/www/proc-search.adp: Refactored search widget out into separate includeable template * packages/acs-authentication/sql/oracle/batch-job-tables-create.sql: * packages/acs-authentication/tcl/sync-procs-oracle.xql: Typo * packages/acs-api-browser/lib/search.adp: * packages/acs-api-browser/lib/search.tcl: branches: 1.1.2; Refactored search widget out into separate includeable template 2003-09-09 peterm * packages/acs-kernel/sql/oracle/authentication-create.sql: * packages/acs-kernel/sql/oracle/authentication-package-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d2-5.0d3.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/authentication-create.sql: * packages/acs-kernel/sql/postgresql/authentication-package-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: adding batch sync related columns to the auth_authorities table * packages/acs-kernel/sql/oracle/authentication-package-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d2-5.0d3.sql: * packages/acs-kernel/sql/postgresql/authentication-package-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: making sort order default to the current highest sort order plus one for authorities * packages/acs-authentication/tcl/authority-procs-oracle.xql: * packages/acs-authentication/tcl/authority-procs-postgresql.xql: * packages/acs-authentication/tcl/authority-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: updating the authority API with the new columns 2003-09-09 lars * packages/acs-admin/lib/site-wide-services.adp: * packages/acs-admin/lib/site-wide-services.tcl: - Added link to acs-service-contract - Made all the links conditional on the package being mounted - Removed link to acs-admin/test * packages/acs-authentication/sql/oracle/batch-job-tables-create.sql: * packages/acs-authentication/sql/postgresql/batch-job-tables-create.sql: Adding authority_id, message, and snapshot_p to the auth_batch_jobs table * packages/acs-authentication/tcl/apm-callback-procs.tcl: * packages/acs-authentication/tcl/authority-procs.tcl: * packages/acs-authentication/tcl/sync-init.tcl: * packages/acs-authentication/tcl/sync-procs-oracle.xql: * packages/acs-authentication/tcl/sync-procs-postgresql.xql: * packages/acs-authentication/tcl/sync-procs.tcl: * packages/acs-authentication/tcl/test/sync-test-procs.tcl: Automating batch sync * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/sync-procs.tcl: * packages/acs-authentication/tcl/test/sync-test-procs.tcl: Bug fixes in Batch sync API * packages/acs-authentication/tcl/apm-callback-procs.tcl: Create the batch sync service contracts * packages/acs-subsite/www/admin/configure.adp: Cutting scope * packages/acs-authentication/tcl/authentication-procs.tcl: Extra space * packages/acs-automated-testing/tcl/aa-test-procs.tcl: Fixed bug: Could try to unset without setting first * packages/acs-authentication/tcl/authentication-procs.tcl: Getting rid of leftover log statements * packages/acs-authentication/acs-authentication.info: * packages/acs-authentication/tcl/sync-procs-oracle.xql: * packages/acs-authentication/tcl/sync-procs-postgresql.xql: * packages/acs-authentication/tcl/sync-procs.tcl: * packages/acs-authentication/tcl/test/sync-test-procs.tcl: Job log purge implemented * packages/acs-authentication/tcl/apm-callback-procs.tcl: Naming change for GetDocument and ProcessDocument service contracts * packages/acs-service-contract/www/index-oracle.xql: * packages/acs-service-contract/www/index-postgresql.xql: * packages/acs-service-contract/www/index.tcl: * packages/acs-service-contract/www/index.xql: Ordering contracts and implementations * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: Removed @author tags, as they didn't get parsed * packages/acs-authentication/sql/oracle/batch-job-tables-create.sql: * packages/acs-authentication/sql/postgresql/batch-job-tables-create.sql: Removed dependency on acs-content-repository * packages/acs-authentication/tcl/sync-procs.tcl: * packages/acs-authentication/tcl/test/sync-test-procs.tcl: Snapshots work for batch sync API 2003-09-08 peterm * etc/install/install.sh: * etc/install/tcl-api-test.test: * etc/install/tclwebtest-functions.tcl: Fixed bug in adding site-wide-admin to .LRN. Made the oracle shell a login shell to get sqlplus in PATH. Added running of Tcl API tests * etc/install/functions.sh: * etc/install/install-and-alert.sh: * etc/install/install.sh: making the server parameter overridable on the command line 2003-09-08 lars * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/community-core-procs.xql: - Generalized party::update - Added party::get_by_email * packages/acs-authentication/sql/oracle/acs-authentication-create.sql: * packages/acs-authentication/sql/oracle/acs-authentication-drop.sql: * packages/acs-authentication/sql/oracle/batch-job-tables-create.sql: * packages/acs-authentication/sql/oracle/batch-job-tables-drop.sql: * packages/acs-authentication/sql/postgresql/acs-authentication-create.sql: * packages/acs-authentication/sql/postgresql/acs-authentication-drop.sql: * packages/acs-authentication/sql/postgresql/batch-job-tables-create.sql: * packages/acs-authentication/sql/postgresql/batch-job-tables-drop.sql: * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/sync-procs-oracle.xql: * packages/acs-authentication/tcl/sync-procs-postgresql.xql: * packages/acs-authentication/tcl/sync-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: * packages/acs-authentication/tcl/test/sync-test-procs.tcl: Batch Sync API mostly complete 2003-09-08 joela * packages/acs-core-docs/acs-core-docs.info: * packages/acs-subsite/www/admin/index.adp: *** empty log message *** * packages/acs-tcl/tcl/utilities-procs.tcl: changed scheduled proc logging from Notice to Debug * etc/install/config.tcl: * etc/install/install.sh: cleaned up daemontools * packages/acs-subsite/www/admin/site-map/index.tcl: minor UI changes to site map 2003-09-06 juny * packages/acs-templating/tcl/list-procs.tcl: bug fix for bug #791, added __ prefix to local vars to mimize clobbering 2003-09-05 simonc * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: *** empty log message *** 2003-09-05 peterm * etc/install/install.sh: adding command line info for the --no-install switch * etc/install/checkout.sh: * etc/install/config.tcl: * etc/install/install-and-alert.sh: * etc/install/install.sh: * etc/install/oracle/recreate-user.sh: * etc/install/oracle/user-create.sql: * etc/install/oracle/user-drop.sql: adding oracle recreate scripts. A bunch of fixes in install.sh to get the Collaboraid test servers to work * etc/install/checkout.sh: an old file was checked in by mistake, copying in the more recent one from the Collaboraid cvs repository * etc/install/checkout.sh: * etc/install/config.tcl: * etc/install/install.sh: correcting param name from server_path to serverroot in checkout.sh * packages/acs-kernel/sql/postgresql/acs-create.sql: seems create or replace view doesn't work with PG 7.2 so changing to create view * packages/acs-bootstrap-installer/installer/packages-install.tcl: seems like we need the memoize procs when installing packages during bootstrap so sourcing that file first * etc/install/config.tcl: * etc/install/install.sh: updating install.sh with features that were lost since Joel checked in an old version of the file. 2003-09-05 lars * packages/acs-automated-testing/tcl/aa-test-procs.tcl: - Make aa_*-assertion procs return true/false of whether the assertion passed, so you can use that to branch out on assertions, e.g. if { [aa_true "..." [info exists var]] } { aa_log "var is $var" } - cleaning up the rollback stuff * packages/acs-tcl/tcl/community-core-procs.tcl: Make acs_user::update update authority_id and username * packages/acs-lang/tcl/test/acs-lang-test-init.tcl: Removed this file, it was empty * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: The with_catch logic was broken 2003-09-05 joela * log/log.txt: *** empty log message *** * packages/acs-lang/catalog/acs-lang.en_US.ISO-8859-1.xml: added some descriptions * etc/install/config.tcl: * etc/install/install.sh: bug fixes * etc/config.tcl: changed /web to /var/lib/aolserver * etc/config.tcl: changed tdom to version-independent symlink * etc/daemontools/run: config now uses /var/lib/aolserver instead of /web * etc/install/README: * etc/install/checkout.sh: * etc/install/install.sh: joel's changes * etc/install/install.sh: more tweaks * etc/install/checkout.sh: * etc/install/config.tcl: * etc/install/install.sh: some fixes 2003-09-04 lars * packages/acs-templating/resources/forms/standard-lars.adp: Added '* required' to bottom of form, if there are required fields * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: * packages/acs-subsite/www/register/user-new.tcl: Added a switch to auth::create_user to say that you want password_confirm verified * packages/acs-admin/www/apm/version-i18n-export.adp: * packages/acs-admin/www/apm/version-i18n-export.tcl: Added context bar, cleaned up page * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: Added option to verify that the implementation implements the contract you think * packages/acs-subsite/www/pvt/home.tcl: Added username (readonly) to form * packages/acs-tcl/tcl/utilities-procs.tcl: Bug fix: export_vars -entire_form didn't export variables with colon (:) in the name * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: Bug: acs_sc::invoke accidentally required contract even though you had impl_id * packages/acs-authentication/tcl/authority-procs.tcl: * packages/acs-authentication/tcl/authority-procs.xql: Caching of auth::authority::get_id * packages/acs-subsite/lib/login.tcl: Change label on button ; don't show required fields * packages/acs-subsite/www/register/recover-password.tcl: Changed error text * packages/acs-tcl/tcl/site-nodes-procs.tcl: Changed proc declaration style to say site_node::procname instead of enclosing everything in a namespace eval site_node { ... } block * packages/acs-lang/www/admin/message-list.adp: Clarified export-messages link * www/index.adp: * www/index.tcl: Cleaned up page by getting rid of obsolete code, mostly login stuff * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/password-procs.tcl: Code review/bug fixes in password recovery * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/authority-procs.tcl: * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-authentication/tcl/password-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: Code reviewed password management procs * packages/acs-authentication/tcl/authority-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: Code reviewed the authority API * packages/acs-subsite/www/resources/Delete16.gif: * packages/acs-subsite/www/resources/Delete24.gif: * packages/acs-subsite/www/resources/Edit16.gif: * packages/acs-subsite/www/resources/Edit24.gif: * packages/acs-subsite/www/resources/add.gif: * packages/acs-subsite/www/resources/bold-button.gif: * packages/acs-subsite/www/resources/checkbox.gif: * packages/acs-subsite/www/resources/checkboxchecked.gif: * packages/acs-subsite/www/resources/diamond.gif: * packages/acs-subsite/www/resources/go.gif: * packages/acs-subsite/www/resources/info.gif: * packages/acs-subsite/www/resources/italic-button.gif: * packages/acs-subsite/www/resources/left.gif: * packages/acs-subsite/www/resources/new.gif: * packages/acs-subsite/www/resources/radio.gif: * packages/acs-subsite/www/resources/radiochecked.gif: * packages/acs-subsite/www/resources/right.gif: * packages/acs-subsite/www/resources/spacer.gif: * packages/acs-subsite/www/resources/underline-button.gif: * packages/acs-subsite/www/resources/url-button.gif: Copied all the /shared/images files over to resources * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: Fixed auth_confirm_email test case after renaming the proc * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: I messed up with that Main Site -> Home change. Turns out there's code all over the place which depends on that name * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/community-core-procs.xql: Let acs_user::get accept username/authority in addition to user_id * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-subsite/lib/login.adp: * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/www/register/user-new.tcl: Made register link remember username * packages/acs-tcl/tcl/community-core-procs.tcl: Make acs_user::get_element work with auth/username as well * packages/acs-subsite/lib/login.adp: * packages/acs-subsite/lib/login.tcl: * packages/acs-subsite/www/register/index.adp: * packages/acs-subsite/www/register/login-include.adp: * packages/acs-subsite/www/register/login-include.tcl: * www/index.adp: Moved login-include template to packages/acs-subsite/lib * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: Renamed Main Site to Home (uh-oh, hope I won't get kicked and yelled at) * packages/acs-subsite/catalog/acs-subsite.ast_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.ISO-8859-7.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.fr_FR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ja_JP.Shift_JIS.xml: * packages/acs-subsite/catalog/acs-subsite.ko_KR.EUC-KR.xml: * packages/acs-subsite/catalog/acs-subsite.ms_my.US-ASCII.xml: * packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pl_PL.ISO-8859-2.xml: * packages/acs-subsite/catalog/acs-subsite.ru_RU.windows-1251.xml: * packages/acs-subsite/catalog/acs-subsite.sh_HR.ISO-8859-5.xml: * packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.tr_TR.ISO-8859-9.xml: * packages/acs-subsite/catalog/acs-subsite.zh_TW.Big5.xml: * packages/acs-subsite/www/register/index.adp: * packages/acs-subsite/www/register/recover-password.adp: * packages/acs-subsite/www/register/recover-password.tcl: * packages/acs-subsite/www/user/password-update-2.tcl: * packages/acs-subsite/www/user/password-update.adp: * packages/acs-subsite/www/user/password-update.tcl: * packages/acs-subsite/www/user/password-update.xql: Updated password-update to use ad_form * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: Use API to test email verification 2003-09-04 joela * etc/install/README: * etc/install/TODO: * etc/install/aolserver-errors.pl: * etc/install/check-errors-output.sh: * etc/install/checkout.sh: * etc/install/config.tcl: * etc/install/dotlrn-basic-setup.test: * etc/install/dotlrn-links-check.test: * etc/install/functions.sh: * etc/install/install-and-alert.sh: * etc/install/install.sh: * etc/install/openacs-install.test: * etc/install/post-checkout-script.sh: * etc/install/ref-timezones-data.sql: * etc/install/ref-timezones-rules.sql: * etc/install/tclwebtest-functions.tcl: * etc/install/users-data.csv: * etc/install/warn-if-installation-errors.sh: added automated install files 2003-09-04 daveb * packages/acs-kernel/sql/postgresql/acs-create.sql: Added all_users view to get basic user info without all the baggae of cc_users. 2003-09-03 simonc * packages/acs-subsite/www/register/recover-password.adp: * packages/acs-subsite/www/register/recover-password.tcl: added pages that take care of password recovery * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: forgotten_pwd_url was set to forgotten-password by default, changed it to recover-password * packages/acs-subsite/www/register/email-confirm.adp: * packages/acs-subsite/www/register/email-confirm.tcl: * packages/acs-subsite/www/register/recover-password.tcl: refactoring email verification to use new ext-auth API, fixed bug in recover-password.tcl * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/www/user/password-update-2.tcl: * packages/acs-subsite/www/user/password-update.adp: * packages/acs-subsite/www/user/password-update.tcl: refactoring password recovery * packages/acs-subsite/www/register/index.adp: * packages/acs-subsite/www/register/index.tcl: * packages/acs-subsite/www/register/login-include.adp: * packages/acs-subsite/www/register/login-include.tcl: * packages/acs-subsite/www/register/recover-password.adp: * packages/acs-subsite/www/register/recover-password.tcl: refactoring registration pages to use ext-auth API * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/authority-procs.xql: * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: * packages/acs-subsite/www/register/user-new.adp: * packages/acs-subsite/www/register/user-new.tcl: refactoring user registration to use new ext-auth API 2003-09-03 lars * packages/acs-tcl/tcl/community-core-procs.tcl: - Error handling of ad_user_new didn't work. - Improved documentation on cc_lookup_email_user, and acs_user::get_by_username * packages/acs-admin/lib/site-wide-services.adp: * packages/acs-admin/lib/site-wide-services.tcl: * packages/acs-admin/www/index.adp: * packages/acs-subsite/www/admin/index.adp: * packages/acs-subsite/www/admin/index.tcl: - Fixed the URLs to automated testing and other site-wide services - Made the site-wide services an include template, so it can be included on the acs-subsite/www/admin/index page. * packages/acs-service-contract/tcl/contract-procs.tcl: * packages/acs-service-contract/tcl/implementation-procs.tcl: * packages/acs-service-contract/tcl/implementation-procs.xql: Added API for contracts and implementations * packages/acs-admin/www/users/one.adp: * packages/acs-admin/www/users/one.tcl: * packages/acs-admin/www/users/one.xql: Added username to user page * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: Allow service contracts to be invoked with impl_id * packages/acs-templating/tcl/tag-init.tcl: Changed the <trn> tag to use new acs-lang API * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/driver-procs-oracle.xql: * packages/acs-authentication/tcl/driver-procs-postgresql.xql: * packages/acs-authentication/tcl/driver-procs.tcl: * packages/acs-authentication/tcl/driver-procs.xql: * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-authentication/tcl/password-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: Code reviewed and fixed things * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/www/register/email-confirm.tcl: * packages/acs-subsite/www/register/login-include.tcl: * packages/acs-subsite/www/register/recover-password.adp: * packages/acs-subsite/www/register/recover-password.tcl: * packages/acs-subsite/www/register/user-new.adp: * packages/acs-subsite/www/register/user-new.tcl: Fixed registration and forgotten password pages * packages/acs-kernel/sql/postgresql/authentication-create.sql: Just an indentation fix * packages/acs-tcl/tcl/security-procs.tcl: Let login URL include username/authority_id * packages/acs-tcl/tcl/utilities-procs.tcl: Removed 'Huh?' log message when calling ad_returnredirect 2003-09-03 joela * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: added authority key * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: added common strings * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: added new key for password recovery button * packages/acs-subsite/www/register/recover-password.adp: * packages/acs-subsite/www/register/recover-password.tcl: i18n'ed recover-password, added text for later i18n. 2003-09-02 peterm * packages/acs-authentication/tcl/driver-procs-oracle.xql: * packages/acs-authentication/tcl/driver-procs-postgresql.xql: adding xql files for driver procs that I forgot to add earlier * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: invoking array unset before array set in testcases where appropriate as array set command doesn't re-initialize an array * packages/acs-templating/resources/forms/standard-lars.adp: making labels of radio and checkbox options noquoted. For example in dotlrn/admin/users/users-search we have user links in checkbox option labels 2003-09-02 lars * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/community-core-procs.xql: - Added username and authority_id to acs_user::get - Improved documentation on acs_user::get - Added acs_user::get_element * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/community-core-procs.xql: - Moved acs_user::get_by_username query into .xql file - Changed namespace declaration from namespace eval block to namespace in proc name * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Added code to ensure that subject does not contain line breaks * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: Changed auth_create_user test case to test the API design * packages/acs-tcl/tcl/text-html-procs.tcl: Fixed two bugs in ad_html_to_text: - Tags that start with whitespace were still considered tags, and thus < p> would get treated equivalently to <p>. - The regexp to find malformed tags wasn't bound to start and end of the inside of the tag, thus tags that had just a subset of welformedness would get interpreted. * packages/ref-timezones/sql/postgresql/00-timezones.ctl: * packages/ref-timezones/sql/postgresql/01-timezone-rules.ctl: Fixed upgrade for PG 7.2. Unfortunately, COPY has different syntax between 7.2 and 7.3 * packages/acs-automated-testing/tcl/aa-test-procs.tcl: Make aa_log_result postpone logging in order to prevent the log messages from being rolled back. * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-tcl/tcl/security-procs.tcl: Moved ad_maybe_redirect_for_registration over to auth::require_login * packages/acs-automated-testing/tcl/aa-test-procs.tcl: * packages/acs-service-contract/tcl/msg-type-procs.tcl: * packages/acs-subsite/tcl/subsite-procs.tcl: Removed old debugging log statements * packages/acs-tcl/tcl/form-processing-procs.tcl: Support display_buttons on ad_form. Not sure we should do this since display_buttonss is deprecated, but I've already written the code, so ... * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: Use username instead of email for the auth_authenticate test case 2003-09-02 jeffd * packages/acs-api-browser/www/proc-browse.adp: noquote on the dimensional_slider html fragment 2003-09-01 tilmanns * packages/search/www/search-results-one.adp: branches: 1.2.2; Noquote. * packages/search/www/search-results-bottom.adp: branches: 1.3.2; Noquote. 2003-09-01 peterm * packages/acs-authentication/tcl/authentication-procs.tcl: making sure auth::authenticate proc sets appropriate auth_message and account_message values. Also, the account_message is the concatenation of the local and remote values 2003-09-01 lars * packages/acs-templating/tcl/form-procs.tcl: Clarified documentation on actions and display_buttons switch to form::create. display_buttons is deprecated * packages/acs-templating/tcl/richtext-procs.tcl: Fixed missing HTML quoting of display value for richtexts bug * packages/acs-authentication/tcl/authentication-procs-oracle.xql: * packages/acs-authentication/tcl/authentication-procs-postgresql.xql: Moved the rowid query for email verification into XQL files 2003-09-01 frankn * packages/acs-subsite/www/pvt/unsubscribe.adp: * packages/acs-subsite/www/pvt/unsubscribe.tcl: * packages/acs-subsite/www/user/password-update.adp: * packages/acs-subsite/www/user/password-update.tcl: * packages/acs-subsite/www/user/portrait/index.adp: * packages/acs-subsite/www/user/portrait/index.tcl: Fix return_urls, added ALT tags to image, roll common error messages into the main portrait ADP page, enhanced the context bar to include a link to the user's homepage when changing password etc. 2003-08-31 frankn * packages/acs-subsite/www/shared/community-member.adp: * packages/acs-subsite/www/shared/portrait.adp: Added ALT tags to the portrait. * packages/acs-subsite/www/pvt/home.tcl: Added missing initialization of subsite_url to www/pvt/home.tcl. * packages/acs-subsite/www/shared/community-member.tcl: Gave user_id an empty default value in www/shared/community-member.tcl. This page now gives registered users their own homepage if not supplying this parameter, as the code intended. Fixed the http:// hack for when the user has not supplied a homepage link. * packages/acs-subsite/www/permissions/one.adp: * packages/acs-subsite/www/permissions/one.tcl: Noquote fix, closes Bug#570. Also added double quotes around links generated by @controls@. * packages/acs-subsite/www/admin/parties/add-select-type.adp: Noquote fix. * packages/acs-tcl/tcl/navigation-procs.tcl: Oops. Previous fix of args parsing in ad_context_bar was slightly broken... * packages/acs-subsite/www/permissions/perm-include.adp: branches: 1.3.4; Noquote fix. 2003-08-30 tilmanns * packages/search/www/search-results-top.adp: branches: 1.3.2; Simple noquote fix for the context bar in search results. 2003-08-30 frankn * packages/acs-subsite/www/members/index.tcl: * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/pvt/home.tcl: * packages/acs-subsite/www/shared/community-member.tcl: Added missing return_url. Ensure link to homepage, if provided by the user, is preceeded by http:// Otherwise the browser thinks the link is relative to the current location. * packages/acs-subsite/www/admin/group-types/index.adp: Another noquote nitpick, this time in www/admin/group-types/index.adp * packages/acs-subsite/www/group-master.adp: * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/index.tcl: Fixed a pair of missing return_urls for logout links. * packages/acs-subsite/www/admin/groups/one.adp: One noquote too many in www/admin/groups/one.adp 2003-08-29 simonc * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/authority-procs.tcl: * packages/acs-authentication/tcl/authority-procs.xql: *** empty log message *** * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: updated tests to work with auth::password::recover_password 2003-08-29 peterm * packages/acs-tcl/tcl/site-nodes-procs.tcl: Made instantiate_and_mount use existing site node if possible. added notrailing switch to get_url. Added exists_p proc. * packages/acs-tcl/tcl/site-nodes-procs-oracle.xql: added missing outer join so that site_node::init_cache will cache nodes that don't have packages mounted * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d3-5.0d4.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d3-5.0d4.sql: changing datatype to varchar for the key column of the parameters table in upgrade scripts * packages/acs-tcl/tcl/apm-install-procs.tcl: fixed misspelled comment * packages/acs-bootstrap-installer/installer/index.tcl: fixing bug introduced in previous commit. The nsv variable acs_application node was never initialized * packages/acs-authentication/tcl/authority-procs-oracle.xql: * packages/acs-authentication/tcl/driver-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs-oracle.xql: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: making Tcl API tests pass for Oracle * packages/acs-kernel/sql/oracle/authentication-create.sql: * packages/acs-kernel/sql/postgresql/authentication-create.sql: making key column in parameters table varchar instead of clob (text) 2003-08-29 lars * www/blank-master.tcl: * www/default-master.css: Added a default-master.css file to hold site-wide styles for OpenACS * packages/acs-subsite/www/register/display-message.adp: * packages/acs-subsite/www/register/index.adp: * packages/acs-subsite/www/register/index.tcl: First pass at login page with new API. Note that password recovery pages still haven't been completed. * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/local-procs.tcl: Fixed email verification for Oracle, refactored, error checking * packages/acs-subsite/www/register/email-confirm.adp: Fixed template to not include header twice * packages/acs-templating/resources/forms/standard-lars.adp: Noquoting the widget in formgroups (radio buttons, checkboxes) * packages/acs-subsite/www/register/index.adp: * packages/acs-subsite/www/register/index.tcl: * packages/acs-subsite/www/register/login-include.adp: * packages/acs-subsite/www/register/login-include.tcl: Refactored login page to be an includeable template * www/index.adp: * www/index.tcl: Using new login include template 2003-08-29 frankn * packages/acs-subsite/www/user/password-update.adp: Missing noquote in www/user/password-update.adp * packages/acs-tcl/tcl/navigation-procs.tcl: Patch #265: Fix ad_context_bar to also accept a simple string as the args parameter. * packages/acs-subsite/www/pvt/home.tcl: Typo in ad_form specs, looked odd. 2003-08-28 simonc * packages/acs-authentication/tcl/authentication-procs.tcl: changed auth::password::forgotten to auth::password::recover_password 2003-08-28 peterm * packages/acs-tcl/tcl/community-core-procs-oracle.xql: Oracle bug fix: add_user plsql function no longer takes password_question and password_answer arguments * packages/acs-tcl/tcl/community-core-procs-oracle.xql: * packages/acs-tcl/tcl/community-core-procs.tcl: Oracle bugfix: the invocation of plsql function add_user hadn't been updated to the new signature * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/authentication-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d3-5.0d4.sql: * packages/acs-kernel/sql/postgresql/authentication-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d3-5.0d4.sql: adding datamodel for authority parameters and bumping version to 5.0d4 * packages/acs-automated-testing/tcl/aa-test-procs.tcl: adding support for rolling back test code with the proc aa_run_with_teardown * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: adding two message keys needed by external authentication * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/catalog/acs-subsite.ast_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.ISO-8859-7.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.fi_FI.ISO-8859-15.xml: * packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ja_JP.Shift_JIS.xml: * packages/acs-subsite/catalog/acs-subsite.ko_KR.EUC-KR.xml: * packages/acs-subsite/catalog/acs-subsite.ms_my.US-ASCII.xml: * packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pl_PL.ISO-8859-2.xml: * packages/acs-subsite/catalog/acs-subsite.ru_RU.windows-1251.xml: * packages/acs-subsite/catalog/acs-subsite.sh_HR.ISO-8859-5.xml: * packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.tr_TR.ISO-8859-9.xml: * packages/acs-subsite/catalog/acs-subsite.zh_TW.Big5.xml: adding two message keys needed by external authentication - bumping up version number * packages/acs-kernel/sql/oracle/authentication-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d3-5.0d4.sql: * packages/acs-kernel/sql/postgresql/authentication-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d3-5.0d4.sql: bugfix: cannot reference acs_sc_impl table from acs-kernel * packages/acs-automated-testing/tcl/aa-test-procs.tcl: bugfix: forgot to reset the rollback tests global variable after a testcase. Removing debug printouts * packages/acs-authentication/tcl/local-procs.tcl: bugfix: typo in message lookup * packages/acs-lang/sql/postgresql/message-catalog.sql: fixing typo in column name in lang_messages_audit - changing from comment to comment_text * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/tcl/locale-procs.tcl: * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: making danish, french, and finnish enabled by default, fixing Tcl API tests * packages/acs-tcl/tcl/test/acs-tcl-test-init.tcl: removing typo in test code 2003-08-28 lars * packages/acs-tcl/tcl/community-core-procs.tcl: Fixed problem with creating administrator, caught by Frank * packages/acs-lang/tcl/lang-message-procs.tcl: Improved the documentation * packages/acs-admin/tcl/apm-admin-procs.tcl: * packages/acs-admin/www/apm/packages-install.tcl: * packages/acs-admin/www/apm/version-callback-add-edit.tcl: * packages/acs-admin/www/apm/version-callbacks.adp: * packages/acs-admin/www/apm/version-callbacks.tcl: * packages/acs-admin/www/index-oracle.xql: * packages/acs-admin/www/index-postgresql.xql: * packages/acs-admin/www/index.adp: * packages/acs-admin/www/index.tcl: * packages/acs-admin/www/package/index.vuh: * packages/acs-admin/www/users/one.adp: * packages/acs-content-repository/sql/oracle/content-revision.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/oracle/types-create.sql: * packages/acs-content-repository/tcl/extlink-procs-oracle.xql: * packages/acs-content-repository/tcl/extlink-procs.tcl: * packages/acs-content-repository/tcl/extlink-procs.xql: * packages/acs-content-repository/tcl/item-procs.tcl: * packages/acs-content-repository/tcl/item-procs.xql: * packages/acs-content-repository/tcl/keyword-procs-oracle.xql: * packages/acs-content-repository/tcl/keyword-procs-postgresql.xql: * packages/acs-content-repository/tcl/keyword-procs.tcl: * packages/acs-content-repository/tcl/keyword-procs.xql: * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/oracle/community-core-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-4.6.3-4.6.4.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.4-4.6.5.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.5-4.6.6.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/community-core-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.4-4.6.5.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.5-4.6.6.sql: * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-service-contract/tcl/contract-procs.tcl: * packages/acs-service-contract/tcl/implementation-procs.tcl: * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/sql/oracle/application-groups-create.sql: * packages/acs-subsite/sql/oracle/upgrade/upgrade-4.6.4.1-4.6.4.2.sql: * packages/acs-subsite/sql/postgresql/upgrade/upgrade-4.6.4.1-4.6.4.2.sql: * packages/acs-subsite/tcl/application-group-procs.tcl: * packages/acs-subsite/tcl/application-group-procs.xql: * packages/acs-subsite/tcl/approval-expiration-init.tcl: * packages/acs-subsite/tcl/approval-expiration-procs-oracle.xql: * packages/acs-subsite/tcl/approval-expiration-procs-postgresql.xql: * packages/acs-subsite/tcl/approval-expiration-procs.tcl: * packages/acs-subsite/tcl/group-procs-oracle.xql: * packages/acs-subsite/tcl/group-procs-postgresql.xql: * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/tcl/group-procs.xql: * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/www/admin/applications/application-add-oracle.xql: * packages/acs-subsite/www/admin/applications/application-add-postgresql.xql: * packages/acs-subsite/www/admin/applications/application-add.adp: * packages/acs-subsite/www/admin/applications/application-add.tcl: * packages/acs-subsite/www/admin/applications/application-add.xql: * packages/acs-subsite/www/admin/applications/application-delete.tcl: * packages/acs-subsite/www/admin/applications/index.adp: * packages/acs-subsite/www/admin/applications/index.tcl: * packages/acs-subsite/www/admin/configure.adp: * packages/acs-subsite/www/admin/configure.tcl: * packages/acs-subsite/www/admin/groups/rel-type-add-postgresql.xql: * packages/acs-subsite/www/admin/parameters-oracle.xql: * packages/acs-subsite/www/admin/parameters-postgresql.xql: * packages/acs-subsite/www/admin/parameters.adp: * packages/acs-subsite/www/admin/parameters.tcl: * packages/acs-subsite/www/admin/permissions-user-add.adp: * packages/acs-subsite/www/admin/permissions-user-add.tcl: * packages/acs-subsite/www/admin/permissions.adp: * packages/acs-subsite/www/admin/permissions.tcl: * packages/acs-subsite/www/admin/rel-segments/edit.adp: * packages/acs-subsite/www/admin/rel-segments/edit.tcl: * packages/acs-subsite/www/admin/rel-segments/one.adp: * packages/acs-subsite/www/admin/rel-segments/one.tcl: * packages/acs-subsite/www/admin/site-map/application-new-oracle.xql: * packages/acs-subsite/www/admin/site-map/application-new-postgresql.xql: * packages/acs-subsite/www/admin/site-map/application-new.tcl: * packages/acs-subsite/www/admin/site-map/application-new.xql: * packages/acs-subsite/www/admin/site-map/index.tcl: * packages/acs-subsite/www/group-master.adp: * packages/acs-subsite/www/group-master.css: * packages/acs-subsite/www/group-master.tcl: * packages/acs-subsite/www/groups-oracle.xql: * packages/acs-subsite/www/groups-postgresql.xql: * packages/acs-subsite/www/groups.adp: * packages/acs-subsite/www/groups.tcl: * packages/acs-subsite/www/index.tcl: * packages/acs-subsite/www/members/index.adp: * packages/acs-subsite/www/members/index.tcl: * packages/acs-subsite/www/members/member-invite.adp: * packages/acs-subsite/www/members/member-invite.tcl: * packages/acs-subsite/www/members/user-new.adp: * packages/acs-subsite/www/members/user-new.tcl: * packages/acs-subsite/www/permissions/perm-include.adp: * packages/acs-subsite/www/permissions/perm-include.tcl: * packages/acs-subsite/www/permissions/perm-modify-oracle.xql: * packages/acs-subsite/www/permissions/perm-modify-postgresql.xql: * packages/acs-subsite/www/permissions/perm-modify.tcl: * packages/acs-subsite/www/permissions/perm-modify.xql: * packages/acs-subsite/www/permissions/perm-user-add-2-oracle.xql: * packages/acs-subsite/www/permissions/perm-user-add-2-postgresql.xql: * packages/acs-subsite/www/permissions/perm-user-add-2.tcl: * packages/acs-subsite/www/permissions/perm-user-add-include.adp: * packages/acs-subsite/www/permissions/perm-user-add-include.tcl: * packages/acs-subsite/www/permissions/perm-user-add.adp: * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/pvt/home.tcl: * packages/acs-subsite/www/register/login-include.adp: * packages/acs-subsite/www/register/login-include.tcl: * packages/acs-subsite/www/register/user-login-oracle.xql: * packages/acs-subsite/www/register/user-login-postgresql.xql: * packages/acs-subsite/www/register/user-login.tcl: * packages/acs-subsite/www/register/user-login.xql: * packages/acs-subsite/www/register/user-new-2.tcl: * packages/acs-subsite/www/register/user-new.adp: * packages/acs-subsite/www/shared/community-member.adp: * packages/acs-subsite/www/shared/community-member.tcl: * packages/acs-subsite/www/shared/images/info.gif: * packages/acs-subsite/www/user/basic-info-update-oracle.xql: * packages/acs-subsite/www/user/basic-info-update-postgresql.xql: * packages/acs-subsite/www/user/basic-info-update.adp: * packages/acs-subsite/www/user/basic-info-update.tcl: * packages/acs-subsite/www/user/password-update-2.tcl: * packages/acs-subsite/www/user/password-update.adp: * packages/acs-subsite/www/user/password-update.tcl: * packages/acs-subsite/www/user/portrait/index.adp: * packages/acs-subsite/www/user/portrait/index.tcl: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/admin-procs.tcl: * packages/acs-tcl/tcl/aolserver-3-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/base64.tcl: * packages/acs-tcl/tcl/community-core-procs-oracle.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: * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/deprecated-utilities-procs.tcl: * packages/acs-tcl/tcl/form-processing-procs.tcl: * packages/acs-tcl/tcl/html-email-procs.tcl: * packages/acs-tcl/tcl/md5.tcl: * packages/acs-tcl/tcl/membership-rel-procs.tcl: * packages/acs-tcl/tcl/membership-rel-procs.xql: * packages/acs-tcl/tcl/memoize-procs.tcl: * packages/acs-tcl/tcl/mime.tcl: * packages/acs-tcl/tcl/navigation-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/security-procs-oracle.xql: * packages/acs-tcl/tcl/security-procs-postgresql.xql: * packages/acs-tcl/tcl/security-procs.tcl: * packages/acs-tcl/tcl/security-procs.xql: * packages/acs-tcl/tcl/set-operation-procs.tcl: * 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: * 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-tcl/tcl/widgets-procs.tcl: * packages/acs-templating/acs-templating.info: * packages/acs-templating/resources/forms/configuration.adp: * packages/acs-templating/resources/forms/standard-lars.adp: * packages/acs-templating/resources/lists/inline-filters.adp: * packages/acs-templating/resources/lists/table.adp: * packages/acs-templating/tcl/0-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/paginator-procs.tcl: * packages/acs-templating/tcl/query-procs.tcl: * packages/acs-templating/tcl/tag-init.tcl: * packages/acs-templating/tcl/widget-procs.tcl: * packages/notifications/notifications.info: * packages/notifications/sql/oracle/delivery-method-sc-create.sql: * packages/notifications/sql/oracle/email-sc-impl-create.sql: * packages/notifications/sql/oracle/notification-type-sc-create.sql: * packages/notifications/sql/oracle/notifications-create.sql: * packages/notifications/sql/oracle/notifications-init.sql: * packages/notifications/sql/oracle/notifications-package-create.sql: * packages/notifications/sql/oracle/upgrade/upgrade-4.6.2-4.6.4.sql: * packages/notifications/sql/postgresql/delivery-method-sc-create.sql: * packages/notifications/sql/postgresql/email-sc-impl-create.sql: * packages/notifications/sql/postgresql/notification-type-sc-create.sql: * packages/notifications/sql/postgresql/notifications-create.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-4.6.2-4.6.4.sql: * packages/notifications/tcl/delivery-method-procs-oracle.xql: * packages/notifications/tcl/delivery-method-procs-postgresql.xql: * packages/notifications/tcl/delivery-method-procs.tcl: * packages/notifications/tcl/delivery-method-procs.xql: * packages/notifications/tcl/notification-email-procs.tcl: * packages/notifications/tcl/notification-email-procs.xql: * packages/notifications/tcl/notification-procs.tcl: * packages/notifications/tcl/notification-reply-procs.tcl: * packages/notifications/tcl/sweep-procs-oracle.xql: * packages/notifications/tcl/sweep-procs-postgresql.xql: * packages/notifications/tcl/sweep-procs.tcl: * www/blank-master.adp: * www/blank-master.tcl: * www/default-master.adp: * www/default-master.tcl: * www/index-oracle.xql: * www/index-postgresql.xql: * www/lists.css: Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * 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: Ordering package lists on index page * packages/acs-tcl/tcl/table-display-procs.tcl: branches: 1.11.12; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * packages/notifications/sql/postgresql/notifications-core-create.sql: branches: 1.11.2; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * packages/notifications/sql/oracle/notifications-core-create.sql: branches: 1.12.2; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * packages/notifications/sql/postgresql/notifications-package-create.sql: branches: 1.12.4; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: branches: 1.13.2; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * packages/acs-kernel/sql/postgresql/groups-create.sql: branches: 1.16.2; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * packages/acs-templating/resources/lists/filters.adp: branches: 1.2.12; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * packages/acs-subsite/www/members/make-admin.tcl: * packages/acs-subsite/www/members/make-member.tcl: * packages/acs-subsite/www/members/member-invite-oracle.xql: * packages/acs-subsite/www/members/member-invite-postgresql.xql: * packages/acs-subsite/www/members/member-remove.tcl: * packages/acs-subsite/www/permissions/perm-user-add-include-oracle.xql: * packages/acs-subsite/www/permissions/perm-user-add-include-postgresql.xql: branches: 1.2.2; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.3-4.6.4.sql: * packages/acs-subsite/www/admin/site-map/application-new.adp: * packages/acs-subsite/www/permissions/perm-include-oracle.xql: * packages/acs-subsite/www/permissions/perm-include-postgresql.xql: * packages/acs-templating/resources/lists/list.adp: * packages/notifications/tcl/apm-callback-procs.tcl: branches: 1.2.4; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * packages/acs-subsite/www/permissions/perm-user-add.tcl: branches: 1.2.8; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * packages/acs-kernel/sql/postgresql/groups-body-create.sql: branches: 1.24.2; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * packages/acs-subsite/www/shared/community-member-postgresql.xql: branches: 1.3.2; 1.3.4; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * packages/acs-tcl/tcl/rollout-email-procs.tcl: branches: 1.3.4; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * packages/acs-subsite/www/permissions/toggle-inherit.tcl: branches: 1.4.8; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * packages/notifications/sql/postgresql/notifications-init.sql: branches: 1.5.8; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * packages/acs-subsite/sql/postgresql/application-groups-create.sql: branches: 1.8.2; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * packages/acs-admin/www/apm/packages-install-2.tcl: branches: 1.8.4; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. * packages/acs-templating/tcl/tag-procs.tcl: branches: 1.9.4; Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch. 2003-08-28 joela * packages/acs-authentication/tcl/authentication-procs.tcl: doc update 2003-08-27 simonc * packages/acs-authentication/tcl/acs-authentication-init.tcl: * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/driver-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: adding params for service contract implementations 2003-08-27 peterm * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs-oracle.xql: * packages/acs-authentication/tcl/test/acs-authentication-procs-postgresql.xql: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: adding API and tests for password management API (EXT-AUTH-05) * packages/acs-authentication/tcl/authority-procs-oracle.xql: * packages/acs-authentication/tcl/authority-procs-postgresql.xql: * packages/acs-authentication/tcl/authority-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: fixing the authority API and adding tests for it * packages/acs-lang/tcl/lang-catalog-procs.tcl: removing debug printouts 2003-08-27 lars * packages/acs-tcl/tcl/00-database-procs.tcl: Merge from oacs-4-6-4d1: Replaced proc_doc with ad_proc (1.19.2.5) * packages/acs-tcl/tcl/00-database-procs.tcl: Merged over 1.19.2.7 change: -unclobber, db_multirow_group_last_row_p 2003-08-27 joela * packages/acs-templating/www/doc/index.html: * packages/acs-templating/www/doc/no-quote-upgrade.html: * packages/acs-templating/www/doc/noquote.html: added Hrvoje Niksic's noquote documentation * etc/daemontools/run: added daemontools run file * packages/acs-admin/www/apm/version-i18n-process-2.adp: * packages/acs-admin/www/apm/version-i18n-process.adp: noquote bugs fixed 2003-08-26 peterm * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: adding Tcl API and tests for EXT-AUTH-3: Account creation API * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: adding two new message keys needed by external authentication * packages/acs-lang/sql/postgresql/ad-locales.sql: changing create or replace to create for PG 7.2 compatibility * packages/acs-tcl/tcl/apm-install-procs.tcl: mounting acs-automated-testing under /test rather than /acs-automated-testing (less typing) 2003-08-26 lars * www/default-master.tcl: Added more safety check for focus * www/default-master.adp: Do not quote the ds_link 2003-08-26 janines * packages/acs-tcl/tcl/base64.tcl: branches: 1.1.2; file base64.tcl was initially added on branch oacs-4-6. * packages/acs-tcl/tcl/md5.tcl: branches: 1.1.2; file md5.tcl was initially added on branch oacs-4-6. * packages/acs-tcl/tcl/mime.tcl: branches: 1.1.2; file mime.tcl was initially added on branch oacs-4-6. * packages/acs-tcl/tcl/base64.tcl: * packages/acs-tcl/tcl/md5.tcl: * packages/acs-tcl/tcl/mime.tcl: files needed for HTML email processing 2003-08-25 peterm * packages/acs-lang/tcl/lang-catalog-procs.tcl: Commenting in check to make sure lang::catalog::import_from_all_files_and_cache is only run once * packages/acs-lang/tcl/lang-catalog-procs.xql: * packages/acs-lang/tcl/locale-procs.tcl: Removing hard coded dotlrn accidentally left in query selecting packages to load catalog files for. removing debug printout * packages/acs-tcl/tcl/community-core-procs-oracle.xql: * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: * packages/acs-tcl/tcl/community-core-procs.tcl: added the acs_user::get_by_username proc and the permanent switch to acs_user::delete that serves as a wrapper around the acs_user.delete plsql proc. Unfortunately that proc doesn't seem to work reliably * packages/acs-bootstrap-installer/installer.tcl: * packages/acs-bootstrap-installer/installer/create-administrator-2.tcl: defaulting username of site-wide-admin to email and making sure the stubbed ad_conn can handle multiple arguments (create-admin-2 bombed before this fix) * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: making the auth_authentication test case pass. Fixing a few bugs and adding some error handling to the authentication proc. Simon has added other test cases that have not been finished yet 2003-08-25 lars * packages/acs-admin/www/index-oracle.xql: * packages/acs-admin/www/index-postgresql.xql: * packages/acs-admin/www/index.adp: * packages/acs-admin/www/index.tcl: Templated site-wide index page * packages/acs-admin/www/index.adp: branches: 1.1.2; file index.adp was initially added on branch oacs-4-6. 2003-08-25 joela * packages/acs-api-browser/www/content-page-view.adp: fixed noquote problem * packages/acs-api-browser/www/content-page-view.adp: fixed noquote problem some more 2003-08-25 donb * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d-5.0d2.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d-5.0d2.sql: Corrected PG version of Barry Brooks speed up to the object update trigger, added the new Oracle trigger to the proper upgrade script. 2003-08-24 donb * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d-5.0d2.sql: Modified Barry Brooks's context_id update trigger speedup for PostgreSQL, did some testing ... 2003-08-23 lars * packages/acs-templating/tcl/tag-procs.tcl: Added comment about a @foo;noquote@ breaking <if> tags * packages/acs-templating/resources/forms/standard-lars.adp: Noquote the label, because bug-tracker uses this to put a link in the label 2003-08-23 donb * packages/acs-kernel/sql/oracle/acs-objects-create.sql: Added Barry Brook's speed-up to the object context update trigger (untested as yet, will get Janine to test at Sloan) 2003-08-22 simonc * packages/acs-authentication/acs-authentication.info: * packages/acs-authentication/tcl/apm-callback-procs.tcl: * packages/acs-authentication/tcl/authentication-procs.tcl: * packages/acs-authentication/tcl/authority-procs.tcl: * packages/acs-authentication/tcl/local-procs.tcl: * packages/acs-authentication/tcl/test/acs-authentication-procs.tcl: external authentication package * packages/acs-tcl/tcl/apm-install-procs.tcl: fixed copy-and-paste error 2003-08-22 peterm * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-kernel-create.sql: * packages/acs-kernel/sql/oracle/acs-kernel-drop.sql: * packages/acs-kernel/sql/oracle/authentication-create.sql: * packages/acs-kernel/sql/oracle/authentication-drop.sql: * packages/acs-kernel/sql/oracle/authentication-package-create.sql: * packages/acs-kernel/sql/oracle/authentication-package-drop.sql: * packages/acs-kernel/sql/oracle/community-core-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d2-5.0d3.sql: * packages/acs-kernel/sql/postgresql/acs-kernel-create.sql: * packages/acs-kernel/sql/postgresql/acs-kernel-drop.sql: * packages/acs-kernel/sql/postgresql/authentication-create.sql: * packages/acs-kernel/sql/postgresql/authentication-drop.sql: * packages/acs-kernel/sql/postgresql/authentication-package-create.sql: * packages/acs-kernel/sql/postgresql/authentication-package-drop.sql: * packages/acs-kernel/sql/postgresql/community-core-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: Support for external authentication: two new columns added to users table - username and authority. New object type authority with corresponding table auth_authorities. Bumping version number to 5.0d3 * packages/acs-tcl/tcl/community-core-procs.tcl: external authentication support: adding the username and authority_id arguments to the ad_user_new proc * packages/acs-kernel/sql/oracle/authentication-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d2-5.0d3.sql: * packages/acs-kernel/sql/postgresql/authentication-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d2-5.0d3.sql: fixing broken installation: changing service contract implementation id columns in the auth_authorities table to reference acs_objects instead of acs_sc_impls table as the latter table is created later 2003-08-22 lars * packages/acs-templating/tcl/form-procs.tcl: Added API to set errors on form elements * packages/acs-bootstrap-installer/installer/create-administrator-2.tcl: * packages/acs-bootstrap-installer/installer/create-administrator.tcl: Admin creation takes username, but no longer password question/answer * packages/acs-tcl/tcl/form-processing-procs.tcl: Allow using 'break' in on_submit, edit_data or new_data block. Useful for doing validation in the on_submit block. See documentation. * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/community-core-create.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/community-core-create.sql: Changed acs_user.new and acs.add_user to take authority_id and username. Removed password_question/answer to make room. * packages/acs-tcl/tcl/community-core-procs-oracle.xql: * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: * packages/acs-tcl/tcl/community-core-procs.tcl: Fixed ad_user_new to use new acs.add_user with authority_id and username, but no password question/answer * packages/acs-tcl/tcl/form-processing-procs.tcl: Pass on edit_buttons switch to the form create statement * packages/acs-authentication/tcl/authority-procs.tcl: Synced with the actual columns in the table * packages/acs-authentication/tcl/apm-callback-procs.tcl: * packages/acs-authentication/tcl/local-procs.tcl: Updated to new design * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/authentication-create.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/authentication-create.sql: We cannot create the local authority in authentication-procs, because acs_magic_objects isn't defined until acs-create.sql, and is referenced by a trigger on acs-objects. 2003-08-21 peterm * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/lang-util-procs.tcl: * packages/acs-lang/tcl/lang-util-procs.xql: * packages/acs-lang/tcl/locale-procs.tcl: * packages/acs-lang/www/admin/locale-make-default.tcl: * packages/acs-lang/www/admin/locale-set-enabled-p.tcl: moving functionality of proc lang::system::default_locale into proc lang::util::default_locale_from_lang and removing lang::system::default_locale 2003-08-21 joela * packages/acs-core-docs/www/xml/variables.ent: *** empty log message *** * packages/acs-core-docs/www/xml/kernel/ext-auth-design.xml: new file for ext-auth 2003-08-20 lars * packages/acs-templating/tcl/list-procs.tcl: Added comment, because both Jun and I were confused. 2003-08-20 joela * packages/acs-core-docs/www/images/ext-auth.png: * packages/acs-core-docs/www/xml/non-xml/release-notes-4-5.html: * packages/acs-core-docs/www/xml/non-xml/release-notes-4-6.html: branches: 1.1.2; refactored from external entity to xinclude so that broken files don't kill overall make; added external authentication; brought i18n current; other smaller fixes * packages/acs-core-docs/www/xml/kernel/ext-auth.xml: branches: 1.1.4; refactored from external entity to xinclude so that broken files don't kill overall make; added external authentication; brought i18n current; other smaller fixes * packages/acs-core-docs/www/xml/kernel/i18n-requirements.xml: branches: 1.2.2; refactored from external entity to xinclude so that broken files don't kill overall make; added external authentication; brought i18n current; other smaller fixes * packages/acs-core-docs/www/xml/developers-guide/permissions-tediously-explained.xml: * packages/acs-core-docs/www/xml/install-guide/macinstall.xml: branches: 1.3.2; refactored from external entity to xinclude so that broken files don't kill overall make; added external authentication; brought i18n current; other smaller fixes * packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.xml: * packages/acs-core-docs/www/xml/engineering-standards/constraint-naming.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/plsql.xml: * packages/acs-core-docs/www/xml/engineering-standards/requirements-template.xml: * packages/acs-core-docs/www/xml/kernel/bootstrap-acs.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/permissions-design.xml: * packages/acs-core-docs/www/xml/kernel/permissions-requirements.xml: * packages/acs-core-docs/www/xml/kernel/rp-requirements.xml: * packages/acs-core-docs/www/xml/kernel/security-notes.xml: * packages/acs-core-docs/www/xml/kernel/security-requirements.xml: * packages/acs-core-docs/www/xml/kernel/subsites-design.xml: * packages/acs-core-docs/www/xml/kernel/subsites-requirements.xml: * packages/acs-core-docs/www/xml/kernel/tcl-doc.xml: branches: 1.4.2; refactored from external entity to xinclude so that broken files don't kill overall make; added external authentication; brought i18n current; other smaller fixes * packages/acs-core-docs/www/xml/developers-guide/object-identity.xml: * packages/acs-core-docs/www/xml/developers-guide/parties.xml: * packages/acs-core-docs/www/xml/developers-guide/subsites.xml: * packages/acs-core-docs/www/xml/engineering-standards/psgml-mode.xml: * packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml: * packages/acs-core-docs/www/xml/kernel/apm-design.xml: * packages/acs-core-docs/www/xml/kernel/object-system-req.xml: * packages/acs-core-docs/www/xml/kernel/rp-design.xml: * packages/acs-core-docs/www/xml/kernel/security-design.xml: branches: 1.5.2; refactored from external entity to xinclude so that broken files don't kill overall make; added external authentication; brought i18n current; other smaller fixes * packages/acs-core-docs/www/xml/developers-guide/packages.xml: * packages/acs-core-docs/www/xml/developers-guide/templates.xml: * packages/acs-core-docs/www/xml/engineering-standards/design-template.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: * packages/acs-core-docs/www/xml/kernel/apm-requirements.xml: branches: 1.6.2; refactored from external entity to xinclude so that broken files don't kill overall make; added external authentication; brought i18n current; other smaller fixes * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: * packages/acs-core-docs/www/xml/developers-guide/rp.xml: branches: 1.7.2; refactored from external entity to xinclude so that broken files don't kill overall make; added external authentication; brought i18n current; other smaller fixes * packages/acs-core-docs/www/xml/developers-guide/db-api.xml: * packages/acs-core-docs/www/xml/kernel/db-api.xml: branches: 1.8.2; refactored from external entity to xinclude so that broken files don't kill overall make; added external authentication; brought i18n current; other smaller fixes * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: branches: 1.9.2; refactored from external entity to xinclude so that broken files don't kill overall make; added external authentication; brought i18n current; other smaller fixes * 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/apm-design.html: * packages/acs-core-docs/www/apm-requirements.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/compatibility-matrix.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-service-import.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/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/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/i18n-requirements.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/linux-installation.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/maintenance.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/quick.html: * packages/acs-core-docs/www/release-notes.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-design.html: * packages/acs-core-docs/www/security-notes.html: * packages/acs-core-docs/www/security-requirements.html: * packages/acs-core-docs/www/software-versions.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-advanced.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/unix-install.html: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/Makefile: * packages/acs-core-docs/www/xml/developers-guide/cvs.xml: * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: * packages/acs-core-docs/www/xml/developers-guide/objects.xml: * packages/acs-core-docs/www/xml/developers-guide/permissions-tediously-explained-es.xml: * packages/acs-core-docs/www/xml/developers-guide/submissions.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: * packages/acs-core-docs/www/xml/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/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/images/ext-auth.dia: * packages/acs-core-docs/www/xml/images/ext-auth.png: * 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/compatibility.xml: * packages/acs-core-docs/www/xml/install-guide/credits.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: * packages/acs-core-docs/www/xml/install-guide/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/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/red-hat.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: * packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml: * packages/acs-core-docs/www/xml/kernel/object-system-design.xml: * packages/acs-core-docs/www/xml/non-xml/release-notes-4-6-2.html: * packages/acs-core-docs/www/xml/non-xml/release-notes-4-6-3.html: * packages/acs-core-docs/www/xml/openacs.xsl: refactored from external entity to xinclude so that broken files don't kill overall make; added external authentication; brought i18n current; other smaller fixes 2003-08-19 juny * packages/acs-templating/tcl/list-procs.tcl: applied patch 261, to allow access to variables in -pass_properties. applied patch 249, renames level to __level so the multirow with level name element will not conflict 2003-08-18 peterm * packages/acs-subsite/www/admin/index.adp: * packages/acs-subsite/www/admin/index.tcl: * packages/acs-subsite/www/admin/site-map/index.tcl: adding links to internationalization and acs-automated-testing on the admin index page * packages/ref-timezones/sql/postgresql/upgrade/upgrade-0.2d-0.3.sql: adding upgrade script for PG for version 0.3 that we forgot to add previously * packages/acs-admin/www/apm/version-i18n-export.tcl: fixing return_url bug * packages/acs-tcl/tcl/apm-install-procs.tcl: mounting acs-automated-testing as part of a normal OpenACS install * packages/acs-automated-testing/acs-automated-testing.info: setting initial_install_p to t for acs-automated-testing to make it part of acs-core 2003-08-18 lars * packages/acs-lang/www/admin/message-list.adp: * packages/acs-lang/www/admin/message-list.tcl: Added link to export messages * packages/acs-lang/tcl/acs-lang-init.tcl: * packages/acs-lang/tcl/lang-message-procs-oracle.xql: * packages/acs-lang/tcl/lang-message-procs-postgresql.xql: * packages/acs-lang/tcl/test/acs-lang-test-init.tcl: * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: Added queries to deal with descriptions * packages/ref-timezones/ref-timezones.info: Added timezone__convert_to_locale proc for PG * packages/acs-lang/sql/oracle/message-catalog.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-4.7d9-5.0d1.sql: * packages/acs-lang/sql/postgresql/message-catalog.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.7d9-5.0d1.sql: Adding description to message keys * packages/acs-lang/acs-lang.info: Bumping up the version number; had inadvertedly been reset by the APM * packages/acs-lang/tcl/localization-procs.tcl: Clarifying commments on lc_time_fmt ; implementing %Z for lc_time_fmt ; prevent variable interpolation for lc_get * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-catalog-procs.xql: Fixing charsets for message catalog files ; import/export descriptions * packages/acs-lang/tcl/lang-util-procs.tcl: * packages/acs-lang/tcl/lang-util-procs.xql: Fixing formatting ; caching default locale for language * packages/acs-lang/www/change-locale-include.tcl: * packages/acs-lang/www/change-locale-include.xql: Honor the parameter for package level locales * packages/acs-lang/tcl/locale-procs.tcl: * packages/acs-lang/tcl/locale-procs.xql: Implemented accept-language content negotiation ; preserving timezones (used to use client-properties) * packages/acs-lang/tcl/localization-data-init.tcl: branches: 1.14.4; Adding comments to try and make sense of the money formatting data * packages/acs-lang/www/admin/message-usage-include.tcl: branches: 1.3.4; Clarified the comment * packages/acs-lang/tcl/lang-message-procs.xql: branches: 1.7.2; Added queries to deal with descriptions * packages/ref-timezones/sql/postgresql/ref-timezones-create.sql: branches: 1.8.2; Added timezone__convert_to_locale proc for PG 2003-08-16 daveb * tcl/openacsorg-init.tcl: * tcl/polyxena-procs.tcl: Adding openacs.org specific init tcl files. * tcl/openacsorg-init.tcl: Fix paths to ETP templates which are now outside the pageroot. * www/login-status.adp: * www/login-status.tcl: Moved login status to /templates outside of pageroot. * tcl/openacsorg-init.tcl: branches: 1.1.2; file openacsorg-init.tcl was initially added on branch openacs-org. * tcl/polyxena-procs.tcl: branches: 1.1.2; file polyxena-procs.tcl was initially added on branch openacs-org. 2003-08-15 peterm * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/oracle/community-core-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.7.2d-5.0d.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-5.0d-5.0d2.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/community-core-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.7.2d-5.0d.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-5.0d-5.0d2.sql: adding locale and timezone to user_preferences table. Adding default_locale to apm_packages table * packages/acs-api-browser/www/proc-view.adp: adding noquote to errmsg adp var * packages/acs-bootstrap-installer/bootstrap.tcl: change by Lars so that aa_register_case can be put in -procs.tcl files * packages/acs-admin/www/apm/version-i18n-export.adp: * packages/acs-admin/www/apm/version-i18n-export.tcl: * packages/acs-admin/www/apm/version-i18n.adp: * packages/acs-admin/www/apm/version-view.tcl: making export of I18N messages have a confirm page. Adding noquote to html adp vars * packages/acs-automated-testing/tcl/aa-test-init.tcl: * packages/acs-automated-testing/tcl/aa-test-procs.tcl: * packages/acs-automated-testing/www/admin/index.adp: * packages/acs-automated-testing/www/admin/testcase.adp: making sure test cases (aa_register_case) can be put in -procs.tcl files. Giving failed tests more highlighting with red background and bold text 2003-08-15 lars * packages/acs-lang/www/admin/edit-localized-message.adp: * packages/acs-lang/www/admin/edit-localized-message.tcl: Added delete link to edit-localized-message page * packages/acs-lang/www/admin/edit-description.tcl: * packages/acs-lang/www/admin/edit-description.xql: * packages/acs-lang/www/admin/message-list.adp: * packages/acs-lang/www/admin/message-list.tcl: * packages/acs-lang/www/admin/message-search.adp: * packages/acs-lang/www/admin/package-list.adp: Added feature to delete message * packages/acs-lang/tcl/lang-message-procs.tcl: Fixed bug #4: locale fallback * packages/acs-lang/www/admin/message-usage-include.tcl: Show usage of localization-keys (lc_get) * packages/acs-lang/www/admin/message-delete.adp: * packages/acs-lang/www/admin/message-delete.tcl: branches: 1.1.2; Added feature to delete message * packages/acs-lang/www/admin/locale-delete.adp: branches: 1.8.18; Added feature to delete message 2003-08-15 frankn * packages/acs-subsite/www/pvt/unsubscribe.adp: A pair of noquote fixes for www/pvt/unsubscribe.adp * 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.en_US.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.fi_FI.ISO-8859-15.xml: * packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ko_KR.EUC-KR.xml: * packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pl_PL.ISO-8859-2.xml: * packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml: * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/pvt/home.tcl: * packages/acs-subsite/www/pvt/set-on-vacation-to-null.adp: * packages/acs-subsite/www/pvt/set-on-vacation-until.adp: * packages/acs-subsite/www/pvt/unsubscribe.adp: * packages/acs-subsite/www/register/awaiting-approval.adp: * packages/acs-subsite/www/register/awaiting-email-verification.adp: * packages/acs-subsite/www/register/bad-password.adp: * packages/acs-subsite/www/register/bad-password.tcl: * packages/acs-subsite/www/register/banned-user.adp: * packages/acs-subsite/www/register/deleted-user.adp: * packages/acs-subsite/www/register/email-confirm.adp: * packages/acs-subsite/www/register/email-password-2.adp: * packages/acs-subsite/www/register/email-password-3.adp: * packages/acs-subsite/www/register/email-password.adp: * packages/acs-subsite/www/register/explain-persistent-cookies.adp: * packages/acs-subsite/www/register/index.adp: * packages/acs-subsite/www/register/index.tcl: * packages/acs-subsite/www/register/login-expired.adp: * packages/acs-subsite/www/register/restore-user.adp: * packages/acs-subsite/www/register/user-new-2.adp: * packages/acs-subsite/www/register/user-new.adp: * packages/acs-subsite/www/shared/community-member.adp: * packages/acs-subsite/www/shared/community-member.tcl: * packages/acs-subsite/www/shared/confirm.adp: * packages/acs-subsite/www/shared/db-error.adp: * packages/acs-subsite/www/shared/index.tcl: * packages/acs-subsite/www/shared/iso-codes-no-exist.adp: * packages/acs-subsite/www/shared/iso-codes.adp: * packages/acs-subsite/www/shared/portrait.adp: * packages/acs-subsite/www/shared/report-error.adp: * packages/acs-subsite/www/shared/whos-online.adp: * packages/acs-subsite/www/shared/whos-online.tcl: * packages/acs-subsite/www/user/basic-info-update-2.tcl: * packages/acs-subsite/www/user/basic-info-update.adp: * packages/acs-subsite/www/user/password-update.adp: * packages/acs-subsite/www/user/portrait/comment-edit-2.tcl: * packages/acs-subsite/www/user/portrait/index.adp: * packages/acs-subsite/www/user/portrait/index.tcl: * packages/acs-subsite/www/user/portrait/upload-2.tcl: Patch #139: A bunch of fixes and nitpicks to improve the subsite awareness of the acs-subsite package, and improve support for ad_context_bar. Note that fixes needed in acs-subsite/www/admin and /permissions are not included, and that there is still quite a bit of I18N work to be done in acs-subsite. * packages/acs-subsite/www/user/portrait/upload.tcl: branches: 1.3.4; Patch #139: A bunch of fixes and nitpicks to improve the subsite awareness of the acs-subsite package, and improve support for ad_context_bar. Note that fixes needed in acs-subsite/www/admin and /permissions are not included, and that there is still quite a bit of I18N work to be done in acs-subsite. * packages/acs-subsite/www/shared/portrait.tcl: branches: 1.5.4; Patch #139: A bunch of fixes and nitpicks to improve the subsite awareness of the acs-subsite package, and improve support for ad_context_bar. Note that fixes needed in acs-subsite/www/admin and /permissions are not included, and that there is still quite a bit of I18N work to be done in acs-subsite. 2003-08-14 peterm * packages/acs-lang/tcl/locale-procs.tcl: * packages/acs-lang/tcl/locale-procs.xql: * packages/acs-lang/tcl/test/acs-lang-test-init.tcl: * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: honoring the accept-language HTTP header in the locale negotiation (right before we resort to system locale). Lars added test case for system package setting * packages/acs-tcl/tcl/apm-procs.tcl: making sure watches for test Tcl procs works (type test_procs). Doubtful whether these procs (residing in tcl/test/*-procs.tcl) should be their own apm file type 2003-08-14 lars * packages/acs-lang/www/admin/audit-include.adp: * packages/acs-lang/www/admin/audit-include.tcl: * packages/acs-lang/www/admin/batch-editor-oracle.xql: * packages/acs-lang/www/admin/batch-editor-postgresql.xql: * packages/acs-lang/www/admin/batch-editor.tcl: * packages/acs-lang/www/admin/display-grouped-messages.adp: * packages/acs-lang/www/admin/display-grouped-messages.tcl: * packages/acs-lang/www/admin/display-localized-messages.adp: * packages/acs-lang/www/admin/display-localized-messages.tcl: * packages/acs-lang/www/admin/edit-description.tcl: * packages/acs-lang/www/admin/edit-description.xql: * packages/acs-lang/www/admin/edit-localized-message.adp: * packages/acs-lang/www/admin/edit-localized-message.tcl: * packages/acs-lang/www/admin/index.adp: * packages/acs-lang/www/admin/index.tcl: * packages/acs-lang/www/admin/locale-delete-confirm.adp: * packages/acs-lang/www/admin/locale-delete.adp: * packages/acs-lang/www/admin/locale-delete.tcl: * packages/acs-lang/www/admin/locale-edit.tcl: * packages/acs-lang/www/admin/locale-make-default.tcl: * packages/acs-lang/www/admin/locale-new.adp: * packages/acs-lang/www/admin/locale-new.tcl: * packages/acs-lang/www/admin/locale-set-enabled-p.tcl: * packages/acs-lang/www/admin/locales-tabs.tcl: * packages/acs-lang/www/admin/locales.adp: * packages/acs-lang/www/admin/locales.tcl: * packages/acs-lang/www/admin/localized-message-new-2.adp: * packages/acs-lang/www/admin/localized-message-new.adp: * packages/acs-lang/www/admin/localized-message-new.tcl: * packages/acs-lang/www/admin/localized-messages.adp: * packages/acs-lang/www/admin/localized-messages.tcl: * packages/acs-lang/www/admin/lookups.adp: * packages/acs-lang/www/admin/lookups.tcl: * packages/acs-lang/www/admin/master.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/message-search.adp: * packages/acs-lang/www/admin/message-search.tcl: * packages/acs-lang/www/admin/message-usage-include.adp: * packages/acs-lang/www/admin/message-usage-include.tcl: * packages/acs-lang/www/admin/package-list.adp: * packages/acs-lang/www/admin/package-list.tcl: * packages/acs-lang/www/admin/set-system-timezone.adp: * packages/acs-lang/www/admin/set-system-timezone.tcl: Cleaned up the UI * packages/acs-lang/www/admin/message-list-postgresql.xql: branches: 1.1.2; Cleaned up the UI * packages/acs-lang/www/admin/edit-description.adp: branches: 1.1.4; Cleaned up the UI * packages/acs-lang/www/admin/batch-editor.adp: branches: 1.5.4; Cleaned up the UI * packages/acs-lang/www/admin/locale-edit.adp: branches: 1.7.18; Cleaned up the UI 2003-08-14 frankn * packages/acs-tcl/tcl/navigation-procs.tcl: Patch #137: Adding a new parameter, -from_node, to the context bar. * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/security-procs.tcl: Patch #138: Various fixes to ensure people can be 'immersed' in a subsite. Please see the patch description for all details. 2003-08-13 peterm * packages/acs-templating/tcl/util-procs.tcl: making all written and read files of the templating system (adp and tcl files) be in the charset of the AOLserver OutputCharset parameter 2003-08-12 joela * packages/acs-lang/www/doc/index.xml: *** empty log message *** 2003-08-12 janines * packages/notifications/tcl/notification-email-procs.tcl: used wrong function in last submission - should have been string first, not string match. Doh\! 2003-08-11 lars * packages/acs-lang/sql/oracle/message-catalog.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-4.7d9-5.0d1.sql: * packages/acs-lang/sql/postgresql/message-catalog.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.7d9-5.0d1.sql: 1. Comments on messages 2. Rename lang_messages_audit.message to old_message * packages/acs-lang/tcl/localization-procs-oracle.xql: * packages/acs-lang/tcl/localization-procs-postgresql.xql: * packages/acs-lang/tcl/localization-procs.tcl: Added procs lc_time_conn_to_system and lc_time_system_to_conn * packages/acs-lang/www/admin/set-system-timezone.adp: Clarified the page logic * packages/acs-lang/tcl/lang-audit-procs.tcl: * packages/acs-lang/www/admin/audit-include.adp: * packages/acs-lang/www/admin/audit-include.tcl: * packages/acs-lang/www/admin/edit-localized-message.adp: * packages/acs-lang/www/admin/edit-localized-message.tcl: Comments on messages * packages/acs-lang/tcl/acs-lang-init.tcl: * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-message-procs.tcl: Do the database-to-memory caching on startup without serving pages until that's done. Syncing from message catalog files can be done later * packages/acs-lang/www/admin/lookups.adp: * packages/acs-lang/www/admin/lookups.tcl: Pulled out message key usage lookup to a separate page, so it doesn't take so long to display the edit-locatlized-message page * packages/acs-lang/tcl/lang-audit-procs-oracle.xql: branches: 1.2.2; Comments on messages * packages/acs-lang/tcl/lang-audit-procs-postgresql.xql: branches: 1.3.2; Comments on messages 2003-08-10 lars * packages/acs-templating/resources/lists/table.adp: * packages/acs-templating/tcl/list-procs.tcl: Added -html switch to list builder to let you add HTML attributes to the TABLE tag * packages/acs-templating/tcl/list-procs.tcl: Added -orderby_name switch to let you specify a name for the orderby filter for your list * packages/acs-templating/tcl/list-procs.tcl: Added documentation for the -orderby switch to template::list::orderby_clause * packages/acs-templating/tcl/list-procs.tcl: Properly quoting values in CSV file * packages/acs-templating/tcl/list-procs.tcl: Typo in spelling of checkbox_name in the API doc. 2003-08-08 simonc * packages/acs-kernel/sql/oracle/acs-permissions-create.sql: removed what looks like a copy-and-pase mistake at the end of the script 2003-08-08 rmello * packages/acs-subsite/www/register/user-new-2.tcl: - In the user registration, leaving url empty yields an error. It shouldn't, since it's optional. Fixed. 2003-08-08 peterm * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: adding the british locale * packages/acs-lang/catalog/acs-lang.ast_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.ISO-8859-7.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_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.fi_FI.ISO-8859-15.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.it_IT.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ja_JP.Shift_JIS.xml: * packages/acs-lang/catalog/acs-lang.ko_KR.EUC-KR.xml: * packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.pl_PL.ISO-8859-2.xml: * packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ru_RU.windows-1251.xml: * packages/acs-lang/catalog/acs-lang.sh_HR.ISO-8859-5.xml: * packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.tr_TR.ISO-8859-9.xml: * packages/acs-lang/catalog/acs-lang.zh_TW.Big5.xml: * packages/acs-lang/tcl/localization-data-init.tcl: * packages/acs-lang/tcl/localization-procs.tcl: changing localization data to be stored in the message catalog instead of in an nsv array so that those values can be set via a web interface instead of having to update a file 2003-08-08 lars * packages/acs-lang/acs-lang.info: * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-4.7d9-5.0d1.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/message-catalog.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.7d9-5.0d1.sql: * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-message-procs.xql: * packages/acs-lang/tcl/locale-procs-postgresql.xql: * packages/acs-lang/tcl/locale-procs.tcl: * packages/acs-lang/tcl/localization-procs-postgresql.xql: * packages/acs-lang/www/admin/batch-editor-oracle.xql: * packages/acs-lang/www/admin/batch-editor-postgresql.xql: * packages/acs-lang/www/admin/batch-editor.adp: * packages/acs-lang/www/admin/batch-editor.tcl: * packages/acs-lang/www/admin/display-grouped-messages.adp: * packages/acs-lang/www/admin/display-grouped-messages.tcl: * packages/acs-lang/www/admin/display-localized-messages.adp: * packages/acs-lang/www/admin/display-localized-messages.tcl: * packages/acs-lang/www/admin/edit-localized-message.tcl: * packages/acs-lang/www/admin/index.adp: * packages/acs-lang/www/admin/locale-delete-confirm.adp: * packages/acs-lang/www/admin/locale-delete.adp: * packages/acs-lang/www/admin/locale-delete.tcl: * packages/acs-lang/www/admin/locale-edit.adp: * packages/acs-lang/www/admin/locale-edit.tcl: * packages/acs-lang/www/admin/locale-make-default.tcl: * packages/acs-lang/www/admin/locale-set-enabled-p.tcl: * packages/acs-lang/www/admin/locales.adp: * packages/acs-lang/www/admin/locales.tcl: * packages/acs-lang/www/admin/localized-message-new.tcl: * packages/acs-lang/www/admin/localized-messages.adp: * packages/acs-lang/www/admin/master.adp: * packages/acs-lang/www/admin/message-search-oracle.xql: * packages/acs-lang/www/admin/message-search-postgresql.xql: * packages/acs-lang/www/admin/message-search.adp: * packages/acs-lang/www/admin/message-search.tcl: * packages/acs-lang/www/admin/set-system-timezone-postgresql.xql: * packages/acs-lang/www/admin/set-system-timezone.adp: * packages/acs-lang/www/admin/set-system-timezone.tcl: * packages/acs-lang/www/change-locale-include.tcl: * packages/acs-lang/www/doc/i18n-requirements.html: 1. Added search for words in messages feature. 2. Added locale enable/disable feature 3. Cleaned up translation UI 4. Improved batch message edit 2003-08-07 simonc * packages/acs-tcl/tcl/00-database-procs.tcl: changed write to puts, changed @tmpnam to .tcl 2003-08-07 rmello * packages/acs-templating/www/doc/tagref/include-optional.html: - Commiting include-optional's documentation from HEAD. * packages/acs-templating/www/doc/tagref/index.html: * packages/acs-templating/www/doc/tagref/switch.html: Added documentation for the <switch> tag. * packages/acs-templating/www/doc/tagref/index.html: * packages/acs-templating/www/doc/tagref/switch.html: Oh darn it. Looks like the documentation for the <switch> tag was already in HEAD, but I didn't notice it. So the time spent in writing the darn thing was in vain. Backporting the switch docs from HEAD to oacs-4-6 (includes some other things, like documentation for include-optional). 2003-08-07 lars * packages/acs-templating/tcl/parse-procs.tcl: Use template named foo.locale.adp over foo.adp if it exists (e.g. index.da_DK.adp) 2003-08-06 lars * packages/acs-admin/www/apm/packages-install-4.tcl: If installation of one packages fails, bail out of installing any other packages. Not a great solution, but better than just continuing 2003-08-06 donb * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.5-4.6.6.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.5-4.6.6.sql: "Registered users" had a join policy of "open", which meant a user could visit the join group registration page manually and turn user_id 0 (the public) into a registered user. Bad ... 2003-08-05 simonc * packages/notifications/tcl/notification-reply-procs.tcl: changed string range from 100 to 99 2003-08-04 simonc * packages/notifications/tcl/notification-reply-procs.tcl: Truncate subject to 100 chars before sticking it into the database, because the column for some obscure reason is limited to 100 chars. 2003-08-02 rmello * packages/acs-admin/www/users/one.adp: * packages/acs-admin/www/users/one.tcl: - Merge "Warn if site-wide admin" fix to HEAD. * packages/acs-subsite/www/permissions/one-oracle.xql: * packages/acs-subsite/www/permissions/one-postgresql.xql: * packages/acs-subsite/www/permissions/one.tcl: - Merge "do not allow admin to remove read from the main site" fix to HEAD. * packages/acs-subsite/www/permissions/one-oracle.xql: * packages/acs-subsite/www/permissions/one-postgresql.xql: * packages/acs-subsite/www/permissions/one.tcl: - Prevent admin from being able to revoke read perms from the public and locking him/herself out. Closes: #39 * packages/acs-admin/www/users/one.adp: * packages/acs-admin/www/users/one.tcl: - Warn the user if the requested user is a site-wide admin, to prevent the user from being banned/deleted. 2003-08-02 donb * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: Added Brad's patches 237 and 238 ... 2003-07-30 janines * packages/notifications/tcl/notification-email-procs.tcl: block another obvious autoresponder * packages/acs-subsite/www/user/basic-info-update-oracle.xql: branches: 1.1.2; file basic-info-update-oracle.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/user/basic-info-update-postgresql.xql: branches: 1.1.2; file basic-info-update-postgresql.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/user/basic-info-update-oracle.xql: * packages/acs-subsite/www/user/basic-info-update-postgresql.xql: * packages/acs-subsite/www/user/basic-info-update.adp: * packages/acs-subsite/www/user/basic-info-update.tcl: * packages/acs-subsite/www/user/portrait/index.adp: * packages/acs-subsite/www/user/portrait/index.tcl: clean up portrait code 2003-07-28 olah * packages/acs-content-repository/tcl/item-procs.tcl: Changed arg order of item::get_url. Fixes bug 685 Janine Sisk. 2003-07-25 rmello * packages/acs-tcl/tcl/form-processing-procs.tcl: - Guess I forgot a couple switches. Added to documentation. - Also added an explanation for the -validate block. - Copied a snippet about -extend from HEAD. * packages/acs-tcl/tcl/form-processing-procs.tcl: - Updated ad_form's documentation with all the switches it currently supports. - Added clarifications about the -on_request and -on_submit blocks. - Added note telling the user s/he must get familiar with the ATS to be able to the ad_form effectively. 2003-07-22 vinodk * packages/acs-core-docs/www/xml/install-guide/other-software.xml: - updated to reflect fact that package installer now only shows 1 checkbox instead of 2. 2003-07-21 rmello * packages/acs-tcl/tcl/request-processor-procs.tcl: - Added comment and @see about rp_form_put to rp_internal_redirect. * packages/acs-tcl/tcl/request-processor-procs.tcl: Merged to HEAD. 2003-07-20 vinodk * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/openacs.xsl: - added location of debian's chunk.xsl to openacs.xsl (commented out) - typo fix from Steffen Christensen 2003-07-20 donb * packages/acs-tcl/tcl/apm-install-procs.tcl: I sped up the code Peter Marklund wrote to automatically resolve package dependencies (so you don't need to check off every package you need) by, oh, a couple of orders of magnitude for large dependency lists. This code could be cleaned up a *log* and probably made faster as a result but I'm satisified with this speed-up for now. 2003-07-19 rmello * packages/acs-templating/tcl/widget-procs.tcl: - Added @see line for template::util::richtext. What I'm wondering is why did Lars put it in template::util::richtext instead of template::widget::richtext, and if it doesn't show up in template::widget, how does it find it? Another chapter of "OpenACS Secrets Revealed". 2003-07-18 olah * packages/acs-bootstrap-installer/installer.tcl: Add missing form closing tag. bug 546 patch 196 Vinod Kurup 2003-07-18 donb * packages/ref-timezones/sql/postgresql/01-timezone-rules.ctl: Forgot to change data control file to reference this package rather than my test package ... 2003-07-17 rmello * packages/acs-api-browser/www/plsql-subprograms-all-postgresql.xql: - Changed query to use pg_user instead of pg_shadow. Patch 235 by Gabriel Durca. * packages/acs-admin/www/users/complex-search.tcl: * packages/acs-api-browser/www/plsql-subprograms-all-postgresql.xql: - Merged to HEAD. * packages/acs-admin/www/users/complex-search.tcl: - Remove upper from order by to make it work under PG 7.3. Bug 598, patch 223 by Gabriel Durca. Thanks. 2003-07-17 donb * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.7.2d-5.0d.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.7.2d-5.0d.sql: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/ref-countries/sql/common/countries.dat: * packages/ref-countries/sql/common/ref-country-data.sql: * packages/ref-countries/sql/oracle/00-countries.ctl: * packages/ref-countries/sql/oracle/ref-countries-create.sql: * packages/ref-countries/sql/postgresql/00-countries.ctl: * packages/ref-countries/sql/postgresql/ref-countries-create.sql: * packages/ref-language/sql/common/ref-language-data.sql: * 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-timezones/sql/common/ref-timezones-data.sql: * packages/ref-timezones/sql/common/ref-timezones-rules.sql: * packages/ref-timezones/sql/common/timezone-rules.csv: * packages/ref-timezones/sql/common/timezone-rules.dat: * packages/ref-timezones/sql/common/timezones.csv: * packages/ref-timezones/sql/common/timezones.dat: * packages/ref-timezones/sql/oracle/00-timezones.ctl: * packages/ref-timezones/sql/postgresql/00-timezones.ctl: * packages/ref-timezones/sql/postgresql/01-timezone-rules.ctl: Decided that assuming SQL data files are CSV-formatted files is a bad idea after running into a package that embeds comments in its data! Changed from .csv to .dat and all that implies. Still more testing to do... * packages/ref-language/sql/common/languages.dat: branches: 1.1.2; Decided that assuming SQL data files are CSV-formatted files is a bad idea after running into a package that embeds comments in its data! Changed from .csv to .dat and all that implies. Still more testing to do... * packages/ref-timezones/sql/oracle/01-timezone-rules.ctl: branches: 1.2.16; Decided that assuming SQL data files are CSV-formatted files is a bad idea after running into a package that embeds comments in its data! Changed from .csv to .dat and all that implies. Still more testing to do... 2003-07-16 rmello * packages/acs-templating/tcl/element-procs.tcl: - Added documentation to the -validate switch of template:::element::create noting that the special variable $value is what should be used. * packages/acs-templating/tcl/element-procs.tcl: - Merged changes from oacs-4-6 into HEAD. 2003-07-16 donb * packages/acs-admin/www/apm/packages-install-3.tcl: * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.7.2d-5.0d.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.7.2d-5.0d.sql: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: Added code to allow loading of data for packages like ref-timezones with SQL*Loader or PostgreSQL's COPY command. * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: Another oh-so-inevitable typo. * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: Had to make SQL data load control files be db-specific (duh) * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: Oops tyop crept in. * packages/ref-timezones/sql/oracle/ref-timezones-create.sql: Removed references to the old INSERT data initialization files in the oracle version. * packages/ref-timezones/sql/common/00-timezones.csv: * packages/ref-timezones/sql/common/01-timezone-rules.csv: * packages/ref-timezones/sql/common/timezone-rules.csv: * packages/ref-timezones/sql/common/timezones.csv: * packages/ref-timezones/sql/oracle/00-timezones.ctl: * packages/ref-timezones/sql/oracle/01-timezone-rules.ctl: * packages/ref-timezones/sql/postgresql/00-timezones.ctl: * packages/ref-timezones/sql/postgresql/01-timezone-rules.ctl: * packages/ref-timezones/sql/postgresql/ref-timezones-create.sql: Switching to the use of PostgreSQL's COPY command and Oracle's SQL*Loader to load the data for this package. Much, much faster than a bazillion INSERT statements. 2003-07-15 lars * packages/notifications/tcl/notification-email-procs.tcl: Re-introduced my change to 1.9.2.5, which Janine inadvertedly overwrote with her 1.9.2.6 change * packages/acs-tcl/tcl/site-nodes-procs.tcl: site_node::rename: remove old cache entries, so we don't serve up the site-node at the old URL 2003-07-15 donb * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.7.2d-5.0d.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.7.2d-5.0d.sql: Added csv_data as a package file type ... * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.7.2d-5.0d.sql: Fixed typo oops! 2003-07-14 peterm * packages/acs-lang/tcl/localization-data-init.tcl: adding italian locale 2003-07-14 lars * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.xql: - Added site_node::rename proc - Enhanced get_children so it can return a specific element from the site_node array structure, e.g. node_id, instead of the url. * packages/acs-subsite/tcl/application-group-procs.tcl: * packages/acs-subsite/tcl/application-group-procs.xql: Added a hack to delete permissions for the application group, so we can delete the group when deleting the subsite instance. We really ought to make permissions cascade. but that's a much bigger fix. * packages/acs-tcl/tcl/form-processing-procs.tcl: Added support for has_submit switch to forms * packages/acs-templating/tcl/form-procs.tcl: Clear the formerror array first, otherwise there are conflicts with multiple forms on one page * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fixed stupid typo. * packages/acs-subsite/tcl/subsite-procs.tcl: Show us on the members tab for all pages under /members/ 2003-07-13 donb * packages/ref-timezones/sql/common/00-timezones.csv: * packages/ref-timezones/sql/common/01-timezone-rules.csv: * packages/ref-timezones/sql/common/ref-timezones-data.csv: * packages/ref-timezones/sql/common/ref-timezones-rules.csv: Moved csv files to match naming scheme that makes it easy to load in both PG and Oracle - dd-table-name.csv where dd is the sequence number, used to control the order in which table data is loaded. 2003-07-12 donb * packages/acs-bootstrap-installer/installer/install-data-model.tcl: * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: 1. removed some errant log statemets previously inserted when debugging 2. sql/common/*sql files weren't being displayed by the APM, are now 3. added index on start_date in timespan-create after user reported very slow calendar queries in .LRN * packages/acs-kernel/sql/postgresql/utilities-create.sql: branches: 1.3.2; 1. removed some errant log statemets previously inserted when debugging 2. sql/common/*sql files weren't being displayed by the APM, are now 3. added index on start_date in timespan-create after user reported very slow calendar queries in .LRN 2003-07-10 lars * packages/acs-templating/tcl/list-procs.tcl: 1. Added documentation for where_clause and where_clause_eval 2. Added support for DefaultListFilterStyle parameter * packages/acs-templating/acs-templating.info: Added DefaultListFilterStyle parameter * packages/acs-templating/resources/lists/inline-filters.adp: Added inline-filters style * www/lists.css: Added styles for the inline-filter * packages/acs-templating/resources/lists/inline-filters.adp: branches: 1.1.2; file inline-filters.adp was initially added on branch oacs-4-6. 2003-07-09 lars * packages/acs-templating/tcl/list-procs.tcl: Added switch -key to template::list::page_where_clause 2003-07-07 peterm * packages/acs-admin/www/index.tcl: * packages/acs-admin/www/package/index.vuh: * packages/acs-tcl/tcl/request-processor-procs.tcl: changing name of sitewide admin dir from sw-admin to sitewide-admin 2003-07-07 olah * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/content-template.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.5-4.7d6.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.7d1-4.7d6.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.5-4.7d6.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.7d1-4.7d6.sql: * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-content-repository/tcl/item-procs-oracle.xql: * packages/acs-content-repository/tcl/item-procs-postgresql.xql: * packages/acs-content-repository/tcl/item-procs.tcl: * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-content-repository/www/index.vuh: 1. I made it possible to let content_template.new(), and its PG equivalent, create a revision of the template by simply providing the template in the 'text' param. 2. Bug-fixed content::init, content::get_content and some other procs related to the index.vuh in the CR. Virtual URLs are now more or less supported for items of any content type if they have a content template associated with them. If a content item associates a template to it (by registering it), it will have precedence over the type's template. It will transparently act as a default, in other words. * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: Added Oracle suport to db_blob_get. Changed site_node_closest_ancestor_package so that it takes a list of keys. * packages/acs-content-repository/tcl/filter-procs.xql: branches: 1.4.4; 1. I made it possible to let content_template.new(), and its PG equivalent, create a revision of the template by simply providing the template in the 'text' param. 2. Bug-fixed content::init, content::get_content and some other procs related to the index.vuh in the CR. Virtual URLs are now more or less supported for items of any content type if they have a content template associated with them. If a content item associates a template to it (by registering it), it will have precedence over the type's template. It will transparently act as a default, in other words. * packages/acs-content-repository/tcl/filter-procs-oracle.xql: branches: 1.7.4; 1. I made it possible to let content_template.new(), and its PG equivalent, create a revision of the template by simply providing the template in the 'text' param. 2. Bug-fixed content::init, content::get_content and some other procs related to the index.vuh in the CR. Virtual URLs are now more or less supported for items of any content type if they have a content template associated with them. If a content item associates a template to it (by registering it), it will have precedence over the type's template. It will transparently act as a default, in other words. * packages/acs-content-repository/sql/postgresql/content-template.sql: branches: 1.9.2; 1. I made it possible to let content_template.new(), and its PG equivalent, create a revision of the template by simply providing the template in the 'text' param. 2. Bug-fixed content::init, content::get_content and some other procs related to the index.vuh in the CR. Virtual URLs are now more or less supported for items of any content type if they have a content template associated with them. If a content item associates a template to it (by registering it), it will have precedence over the type's template. It will transparently act as a default, in other words. * packages/acs-content-repository/tcl/filter-procs-postgresql.xql: branches: 1.9.4; 1. I made it possible to let content_template.new(), and its PG equivalent, create a revision of the template by simply providing the template in the 'text' param. 2. Bug-fixed content::init, content::get_content and some other procs related to the index.vuh in the CR. Virtual URLs are now more or less supported for items of any content type if they have a content template associated with them. If a content item associates a template to it (by registering it), it will have precedence over the type's template. It will transparently act as a default, in other words. 2003-07-06 lars * www/blank-master.adp: * www/blank-master.tcl: * www/default-master.adp: * www/default-master.tcl: * www/lists.css: 1. Split up default-master into blank-master and default-master; 2. Added a lists.css stylesheet for list-builder lists. * packages/acs-subsite/www/group-master.css: Added a few rules for the configuration pages * www/blank-master.adp: branches: 1.1.2; file blank-master.adp was initially added on branch oacs-4-6. * www/blank-master.tcl: branches: 1.1.2; file blank-master.tcl was initially added on branch oacs-4-6. * www/lists.css: branches: 1.1.2; file lists.css was initially added on branch oacs-4-6. 2003-07-04 lars * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-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-4.6.5-4.6.6.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/groups-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.5-4.6.6.sql: 1. Made object_id 0 be a user instead of a person; 2. Created a rel_type 'admin_rel' and corresponding role 'admin'. * packages/acs-subsite/www/admin/applications/application-add-oracle.xql: * packages/acs-subsite/www/admin/applications/application-add-postgresql.xql: * packages/acs-subsite/www/admin/applications/application-add.adp: * packages/acs-subsite/www/admin/applications/application-add.tcl: * packages/acs-subsite/www/admin/applications/application-add.xql: * packages/acs-subsite/www/admin/applications/application-delete.tcl: * packages/acs-subsite/www/admin/applications/index.adp: * packages/acs-subsite/www/admin/applications/index.tcl: Added applications section * packages/acs-content-repository/tcl/keyword-procs-oracle.xql: * packages/acs-content-repository/tcl/keyword-procs-postgresql.xql: * packages/acs-content-repository/tcl/keyword-procs.tcl: * packages/acs-content-repository/tcl/keyword-procs.xql: Added delete, get_options_flat, and get_children procs * packages/acs-subsite/www/group-master.adp: * packages/acs-subsite/www/group-master.css: * packages/acs-subsite/www/group-master.tcl: Added group-master master template * packages/acs-subsite/www/groups-oracle.xql: * packages/acs-subsite/www/groups-postgresql.xql: * packages/acs-subsite/www/groups.adp: * packages/acs-subsite/www/groups.tcl: Added groups page to list subsites under this node * packages/acs-subsite/www/members/index.adp: * packages/acs-subsite/www/members/index.tcl: * packages/acs-subsite/www/members/make-admin.tcl: * packages/acs-subsite/www/members/make-member.tcl: * packages/acs-subsite/www/members/member-invite-oracle.xql: * packages/acs-subsite/www/members/member-invite-postgresql.xql: * packages/acs-subsite/www/members/member-invite.adp: * packages/acs-subsite/www/members/member-invite.tcl: * packages/acs-subsite/www/members/member-remove.tcl: * packages/acs-subsite/www/members/user-new.adp: * packages/acs-subsite/www/members/user-new.tcl: Added members directory to subsite * packages/acs-templating/tcl/list-procs.tcl: Added page_flush_p switch * packages/acs-subsite/www/admin/configure.adp: * packages/acs-subsite/www/admin/configure.tcl: * packages/acs-subsite/www/admin/parameters-oracle.xql: * packages/acs-subsite/www/admin/parameters-postgresql.xql: * packages/acs-subsite/www/admin/parameters.adp: * packages/acs-subsite/www/admin/parameters.tcl: Added parameters page and configure page * packages/acs-subsite/www/admin/permissions-user-add.adp: * packages/acs-subsite/www/admin/permissions-user-add.tcl: * packages/acs-subsite/www/admin/permissions.adp: * packages/acs-subsite/www/admin/permissions.tcl: Added permissions page to easily set permissions for the subsite * packages/acs-tcl/tcl/community-core-procs.tcl: Added proc to find out if a user is a site-wide admin * packages/acs-subsite/tcl/group-procs-oracle.xql: * packages/acs-subsite/tcl/group-procs-postgresql.xql: * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/tcl/group-procs.xql: Added proc to get options for rel types for a group * packages/acs-subsite/www/permissions/perm-include-oracle.xql: * packages/acs-subsite/www/permissions/perm-include-postgresql.xql: * packages/acs-subsite/www/permissions/perm-include.adp: * packages/acs-subsite/www/permissions/perm-include.tcl: * packages/acs-subsite/www/permissions/perm-modify-oracle.xql: * packages/acs-subsite/www/permissions/perm-modify-postgresql.xql: * packages/acs-subsite/www/permissions/perm-modify.tcl: * packages/acs-subsite/www/permissions/perm-modify.xql: * packages/acs-subsite/www/permissions/perm-user-add-2-oracle.xql: * packages/acs-subsite/www/permissions/perm-user-add-2-postgresql.xql: * packages/acs-subsite/www/permissions/perm-user-add-2.tcl: * 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.adp: * packages/acs-subsite/www/permissions/perm-user-add-include.tcl: * packages/acs-subsite/www/permissions/perm-user-add.adp: * packages/acs-subsite/www/permissions/perm-user-add.tcl: Added simple includeable permissions widget * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/sql/oracle/application-groups-create.sql: * packages/acs-subsite/sql/oracle/upgrade/upgrade-4.6.4.1-4.6.4.2.sql: * packages/acs-subsite/sql/postgresql/application-groups-create.sql: * packages/acs-subsite/sql/postgresql/upgrade/upgrade-4.6.4.1-4.6.4.2.sql: * packages/acs-subsite/tcl/subsite-procs.tcl: Adds 'admin_rel' to permissible rel-types for application groups * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/register/user-new.adp: Focus on first form element * packages/acs-tcl/tcl/form-processing-procs.tcl: Made ad_form not need to have an explicit list of form element switches available by simply removing the entire switch statement, since it always did the same, anyway * packages/acs-subsite/www/admin/site-map/application-new.tcl: Made instance_name optional * packages/acs-admin/www/index.tcl: * packages/acs-admin/www/package/index.vuh: Made pacckage-key/www/sw-admin directory available under /acs-admin * packages/acs-templating/tcl/paginator-procs.tcl: Removed TODO that's done * packages/acs-tcl/tcl/request-processor-procs.tcl: Require site-wide admin rights to view pages under pacakge-key/www/sw-admin directory * packages/acs-subsite/www/user/basic-info-update.tcl: Use person::get_bio API. * packages/acs-subsite/www/admin/applications/application-add-oracle.xql: branches: 1.1.2; file application-add-oracle.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/applications/application-add-postgresql.xql: branches: 1.1.2; file application-add-postgresql.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/applications/application-add.adp: branches: 1.1.2; file application-add.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/applications/application-add.tcl: branches: 1.1.2; file application-add.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/applications/application-add.xql: branches: 1.1.2; file application-add.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/applications/application-delete.tcl: branches: 1.1.2; file application-delete.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/configure.adp: branches: 1.1.2; file configure.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/configure.tcl: branches: 1.1.2; file configure.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/www/group-master.adp: branches: 1.1.2; file group-master.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/group-master.css: branches: 1.1.2; file group-master.css was initially added on branch oacs-4-6. * packages/acs-subsite/www/group-master.tcl: branches: 1.1.2; file group-master.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/www/groups-oracle.xql: branches: 1.1.2; file groups-oracle.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/groups-postgresql.xql: branches: 1.1.2; file groups-postgresql.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/groups.adp: branches: 1.1.2; file groups.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/groups.tcl: branches: 1.1.2; file groups.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/applications/index.adp: * packages/acs-subsite/www/members/index.adp: branches: 1.1.2; file index.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/applications/index.tcl: * packages/acs-subsite/www/members/index.tcl: branches: 1.1.2; file index.tcl was initially added on branch oacs-4-6. * packages/acs-admin/www/package/index.vuh: branches: 1.1.2; file index.vuh was initially added on branch oacs-4-6. * packages/acs-subsite/www/members/make-admin.tcl: branches: 1.1.2; file make-admin.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/www/members/make-member.tcl: branches: 1.1.2; file make-member.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/www/members/member-invite-oracle.xql: branches: 1.1.2; file member-invite-oracle.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/members/member-invite-postgresql.xql: branches: 1.1.2; file member-invite-postgresql.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/members/member-invite.adp: branches: 1.1.2; file member-invite.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/members/member-invite.tcl: branches: 1.1.2; file member-invite.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/www/members/member-remove.tcl: branches: 1.1.2; file member-remove.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/parameters-oracle.xql: branches: 1.1.2; file parameters-oracle.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/parameters-postgresql.xql: branches: 1.1.2; file parameters-postgresql.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/parameters.adp: branches: 1.1.2; file parameters.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/parameters.tcl: branches: 1.1.2; file parameters.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/perm-include-oracle.xql: branches: 1.1.2; file perm-include-oracle.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/perm-include-postgresql.xql: branches: 1.1.2; file perm-include-postgresql.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/perm-include.adp: branches: 1.1.2; file perm-include.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/perm-include.tcl: branches: 1.1.2; file perm-include.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/perm-modify-oracle.xql: branches: 1.1.2; file perm-modify-oracle.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/perm-modify-postgresql.xql: branches: 1.1.2; file perm-modify-postgresql.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/perm-modify.tcl: branches: 1.1.2; file perm-modify.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/perm-modify.xql: branches: 1.1.2; file perm-modify.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/perm-user-add-2-oracle.xql: branches: 1.1.2; file perm-user-add-2-oracle.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/perm-user-add-2-postgresql.xql: branches: 1.1.2; file perm-user-add-2-postgresql.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/perm-user-add-2.tcl: branches: 1.1.2; file perm-user-add-2.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/perm-user-add-include-oracle.xql: branches: 1.1.2; file perm-user-add-include-oracle.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/perm-user-add-include-postgresql.xql: branches: 1.1.2; file perm-user-add-include-postgresql.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/perm-user-add-include.adp: branches: 1.1.2; file perm-user-add-include.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/perm-user-add-include.tcl: branches: 1.1.2; file perm-user-add-include.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/perm-user-add.adp: branches: 1.1.2; file perm-user-add.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/perm-user-add.tcl: branches: 1.1.2; file perm-user-add.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/permissions-user-add.adp: branches: 1.1.2; file permissions-user-add.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/permissions-user-add.tcl: branches: 1.1.2; file permissions-user-add.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/permissions.adp: branches: 1.1.2; file permissions.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/permissions.tcl: branches: 1.1.2; file permissions.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/sql/oracle/upgrade/upgrade-4.6.4.1-4.6.4.2.sql: * packages/acs-subsite/sql/postgresql/upgrade/upgrade-4.6.4.1-4.6.4.2.sql: branches: 1.1.2; file upgrade-4.6.4.1-4.6.4.2.sql was initially added on branch oacs-4-6. * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.5-4.6.6.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.5-4.6.6.sql: branches: 1.1.2; file upgrade-4.6.5-4.6.6.sql was initially added on branch oacs-4-6. * packages/acs-subsite/www/members/user-new.adp: branches: 1.1.2; file user-new.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/members/user-new.tcl: branches: 1.1.2; file user-new.tcl was initially added on branch oacs-4-6. 2003-07-04 donb * packages/notifications/tcl/sweep-procs-oracle.xql: * packages/notifications/tcl/sweep-procs-postgresql.xql: Applied Robert Locke's fix to the clean up query * packages/notifications/tcl/sweep-procs-oracle.xql: * packages/notifications/tcl/sweep-procs-postgresql.xql: Applied Robert Locke's fixes to the cleanup query * packages/acs-tcl/tcl/request-processor-procs.tcl: Munged previous change a bit so that we try to serve the file normally if it doesn't exist when mapped by rp_resources_filter ... * packages/notifications/tcl/sweep-procs-oracle.xql: * packages/notifications/tcl/sweep-procs-postgresql.xql: Removed notif_user from queries temporarily - this is a 4.6.4 change and shouldn't appear in HEAD until we merge. 2003-07-03 lars * packages/acs-subsite/www/shared/community-member.adp: * packages/acs-subsite/www/shared/community-member.tcl: Added link to user admin pages for site-wide admins 2003-07-03 donb * packages/acs-tcl/tcl/request-processor-init.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: Added a new filter "rp_resources_filter" that triggers on URLs that begin with "/resources". The filter simply ns_returnfile's the file, avoiding all the bullshit overhead associated with return files that must be permission checked. 2003-07-02 olah * packages/acs-subsite/www/admin/site-map/parameter-set-2.tcl: * packages/acs-subsite/www/admin/site-map/parameter-set.tcl: Accept an optional query var 'return_url' when setting package parameters. * www/default-master.adp: Appended ';noquote' to various vars 2003-07-02 lars * packages/acs-tcl/tcl/00-database-procs.tcl: 1. Added -unclobber switch to db_multirow. 2. Added peek-ahead to db_multirow, which enables you to do something similar to the templating system's <group> tag when building up a multirow. See documentation to db_multirow_group_last_row_p for details. 3. Untabified the whole buffer, which, unfortunately, makes the concrete changes I've made totally obscure. Sorry. * packages/acs-templating/resources/forms/configuration.adp: A 'configuration' form builder style, which looks like movable type's configuration pages. * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/community-core-procs.xql: Added API for setting/getting bio, updating users and parties, and getting user information * packages/acs-tcl/tcl/site-nodes-procs-oracle.xql: * packages/acs-tcl/tcl/site-nodes-procs-postgresql.xql: Added package_type (i.e. package key) to the site nodes internal structure. * packages/acs-tcl/tcl/site-nodes-procs.tcl: Added proc to get the children of a given site node. * 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/list-procs.tcl: Added the list builder. Wham\! * packages/acs-tcl/tcl/navigation-procs.tcl: Added top_node_id switch to the context bar, so you can limit it to, say, within the current subsite. * packages/acs-subsite/www/shared/community-member.adp: * packages/acs-subsite/www/shared/community-member.tcl: Cleaned up community-member page * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/pvt/home.tcl: Cleaned up your account page * packages/acs-admin/www/apm/packages-install-2.tcl: * packages/acs-admin/www/apm/packages-install.tcl: * packages/acs-admin/www/apm/version-callbacks.adp: Clened up the documentation * packages/acs-templating/tcl/form-procs.tcl: Made the form bomb when there's a validation error in a hidden element, because these errors are very hard to find, and cause the form to just go back in the face of the user over and over again. Better to bomb and make it explicit. * packages/acs-admin/tcl/apm-admin-procs.tcl: Made the installation single-checkbox, so you don't have separate 'install' and 'enable' checboxes. Who the hell wants to install a package and not enable it, anyway? * packages/acs-tcl/tcl/security-procs.tcl: Made the redirect for registration redirect to the current subsite's register page. Also added ad_get_login_url and ad_get_logout_url procs to let you get the URL for login/logout, which direct the user to the current subsite's pages, and, optionally, can preseve the current page, including query variables/form. * packages/acs-subsite/www/permissions/toggle-inherit.tcl: Made toggle-inherit accept a return_url * packages/acs-tcl/tcl/defs-procs.tcl: Make ad_pvt_home and acs_community_member_url return the URL of those pages in the current subsite, so that the subsite's master template is used, instead of the site-wide master template * packages/acs-templating/tcl/form-procs.tcl: * packages/acs-templating/tcl/paginator-procs.tcl: Merged over the get_errors proc from HEAD * packages/acs-tcl/tcl/form-processing-procs.tcl: Suppress form errors when the form is refreshing, as opposed to submitting. We don't want the form to be filled with annoying errors when the user didn't even pretend to be done filling out the form. * packages/acs-templating/resources/forms/standard-lars.adp: Suppress the * indicating required fields for select widgets, since the user can't choose whether or not to allow no value * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: Worked around a Tcl'ism, where if you lappend the empty string, you actually get a list with one element, which is the emptry string. I ran into this with a :multiple variable, when passed an empty string, which is normally taken to mean 'no value' * packages/acs-templating/tcl/widget-procs.tcl: Yon added an 'attachment' widget to use for uploading a number of files to a form * packages/acs-templating/resources/forms/configuration.adp: branches: 1.1.2; file configuration.adp was initially added on branch oacs-4-6. * packages/acs-templating/resources/lists/filters.adp: branches: 1.1.2; file filters.adp was initially added on branch oacs-4-6. * packages/acs-templating/tcl/list-procs.tcl: branches: 1.1.2; file list-procs.tcl was initially added on branch oacs-4-6. * packages/acs-templating/resources/lists/list.adp: branches: 1.1.2; file list.adp was initially added on branch oacs-4-6. * packages/acs-templating/resources/lists/table.adp: branches: 1.1.2; file table.adp was initially added on branch oacs-4-6. 2003-07-01 olah * www/default-master.tcl: Use apm_package_installed_p instead for the curriculum check. 2003-07-01 donb * packages/acs-tcl/tcl/request-processor-procs.tcl: The request processor now supports a /package-key/www/resources directory which is not checked for read permissions, which increases performance. 2003-06-29 donb * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/www/admin/master.adp: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fixed some minor acs-lang stuff and a few noquote things. 2003-06-28 olah * packages/acs-templating/tcl/richtext-procs.tcl: Added two missing hidden vars in display mode.\nFixed a little syntax error that was already fixed on the oacs-4-6 branch. 2003-06-28 joela * packages/acs-core-docs/www/analog-install.html: * packages/acs-core-docs/www/files/qmailctl.txt: * packages/acs-core-docs/www/quick.html: a few new config and doc files * www/global/busy.html: * www/global/error.html: * www/index.adp: added global files like 404 page * 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/apm-design.html: * packages/acs-core-docs/www/apm-requirements.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/compatibility-matrix.html: * packages/acs-core-docs/www/configure.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-service-import.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/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/filename.html: * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/index.adp: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/linux-installation.html: * packages/acs-core-docs/www/mac-install.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/maintenance.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/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/software-versions.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-advanced.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-install.html: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/developers-guide/cvs.xml: * packages/acs-core-docs/www/xml/files/acs-pgbackup-init.txt: * packages/acs-core-docs/www/xml/files/acs-start.html: * packages/acs-core-docs/www/xml/files/dbstart.txt: * packages/acs-core-docs/www/xml/files/export-oracle.txt: * packages/acs-core-docs/www/xml/files/listener8i.txt: * packages/acs-core-docs/www/xml/files/nsd-oracle.txt: * packages/acs-core-docs/www/xml/files/nsd-postgres.txt: * packages/acs-core-docs/www/xml/files/openacs-start.html: * packages/acs-core-docs/www/xml/files/openacs4.tcl.txt: * packages/acs-core-docs/www/xml/files/oracle8i.txt: * packages/acs-core-docs/www/xml/files/postgresql.txt: * packages/acs-core-docs/www/xml/files/restart-aolserver.txt: * packages/acs-core-docs/www/xml/files/startlsnr.txt: * packages/acs-core-docs/www/xml/files/stoplsnr.txt: * packages/acs-core-docs/www/xml/files/svgroup.txt: * packages/acs-core-docs/www/xml/files/winnsd.txt: * 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/compatibility.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: * packages/acs-core-docs/www/xml/install-guide/other-software.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/quick.xml: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: added quick guide; removed www/xml/files in favor of just www/files * www/global/file-not-found.html: branches: 1.1.2; added global files like 404 page * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: branches: 1.6.2; added quick guide; removed www/xml/files in favor of just www/files * etc/config.tcl: switched from nsxml to tdom, added file-not-found pointers 2003-06-27 peterm * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-4.7d8-4.7d9.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.7d8-4.7d9.sql: removing duplicate locales from datamodel and upgrade scripts 2003-06-25 peterm * packages/acs-tcl/tcl/community-core-procs-oracle.xql: * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: moving generally useful user_search query from bug tracker into the core so that it can be reused with db_map for example in a form builder search widget (reference it with dbqd.acs-tcl.tcl.community-core-procs.user_search) 2003-06-24 peterm * packages/acs-lang/acs-lang.info: * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-4.7d8-4.7d9.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.7d8-4.7d9.sql: adding new locales from the translation server * packages/acs-kernel/catalog/acs-kernel.ast_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.fi_FI.ISO-8859-15.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.ja_JP.Shift_JIS.xml: * packages/acs-kernel/catalog/acs-kernel.ko_KR.EUC-KR.xml: * packages/acs-kernel/catalog/acs-kernel.ms_my.US-ASCII.xml: * packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.pl_PL.ISO-8859-2.xml: * packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.ru_RU.windows-1251.xml: * packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.tr_TR.ISO-8859-9.xml: * packages/acs-kernel/catalog/acs-kernel.zh_TW.Big5.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.TIS-620.xml: * packages/acs-lang/catalog/acs-lang.ast_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.ISO-8859-7.xml: * 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/catalog/acs-lang.fi_FI.ISO-8859-15.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.it_IT.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ja_JP.Shift_JIS.xml: * packages/acs-lang/catalog/acs-lang.ko_KR.EUC-KR.xml: * packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.pl_PL.ISO-8859-2.xml: * packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ru_RU.windows-1251.xml: * packages/acs-lang/catalog/acs-lang.sh_HR.ISO-8859-5.xml: * packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.tr_TR.ISO-8859-9.xml: * packages/acs-lang/catalog/acs-lang.zh_TW.Big5.xml: * packages/acs-subsite/catalog/acs-subsite.ast_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.ISO-8859-7.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.fi_FI.ISO-8859-15.xml: * packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ja_JP.Shift_JIS.xml: * packages/acs-subsite/catalog/acs-subsite.ko_KR.EUC-KR.xml: * packages/acs-subsite/catalog/acs-subsite.ms_my.US-ASCII.xml: * packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pl_PL.ISO-8859-2.xml: * packages/acs-subsite/catalog/acs-subsite.ru_RU.windows-1251.xml: * packages/acs-subsite/catalog/acs-subsite.sh_HR.ISO-8859-5.xml: * packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.tr_TR.ISO-8859-9.xml: * packages/acs-subsite/catalog/acs-subsite.zh_TW.Big5.xml: * packages/acs-tcl/catalog/acs-tcl.ast_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_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.fi_FI.ISO-8859-15.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.it_IT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ko_KR.EUC-KR.xml: * packages/acs-tcl/catalog/acs-tcl.ms_my.US-ASCII.xml: * packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.pl_PL.ISO-8859-2.xml: * packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ru_RU.windows-1251.xml: * packages/acs-tcl/catalog/acs-tcl.sh_HR.ISO-8859-5.xml: * packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.tr_TR.ISO-8859-9.xml: * packages/acs-tcl/catalog/acs-tcl.zh_TW.Big5.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_US.ISO-8859-1.xml: * packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.fi_FI.ISO-8859-15.xml: * packages/notifications/catalog/notifications.gl_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.it_IT.ISO-8859-1.xml: * packages/notifications/catalog/notifications.ko_KR.EUC-KR.xml: * packages/notifications/catalog/notifications.ms_my.US-ASCII.xml: * packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml: * packages/notifications/catalog/notifications.no_NO.ISO-8859-1.xml: * packages/notifications/catalog/notifications.pl_PL.ISO-8859-2.xml: * packages/notifications/catalog/notifications.pt_BR.ISO-8859-1.xml: * packages/notifications/catalog/notifications.sv_SE.ISO-8859-1.xml: committing all translations on the translation server at http://translate.dotlrn.collaboraid.net 2003-06-24 joela * packages/acs-core-docs/www/files/restart-aolserver-daemontools.txt: added daemontools restart script * packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml: branches: 1.2.2; medium post-4-6-3 changes, including moving optional stuff to appendicis; bugfixes * packages/acs-core-docs/www/openacs.css: branches: 1.3.2; updated post-4-6-3 * packages/acs-core-docs/www/xml/Makefile: * packages/acs-core-docs/www/xml/developers-guide/cvs.xml: * packages/acs-core-docs/www/xml/developers-guide/db-api.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-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/for-everyone/release-notes.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/compatibility.xml: * packages/acs-core-docs/www/xml/install-guide/credits.xml: * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: * packages/acs-core-docs/www/xml/install-guide/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/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/red-hat.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: * packages/acs-core-docs/www/xml/openacs.xsl: medium post-4-6-3 changes, including moving optional stuff to appendicis; bugfixes * 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: old release notes * packages/acs-core-docs/www/files/qmail-send-log-run.txt: * packages/acs-core-docs/www/files/qmail-send-run.txt: * packages/acs-core-docs/www/files/qmail-smtpd-log-run.txt: * packages/acs-core-docs/www/files/qmail-smtpd-run.txt: qmail daemontools files * etc/config.tcl: tweaks * 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/apm-design.html: * packages/acs-core-docs/www/apm-requirements.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/compatibility-matrix.html: * packages/acs-core-docs/www/configure.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/cvs-service-import.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/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/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/index.adp: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-cvs.html: * packages/acs-core-docs/www/install-daemontools.html: * packages/acs-core-docs/www/install-full-text-search.html: * packages/acs-core-docs/www/install-more-software.html: * packages/acs-core-docs/www/install-nsopenssl.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-qmail.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/ld-id2931354.html: * packages/acs-core-docs/www/ld-id3002058.html: * packages/acs-core-docs/www/linux-installation.html: * packages/acs-core-docs/www/mac-install.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/maintenance.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/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/software-versions.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-advanced.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-install.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win2k-installation.html: updated post-4-6-3 2003-06-24 donb * packages/notifications/tcl/interval-procs.tcl: Added a new utility ... * packages/notifications/tcl/interval-procs.xql: And my new utility required a query file ... 2003-06-23 janines * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.4-4.6.5.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.4-4.6.5.sql: add user id and IP address to update_last_modified() * packages/acs-subsite/www/register/email-password-2.tcl: after user changes password, return them to root instead of their workspace page * packages/acs-tcl/tcl/html-email-procs.tcl: branches: 1.1.2; file html-email-procs.tcl was initially added on branch oacs-4-6. * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.4-4.6.5.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.4-4.6.5.sql: branches: 1.1.2; file upgrade-4.6.4-4.6.5.sql was initially added on branch oacs-4-6. * packages/acs-tcl/tcl/html-email-procs.tcl: * packages/notifications/tcl/notification-email-procs.tcl: changes to support outgoing HTML e-mail from bulk mail, incoming HTML email to forums, and prevent MIT's vacation messages from making it into forums 2003-06-23 donb * packages/acs-content-repository/tcl/extlink-procs-oracle.xql: Another (sigh) typo in my Oracle query to return true if an item is an extlink. 2003-06-21 tilmanns * packages/acs-tcl/tcl/request-processor-procs.tcl: Slightly better api documentation for ad_conn, fixes bug #587 by Jade Rubick 2003-06-20 jeffd * packages/acs-api-browser/www/index.adp: add a br clear=both so that the footer does not step on left side boxes * packages/acs-templating/tcl/parse-procs.tcl: make forums noquote friendly and remove special case in acs-templating * packages/notifications/tcl/notification-display-procs.tcl: quotehtml pretty_name since it is displayed noquote in the html frag 2003-06-18 peterm * packages/acs-tcl/tcl/apm-install-procs.tcl: correction in proc doc for apm_upgrade_logic. Flushing the package_installed_p cache after uninstall of package * packages/acs-tcl/tcl/apm-install-procs.tcl: correction in proc doc for apm_upgrade_logic. Flushing the package_installed_p cache after uninstall of package. Previously committed on 4.6 branch 2003-06-18 jeffd * packages/acs-content-repository/tcl/revision-procs.xql: branches: 1.5.4; seperate queries for oracle and postgres for cr_import_content.set_file_content * packages/acs-content-repository/tcl/revision-procs-oracle.xql: * packages/acs-content-repository/tcl/revision-procs-postgresql.xql: * packages/acs-content-repository/tcl/revision-procs.xql: seperate queries for oracle and postgres for cr_import_content.set_file_content 2003-06-17 lars * packages/notifications/sql/oracle/notifications-create.sql: * packages/notifications/sql/postgresql/notifications-create.sql: Forgot to remove the call to notification-type-sc-create.sql. Can't believe I didn't catch this in my fresh-install test 2003-06-17 joela * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: * packages/acs-core-docs/www/xml/openacs.xsl: trying to merge to HEAD 2003-06-17 donb * packages/acs-bootstrap-installer/installer/index.tcl: * packages/acs-lang/acs-lang.info: * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/notifications/tcl/delivery-method-procs.tcl: * packages/notifications/tcl/delivery-method-procs.xql: * packages/notifications/tcl/interval-procs.tcl: 1. Added some more Tcl API to notifications 2. Fixed lang-catalog-procs.tcl (tested) and acs-bootstrap-installer (not tested yet) to work with tDOM. 2003-06-16 peterm * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.3-4.6.4.sql: fixing lame = 0 instead of is null bug in register_parameter proc that would cause default values of new parameters to not be propagated to package instances during package upgrade 2003-06-13 donb * packages/acs-content-repository/tcl/extlink-procs-oracle.xql: Fixed syntax error in query ... 2003-06-12 lars * packages/acs-tcl/tcl/apm-install-procs.tcl: Added an example of using it within the APM upgrade callback. * packages/acs-admin/www/apm/version-callbacks.adp: Added help text to explain what the callbacks mean and with which parameters they're called. * packages/acs-admin/www/apm/version-callbacks.adp: Added note about apm_upgrade_logic. Very important proc. * packages/notifications/notifications.info: * packages/notifications/sql/oracle/delivery-method-sc-create.sql: * packages/notifications/sql/oracle/email-sc-impl-create.sql: * packages/notifications/sql/oracle/notification-type-sc-create.sql: * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/oracle/notifications-create.sql: * packages/notifications/sql/oracle/notifications-init.sql: * packages/notifications/sql/oracle/notifications-package-create.sql: * packages/notifications/sql/oracle/upgrade/upgrade-4.6.2-4.6.4.sql: * packages/notifications/sql/postgresql/delivery-method-sc-create.sql: * packages/notifications/sql/postgresql/email-sc-impl-create.sql: * packages/notifications/sql/postgresql/notification-type-sc-create.sql: * packages/notifications/sql/postgresql/notifications-core-create.sql: * packages/notifications/sql/postgresql/notifications-create.sql: * packages/notifications/sql/postgresql/notifications-init.sql: * packages/notifications/sql/postgresql/notifications-package-create.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-4.6.2-4.6.4.sql: * packages/notifications/tcl/apm-callback-procs.tcl: * packages/notifications/tcl/delivery-method-procs-oracle.xql: * packages/notifications/tcl/delivery-method-procs-postgresql.xql: * packages/notifications/tcl/delivery-method-procs.tcl: * packages/notifications/tcl/delivery-method-procs.xql: * packages/notifications/tcl/notification-email-procs.tcl: * packages/notifications/tcl/notification-email-procs.xql: * 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: Added support for notifications going out as the user who sent the notification. This required changing the delivery method service contract, so I moved all service contracts into tcl * packages/acs-admin/www/apm/version-callback-add-edit.tcl: * packages/acs-admin/www/apm/version-callbacks.tcl: Fixed context bar * packages/acs-tcl/tcl/apm-procs.tcl: Made the ordering of callbacks a little more logical * packages/notifications/tcl/apm-callback-procs.tcl: branches: 1.1.2; file apm-callback-procs.tcl was initially added on branch oacs-4-6. * packages/notifications/tcl/delivery-method-procs-oracle.xql: branches: 1.1.2; file delivery-method-procs-oracle.xql was initially added on branch oacs-4-6. * packages/notifications/tcl/delivery-method-procs-postgresql.xql: branches: 1.1.2; file delivery-method-procs-postgresql.xql was initially added on branch oacs-4-6. * packages/notifications/tcl/notification-email-procs.xql: branches: 1.1.2; file notification-email-procs.xql was initially added on branch oacs-4-6. * packages/notifications/sql/oracle/upgrade/upgrade-4.6.2-4.6.4.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-4.6.2-4.6.4.sql: branches: 1.1.2; file upgrade-4.6.2-4.6.4.sql was initially added on branch oacs-4-6. 2003-06-11 lars * packages/acs-subsite/www/admin/rel-segments/edit.adp: * packages/acs-subsite/www/admin/rel-segments/edit.tcl: * packages/acs-subsite/www/admin/rel-segments/one.adp: * packages/acs-subsite/www/admin/rel-segments/one.tcl: Added UI to edit the name of a relational segment * packages/acs-subsite/www/admin/groups/rel-type-add-postgresql.xql: Fixed bug in PG port: The query would produce multiple copies of the same rows, when indeed it wanted to limit the list by only showing relationship types that weren't already related to a group * packages/acs-subsite/www/admin/rel-segments/edit.adp: branches: 1.1.2; file edit.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/rel-segments/edit.tcl: branches: 1.1.2; file edit.tcl was initially added on branch oacs-4-6. 2003-06-10 donb * packages/acs-lang/tcl/lang-catalog-procs.tcl: Fixed a typo most likely caused when Bart switched to tDOM 2003-06-07 donb * packages/acs-tcl/tcl/00-database-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/navigation-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-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: 1. Took out my earlier kludge to get around the AOLserver 4 ns_eval problem. 2. bracketed "if" exprs to avoid unnecessary recompilations of exprs 2003-06-07 andrewp * etc/config.tcl: Added config for DB API multi-db support. 2003-06-06 lars * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/tcl/approval-expiration-init.tcl: * packages/acs-subsite/tcl/approval-expiration-procs-oracle.xql: * packages/acs-subsite/tcl/approval-expiration-procs-postgresql.xql: * packages/acs-subsite/tcl/approval-expiration-procs.tcl: * packages/acs-subsite/www/index.tcl: * packages/acs-subsite/www/register/user-login-oracle.xql: * packages/acs-subsite/www/register/user-login-postgresql.xql: * packages/acs-subsite/www/register/user-login.tcl: * packages/acs-subsite/www/register/user-login.xql: * packages/acs-subsite/www/user/password-update-2.tcl: * packages/acs-subsite/www/user/password-update.adp: * packages/acs-subsite/www/user/password-update.tcl: - Added expiration of approvals and passwords - Added IndexRedirectUrl, which will cause acs-subsite's index page to redirect to that URL - Added DefaultFormStyle and DefaultListStyle parameters, so you can choose the default styles to use for your forms and lists (to come) * packages/acs-templating/acs-templating.info: * packages/acs-templating/resources/forms/standard-lars.adp: * packages/acs-templating/tcl/0-procs.tcl: * packages/acs-templating/tcl/form-procs.tcl: Added 'show_required_p' flag to forms, made standard-lars the default form style, and added a parameter for the default list style, which won't be relevant until I commit the list builder later, but it doesn't hurt any. * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/community-core-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.3-4.6.4.sql: * packages/acs-kernel/sql/postgresql/community-core-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.3-4.6.4.sql: Added password_changed_date column to users table, so we can expire passwords after a certain number of days * packages/acs-tcl/tcl/form-processing-procs.tcl: Made show_required_p available through ad_form * www/index-postgresql.xql: * www/index.tcl: Removed site nodes query from index.tcl and made it sort correctly on postgresql * packages/acs-tcl/tcl/membership-rel-procs.tcl: * packages/acs-tcl/tcl/membership-rel-procs.xql: Update modifying user when the member_state is changed. * packages/acs-tcl/tcl/security-procs-oracle.xql: * packages/acs-tcl/tcl/security-procs-postgresql.xql: * packages/acs-tcl/tcl/security-procs.tcl: * packages/acs-tcl/tcl/security-procs.xql: Update the password_changed_date whenever the user's password is changed * packages/acs-subsite/tcl/approval-expiration-init.tcl: branches: 1.1.2; file approval-expiration-init.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/tcl/approval-expiration-procs-oracle.xql: branches: 1.1.2; file approval-expiration-procs-oracle.xql was initially added on branch oacs-4-6. * packages/acs-subsite/tcl/approval-expiration-procs-postgresql.xql: branches: 1.1.2; file approval-expiration-procs-postgresql.xql was initially added on branch oacs-4-6. * packages/acs-subsite/tcl/approval-expiration-procs.tcl: branches: 1.1.2; file approval-expiration-procs.tcl was initially added on branch oacs-4-6. * packages/acs-tcl/tcl/membership-rel-procs.xql: branches: 1.1.2; file membership-rel-procs.xql was initially added on branch oacs-4-6. * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.3-4.6.4.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.3-4.6.4.sql: branches: 1.1.2; file upgrade-4.6.3-4.6.4.sql was initially added on branch oacs-4-6. * packages/acs-subsite/www/register/user-login-oracle.xql: branches: 1.1.2; file user-login-oracle.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/register/user-login-postgresql.xql: branches: 1.1.2; file user-login-postgresql.xql was initially added on branch oacs-4-6. 2003-06-06 donb * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: Applied Vinod's patch that gets rid of ns_eval call ... 2003-06-05 lars * packages/acs-subsite/www/register/login-include.adp: * packages/acs-subsite/www/register/login-include.tcl: Added a login-include box, which you can include on other ADP pages * packages/acs-subsite/www/admin/site-map/application-new-oracle.xql: * packages/acs-subsite/www/admin/site-map/application-new-postgresql.xql: * packages/acs-subsite/www/admin/site-map/application-new.adp: * packages/acs-subsite/www/admin/site-map/application-new.tcl: * packages/acs-subsite/www/admin/site-map/application-new.xql: * packages/acs-subsite/www/admin/site-map/index.tcl: Added feature to more easily add a new application. * www/index-oracle.xql: * www/index-postgresql.xql: At least sort the list of applications * packages/acs-subsite/www/pvt/home.adp: Changed links to go to the current subsite instead of the main site * packages/acs-tcl/tcl/parameter-procs.tcl: Clarified documentation on parameter::get * packages/acs-subsite/www/shared/community-member-postgresql.xql: If we are going to show all the objects created by this user, at least we can group by object type properly, and we can sort descending by creation-date, so the most recent items come first. * packages/acs-templating/resources/forms/standard-lars.adp: Improved version of standard-lars, which looks nicer, has * for required elements, and has cleaner [i] help_text look * packages/acs-templating/tcl/tag-procs.tcl: Make <if foo nil> work without foo being a static string instead of a variable. * packages/acs-subsite/www/shared/images/info.gif: New info gif, used in standard-lars form template * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: Use create or replace * packages/acs-subsite/www/admin/site-map/application-new-oracle.xql: branches: 1.1.2; file application-new-oracle.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/site-map/application-new-postgresql.xql: branches: 1.1.2; file application-new-postgresql.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/site-map/application-new.adp: branches: 1.1.2; file application-new.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/site-map/application-new.tcl: branches: 1.1.2; file application-new.tcl was initially added on branch oacs-4-6. * packages/acs-subsite/www/admin/site-map/application-new.xql: branches: 1.1.2; file application-new.xql was initially added on branch oacs-4-6. * packages/acs-subsite/www/shared/images/info.gif: branches: 1.1.2; file info.gif was initially added on branch oacs-4-6. * packages/acs-subsite/www/register/login-include.adp: branches: 1.1.2; file login-include.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/register/login-include.tcl: branches: 1.1.2; file login-include.tcl was initially added on branch oacs-4-6. * packages/acs-templating/tcl/widget-procs.tcl: search widget: Check to make sure element(options) is set before unsetting it. Otherwise it would cause an error. 2003-06-05 donb * packages/acs-tcl/tcl/request-processor-procs.tcl: Uh-oh in AOLserver 4 globals get copied from existing threads and hey, guess what? That causes us lots and lots of problems which I'm just starting to track down and fix. 2003-06-04 peterm * packages/acs-subsite/tcl/group-procs.tcl: making group_type optional in group::new proc. You want type group in the vast majority of cases so making this the default 2003-06-04 donb * packages/acs-templating/resources/forms/coddo.adp: * packages/acs-templating/resources/forms/plain.adp: * packages/acs-templating/resources/forms/plainest.adp: * packages/acs-templating/resources/forms/standard-lars.adp: * packages/acs-templating/resources/forms/standard.adp: * packages/acs-templating/resources/forms/tiny-plain.adp: * packages/acs-templating/resources/forms/wizard.adp: * www/default-master.adp: * www/default-master.tcl: Fixed some noquote stuff in form templates, fixed conflicts in default-master caused by the curriculum update and my bracketing of "if" exprs (failure to do so causes Tcl to compile the expr every time) * packages/notifications/tcl/sweep-procs-oracle.xql: * packages/notifications/tcl/sweep-procs-postgresql.xql: Integrated (probably unnecessary) changes from SSV2 * packages/notifications/tcl/sweep-procs-postgresql.xql: Oops - typo in last commit 2003-06-03 olah * www/default-master.adp: * www/default-master.tcl: I added a check for whether the curriculum package is installed or not to the default-master.\nIf it is installed, the (possibly empty) bar will be included.\nThis won't fail even if there's no instance of curriculum mounted (knock wood) 2003-06-01 peterm * packages/acs-admin/www/apm/package-delete.tcl: issuing a very loud warning whenever someone tries to delete a package that is part of core or which has installed packages depending on it 2003-05-29 bartt * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-tcl/tcl/30-xml-utils-procs.tcl: * packages/acs-tcl/tcl/apm-xml-procs.tcl: -Replaced nsxml with tDOM (http://tdom.org), a much faster & richer XML parser, and XSLT and XPath processor. 2003-05-28 jeffd * packages/acs-content-repository/tcl/revision-procs.xql: should be updating filename in set_file_content query 2003-05-27 joela * packages/acs-core-docs/www/index.adp: updated 2003-05-27 janines * packages/acs-content-repository/tcl/extlink-procs-oracle.xql: * packages/acs-content-repository/tcl/extlink-procs.tcl: * packages/acs-content-repository/tcl/extlink-procs.xql: make file attachments work (my last commit fixed URLs but overlooked files 2003-05-26 janines * packages/acs-content-repository/tcl/item-procs.tcl: * packages/acs-content-repository/tcl/item-procs.xql: make attachments work (context was calendar events). Added item::get_type to the CR because I needed it and it didn't seem to already exist. 2003-05-25 joela * packages/acs-core-docs/www/xml/install-guide/compatibility.xml: *** empty log message *** * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: merging with HEAD * packages/acs-core-docs/www/xml/install-guide/next-steps.xml: removed obsolete next-steps.xml - replaced by text in openacs.xml pointing to several next steps 2003-05-24 peterm * packages/acs-admin/www/apm/packages-install-5.tcl: adding the helpful post install links that Lars added on the 4.6 branch. Somehow they didn't make it in with the merge. 2003-05-23 peterm * packages/acs-admin/www/apm/parameter-add-2.tcl: * packages/acs-admin/www/apm/parameter-edit-2.tcl: * packages/acs-admin/www/apm/version-callback-add-edit.tcl: making sure that when you edit parameter and callback info of a package in the APM UI the xml file is automatically updated 2003-05-23 lars * packages/acs-admin/www/apm/packages-install-5.tcl: Added link to go to home page after package installation * packages/acs-tcl/tcl/utilities-procs.tcl: Added switch -base to export_vars, which will make export_vars return a complete URL. The advantage of using this is that it'll be smart about only appending the question mark if there were any variables to export. * packages/acs-tcl/tcl/00-database-procs.tcl: Replaced proc_doc with ad_proc * packages/acs-templating/tcl/query-procs.tcl: template::multirow extend mistakenly upvar'd only one level, not to the level of the multirow 2003-05-22 jeffd * packages/acs-core-docs/www/sql/display-sql.adp: branches: 1.2.2; noquote changes (Dirk Gomez) * packages/notifications/www/request-change-frequency.adp: branches: 1.3.12; noquote changes (Dirk Gomez) * packages/acs-admin/www/users/user-batch-add.adp: * packages/acs-subsite/www/admin/groups/elements-display.adp: branches: 1.3.2; noquote changes (Dirk Gomez) * packages/acs-subsite/www/admin/rel-types/new.adp: branches: 1.3.4; noquote changes (Dirk Gomez) * packages/notifications/www/request-new.adp: branches: 1.5.12; noquote changes (Dirk Gomez) * packages/acs-admin/www/apm/version-callback-add-edit.adp: * packages/acs-admin/www/apm/version-callbacks-add.adp: * packages/acs-admin/www/apm/version-callbacks.adp: * packages/acs-admin/www/apm/version-i18n-index.adp: * packages/acs-admin/www/apm/version-i18n-process-2.adp: * packages/acs-admin/www/apm/version-i18n-process.adp: * packages/acs-admin/www/apm/version-i18n.adp: * packages/acs-admin/www/cache/one.adp: * packages/acs-admin/www/cache/show-util-memoize.adp: * packages/acs-admin/www/send-email.adp: * packages/acs-admin/www/users/complex-search.adp: * packages/acs-admin/www/users/index.adp: * packages/acs-admin/www/users/member-state-change.adp: * packages/acs-admin/www/users/modify-admin-privileges.adp: * packages/acs-admin/www/users/one.adp: * packages/acs-admin/www/users/registration-history.adp: * packages/acs-admin/www/users/search.adp: * packages/acs-admin/www/users/user-add-2.adp: * packages/acs-admin/www/users/user-add-3.adp: * packages/acs-admin/www/users/user-add.adp: * packages/acs-api-browser/www/content-page-view.adp: * packages/acs-api-browser/www/deprecated.adp: * packages/acs-api-browser/www/display-sql.adp: * packages/acs-api-browser/www/index.adp: * packages/acs-api-browser/www/package-view.adp: * packages/acs-api-browser/www/plsql-subprogram-one.adp: * packages/acs-api-browser/www/plsql-subprograms-all.adp: * packages/acs-api-browser/www/proc-browse.adp: * packages/acs-api-browser/www/proc-search.adp: * packages/acs-api-browser/www/proc-view.adp: * packages/acs-api-browser/www/procs-file-view.adp: * packages/acs-api-browser/www/tcl-doc-search.adp: * packages/acs-api-browser/www/tcl-proc-view.adp: * packages/acs-api-browser/www/type-view.adp: * packages/acs-automated-testing/www/admin/component.adp: * packages/acs-automated-testing/www/admin/index.adp: * packages/acs-automated-testing/www/admin/testcase.adp: * packages/acs-content-repository/www/doc/package.adp: * packages/acs-lang/www/admin/batch-editor.adp: * packages/acs-lang/www/admin/display-grouped-messages.adp: * packages/acs-lang/www/admin/display-localized-messages.adp: * packages/acs-lang/www/admin/edit-localized-message.adp: * packages/acs-lang/www/admin/index.adp: * packages/acs-lang/www/admin/locale-delete-confirm.adp: * packages/acs-lang/www/admin/locale-delete.adp: * packages/acs-lang/www/admin/locale-edit.adp: * packages/acs-lang/www/admin/locale-new.adp: * packages/acs-lang/www/admin/localized-message-new-2.adp: * packages/acs-lang/www/admin/localized-message-new.adp: * packages/acs-lang/www/admin/master.adp: * packages/acs-lang/www/admin/set-system-timezone.adp: * packages/acs-lang/www/index.adp: * packages/acs-reference/www/index.adp: * packages/acs-reference/www/reference-data-list.adp: * packages/acs-reference/www/table-detail.adp: * packages/acs-reference/www/view-one-reference.adp: * packages/acs-service-contract/www/contract-display.adp: * packages/acs-service-contract/www/index.adp: * packages/acs-subsite/www/admin/attributes/add.adp: * packages/acs-subsite/www/admin/attributes/delete.adp: * packages/acs-subsite/www/admin/attributes/edit-one.adp: * packages/acs-subsite/www/admin/attributes/enum-add.adp: * packages/acs-subsite/www/admin/attributes/one.adp: * packages/acs-subsite/www/admin/attributes/value-delete.adp: * packages/acs-subsite/www/admin/confirm-delete-form.adp: * packages/acs-subsite/www/admin/group-types/change-join-policy.adp: * packages/acs-subsite/www/admin/group-types/delete-rel-types-exist.adp: * packages/acs-subsite/www/admin/group-types/delete-subtypes-exist.adp: * packages/acs-subsite/www/admin/group-types/delete.adp: * packages/acs-subsite/www/admin/group-types/groups-display.adp: * packages/acs-subsite/www/admin/group-types/index.adp: * packages/acs-subsite/www/admin/group-types/new.adp: * packages/acs-subsite/www/admin/group-types/one.adp: * packages/acs-subsite/www/admin/group-types/rel-type-add.adp: * packages/acs-subsite/www/admin/group-types/rel-type-remove.adp: * packages/acs-subsite/www/admin/groups/change-join-policy.adp: * packages/acs-subsite/www/admin/groups/constraints-create.adp: * packages/acs-subsite/www/admin/groups/delete.adp: * 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/index.adp: * packages/acs-subsite/www/admin/groups/new.adp: * packages/acs-subsite/www/admin/groups/one.adp: * packages/acs-subsite/www/admin/groups/rel-type-add.adp: * packages/acs-subsite/www/admin/groups/rel-type-remove.adp: * packages/acs-subsite/www/admin/index.adp: * packages/acs-subsite/www/admin/index.tcl: * packages/acs-subsite/www/admin/parties/add-select-type.adp: * packages/acs-subsite/www/admin/parties/new-list-required-segments.adp: * packages/acs-subsite/www/admin/parties/new.adp: * packages/acs-subsite/www/admin/parties/one.adp: * packages/acs-subsite/www/admin/rel-segments/constraints/delete.adp: * packages/acs-subsite/www/admin/rel-segments/constraints/index.adp: * packages/acs-subsite/www/admin/rel-segments/constraints/new.adp: * packages/acs-subsite/www/admin/rel-segments/constraints/one.adp: * packages/acs-subsite/www/admin/rel-segments/constraints/violations.adp: * packages/acs-subsite/www/admin/rel-segments/delete.adp: * packages/acs-subsite/www/admin/rel-segments/elements.adp: * packages/acs-subsite/www/admin/rel-segments/index.adp: * packages/acs-subsite/www/admin/rel-segments/new-2.adp: * packages/acs-subsite/www/admin/rel-segments/new-3.adp: * packages/acs-subsite/www/admin/rel-segments/new.adp: * packages/acs-subsite/www/admin/rel-segments/one.adp: * packages/acs-subsite/www/admin/rel-types/add.adp: * packages/acs-subsite/www/admin/rel-types/delete-subtypes-exist.adp: * packages/acs-subsite/www/admin/rel-types/delete.adp: * packages/acs-subsite/www/admin/rel-types/index.adp: * packages/acs-subsite/www/admin/rel-types/new-2.adp: * packages/acs-subsite/www/admin/rel-types/one.adp: * packages/acs-subsite/www/admin/rel-types/rels-list.adp: * packages/acs-subsite/www/admin/rel-types/roles/delete.adp: * packages/acs-subsite/www/admin/rel-types/roles/edit.adp: * packages/acs-subsite/www/admin/rel-types/roles/index.adp: * packages/acs-subsite/www/admin/rel-types/roles/new.adp: * packages/acs-subsite/www/admin/rel-types/roles/one.adp: * packages/acs-subsite/www/admin/relations/add-no-valid-parties.adp: * packages/acs-subsite/www/admin/relations/add.adp: * packages/acs-subsite/www/admin/relations/one.adp: * packages/acs-subsite/www/admin/relations/remove-dependants-exist.adp: * packages/acs-subsite/www/admin/relations/remove.adp: * packages/acs-subsite/www/admin/site-map/mount.adp: * packages/acs-subsite/www/admin/users/new.adp: * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/permissions/index.adp: * packages/acs-subsite/www/permissions/one.adp: * packages/acs-subsite/www/pvt/alerts.adp: * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/register/bad-password.adp: * packages/acs-subsite/www/register/explain-persistent-cookies.adp: * packages/acs-subsite/www/register/index.adp: * packages/acs-subsite/www/register/restore-user.adp: * packages/acs-subsite/www/register/user-join.adp: * packages/acs-subsite/www/register/user-new-2.adp: * packages/acs-subsite/www/register/user-new.adp: * packages/acs-subsite/www/shared/community-member.adp: * packages/acs-subsite/www/shared/confirm.adp: * packages/acs-subsite/www/shared/portrait.adp: * packages/acs-subsite/www/shared/whos-online.adp: * packages/acs-subsite/www/user/basic-info-update.adp: * 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-templating/resources/forms/standard.adp: * packages/acs-templating/tcl/parse-procs.tcl: * packages/acs-templating/www/admin/test/include-0.adp: * packages/acs-templating/www/admin/test/include.adp: * packages/acs-templating/www/doc/demo/fibo-start.adp: * packages/acs-templating/www/doc/demo/fibo.adp: * packages/acs-templating/www/doc/demo/include.adp: * packages/acs-templating/www/doc/exercise/list-and-var-sample.adp: * packages/acs-templating/www/doc/gen/namespace-template.adp: * packages/acs-templating/www/doc/gen/package-template.adp: * www/default-master.adp: * www/index.adp: noquote changes (Dirk Gomez) 2003-05-20 peterm * packages/acs-subsite/www/admin/index.adp: name of acs-admin package is in the acs_admin_name variable, not the instance_name variable * packages/acs-subsite/www/admin/index.adp: * packages/acs-subsite/www/admin/index.tcl: removing broken check of whether acs-admin is mounted. I think we can safely assume that it's there 2003-05-19 peterm * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: adding missing close brace related to the new syntax highlighting of Tcl proc source code. Probably a merge mistake * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: adding missing locales ast_ES and gl_EST * packages/acs-tcl/tcl/site-nodes-procs.tcl: adding package_id parameter to the proc site_node::instantiate_and_mount * packages/acs-tcl/tcl/site-nodes-procs.tcl: correcting the call to apm_package_instance_new to fit with new signature * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: removing debug printout that I left around * packages/acs-templating/tcl/widget-procs.tcl: widget::input proc had missing close brace after merge. Using the 4.6 version of the proc verbatim as no additions on head could be found 2003-05-19 olah * packages/notifications/notifications.info: Removed duplicate parameter. 2003-05-19 joela * packages/acs-core-docs/www/xml/install-guide/compatibility.xml: branches: 1.1.2; file compatibility.xml was initially added on branch oacs-4-6. * packages/acs-core-docs/www/compatibility.html: * packages/acs-core-docs/www/xml/install-guide/compatibility.xml: new compatibility matrix 2003-05-19 donb * packages/acs-kernel/acs-kernel.info: Removed duplicate parameters that snuck in when I merged with 4.6 2003-05-17 jeffd * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: * packages/acs-messaging/sql/postgresql/acs-messaging-create.sql: branches: 1.10.2; merge of 4.6.3b1 to HEAD * packages/acs-content-repository/sql/postgresql/content-symlink.sql: branches: 1.11.2; merge of 4.6.3b1 to HEAD * packages/acs-content-repository/sql/postgresql/content-keyword.sql: branches: 1.14.2; merge of 4.6.3b1 to HEAD * packages/notifications/www/object-goto.tcl: branches: 1.2.22; merge of 4.6.3b1 to HEAD * packages/acs-admin/www/users/user-batch-add-2.adp: * packages/acs-admin/www/users/user-batch-add.tcl: * packages/acs-content-repository/sql/common/mime-type-data.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.1-4.6.2.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.2-4.6.3.sql: * packages/acs-messaging/sql/postgresql/upgrade/upgrade-4.6.2-4.6.3.sql: branches: 1.2.4; merge of 4.6.3b1 to HEAD * packages/acs-content-repository/sql/postgresql/content-type.sql: branches: 1.28.2; merge of 4.6.3b1 to HEAD * packages/acs-api-browser/www/content-page-view.tcl: branches: 1.3.12; 1.3.14; 1.3.16; 1.3.18; merge of 4.6.3b1 to HEAD * packages/notifications/sql/postgresql/notifications-replies-create.sql: branches: 1.3.8; merge of 4.6.3b1 to HEAD * packages/acs-content-repository/sql/postgresql/content-revision.sql: branches: 1.31.2; merge of 4.6.3b1 to HEAD * packages/acs-admin/www/apm/version-dependency-add-2.tcl: * packages/acs-subsite/tcl/subsite-procs.xql: * packages/ref-countries/ref-countries.info: branches: 1.4.2; merge of 4.6.3b1 to HEAD * packages/acs-content-repository/sql/postgresql/content-create.sql: branches: 1.40.2; merge of 4.6.3b1 to HEAD * packages/acs-content-repository/sql/postgresql/content-item.sql: branches: 1.41.2; merge of 4.6.3b1 to HEAD * packages/acs-admin/www/apm/package-delete-2.tcl: branches: 1.5.2; merge of 4.6.3b1 to HEAD * packages/ref-language/ref-language.info: branches: 1.6.2; merge of 4.6.3b1 to HEAD * packages/notifications/tcl/notification-request-procs.tcl: branches: 1.7.4; merge of 4.6.3b1 to HEAD * packages/acs-content-repository/sql/postgresql/content-update.sql: branches: 1.7.8; merge of 4.6.3b1 to HEAD * packages/acs-content-repository/sql/postgresql/content-schedule.sql: branches: 1.8.8; merge of 4.6.3b1 to HEAD * packages/acs-content-repository/sql/postgresql/content-extlink.sql: branches: 1.9.2; merge of 4.6.3b1 to HEAD * packages/acs-admin/acs-admin.info: * packages/acs-admin/tcl/apm-admin-procs.tcl: * packages/acs-admin/www/apm/index.tcl: * packages/acs-admin/www/apm/package-add-2.tcl: * packages/acs-admin/www/apm/package-add.tcl: * packages/acs-admin/www/apm/package-delete.tcl: * packages/acs-admin/www/apm/packages-install-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/version-edit-2.tcl: * packages/acs-admin/www/apm/version-edit.tcl: * packages/acs-admin/www/apm/version-files.tcl: * packages/acs-admin/www/apm/version-reload.tcl: * packages/acs-admin/www/apm/version-view.tcl: * packages/acs-admin/www/index.tcl: * packages/acs-admin/www/users/complex-search.adp: * packages/acs-admin/www/users/complex-search.tcl: * packages/acs-admin/www/users/index.adp: * packages/acs-admin/www/users/one.tcl: * packages/acs-admin/www/users/one.xql: * packages/acs-admin/www/users/user-batch-add-2.tcl: * packages/acs-admin/www/users/user-batch-add.adp: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: * packages/acs-api-browser/www/content-page-view.adp: * packages/acs-api-browser/www/index.adp: * packages/acs-api-browser/www/package-view.tcl: * packages/acs-api-browser/www/proc-view.tcl: * packages/acs-api-browser/www/tcl-proc-view.adp: * packages/acs-api-browser/www/tcl-proc-view.tcl: * packages/acs-automated-testing/sql/postgresql/acs-automated-testing-create.sql: * packages/acs-automated-testing/tcl/aa-test-procs.tcl: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-bootstrap-installer/bootstrap.tcl: * packages/acs-bootstrap-installer/installer/auto-install.tcl: * packages/acs-bootstrap-installer/installer/index.tcl: * packages/acs-bootstrap-installer/installer/install-data-model.tcl: * packages/acs-bootstrap-installer/installer/packages-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/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/oracle/content-extlink.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-type.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.4-4.6.5.sql: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-image-drop.sql: * packages/acs-content-repository/sql/postgresql/content-image.sql: * packages/acs-content-repository/sql/postgresql/content-template.sql: * packages/acs-content-repository/sql/postgresql/packages-create.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.2-4.6.3.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.4-4.6.5.sql: * packages/acs-content-repository/tcl/content-procs.tcl: * packages/acs-content-repository/tcl/extlink-procs-oracle.xql: * packages/acs-content-repository/tcl/extlink-procs-postgresql.xql: * packages/acs-content-repository/tcl/extlink-procs.tcl: * packages/acs-content-repository/tcl/extlink-procs.xql: * packages/acs-content-repository/tcl/filter-procs-oracle.xql: * packages/acs-content-repository/tcl/filter-procs-postgresql.xql: * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-content-repository/tcl/filter-procs.xql: * packages/acs-content-repository/tcl/item-procs-oracle.xql: * packages/acs-content-repository/tcl/item-procs-postgresql.xql: * packages/acs-content-repository/tcl/item-procs.tcl: * packages/acs-content-repository/tcl/revision-procs-oracle.xql: * packages/acs-content-repository/tcl/revision-procs-postgresql.xql: * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-content-repository/tcl/revision-procs.xql: * packages/acs-lang/acs-lang.info: * packages/acs-lang/tcl/locale-procs-postgresql.xql: * packages/acs-lang/tcl/locale-procs.tcl: * packages/acs-lang/tcl/localization-procs.tcl: * packages/acs-lang/tcl/localization-procs.xql: * packages/acs-mail-lite/acs-mail-lite.info: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: * packages/acs-messaging/acs-messaging.info: * packages/acs-messaging/sql/postgresql/acs-messaging-drop.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: * packages/acs-reference/acs-reference.info: * packages/acs-reference/sql/postgresql/acs-reference-create.sql: * packages/acs-reference/sql/postgresql/acs-reference-drop.sql: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-service-contract/sql/oracle/acs-sc-packages-create.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-packages-drop.sql: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: * packages/acs-service-contract/www/contract-display-oracle.xql: * packages/acs-service-contract/www/contract-display-postgresql.xql: * packages/acs-service-contract/www/contract-display.adp: * packages/acs-service-contract/www/contract-display.tcl: * packages/acs-service-contract/www/index-oracle.xql: * packages/acs-service-contract/www/index-postgresql.xql: * packages/acs-service-contract/www/index.adp: * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql: * packages/acs-subsite/sql/postgresql/application-groups-create.sql: * packages/acs-subsite/tcl/application-group-procs-oracle.xql: * packages/acs-subsite/tcl/application-group-procs-postgresql.xql: * packages/acs-subsite/tcl/application-group-procs.tcl: * packages/acs-subsite/tcl/application-group-procs.xql: * packages/acs-subsite/tcl/rel-segments-procs-oracle.xql: * packages/acs-subsite/tcl/rel-segments-procs-postgresql.xql: * packages/acs-subsite/tcl/rel-segments-procs.tcl: * packages/acs-subsite/tcl/relation-procs.tcl: * 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/www/admin/group-types/index.tcl: * packages/acs-subsite/www/admin/group-types/one.tcl: * packages/acs-subsite/www/admin/groups/index.tcl: * packages/acs-subsite/www/admin/host-node-map/add.tcl: * packages/acs-subsite/www/admin/host-node-map/delete.tcl: * packages/acs-subsite/www/admin/index.adp: * packages/acs-subsite/www/admin/rel-segments/one-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/one.xql: * packages/acs-subsite/www/admin/relations/add.tcl: * packages/acs-subsite/www/admin/site-map/mount-oracle.xql: * packages/acs-subsite/www/admin/site-map/mount-postgresql.xql: * packages/acs-subsite/www/admin/site-map/mount.adp: * packages/acs-subsite/www/admin/site-map/mount.tcl: * packages/acs-subsite/www/admin/users/new.tcl: * packages/acs-subsite/www/index-oracle.xql: * packages/acs-subsite/www/index-postgresql.xql: * packages/acs-subsite/www/permissions/grant-2.tcl: * packages/acs-subsite/www/permissions/grant-oracle.xql: * packages/acs-subsite/www/permissions/grant-postgresql.xql: * packages/acs-subsite/www/permissions/grant.tcl: * packages/acs-subsite/www/permissions/one.adp: * packages/acs-subsite/www/permissions/one.tcl: * packages/acs-subsite/www/permissions/revoke-2.tcl: * packages/acs-subsite/www/permissions/revoke.tcl: * packages/acs-subsite/www/permissions/toggle-inherit.tcl: * packages/acs-subsite/www/register/index.tcl: * packages/acs-subsite/www/register/logout.tcl: * packages/acs-subsite/www/register/user-new-2.tcl: * packages/acs-subsite/www/shared/1pixel.tcl: * packages/acs-subsite/www/shared/images/Delete16.gif: * packages/acs-subsite/www/shared/images/Delete24.gif: * packages/acs-subsite/www/shared/images/Edit16.gif: * packages/acs-subsite/www/shared/images/Edit24.gif: * packages/acs-subsite/www/shared/images/spacer.gif: * packages/acs-subsite/www/user/basic-info-update-2.tcl: * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/acs-kernel-procs.tcl: * packages/acs-tcl/tcl/acs-kernel-procs.xql: * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs-oracle.xql: * 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/community-core-procs.tcl: * packages/acs-tcl/tcl/community-core-procs.xql: * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/form-processing-procs.tcl: * packages/acs-tcl/tcl/form-processing-procs.xql: * packages/acs-tcl/tcl/memoize-procs.tcl: * packages/acs-tcl/tcl/navigation-procs.tcl: * packages/acs-tcl/tcl/openacs-kernel-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/security-procs.tcl: * packages/acs-tcl/tcl/security-procs.xql: * packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl: * 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/text-html-procs.tcl: * packages/acs-tcl/tcl/user-extensions-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/resources/forms/plainest.adp: * packages/acs-templating/resources/forms/tiny-plain.adp: * packages/acs-templating/resources/forms/wizard.adp: * packages/acs-templating/tcl/0-procs.tcl: * packages/acs-templating/tcl/data-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/paginator-procs.tcl: * packages/acs-templating/tcl/parse-procs.tcl: * packages/acs-templating/tcl/query-procs.tcl: * packages/acs-templating/tcl/tag-init.tcl: * packages/acs-templating/tcl/util-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: * packages/acs-templating/www/doc/api/element.html: * packages/acs-templating/www/doc/demo/form.xql: * packages/acs-templating/www/doc/demo/index.html: * packages/acs-templating/www/doc/demo/multiaccess.tcl: * packages/acs-templating/www/doc/tagref/formtemplate.html: * packages/notifications/notifications.info: * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/oracle/notifications-package-create.sql: * packages/notifications/sql/oracle/notifications-replies-create.sql: * packages/notifications/sql/oracle/upgrade/upgrade-0.2d-0.3d.sql: * packages/notifications/sql/oracle/upgrade/upgrade-0.4d-4.6.1.sql: * packages/notifications/sql/oracle/upgrade/upgrade-4.6.1-4.6.2.sql: * packages/notifications/sql/postgresql/notifications-core-create.sql: * packages/notifications/sql/postgresql/notifications-package-create.sql: * packages/notifications/sql/postgresql/notifications-package-drop.sql: * packages/notifications/sql/postgresql/notifications-replies-package-create.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-0.2d-0.3d.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/tcl/notification-display-procs.tcl: * packages/notifications/tcl/notification-email-procs.tcl: * packages/notifications/tcl/notification-procs.tcl: * packages/notifications/tcl/notification-type-procs.tcl: * packages/notifications/tcl/sweep-procs.tcl: * packages/notifications/www/manage-oracle.xql: * packages/notifications/www/manage-postgresql.xql: * packages/notifications/www/manage.adp: * packages/notifications/www/manage.tcl: * packages/notifications/www/object-goto.xql: * packages/notifications/www/request-new.tcl: * packages/ref-timezones/ref-timezones.info: * packages/ref-timezones/sql/common/ref-timezones-data.csv: * packages/ref-timezones/sql/common/ref-timezones-rules.csv: * packages/ref-timezones/sql/postgresql/ref-timezones-create.sql: * packages/ref-timezones/sql/postgresql/ref-timezones-drop.sql: * packages/search/search.info: * packages/search/sql/postgresql/search-packages-create.sql: * packages/search/sql/postgresql/search-packages-drop.sql: * packages/search/sql/postgresql/search-tables-create.sql: * packages/search/sql/postgresql/upgrade/upgrade-4.5-4.5.1.sql: * packages/search/tcl/search-procs.xql: * readme.txt: * tcl/zz-postload.tcl: * www/default-master.adp: * www/default-master.tcl: * www/index.adp: * www/index.tcl: * www/login-status.adp: * www/login-status.tcl: merge of 4.6.3b1 to HEAD 2003-05-17 donb * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/acs-install.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/apm-create.sql: * packages/acs-kernel/sql/oracle/groups-body-create.sql: * packages/acs-kernel/sql/oracle/rel-segments-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.1-4.6.2.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.2-4.6.3.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/acs-logs-create.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/apm-drop.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/postgresql.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-4.5-4.5.1.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.1-4.7d.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.2-4.6.3.sql: Merged with 4.6 branch * packages/acs-kernel/sql/postgresql/acs-metadata-create.sql: branches: 1.18.2; Merged with 4.6 branch * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: branches: 1.26.2; Merged with 4.6 branch 2003-05-16 lars * packages/acs-templating/tcl/element-procs.tcl: Added a little clarification to the template::element::create -validate option 2003-05-16 janines * packages/acs-content-repository/sql/oracle/content-revision.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/oracle/types-create.sql: adding missing functions name and revision-name 2003-05-15 lars * packages/acs-tcl/tcl/utilities-procs.tcl: Added -no_empty switch to export_vars. If specified, variables with an empty string value will be suppressed from being exported. This avoids cluttering up the URLs with lots of unnecessary variables. If we weren't this close to an important release, I would advocate making -no_empty the default behavior. * packages/acs-tcl/tcl/text-html-procs.tcl: Added switch to string_truncate to allow you to specify your own ellipsis string * packages/acs-templating/tcl/date-procs.tcl: Carry the -html option to the form builder date widget on through to the HTML form elements * packages/acs-templating/tcl/tag-init.tcl: Fixed <group> tag so it allows you to pass in a variable instead of a fixed sting * packages/acs-tcl/tcl/text-html-procs.tcl: Stupid off-by-one: string_truncate -len 10 would give you a string of length 11 * packages/notifications/tcl/notification-procs.tcl: Truncate the notification subject. The column is only defined to be varchar(100), which is probably fairly reasonable, but also fairly easy to outgrow 2003-05-14 joela * packages/acs-core-docs/www/individual-programs.html: updated OpenACS link so it doesn't point to just 4.6 2003-05-13 peterm * packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: changing to reflect that since 4.6.2 the APM doesn't require the scanning and adding of files but only adding of watches. Adding mkdir of www dir. * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.xql: changing upgrade of packages to not remove parameters that are not present in the new version (this can be done explicitly in an upgrade script though). See discussion here: http://openacs.org/forums/message-view?message_id=100077 2003-05-13 lars * packages/acs-service-contract/tcl/contract-procs.tcl: * packages/acs-service-contract/tcl/implementation-procs.tcl: Added documentation for acs_sc::contract::new_from_spec and acs_sc::impl::new_from_spec 2003-05-13 joela * packages/acs-core-docs/www/index.adp: * packages/acs-core-docs/www/release-notes.html: updated for 4.6.3 2003-05-11 lars * packages/acs-tcl/tcl/apm-install-procs.tcl: Fixed dependency checking so we will automatically find package upgrades required by some package installation, in addition to new package installs 2003-05-10 lars * packages/acs-templating/tcl/element-procs.tcl: * packages/acs-templating/tcl/form-procs.tcl: Added documentation for my new form builder enhancements 2003-05-10 joela * packages/acs-core-docs/www/postgres.html: added red hat 9/openacs 7.2.4 compilation tip 2003-05-09 lars * packages/acs-tcl/tcl/form-processing-procs.tcl: Added documentation for on_refresh block, and expanded a bit on the documentation of on_request and on_submit. * packages/acs-admin/www/apm/packages-install-5.tcl: Added link to the site-map on main site for easier mounting * packages/acs-service-contract/sql/oracle/acs-sc-packages-create.sql: Clarified the error message when a service contract cannot be bound. Did the same for PostgreSQL a while ago. * packages/acs-admin/www/apm/version-reload.tcl: The 'Watch all files' link still had the long path which included packages/package-key, which it shouldn't. 2003-05-09 joela * packages/acs-core-docs/www/openacs.html: corrected https port 143 to 443 2003-05-08 peterm * packages/acs-admin/www/apm/package-delete-2.tcl: * packages/acs-admin/www/apm/package-delete.tcl: removing the checkbox to delete the files of a package when deleting it using the APM UI. I think it was too dangerous 2003-05-08 lars * packages/acs-templating/resources/forms/tiny-plain.adp: Added tiny-plain form template for super-small, embedded forms * packages/acs-templating/resources/forms/tiny-plain.adp: branches: 1.1.2; file tiny-plain.adp was initially added on branch oacs-4-6. 2003-05-07 lars * packages/acs-subsite/www/shared/images/Delete16.gif: * packages/acs-subsite/www/shared/images/Delete24.gif: * packages/acs-subsite/www/shared/images/Edit16.gif: * packages/acs-subsite/www/shared/images/Edit24.gif: Added Edit and Delete gifs * packages/acs-subsite/www/shared/images/Delete16.gif: branches: 1.1.2; file Delete16.gif was initially added on branch oacs-4-6. * packages/acs-subsite/www/shared/images/Delete24.gif: branches: 1.1.2; file Delete24.gif was initially added on branch oacs-4-6. * packages/acs-subsite/www/shared/images/Edit16.gif: branches: 1.1.2; file Edit16.gif was initially added on branch oacs-4-6. * packages/acs-subsite/www/shared/images/Edit24.gif: branches: 1.1.2; file Edit24.gif was initially added on branch oacs-4-6. 2003-05-07 donb * packages/acs-core-docs/www/xml/kernel/permissions-design.xml: * packages/acs-core-docs/www/xml/kernel/permissions-requirements.xml: Made some changes to the permissions docs which better reflect reality (but more work is needed, we need "how to" examples.) * packages/acs-core-docs/www/acs-admin.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/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/credits.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/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/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/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/linux-installation.html: * packages/acs-core-docs/www/mac-install.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/maintenance.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/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-mode.html: * packages/acs-core-docs/www/release-notes.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/software-versions.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-advanced.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-install.html: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/kernel/permissions-design.xml: Modified xml/kernel/permissions-design.xml and regenerated the html file (don't know why our makefile recreates each html file when you only change one xml file) 2003-05-06 peterm * packages/acs-subsite/www/shared/images/spacer.gif: adding spacer gif used by new-portal * packages/acs-subsite/www/shared/images/spacer.gif: branches: 1.1.2; file spacer.gif was initially added on branch oacs-4-6. 2003-05-06 lars * packages/acs-subsite/www/shared/1pixel.tcl: Don't log errors on 'i/o failed'. 2003-05-05 peterm * packages/acs-kernel/acs-kernel.info: adding the acs-kernel parameter DefaultPersistentLoginP in response to bug 474 * www/index.tcl: making the login box on the start page honor the DefaultPersistentLoginP parameter * packages/acs-tcl/tcl/apm-xml-procs.tcl: removing obsolete snippet of code writing an empty file list to info files * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.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/notifications/notifications.info: * packages/ref-timezones/ref-timezones.info: * packages/search/search.info: removing the file listings from the info files since those are no longer used by OpenACS 2003-05-04 peterm * packages/acs-tcl/tcl/apm-install-procs.xql: adding missing query apm_package_install_callbacks.delete_all_callbacks 2003-05-04 joela * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/credits.html: * packages/acs-core-docs/www/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/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/filename.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/linux-installation.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions-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-mode.html: * packages/acs-core-docs/www/release-notes.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/software-versions.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-advanced.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/unix-install.html: * packages/acs-core-docs/www/win2k-installation.html: * 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/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/os.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/red-hat.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: * packages/acs-core-docs/www/xml/openacs.xsl: Fixed: > missing link to http://openacs.org/doc/openacs-4-6-2/files/analog-dev.cfg.txt > http://openacs.org/doc/openacs-4-6-2/individual-programs.html Removed the link altogether - removed all links to files actually in the tarball 2003-05-04 donb * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.2-4.6.3.sql: Forgot to add my upgrade script during my last commit ... * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.2-4.6.3.sql: branches: 1.1.2; file upgrade-4.6.2-4.6.3.sql was initially added on branch oacs-4-6. 2003-05-03 donb * packages/acs-content-repository/tcl/revision-procs-oracle.xql: * packages/acs-content-repository/tcl/revision-procs-postgresql.xql: * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-content-repository/tcl/revision-procs.xql: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/acs-permissions-create.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.2-4.6.3.sql: * packages/acs-service-contract/tcl/msg-type-procs.tcl: 1. removed some needless LARS notices 2. removed acs_methods and friends from the permissions documentation and got rid of the commented-out table stubs. 3. dropping of permissions was broken in PG, fixed that. 4. cc_users and registered_users views have been sped up. 5. removed an unused and incorrect proc from revision-procs 6. updated acs-kernel to 4.6.3 2003-05-02 peterm * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fixing bug 471. Changing site_node::instantiate_and_mount so that context_id defaults to the closest not-null ancestor package in the site map (the one at the parent node might be null) 2003-05-02 lars * packages/acs-subsite/acs-subsite.info: Added edit-this-page's parameters to acs-subsite -- I know it's ugle. See bug #479 * packages/acs-subsite/www/permissions/one.adp: Fixed problems with the label for the checkboxes. 2003-05-01 peterm * packages/acs-automated-testing/tcl/aa-test-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: In order to get Logger Tcl API tests to pass on 4.6 branch I had to add the new procs util_sets_equal_p and aa_run_with_teardown (previously added on cvs head) * packages/acs-subsite/www/permissions/one.adp: * packages/acs-subsite/www/permissions/one.tcl: adding new parameter to permissions page - return_url. If it is present then instead of offering a link up to the Main Site we offer a link to return to the application the user came from * packages/acs-subsite/www/permissions/grant-2.tcl: * packages/acs-subsite/www/permissions/grant.tcl: * packages/acs-subsite/www/permissions/one.adp: * packages/acs-subsite/www/permissions/one.tcl: * packages/acs-subsite/www/permissions/revoke-2.tcl: * packages/acs-subsite/www/permissions/revoke.tcl: * packages/acs-subsite/www/permissions/toggle-inherit.tcl: adding the new URL parameter application_url to the /permissions/one page, and its neighboring pages, so that you can get back to an application after having managed the permissions of an application object. Previous commit by me to the /permissions/one page didn't fully get the job done. * packages/acs-subsite/www/admin/site-map/index-oracle.xql: branches: 1.7.2; removing the package_types query that has been encapsulated in the proc apm_application_new_checkbox (forgot to do this earlier) * packages/acs-subsite/www/admin/site-map/index-postgresql.xql: branches: 1.9.2; removing the package_types query that has been encapsulated in the proc apm_application_new_checkbox (forgot to do this earlier) * packages/acs-tcl/tcl/apm-procs.tcl: fixing proc apm_package_create_instance. It is invoking apm_package_instance_new. I earlier changed the contract of apm_package_instance_new but forgot to update apm_package_create_instance. * packages/acs-tcl/tcl/apm-procs-oracle.xql: * packages/acs-tcl/tcl/apm-procs-postgresql.xql: * packages/acs-tcl/tcl/apm-procs.tcl: when adding the proc apm_application_new_checkbox I forgot to put the different queries in the xql files. Jarkko fixed it. Thanks Jarkko 2003-04-30 joela * packages/acs-core-docs/www/files/config.tcl.txt: added comments * packages/acs-core-docs/www/openacs.html: cvs link, tweaks 2003-04-30 janines * packages/acs-tcl/tcl/security-procs.tcl: add urls which can be accessed without logging in 2003-04-29 peterm * www/index.adp: changes on start page: mention of bboard changed to forums, added new link to the contribute page to encourage people to get involved and contribute back 2003-04-29 joela * etc/analog.cfg: branches: 1.2.4; new location for config files * etc/config.tcl: new location for config files * readme.txt: updated for 4.6.3 * packages/acs-core-docs/www/acs-admin.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/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/credits.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/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/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/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/linux-installation.html: * packages/acs-core-docs/www/mac-install.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/maintenance.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/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-mode.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/software-versions.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-advanced.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-install.html: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/developers-guide/packages.xml: * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.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/openacs.xml: * packages/acs-core-docs/www/xml/openacs.xsl: updated version number to 4.6.3, fixed a few typos, changed doc email address to docs@openacs.org alias * etc/openacs.tcl: wrong file name 2003-04-29 daveb * etc/openacs.tcl: Adding file for Joel. 2003-04-28 peterm * packages/acs-tcl/tcl/utilities-procs.tcl: reverting the change between versions 1.19.2.12 and 1.19.2.13. The change would break some application and the proc export_vars is not supposed to do HTML quoting. To have & HTML quoted as & you need to invoke ad_quotehtml. On cvs head we will make the templating system invoke ad_quotehtml by default (aka the noquote patch) 2003-04-28 jong * packages/acs-tcl/tcl/widgets-procs.tcl: fixed erroneous selected in ad_db_select widget 2003-04-28 joela * packages/acs-core-docs/www/files/analog.cfg.txt: * packages/acs-core-docs/www/files/config.tcl.txt: * packages/acs-core-docs/www/files/dbstart.txt: * packages/acs-core-docs/www/files/emacs.txt: * packages/acs-core-docs/www/files/openacs4.tcl.txt: * packages/acs-core-docs/www/files/package-documentation.xml: * packages/acs-core-docs/www/files/qmail.rc.txt: * packages/acs-core-docs/www/files/run.txt: * packages/acs-core-docs/www/files/tcp.smtp.txt: Merging oacs-4-6 with HEAD for /packages/acs-core-docs/www/files * etc/analog.cfg: file analog.cfg was initially added on branch HEAD. * etc/config.tcl: file config.tcl was initially added on branch HEAD. * readme.txt: new recommended config file directory etc added 2003-04-28 jeffd * packages/acs-templating/tcl/paginator-procs.tcl: fix paginator::get_pages not showing last page bug 451/patch 157 Timo Hentschel * packages/acs-templating/tcl/richtext-procs.tcl: syntax error in display mode for richtext bug 445 patch 155 Ola Hansson 2003-04-26 peterm * packages/acs-tcl/tcl/utilities-procs.tcl: full merge from the oacs-4-6 branch up until version 1.19.2.13 * packages/acs-tcl/tcl/utilities-procs.tcl: making export_vars -url separate variables with & instead of &. URLs wouldn't be HTML 4.01 Transitional compliant otherwise 2003-04-26 donb * packages/acs-content-repository/tcl/revision-procs-oracle.xql: title and mime_type weren't set for the initial revision of an image. 2003-04-25 peterm * packages/acs-api-browser/acs-api-browser.info: * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: * packages/acs-api-browser/www/index.adp: * packages/acs-api-browser/www/proc-view.adp: Applying patch 156 by Jamie Rasmussen adding syntax highlighting to source code for Tcl procs in the acs-api-browser. 2003-04-25 lars * packages/acs-templating/tcl/widget-procs.tcl: Added comment about what happens in the widget::input display mode * packages/acs-templating/www/doc/demo/index.html: Added link to submit-test form * packages/acs-templating/tcl/element-procs.tcl: Fixed bug catched by Janine: when a form element doesn't have any mode set, it would never check for required elements * packages/acs-templating/resources/forms/wizard.adp: Fixed button handling in the wizard form template * packages/acs-templating/www/doc/demo/index.html: Renamed links to view template and compiled template for display-edit demo form to say 'view' instead of 'submit' * packages/acs-templating/www/doc/demo/display-edit.adp: Use normal form template, not wizard 2003-04-23 peterm * packages/acs-admin/tcl/apm-admin-procs.tcl: changing proc apm_header to use ad_context_bar instead of deprecated ad_admin_context_bar. Adding a proc doc to clarify that apm_header is only for APM UI pages. * packages/acs-tcl/tcl/navigation-procs.tcl: finishing the cleanup of the context bar soup. Deprecating ad_admin_context_bar and making it invoke ad_context_bar which is now the canonical proc for all context bars. Also making previously deprecated procs ad_context_bar_ws and ad_context_bar_ws_or_index invoke ad_context_bar. Updating various proc documentations to reflect recent changes 2003-04-23 lars * packages/acs-admin/www/apm/version-reload.tcl: Re-fixed the file watching problem when you're coming from the 'reload changed' page 2003-04-22 peterm * packages/acs-tcl/tcl/navigation-procs.tcl: Lars didn't remove all traces of My Workspace in the context bar in previous commit so I completed that job. * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: adding proc ad_assert_arg_value_in_list on 4-6 branch (it was added previously on head) * packages/acs-templating/tcl/data-procs.tcl: adding the float datatype that can be used by the form builder. Making the integer datatype accept a leading plus and making the message say invalid integer instead of invalid number * packages/acs-templating/tcl/data-procs.tcl: adding the form builder float data type on the 4-6 branch (previously added on head) 2003-04-22 lars * packages/acs-service-contract/www/contract-display-oracle.xql: * packages/acs-service-contract/www/contract-display-postgresql.xql: * packages/acs-service-contract/www/contract-display.adp: * packages/acs-service-contract/www/contract-display.tcl: * packages/acs-service-contract/www/index-oracle.xql: * packages/acs-service-contract/www/index-postgresql.xql: * packages/acs-service-contract/www/index.adp: Added display of implementation owner, and added display of implementations when you click to view a contract. * packages/acs-service-contract/www/contract-display-oracle.xql: branches: 1.1.2; file contract-display-oracle.xql was initially added on branch oacs-4-6. * packages/acs-service-contract/www/contract-display-postgresql.xql: branches: 1.1.2; file contract-display-postgresql.xql was initially added on branch oacs-4-6. 2003-04-22 donb * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: * packages/acs-messaging/sql/postgresql/upgrade/upgrade-4.6.2-4.6.3.sql: 1. Fixed a type mismatch problem in acs-messaging for PostgreSQL that was ignored by versions before 7.3 and therefore had been missed. 2. Fixed a problem in static pages regarding misunderstanding of how nsv_array set works by someone who worked on it at some point. 3. Fixed a typo in static pages for PostgreSQL (misspelled function name) 4. Fixed a typo in a query in survey. * packages/acs-messaging/sql/postgresql/upgrade/upgrade-4.6.2-4.6.3.sql: branches: 1.1.2; file upgrade-4.6.2-4.6.3.sql was initially added on branch oacs-4-6. 2003-04-21 peterm * www/default-master.adp: * www/default-master.tcl: changes to our default master: 1) Making it take a doc_type property so that packages can choose for example to change from 4.01 transitional (default) to XHTML 1.0 2) Checking that the default master validates as both 4.01 transitional and XHTML 1.0 strict 3) indenting the the html more properly * www/index.adp: changing title of the default start page from Contratulations to ad_system_name. Seems more reasonable given that far from everybody replaces the start page immediately. 2003-04-21 donb * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/postgresql/postgresql.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.2-4.6.3.sql: Changed a minor bug regarding the definition of user_tab_comments, bumped to 4.6.3 and added an upgrade script (we may not release a 4.6.3 but if we do, we're ready!) * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.2-4.6.3.sql: branches: 1.1.2; file upgrade-4.6.2-4.6.3.sql was initially added on branch oacs-4-6. 2003-04-19 joela * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-dev.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/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/credits.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/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/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/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/linux-installation.html: * packages/acs-core-docs/www/mac-install.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/maintenance.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/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-mode.html: * packages/acs-core-docs/www/release-notes.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/software-versions.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-advanced.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-install.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/Makefile: * 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/install-guide/aolserver.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/maintenance.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/os.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: * packages/acs-core-docs/www/xml/openacs.xsl: assorted bug fixes and fixed missing files * packages/acs-core-docs/www/xml/install-guide/maintenance.xml: branches: 1.1.2; file maintenance.xml was initially added on branch oacs-4-6. 2003-04-15 peterm * packages/acs-tcl/tcl/form-processing-procs.tcl: clarifying in ad_form documentation that the form block must be extended to completion before the action blocks such as select_query are defined * www/index-oracle.xql: * www/index-postgresql.xql: sorting the package select query on the start page so that the grouping by initial_install_p works 2003-04-15 joela * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-dev.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/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/credits.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/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/filename.html: * packages/acs-core-docs/www/files/qmail.rc.txt: * 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/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/linux-installation.html: * packages/acs-core-docs/www/maintenance.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/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-mode.html: * packages/acs-core-docs/www/release-notes.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/software-versions.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-advanced.html: * packages/acs-core-docs/www/tutorial-database.html: * packages/acs-core-docs/www/tutorial-debug.html: * packages/acs-core-docs/www/tutorial-pages.html: * packages/acs-core-docs/www/tutorial.html: * packages/acs-core-docs/www/unix-install.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/files/qmail.rc.txt: * packages/acs-core-docs/www/xml/openacs.xsl: added missing upgrade and qmail.rc.txt files * packages/acs-core-docs/www/files/qmail.rc.txt: * packages/acs-core-docs/www/xml/files/qmail.rc.txt: branches: 1.1.2; file qmail.rc.txt was initially added on branch oacs-4-6. 2003-04-15 jeffd * packages/acs-templating/tcl/date-procs.tcl: * packages/acs-templating/tcl/element-procs.tcl: * packages/acs-templating/tcl/query-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: adds signed hidden vars. dont emit value on option list if value and label match * packages/acs-admin/www/users/one.tcl: * packages/acs-admin/www/users/one.xql: fix hardcoded security_context_root of 0 * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: is_valid_child needs relation to determine if its a valid child. needs upgrade script * packages/acs-templating/tcl/element-procs.tcl: small bug in signing hidden vars 2003-04-15 daveb * packages/acs-templating/www/doc/guide/form-widgets.html: Started custom form widget doc. It still needs much work. 2003-04-14 peterm * 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-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: Adding quick-add bar for applications in the site-map. Adding a delete link for site-nodes that will also delete any mounted package. * packages/acs-subsite/www/admin/site-map/package-new.tcl: site-map UI: fixing setting of context_id when creating new packages. The old query would bomb when parent_id was null (the Main Site) 2003-04-12 tilmanns * packages/acs-tcl/tcl/utilities-procs.tcl: Small documentation clarification in util_ns_set_to_list and util_list_to_ns_set. 2003-04-11 donb * readme.txt: Changed text to reflect the fact that we require PG 7.2 or better * packages/acs-templating/resources/forms/plainest.adp: Fixed bug introduced by, I believe, changes made by Lars elsewhere 2003-04-11 andrewp * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: * packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl: * packages/acs-tcl/tcl/00-database-procs.tcl: Trivial tweak to syntax of db_available_pools proc. * packages/acs-bootstrap-installer/db-init-checks-oracle.tcl: branches: 1.5.8; Trivial tweak to syntax of db_available_pools proc. 2003-04-10 andrewp * packages/acs-core-docs/www/xml/files/openacs4.tcl.txt: Added acs/database DB API config section. 2003-04-09 peterm * packages/acs-tcl/tcl/parameter-procs.tcl: documenting the new string trim behaviour of the parameter::get proc 2003-04-09 andrewp * packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl: * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/00-database-procs.tcl: Completed db_* api multi-database support. Can now use db api for both Oracle and PostgreSQL at the same time. 2003-04-08 peterm * www/default-master.tcl: Changing the page title default to be the name of the current package rather than the system name * packages/acs-tcl/tcl/parameter-procs.tcl: String trimming all parameter values returned by parameter::get. Was motivated to do this after I was contacted by Gregor Obernoster who couldn't get acs_community_member_link to work because of an accidental trailing slash in the CommunityMemberURL param. 2003-04-07 tilmanns * packages/acs-tcl/tcl/utilities-procs.tcl: Adding -text switch to util_text_to_url, otherwise it fails with values that start with a dash. * packages/acs-tcl/tcl/site-nodes-procs.tcl: Make instantiate_and_mount work with package names that start with a dash. 2003-04-07 peterm * www/default-master.tcl: adding a check to avoid Javascript error when there is no form field to focus on * www/index-oracle.xql: * www/index-postgresql.xql: * www/index.adp: * www/index.tcl: dividing the package listing on the OpenACS start page into core packages and other packages (grouping by initial_install_p). This helps navigation 2003-04-07 joela * packages/acs-core-docs/www/xml/files/package-documentation-template.xml: branches: 1.1.2; file package-documentation-template.xml was initially added on branch oacs-4-6. * packages/acs-core-docs/www/xml/developers-guide/tutorial.xml: branches: 1.3.2; updated tutorial * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: branches: 1.4.2; updated tutorial; added and updated supporting files; minor tweaks * packages/acs-core-docs/www/xml/files/config.tcl.txt: * packages/acs-core-docs/www/xml/files/package-documentation-template.xml: tweaks and corrections to tutorial and supporting files * packages/acs-core-docs/www/xml/Makefile: * 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-debug.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: * packages/acs-core-docs/www/xml/kernel/tcl-doc.xml: * packages/acs-core-docs/www/xml/openacs.css: updated tutorial * 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/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/credits.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/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/filename.html: * packages/acs-core-docs/www/files/config.tcl.txt: * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/index.adp: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/linux-installation.html: * packages/acs-core-docs/www/maintenance-web.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.css: * 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-mode.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/software-versions.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-advanced.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/win2k-installation.html: updated tutorial; added and updated supporting files; minor tweaks 2003-04-06 peterm * packages/acs-api-browser/www/index.adp: * packages/acs-api-browser/www/proc-search.tcl: clarifying for Tcl API search that the new exact search applies to the name only. Clarifying what Feeling Lucky means with the label "Only best match" 2003-04-06 donb * packages/acs-kernel/acs-kernel.info: * packages/acs-tcl/tcl/apm-xml-procs.tcl: * www/index.tcl: 1. Added kernel param IndexRedirectUrl which allows one to specify a url that the index template will redirect to. dotLRN in particular wants users to land at /dotlrn. 2. Changed the index file to implement this. 3. Removed unused proc from apm-xml-procs.tcl 2003-04-05 peterm * packages/acs-api-browser/www/index.adp: * packages/acs-api-browser/www/proc-search.tcl: adding exact match to Tcl proc search so that now, if you know the proc name you can bring up the doc with one mouse click * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: adding proc ad_assert_arg_value_in_list which is a first stab at providing some kind of systematic argument checking for ad_proc arguments * packages/acs-tcl/tcl/apm-install-procs.tcl: * www/index.adp: making change to core package names and the quick links bar on the start page as proposed here: http://openacs.org/forums/message-view?message_id=90829 * packages/acs-admin/www/apm/index.tcl: speeding up the APM index page significantly by making reload links optional 2003-04-05 donb * packages/acs-bootstrap-installer/installer/packages-install.tcl: Finished round one of the XML-driven application install enhancement to acs-bootstrap-installer. It now works well enough to automatically install and configure dotLRN. 2003-04-04 peterm * packages/acs-tcl/tcl/apm-file-procs.tcl: adding proc apm_get_watchable_files and apm_cancel_all_watches and cleaning up the watch API a little * packages/acs-automated-testing/tcl/aa-test-init.tcl: * packages/acs-automated-testing/tcl/aa-test-procs.tcl: adding the aa_run_with_teardown proc for guaranteed teardown in test cases. Moving nsv initialization to a new \-init.tcl file where it belongs * packages/acs-automated-testing/tcl/test/example-test-init.tcl: * packages/acs-automated-testing/tcl/test/example-test-procs.tcl: * packages/acs-lang/tcl/test/acs-lang-test-init.tcl: * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/test/acs-tcl-test-init.tcl: * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: changing the file structure of acs-automated-testing tests as outlined in this post: http://openacs.org/forums/message-view?message_id=90563 * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: giving the right people (myself included of course) credit for the OpenACS 4.6.2 testing effort * packages/acs-admin/www/apm/file-watch-cancel.tcl: * packages/acs-admin/www/apm/file-watch.tcl: * packages/acs-admin/www/apm/package-watch-cancel.tcl: * packages/acs-admin/www/apm/package-watch.tcl: * packages/acs-admin/www/apm/version-files.tcl: improving file watch support in the APM UI. Making watch target scripts redirect back instead of giving confirmation. Adding ability to cancel watch of whole package. * packages/acs-admin/www/apm/index.tcl: language fix: committed an incomplete sentence in last commit * packages/acs-admin/www/apm/index.tcl: removing incorrect help statement trying to explain what an installed package is * packages/acs-api-browser/www/proc-search.tcl: speeding up proc search by always redirecting straight to proc-view page if there is only one matching proc * www/index.adp: start page enhancement: moving the important package links (the meat of the page) fairly high up so you don't have to scroll down everytime you want to navigate to a package 2003-04-04 donb * packages/acs-bootstrap-installer/installer/index.tcl: * packages/acs-bootstrap-installer/installer/packages-install.tcl: First step towards implementing an XML-based extension to the installer that allows one to declare application packges to install and mount, and to set parameter values during the install. Package install and mount works now, I'll finish the parameter stuff tomorrow. This will allow vertical apps to specify their payload, so to speak, to set their default master template and all that jazz automatically for the user. dotLRN being the first beneficiary of course! 2003-04-03 peterm * packages/acs-subsite/www/admin/site-map/unmounted.tcl: Correcting text - singletons are not necessarily unmountable. Adding javascript confirm box to deletion of packages. Adding if_no_rows comment to both db_foreach statements. * packages/acs-admin/acs-admin.info: correcting version url that wasn't updated which broke Jarkko's upgrade * packages/acs-subsite/www/admin/site-map/unmounted.tcl: fixing HTML typo (i tag instead of li tag) * packages/notifications/notifications.info: fixing version number inconsistencies in info file for version 0.5. Somebody forgot to bump up the number in all places * packages/acs-tcl/tcl/apm-file-procs.tcl: making the new proc apm_file_watchable_p check its path argument more strictly * packages/acs-core-docs/www/release-notes.html: removed obsolete paragraph about testing in release notes 2003-04-02 peterm * packages/acs-automated-testing/tcl/aa-test-procs.tcl: * packages/acs-automated-testing/www/admin/init-file-resource.tcl: * packages/acs-automated-testing/www/admin/testcase.adp: * packages/acs-automated-testing/www/admin/testcase.tcl: adding a link for re-sourcing a test init file on the testcase page so you don't have to restart the server when the test code has changed. We have been putting test case definitions in test_procs files and I think they should be moved to test_init files instead. The convention should be that procs files only contain ad_proc statements and only init files execute code. * packages/acs-admin/www/apm/index.tcl: adding a view files link for each package (there used to be such a link and a count). Made showing all packages the default (this is what at least I want 99% of the time and I'm assuming other developers will have similar needs) * packages/acs-admin/www/apm/file-watch.tcl: * packages/acs-admin/www/apm/version-files.tcl: changing the version-files page to use the new apm_file_watchable_p proc. Passing the path relative to server root to apm_file_watch proc. * packages/acs-admin/www/apm/file-watch.tcl: clarifying in ad_page_contract documentation that paths to file-watch page are relative to package root, not server root * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: commenting behaviour of site_node::instantiate_and_mount and apm_package_instance_new when the package is a singleton and an instance already exists * packages/acs-admin/www/apm/file-watch.tcl: fixing watching of files - a path relative to package root is passed to file-watch.tcl but the apm_file_watch proc needs the path to be relative to server root * 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/site-nodes-procs.tcl: improving argument handling of apm_package_instance_new proc. Adding proc apm_file_watchable_p proc that determines if a file is appropriate to watch. * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: making the incompatible query message a warning rather than an error and making it more informative * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/tcl-documentation-tests.tcl: removing obsolete file tcl-documentation-tests.tcl as there was an annoying warning about its type not being recognized on every server startup 2003-04-02 joela * packages/acs-core-docs/www/files/analog.cfg.txt: * packages/acs-core-docs/www/xml/files/analog.cfg.txt: branches: 1.1.2; file analog.cfg.txt was initially added on branch oacs-4-6. * packages/acs-core-docs/www/files/config.tcl.txt: * packages/acs-core-docs/www/xml/files/config.tcl.txt: branches: 1.1.2; file config.tcl.txt was initially added on branch oacs-4-6. * packages/acs-core-docs/www/files/emacs.txt: * packages/acs-core-docs/www/xml/files/emacs.txt: branches: 1.1.2; file emacs.txt was initially added on branch oacs-4-6. * packages/acs-core-docs/www/files/package-documentation.xml: * packages/acs-core-docs/www/xml/files/package-documentation.xml: branches: 1.1.2; file package-documentation.xml was initially added on branch oacs-4-6. * packages/acs-core-docs/www/files/run.txt: * packages/acs-core-docs/www/xml/files/run.txt: branches: 1.1.2; file run.txt was initially added on branch oacs-4-6. * packages/acs-core-docs/www/files/tcp.smtp.txt: * packages/acs-core-docs/www/xml/files/tcp.smtp.txt: branches: 1.1.2; file tcp.smtp.txt was initially added on branch oacs-4-6. * packages/acs-core-docs/www/files/analog.cfg.txt: * packages/acs-core-docs/www/files/config.tcl.txt: * packages/acs-core-docs/www/files/emacs.txt: * packages/acs-core-docs/www/files/openacs4.tcl.txt: * packages/acs-core-docs/www/files/package-documentation.xml: * packages/acs-core-docs/www/files/run.txt: * packages/acs-core-docs/www/files/tcp.smtp.txt: * packages/acs-core-docs/www/xml/files/analog.cfg.txt: * packages/acs-core-docs/www/xml/files/config.tcl.txt: * packages/acs-core-docs/www/xml/files/emacs.txt: * packages/acs-core-docs/www/xml/files/openacs4.tcl.txt: * packages/acs-core-docs/www/xml/files/package-documentation.xml: * packages/acs-core-docs/www/xml/files/run.txt: * packages/acs-core-docs/www/xml/files/tcp.smtp.txt: updated supporting files to match revised general documentation; added directory and files for tutorial 2003-04-02 donb * packages/acs-bootstrap-installer/installer/index.tcl: Bogus proc call killed error check 2003-03-31 tilmanns * packages/acs-subsite/www/admin/site-map/parameter-set.tcl: Cosmetic improvement: only display the warning about parameters set in config files when there are such parameters set. 2003-03-31 peterm * packages/acs-admin/www/apm/index.tcl: disabling watches on the APM index page in performance mode and providing a link to the parameter page * packages/acs-admin/www/apm/index.tcl: disabling watches on the APM index page in performance mode and providing a link to the parameter page fixing bug 377 * packages/acs-admin/www/apm/packages-install-5.tcl: fixing spelling mistake in server process killed sentence * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: making the query *NOT* compatible error message more informative by logging the db version of the query as well as the system db version * packages/acs-tcl/tcl/apm-xml-procs.tcl: merging in ns_xml fixes from oacs-4-6 branch (-j 1.11.2.4) 2003-03-31 daveb * www/login-status.tcl: branches: 1.1.2.2.2; Util_get_current_url proc does not exist. Replaced with ad_return_url1~ 2003-03-30 joela * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: *** empty log message *** * 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/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/os.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/recovery.xml: * packages/acs-core-docs/www/xml/install-guide/red-hat.xml: * packages/acs-core-docs/www/xml/install-guide/software.xml: * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: * packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml: Updated and tested backup/recovery * packages/acs-core-docs/www/acs-dev.html: * packages/acs-core-docs/www/dev-guide.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/tutorial-advanced.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: added tutorial * 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-debug.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-extended.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial.xml: added tutorial - most is at second draft level of quality; debug, automated testing, and advanced topics are mostly incomplete * packages/acs-core-docs/www/xml/install-guide/database-maintenance.xml: branches: 1.1.2; file database-maintenance.xml was initially added on branch oacs-4-6. * packages/acs-core-docs/www/xml/install-guide/recovery.xml: branches: 1.1.2; file recovery.xml was initially added on branch oacs-4-6. * packages/acs-core-docs/www/xml/install-guide/red-hat.xml: branches: 1.1.2; file red-hat.xml was initially added on branch oacs-4-6. * packages/acs-core-docs/www/xml/install-guide/software.xml: branches: 1.1.2; file software.xml was initially added on branch oacs-4-6. * packages/acs-core-docs/www/tutorial-advanced.html: branches: 1.1.2; file tutorial-advanced.html was initially added on branch oacs-4-6. * packages/acs-core-docs/www/xml/developers-guide/tutorial-advanced.xml: branches: 1.1.2; file tutorial-advanced.xml was initially added on branch oacs-4-6. * packages/acs-core-docs/www/tutorial-database.html: branches: 1.1.2; file tutorial-database.html was initially added on branch oacs-4-6. * packages/acs-core-docs/www/xml/developers-guide/tutorial-db.xml: branches: 1.1.2; file tutorial-db.xml was initially added on branch oacs-4-6. * packages/acs-core-docs/www/tutorial-debug.html: branches: 1.1.2; file tutorial-debug.html was initially added on branch oacs-4-6. * packages/acs-core-docs/www/xml/developers-guide/tutorial-debug.xml: branches: 1.1.2; file tutorial-debug.xml was initially added on branch oacs-4-6. * packages/acs-core-docs/www/xml/developers-guide/tutorial-extended.xml: branches: 1.1.2; file tutorial-extended.xml was initially added on branch oacs-4-6. * packages/acs-core-docs/www/tutorial-newpackage.html: branches: 1.1.2; file tutorial-newpackage.html was initially added on branch oacs-4-6. * packages/acs-core-docs/www/tutorial-pages.html: branches: 1.1.2; file tutorial-pages.html was initially added on branch oacs-4-6. * packages/acs-core-docs/www/xml/developers-guide/tutorial-pages.xml: branches: 1.1.2; file tutorial-pages.xml was initially added on branch oacs-4-6. * packages/acs-core-docs/www/xml/install-guide/macinstall.xml: branches: 1.2.2; Updated and tested backup/recovery * packages/acs-core-docs/www/mac-install.html: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/upgrade.html: branches: 1.3.2; updated backup/recovery * packages/acs-core-docs/www/xml/index.xml: linked tutorial back in * packages/acs-core-docs/www/xml/openacs.xsl: tweaked version number * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-dev.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/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/credits.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/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/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/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/linux-installation.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/maintenance.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/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-mode.html: * packages/acs-core-docs/www/release-notes.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/software-versions.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/unix-install.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win2k-installation.html: updated backup/recovery 2003-03-29 joela * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-dev.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/backup-recovery.html: * packages/acs-core-docs/www/bootstrap-acs.html: * packages/acs-core-docs/www/credits.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/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/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/index.html: * packages/acs-core-docs/www/individual-programs.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/install-redhat.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/linux-installation.html: * packages/acs-core-docs/www/mac-install.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/maintenance-web.html: * packages/acs-core-docs/www/maintenance.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/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-mode.html: * packages/acs-core-docs/www/release-notes.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/software-versions.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/unix-install.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win2k-installation.html: 4.6.2 update * packages/acs-core-docs/www/backup-recovery.html: branches: 1.1.2; file backup-recovery.html was initially added on branch oacs-4-6. * packages/acs-core-docs/www/database-management.html: branches: 1.1.2; file database-management.html was initially added on branch oacs-4-6. * packages/acs-core-docs/www/individual-programs.html: branches: 1.1.2; file individual-programs.html was initially added on branch oacs-4-6. * packages/acs-core-docs/www/install-redhat.html: branches: 1.1.2; file install-redhat.html was initially added on branch oacs-4-6. * packages/acs-core-docs/www/linux-installation.html: branches: 1.1.2; file linux-installation.html was initially added on branch oacs-4-6. * packages/acs-core-docs/www/maintenance-web.html: branches: 1.1.2; file maintenance-web.html was initially added on branch oacs-4-6. * packages/acs-core-docs/www/maintenance.html: branches: 1.1.2; file maintenance.html was initially added on branch oacs-4-6. * packages/acs-core-docs/www/software-versions.html: branches: 1.1.2; file software-versions.html was initially added on branch oacs-4-6. 2003-03-29 donb * packages/ref-timezones/sql/common/ref-timezones-data.csv: * packages/ref-timezones/sql/common/ref-timezones-rules.csv: Created CSV files for the timezone data and rules that can be loaded by either PostgreSQL or Oracle many, many times more quickly than inserts. Code to do the loading will be checked in after I write it. * packages/ref-timezones/sql/common/ref-timezones-data.csv: branches: 1.1.2; file ref-timezones-data.csv was initially added on branch oacs-4-6. * packages/ref-timezones/sql/common/ref-timezones-rules.csv: branches: 1.1.2; file ref-timezones-rules.csv was initially added on branch oacs-4-6. 2003-03-28 peterm * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: logging stack trace when a query file cannot be parsed * packages/acs-tcl/tcl/30-xml-utils-procs.tcl: merging Don's ns_xml fixes on the 4-6 branch onto head (-j 1.4.4.3) 2003-03-28 lars * packages/acs-tcl/tcl/defs-procs.tcl: Made ad_return_url also be able to return POST'ed variables. * packages/acs-tcl/tcl/form-processing-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: Removed util_get_current_url and switched to using ad_return_url instead. 2003-03-27 peterm * packages/acs-admin/www/apm/packages-install-4.tcl: * packages/acs-admin/www/apm/packages-install-5.tcl: adding a restart server link after package installation. People (including myself) used to forget restarting the server which was frustrating * packages/acs-subsite/www/register/index.tcl: applying patch 131 by Randy Ferrer. Changes ad_parameter to parameter::get and export_form_vars to export_vars * packages/acs-admin/www/apm/packages-install-5.tcl: branches: 1.1.2; file packages-install-5.tcl was initially added on branch oacs-4-6. 2003-03-27 lars * packages/acs-tcl/tcl/text-html-procs.tcl: And also the close tags. Apologies for all those small commits. * packages/acs-tcl/tcl/text-html-procs.tcl: Enhanced text: Removing line breaks after paragraph-breaking HTML tags as well. 2003-03-27 donb * packages/acs-lang/tcl/localization-procs.tcl: * packages/acs-lang/tcl/localization-procs.xql: * packages/acs-lang/www/index.html: * packages/ref-timezones/sql/postgresql/ref-timezones-create.sql: A variety of changes that add up to making outlook synchronization work with PostgreSQL (at all) and Oracle (better). 1. Changed calendar to read SystemTimezone rather than hardwire it to US/Eastern. 2. Made calendar depend on acs-lang since that's where the param lives. 3. Fixed the query on the acs-lang page that lets you set the timezone (used the Oracle-ism UNIQUE rather than the standard DISTINCT) 4. Saw that the test stuff doesn't work and got rid of the links on the index page - people can live without testing it for this release (we should fix it for 4.7) 5. Fixed timezone__local_to_utc so it works with calendar, though it's very whacky (shifted so the timezone'd date part is the UTC date, would be much much better to use timestamp without timezone but PG doesn't accept that syntax for function returns and we're not ready to drop PG 7.2 support yet so I can't take advantage of the timestamp/timestamptz type names, sigh) 2003-03-26 lars * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Applied patch #112. * packages/acs-tcl/tcl/text-html-procs.tcl: Applied patch #122 * packages/acs-subsite/www/admin/relations/add.tcl: Fixed bug #368: /admin/relations/add doesn't forward return_url to /admin/parties/new * packages/acs-templating/www/doc/demo/form.xql: Fixed bug #369: ad_template_sample_users_seq, not _sequence * packages/acs-tcl/tcl/text-html-procs.tcl: Fixed enhanced text formatting of UL, LI, and other tags that do paragraph breaks themselves. * packages/acs-tcl/tcl/form-processing-procs.tcl: Got rid of search_query_name, which doesn't work anymore * packages/acs-admin/www/apm/file-watch.tcl: Merged bug fix to file watching over from head * packages/acs-admin/www/apm/file-watch.tcl: Watching the wrong path. 2003-03-25 lars * packages/acs-api-browser/www/index.adp: * packages/acs-api-browser/www/tcl-proc-view.adp: * packages/acs-api-browser/www/tcl-proc-view.tcl: Made it clearer that you're searching AOLserver API. * packages/acs-admin/www/users/complex-search.adp: * packages/acs-admin/www/users/complex-search.tcl: Sorting user list, and fixed formatting 2003-03-24 peterm * packages/acs-tcl/tcl/site-nodes-procs-oracle.xql: fixed previous commit of a pg function in an oracle xql file * packages/acs-admin/www/apm/packages-install.tcl: * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: removing debug printouts that I forgot to remove earlier 2003-03-24 lars * packages/acs-templating/tcl/richtext-procs.tcl: The error message from ad_html_security_check wasn't HTML quoted like it should be. 2003-03-24 donb * packages/acs-kernel/sql/oracle/groups-body-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.1-4.6.2.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql: Fixed a problem with the party_approved_member_map uncovered by Dave Bauer. 2003-03-23 donb * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-bootstrap-installer/installer/install-data-model.tcl: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/tcl/item-procs.tcl: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql: * 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-subsite/tcl/subsite-procs.tcl: * packages/acs-tcl/acs-tcl.info: * 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-templating/acs-templating.info: * packages/ref-countries/ref-countries.info: * packages/ref-language/ref-language.info: * packages/ref-timezones/ref-timezones.info: * readme.txt: 1. Made it possible to upgrade from acs-kernel 4.6.1 to acs-kernel 4.6.2 by using the APM rather than running the upgrade script by hand from PSQL or SQL*Plus. 2. Changed a bunch of package .info files to depend on acs-kernel 4.6.2 to force the APM to upgrade acs-kernel (and therefore the APM datamodel) before anything else. No guarantee on this though since not all packages properly define their dependence on the kernel, it appears. 3. Whacked the release notes to suggest people use the APM to upgrade acs-kernel first, other package later, just for safety's sake. 4. Fixed goof-up in acs-subsite I accidently introduced. 2003-03-22 jeffd * packages/acs-content-repository/tcl/item-procs.tcl: fix typo at end of file 2003-03-21 peterm * packages/acs-subsite/acs-subsite.info: the version url was not updated and this broke the upgrade to 4.6.2 2003-03-21 jeffd * packages/acs-tcl/tcl/00-database-procs.tcl: dont default the magic args var in db_list_of_ns_sets 2003-03-21 donb * packages/acs-kernel/sql/oracle/acs-permissions-create.sql: * packages/acs-kernel/sql/oracle/groups-body-create.sql: * packages/acs-kernel/sql/oracle/rel-segments-body-create.sql: * packages/acs-kernel/sql/oracle/rel-segments-create.sql: Accidently dropped the latest PG rather than Oracle versions of these files here. 2003-03-20 peterm * packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl: * 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: fixing bug 370 - deletion of empty departments in dotlrn. The apm_package_instance_delete proc was misspelled. Making the delete_site_nodes_and_package proc delete the child nodes before parents. 2003-03-20 lars * packages/acs-tcl/tcl/form-processing-procs.tcl: * packages/acs-templating/tcl/element-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: * packages/acs-templating/www/doc/api/element.html: Added 'maxlength' feature on form elements, which works correctly for multibyte characters * packages/acs-tcl/tcl/utilities-procs.tcl: Added Danish letters to util_text_to_url * packages/acs-templating/tcl/element-procs.tcl: Fixed bug #360: Treat 'display' mode elements the same as inform widgets, and don't bomb on categories that are blank * packages/acs-tcl/tcl/utilities-procs.tcl: Fixed util_text_to_url's resolve_conflicts_p switch, which didn't work * packages/acs-templating/tcl/element-procs.tcl: Forgot the ad_proc doc * packages/acs-templating/tcl/widget-procs.tcl: Removed the search query name stuff. It didn't work, because it would get resolved in the wrong namespace 2003-03-20 donb * packages/acs-bootstrap-installer/installer/install-data-model.tcl: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/content-extlink.sql: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.4-4.6.5.sql: * packages/acs-content-repository/sql/postgresql/content-extlink.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/packages-create.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.4-4.6.5.sql: * packages/acs-content-repository/tcl/extlink-procs-oracle.xql: * packages/acs-content-repository/tcl/extlink-procs-postgresql.xql: * packages/acs-content-repository/tcl/extlink-procs.tcl: * packages/acs-content-repository/tcl/extlink-procs.xql: * packages/acs-content-repository/tcl/item-procs-oracle.xql: * packages/acs-content-repository/tcl/item-procs-postgresql.xql: * packages/acs-content-repository/tcl/item-procs.tcl: Removed the vile fs_simple_objects added by OF to store URLs in file storage despite the existence of a non-versioned URL type in the content repository. Upgrade scripts provided. I added Tcl API to the content repository to honor our desire to export the SQL API to Tcl client code. 1. folder contents are now counted correctly (bug fix) 2. The fs_objects view is now usable in PG (it was a UNION view before and therefore didn't scale) 3. Code in file storage is considerably simpler now and all file storage objects are now stored in the content repository, as they should be. The Oracle version may need some work I'll finish testing this afternoon. * packages/acs-content-repository/tcl/extlink-procs-oracle.xql: branches: 1.1.2; file extlink-procs-oracle.xql was initially added on branch oacs-4-6. * packages/acs-content-repository/tcl/extlink-procs-postgresql.xql: branches: 1.1.2; file extlink-procs-postgresql.xql was initially added on branch oacs-4-6. * packages/acs-content-repository/tcl/extlink-procs.tcl: branches: 1.1.2; file extlink-procs.tcl was initially added on branch oacs-4-6. * packages/acs-content-repository/tcl/extlink-procs.xql: branches: 1.1.2; file extlink-procs.xql was initially added on branch oacs-4-6. * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.4-4.6.5.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.4-4.6.5.sql: branches: 1.1.2; file upgrade-4.6.4-4.6.5.sql was initially added on branch oacs-4-6. 2003-03-19 jeffd * packages/acs-content-repository/tcl/acs-content-repository-procs-oracle.xql: comma missing between crftd.path, crftd.storage_area_key 2003-03-19 daveb * packages/acs-templating/tcl/util-procs.tcl: Fix typo that caused number_list to return an empty_list * packages/acs-templating/tcl/util-procs.tcl: Fix typo that caused number_list to return and empty list every time. 2003-03-18 lars * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fixed missing backspace at end of line problem 2003-03-17 lars * packages/acs-tcl/tcl/form-processing-procs.tcl: Merged over changes 1.24 - 1.28 from HEAD 2003-03-17 donb * packages/acs-kernel/sql/oracle/acs-permissions-create.sql: * packages/acs-kernel/sql/oracle/groups-body-create.sql: * packages/acs-kernel/sql/oracle/rel-segments-body-create.sql: * packages/acs-kernel/sql/oracle/rel-segments-create.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: Migrated the 4.6.1 permissions stuff to HEAD * packages/acs-tcl/tcl/apm-xml-procs.tcl: Removed merge error accidently committed a couple of days ago ... * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/tcl/application-group-procs-oracle.xql: * packages/acs-subsite/tcl/application-group-procs-postgresql.xql: * packages/acs-subsite/tcl/application-group-procs.tcl: * packages/acs-subsite/tcl/application-group-procs.xql: * packages/acs-subsite/tcl/rel-segments-procs-oracle.xql: * packages/acs-subsite/tcl/rel-segments-procs-postgresql.xql: * packages/acs-subsite/tcl/rel-segments-procs.tcl: * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/tcl/subsite-procs.xql: * packages/acs-subsite/www/admin/group-types/index.tcl: * packages/acs-subsite/www/admin/group-types/one.tcl: * packages/acs-subsite/www/admin/groups/index.tcl: You can once again mount/dismount subsites and delete of subsite works in the simple case (i.e. when you've deleted everything you've added to it via the site map or group/user/relseg admin UI) * packages/acs-kernel/sql/postgresql/rel-segments-body-create.sql: branches: 1.10.2; Migrated the 4.6.1 permissions stuff to HEAD 2003-03-17 andrewp * packages/acs-bootstrap-installer/db-init-checks-oracle.tcl: * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: * packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl: * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/table-display-procs.tcl: Added base multi-db support to the db_* API. * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Added comment only re. number_p returns true for empty_string. * packages/acs-bootstrap-installer/bootstrap.tcl: Made ns_logs slightly clearer. 2003-03-16 lars * packages/acs-templating/tcl/richtext-procs.tcl: Added error when you try to set or get an invalid property. * packages/acs-subsite/www/permissions/grant-oracle.xql: * packages/acs-subsite/www/permissions/grant-postgresql.xql: * packages/acs-subsite/www/permissions/grant.tcl: * packages/acs-subsite/www/permissions/one.adp: Tiny UI improvements 2003-03-15 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: Added on_request block (or rather tweaked my earlier effort) 2003-03-14 lars * packages/acs-subsite/www/index-oracle.xql: * packages/acs-subsite/www/index-postgresql.xql: Only show site-nodes which you have permission to read. I hope Don's recent permissions changes makes this not too expensive. * packages/acs-subsite/acs-subsite.info: Upped the version number so the callback change gets read in by the APM 2003-03-14 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: * packages/acs-tcl/tcl/form-processing-procs.xql: Added "-on_request" block ... removed form-processing-procs.xql because I followed Roberto's gentle suggestion to use db_nextval instead to get the next sequence value ... * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: Changed nextval to return an error if neither the sequence nor view hack exist. 2003-03-13 tilmanns * bin/create-tablespace.tcl: Adding a simple tcl commandline script that produces sql statements to create a new tablespace, similar to the online version and pinds.com. 2003-03-13 peterm * packages/acs-admin/www/apm/file-watch-cancel.tcl: * packages/acs-admin/www/apm/index.tcl: * packages/acs-tcl/tcl/apm-file-procs.tcl: adding the ability to cancel all watches in the system * packages/acs-kernel/sql/postgresql/groups-create.sql: bumping up allowed length of group_type column in group_types table from 100 to 400. Adding a subject in dotlrn with a 100 length subject pretty_name would break otherwise (the group_type becomes department key + subject pretty_name) * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql: making upgrade script use timestamptz like the create script * packages/acs-tcl/tcl/apm-procs.tcl: rephrasing log statement to be able to close bug 222 2003-03-13 lars * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: Fix bug #334: Truncate subject to 200 characters. * packages/acs-subsite/www/permissions/grant-oracle.xql: * packages/acs-subsite/www/permissions/grant-postgresql.xql: * packages/acs-subsite/www/permissions/grant.tcl: Sort parties list and add email * packages/acs-subsite/www/admin/site-map/mount-oracle.xql: * packages/acs-subsite/www/admin/site-map/mount-postgresql.xql: * packages/acs-subsite/www/admin/site-map/mount.adp: * packages/acs-subsite/www/admin/site-map/mount.tcl: Templated the mount page, and made it display instances of packages with a non-null auto_mount under 'unmounted packages' instead of under packages that are probably not supposed to be mounted anywhere. * packages/acs-subsite/www/admin/site-map/mount.adp: branches: 1.1.2; file mount.adp was initially added on branch oacs-4-6. 2003-03-13 donb * packages/acs-kernel/sql/oracle/rel-segments-create.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-create.sql: * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-subsite/www/shared/bold-button.gif: * packages/acs-subsite/www/shared/checkbox.gif: * packages/acs-subsite/www/shared/checkboxchecked.gif: * packages/acs-subsite/www/shared/images/add.gif: * packages/acs-subsite/www/shared/images/bold-button.gif: * packages/acs-subsite/www/shared/images/checkbox.gif: * packages/acs-subsite/www/shared/images/checkboxchecked.gif: * packages/acs-subsite/www/shared/images/diamond.gif: * packages/acs-subsite/www/shared/images/go.gif: * packages/acs-subsite/www/shared/images/italic-button.gif: * packages/acs-subsite/www/shared/images/left.gif: * packages/acs-subsite/www/shared/images/new.gif: * packages/acs-subsite/www/shared/images/radio.gif: * packages/acs-subsite/www/shared/images/radiochecked.gif: * packages/acs-subsite/www/shared/images/right.gif: * packages/acs-subsite/www/shared/images/underline-button.gif: * packages/acs-subsite/www/shared/images/url-button.gif: * packages/acs-subsite/www/shared/italic-button.gif: * packages/acs-subsite/www/shared/radio.gif: * packages/acs-subsite/www/shared/radiochecked.gif: * packages/acs-subsite/www/shared/underline-button.gif: * packages/acs-subsite/www/shared/url-button.gif: * packages/acs-tcl/tcl/30-xml-utils-procs.tcl: * packages/acs-tcl/tcl/apm-xml-procs.tcl: * packages/acs-templating/tcl/richtext-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: Migrated over changes to move some GIF resources into a common subdirectory in the subsite package, so anyone who can read the main site can read the images (previously you had to grant read privs to "/doc" explicitly to get the graphics stored by acs-datetime to show up. * packages/acs-subsite/www/shared/bold-button.gif: * packages/acs-subsite/www/shared/images/add.gif: * packages/acs-subsite/www/shared/images/bold-button.gif: * packages/acs-subsite/www/shared/images/checkbox.gif: * packages/acs-subsite/www/shared/images/checkboxchecked.gif: * packages/acs-subsite/www/shared/images/diamond.gif: * packages/acs-subsite/www/shared/images/go.gif: * packages/acs-subsite/www/shared/images/italic-button.gif: * packages/acs-subsite/www/shared/images/left.gif: * packages/acs-subsite/www/shared/images/new.gif: * packages/acs-subsite/www/shared/images/radio.gif: * packages/acs-subsite/www/shared/images/radiochecked.gif: * packages/acs-subsite/www/shared/images/right.gif: * packages/acs-subsite/www/shared/images/underline-button.gif: * packages/acs-subsite/www/shared/images/url-button.gif: * packages/acs-subsite/www/shared/italic-button.gif: * packages/acs-subsite/www/shared/underline-button.gif: * packages/acs-subsite/www/shared/url-button.gif: * packages/acs-templating/tcl/richtext-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: 1. created /acs-subsite/www/shared/images for images that need to be readable by all who can read the main subsite 2. changed existing references to /acs-subsite/www/shared/*.gif 3. made acs-datetime use these instead of /doc/acs-datetime/pics so it is no longer necessary to grant broad read privs to the /doc package in order to see calendar left/right arrow widgets etc * packages/acs-subsite/www/shared/images/add.gif: branches: 1.1.2; file add.gif was initially added on branch oacs-4-6. * packages/acs-subsite/www/shared/images/bold-button.gif: branches: 1.1.2; file bold-button.gif was initially added on branch oacs-4-6. * packages/acs-subsite/www/shared/images/checkbox.gif: branches: 1.1.2; file checkbox.gif was initially added on branch oacs-4-6. * packages/acs-subsite/www/shared/images/checkboxchecked.gif: branches: 1.1.2; file checkboxchecked.gif was initially added on branch oacs-4-6. * packages/acs-subsite/www/shared/images/diamond.gif: branches: 1.1.2; file diamond.gif was initially added on branch oacs-4-6. * packages/acs-subsite/www/shared/images/go.gif: branches: 1.1.2; file go.gif was initially added on branch oacs-4-6. * packages/acs-subsite/www/shared/images/italic-button.gif: branches: 1.1.2; file italic-button.gif was initially added on branch oacs-4-6. * packages/acs-subsite/www/shared/images/left.gif: branches: 1.1.2; file left.gif was initially added on branch oacs-4-6. * packages/acs-subsite/www/shared/images/new.gif: branches: 1.1.2; file new.gif was initially added on branch oacs-4-6. * packages/acs-subsite/www/shared/images/radio.gif: branches: 1.1.2; file radio.gif was initially added on branch oacs-4-6. * packages/acs-subsite/www/shared/images/radiochecked.gif: branches: 1.1.2; file radiochecked.gif was initially added on branch oacs-4-6. * packages/acs-subsite/www/shared/images/right.gif: branches: 1.1.2; file right.gif was initially added on branch oacs-4-6. * packages/acs-subsite/www/shared/images/underline-button.gif: branches: 1.1.2; file underline-button.gif was initially added on branch oacs-4-6. * packages/acs-subsite/www/shared/images/url-button.gif: branches: 1.1.2; file url-button.gif was initially added on branch oacs-4-6. 2003-03-12 peterm * packages/acs-lang/tcl/localization-data-init.tcl: pt_BR (portugese - Brazil) datetime locale data provided by Roberto 2003-03-12 lars * packages/notifications/tcl/notification-procs.tcl: Accepted patch #108 which fixes bug #324 2003-03-12 jeffd * packages/acs-subsite/tcl/subsite-procs.tcl: add subsite::get and subsite::get_element patch 104 Frank Nikolajsen * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: * packages/acs-api-browser/www/proc-view.tcl: xql file display hack bug 155 patch 48 patch 49 Mark Auflick 2003-03-12 donb * packages/acs-kernel/sql/postgresql/groups-body-create.sql: I accidently dropped a trigger create when I switched back to dropping and creating them instead of using "create or replace function" (which doesn't quite work in PG 7.3 unfortunately when the function's attached to a trigger) 2003-03-11 peterm * packages/acs-lang/bin/check-catalog-file-path.pl: changing regexp to allow for 3 character as well as 2 character country code in catalog consistency check script * packages/acs-kernel/catalog/acs-kernel.ast_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.fi_FI.ISO-8859-15.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.ja_JP.Shift_JIS.xml: * packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.pl_PL.ISO-8859-2.xml: * packages/acs-kernel/catalog/acs-kernel.pt_BR.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.ru_RU.windows-1251.xml: * packages/acs-kernel/catalog/acs-kernel.sv_SE.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.TIS-620.xml: * packages/acs-lang/catalog/acs-lang.ast_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.ISO-8859-7.xml: * 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/catalog/acs-lang.fi_FI.ISO-8859-15.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.it_IT.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ja_JP.Shift_JIS.xml: * packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.pl_PL.ISO-8859-2.xml: * packages/acs-lang/catalog/acs-lang.pt_BR.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.ru_RU.windows-1251.xml: * packages/acs-lang/catalog/acs-lang.sh_HR.ISO-8859-5.xml: * packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ast_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.ISO-8859-7.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.fi_FI.ISO-8859-15.xml: * packages/acs-subsite/catalog/acs-subsite.fr_FR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.ja_JP.Shift_JIS.xml: * packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pl_PL.ISO-8859-2.xml: * packages/acs-subsite/catalog/acs-subsite.ru_RU.windows-1251.xml: * packages/acs-subsite/catalog/acs-subsite.sh_HR.ISO-8859-5.xml: * packages/acs-subsite/catalog/acs-subsite.sv_SE.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ast_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_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.fi_FI.ISO-8859-15.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.it_IT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.pl_PL.ISO-8859-2.xml: * packages/acs-tcl/catalog/acs-tcl.pt_BR.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.ru_RU.windows-1251.xml: * packages/acs-tcl/catalog/acs-tcl.sh_HR.ISO-8859-5.xml: * packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml: * packages/notifications/catalog/notifications.gl_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.no_NO.ISO-8859-1.xml: committing the latest translations from the dotLRN translation server 2003-03-11 donb * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/rollout-email-procs.tcl: Added Andrew Grumet's cute little set of procs to allow one to modify the behavior of ns_sendmail for various testing scenarios. * packages/acs-tcl/tcl/rollout-email-procs.tcl: Andrew's cute set of procs that let you log, redirect, or filter e-mail sent by your server (for development setups). Controllable from your nsd.tcl config file ... * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql: Sped up the view used to build the denormalized acs_privilege_descendant_map table. * packages/acs-tcl/tcl/rollout-email-procs.tcl: branches: 1.1.2; file rollout-email-procs.tcl was initially added on branch oacs-4-6. 2003-03-10 peterm * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-xml-procs.tcl: * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: Deprecating apm_version_file_list and making it use apm_get_package_files. Deprecating db_package_supports_rdbms_p (use apm_package_supports_rdbms_p instead). Removing debug printouts * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: adding note warning about watching the file from the APM UI. Making sure db type of sqlj files is set correctly * packages/acs-admin/www/apm/version-generate-tarball.tcl: branches: 1.3.4; removing code no longer needed now that file listings are not stored in info files and db. I may not find time to do this change on the 4.6 branch, but the change as it's just removal of dead code. * packages/acs-admin/www/apm/index-oracle.xql: * packages/acs-admin/www/apm/index-postgresql.xql: branches: 1.6.22; removing the file count for packages on the APM index page as counting from the file system would be fairly expensive (maybe as much as a second for many packages) * packages/acs-api-browser/www/package-view.adp: * packages/acs-api-browser/www/package-view.tcl: changing the package-view api browsing page to get file listings from the file system instead of from db * packages/acs-admin/www/apm/version-reload.tcl: changing the reload page to reflect that files are no longer stored in the db * packages/acs-tcl/tcl/apm-xml-procs.tcl: * packages/acs-tcl/tcl/apm-xml-procs.xql: changing to no longer read/write file listings and database support from/to info files. This info is now determined directly from the paths in the file system (see procs apm_get_package_files and apm_package_supports_rdbms_p) * packages/acs-tcl/tcl/apm-procs.tcl: making apm_load_libraries be based on apm_get_package_files for consistency * packages/acs-tcl/tcl/apm-procs.tcl: making apm_version_load_status use file system based procs rather than db. Making apm_load_libraries be based on apm_get_package_files for consistency * packages/acs-admin/www/apm/write-all-specs.tcl: * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/apm-file-procs.xql: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.xql: removing code no longer needed now that file listings are not stored in info files and db. I may not find time to do this change on the 4.6 branch, but the change as it's just removal of dead code. * packages/acs-admin/www/apm/index-oracle.xql: * packages/acs-admin/www/apm/index-postgresql.xql: * packages/acs-admin/www/apm/index.tcl: removing the file count for packages on the APM index page as counting from the file system would be fairly expensive (maybe as much as a second for many packages) * packages/acs-admin/www/apm/version-callback-add-edit.adp~: * packages/acs-admin/www/apm/version-callback-add-edit.tcl~: * packages/acs-admin/www/apm/version-callback-add.adp~: * packages/acs-admin/www/apm/version-callback-add.tcl~: * packages/acs-admin/www/apm/version-callback-delete.tcl~: * packages/acs-admin/www/apm/version-callbacks-add.adp~: * packages/acs-admin/www/apm/version-callbacks.adp~: * packages/acs-admin/www/apm/version-callbacks.tcl~: * packages/acs-admin/www/apm/version-i18n-index.tcl~: removing tilde files committed by mistake * packages/acs-admin/www/apm/packages-install.tcl: replacing use of db_package_supports_rdbms_p with the new file system based apm_package_supports_rdbms_p proc * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: tightening up regexp for create and drop scripts even more than Don did previously. Adding apm_package_supports_rdbms_p that examines db type of files in file system to determine support. Tightening up regexp for apm_guess_db_type so that only sql, xql, and tcl files have a db type. 2003-03-09 jeffd * packages/acs-content-repository/sql/common/mime-type-data.sql: tweak the mappings a little and make the text descriptions easier to scan in select widget 2003-03-09 donb * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/tcl/application-group-procs-oracle.xql: * packages/acs-subsite/tcl/application-group-procs-postgresql.xql: * packages/acs-subsite/tcl/application-group-procs.tcl: * packages/acs-subsite/tcl/relation-procs.tcl: * 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/users/new.tcl: 1. Peter's APM changes broke subsite mounting because the old post instantiate routine wasn't really called until after the site node for the subsite was mounted. No problem - I changed it to be an after-mount callback instead (which was the idea all along) 2. Earlier changes made by me broke the adding of users by an admin, because the main subsite no longer has a group defined by default separate from registered users. The registered users group *is* the main subsite membership group. Had to add a special check for this case. 3. Removed the naughty composition rel added by application_group::new. This caused subsites to have undesirable side-effects (add admin to subsite and the user magically became an admin of the supersite, if you defined an admin_rel and adminstrator relational segment in each) * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: Fixed regexp that caused forums-forums-create.sql to be labelled a datamodel create script for the forums package. 2003-03-07 lars * packages/acs-templating/acs-templating.info: * packages/acs-templating/tcl/form-procs.tcl: * packages/acs-templating/www/doc/tagref/formtemplate.html: Added parameter DefaultFormStyle for the default form style to use when none is specified. Used to be hard-coded to 'standard', now there's a site-wide setting for it. * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/community-core-procs.xql: Caching the person::name proc * packages/acs-subsite/www/user/basic-info-update-2.tcl: * packages/acs-tcl/tcl/community-core-procs.tcl: Forgot to flush the cache when the user's name changes * packages/acs-tcl/tcl/apm-xml-procs.xql: Merge problem: Query to get callback info was not merged over from HEAD * packages/acs-api-browser/www/index.adp: Merged over the fix to make AOLserver API work from HEAD * packages/acs-tcl/tcl/navigation-procs.tcl: Removed Your Workspace from context bar completely. I'd accidentally committed a change earlier with a comment from collaboraid.biz! * packages/acs-kernel/acs-kernel.info: * www/default-master.adp: * www/login-status.tcl: Removed Your Workspace from the context bar and put it in the default-master template instead. * packages/acs-templating/tcl/form-procs.tcl: Renamed the action implementation from form:action to form:formaction to avoid clashes with normal form elements named 'action'. * www/login-status.adp: branches: 1.1.2.1.2; Removed Your Workspace from the context bar and put it in the default-master template instead. * www/login-status.adp: branches: 1.1.2; file login-status.adp was initially added on branch oacs-4-6. * www/login-status.tcl: branches: 1.1.2; file login-status.tcl was initially added on branch oacs-4-6. 2003-03-07 jeffd * packages/acs-tcl/tcl/request-processor-procs.tcl: adds a ad_conn -get all to return the full data set for ad_conn, mostly for debugging * packages/acs-templating/tcl/query-procs.tcl: adds a template::multirow columns commmand, multirow foreach simply return if an empty or columnless multirow passed in * packages/acs-tcl/tcl/security-procs.tcl: make the -token_id flag work as advertised 2003-03-06 lars * packages/acs-tcl/acs-tcl.info: Jeff removed the navigation-procs-dbtype.xql files, but forgot to remove them from the .info file. Now that's done. * packages/acs-subsite/www/shared/bold-button.gif: * packages/acs-subsite/www/shared/italic-button.gif: * packages/acs-subsite/www/shared/underline-button.gif: * packages/acs-subsite/www/shared/url-button.gif: Merged over the richtext buttons from HEAD 2003-03-06 donb * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/openacs-kernel-procs.tcl: Improved handling of errors in db_transaction (at least I hope I did) 2003-03-05 lars * packages/acs-content-repository/sql/oracle/content-type.sql: Added check that content type is a subclass of content_revision, so you don't accidentally subclass something else, like I did * 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-4.6.1-4.7d1.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.3-4.6.4.sql: * packages/acs-content-repository/sql/postgresql/content-type.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.3-4.6.4.sql: * packages/acs-content-repository/tcl/keyword-procs-oracle.xql: * packages/acs-content-repository/tcl/keyword-procs-postgresql.xql: * packages/acs-content-repository/tcl/keyword-procs.tcl: * packages/acs-content-repository/tcl/keyword-procs.xql: * packages/acs-content-repository/www/doc/guide/keywords.html: Merged over workflow/bug-tracker changes from 4.6 branch * packages/acs-templating/www/doc/demo/form.xql: Remove PG info * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-bootstrap-installer/bootstrap.tcl: * packages/acs-bootstrap-installer/installer.tcl: * packages/acs-bootstrap-installer/installer/auto-install.tcl: * packages/acs-bootstrap-installer/installer/index.tcl: * packages/acs-bootstrap-installer/installer/install-data-model.tcl: * packages/acs-bootstrap-installer/installer/packages-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-tcl/acs-tcl.info: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/30-xml-utils-procs.tcl: * packages/acs-tcl/tcl/apm-file-procs.tcl: * 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-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/form-processing-procs.tcl: * packages/acs-tcl/tcl/memoize-procs.tcl: * packages/acs-tcl/tcl/navigation-procs.tcl: * packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/text-html-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: Upgrade to 4.6.2 * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/common/mime-type-data.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.3-4.6.4.sql: * packages/acs-content-repository/sql/postgresql/content-type.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.5-4.6.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.3-4.6.4.sql: * packages/acs-content-repository/tcl/keyword-procs-oracle.xql: * packages/acs-content-repository/tcl/keyword-procs-postgresql.xql: * packages/acs-content-repository/tcl/keyword-procs.tcl: * packages/acs-content-repository/tcl/keyword-procs.xql: * packages/acs-content-repository/www/doc/guide/keywords.html: Upgrade to 4.6.2: A few bug fixes, Tcl API for keywords. * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.1-4.6.2.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql: Upgrade to 4.6.2: APM changes and change in installation procedure * packages/acs-service-contract/acs-service-contract.info: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: * packages/acs-service-contract/tcl/contract-procs-oracle.xql: * packages/acs-service-contract/tcl/contract-procs-postgresql.xql: * packages/acs-service-contract/tcl/contract-procs.tcl: * packages/acs-service-contract/tcl/implementation-procs-oracle.xql: * packages/acs-service-contract/tcl/implementation-procs-postgresql.xql: * packages/acs-service-contract/tcl/implementation-procs.tcl: * packages/acs-service-contract/tcl/implementation-procs.xql: * packages/acs-service-contract/tcl/msg-type-procs-oracle.xql: * packages/acs-service-contract/tcl/msg-type-procs-postgresql.xql: * packages/acs-service-contract/tcl/msg-type-procs.tcl: * packages/acs-service-contract/tcl/msg-type-procs.xql: Upgrade to 4.6.2: Added Tcl API for definining contracts and implementations * packages/acs-templating/acs-templating.info: * packages/acs-templating/resources/forms/coddo.adp: * packages/acs-templating/resources/forms/grid.adp: * packages/acs-templating/resources/forms/plain.adp: * packages/acs-templating/resources/forms/plainest.adp: * packages/acs-templating/resources/forms/standard-lars.adp: * packages/acs-templating/resources/forms/standard.adp: * packages/acs-templating/resources/forms/wizard.adp: * packages/acs-templating/tcl/0-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/parse-procs.tcl: * packages/acs-templating/tcl/richtext-procs.tcl: * packages/acs-templating/tcl/tag-init.tcl: * packages/acs-templating/tcl/widget-procs.tcl: * packages/acs-templating/www/doc/demo/display-edit.adp: * packages/acs-templating/www/doc/demo/display-edit.tcl: * packages/acs-templating/www/doc/demo/index.html: * packages/acs-templating/www/doc/tagref/group.html: Upgrade to 4.6.2: Form builder extensions, richtext widget, etc. * packages/notifications/notifications.info: * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/oracle/notifications-package-create.sql: * packages/notifications/sql/oracle/upgrade/upgrade-4.6.1-4.6.2.sql: * packages/notifications/sql/postgresql/notifications-core-create.sql: * packages/notifications/sql/postgresql/notifications-package-create.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql: * packages/notifications/tcl/notification-display-procs.tcl: * packages/notifications/tcl/notification-procs.tcl: * packages/notifications/tcl/notification-procs.xql: * packages/notifications/tcl/notification-request-procs.tcl: * packages/notifications/tcl/notification-type-procs-oracle.xql: * packages/notifications/tcl/notification-type-procs-postgresql.xql: * packages/notifications/tcl/notification-type-procs.tcl: * packages/notifications/tcl/notification-type-procs.xql: * packages/notifications/tcl/sweep-procs.tcl: * packages/notifications/tcl/sweep-procs.xql: * packages/notifications/www/manage-oracle.xql: * packages/notifications/www/manage-postgresql.xql: * packages/notifications/www/manage.adp: * packages/notifications/www/request-new.tcl: Upgrade to 4.6.2: Notifications extensions - dynamic notifications recipients. * packages/acs-admin/acs-admin.info: * packages/acs-admin/www/apm/file-add-2.tcl: * packages/acs-admin/www/apm/file-add-2.xql: * packages/acs-admin/www/apm/file-add.tcl: * packages/acs-admin/www/apm/file-add.xql: * packages/acs-admin/www/apm/file-remove.tcl: * packages/acs-admin/www/apm/file-remove.xql: * packages/acs-admin/www/apm/file-watch.tcl: * packages/acs-admin/www/apm/file-watch.xql: * packages/acs-admin/www/apm/index.tcl: * packages/acs-admin/www/apm/package-add-2.tcl: * packages/acs-admin/www/apm/package-add.tcl: * packages/acs-admin/www/apm/package-delete-2.tcl: * packages/acs-admin/www/apm/package-delete.tcl: * packages/acs-admin/www/apm/package-watch.tcl: * packages/acs-admin/www/apm/packages-install-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/version-callback-add-edit.adp: * packages/acs-admin/www/apm/version-callback-add-edit.tcl: * packages/acs-admin/www/apm/version-callback-delete.tcl: * packages/acs-admin/www/apm/version-callbacks-add.adp: * packages/acs-admin/www/apm/version-callbacks.adp: * packages/acs-admin/www/apm/version-callbacks.tcl: * packages/acs-admin/www/apm/version-dependency-add-2.tcl: * packages/acs-admin/www/apm/version-edit-2.tcl: * packages/acs-admin/www/apm/version-edit.tcl: * packages/acs-admin/www/apm/version-edit.xql: * packages/acs-admin/www/apm/version-files-oracle.xql: * packages/acs-admin/www/apm/version-files-postgresql.xql: * packages/acs-admin/www/apm/version-files.tcl: * packages/acs-admin/www/apm/version-files.xql: * packages/acs-admin/www/apm/version-reload.tcl: * packages/acs-admin/www/apm/version-view.tcl: * packages/acs-admin/www/apm/version-view.xql: Upgrade to 4.6.2: The infamous APM changes, workflow, bug-tracker, etc. * packages/acs-content-repository/tcl/keyword-procs-oracle.xql: branches: 1.1.2; file keyword-procs-oracle.xql was initially added on branch oacs-4-6. * packages/acs-content-repository/tcl/keyword-procs-postgresql.xql: branches: 1.1.2; file keyword-procs-postgresql.xql was initially added on branch oacs-4-6. * packages/acs-content-repository/tcl/keyword-procs.tcl: branches: 1.1.2; file keyword-procs.tcl was initially added on branch oacs-4-6. * packages/acs-content-repository/tcl/keyword-procs.xql: branches: 1.1.2; file keyword-procs.xql was initially added on branch oacs-4-6. * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.1-4.6.2.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql: * packages/notifications/sql/oracle/upgrade/upgrade-4.6.1-4.6.2.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql: branches: 1.1.2; file upgrade-4.6.1-4.6.2.sql was initially added on branch oacs-4-6. * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.3-4.6.4.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.3-4.6.4.sql: branches: 1.1.2; file upgrade-4.6.3-4.6.4.sql was initially added on branch oacs-4-6. * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.5-4.6.sql: branches: 1.3.2; Merged over workflow/bug-tracker changes from 4.6 branch 2003-03-03 donb * packages/acs-lang/tcl/locale-procs-postgresql.xql: * packages/acs-lang/tcl/locale-procs.tcl: More PG 7.3 changes ... 2003-03-02 donb * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/acs-logs-create.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/apm-drop.sql: * packages/acs-kernel/sql/postgresql/community-core-create.sql: * packages/acs-kernel/sql/postgresql/journal-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-body-create.sql: * packages/acs-kernel/sql/postgresql/security-create.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-create.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-drop.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: * packages/acs-reference/sql/postgresql/acs-reference-create.sql: * packages/acs-reference/sql/postgresql/acs-reference-drop.sql: * packages/acs-subsite/sql/postgresql/application-groups-create.sql: * packages/notifications/sql/postgresql/notifications-core-create.sql: * packages/notifications/sql/postgresql/notifications-package-create.sql: * packages/notifications/sql/postgresql/notifications-package-drop.sql: * packages/notifications/sql/postgresql/notifications-replies-create.sql: * packages/notifications/sql/postgresql/notifications-replies-package-create.sql: * packages/ref-timezones/sql/postgresql/ref-timezones-create.sql: * packages/ref-timezones/sql/postgresql/ref-timezones-drop.sql: * packages/search/sql/postgresql/search-packages-create.sql: * packages/search/sql/postgresql/search-packages-drop.sql: * packages/search/sql/postgresql/search-tables-create.sql: I've changed "timestamp" to "timestamptz" and have begun fixing some code that used to be legal but as of PG 7.3 is not. You can no longer subtract an integer from a timestamp but must cast to date, "timestamp" disappeared (must use "interval" now), "datetime" disappeared ("timestamptz"), and suchwhat. Not done but closer than it was before ... * packages/acs-kernel/sql/postgresql/groups-body-create.sql: Made changes so we can install under PG 7.3. 2003-03-01 donb * packages/acs-automated-testing/sql/postgresql/acs-automated-testing-create.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-image-drop.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-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-update.sql: Partial conversion from timestamp to timestamptz for PG 7.3 (need to keep time zone timestamps so dumps from PG 7.2 installs will still work) * packages/acs-content-repository/tcl/filter-procs-oracle.xql: * packages/acs-content-repository/tcl/filter-procs-postgresql.xql: * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-content-repository/tcl/filter-procs.xql: Worked on fixing cms-news-demo in order to give Greenpeace (and others) an example CR/CMS app to play with. It's not finished but partway there. On the way found a couple of CR bugs and fixed them. 2003-02-28 lars * packages/acs-templating/tcl/tag-init.tcl: * packages/acs-templating/www/doc/tagref/group.html: Added 'groupnum_last_p' pseudocolumn to group tag, and made the 'groupnum' pseudocolumn work correctly with nested group tags. * packages/acs-templating/tcl/0-procs.tcl: Only ns_register_adptag if we haven't already registered it. This makes debugging template tags much easier, because you don't have to restart the server each time. * packages/acs-templating/tcl/parse-procs.tcl: When searching for an enclosing tag, start with the parent tag, not the current tag. Otherwise it won't work if you have to identical tags inside each other, for example a <group> tag inside a <group> tag. 2003-02-28 joela * packages/acs-core-docs/www/xml/Makefile: * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: * packages/acs-core-docs/www/xml/developers-guide/submissions.xml: * packages/acs-core-docs/www/xml/developers-guide/tutorial.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/macinstall.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/openacs.xsl: Placeholders for tutorial and submissions sections; integrated upgrade, tutorial, submissions, and i18n; tweaked css and xsl * packages/acs-core-docs/www/tutorial.html: branches: 1.1.2; regenerated html to accomodate new sections and css/xsl * packages/acs-core-docs/www/ix01.html: branches: 1.1.4; regenerated html to accomodate new sections and css/xsl * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: branches: 1.2.2; Placeholders for tutorial and submissions sections; integrated upgrade, tutorial, submissions, and i18n; tweaked css and xsl * packages/acs-core-docs/www/xml/openacs.css: branches: 1.2.4; Placeholders for tutorial and submissions sections; integrated upgrade, tutorial, submissions, and i18n; tweaked css and xsl * packages/acs-core-docs/www/nextsteps.html: branches: 1.7.4; regenerated html to accomodate new sections and css/xsl * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-dev.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/bootstrap-acs.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/developers-overview.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/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/i18n-requirements.html: * packages/acs-core-docs/www/i18n.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/mac-install.html: * packages/acs-core-docs/www/mac-installation.html: * packages/acs-core-docs/www/more-developer-info.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/operating-system.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/other-developer-overview.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-mode.html: * packages/acs-core-docs/www/release-notes.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/submissions.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/unix-install.html: * packages/acs-core-docs/www/upgrade-4.5-to-4.6.html: * packages/acs-core-docs/www/upgrade-detail.html: * packages/acs-core-docs/www/upgrade.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win2k-installation.html: regenerated html to accomodate new sections and css/xsl 2003-02-28 jeffd * packages/acs-tcl/tcl/apm-procs.tcl: return a more meaningful error when a package is not mounted 2003-02-27 lars * packages/acs-content-repository/sql/postgresql/content-keyword.sql: Fixed typo (extra parenthesis) in content_keyword__is_assigned * packages/acs-content-repository/sql/postgresql/content-keyword.sql: Merged from HEAD: Fixed typo (extra parenthesis) in content_keyword__is_assigned 2003-02-27 jeffd * packages/acs-tcl/tcl/navigation-procs.tcl: fix for bug 274 where node(name) sometimes doesnt exist (it should always exist though) * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/content-type.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-type.sql: register_child_type would only register one type per parent since it ignored relation tag when checking if the relation existed. is_valid_type failed with more than one type since it wanted to count max_n but did not sum. needs an upgrade script. 2003-02-26 peterm * packages/acs-lang/tcl/lang-catalog-procs.tcl: chaing catalog import proc so that import for uninstalled packages is not an upgrade, also if the version number in the catalog file is lower than that of the package it's not an upgrade * packages/acs-lang/acs-lang.info: * packages/acs-lang/sql/oracle/message-catalog.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-4.7d7-4.7d8.sql: * packages/acs-lang/sql/postgresql/message-catalog.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.7d7-4.7d8.sql: making catalog messages cascade when packages are deleted * packages/acs-tcl/tcl/apm-procs.xql: removing package_key_select queries no longer used 2003-02-26 lars * www/default-master.tcl: Made the form element focus mechanism safer by checking if the element exists before trying to focus it. This avoids annoying javscript errors from the browser. 2003-02-26 jeffd * packages/acs-kernel/sql/oracle/acs-metadata-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql: * packages/acs-kernel/sql/postgresql/acs-metadata-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql: add email and url as acs_datatypes * packages/acs-templating/tcl/widget-procs.tcl: add more template::widget @see stuff * packages/acs-templating/tcl/element-procs.tcl: add some param docs 2003-02-26 donb * packages/acs-core-docs/www/xml/kernel/rp-design.xml: * packages/acs-kernel/sql/oracle/rel-segments-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql: * packages/acs-kernel/sql/postgresql/rel-segments-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-packages-drop.sql: * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/30-xml-utils-procs.tcl: * packages/acs-tcl/tcl/apm-xml-procs.tcl: * packages/notifications/notifications.info: * packages/notifications/sql/oracle/notifications-package-create.sql: * packages/notifications/sql/oracle/upgrade/upgrade-0.4d-4.6.1.sql: * packages/notifications/sql/postgresql/notifications-package-create.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-0.4d-4.6.1.sql: A bunch of things 1. AOLserver 4.0's nsxml appears to expose a gcc bug which causes the backwards-compatible "getattr" command to fail. I dug around nsxml and it does appear to be a gcc bug. I changed to the proper nsxml v2 syntax. 2. In the course of exploring #1 above, I realized that the calls to dom:: Tcl XML package commands were still being executed despite being commented out. Typical Tcl misunderstanding on someone's part. Net effect: we were parsing all APM .info files twice, once in Tcl and once in ns_xml! Yuk! 3. Fixed a minor notifications bug - you couldn't delete a notification request if any unsent notifications were pending, causing the homework package to bomb if you deleted an uploaded homework file and the prof hadn't yet received their notification. 4. Fixed an obscure corner case in my permissions denormalization code. * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql: Fixed a couple of minor upgrade problems. * packages/acs-tcl/tcl/30-xml-utils-procs.tcl: * packages/acs-tcl/tcl/apm-xml-procs.tcl: Workaround for new and old nsxml modules. * packages/notifications/sql/oracle/upgrade/upgrade-0.4d-4.6.1.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-0.4d-4.6.1.sql: branches: 1.1.2; file upgrade-0.4d-4.6.1.sql was initially added on branch oacs-4-6. 2003-02-25 peterm * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/apm-file-procs.tcl: * 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.tcl: Adding the before-upgrade and after-upgrade callback types. To go along with the upgrade callbacks Lars added the excellent apm_upgrade_logic proc that lets you specify arbitrary pieces of Tcl code to be executed on upgrade from version X to version Y. The proc figures out which upgrade code chunks to source and in which order (with the same logic as with the traditional upgrade sql scripts). Making paths to sql files (create, drop, upgrade) and catalog files (I18N) be fetched directly from the filesystem rather than from the info file. The file listings in the info files and in the database are now AFAIK superfluous and have no influence on the system. Adding proc apm_watch_all_files for watching all files in a package. Bumping up version name from 4.5 to 4.7.2d * packages/acs-admin/acs-admin.info: * packages/acs-admin/www/apm/file-watch.tcl: * packages/acs-admin/www/apm/file-watch.xql: * packages/acs-admin/www/apm/index.tcl: * packages/acs-admin/www/apm/package-delete-2.tcl: * packages/acs-admin/www/apm/package-delete.tcl: * packages/acs-admin/www/apm/packages-install-3.tcl: * packages/acs-admin/www/apm/packages-install-4.tcl: * packages/acs-admin/www/apm/version-files.tcl: * packages/acs-admin/www/apm/version-i18n.adp: Changed the file manage page of the APM to reflect that file paths are no longer in the database. The page now just serves the purpose of showing the file types that the APM thinks your files are and watching files. Making paths to sql files and catalog files be fetched directly from the filesystem. Offering to mount applications under /package_key upon install for convenience. Making sure the package-delete page works by unmounting and uninstantiating packages with the Tcl API (to trigger callbacks) before uninstall. Adding ability to watch all files in a package. Minor update of I18N instructions * packages/acs-automated-testing/www/index.tcl: Making acs-automated-testing redirect to the admin pages as it has nothing in the user dir * packages/acs-bootstrap-installer/installer/packages-install.tcl: * packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl: * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: adding the apm_get_package_files proc for fetching files of certain types of a package. The idea is to rely on the filesystem rather than the info files/db for file listings. Made the install more verbose again for packages as I wanted to see why my installation didn't work. We could use the apm_dummy_callback if we make sure that as soon as there is an error inoformation is presented to the user. It is also good to show progress during installation * packages/acs-admin/www/apm/package-watch.tcl: branches: 1.1.2; Changed the file manage page of the APM to reflect that file paths are no longer in the database. The page now just serves the purpose of showing the file types that the APM thinks your files are and watching files. Making paths to sql files and catalog files be fetched directly from the filesystem. Offering to mount applications under /package_key upon install for convenience. Making sure the package-delete page works by unmounting and uninstantiating packages with the Tcl API (to trigger callbacks) before uninstall. Adding ability to watch all files in a package. Minor update of I18N instructions * packages/acs-service-contract/tcl/implementation-procs.xql: * packages/acs-service-contract/tcl/msg-type-procs.xql: branches: 1.1.2; various Oracle bug fixes (such as missing queries), bumping up version and provides to 4.7d2 as the new Bug Tracker and Workflow will rely on these fixes * packages/acs-service-contract/tcl/contract-procs-oracle.xql: * packages/acs-service-contract/tcl/contract-procs.tcl: * packages/acs-service-contract/tcl/implementation-procs-oracle.xql: * packages/acs-service-contract/tcl/implementation-procs.tcl: * packages/acs-service-contract/tcl/msg-type-procs-oracle.xql: * packages/acs-service-contract/tcl/msg-type-procs-postgresql.xql: * packages/acs-service-contract/tcl/msg-type-procs.tcl: branches: 1.2.2; various Oracle bug fixes (such as missing queries), bumping up version and provides to 4.7d2 as the new Bug Tracker and Workflow will rely on these fixes * packages/acs-content-repository/acs-content-repository.info: bumping up version name to 4.7d1 (Lars forgot to do that when he added the upgrade scripts for the new mime types) * packages/acs-automated-testing/www/admin/index-oracle.xql: * packages/acs-automated-testing/www/index.html: changing Oracle version from 8.1.7 to 8.1.6 as the query dispatcher will ignore queries with version number above 8.1.6 * packages/acs-admin/www/apm/file-add-2.tcl: * packages/acs-admin/www/apm/file-add-2.xql: * packages/acs-admin/www/apm/file-add.tcl: * packages/acs-admin/www/apm/file-add.xql: * packages/acs-admin/www/apm/file-remove.tcl: * packages/acs-admin/www/apm/file-remove.xql: * packages/acs-admin/www/apm/version-files-oracle.xql: * packages/acs-admin/www/apm/version-files-postgresql.xql: * packages/acs-admin/www/apm/version-files.tcl: * packages/acs-admin/www/apm/version-files.xql: removing pages and xql files that are no longer needed no that file paths of APM packages are not in db * packages/acs-service-contract/acs-service-contract.info: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: various Oracle bug fixes (such as missing queries), bumping up version and provides to 4.7d2 as the new Bug Tracker and Workflow will rely on these fixes 2003-02-25 lars * 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_US.ISO-8859-1.xml: * packages/notifications/catalog/notifications.es_ES.ISO-8859-1.xml: * packages/notifications/catalog/notifications.fi_FI.ISO-8859-15.xml: * packages/notifications/catalog/notifications.it_IT.ISO-8859-1.xml: * packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml: * packages/notifications/catalog/notifications.pl_PL.ISO-8859-2.xml: * packages/notifications/catalog/notifications.pt_BR.ISO-8859-1.xml: * packages/notifications/catalog/notifications.sv_SE.ISO-8859-1.xml: * packages/notifications/notifications.info: * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/oracle/notifications-package-create.sql: * packages/notifications/sql/oracle/upgrade/upgrade-0.3d-0.4d.sql: * packages/notifications/sql/postgresql/notifications-core-create.sql: * packages/notifications/sql/postgresql/notifications-package-create.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-0.3d-0.4d.sql: * packages/notifications/tcl/notification-display-procs.tcl: * packages/notifications/tcl/notification-procs.tcl: * packages/notifications/tcl/notification-request-procs.tcl: * packages/notifications/tcl/notification-type-procs.tcl: * packages/notifications/tcl/notification-type-procs.xql: * packages/notifications/tcl/sweep-procs.tcl: * packages/notifications/www/admin/sweep-now.tcl: * packages/notifications/www/manage-oracle.xql: * packages/notifications/www/manage-postgresql.xql: * packages/notifications/www/manage.adp: Added support for dynamic notifications * packages/notifications/notifications.info: * packages/notifications/sql/oracle/upgrade/upgrade-0.4d-0.5d.sql: Make Oracle version cascade in all the places that the PG version does * packages/notifications/tcl/notification-type-procs-oracle.xql: * packages/notifications/tcl/notification-type-procs-postgresql.xql: * packages/notifications/tcl/sweep-procs.xql: * packages/notifications/www/admin/index.adp: * packages/notifications/www/admin/index.tcl: branches: 1.1.2; Added support for dynamic notifications * packages/notifications/tcl/notification-procs.xql: branches: 1.7.4; Added support for dynamic notifications 2003-02-24 joela * packages/acs-core-docs/www/xml/install-guide/upgrade.xml: new file - starting upgrade section 2003-02-24 jeffd * readme.txt: add version 4.6b2 to readme 2003-02-23 danw * packages/acs-content-repository/sql/postgresql/content-perms.sql: * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: Eliminated acs_privilege_hierarchy_index in favor of using acs_privilege_descendant_map. In addition, rewrote trigger for creating acs_privilege_descendant_map as permissions creation was getting too slow on .LRN. .LRN has somewhere in the neighborhood of 90 entries in the privilege hierarchy, which is much higher than anticipated. * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/www/index.vuh: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: forgot about all of the trigger work-arounds for data-change violation problem that no longer exists. Fixed now. 2003-02-21 jeffd * packages/acs-templating/tcl/data-procs.tcl: * packages/acs-templating/tcl/element-procs.tcl: * packages/acs-templating/tcl/form-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: cross link the form, element, widget, and validate procs, add template::data::validate::string, https should be valid url 2003-02-20 jeffd * packages/acs-subsite/www/admin/index.adp: Adds acs-admin links patch 91 Joel Aufrecht * packages/acs-tcl/tcl/security-procs.tcl: ad_proc rather than proc on sec_sweep_sessions bug 263 * packages/acs-tcl/tcl/utilities-procs.tcl: adds ad_httpget which will returns status and last modified in addition to the page, makes util_httpget a call to ad_httpget bug 212 patch 77 Simon Carstensen 2003-02-19 lars * packages/acs-templating/acs-templating.info: Added documentation files and other things * packages/acs-tcl/tcl/text-html-procs.tcl: Added maxlen argument to ad_html_text_convert, and made it accept 'plain' also. * packages/acs-tcl/tcl/form-processing-procs.tcl: Added new_request to the documentation, and documented that with both edit_request and new_request, you just need to set the values as local variables, and ad_form will suck the values into the form. Then added the code for new_request to suck the values into the form. * packages/acs-templating/resources/forms/standard-lars.adp: Made the help text not have so much vertical space around it. * packages/acs-templating/tcl/date-procs.tcl: Return NULL as the sql_date property of a date when the date is empty, otherwise it gets converted to January firste, year 0 (or 1 BC) * packages/acs-subsite/www/admin/index.adp: * packages/acs-subsite/www/admin/index.tcl: Simplified how we get the names of this subsite and of the site-wide administration page 2003-02-19 jeffd * packages/acs-subsite/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql: branches: 1.1.2; file upgrade-4.5-4.5.1.sql was initially added on branch oacs-4-6. * packages/acs-content-repository/tcl/item-procs.tcl: file_extension not always defined * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.2-4.2.1.sql: merge bug 180 fix to 4.6 branch * packages/acs-subsite/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql: upgrade script from Paul Huibers bug 259 2003-02-19 donb * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql: My upgrade invalidated the acs_group package. 2003-02-18 peterm * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.7d-4.7.2d.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.7d-4.7.2d.sql: the upgrade scripts for message_catalog file type must check if the file type is already there since the upgrade script came so late 2003-02-18 lars * packages/acs-tcl/tcl/form-processing-procs.tcl: Added property result_datatype, which is needed by the search widget/datatype. * packages/acs-tcl/tcl/form-processing-procs.tcl: Typo in doc. Last block said "new_date" and "edit_date" instead of "new_data" and "edit_data", probably because it was talking about date fields! * packages/acs-tcl/tcl/form-processing-procs.tcl: Typo in doc: It said 'from_html' instead of 'to_html'. 2003-02-18 jeffd * packages/acs-admin/www/users/index.adp: * packages/acs-admin/www/users/user-batch-add-2.adp: * packages/acs-admin/www/users/user-batch-add-2.tcl: * packages/acs-admin/www/users/user-batch-add.adp: * packages/acs-admin/www/users/user-batch-add.tcl: batch user add contributed by Joel Aufrecht patch 83 * packages/acs-admin/www/users/user-batch-add-2.adp: branches: 1.1.2; file user-batch-add-2.adp was initially added on branch oacs-4-6. * packages/acs-admin/www/users/user-batch-add-2.tcl: branches: 1.1.2; file user-batch-add-2.tcl was initially added on branch oacs-4-6. * packages/acs-admin/www/users/user-batch-add.adp: branches: 1.1.2; file user-batch-add.adp was initially added on branch oacs-4-6. * packages/acs-admin/www/users/user-batch-add.tcl: branches: 1.1.2; file user-batch-add.tcl was initially added on branch oacs-4-6. * packages/ref-timezones/sql/postgresql/ref-timezones-create.sql: correctly quote interval and use extract(timezone_hour...) bug 253 patch 85 Matthew Walker and patch 88 me 2003-02-18 donb * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-tcl/tcl/acs-kernel-procs.xql: 1. Got rid of the "create or replace function" decls used for triggers, due to the brand-new PG 7.3 "opaque" vs. "trigger" issue. 2. Added a new "fs::get_folder_object_ids" for use when you just need the object ids rather than a bunch of (slow) permissions information, (slow) counts of items in folders and subfolders, last modified info, etc. dotLRN was calling "fs::get_folder_contents" when cloning folders despite making use of only the object_id and that proc used to be unimaginably slow. It's faster now due to the new permissions code but it's still slow enough to warrant avoiding it when possible. 3. Fixed typo in my last commit. * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/oracle/groups-body-create.sql: * packages/acs-kernel/sql/oracle/rel-segments-create.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-create.sql: * packages/acs-tcl/tcl/acs-kernel-procs.tcl: * packages/acs-tcl/tcl/acs-kernel-procs.xql: Moved over my new permissions stuff plus improved file storage stuff (mostly speed improvements in PG-land) 2003-02-17 rmello * packages/acs-templating/tcl/tag-init.tcl: Added DanW's switch tag. 2003-02-17 peterm * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: * packages/acs-lang/acs-lang.info: * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-4.7d6-4.7d7.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.7d6-4.7d7.sql: * packages/acs-lang/www/admin/locale-new.adp: * packages/acs-lang/www/admin/locale-new.tcl: allowing for 3 character ISO 639-2 language codes * packages/acs-lang/tcl/localization-data-init.tcl: march in norwegian should be mars, not marts, of course... Thanks Erik Valevatn * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.7d-4.7.2d.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.7d-4.7.2d.sql: * packages/acs-tcl/tcl/apm-xml-procs.tcl: trying to fix issue with APM upgrade UI breaking on new APM filetype message_catalog described here: http://openacs.org/forums/message-view?message_id=80178 Issuing warning in log file instead of erroring out on un-recognized filetypes. Adding upgrade script to acs-kernel that adds the message_catalog filetype 2003-02-17 lars * packages/notifications/www/request-new.tcl: Hide delivery method if there's only one option * packages/acs-templating/tcl/element-procs.tcl: Only use display_value if widget isn't hidden 2003-02-17 jeffd * packages/acs-tcl/tcl/request-processor-procs.tcl: - remove superfluous memoizes from parameter lookups - move ds_collect_connection_info to rp_filter - remove rp_finish_serving_page from rp_invoke_filter since it would return the page twice when trace filters existed. - remove some cruft. * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/groups-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-drop.sql: rollback Dons commit which should have gone in on 4.6 rather than HEAD 2003-02-17 donb * packages/acs-subsite/www/admin/rel-segments/one-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/one.xql: Removed now-slow PG-specific query and fixed the generic one which counted segment members too many times ... 2003-02-16 rmello * packages/acs-tcl/tcl/form-processing-procs.tcl: Add DanW's change to set form vars from edit_request block 2003-02-16 peterm * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/postgresql/acs-install.sql: Adding parameter PermissionCacheTimeout that determines the lifetime of the permissions cache. Adding comment to PermissionCacheP parameter saying server must be restarted after change. Removing instantiation of acs-kernel in acs-install.sql (not needed as its done in apm_install_package). * packages/acs-admin/www/apm/packages-install-4.tcl: Not marking procs for reloading anymore after package installation. Adding comment saying server must be restarted after installation and upgrading of packages. 2003-02-16 jeffd * packages/acs-lang/tcl/locale-procs-postgresql.xql: * packages/acs-lang/www/format-test-postgresql.xql: * packages/acs-lang/www/set-system-timezone-postgresql.xql: * packages/acs-lang/www/test-postgresql.xql: * packages/acs-lang/www/timezone-postgresql.xql: fix current_time rather than current_timestamp bugs * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: prevent functions from failing in the event that the url does not parse * packages/acs-tcl/tcl/security-procs.tcl: * packages/acs-tcl/tcl/security-procs.xql: rewrite the sessions_sweep query so it will use an index on last_hit 2003-02-16 donb * packages/acs-kernel/sql/oracle/groups-body-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql: Minor bug fix tweaks to the Oracle version, and some rewriting on the PostgreSQL side to better match the structure of the Oracle side. 2003-02-15 tilmanns * packages/acs-content-repository/www/doc/api/item.html: branches: 1.2.2; Added a note that joining is more efficient than using the get_live_revision function 2003-02-15 peterm * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/acs-permissions-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/site-nodes-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: Lars added proc util_get_current_url. Removing updates of nsv apm_library_mtime that now happen in apm_source proc. Removing proc apm_mark_packages_for_bootstrap that was used to avoid server restart after package installation (we are now requiring server restart). Moving flushing of package_installed_p cache to happen at end of apm_package_install proc instead of the beginning. Adding parameter PermissionCacheTimeout that determines the lifetime of the permissions cache. * packages/acs-bootstrap-installer/installer/install-data-model.tcl: * packages/acs-bootstrap-installer/installer/packages-install.tcl: * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: Making apm_source update the apm_library_mtime variable (just like the analogous proc for xql files does). Making installation log much less information to the browser (changing from apm_ns_write_callback to apm_dummy_callback). Moving initialization of util_memoize cache to happen before first package is installed (fixes bug 242). 2003-02-15 jeffd * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql: change the delete from acs_permissions to be a dynamic sql delete since the table is not defined at the time the package body is created. Its a hack but further cleanup will have to wait for 4.7 * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql: finish my sentence about why the pkg body being replaced. Thanks Don. * packages/acs-kernel/sql/postgresql/acs-install.sql: remove conflict markers from Dons commit. fixes bug 243 2003-02-15 donb * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/oracle/acs-permissions-create.sql: * packages/acs-kernel/sql/oracle/groups-body-create.sql: * packages/acs-kernel/sql/oracle/rel-segments-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql: * packages/acs-kernel/sql/postgresql/community-core-create.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql: First cut at Oracle perm rewrite and some whacking around on the PG version * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/oracle/groups-body-create.sql: * packages/acs-kernel/sql/oracle/rel-segments-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql: Fixed various problems with the new permissions and minor main site changes 2003-02-14 peterm * packages/acs-lang/tcl/localization-data-init.tcl: Adding norwegian datetime info. Thanks Erik Valevatn. * 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.fi_FI.ISO-8859-15.xml: * packages/acs-kernel/catalog/acs-kernel.nl_NL.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.no_NO.ISO-8859-1.xml: * packages/acs-kernel/catalog/acs-kernel.pl_PL.ISO-8859-2.xml: * packages/acs-kernel/catalog/acs-kernel.ru_RU.windows-1251.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.TIS-620.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.ISO-8859-7.xml: * 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/catalog/acs-lang.fi_FI.ISO-8859-15.xml: * packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.no_NO.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.pl_PL.ISO-8859-2.xml: * packages/acs-lang/catalog/acs-lang.ru_RU.windows-1251.xml: * packages/acs-lang/catalog/acs-lang.sh_HR.ISO-8859-5.xml: * packages/acs-lang/catalog/acs-lang.sv_SE.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.ISO-8859-7.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.fi_FI.ISO-8859-15.xml: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.no_NO.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pl_PL.ISO-8859-2.xml: * packages/acs-subsite/catalog/acs-subsite.ru_RU.windows-1251.xml: * packages/acs-subsite/catalog/acs-subsite.sh_HR.ISO-8859-5.xml: * packages/acs-subsite/catalog/acs-subsite.sv_SE.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_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.fi_FI.ISO-8859-15.xml: * packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.no_NO.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.pl_PL.ISO-8859-2.xml: * packages/acs-tcl/catalog/acs-tcl.ru_RU.windows-1251.xml: * packages/acs-tcl/catalog/acs-tcl.sh_HR.ISO-8859-5.xml: * packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml: * packages/notifications/catalog/notifications.da_DK.ISO-8859-1.xml: * packages/notifications/catalog/notifications.de_DE.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.fi_FI.ISO-8859-15.xml: * packages/notifications/catalog/notifications.it_IT.ISO-8859-1.xml: * packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml: * packages/notifications/catalog/notifications.pl_PL.ISO-8859-2.xml: * packages/notifications/catalog/notifications.pt_BR.ISO-8859-1.xml: * packages/notifications/catalog/notifications.sv_SE.ISO-8859-1.xml: Committing the latest translation work from the dotlrn translation server. Many thanks to all the volunteer translators. * packages/acs-lang/tcl/localization-data-init.tcl: applying patch from Aldert Nooitgedagt changing currency symbol to euro and adding date-time data for dutch 2003-02-14 donb * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/groups-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-drop.sql: More mucking around with the denormalized party_approved_member_map ... 2003-02-14 daveb * packages/notifications/www/object-goto.xql: Missing XQL file * packages/notifications/www/object-goto.xql: branches: 1.1.2; file object-goto.xql was initially added on branch oacs-4-6. 2003-02-13 tilmanns * packages/acs-tcl/tcl/defs-procs.tcl: Cleaned up api-doc of ad_return_url. 2003-02-13 peterm * packages/acs-lang/acs-lang.info: * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-4.7d5-4.7d6.sql: adding the package_id column to the user_locale_prefs table in Oracle (we forgot to add it somehow earlier). Providing an upgrade script. * packages/acs-lang/tcl/locale-procs.tcl: * packages/acs-lang/tcl/locale-procs.xql: caching the lookup of user locale preference that is done on every request. Making the namespace explicit in each Tcl proc. Making the timezone related procs check whether ref-timezones is installed. * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/apm-procs.xql: * packages/acs-tcl/tcl/memoize-procs.tcl: caching the proc apm_package_installed_p with util_memoize * packages/acs-lang/www/admin/index.adp: * packages/acs-lang/www/admin/index.tcl: * packages/acs-lang/www/admin/set-system-timezone.tcl: * packages/acs-lang/www/change-locale-include.tcl: making timezone related pages in acs-lang check for the support of timezones (whether ref-timezones is installed) 2003-02-13 jeffd * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql: delete direct permissions in acs_object__delete (oracle and postgres) upgrade provided, bug 234 patch 74 Tilmann Singer * packages/notifications/tcl/sweep-procs-oracle.xql: should pull out notif_text in oracle query bug 236/patch 76 Bruno Mattarollo 2003-02-13 danw * packages/acs-content-repository/tcl/acs-content-repository-procs-oracle.xql: branches: 1.4.2; fixed mangled queries * packages/acs-content-repository/tcl/acs-content-repository-procs.xql: fixed mangled queries 2003-02-12 tilmanns * packages/acs-kernel/acs-kernel.info: * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-templating/tcl/acs-integration-procs.tcl: Added a proc ad_http_cache_control that outputs No-Cache headers by default for all dynamic pages, and a kernel parameter to turn it off. Fixes bug #186. * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: Added examples to db_exec_plsql and db_nextval's api-doc and changed proc_doc to ad_proc. * packages/acs-templating/www/doc/api/multirow.html: Fixed typo. * packages/acs-core-docs/www/index.adp: Replaced listings in <pre> tags with <ul><li> ... stuff which is better digestable by browsers and fixes bug #223, and removed empty link to old release notes 2003-02-11 peterm * packages/acs-automated-testing/tcl/aa-test-procs-oracle.xql: branches: 1.2.4; changing Oracle version of xql files to be 8.1.6 so that the query dispatcher will accept them. Truncating test notes if they are too long for the column in db. Removing inline query in tcl file * packages/acs-automated-testing/tcl/aa-test-procs.tcl: * packages/acs-automated-testing/www/admin/testcase-oracle.xql: changing Oracle version of xql files to be 8.1.6 so that the query dispatcher will accept them. Truncating test notes if they are too long for the column in db. Removing inline query in tcl file 2003-02-11 lars * packages/acs-content-repository/sql/postgresql/content-type.sql: Added check for table name longer than 25 chars, because that caused me significant pain to track this problem down. 2003-02-11 donb * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/groups-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql: * packages/acs-tcl/tcl/acs-kernel-procs.tcl: * packages/acs-tcl/tcl/acs-kernel-procs.xql: 1. Fixed a couple of typos in file storage 2. New fast permissions stuff (PG only thus far) 2. While poking around CMS code looking for things that needed recreating due to the permissions upgrade, changed over to "create or replace function" 2003-02-10 lars * packages/acs-automated-testing/www/admin/testcase.adp: Added coloring to alternate rows. * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.1-4.7d1.sql: * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.1-4.7d1.sql: Adding new mime-types, which I forgot to add back when I added the new richtext widget. Jeff will probably go in and rename them something else for me, and hopefully he'll propagate the change to the richtext widget and acs-tcl/tcl/text-html-procs as well. 2003-02-09 peterm * packages/acs-tcl/tcl/apm-procs.tcl: added a check that Tcl callback procs specified in the APM UI have correct argument lists * packages/acs-admin/www/apm/version-callback-add-edit.tcl: branches: 1.3.2; added a check that Tcl callback procs specified in the APM UI have correct argument lists * packages/acs-tcl/tcl/navigation-procs-oracle.xql: * packages/acs-tcl/tcl/navigation-procs-postgresql.xql: removing xql files for navigation-procs.tcl that I forgot to remove when merging caching of context bar from 4-6 to trunk 2003-02-08 peterm * packages/acs-subsite/www/admin/host-node-map/add.tcl: * packages/acs-subsite/www/admin/host-node-map/delete.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: closing bug #208 caching lookup of host_node_map. My experiments with host node map suggest that it's not overly useful (a lot of broken links). At least now this feature doesn't add overhead to each request. * packages/acs-tcl/tcl/navigation-procs.tcl: merging fixing and caching of context bar logic that was committed on 4.6 branch (versions 1.7 to 1.7.2.2) onto trunk * packages/acs-lang/sql/oracle/upgrade/upgrade-4.7d4-4.7d5.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.7d4-4.7d5.sql: the upgrade to acs-lang 4.7d5 would break if server already had swedish locale, added check to fix that * packages/acs-lang/acs-lang.info: * packages/acs-lang/sql/oracle/upgrade/upgrade-4.7d4-4.7d5.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.7d4-4.7d5.sql: upgrade of acs-lang 4.7d4-4.7d5 adding locales from the translation server 2003-02-08 jeffd * packages/acs-subsite/www/admin/host-node-map/add.tcl: * packages/acs-subsite/www/admin/host-node-map/delete.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.xql: move peters host_node_map caching to 4.6 bug 208 * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.xql: peter neglected to fix the query name in the .xql file for the host-node_id map query * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: put error lines into the error log since for some reason they are not displayed on install 2003-02-07 peterm * packages/acs-templating/tcl/util-procs.tcl: adding a level switch to multirow_to_list proc 2003-02-06 peterm * packages/acs-admin/www/index.tcl: Adding a link to the secret Cache Control page so that people can find it 2003-02-06 jeffd * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/common/mime-type-data.sql: * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/oracle/content-image.sql: * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-image.sql: * packages/acs-content-repository/tcl/revision-procs.tcl: - Adds table cr_extension_mime_type_map, - Adds function cr_filename_to_mime_type [-create] filename - Adds function cr_create_mime_type -extension -mime_type -description - Removes *_maybe_create_new_mime_type - Updates acs-content-repository to 4.6.3. Ugrade scripts provided. - Updates dependency information for several packages. - Adds most mime types plus comprehensive list of extension to mime-typemappings. - Maps .c .h .c++ .pl etc to text/plain * packages/acs-content-repository/sql/common/mime-type-data.sql: branches: 1.1.2; file mime-type-data.sql was initially added on branch oacs-4-6. * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.2-4.6.3.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.2-4.6.3.sql: branches: 1.1.2; file upgrade-4.6.2-4.6.3.sql was initially added on branch oacs-4-6. * packages/acs-admin/www/cache/flush-cache.tcl: * packages/acs-admin/www/cache/flush.tcl: * packages/acs-admin/www/cache/index.adp: * packages/acs-admin/www/cache/index.tcl: * packages/acs-admin/www/cache/one.adp: * packages/acs-admin/www/cache/one.tcl: * packages/acs-admin/www/cache/show-util-memoize.adp: * packages/acs-admin/www/cache/show-util-memoize.tcl: * packages/acs-admin/www/index.tcl: merge cache inspection stuff from HEAD * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.2-4.6.3.sql: * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.2-4.6.3.sql: moved the includes back up to where they belong, add the 4.6.3 upgrade scripts 2003-02-05 jeffd * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: merge Don file copy/fconfigure -binary fixes from head * packages/acs-content-repository/tcl/content-procs.tcl: merge Dons file copy fix from HEAD 2003-02-04 lars * packages/acs-tcl/tcl/text-html-procs.tcl: Removed log statements that had accidentally been left in. 2003-02-03 peterm * packages/acs-tcl/tcl/utilities-procs.tcl: adding new proc exists_and_equal 2003-02-03 lars * packages/acs-service-contract/acs-service-contract.info: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: * packages/acs-service-contract/tcl/contract-procs-oracle.xql: * packages/acs-service-contract/tcl/contract-procs.tcl: * packages/acs-service-contract/tcl/implementation-procs-oracle.xql: * packages/acs-service-contract/tcl/implementation-procs.tcl: * packages/acs-service-contract/tcl/msg-type-procs-oracle.xql: * packages/acs-service-contract/tcl/msg-type-procs-postgresql.xql: * packages/acs-service-contract/tcl/msg-type-procs.tcl: Added Tcl API for defining contracts and registering implementations * packages/acs-tcl/tcl/form-processing-procs.tcl: Added support for search_query, cancel_url, has_edit, actions * packages/acs-service-contract/tcl/contract-procs-postgresql.xql: * packages/acs-service-contract/tcl/implementation-procs-postgresql.xql: branches: 1.1.2; Added Tcl API for defining contracts and registering implementations 2003-02-03 jeffd * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.1-4.6.2.sql: * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql: adds indexes for fk constraint children, bumps version to 4.6.2, upgrades supplied * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6.1-4.6.2.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6.1-4.6.2.sql: branches: 1.1.2; file upgrade-4.6.1-4.6.2.sql was initially added on branch oacs-4-6. * packages/acs-templating/www/doc/demo/multiaccess.tcl: fixes bug 136 and bug 196 query from Aldert Nooitgedagt 2003-02-02 jeffd * 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: Adds a -exact flag to site_node::get_from_url and better doc bug 204/patch 64 Randy o'Meara. Adds site_nodes.name to node array (so you don't have to munge it from the url). * packages/acs-subsite/www/register/logout.tcl: adds return_url to logout.tcl bug 198/patch 62 Mark Auflick * packages/acs-tcl/tcl/navigation-procs-oracle.xql: * packages/acs-tcl/tcl/navigation-procs-postgresql.xql: * packages/acs-tcl/tcl/navigation-procs.tcl: don't query for context bar on every hit since data is cached in site_node nsvs. No need for query files so removed. fixes bug 207/patch 65 Peter Marklund * packages/acs-messaging/acs-messaging.info: remove deleted upgrade files from .info manifest 2003-02-01 jeffd * packages/notifications/notifications.info: * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/oracle/notifications-replies-create.sql: * packages/notifications/sql/oracle/upgrade/upgrade-0.2d-0.3d.sql: * packages/notifications/sql/oracle/upgrade/upgrade-0.3d-0.4d.sql: * packages/notifications/sql/postgresql/notifications-core-create.sql: * packages/notifications/sql/postgresql/notifications-replies-create.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-0.2d-0.3d.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-0.3d-0.4d.sql: adds indexes for foreign keys, bumps to version 0.4d, upgrade scripts added * packages/notifications/sql/oracle/upgrade/upgrade-0.2d-0.3d.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-0.2d-0.3d.sql: branches: 1.1.2; file upgrade-0.2d-0.3d.sql was initially added on branch oacs-4-6. * packages/notifications/sql/oracle/upgrade/upgrade-0.3d-0.4d.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-0.3d-0.4d.sql: branches: 1.1.2; file upgrade-0.3d-0.4d.sql was initially added on branch oacs-4-6. * packages/acs-automated-testing/tcl/aa-test-procs-oracle.xql: * packages/acs-automated-testing/www/admin/index-oracle.xql: * packages/acs-automated-testing/www/admin/testcase-oracle.xql: change supported oracle version to 8.1.6 2003-01-31 peterm * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.1-4.7d.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.1-4.7d.sql: Adding missing piece to the db upgrade of acs-kernel 4.6.1-4.7d - the callbacks were not being copied when upgrading a package through the edit package page. Changing to create or replace syntax for functions in PG (works in 7.2 and 7.1 is deprecated) * packages/acs-tcl/tcl/apm-install-procs.tcl: Correcting apm_package_install proc. It should only instantiate, mount, and invoke after-install callback after an initial install, not after an upgrade. We'll add an after-upgrade callback as well when we need that. * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: acs-install.sql doesn't need to instantiate acs-kernel as this is done during install of that package (since it's a singleton) * packages/acs-admin/www/apm/package-delete-2.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: adding before-uninstall, before-uninstantiate, and before-unmount Tcl callbacks for packages * packages/acs-tcl/tcl/apm-install-procs.tcl: changing the comment of apm_mount_core_packages reflecting where it's now called and what I've learned (painfully) about the installer * packages/acs-tcl/tcl/acs-kernel-procs.tcl: correcting mistake in last commit. ad_verify_install should still check for the presence of an admin. * packages/acs-bootstrap-installer/bootstrap.tcl: * packages/acs-bootstrap-installer/installer.tcl: * packages/acs-bootstrap-installer/installer/packages-install.tcl: moving the mounting of core packages from the bootstrapper to the installer. To enable this I am setting up a more complete Tcl environment before installation of those packages by sourcing procs in acs-subsite and certain init files in acs-tcl as well as redefining ad_conn. This also means that core packages have a more complete environment when/if they use post-instantiation procs. 2003-01-31 lars * packages/acs-admin/www/apm/file-watch.tcl: * packages/acs-admin/www/apm/index.tcl: * packages/acs-admin/www/apm/version-reload.tcl: * packages/acs-admin/www/apm/version-view.tcl: - Took out extra call to apm_package_load status - allowed calling file-watch with more than one file_id - offer a 'watch all above files' link when reloading a package - restructured the version-view page to display links more logically * packages/acs-admin/www/apm/version-callback-add-edit.tcl: Fixed callback UI * packages/acs-admin/www/apm/version-callbacks.adp: * packages/acs-admin/www/apm/version-callbacks.tcl: branches: 1.2.2; Fixed callback UI 2003-01-30 peterm * packages/acs-tcl/tcl/acs-kernel-procs.tcl: As part of moving mounting of core packages from installer to bootstrapper I forgot to commit these changes to ad_verify_install. The proc should no longer check that acs-admin is mounted. * packages/acs-lang/tcl/localization-data-init.tcl: adding polish date-time localization data, provided by Marcin Kuczkowski * packages/acs-lang/tcl/localization-data-init.tcl: adding russian date-time localization data, provided by Vadim Makarov * packages/acs-tcl/tcl/apm-install-procs.tcl: fix: shouldn't pass the upgrade switch to apm_load_catalog_files when we are installing for the first time * packages/acs-bootstrap-installer/bootstrap.tcl: * packages/acs-bootstrap-installer/installer/index.tcl: * packages/acs-bootstrap-installer/installer/packages-install.tcl: * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: * packages/acs-tcl/tcl/apm-install-procs.tcl: moving instantiation and mounting of all core packages (acs-lang, acs-admin, api-doc etc.) except acs-kernel and main site (retained because they are needed during install) from the acs-install.sql file to the Tcl proc apm_mount_core_packages that is invoked on first startup. Note that this unfortunately means that callbacks will not be invoked for the main site node and for the acs-kernel instance. 2003-01-30 jeffd * tcl/zz-postload.tcl: * www/index-oracle.xql: * www/index-postgresql.xql: * www/index.xql: merge fix for bug 193 to HEAD * tcl/zz-postload.tcl: * www/index-oracle.xql: * www/index-postgresql.xql: * www/index.xql: traverse the tcl and www trees and parse the .xql files found. No longer necessary to provide fully qualified query names in the .xql files. fixes bug 193 2003-01-30 danw * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: Modified permissions code to materialize acs_privilege_descendant_map view. Needed to speed up queries on acs_object_grantee_priv_map view. 2003-01-29 peterm * packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: adding canonical proc for instantiating and mounting a package: site_node::instantiate_and_mount. Deprecatating old procs with this functionality and making them invoke the new proc. Adding after-mount callback invocation in site_node::mount. Adding warn flag to a few deprecated site-node related procs. * packages/acs-admin/www/apm/package-add-2.tcl: * packages/acs-admin/www/apm/package-add.tcl: * packages/acs-admin/www/apm/packages-install-4.tcl: * packages/acs-admin/www/apm/version-callback-add-edit.adp~: * packages/acs-admin/www/apm/version-callback-add-edit.tcl: * packages/acs-admin/www/apm/version-callback-add-edit.tcl~: * packages/acs-admin/www/apm/version-callback-add.adp~: * packages/acs-admin/www/apm/version-callback-add.tcl~: * packages/acs-admin/www/apm/version-callback-delete.tcl~: * packages/acs-admin/www/apm/version-callbacks-add.adp~: * packages/acs-admin/www/apm/version-callbacks.adp: * packages/acs-admin/www/apm/version-callbacks.adp~: * packages/acs-admin/www/apm/version-callbacks.tcl: * packages/acs-admin/www/apm/version-callbacks.tcl~: * packages/acs-admin/www/apm/version-edit-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.tcl: * packages/acs-admin/www/apm/version-view.xql: adding editing of auto-mount and Tcl callbacks to the APM UI * packages/acs-tcl/tcl/acs-permissions-procs.tcl: adding missing return statement in permission_p * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: adding unit test for auto-mount feature * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.1-4.7d.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.1-4.7d.sql: as part of the sql upgrade of acs-kernel from 4.6.1 to 4.7d I forgot to change views and plsql code. Adding these changes now to make the upgrade complete * packages/acs-admin/www/apm/version-callback-add-edit.adp: * packages/acs-admin/www/apm/version-callback-delete.tcl: * packages/acs-admin/www/apm/version-callbacks-add.adp: branches: 1.1.2; adding editing of auto-mount and Tcl callbacks to the APM UI * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/tcl/subsite-procs.tcl: changing acs-subsite to use an after-mount callback instead of the old post_instantiation proc. Replacing call to site_node_mount_application (deprecated) with site_node::instantiate_and_mount * 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: deprecating apm_package_instantiate_and_mount. Adding auto-mounting of packages to the apm_package_install proc. Removing a few inline queries that are not used. * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: issuing a debug level warning when deprecated procs with the warn flag are invoked * 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: making apm_package_instance_new the canonical proc for instantiating a package. Deprecating the create_package proc. Adding apm_mark_packages_for_bootstrap that will is used to schedule all necessary files for reload after a set of applications have been installed. Extracting apm_mark_files_for_reload from apm_mark_version_for_reload so that the functionality of scheduling files for reload could be reused. * packages/acs-tcl/tcl/apm-file-procs.tcl: making apm_version_file_list take a path_prefix argument * packages/notifications/notifications.info: making notifications and attachments use the auto-mount feature * packages/acs-bootstrap-installer/installer/auto-install.tcl: replacing call to apm_package_instantiate_and_mount (deprecated) with site_node::instantiate_and_mount in auto-installer 2003-01-28 jeffd * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: * packages/acs-api-browser/www/content-page-view.adp: * packages/acs-api-browser/www/content-page-view.tcl: patch to display xql files bug 155/patch 58 Tom Jackson 2003-01-28 bartt * packages/acs-reference/sql/postgresql/acs-reference-create.sql: Converted timestamp to timestamp with time zone. 2003-01-27 rmello * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: - With the help of Michael Cleverly, fixed the namespace code so procs declared like ::foo::bar would work, by only trimming the first :: - Moved the uplevel'd call to namespace current to the if statement, to avoid it being called unnecessarily. * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Merging changes from oacs-4-6 2003-01-27 peterm * packages/acs-tcl/tcl/apm-xml-procs.tcl: adding code to read/write the auto-mount tag from/to the package info file * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6.1-4.7d.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6.1-4.7d.sql: upgrading acs-kernel from 4.6.1 to 4.7d to support APM auto mounting of packages, and Tcl procedure package callbacks such as after-install, after-instantiate, and after-mount. Upgrade scripts supplied to add table apm_package_callbacks and add column auto_mount to table apm_package_versions. * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: when an xql query is not loaded because of too high version number in the xql file - issue an error message in the log file 2003-01-27 lars * packages/acs-tcl/tcl/form-processing-procs.tcl: Added cancel_url documentation. * packages/acs-tcl/tcl/text-html-procs.tcl: Added new formats text/enhanced and text/fixed-width to ad_html_text_convert, and improved significantly on the automatic HTML rendering functionality (line breaks, links) * packages/acs-templating/tcl/richtext-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: Added richtext widget and datatype, as mentioned on the bboard thread about rich input * packages/acs-tcl/tcl/text-html-procs.tcl: Fixed bug: util_close_html_tags would actually insert the end tag even though it had discarded the open tag, e.g. if you said <form>, you'd get </FORM>! * packages/acs-templating/tcl/richtext-procs.tcl: Fixed typo with $ instead of # in comment Made richtext buttons not participate in tab order * packages/acs-tcl/tcl/text-html-procs.tcl: Merged bug fix from HEAD: util_close_html_tags would actually insert the end tag even though it had discarded the open tag, e.g. if you said <form>, you'd get </FORM>! * packages/acs-tcl/tcl/text-html-procs.tcl: Removed extra -- in call to ad_enhanced_text_to_plain_text. * packages/acs-subsite/www/shared/bold-button.gif: * packages/acs-subsite/www/shared/italic-button.gif: * packages/acs-subsite/www/shared/underline-button.gif: * packages/acs-subsite/www/shared/url-button.gif: branches: 1.1.2; Added buttons for the richtext widget * packages/acs-templating/tcl/richtext-procs.tcl: branches: 1.3.2; Removed the underline button, and made it return an empty value when contents is unset, so that 'required' fires (thanks to Ola). 2003-01-27 jeffd * packages/search/tcl/search-procs.xql: corrected content_get.get_lob_data to search_content_get.get_lob_dat bug 183/patch 60 Mark Aufflick * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: improved message on pg driver missing ns_pg_bind (mentions ACS=1 as well as too old) 2003-01-27 donb * packages/acs-content-repository/tcl/content-procs.tcl: * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-util-procs.tcl: * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: Switched to "file copy" ... 2003-01-24 vinodk * packages/acs-core-docs/www/nextsteps.html: * packages/acs-core-docs/www/xml/install-guide/next-steps.xml: - Fixed typo in openfts install 2003-01-24 peterm * packages/acs-admin/www/apm/package-add-2.tcl: * packages/acs-admin/www/apm/version-dependency-add-2.tcl: * packages/acs-admin/www/apm/version-edit-2.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: Adding code so that a package always provides the service of itself (package_key and version_name) when created. When a package is upgraded the provided version_name is automatically updated. Also making the info file be automatically updated upon edit of the package * packages/acs-lang/tcl/localization-data-init.tcl: adding missing date localizations of the fi_FI locale, provided by Jarkko Laine * packages/acs-tcl/tcl/tcl-documentation-tests.tcl: removing old tests of ad_page_contract that are not used anymore. Toomuch work to move them to the current acs-automated-testing framework 2003-01-24 lars * packages/acs-tcl/tcl/request-processor-init.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.xql: Fixed caching of ad_acs_kernel_id, which didn't work properly 2003-01-24 jeffd * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.2-4.2.1.sql: An upgrade script from almost 2 years ago is patched. yay. closes bug 180 * packages/acs-templating/tcl/data-procs.tcl: adds template::data::validate::email patch 496 Deds Castillo * packages/acs-tcl/tcl/utilities-procs.tcl: adds util_list_of_ns_sets_to_list_of_lists patch 15 Ola Hansson * packages/acs-messaging/sql/oracle/upgrade-4.0-4.0.1a.sql: * packages/acs-messaging/sql/oracle/upgrade-4.0.1-4.1.sql: * packages/acs-messaging/sql/oracle/upgrade-4.0.1a-4.0.1.sql: removing duped upgrade scripts closes bug 179 2003-01-24 daveb * packages/notifications/www/manage-oracle.xql: * packages/notifications/www/manage-postgresql.xql: * packages/notifications/www/manage.adp: * packages/notifications/www/manage.tcl: * packages/notifications/www/object-goto.tcl: Fixed object-goto to redirect using the notifications URL service contract. This should support any object/notification_type. 2003-01-23 peterm * 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: Fixing APM dependency bug. When installing new packages, the version comparison among the packages to install would use a simple Tcl comparison rather than the version_name_greater plsql proc (i.e. version 0.1a would be considered less than 0.1d). I changed to use the plsql proc instead * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: adding a table to the APM for holding Tcl proc callbacks invoked after installation, instantiation etc. of packages * 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/apm-xml-procs.xql: * packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl: adding support for Tcl proc package callbacks. Currently only supporting after-install and after-instantiate callbacks (next up is after-mount). There is no UI yet. * packages/acs-lang/tcl/lang-message-procs.tcl: backing out a change I made by mistake from the translation server. The lang::audit::created_message is a proc that is used only on that server and I have no plans yet to add it to cvs * packages/ref-timezones/sql/common/ref-timezones-data.sql: * packages/ref-timezones/sql/common/ref-timezones-rules.sql: rolling back bad commit. I committed installation timesaver changes to these files as part of my catalog file commit. Needless to say, Jeff the Gatekeeper Davis immediately spotted this mistake so that it could be corrected... 2003-01-22 rmello * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: - Added Michael Cleverly's example of use of arguments for boolean parameters (found in http://openacs.org/forums/message-view?message_id=50519) to ad_proc's documentation. Thanks for the pointer Jeff! Made boolean and named parameters explanation clearer. * packages/acs-kernel/sql/postgresql/acs-metadata-create.sql: - Fixed double declaration of function acs_attribute__create_attribute, with same arguments. Thanks for Stan Kaufman on #openacs for reporting this. * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: - Merge ad_proc documentation improvements to HEAD. 2003-01-22 peterm * packages/acs-tcl/tcl/apm-procs.tcl: adding the proc apm_supported_callback_types for the new package callbacks. Making apm_load_packages take arguments to make it optional to source libraries and queries (only load tests, needed for acs-tcl) * packages/acs-bootstrap-installer/bootstrap.tcl: * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: making sure the acs-tcl test procs are source after the Tcl libraries of acs-automated-testing are sourced * packages/acs-tcl/tcl/utilities-procs.tcl: with help from Jeff and Lars making the util_sets_equal_p proc do the right thing 2003-01-22 jeffd * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql: * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql: adds */* mime type, bump version from 4.6 to 4.6.1 and provide an upgrade script (*/* added by Lars on HEAD) * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql: branches: 1.1.2; file upgrade-4.6-4.6.1.sql was initially added on branch oacs-4-6. 2003-01-22 daveb * packages/acs-tcl/tcl/apm-install-procs.tcl: Added -remove_files boolean switch to apm_package_delete to optionally remove files fromt he filesystem. * packages/acs-tcl/tcl/apm-install-procs.tcl: Added a -remove_files boolean switch to apm_package_delete to make delete of package files optional. * packages/acs-admin/www/apm/package-delete-2.tcl: * packages/acs-admin/www/apm/package-delete.tcl: Added checkbox option to delete package files instead of a mandatory delete. * packages/acs-admin/www/apm/package-delete-2.tcl: * packages/acs-admin/www/apm/package-delete.tcl: Added checkbox option to delete package files instead of automatically removing them frm the filesystem. 2003-01-21 rmello * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: - Add lots more documentation to ad_proc. Even old-time #openacs'ers (myself included) didn't know how the (formerly undocumented) :boolean attribute for name parameters worked (thanks Til!). - Added example to ad_proc's docstring. * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: - Remove restriction on PG 7.3, now that jeffd committed bartt's 7.3 fixes. 2003-01-21 peterm * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.TH_TH.TIS-620.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.ISO-8859-7.xml: * 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/catalog/acs-lang.fi_FI.ISO-8859-15.xml: * packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.it_IT.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.nl_NL.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.pl_PL.ISO-8859-2.xml: * packages/acs-lang/catalog/acs-lang.ru_RU.windows-1251.xml: * packages/acs-lang/catalog/acs-lang.sh_HR.ISO-8859-5.xml: * packages/acs-lang/catalog/acs-lang.sv_SE.ISO-8859-1.xml: * packages/acs-lang/tcl/lang-audit-procs.tcl: * packages/acs-lang/tcl/lang-catalog-procs.xql: * packages/acs-lang/tcl/lang-message-procs.tcl: * 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.ISO-8859-7.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.fi_FI.ISO-8859-15.xml: * packages/acs-subsite/catalog/acs-subsite.it_IT.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.nl_NL.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.pl_PL.ISO-8859-2.xml: * packages/acs-subsite/catalog/acs-subsite.ru_RU.windows-1251.xml: * packages/acs-subsite/catalog/acs-subsite.sh_HR.ISO-8859-5.xml: * packages/acs-subsite/catalog/acs-subsite.sv_SE.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_ES.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.fi_FI.ISO-8859-15.xml: * packages/acs-tcl/catalog/acs-tcl.it_IT.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.nl_NL.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.pl_PL.ISO-8859-2.xml: * packages/acs-tcl/catalog/acs-tcl.ru_RU.windows-1251.xml: * packages/acs-tcl/catalog/acs-tcl.sh_HR.ISO-8859-5.xml: * packages/acs-tcl/catalog/acs-tcl.sv_SE.ISO-8859-1.xml: * packages/notifications/catalog/notifications.da_DK.ISO-8859-1.xml: * packages/notifications/catalog/notifications.de_DE.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.fi_FI.ISO-8859-15.xml: * packages/notifications/catalog/notifications.it_IT.ISO-8859-1.xml: * packages/notifications/catalog/notifications.nl_NL.ISO-8859-1.xml: * packages/notifications/catalog/notifications.pl_PL.ISO-8859-2.xml: * packages/notifications/catalog/notifications.sv_SE.ISO-8859-1.xml: * packages/ref-timezones/sql/common/ref-timezones-data.sql: * packages/ref-timezones/sql/common/ref-timezones-rules.sql: I18N: committing all the message catalog files from the dotLRN translation server. Kudos to all our translators for this contribution. * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: adding all locales from the dotlrn translation server. Kudos to all the translators. * packages/acs-tcl/tcl/utilities-procs.tcl: adding proc util_sets_equal_p for determining if two lists contain the same set of strings * packages/acs-bootstrap-installer/bootstrap.tcl: changing to use the new apm_load_packages proc that sources Tcl files of packages in right order. I broke bootstrapping with my previous commit because -init files were sourced to early. Sorry... * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-catalog-procs.xql: making sure message keys with upgrade status of deleted are not exported to xml files, important fix: write xml files in utf-8 if the specified charset is not supported by tcl, correcting some log statements * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/apm-procs.xql: renaming apm_load_package to apm_load_packages and making the proc source Tcl files in the right order (-procs before all -init etc.) * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-catalog-procs.xql: setting upgrade status for a message key to deleted if the en_US message is deleted. This is unfortunately another example in the I18N code where we are assuming the presence of the en_US locale and that translation is done from this locale. * packages/acs-admin/www/apm/packages-install-4.tcl: using the new apm_load_packages proc to source all enabled packages after APM installation so that restart of server is not needed 2003-01-21 lars * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: Merged in changes to make acs-workflow not part of initial install from HEAD to 4.6 branch 2003-01-21 jeffd * 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-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-revision.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-update.sql: * packages/acs-kernel/sql/postgresql/acs-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/apm-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/journal-create.sql: * packages/acs-kernel/sql/postgresql/postgresql.sql: * packages/acs-kernel/sql/postgresql/rel-segments-body-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.5-4.5.1.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-create.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: * packages/acs-subsite/sql/postgresql/application-groups-create.sql: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/notifications/sql/postgresql/notifications-package-create.sql: * packages/notifications/sql/postgresql/notifications-replies-package-create.sql: * packages/search/sql/postgresql/search-packages-create.sql: * packages/search/sql/postgresql/upgrade/upgrade-4.5-4.5.1.sql: merge bartt PG 7.3 fixes from HEAD 2003-01-20 rmello * packages/acs-tcl/tcl/user-extensions-procs.tcl: - Added some comments to the functions to make it clear that their purpose is no notify packages of when user information is changed. - Added @see tags. 2003-01-20 peterm * packages/acs-tcl/tcl/00-database-procs.tcl: adding the -upvar_level switch that determines how many levels local multirow variables should be set * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/www/permissions/one.adp: * packages/acs-subsite/www/permissions/one.tcl: merging in the templated version of one.tcl from the 4.6 branch. Converting one text to message lookup in one.adp 2003-01-20 jeffd * packages/acs-templating/tcl/data-procs.tcl: adds template::data::validate::boolean bug 151/patch 46 Roberto Mello * packages/acs-admin/www/users/one-oracle.xql: adds users url * packages/acs-subsite/www/admin/users/new.tcl: * packages/acs-subsite/www/register/user-new-2.tcl: fix error ns_returnerror call bug 120/patch 38 Vinod Kurup * readme.txt: fix links and acronyms * packages/acs-lang/tcl/lang-message-procs.tcl: make package_key a bind variable * packages/acs-templating/tcl/data-procs.tcl: merge add of template::data::validate::boolean from 4.6 to head * bin/restart-aolserver: new improved restart-aolserver from hhttp://openacs.org/doc/openacs-4/files/restart-aolserver.txt * bin/restart-aolserver: new restart-aolserver more in line with how things are now done bug 64/patch 36 * packages/notifications/tcl/notification-display-procs.tcl: remove html from request_widget bug 116/patch 33 Vinod Kurup 2003-01-19 jeffd * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: typo bug 158/patch 50 Tom Jackson 2003-01-17 daveb * packages/acs-core-docs/www/xml/engineering-standards/design-template.xml: Removed paragraph referring to the "current focus on Java" * packages/acs-core-docs/www/xml/engineering-standards/design-template.xml: Removed paragraph referring to the "current focus on Java". 2003-01-16 jeffd * packages/acs-admin/acs-admin.info: * packages/acs-admin/www/users/complex-search.tcl: * packages/acs-admin/www/users/index.adp: * packages/acs-admin/www/users/one-oracle.xql: * packages/acs-admin/www/users/one.adp: * packages/acs-admin/www/users/one.tcl: * packages/acs-admin/www/users/one.xql: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: * packages/acs-content-repository/tcl/acs-content-repository-procs.tcl: * packages/acs-content-repository/tcl/acs-content-repository-procs.xql: * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/files/acs-pgbackup-init.txt: * packages/acs-core-docs/www/index.adp: * packages/acs-core-docs/www/xml/developers-guide/permissions-tediously-explained.xml: * packages/acs-core-docs/www/xml/files/acs-pgbackup-init.txt: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/sql/oracle/host-node-map-create.sql: * packages/acs-subsite/sql/postgresql/host-node-map-create.sql: * packages/acs-subsite/tcl/plpgsql-utility-procs-postgres.xql: * packages/acs-subsite/tcl/plpgsql-utility-procs-postgresql.xql: * packages/acs-subsite/tcl/plpgsql-utility-procs.tcl: * packages/acs-subsite/www/admin/host-node-map/index.tcl: * packages/acs-subsite/www/admin/host-node-map/index.xql: * packages/acs-subsite/www/admin/site-map/index.tcl: * packages/acs-subsite/www/admin/site-map/package-new.tcl: * packages/acs-subsite/www/index-oracle.xql: * packages/acs-subsite/www/index-postgresql.xql: * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/index.tcl: * packages/acs-subsite/www/permissions/index-oracle.xql: * packages/acs-subsite/www/permissions/index-postgresql.xql: * packages/acs-subsite/www/permissions/index.adp: * packages/acs-subsite/www/permissions/index.tcl: * packages/acs-subsite/www/permissions/one-oracle.xql: * packages/acs-subsite/www/permissions/one-postgresql.xql: * packages/acs-subsite/www/permissions/one.adp: * packages/acs-subsite/www/pvt/unsubscribe-2-postgresql.xql: * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/user-extensions-procs.tcl: * packages/acs-tcl/tcl/user-extensions-procs.xql: * packages/acs-tcl/tcl/utilities-procs.tcl: * packages/acs-templating/resources/forms/wizard.adp: * packages/notifications/notifications.info: * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/postgresql/notifications-core-create.sql: * packages/notifications/tcl/notification-display-procs.tcl: * packages/notifications/tcl/notification-procs.tcl: * packages/notifications/tcl/notification-request-procs.tcl: * packages/notifications/tcl/sweep-init.tcl: * packages/notifications/tcl/sweep-procs-oracle.xql: * packages/notifications/tcl/sweep-procs-postgresql.xql: * packages/notifications/tcl/sweep-procs.tcl: * packages/notifications/www/manage-oracle.xql: * packages/notifications/www/manage-postgresql.xql: * packages/notifications/www/manage.adp: * packages/notifications/www/manage.tcl: * packages/notifications/www/request-change-frequency-oracle.xql: * packages/notifications/www/request-change-frequency-postgresql.xql: * packages/notifications/www/request-change-frequency.adp: * packages/notifications/www/request-change-frequency.xql: * packages/notifications/www/request-delete.tcl: * packages/notifications/www/request-new-2.tcl: * packages/notifications/www/request-new.tcl: * packages/notifications/www/test-cleanup.tcl: * packages/notifications/www/test.adp: * packages/notifications/www/test.tcl: * packages/ref-timezones/ref-timezones.info: Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2 on oacs-4-6 are included. * packages/notifications/www/request-change-frequency.tcl: branches: 1.2.16; Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2 on oacs-4-6 are included. * packages/notifications/tcl/reply-sweep-init.tcl: branches: 1.3.2; Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2 on oacs-4-6 are included. * packages/notifications/tcl/notification-request-procs.xql: branches: 1.4.4; 1.4.8; Merge of all changes from oacs-4-6 to HEAD. All changes up to tag jcd-merge-2 on oacs-4-6 are included. * packages/acs-subsite/www/admin/site-map/package-new.tcl: merge changes for context id and default of instance name to pretty name from package info * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: remove the 7.3 check since HEAD works with 7.3 2003-01-15 jeffd * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: Fix links to the LDP guide closes bug 148 * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: merge changes from 4.6 2003-01-14 rmello * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: - Update Installer to require PG 7.2, since we are requiring it for 4.6 - Added check for 7.3 saying it's not supported at the moment. - Removed check needed for 7.1, since it's not necessary for 7.2 2003-01-14 peterm * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: adding proc apm_load_tests_p. changing a couple of procs to proper use of boolean argument * packages/acs-bootstrap-installer/bootstrap.tcl: changing bootstrapping code to use new apm_load_tests_p proc that is also used after package installation in APM * packages/acs-admin/www/apm/packages-install-4.tcl: changing message after package installation to reflect that server restart is no longer necessary. Caching if package is enabled after installation as is done in bootstrap.tcl 2003-01-14 jeffd * packages/acs-content-repository/tcl/acs-content-repository-procs-oracle.xql: Bad oracle fetch_paths query closes bug 122/patch 40 C. R. Oldham * packages/acs-content-repository/tcl/acs-content-repository-procs-oracle.xql: Bad oracle fetch_paths query merged from oacs-4-6 * packages/acs-templating/tcl/util-procs.tcl: Bad varname in template::util::multirow_to_list closes 91/patch 14 Ola Hansson * packages/acs-tcl/tcl/00-database-procs.tcl: Corrects db_transaction doc. Closes bug 104/patch 22 Vinod Kurup * www/index.adp: Fix links to old openacs.org site. closes bug 114/patch 31 Ola Hansson * packages/acs-tcl/tcl/00-database-procs.tcl: merge changes from 4.6 * www/default-master.adp: merge fix for bug 134 from oacs-4-6 * packages/acs-content-repository/tcl/content-procs.tcl: merge fix for bug 143 to head * www/index.adp: merge link fixes from oacs-4-6 to head * packages/acs-templating/tcl/util-procs.tcl: merge patch 14 from oacs-4-6 * packages/acs-content-repository/tcl/content-procs.tcl: ns_puts used instead of puts. closes 143/patch 45 Kevin Crosbie 2003-01-14 danw * packages/acs-templating/www/doc/tagref/switch.html: branches: 1.1.4; updated documentation to include new switch, case and default tags. Note was also added to 'if' tag for documenting elseif. * packages/acs-templating/www/doc/tagref/if.html: * packages/acs-templating/www/doc/tagref/index.html: updated documentation to include new switch, case and default tags. Note was also added to 'if' tag for documenting elseif. 2003-01-13 peterm * packages/acs-tcl/tcl/apm-procs.tcl: adding a procedure apm_load_package for loading a package so that this can be done without restarting the server, for example directly after installation. Moving Ben's comment for apm_load_queries into ad_proc * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/apm-procs.xql: adding new proc for checking if there is an enabled version of a certain package_key * packages/acs-tcl/tcl/apm-procs.tcl: apm_load_package should not cache that package is enabled * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/lang-message-procs.xql: making it possible to cache all catalog messages for a single package * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: making sure catalog messages are cached when new package is installed in APM. Also making sure tcl libraries and xql queries are loaded for the package after installation so that restart of server is no longer necessary (I hope). Resorted to using the force_install_p flag since the tcl libraries wouldn't source otherwise in the apm_files_load proc. This doesn't feel like the ideal solution but it gets the job done * packages/acs-bootstrap-installer/bootstrap.tcl: refactoring: extracting the code in the boostrap file that loads a package into the proc apm_load_package. Would like to call this proc after package installation in the APM. * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/apm-procs.xql: removing inlined oracle specific queries, removing -default flag from db_string where not needed, correcting misnamed (copy paste) query * packages/acs-bootstrap-installer/bootstrap.tcl: the check for whether acs-automated-testing is enabled was broken, replacing inline query with apm proc 2003-01-13 lars * packages/acs-templating/resources/forms/coddo.adp: * packages/acs-templating/resources/forms/grid.adp: * packages/acs-templating/resources/forms/plain.adp: * packages/acs-templating/resources/forms/plainest.adp: * packages/acs-templating/resources/forms/standard-lars.adp: * packages/acs-templating/resources/forms/standard.adp: * packages/acs-templating/resources/forms/wizard.adp: * packages/acs-templating/tcl/0-procs.tcl: * packages/acs-templating/tcl/element-procs.tcl: * packages/acs-templating/tcl/form-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: Changes to how buttons work: Form-builder now takes care of determining which buttons to use, not the template; Added actions functionality to form builder 2003-01-13 jeffd * www/default-master.adp: Add a doctype to the default-master bug 134/patch 44 Vinod Kurup * packages/acs-admin/www/users/one.tcl: one.xql query user_infox should have been user_info which broke oracle bug 135/patch 43 Brad Duell 2003-01-13 danw * packages/acs-templating/tcl/tag-init.tcl: modified case tag to allow <case in foo bar baz> and <case value=foo> forms. 2003-01-12 lars * packages/acs-api-browser/www/index.adp: The target for the AOLserver API search form was wrong, should be tcl-proc-view.tcl 2003-01-12 danw * packages/acs-templating/tcl/tag-init.tcl: added template tags switch, case, and default to create a switch statement for use in openacs templates 2003-01-11 tilmanns * packages/acs-tcl/tcl/request-processor-procs.tcl: Removed non-sensical '-debug t' switches that have defeated the purpose of a parameter setting and changed an error message, fixes Bug #130 entered by Vinod. 2003-01-11 rmello * packages/acs-tcl/tcl/form-processing-procs.tcl: - Added support for -section for ad_form. - Added support for Lars' latest form builder additions to ad_form. 2003-01-11 lars * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: Removed acs-workflow from acs-install.sql script 2003-01-11 danw * packages/acs-tcl/tcl/form-processing-procs.tcl: modified ad_form to set form vars from edit_request block 2003-01-10 peterm * packages/acs-admin/www/apm/version-edit-2.tcl: bug fix: the description for a package should be allowed to contain HTML. If you don't check the upgrade box you shouldn't have to change version URL or number * packages/acs-admin/www/apm/version-i18n.adp: updating the instructions for replacing texts with variables with message lookups, adding note about translating phrases rather than words 2003-01-10 lars * packages/acs-tcl/tcl/utilities-procs.tcl: Allow escaping of colons in variable names in export_vars. This was needed in the form builder. 2003-01-09 peterm * packages/acs-lang/tcl/lang-catalog-procs.tcl: bug fix: forgot to use adp var syntax during refectoring when using local multirow that I introduced to resue a query across to procedures. Would have been caught had I run the unit tests... * packages/acs-lang/tcl/lang-audit-procs-postgresql.xql: fixing misnamed bind variable name in insert statement for lang_message_audit 2003-01-09 lars * packages/acs-tcl/tcl/utilities-procs.tcl: Added -entire_form switch to export_vars. Default vars to the empty list. Updated documentation. * packages/acs-templating/tcl/form-procs.tcl: Implemented Tilmann's suggestion of cancel_url/cancel_label switches to form create, so the form builder can handle the cancel button for you. * packages/acs-templating/www/doc/demo/display-edit.tcl: branches: 1.2.2; Implemented Tilmann's suggestion of cancel_url/cancel_label switches to form create, so the form builder can handle the cancel button for you. 2003-01-08 tilmanns * packages/acs-bootstrap-installer/installer/install-data-model.tcl: changed the message to warn people that this might really take a long time, to avoid them interrupting it 2003-01-08 bartt * packages/acs-service-contract/acs-service-contract.info: Added acs-kernel dependancy for proper loading order. (At the request of pluto@objectrealms.net) 2003-01-06 donb * packages/acs-subsite/sql/oracle/host-node-map-create.sql: * packages/acs-subsite/sql/postgresql/host-node-map-create.sql: Applied Tom Jackson's patch to host node map 2003-01-06 danw * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-type.sql: applied patch supplied by Ola Hansson which fixes the drop commands to support both the 7.2 and the 7.3 syntax * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql: branches: 1.1.2; applied patch supplied by Ola Hansson which fixes the drop commands to support both the 7.2 and the 7.3 syntax 2003-01-05 tilmanns * packages/acs-tcl/tcl/navigation-procs.tcl: applied patch #41 by Mark Aufflick that adds a -separator switch to ad_context_bar 2003-01-05 lars * www/index.adp: Fixed links to openacs.org sites so they're right after revamp of the site. 2003-01-04 lars * packages/notifications/tcl/notification-display-procs.tcl: If the notifications package isn't mounted, don't display the link 2003-01-03 vinodk * packages/acs-core-docs/www/files/acs-pgbackup-init.txt: * packages/acs-core-docs/www/xml/files/acs-pgbackup-init.txt: - Fixed bugs in backup-script 2003-01-03 lars * packages/acs-tcl/tcl/apm-install-procs.tcl: Ooops, my fix for automatically installing any dependent packages didn't work when you didn't supply pkg_info_all. Thanks, Vinod. 2003-01-02 lars * packages/acs-admin/tcl/apm-admin-procs.tcl: * packages/acs-admin/www/apm/packages-install-2.tcl: * packages/acs-admin/www/apm/packages-install.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: APM enhancement: If a package you want to install requires another package that isn't installed nor selected, it simply adds the required package to the list of packages to install. That way you don't have to go back and forth between the two package installation screens when you want to install a package, the APM does it for you. * packages/acs-subsite/www/shared/checkbox.gif: * packages/acs-subsite/www/shared/checkboxchecked.gif: * packages/acs-subsite/www/shared/radio.gif: * packages/acs-subsite/www/shared/radiochecked.gif: Added checkbox and radio button gifs for use by the new formbuilder enhancements * packages/acs-templating/resources/forms/coddo.adp: * packages/acs-templating/resources/forms/grid.adp: * packages/acs-templating/resources/forms/plain.adp: * packages/acs-templating/resources/forms/plainest.adp: * packages/acs-templating/resources/forms/standard-lars.adp: * packages/acs-templating/resources/forms/standard.adp: * packages/acs-templating/resources/forms/wizard.adp: * packages/acs-templating/tcl/0-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/parse-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: * packages/acs-templating/www/doc/demo/display-edit.tcl: * packages/acs-templating/www/doc/demo/index.html: Implemented some enhancements to the form builder: - support a -mode switch on forms, which can be either 'display' or 'edit'. If 'display', all fields are grayed out, and the pretty value is displayed instead of the internal value (e.g. the label of the element of a list). - support multiple buttons on the form. Used for the 'Edit' button, but can be used for other buttons as well. - Fixed all the standard templates to include the new buttons and to use the <label> tag. - Added an example to the documentation showing how this new display/edit mode looks. * packages/acs-templating/www/doc/demo/display-edit.adp: branches: 1.1.2; Implemented some enhancements to the form builder: - support a -mode switch on forms, which can be either 'display' or 'edit'. If 'display', all fields are grayed out, and the pretty value is displayed instead of the internal value (e.g. the label of the element of a list). - support multiple buttons on the form. Used for the 'Edit' button, but can be used for other buttons as well. - Fixed all the standard templates to include the new buttons and to use the <label> tag. - Added an example to the documentation showing how this new display/edit mode looks. 2003-01-01 vinodk * packages/acs-tcl/tcl/apm-install-procs-postgresql.xql: - Missing comma in apm_package_instantiate_and_mount 2002-12-31 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: Added bugfix from 4.6 2002-12-30 danw * packages/acs-tcl/tcl/form-processing-procs.tcl: change to allow comments on form and validate sections of ad_form 2002-12-29 rmello * packages/notifications/notifications.info: * packages/notifications/tcl/reply-sweep-init.tcl: Added parameter and check to condition scanning of Qmail queue for replies, since not everybody will have qmail installed and setup for that. Bumped package version to allow upgrading. 2002-12-27 peterm * packages/acs-admin/tcl/apm-admin-procs.tcl: default apm_higher_version_installed_p to 0 since if no version is installed at all it follows that no higher version is installed * packages/acs-tcl/tcl/apm-install-procs.tcl: making apm_load_catalog_files simply return in case acs-lang hasn't been installed yet 2002-12-27 bartt * packages/acs-kernel/sql/postgresql/acs-metadata-create.sql: Removed extraneous declaration of acs_attribute__create_attribute. 2002-12-21 bartt * 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-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-revision.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-update.sql: * packages/acs-kernel/sql/postgresql/acs-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/apm-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/journal-create.sql: * packages/acs-kernel/sql/postgresql/postgresql.sql: * packages/acs-kernel/sql/postgresql/rel-segments-body-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.5-4.5.1.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-create.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: * packages/acs-subsite/sql/postgresql/application-groups-create.sql: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/notifications/sql/postgresql/notifications-package-create.sql: * packages/notifications/sql/postgresql/notifications-replies-package-create.sql: * packages/search/sql/postgresql/search-packages-create.sql: * packages/search/sql/postgresql/upgrade/upgrade-4.5-4.5.1.sql: Patches to make OpenACS PG 7.3 compatible. 2002-12-20 vinodk * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/index.adp: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/permissions-tediously-explained.html: * packages/acs-core-docs/www/release-notes.html: - Regenerated HTML docs * packages/acs-core-docs/www/xml/developers-guide/permissions-tediously-explained.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/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: - changed SDM urls to point to Bug-Tracker - Updated release docs - Updated some AOLserver URLs 2002-12-20 rmello * packages/acs-tcl/tcl/user-extensions-procs.tcl: * packages/acs-tcl/tcl/user-extensions-procs.xql: Added some documentation to the user-extension-procs library. 2002-12-20 lars * packages/acs-subsite/www/admin/site-map/index.tcl: * packages/acs-subsite/www/admin/site-map/package-new.tcl: Added an --install new package-- option when you create a new application. This just bounces you off to the /acs-admin/apm/packages-install page. * packages/acs-subsite/www/admin/site-map/package-new.tcl: Fixed problem discussed in this thread: http://openacs.org/forums/message-view?message_id=51478 about how site nodes get their context_id set. I took Barry's suggestion and use the parent site node object id by default, and then, if there's no object mounted here, fall back on the old package_id of the subsite through which you're currently mounting the new package. 2002-12-19 peterm * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-catalog-procs.xql: * packages/acs-lang/tcl/lang-message-procs-oracle.xql: * packages/acs-lang/tcl/lang-message-procs-postgresql.xql: * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/lang-message-procs.xql: adding message catalog upgrade support to the acs-lang package. message keys and messages now have an upgrade status (added, deleted, updated). Being more rigorous about determining what is a catalog file and moving this logic to the acs-bootstrap-installer package (apm_is_catalog_file) as it is needed before the acs-lang library is loaded. Updated procedure documentation. * 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/catalog/acs-lang.es_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml: adding package version information to message catalog files * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: adding package_version information to catalog file * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: adding the Message Catalog APM file type to the TCL API * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: adding the Message Catalog APM file type to the datamodel * packages/acs-lang/tcl/lang-catalog-procs-oracle.xql: * packages/acs-lang/tcl/lang-catalog-procs-postgresql.xql: branches: 1.1.2; adding message catalog upgrade support to the acs-lang package. message keys and messages now have an upgrade status (added, deleted, updated). Being more rigorous about determining what is a catalog file and moving this logic to the acs-bootstrap-installer package (apm_is_catalog_file) as it is needed before the acs-lang library is loaded. Updated procedure documentation. * packages/acs-admin/www/apm/file-add.tcl: * packages/acs-admin/www/apm/packages-install-3.tcl: * packages/acs-admin/www/apm/packages-install-4.tcl: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: making sure message catalog files are loaded during package installation and package upgrade * packages/acs-lang/bin/check-catalog-file-path.pl: * packages/acs-lang/bin/check-catalog.sh: making the check-catalog.sh script verify that package version in catalog files is same as in info files, made script accept multiple package keys * packages/acs-lang/sql/oracle/message-catalog.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-4.7d3-4.7d4.sql: * packages/acs-lang/sql/postgresql/message-catalog.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.7d3-4.7d4.sql: message catalog upgrade support - adding upgrade_status columns to tables lang_messages and lang_message_keys * packages/acs-lang/www/admin/lookups-include.tcl: removing debug printout * packages/acs-lang/www/doc/RELEASE-NOTES: removing outdated release notes * packages/acs-lang/acs-lang.info: updaing info file for release of version 4.7d4 of acs-lang package 2002-12-18 donb * packages/notifications/tcl/sweep-procs-oracle.xql: Made the queries match the working PG queries 2002-12-17 lars * packages/acs-subsite/www/admin/host-node-map/index.tcl: * packages/acs-subsite/www/admin/host-node-map/index.xql: Sort the list of root URLs by name 2002-12-17 jeffd * packages/acs-admin/www/users/complex-search.tcl: * packages/acs-admin/www/users/index.adp: * packages/acs-admin/www/users/one.adp: * packages/acs-admin/www/users/one.tcl: * packages/acs-admin/www/users/one.xql: add search by IP in complex-search, add source IP, homepage, link to public page to one.tcl,adp * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql: branches: 1.1.2; file upgrade-4.6-4.6.1.sql was initially added on branch oacs-4-6. * packages/acs-subsite/tcl/plpgsql-utility-procs-postgresql.xql: * packages/acs-subsite/tcl/plpgsql-utility-procs.tcl: caching version of get_function_args query * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.6-4.6.1.sql: * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.6-4.6.1.sql: changes acs__magic_object_id to isstrict,iscachable, bump version to 4.6.1, upgrade script provided 2002-12-17 donb * packages/notifications/www/test-cleanup.tcl: * packages/notifications/www/test.adp: * packages/notifications/www/test.tcl: Improved test scripts slightly. * packages/notifications/tcl/sweep-procs-oracle.xql: * packages/notifications/tcl/sweep-procs-postgresql.xql: Some semicolons snuck in from my test .sql files * packages/notifications/tcl/sweep-procs-postgresql.xql: The never ending attempt to fix notifications ... * packages/notifications/www/test-cleanup.tcl: branches: 1.1.2; file test-cleanup.tcl was initially added on branch oacs-4-6. * packages/notifications/www/test.adp: branches: 1.1.2; file test.adp was initially added on branch oacs-4-6. 2002-12-16 peterm * packages/acs-lang/tcl/localization-data-init.tcl: date and time related localization data added for Finnish by Jarkko Laine. Thanks Jarkko. 2002-12-16 lars * packages/acs-subsite/www/index-oracle.xql: * packages/acs-subsite/www/index-postgresql.xql: * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/index.tcl: Sort the application list, qualify the name of the administration link, and add proper return_url to login link 2002-12-16 jeffd * packages/acs-tcl/tcl/site-nodes-procs.tcl: fix misleading argument names and docs for site_node_mount_application * packages/acs-tcl/tcl/utilities-procs.tcl: merge lars export_entire_form_as_url_vars fix * packages/acs-tcl/tcl/request-processor-procs.tcl: only call ds_add if defined * packages/acs-subsite/www/permissions/one.adp: stupid mistake in templating one.adp 2002-12-13 peterm * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-message-procs.tcl: I18N: loading the catalog files from the lookup proc now if this hasn't already been done. The reason is that there are message lookups that happen before the acs-lang library files are loaded. The alternative would be to put the loading in a file with a path like acs-boostrap-installer/00-... * packages/acs-lang/www/admin/lookups-include.tcl: fixed mistake in regsub for listing of message lookups for a key 2002-12-12 peterm * packages/acs-lang/tcl/localization-procs.tcl: if lc_time_fmt is given the empty string, don't crash, but rather, return the empty string * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: if there is no full query for a db statement and the default query in the tcl file is empty, raise an error and inform the developer about this (crash early) 2002-12-12 jeffd * packages/acs-admin/www/users/complex-search.tcl: link to complex-search rather than search bug 1961/patch 517 Jun Yamog * packages/notifications/notifications.info: rollback peterm's change as donb is adding these files 2002-12-12 donb * packages/notifications/www/request-change-frequency-oracle.xql: * packages/notifications/www/request-change-frequency-postgresql.xql: * packages/notifications/www/request-change-frequency.adp: * packages/notifications/www/request-change-frequency.tcl: * packages/notifications/www/request-change-frequency.xql: Added files to implement the "change frequency" functionality * packages/acs-tcl/tcl/form-processing-procs.tcl: Added missing uplevel call to validation processing * packages/acs-tcl/tcl/form-processing-procs.tcl: Made a minor error in the previous commit ... * packages/notifications/www/request-change-frequency-oracle.xql: branches: 1.1.2; file request-change-frequency-oracle.xql was initially added on branch oacs-4-6. * packages/notifications/www/request-change-frequency-postgresql.xql: branches: 1.1.2; file request-change-frequency-postgresql.xql was initially added on branch oacs-4-6. * packages/notifications/www/request-change-frequency.adp: branches: 1.1.2; file request-change-frequency.adp was initially added on branch oacs-4-6. * packages/notifications/www/request-change-frequency.tcl: branches: 1.1.2; file request-change-frequency.tcl was initially added on branch oacs-4-6. * packages/notifications/www/request-change-frequency.xql: branches: 1.1.2; file request-change-frequency.xql was initially added on branch oacs-4-6. 2002-12-11 peterm * packages/notifications/notifications.info: there are no www/request-change-frequencey files so I removed them from the info file 2002-12-11 donb * packages/notifications/notifications.info: * packages/notifications/www/manage-oracle.xql: * packages/notifications/www/manage-postgresql.xql: * packages/notifications/www/manage.adp: * packages/notifications/www/manage.tcl: * packages/notifications/www/request-delete.tcl: * packages/notifications/www/request-new-2.tcl: * packages/notifications/www/request-new.tcl: 1. Changed the manage page to use acs_object.name rather than do its own special case checking (Oracle) 2. Added code from ssv2 to allow a user to change their notification frequency without deleting and adding the notification 3. Changed form-driven pages to use ad_form 2002-12-11 bartt * packages/acs-tcl/tcl/community-core-procs.tcl: Fixed small bug in person::get. 2002-12-10 lars * packages/acs-subsite/www/pvt/unsubscribe-2-postgresql.xql: Fixed unsubscripe query 2002-12-10 jeffd * packages/acs-tcl/tcl/site-nodes-procs.tcl: document the site node array elements 2002-12-09 peterm * packages/acs-subsite/www/pvt/home.xql: branches: 1.4.2; removing large commented out pieces of code from home.tcl, I18N: moving the default texts for screen name and portrait title into the message catalog. As a result, nvl / coalesce was no longer needed and I could remove the home-oracle.xql file * packages/acs-lang/bin/check-catalog.sh: lookups should be drawn from all packages, not only the package of the catalog file. Got burned on the fact that xargs invokes egrep multiple times making my or construction fail. * packages/acs-subsite/acs-subsite.info: removing file www/permissions/revoke-2-oracle.xql from info file as the file doesn't exist anymore * packages/acs-admin/acs-admin.info: removing file www/users/modify-admin-privileges-oracle.xql from info file as file doesn't exist * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/www/pvt/home-oracle.xql: * packages/acs-subsite/www/pvt/home.tcl: removing large commented out pieces of code from home.tcl, I18N: moving the default texts for screen name and portrait title into the message catalog. As a result, nvl / coalesce was no longer needed and I could remove the home-oracle.xql file 2002-12-09 jeffd * packages/acs-subsite/tcl/plpgsql-utility-procs-postgresql.xql: branches: 1.1.2; file plpgsql-utility-procs-postgresql.xql was initially added on branch oacs-4-6. * packages/acs-tcl/tcl/utilities-procs.tcl: donb ad_schedule_proc using ns_schedule_daily/weekly, util_text_to_url from oacs-4-6 branch * packages/acs-tcl/tcl/utilities-procs.tcl: new funtion util_text_to_url bug 6/patch 3 Tilmann Singer * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/tcl/plpgsql-utility-procs-postgres.xql: * packages/acs-subsite/tcl/plpgsql-utility-procs-postgresql.xql: remove missing files from .info, misnamed plpgsql-utility-procs-postgres.xql should have been plpgsql-utility-procs-postgresql.xql * packages/acs-admin/acs-admin.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-lang/acs-lang.info: * packages/acs-tcl/acs-tcl.info: * packages/notifications/notifications.info: * packages/ref-timezones/ref-timezones.info: sync info files with package data and correct provides identifiers * packages/acs-subsite/www/permissions/index-oracle.xql: * packages/acs-subsite/www/permissions/index-postgresql.xql: * packages/acs-subsite/www/permissions/index.tcl: use where exists rather than select distinct since it can be 10-50x faster for this query 2002-12-08 jeffd * packages/acs-subsite/www/permissions/one-postgresql.xql: use the faster acs_permissions_all view on postgresql 2002-12-08 donb * packages/acs-tcl/tcl/utilities-procs.tcl: Extended ad_schedule_proc to allow use of ns_schedule_weekly and ns_schedule_daily rather than just ns_schedule_proc. 2002-12-07 jeffd * packages/acs-subsite/www/permissions/index.adp: branches: 1.1.2; file index.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/one.adp: branches: 1.1.2; file one.adp was initially added on branch oacs-4-6. * packages/acs-subsite/www/permissions/index-oracle.xql: * packages/acs-subsite/www/permissions/index-postgresql.xql: * packages/acs-subsite/www/permissions/index.adp: * packages/acs-subsite/www/permissions/index.tcl: * packages/acs-subsite/www/permissions/one-oracle.xql: * packages/acs-subsite/www/permissions/one-postgresql.xql: * packages/acs-subsite/www/permissions/one.adp: * packages/acs-subsite/www/permissions/one.tcl: templated, made to browse tree, and quote plaintext to avoid cross site scripting security holes 2002-12-06 lars * packages/acs-lang/acs-lang.info: Default timezone to UTC, not New York * packages/acs-lang/tcl/locale-procs.tcl: Default timezone to UTC, not New York (not that I don't like New York, I do, a lot, actually, but UTC is more neutral) 2002-12-06 jeffd * packages/acs-templating/resources/forms/wizard.adp: bad close table bug 1955/patch 515 Jun Yamog * packages/acs-content-repository/tcl/acs-content-repository-procs.tcl: * packages/acs-content-repository/tcl/acs-content-repository-procs.xql: remove oracle file, fix fetch_paths query, comment on idiocy of existing delete function fixes bug 81 * packages/acs-content-repository/tcl/revision-procs.tcl: use ns_returnfile for returning files from the content repository 2002-12-06 donb * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/postgresql/notifications-core-create.sql: * packages/notifications/tcl/notification-display-procs.tcl: * packages/notifications/tcl/notification-procs.tcl: * packages/notifications/tcl/notification-request-procs.tcl: * packages/notifications/tcl/notification-request-procs.xql: * packages/notifications/tcl/sweep-init.tcl: * packages/notifications/tcl/sweep-procs-oracle.xql: * packages/notifications/tcl/sweep-procs-postgresql.xql: * packages/notifications/tcl/sweep-procs.tcl: 1. Changed cleanup sweep interval to 15 minutes 2. Fixed broken PostgreSQL and Oracle queries that were supposed to select notifications for deletion but rather returned all notifications if any were ripe for deletion, causing seemingly random failure to deliver notifications. Sloan had hacked this with a kludge to only delete notifications older than two days but this didn't work on openacs.org, which supports weekly summaries of notifications. 3. Changed notification::new to not insert notifications that have no pending requests. This avoids having to waste time deleting them afterwards. 4. Added notification_request::request_exists which returns true if there's at least one notification request for a given object and notification type. 5. Added a couple of indexes to speed queries that ran slow on openacs.org. 2002-12-05 peterm * packages/acs-subsite/www/admin/groups/elements-by-rel-type.tcl: * packages/acs-subsite/www/admin/groups/elements-display.tcl: * packages/acs-subsite/www/admin/rel-segments/elements.tcl: * packages/acs-subsite/www/admin/rel-segments/new-2.tcl: * packages/acs-subsite/www/admin/rel-types/roles/index.tcl: * packages/acs-subsite/www/admin/rel-types/roles/one.tcl: * packages/acs-subsite/www/admin/relations/add.tcl: I18N: trying to make sure that everytime the role pretty names are displayed they are localized (they may be message keys in the database). Since I couldn't figure out how to use the group type / relationship admin UI I didn't test this change as thoroughly as I would have like to...sorry * packages/acs-kernel/catalog/acs-kernel.en_US.ISO-8859-1.xml: * packages/acs-kernel/sql/oracle/groups-create.sql: * packages/acs-kernel/sql/postgresql/groups-create.sql: I18N: we need pretty_name and pretty_plural of the member relationship role to be internationalized in dotLRN - using two new message keys 2002-12-04 peterm * packages/acs-lang/www/admin/edit-localized-message.tcl: let's not double quote messages (some have HTML in them) in textareas (the form builder quotes for us) * packages/acs-admin/www/apm/version-i18n-process-2.tcl: * packages/acs-admin/www/apm/version-i18n.adp: minor improvements of I18N instructions 2002-12-04 lars * packages/acs-lang/sql/postgresql/message-catalog.sql: Bug: acs-lang had a default sysdate. Changed to default now() * packages/acs-tcl/tcl/apm-install-procs.tcl: Make errors during install process more obvious. * packages/acs-subsite/www/admin/site-map/index.tcl: * packages/acs-subsite/www/admin/site-map/package-new.tcl: Peter made it so that if you don't supply a name for your new package instance, it uses the pretty name of the package 2002-12-03 peterm * packages/acs-lang/www/admin/set-system-timezone.adp: adding file * packages/acs-lang/acs-lang.info: * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/message-audit.sql: * packages/acs-lang/sql/oracle/message-catalog.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/message-catalog.sql: * packages/acs-lang/tcl/acs-lang-init.tcl: * packages/acs-lang/tcl/lang-audit-procs-oracle.xql: * packages/acs-lang/tcl/lang-audit-procs-postgresql.xql: * packages/acs-lang/tcl/lang-audit-procs.tcl: * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-catalog-procs.xql: * packages/acs-lang/tcl/lang-message-procs-oracle.xql: * packages/acs-lang/tcl/lang-message-procs-postgresql.xql: * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/lang-message-procs.xql: * packages/acs-lang/tcl/locale-procs-oracle.xql: * packages/acs-lang/tcl/locale-procs.tcl: * packages/acs-lang/tcl/locale-procs.xql: * packages/acs-lang/tcl/localization-procs.tcl: * packages/acs-lang/tcl/test/acs-lang-test-procs.tcl: * packages/acs-lang/tcl/test/acs-lang-test.tcl: * packages/acs-lang/www/admin/audit-include.adp: * packages/acs-lang/www/admin/audit-include.tcl: * packages/acs-lang/www/admin/batch-editor.adp: * packages/acs-lang/www/admin/batch-editor.tcl: * packages/acs-lang/www/admin/edit-localized-message.adp: * packages/acs-lang/www/admin/index.adp: * packages/acs-lang/www/admin/load-catalog-files.tcl: * packages/acs-lang/www/admin/lookups-include.adp: * packages/acs-lang/www/admin/lookups-include.tcl: * packages/acs-lang/www/admin/set-system-timezone-oracle.xql: * packages/acs-lang/www/admin/set-system-timezone-postgresql.xql: * packages/acs-lang/www/admin/set-system-timezone.tcl: * packages/acs-lang/www/change-locale-include.tcl: * packages/acs-lang/www/index.adp: * packages/acs-lang/www/set-system-timezone-oracle.xql: * packages/acs-lang/www/set-system-timezone-postgresql.xql: * packages/acs-lang/www/set-system-timezone.tcl: adding timezone support, adding auditing of edited messages, adding package scoped locale preference and package scoped locale * packages/acs-lang/sql/postgresql/message-catalog-drop.sql: branches: 1.3.4; adding timezone support, adding auditing of edited messages, adding package scoped locale preference and package scoped locale * packages/acs-lang/sql/oracle/message-catalog-drop.sql: branches: 1.4.4; adding timezone support, adding auditing of edited messages, adding package scoped locale preference and package scoped locale * packages/acs-lang/tcl/lang-util-procs.tcl: cleaning up and improving the criteteria for selecting text in adp:s to consider for translation, making sure adp variable syntax is converted to percentage syntax for adp files when replacing temporary message tags (note: for tcl files this conversion must still be done manually) * packages/acs-lang/bin/check-catalog.sh: now considering an en_US catalog key to be used if package_key.message_key occurs anywhere, adding check that non en_US catalog file keys are present in the en_US catalog file, making the output of the script a little more consistent * packages/acs-lang/bin/check-catalog.sh: updating doc of the script 2002-12-02 peterm * packages/acs-kernel/sql/oracle/acs-install.sql: adding missing comma * packages/acs-admin/www/apm/version-i18n-process-2.tcl: correcting instructions - text in I18N tags need no longer be HTML quoted * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: setting context_id of acs-lang to be the main site id 2002-11-30 jeffd * packages/acs-core-docs/tcl/acs-core-docs-procs.tcl: branches: 1.4.22; merge from oacs-4-6 * packages/acs-content-repository/sql/postgresql/content-search.sql: branches: 1.5.2; merge from oacs-4-6 * packages/acs-admin/acs-admin.info: * packages/acs-admin/www/apm/index.xql: * packages/acs-admin/www/apm/packages-install-3-oracle.xql: * packages/acs-admin/www/apm/packages-install-3-postgresql.xql: * packages/acs-admin/www/send-email.adp: * packages/acs-admin/www/send-email.tcl: * packages/acs-admin/www/users/member-state-change.adp: * packages/acs-admin/www/users/modify-admin-privileges.tcl: * packages/acs-admin/www/users/one-oracle.xql: * packages/acs-admin/www/users/one.xql: * packages/acs-admin/www/users/user-add-3.adp: * packages/acs-api-browser/www/proc-view.tcl: * packages/acs-api-browser/www/proc/index.vuh: * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: * packages/acs-bootstrap-installer/installer/create-administrator-2-postgresql.xql: * packages/acs-bootstrap-installer/installer/create-administrator-2.tcl: * packages/acs-bootstrap-installer/installer/site-info.tcl: * packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl: * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/content-image.sql: * packages/acs-content-repository/sql/oracle/types-drop.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.5-4.6.sql: * packages/acs-content-repository/sql/postgresql/content-image.sql: * packages/acs-content-repository/sql/postgresql/content-keyword.sql: * packages/acs-content-repository/sql/postgresql/types-drop.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.5-4.6.sql: * packages/acs-content-repository/tcl/acs-content-repository-procs-oracle.xql: * packages/acs-content-repository/tcl/acs-content-repository-procs.tcl: * packages/acs-content-repository/tcl/acs-content-repository-procs.xql: * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-dev.html: * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/apm-requirements.html: * packages/acs-core-docs/www/dev-guide.html: * packages/acs-core-docs/www/developers-overview.html: * packages/acs-core-docs/www/docbook-primer.html: * packages/acs-core-docs/www/eng-standards.html: * packages/acs-core-docs/www/files/acs-pgbackup-init.txt: * packages/acs-core-docs/www/files/dbstart.txt: * packages/acs-core-docs/www/files/export-oracle.txt: * packages/acs-core-docs/www/files/nsd-oracle.txt: * packages/acs-core-docs/www/files/openacs4.tcl.txt: * 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/index.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/more-developer-info.html: * packages/acs-core-docs/www/object-system-design.html: * packages/acs-core-docs/www/object-system-requirements.html: * packages/acs-core-docs/www/openacs-overview.html: * packages/acs-core-docs/www/other-developer-overview.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/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/subsites-design.html: * packages/acs-core-docs/www/subsites-requirements.html: * packages/acs-core-docs/www/unix-install.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win-overview.html: * packages/acs-core-docs/www/xml/developers-guide/rp.xml: * packages/acs-core-docs/www/xml/developers-guide/templates.xml: * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: * packages/acs-core-docs/www/xml/files/acs-pgbackup-init.txt: * packages/acs-core-docs/www/xml/files/export-oracle.txt: * packages/acs-core-docs/www/xml/files/nsd-oracle.txt: * packages/acs-core-docs/www/xml/files/openacs4.tcl.txt: * 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/credits.xml: * packages/acs-core-docs/www/xml/install-guide/next-steps.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/overview.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml: * packages/acs-core-docs/www/xml/openacs.xsl: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5.1-4.6.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.5.1-4.6.sql: * packages/acs-lang/www/locale-set.tcl: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-service-contract/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql: * packages/acs-service-contract/sql/oracle/upgrade/upgrade-4.5.1-4.6.sql: * packages/acs-service-contract/sql/postgresql/upgrade/upgrade-4.5.1-4.6.sql: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/tcl/package-procs.xql: * packages/acs-subsite/tcl/plpgsql-utility-procs-postgres.xql: * packages/acs-subsite/www/admin/relations/remove-dependants-exist.adp: * packages/acs-subsite/www/permissions/revoke-2-oracle.xql: * packages/acs-subsite/www/permissions/revoke-2-postgresql.xql: * packages/acs-subsite/www/permissions/revoke-2.tcl: * packages/acs-subsite/www/pvt/home.xql: * packages/acs-subsite/www/pvt/set-on-vacation-until.tcl: * packages/acs-subsite/www/register/bad-password.tcl: * packages/acs-subsite/www/register/banned-user.tcl: * packages/acs-subsite/www/register/deleted-user.tcl: * packages/acs-subsite/www/shared/iso-codes-no-exist.adp: * packages/acs-subsite/www/shared/send-email.adp: * packages/acs-subsite/www/shared/send-email.tcl: * packages/acs-subsite/www/shared/whos-online.adp: * packages/acs-subsite/www/user/portrait/comment-edit.adp: * packages/acs-tcl/tcl/00-database-procs-postgresql-postgresql.xql: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/admin-init.tcl: * packages/acs-tcl/tcl/apm-procs-postgresql.xql: * 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/form-processing-procs.tcl: * packages/acs-tcl/tcl/navigation-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/text-html-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: * packages/acs-templating/resources/forms/standard-lars.adp: * packages/acs-templating/tcl/paginator-procs.tcl: * packages/acs-templating/tcl/query-procs.tcl: * packages/acs-templating/www/doc/exercise/form-sample.adp: * packages/acs-templating/www/doc/guide/form-process.html: * packages/acs-templating/www/doc/guide/forms.html: * packages/acs-templating/www/doc/migration.html: * packages/acs-templating/www/doc/tagref/include.html: * packages/acs-templating/www/doc/tagref/index.html: * packages/notifications/notifications.info: * packages/notifications/tcl/delivery-method-procs.tcl: * packages/notifications/tcl/interval-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-reply-procs.tcl: * packages/notifications/tcl/notification-request-procs.tcl: * packages/notifications/tcl/notification-type-procs.tcl: * packages/notifications/tcl/notifications-security-procs.tcl: * packages/notifications/tcl/reply-sweep-procs.tcl: * packages/notifications/tcl/sweep-procs.tcl: * packages/notifications/www/index.tcl: * packages/notifications/www/manage-postgresql.xql: * packages/search/search.info: * packages/search/sql/postgresql/search-packages-create.sql: * packages/search/tcl/search-procs.xql: * readme.txt: merge from oacs-4-6 2002-11-24 vinodk * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-dev.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/bootstrap-acs.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/developers-overview.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/filename.html: * packages/acs-core-docs/www/files/acs-pgbackup-init.txt: * packages/acs-core-docs/www/files/dbstart.txt: * packages/acs-core-docs/www/files/export-oracle.txt: * packages/acs-core-docs/www/files/nsd-oracle.txt: * packages/acs-core-docs/www/files/openacs4.tcl.txt: * 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/index.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/more-developer-info.html: * packages/acs-core-docs/www/nextsteps.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/operating-system.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/other-developer-overview.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-mode.html: * packages/acs-core-docs/www/release-notes.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/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/unix-install.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win-overview.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/files/acs-pgbackup-init.txt: * packages/acs-core-docs/www/xml/files/export-oracle.txt: * packages/acs-core-docs/www/xml/files/nsd-oracle.txt: * packages/acs-core-docs/www/xml/files/openacs4.tcl.txt: * 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/credits.xml: * packages/acs-core-docs/www/xml/install-guide/next-steps.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/overview.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml: * packages/acs-core-docs/www/xml/openacs.xsl: - Updated Docs for 4.6. Changes include: - Use PG 7.2.3 - Use OpenFTS 0.3.2 - Major changes to AOLserver install - Install AOLserver as root (so webserver cracker can't modify nsd) - AOLServer now run as 'nobody.web'; regular user owns pages; pages are in user dir - no more nsadmin account - Add link at bottom of each page pointing to same page at openacs.org - modified PG backup script to use defaults set in install guide - modified export-oracle script to use 8.1.7 - added LD_ASSUME_KERNEL=2.2.5 to nsd-oracle script - modified openacs4.tcl.txt config to set serverroot appropriately, set debug false - incorporated lots of comments & emails (typos, URLs, etc) * packages/acs-core-docs/www/permissions-tediously-explained.html: branches: 1.1.2; file permissions-tediously-explained.html was initially added on branch oacs-4-6. 2002-11-22 peterm * packages/acs-automated-testing/tcl/aa-test-procs.tcl: * packages/acs-automated-testing/www/admin/index.adp: * packages/acs-automated-testing/www/admin/testcase.adp: adding a stack trace to tests that fail and moving the result column in the test case table to the left so it's easier to see the results 2002-11-22 lars * packages/acs-tcl/tcl/apm-procs.tcl: Added apm_instance_name_from_package_id procs. 2002-11-22 danw * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: updated install docs with notes for install of oracle on redhat 8.0 2002-11-21 lars * packages/acs-bootstrap-installer/bootstrap.tcl: A semicolon had sneaked its way into the automated tests query. * packages/acs-templating/tcl/form-procs.tcl: Added a template::form::get_error function that returns an "array get" version of the errors on the form. It's mostly a convenient proc for debugging forms that don't work as expected due to the common situation where some hidden form element contains errors that cause the form to not process. * packages/acs-lang/www/change-locale-include.tcl: Fixed errors in hidden fields that caused the form to not process. 2002-11-21 jeffd * packages/acs-templating/resources/forms/standard-lars.adp: align right for ok/cancel buttons meant that with a wide form the buttons were of the right side of the screen. (bug tracker with a wide preformatted text desc) bug 45 * packages/acs-admin/www/send-email.adp: branches: 1.1.2; file send-email.adp was initially added on branch oacs-4-6. * packages/acs-admin/www/send-email.tcl: branches: 1.1.2; file send-email.tcl was initially added on branch oacs-4-6. * packages/acs-tcl/tcl/request-processor-procs.tcl: fixes the private proc rp_path_prefixes so foo.vuh works properly bug 23/patch 5 Tilmann Singer * packages/acs-admin/acs-admin.info: * packages/acs-admin/www/send-email.adp: * packages/acs-admin/www/send-email.tcl: * packages/acs-admin/www/users/member-state-change.adp: moved send-email to acs-admin/www, fixed link in member-state-change.adp * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/www/shared/send-email.adp: * packages/acs-subsite/www/shared/send-email.tcl: moving send-email to acs-subsite * packages/acs-templating/resources/forms/standard-lars.adp: small typo spurious > in radio/checkbox widget with no label * packages/acs-lang/tcl/localization-procs.xql: unique is oracle specific bug 43/patch 9 Tilmann Singer 2002-11-20 rmello * packages/acs-templating/www/doc/tagref/include.html: - Added clarification about usage of include with pages vs page fragments. We should think about having a lib/ directory for page fragments and such, leaving www/ solely for pages. - Removed reference to templating@arsdigita.com * packages/acs-templating/www/doc/tagref/include-optional.html: * packages/acs-templating/www/doc/tagref/index.html: - Added documentation for include-optional tag. * packages/acs-templating/www/doc/guide/form-process.html: * packages/acs-templating/www/doc/guide/forms.html: - Added note about ad_form to the templating system's form processing documentation. * packages/acs-templating/www/doc/tagref/include-optional.html: branches: 1.2.4; - Added a note for the include-output tag to the include-optional tag documentation. 2002-11-20 jeffd * packages/notifications/www/index.tcl: * packages/notifications/www/manage-postgresql.xql: add redirect to manage as index page bug 1951 * packages/notifications/www/index.tcl: branches: 1.1.2; file index.tcl was initially added on branch oacs-4-6. 2002-11-19 lars * packages/acs-admin/www/apm/version-i18n.tcl: Made the Action options slightly more clear. 2002-11-19 jeffd * packages/acs-templating/www/doc/tagref/include.html: include tag src attribute should omit .adp bug 37 2002-11-18 lars * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-create.sql: Added */* as unknown mime type, because otherwise files that didn't match one of the existing mime types wouldn't upload in file-storage. * packages/acs-core-docs/www/i18n.html: Added i18n package developer's guide * packages/acs-admin/www/users/index.tcl: * packages/acs-admin/www/users/one.tcl: * packages/acs-lang/tcl/localization-data-init.tcl: * packages/acs-lang/tcl/localization-procs.tcl: * packages/acs-subsite/www/pvt/home.tcl: * packages/acs-subsite/www/pvt/set-on-vacation-until.tcl: * packages/acs-subsite/www/pvt/unsubscribe.tcl: * packages/acs-subsite/www/shared/community-member.tcl: * packages/acs-subsite/www/shared/portrait.tcl: * packages/acs-subsite/www/user/portrait/index.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-templating/resources/forms/standard-lars.adp: * packages/acs-templating/resources/forms/standard.adp: * packages/acs-templating/tcl/date-procs.tcl: Date/time/number localization * packages/acs-core-docs/tcl/acs-core-docs-procs.tcl: Initialize the uninstalled variable * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: Make /acs-lang accessible to the public, since this is where they go set their language pref * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: Updated developer's guide * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: When query dispatcher lookup fails and the default SQL is empty, bomb. 2002-11-15 peterm * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: adding the swedish locale * packages/acs-lang/www/admin/locale-edit.tcl: changing from an old deprecated locale proc to using ad_conn locale * packages/acs-lang/www/change-locale-include.tcl: * packages/acs-lang/www/index.adp: * packages/acs-lang/www/index.tcl: changing the return_url handling * packages/acs-lang/www/admin/index.adp: removing two links (thanks Carl) from the acs-lang admin interface that were mostly used as a convenience during development 2002-11-15 peterh * packages/acs-bootstrap-installer/bootstrap.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: Added code for optionally sourcing automated tests and associated queries. * packages/acs-automated-testing/acs-automated-testing.info: Added enabled_p flag, and upped version to 4.1 * packages/acs-automated-testing/tcl/example-test-procs.tcl: * packages/acs-automated-testing/tcl/test/example-test-procs.tcl: Moved the test example into the test directory. 2002-11-14 peterm * packages/acs-admin/www/apm/version-i18n.adp: updated I18N instructions to reflect the new argument handling of the lookup proc 2002-11-12 peterm * packages/acs-tcl/catalog/acs-tcl.en_US.ISO-8859-1.xml: * packages/acs-tcl/tcl/admin-procs.tcl: I18N: converting the user state toggle links to using the message catalog (used in .LRN) * packages/acs-lang/tcl/acs-lang-init.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/test/acs-lang-test.tcl: adding a charset proc, a proc that checks that embeddded variables in messages are not messed up by translators, fixed regexp bug in the adp message catalog proc, removed caching mistake - we would reload the cache on every request (we were all wondering why our server was so slow...:-)) * packages/acs-lang/www/admin/batch-editor.adp: * packages/acs-lang/www/admin/batch-editor.tcl: * packages/acs-lang/www/admin/display-grouped-messages.adp: * packages/acs-lang/www/admin/display-grouped-messages.tcl: * packages/acs-lang/www/admin/display-localized-messages.adp: * packages/acs-lang/www/admin/display-localized-messages.tcl: * packages/acs-lang/www/admin/edit-localized-message.adp: * packages/acs-lang/www/admin/edit-localized-message.tcl: * packages/acs-lang/www/admin/index.adp: * packages/acs-lang/www/admin/locale-delete-confirm.adp: * packages/acs-lang/www/admin/locale-delete.adp: * packages/acs-lang/www/admin/locale-edit.adp: * packages/acs-lang/www/admin/locale-new.adp: * packages/acs-lang/www/admin/localized-message-new-2.adp: * packages/acs-lang/www/admin/localized-message-new.adp: * packages/acs-lang/www/admin/master.adp: adding batch editing with pagination that allows multiple messages to be translated by translator on one page, added context bar to admin ui, added HTML quoting of messages, various other minor improvements * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/lang-util-procs.tcl: changing the underscore message lookup proc to take only two arguments, changing message registration log message to debug level * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: correcting labels of locales * packages/acs-lang/tcl/lang-message-procs-oracle.xql: * packages/acs-lang/tcl/lang-message-procs-postgresql.xql: * packages/acs-lang/tcl/lang-message-procs.tcl: fixed the check in lang::message::register that embedded variables are not tampered with, translator mode links vastly improved by Lars - translations that can be edited have a hyperlinked green circle after them, texts with missing translations are highlighted in yellow and have a hyperlinked red star after them, now navigation (links) are not broken by translator mode being on * packages/acs-templating/tcl/parse-procs.tcl: making the template::expand_percentage_signs proc honor quoted percentage signs (double percentage sings) and reuse the regexp pattern from acs-lang 2002-11-12 lars * packages/acs-tcl/tcl/utilities-procs.tcl: Replaced & with & in export_entire_form_as_url_vars. The & expansion really should be done with ad_quotehtml by the templating system before spitting out the HTML, not here. It causes other trouble, e.g. double-escaping of & as in &amp;, which causes the URL to not work correctly. 2002-11-11 peterm * packages/acs-lang/tcl/acs-lang-init.tcl: * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/lang-util-procs.tcl: making sure that lang::message::lookup can be used without an HTTP connection, also making sure the cache is loaded by lookup if that hasn't already been done 2002-11-11 lars * packages/acs-tcl/tcl/navigation-procs.tcl: Fixed bug in ad_admin_context_bar: The if clause was reversed. 2002-11-10 peterm * packages/acs-admin/www/apm/version-i18n-index.adp: * packages/acs-admin/www/apm/version-i18n-process-2.tcl: * packages/acs-admin/www/apm/version-i18n.tcl: I18N: adding sql file type to the UI for converting to message catalog use * packages/acs-lang/bin/check-catalog.sh: * packages/acs-lang/tcl/lang-util-procs.tcl: making it possible to extract keys from sql files * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: quotation marks in localized message were quoted causing href to not work 2002-11-08 peterm * packages/notifications/catalog/notifications.en_US.ISO-8859-1.xml: * packages/notifications/tcl/notification-display-procs.tcl: * packages/notifications/tcl/notification-email-procs.tcl: * packages/notifications/tcl/sweep-procs.tcl: * packages/notifications/www/manage.adp: * packages/notifications/www/request-new.tcl: I18N: converting the notifications package to using the message catalog 2002-11-08 jeffd * packages/acs-tcl/tcl/text-html-procs.tcl: add a space after the image url in ad_html_to_text since otherwise the url often has the ] appended 2002-11-08 ben * 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/acs-content-repository-procs.xql: fix for scanning mime types at startup - not quite the full fix that JeffD proposed, but will get to that 2002-11-07 peterm * packages/acs-subsite/catalog/acs-subsite.da_DK.ISO-8859-1.xml: * packages/acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml: * packages/acs-subsite/www/permissions/grant.tcl: * packages/acs-subsite/www/permissions/one.tcl: * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/register/awaiting-approval.adp: * packages/acs-subsite/www/register/awaiting-approval.tcl: * packages/acs-subsite/www/register/awaiting-email-verification.adp: * packages/acs-subsite/www/register/awaiting-email-verification.tcl: * packages/acs-subsite/www/register/bad-password.adp: * packages/acs-subsite/www/register/bad-password.tcl: * packages/acs-subsite/www/register/banned-user.adp: * packages/acs-subsite/www/register/banned-user.tcl: * packages/acs-subsite/www/register/deleted-user.adp: * packages/acs-subsite/www/register/deleted-user.tcl: * packages/acs-subsite/www/register/email-confirm.adp: * packages/acs-subsite/www/register/email-confirm.tcl: * packages/acs-subsite/www/register/email-for-password.adp: * packages/acs-subsite/www/register/email-password-2.adp: * packages/acs-subsite/www/register/email-password-2.tcl: * packages/acs-subsite/www/register/email-password-3.adp: * packages/acs-subsite/www/register/email-password-3.tcl: * packages/acs-subsite/www/register/email-password.adp: * packages/acs-subsite/www/register/email-password.tcl: * packages/acs-subsite/www/register/explain-persistent-cookies.adp: * packages/acs-subsite/www/register/index.adp: * packages/acs-subsite/www/register/login-expired.adp: * packages/acs-subsite/www/register/restore-user.adp: * packages/acs-subsite/www/register/restore-user.tcl: * packages/acs-subsite/www/register/user-join.adp: * packages/acs-subsite/www/register/user-join.tcl: * packages/acs-subsite/www/register/user-new-2.adp: * packages/acs-subsite/www/register/user-new-2.tcl: * packages/acs-subsite/www/register/user-new.adp: * packages/acs-subsite/www/user/password-update.adp: I18N: localizing text of pages in acs-subsite package that are visible in a .LRN system (permissions, registration, pvt/home, /user/password-update) * packages/acs-lang/tcl/locale-procs.tcl: adding comment indicating where to check browser locale settings * packages/acs-admin/www/apm/version-i18n.adp: adding new variable interpolation functionality to I18N guide * packages/acs-lang/tcl/lang-catalog-procs.tcl: making sure keys in catalog files are sorted, should make them easier to edit, and cvs diffs should work better * packages/acs-lang/tcl/lang-util-procs.tcl: optimization of proc extracting message keys and texts from tags in adp and tcl files - don't rewrite the catalog file if there were no tags * packages/acs-lang/bin/check-catalog.sh: regexp correction - dash is a permissible character in a message catalog key * packages/acs-lang/tcl/lang-util-procs.tcl: removing debug printout 2002-11-07 jeffd * packages/acs-admin/www/cache/flush-cache.tcl: * packages/acs-admin/www/cache/flush.tcl: * packages/acs-admin/www/cache/index.adp: * packages/acs-admin/www/cache/index.tcl: * packages/acs-admin/www/cache/one.adp: * packages/acs-admin/www/cache/one.tcl: * packages/acs-admin/www/cache/show-util-memoize.adp: * packages/acs-admin/www/cache/show-util-memoize.tcl: branches: 1.1.2; cache browser from worldbank via sloan 2002-11-06 jeffd * packages/acs-templating/tcl/paginator-procs.tcl: adds template::paginator::get_row_last, template::paginator::get_pages_info better documentation template::paginator::get_page_count now correct. non integer ID support patch 493 Deds Castillo * packages/acs-tcl/tcl/text-html-procs.tcl: fix ad_html_to_text pre CRLF to return mapping (was inserting literal \n) 2002-11-05 peterm * packages/acs-admin/www/index.tcl: * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/www/admin/index.adp: * packages/acs-lang/www/index.adp: * packages/acs-lang/www/index.tcl: Adding links to message catalog translation UI from site-wide admin page and from the locale preference page for users, adding explaining text to translation UI * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-templating/tcl/parse-procs.tcl: I18N: adding support for handy interpolation of variables into localized messages from tcl files by using upvar 2002-11-04 rmello * packages/acs-core-docs/www/xml/developers-guide/objects.xml: Fixed some minor details. 2002-11-04 peterm * packages/acs-lang/sql/oracle/ad-locales.sql: added the danish locale * packages/acs-lang/sql/postgresql/ad-locales.sql: added the danish locale - OpenACS now supports danish... * packages/acs-lang/www/admin/display-grouped-messages.adp: * packages/acs-lang/www/admin/display-localized-messages.adp: * packages/acs-lang/www/admin/edit-localized-message.adp: * packages/acs-lang/www/admin/index.adp: * packages/acs-lang/www/admin/locale-delete-confirm.adp: * packages/acs-lang/www/admin/locale-delete.adp: * packages/acs-lang/www/admin/locale-edit.adp: * packages/acs-lang/www/admin/locale-new.adp: * packages/acs-lang/www/admin/localized-message-new-2.adp: * packages/acs-lang/www/admin/localized-message-new.adp: * packages/acs-lang/www/admin/master.adp: * packages/acs-lang/www/admin/master.tcl: removed the locale master template that the acs-lang admin pages were using 2002-11-01 peterm * packages/acs-lang/tcl/lang-message-procs-postgresql.xql: I18N: added SQL statement for updating a catalog message that was missing for PostgreSQL * packages/acs-admin/www/apm/version-i18n-process-2.tcl: I18N: when done with message tag replacement which adds new messages to the system - reload the cache so the new messages are immediately accessible * packages/acs-lang/tcl/lang-util-procs.tcl: during internationalization of adp:s and tcl files, when adding a key to the message catalog file, also add it to the database so the two are in sync * packages/acs-lang/bin/check-catalog.sh: the check that lookups in adp and tcl files are in the catalog file was broken because of a quoting mistake - fixed 2002-11-01 jeffd * packages/notifications/tcl/notification-email-procs.tcl: back out Bens changes per bug 3 * packages/acs-templating/tcl/paginator-procs.tcl: fixed the paginator get_pages proc which would break when pages < groupsize, added query name to error for missing CURRENT_PAGE_SET message 2002-10-30 ben * packages/notifications/tcl/delivery-method-procs.tcl: * packages/notifications/tcl/interval-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-reply-procs.tcl: * packages/notifications/tcl/notification-request-procs.tcl: * packages/notifications/tcl/notification-type-procs.tcl: * packages/notifications/tcl/notifications-security-procs.tcl: * packages/notifications/tcl/reply-sweep-procs.tcl: * packages/notifications/tcl/sweep-procs.tcl: added notifications documentation! 2002-10-29 vinodk * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.5-4.6.sql: * packages/acs-content-repository/sql/postgresql/content-keyword.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.5-4.6.sql: * packages/acs-content-repository/upgrade-4.5-4.6.sql: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5.1-4.6.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.5.1-4.6.sql: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-service-contract/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql: * packages/acs-service-contract/sql/oracle/upgrade/upgrade-4.5.1-4.6.sql: * packages/acs-service-contract/sql/postgresql/upgrade/upgrade-4.5.1-4.6.sql: * packages/search/search.info: - Upgrade scripts for acs-content-repository, acs-events, acs-kernel, acs-mail, acs-service-contract, bookmarks, faq, file-storage, news and search - Bumped version of above packages to 4.6 - Fixed the view/sequence hack in apm-create so that APM package edit UI works in PG 7.2 * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.5-4.6.sql: * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.5-4.6.sql: branches: 1.1.2; file upgrade-4.5-4.6.sql was initially added on branch oacs-4-6. * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5.1-4.6.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.5.1-4.6.sql: * packages/acs-service-contract/sql/oracle/upgrade/upgrade-4.5.1-4.6.sql: * packages/acs-service-contract/sql/postgresql/upgrade/upgrade-4.5.1-4.6.sql: branches: 1.1.2; file upgrade-4.5.1-4.6.sql was initially added on branch oacs-4-6. 2002-10-29 peterm * packages/acs-lang/bin/check-catalog-file-path.pl: * packages/acs-lang/bin/check-catalog.sh: adding a script that checks that info in catalog file names is consistent with xml contents * packages/acs-admin/www/apm/version-i18n-index.adp: * packages/acs-admin/www/apm/version-i18n-index.tcl: * packages/acs-admin/www/apm/version-i18n-process-2.adp: * packages/acs-admin/www/apm/version-i18n-process-2.tcl: * packages/acs-admin/www/apm/version-i18n-process.adp: * packages/acs-admin/www/apm/version-i18n-process.tcl: * packages/acs-admin/www/apm/version-i18n.adp: * packages/acs-admin/www/apm/version-i18n.tcl: improving UI and instructions for managing I18N for a package in the APM - kudos to Lars for this * packages/acs-lang/bin/check-catalog.sh: improving the output from the catalog-check script * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/lang-util-procs.tcl: made translate links show the key of the message and be smaller font size, changed the adp message catalog conversion script to not process message lookups that are already in the adp * packages/acs-lang/tcl/lang-util-procs.tcl: making the adp texts -> tags conversion script (Jeff's script) less restrictive now that it's used interactively * packages/acs-admin/www/apm/version-i18n-index.adp~: removing a tilde file again...argh * packages/acs-lang/acs-lang.info: updating file information 2002-10-28 peterm * packages/acs-templating/tcl/parse-procs.tcl: adding support for dealing with adp variables embedded in I18N messages in adp pages, extracting adp variable regexp patterns into procs so they could be reused in the acs-lang package * packages/acs-lang/acs-lang.info: * 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/locale-procs.xql: * packages/acs-lang/tcl/test/acs-lang-test.tcl: * packages/acs-lang/www/change-locale-include.adp: * packages/acs-lang/www/change-locale-include.tcl: adding translator mode with translation links, adding support for interpolated variables in adp files, bugfixes, removing site-wide locale from the change locale page * packages/acs-lang/www/change-locale.tcl: branches: 1.2.14; adding translator mode with translation links, adding support for interpolated variables in adp files, bugfixes, removing site-wide locale from the change locale page * packages/acs-lang/tcl/lang-util-procs.tcl: fixing adp message tag regexp, it wouldn't accept tags in messages * packages/acs-lang/bin/check-catalog.sh: improving the message catalog QA script so that it now checks all packages per default * 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/catalog/acs-lang.es_ES.ISO-8859-1.xml: * packages/acs-lang/catalog/acs-lang.fr_FR.ISO-8859-1.xml: * packages/acs-lang/catalog/test.iso-8859-1.cat: moving the old language test messages (unclear if we'll use them) into the new xml-based message catalog format * packages/acs-subsite/www/register/user-new-2.tcl: save session prefered locale to db when a user registers 2002-10-28 lars * packages/acs-api-browser/www/proc/index.vuh: Use a real redirect instead of an internal one. Otherwise the 'search again' form didn't work. 2002-10-25 peterm * packages/acs-lang/www/admin/display-grouped-messages.adp: * packages/acs-lang/www/admin/display-grouped-messages.tcl: * packages/acs-lang/www/admin/display-localized-messages.adp: * packages/acs-lang/www/admin/display-localized-messages.tcl: * packages/acs-lang/www/admin/edit-localized-message.adp: * packages/acs-lang/www/admin/edit-localized-message.tcl: * packages/acs-lang/www/admin/index.adp: * packages/acs-lang/www/admin/index.tcl: * packages/acs-lang/www/admin/locale-delete-confirm.adp: * 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.adp: * packages/acs-lang/www/admin/locales-tabs.tcl: * packages/acs-lang/www/admin/locales.adp: * packages/acs-lang/www/admin/localized-message-new-2.adp: * packages/acs-lang/www/admin/localized-message-new.adp: * packages/acs-lang/www/admin/reload-cache.tcl: * packages/acs-lang/www/admin/translator-mode-toggle.tcl: improving context bar handling, master template, and other minor improvements * packages/acs-lang/bin/check-catalog.sh: the catalog check script wasn't checking adp lookups properly, typo, improved indentation * packages/acs-lang/acs-lang.info: updating owner and vendor of acs-lang package 2002-10-25 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: Made -export ignore variables that aren't defined ala the export_vars proc 2002-10-24 peterm * packages/acs-lang/bin/check-catalog.sh: * packages/acs-lang/bin/mygrep: adding script for checking consistency of catalog files * packages/acs-admin/www/apm/version-i18n.adp: updated the I18n instructions to point to the script for checking catalog files 2002-10-24 elorenzo * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/sql/oracle/host-node-map-create.sql: * packages/acs-subsite/sql/oracle/upgrade/upgrade-4.6b-4.6.1b.sql: * packages/acs-subsite/sql/postgresql/host-node-map-create.sql: * packages/acs-subsite/sql/postgresql/upgrade/upgrade-4.6b-4.6.1b.sql: Fixed bad primary key on host_node_map table. Note: Fixes to Oracle data model have not been tested. * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.5.1-4.5.2.sql: Got rid of references to acs_object_id_seq view in apm-create, which were causing some errors 2002-10-24 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: 1. Minor wording change to the static pages admin index template 2. Made ad_form_new_p require a key name since guessing's arcane and unreliable 2002-10-23 peterm * packages/acs-lang/tcl/lang-message-procs.tcl: changing message lookup so that if no locale is provided and there is no HTTP connection then the system locale is used * packages/acs-admin/www/apm/version-i18n-export.tcl: * packages/acs-admin/www/apm/version-i18n-import.tcl: * packages/acs-admin/www/apm/version-i18n-index.adp: * packages/acs-admin/www/apm/version-i18n-index.adp~: * packages/acs-admin/www/apm/version-i18n-index.tcl: * packages/acs-admin/www/apm/version-i18n-index.tcl~: * packages/acs-admin/www/apm/version-i18n.tcl: * packages/acs-admin/www/apm/version-view.tcl: making it possible to import/export message catalog data to/from the filesystem for a package version * packages/acs-lang/tcl/lang-util-procs.tcl: making localize proc output a TRANSLATION MISSING message * packages/acs-lang/acs-lang.info: * packages/acs-lang/tcl/acs-lang-init.tcl: * packages/acs-lang/tcl/lang-catalog-init.tcl: * packages/acs-lang/tcl/lang-message-init.tcl: merging lang-catalog-init.tcl and lang-message-init.tcl into acs-lang-init.tcl * packages/acs-lang/www/admin/load-catalog-files.tcl: removing debugging code 2002-10-21 peterm * packages/acs-lang/acs-lang.info: * packages/acs-lang/sql/oracle/message-catalog.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-4.7d2-4.7d3.sql: * packages/acs-lang/sql/postgresql/message-catalog.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.7d2-4.7d3.sql: * packages/acs-lang/tcl/lang-catalog-init.tcl: * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-catalog-procs.xql: * packages/acs-lang/tcl/lang-message-procs-oracle.xql: * packages/acs-lang/tcl/lang-message-procs-postgresql.xql: * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/lang-message-procs.xql: * packages/acs-lang/tcl/lang-util-procs.tcl: * packages/acs-lang/tcl/test/acs-lang-test.tcl: * packages/acs-lang/www/admin/display-grouped-messages.adp: * packages/acs-lang/www/admin/display-grouped-messages.tcl: * packages/acs-lang/www/admin/display-localized-messages.adp: * packages/acs-lang/www/admin/display-localized-messages.tcl: * packages/acs-lang/www/admin/edit-localized-message-2.tcl: * packages/acs-lang/www/admin/edit-localized-message.adp: * packages/acs-lang/www/admin/edit-localized-message.tcl: * packages/acs-lang/www/admin/index.tcl: * packages/acs-lang/www/admin/load-catalog-files.tcl: * packages/acs-lang/www/admin/locale-delete.tcl: * packages/acs-lang/www/admin/locale-edit.tcl: * packages/acs-lang/www/admin/locale-make-default.tcl: * packages/acs-lang/www/admin/locale-new.tcl: * packages/acs-lang/www/admin/locales.tcl: * packages/acs-lang/www/admin/localized-message-new-2.tcl: * packages/acs-lang/www/admin/localized-message-new-3.tcl: * packages/acs-lang/www/admin/localized-message-new.adp: * packages/acs-lang/www/admin/localized-message-new.tcl: * packages/acs-lang/www/admin/localized-messages.tcl: Splitting up the message keys into package_key and message_key in the datamodel, adding a message key table, changing format of catalog files to be xml based, cleaning up tcl API and its documentation, adding acs-automated-testing tests that test some catalog and message TCL procs * packages/acs-admin/www/apm/version-i18n.adp: adding instructions on how to check that a catalog file is in sync with message lookups in the code * packages/acs-lang/acs-lang.info: correcting default locale from de_DE to en_US again...let's face it - they lost the war * packages/acs-admin/www/apm/version-i18n.adp: extended the instructions on how to make TCL files use the message catalog * packages/acs-templating/tcl/parse-procs.tcl: literal curly braces in adp:s were previously unquoted, extracted the quoting of other tcl special characters along with the curly braces quote into the new proc adp_quote_chunk 2002-10-21 jeffd * packages/notifications/tcl/notification-email-procs.tcl: apm_package_url_from_key returns url with leading and trailing slashes 2002-10-16 jeffd * packages/acs-service-contract/www/contract-display.adp: branches: 1.1.2; file contract-display.adp was initially added on branch oacs-4-6. * packages/acs-service-contract/www/contract-display.tcl: branches: 1.1.2; file contract-display.tcl was initially added on branch oacs-4-6. * packages/acs-service-contract/tcl/acs-service-contract-init.tcl: branches: 1.4.4; contract display, better error handling in acs_sc_proc, document API some * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: * packages/acs-service-contract/www/contract-display.adp: * packages/acs-service-contract/www/contract-display.tcl: * packages/acs-service-contract/www/index.adp: * packages/acs-service-contract/www/index.tcl: contract display, better error handling in acs_sc_proc, document API some * packages/acs-service-contract/tcl/acs-service-contract-init.tcl: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: * packages/acs-service-contract/www/index.adp: * packages/acs-service-contract/www/index.tcl: document API somewhat, add contract browser * packages/acs-service-contract/www/contract-display.adp: * packages/acs-service-contract/www/contract-display.tcl: new contract display page 2002-10-16 bartt * packages/acs-admin/www/apm/index.xql: * packages/acs-subsite/tcl/package-procs.xql: * packages/acs-subsite/tcl/plpgsql-utility-procs-postgres.xql: * packages/acs-tcl/tcl/00-database-procs-postgresql-postgresql.xql: * packages/acs-tcl/tcl/apm-procs.xql: Added missing queries. * packages/acs-tcl/tcl/00-database-procs-postgresql-postgresql.xql: branches: 1.1.2; file 00-database-procs-postgresql-postgresql.xql was initially added on branch oacs-4-6. * packages/acs-subsite/tcl/plpgsql-utility-procs-postgres.xql: branches: 1.1.2; file plpgsql-utility-procs-postgres.xql was initially added on branch oacs-4-6. 2002-10-15 jeffd * packages/acs-tcl/tcl/text-html-procs.tcl: patches some of the problems ad_text_to_html has with url's that contain email addresses and plain text email with mailto: already prepended. also inserts \\n so the html is readable in source. removes residual sTaRt/eNd magic just in case. It does not handle URLs with userinfo like http://user:passwd@foo.com/zim bug 1842/patch 491 2002-10-15 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: Fixed a bug that broke multiple uses of to_sql etc in a form declaration. 2002-10-14 lars * packages/notifications/notifications.info: * packages/notifications/tcl/notification-email-procs.tcl: Fixed the EmailDomain, so it doesn't default to openacs.org. Instead, I've changed address_domain so that if there's no domain specified here, we do a regexp on [ad_url] to find out what the domain likely is. * packages/acs-lang/acs-lang.info: * packages/acs-lang/sql/oracle/upgrade/upgrade-4.1-4.7.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-4.1-4.7d2.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.1-4.7.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.1-4.7d2.sql: Renamed upgrade scripts to include the full version number 2002-10-14 jeffd * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-templating/tcl/query-procs.tcl: cross reference the multirow procs 2002-10-12 jeffd * readme.txt: fix some links and add a link to bboard 2002-10-11 peterm * packages/acs-lang/tcl/lang-util-procs.tcl: Adding a key short hand for the temporary message lookup tag - the underscore, syntax: <#_ text#> * packages/acs-admin/www/apm/version-i18n-process-2.tcl: * packages/acs-admin/www/apm/version-i18n-process.adp: * packages/acs-admin/www/apm/version-i18n-process.tcl: * packages/acs-admin/www/apm/version-i18n.adp: * packages/acs-admin/www/apm/version-i18n.tcl: adding support for tcl files in the I18N interface for packages, temporary message tags must be inserted manually, there is no equivalent of Jeffs magic script for adp files for tcl files, improving the I18N instructions * packages/acs-lang/tcl/lang-message-procs.tcl: adding the format proc to allow variables to be interpolated into catalog messages, updating documentation for the lookup procs, simplifying the lookup proc greatly, not attempting anything smart if lookup fails for now 2002-10-11 jeffd * packages/acs-tcl/tcl/request-processor-procs.tcl: add a warning about existing vars in rp_form_put * packages/acs-bootstrap-installer/installer/site-info.tcl: append port for default SystemURL when not on 80 bug 1832/patch 489 Tilmann Singer 2002-10-10 peterm * packages/acs-lang/acs-lang.info: correcting mistake: site-wide default locale should be en_US not de_DE * packages/acs-lang/www/admin/test/index.html~: removing tilde file 2002-10-10 lars * packages/acs-tcl/tcl/request-processor-procs.tcl: Added a catch around the call to acs-lang, so at least we won't prevent pages from being served * packages/acs-admin/www/apm/version-i18n-process-2.adp~: * packages/acs-admin/www/apm/version-i18n-process-2.tcl: * packages/acs-admin/www/apm/version-i18n-process-2.tcl~: * packages/acs-admin/www/apm/version-i18n-process.adp~: * packages/acs-admin/www/apm/version-i18n-process.tcl~: * packages/acs-admin/www/apm/version-i18n.adp: * packages/acs-admin/www/apm/version-i18n.adp~: * packages/acs-admin/www/apm/version-i18n.tcl~: Peter: a proc in the acs-lang API changed name, correcting, improving the documentation for translating adp files, removing tilde files that were committed by mistake yesterday evening * packages/acs-lang/tcl/lang-message-procs.tcl: Peter: making the locale argument to the message lookup proc _ be optional * packages/acs-lang/tcl/lang-util-procs.tcl: Peter: making the proc replace_adp_message_tags_with_lookups work on tcl files as well as adp files to make it easier to translate TCL libraries and TCL pages 2002-10-10 danw * packages/search/sql/postgresql/search-packages-create.sql: changes to make search work with openfts 0.3 2002-10-09 lars * packages/acs-lang/tcl/lang-util-procs.tcl: Peter: added Jeff's proc that we call replace_adp_text_with_message_tags that is used to make adp templates multilingual. There is a web interface in the package manager for this proc * packages/acs-admin/www/apm/version-extract-message-keys.adp: * packages/acs-admin/www/apm/version-extract-message-keys.tcl: * packages/acs-admin/www/apm/version-i18n-process-2.adp: * packages/acs-admin/www/apm/version-i18n-process-2.adp~: * packages/acs-admin/www/apm/version-i18n-process-2.tcl: * packages/acs-admin/www/apm/version-i18n-process-2.tcl~: * packages/acs-admin/www/apm/version-i18n-process.adp: * packages/acs-admin/www/apm/version-i18n-process.adp~: * packages/acs-admin/www/apm/version-i18n-process.tcl: * packages/acs-admin/www/apm/version-i18n-process.tcl~: * packages/acs-admin/www/apm/version-i18n.adp: * packages/acs-admin/www/apm/version-i18n.adp~: * packages/acs-admin/www/apm/version-i18n.tcl: * packages/acs-admin/www/apm/version-i18n.tcl~: * packages/acs-admin/www/apm/version-view.tcl: Peter: adding a web interface to Jeff's magical script for extracting translatable text from adp files to make them multilingual 2002-10-09 jeffd * packages/acs-tcl/tcl/form-processing-procs.tcl: ad_form -after_submit code block Feature 1785/patch 483 Tilmann Singer * packages/acs-tcl/tcl/form-processing-procs.tcl: ad_form_new_p function feature 1818/patch 488 Tilmann Singer * packages/acs-admin/www/apm/packages-install-3-oracle.xql: * packages/acs-admin/www/apm/packages-install-3-postgresql.xql: * packages/acs-admin/www/users/one-oracle.xql: * packages/acs-admin/www/users/one.xql: * packages/acs-lang/tcl/lang-init-oracle.xql: * packages/acs-lang/tcl/lang-procs-oracle.xql: * packages/acs-subsite/www/pvt/home.xql: cleanup on .xql files, add rdbms tags to db specific files, clean XML, etc * packages/acs-tcl/tcl/form-processing-procs.tcl: merge new func from 4.6 Feature 1818/patch 488 2002-10-09 bartt * packages/acs-tcl/tcl/defs-procs.xql: Added missing queries. 2002-10-08 lars * packages/acs-lang/tcl/locale-procs.tcl: Make sure lang::conn::locale can never return an error. 2002-10-08 jeffd * packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml: fix a couple malformed XML bits * packages/acs-admin/www/users/modify-admin-privileges-oracle.xql: * packages/acs-admin/www/users/modify-admin-privileges-postgresql.xql: * packages/acs-admin/www/users/modify-admin-privileges.tcl: use permissions API and flush cache on grant or revoke 2002-10-07 rmello * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.5-4.5.1.sql: CREATE FUNCTION -> CREATE OR REPLACE FUNCTION * packages/acs-admin/www/users/modify-admin-privileges-oracle.xql: * packages/acs-admin/www/users/modify-admin-privileges-postgresql.xql: Fix query name bug. Bug, report and fix by Andrew Spencer. closes: #484 2002-10-07 lars * packages/acs-lang/acs-lang.info: * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/message-catalog-drop.sql: * packages/acs-lang/sql/oracle/message-catalog.sql: * packages/acs-lang/sql/oracle/upgrade/upgrade-4.1-4.7.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/message-catalog.sql: * packages/acs-lang/sql/postgresql/upgrade/upgrade-4.1-4.7.sql: * packages/acs-lang/tcl/acs-lang-procs.tcl: * packages/acs-lang/tcl/lang-catalog-init.tcl: * packages/acs-lang/tcl/lang-catalog-procs.tcl: * packages/acs-lang/tcl/lang-catalog-procs.xql: * packages/acs-lang/tcl/lang-init-oracle.xql: * packages/acs-lang/tcl/lang-init-postgresql.xql: * packages/acs-lang/tcl/lang-init.tcl: * packages/acs-lang/tcl/lang-message-init.tcl: * packages/acs-lang/tcl/lang-message-procs-oracle.xql: * packages/acs-lang/tcl/lang-message-procs-postgresql.xql: * packages/acs-lang/tcl/lang-message-procs.tcl: * packages/acs-lang/tcl/lang-message-procs.xql: * packages/acs-lang/tcl/lang-procs-oracle.xql: * packages/acs-lang/tcl/lang-procs.tcl: * packages/acs-lang/tcl/lang-procs.xql: * packages/acs-lang/tcl/lang-util-procs.tcl: * packages/acs-lang/tcl/lang-util-procs.xql: * packages/acs-lang/tcl/locale-init.tcl: * packages/acs-lang/tcl/locale-procs-oracle.xql: * packages/acs-lang/tcl/locale-procs-postgresql.xql: * packages/acs-lang/tcl/locale-procs.tcl: * packages/acs-lang/tcl/locale-procs.xql: * packages/acs-lang/tcl/localization-procs.tcl: * packages/acs-lang/tcl/localization-procs.xql: * packages/acs-lang/www/admin/display-grouped-messages.adp: * packages/acs-lang/www/admin/display-grouped-messages.tcl: * packages/acs-lang/www/admin/display-localized-messages.adp: * packages/acs-lang/www/admin/display-localized-messages.tcl: * packages/acs-lang/www/admin/edit-localized-message-2.tcl: * packages/acs-lang/www/admin/edit-localized-message.adp: * packages/acs-lang/www/admin/edit-localized-message.tcl: * packages/acs-lang/www/admin/index.adp: * packages/acs-lang/www/admin/index.tcl: * packages/acs-lang/www/admin/load-catalog-files.tcl: * packages/acs-lang/www/admin/locale-delete-confirm.adp: * packages/acs-lang/www/admin/locale-delete.adp: * packages/acs-lang/www/admin/locale-delete.tcl: * packages/acs-lang/www/admin/locale-edit.adp: * packages/acs-lang/www/admin/locale-edit.tcl: * packages/acs-lang/www/admin/locale-make-default.tcl: * packages/acs-lang/www/admin/locale-new.adp: * packages/acs-lang/www/admin/locale-new.tcl: * packages/acs-lang/www/admin/locales-tabs.adp: * packages/acs-lang/www/admin/locales-tabs.tcl: * packages/acs-lang/www/admin/locales.adp: * packages/acs-lang/www/admin/locales.tcl: * packages/acs-lang/www/admin/localized-message-new-2.adp: * packages/acs-lang/www/admin/localized-message-new-2.tcl: * packages/acs-lang/www/admin/localized-message-new-3.tcl: * packages/acs-lang/www/admin/localized-message-new.adp: * packages/acs-lang/www/admin/localized-message-new.tcl: * packages/acs-lang/www/admin/localized-messages.adp: * packages/acs-lang/www/admin/localized-messages.tcl: * packages/acs-lang/www/admin/master.adp: * packages/acs-lang/www/admin/master.tcl: * packages/acs-lang/www/admin/test/catalog-test.adp: * packages/acs-lang/www/admin/test/catalog-test.tcl: * packages/acs-lang/www/admin/test/compile.tcl: * packages/acs-lang/www/admin/test/format-test-oracle.xql: * packages/acs-lang/www/admin/test/format-test-postgresql.xql: * packages/acs-lang/www/admin/test/format-test.adp: * packages/acs-lang/www/admin/test/format-test.tcl: * packages/acs-lang/www/admin/test/index.html: * packages/acs-lang/www/admin/test/index.html~: * packages/acs-lang/www/admin/test/show-catalog.adp: * packages/acs-lang/www/admin/test/show-catalog.tcl: * packages/acs-lang/www/admin/test/show.tcl: * packages/acs-lang/www/admin/test/test-oracle.xql: * packages/acs-lang/www/admin/test/test-postgresql.xql: * packages/acs-lang/www/admin/test/test.adp: * packages/acs-lang/www/admin/test/test.tcl: * packages/acs-lang/www/admin/test/timezone-oracle.xql: * packages/acs-lang/www/admin/test/timezone-postgresql.xql: * packages/acs-lang/www/admin/test/timezone.adp: * packages/acs-lang/www/admin/test/timezone.tcl: * packages/acs-lang/www/admin/test/tz-test.tcl: * packages/acs-lang/www/catalog-test.adp: * packages/acs-lang/www/catalog-test.tcl: * packages/acs-lang/www/change-locale-include.adp: * packages/acs-lang/www/change-locale-include.tcl: * packages/acs-lang/www/change-locale.tcl: * packages/acs-lang/www/compile.tcl: * packages/acs-lang/www/format-test-oracle.xql: * packages/acs-lang/www/format-test-postgresql.xql: * packages/acs-lang/www/format-test.adp: * packages/acs-lang/www/format-test.tcl: * packages/acs-lang/www/index.adp: * packages/acs-lang/www/index.html: * packages/acs-lang/www/index.tcl: * packages/acs-lang/www/locale-set.tcl: * packages/acs-lang/www/set-system-timezone.tcl: * packages/acs-lang/www/show-catalog.adp: * packages/acs-lang/www/show-catalog.tcl: * packages/acs-lang/www/show.tcl: * packages/acs-lang/www/test-oracle.xql: * packages/acs-lang/www/test-postgresql.xql: * packages/acs-lang/www/test.adp: * packages/acs-lang/www/test.tcl: * packages/acs-lang/www/timezone-oracle.xql: * packages/acs-lang/www/timezone-postgresql.xql: * packages/acs-lang/www/timezone.adp: * packages/acs-lang/www/timezone.tcl: * packages/acs-lang/www/tz-test.tcl: Collaboraid: adding namespaces to the TCL API, adding new procedures for extracting keys from adp pages and parsing keys embedded in text, adding a translation web UI that was used at Greenpeace (at www/admin) and making it work with PostgreSQL, moving the old pages under www to be under www/admin/test, making the lang_messages table use locale rather than language, added upgrade scripts * packages/acs-admin/www/apm/version-extract-message-keys.adp: * packages/acs-admin/www/apm/version-extract-message-keys.tcl: * packages/acs-admin/www/apm/version-view.tcl: Peter: Adding a link from the package version page for replacing occurencies of <#message_key message#> in adp templates with #message_key# and inserting the messages into the message catalog * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: Peter: added instructions on internationalizing adp templates, made the parameter -lozalize examples use tables that will actually fit on a page * packages/acs-tcl/tcl/apm-procs.tcl: Peter: added proc apm_package_key_from_version_id * packages/acs-templating/tcl/tag-init.tcl: Peter: added the trn tag for message key lookups on adp pages. Requires a body with a default message. * packages/acs-tcl/tcl/defs-procs.tcl: Peter: adding the -localize switch to ad_parameter * packages/acs-tcl/tcl/parameter-procs.tcl: Peter: adding the localize switch to parameter::get that will replace any #message_key# occurencies in the parameter value with the corresponding messages from the message catalog using the locale of the request * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: Peter: creating an instance of acs-lang and mounting it under the main site at server creation (along with acs-admin et al) * packages/acs-tcl/tcl/request-processor-procs.tcl: Peter: for every request we setup ad_conn locale and ad_conn language using lang::conn (based on user preference and site wide default locale and potentially other things) * packages/acs-templating/tcl/parse-procs.tcl: Peter: replace occurencies of #package_key.message_key# in adp pages with a message key lookup * packages/acs-lang/tcl/lang-util-procs-postgresql.xql: branches: 1.1.4; Collaboraid: adding namespaces to the TCL API, adding new procedures for extracting keys from adp pages and parsing keys embedded in text, adding a translation web UI that was used at Greenpeace (at www/admin) and making it work with PostgreSQL, moving the old pages under www to be under www/admin/test, making the lang_messages table use locale rather than language, added upgrade scripts * packages/acs-lang/tcl/lang-util-procs-oracle.xql: branches: 1.1.4; adding file 2002-10-07 jeffd * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: Fix some of the broken docbook links. The fact that the docbook.org people can't manage to have consistent URLs is worrying. * packages/acs-core-docs/www/xml/developers-guide/rp.xml: add path_info to list of ad_conn variables 2002-10-06 jeffd * packages/acs-api-browser/www/proc-view.tcl: be helpful about procedure docs for non ad_proc procs * packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml: * packages/acs-core-docs/www/xml/install-guide/openacs.xml: fix links to Philip books * packages/acs-admin/www/users/user-add-3.adp: * packages/acs-subsite/www/admin/relations/remove-dependants-exist.adp: * packages/acs-subsite/www/shared/iso-codes-no-exist.adp: * packages/acs-subsite/www/shared/whos-online.adp: * packages/acs-subsite/www/user/portrait/comment-edit.adp: * packages/acs-templating/www/doc/exercise/form-sample.adp: fix some spelling errors * packages/acs-bootstrap-installer/installer/create-administrator-2-postgresql.xql: * packages/acs-bootstrap-installer/installer/create-administrator-2.tcl: use perm API to create administractor. Unpleasant hack to avoid util_memoize_flush though 2002-10-04 jeffd * packages/acs-tcl/tcl/request-processor-procs.tcl: add a caution to about rp_internal_redirect * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: avoid lots of missing FROM-clause messages bug 1550/patch 262 Carsten Clasohm * packages/acs-content-repository/sql/oracle/content-image.sql: * packages/acs-content-repository/sql/oracle/types-drop.sql: * packages/acs-templating/www/doc/migration.html: fix cvs id string * packages/acs-core-docs/tcl/acs-core-docs-procs.tcl: initialize uninstalled list bug 1773/patch 474 Bart Teeuwisse * packages/acs-tcl/tcl/admin-init.tcl: merge fix from 4-6 branch * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: only drop __test__ if it exists bug 1770/patch 471 Bart Teeuwisse * packages/acs-tcl/tcl/defs-procs.tcl: pad to avoid IE friendly error messages bug 924/patch 475 * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: tone down QD messages bug 1772/patch 473 Bart Teeuwisse * packages/acs-content-repository/sql/postgresql/content-image.sql: * packages/acs-content-repository/sql/postgresql/content-search.sql: * packages/acs-content-repository/sql/postgresql/types-drop.sql: undeclared variable in trigger bug 1769/patch 467 Dave Bauer 2002-10-03 jeffd * packages/acs-content-repository/sql/postgresql/content-search.sql: do not drop non-existent trigger * packages/search/tcl/search-procs.xql: fix query bug 1760/patch 456 Tilmann Singer * packages/acs-core-docs/www/xml/install-guide/openacs.xml: postgresql generally does not start until runlevel 3 so fixed doc inittab line 2002-10-02 jeffd * packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl: ad_find_all_files was broken for files with spaces * packages/acs-tcl/tcl/admin-init.tcl: messed up parameter::get arg bug 1758/patch 455 CROldham * packages/acs-subsite/www/permissions/revoke-2-oracle.xql: * packages/acs-subsite/www/permissions/revoke-2-postgresql.xql: not needed since we use api now * packages/acs-subsite/www/permissions/revoke-2.tcl: use permission api 2002-10-01 lars * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: Fixed listitem examples so they actually say </listitem> at the closing end. * packages/acs-core-docs/www/xml/developers-guide/i18n.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/kernel/i18n-requirements.xml: PM: adding I18N requirements and developers guide documents. Those are drafts, revisions to follow shortly. Will add design doc soon 2002-10-01 jeffd * packages/acs-core-docs/www/xml/developers-guide/templates.xml: fix link to datasource doc * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: merge lars fix to 4.6 branch * packages/acs-tcl/tcl/utilities-procs.tcl: min function feature 1757/patch 454 Ken Mayer * packages/acs-tcl/tcl/apm-procs-postgresql.xql: missing postgeresql query apm_package_instance_delete bug 1756/patch 453 Ken Mayer 2002-09-30 jeffd * packages/acs-subsite/acs-subsite.info: merge jong change on HEAD * packages/acs-kernel/acs-kernel.info: provide a suitably frightening warning on PermissionCacheP * packages/acs-subsite/acs-subsite.info: turn on context bars by default 2002-09-29 jeffd * packages/acs-tcl/tcl/navigation-procs.tcl: fix logic in ad_admin_context_bar 2002-09-27 rmello * packages/acs-content-repository/sql/postgresql/content-search.sql: * packages/acs-content-repository/upgrade-4.5-4.6.sql: Change triggers to index only live revisions by Dave Bauer, 2002-09-26 triggers queue search interface to modify search index after content changes * packages/acs-content-repository/upgrade-4.5-4.6.sql: branches: 1.1.2; file upgrade-4.5-4.6.sql was initially added on branch oacs-4-6. 2002-09-27 jong * packages/acs-subsite/acs-subsite.info: bumped revison to 4.6b. This allows APM to update 2002-09-27 danw * packages/acs-content-repository/tcl/acs-content-repository-procs-oracle.xql: branches: 1.1.2; file acs-content-repository-procs-oracle.xql was initially added on branch oacs-4-6. * packages/acs-content-repository/tcl/acs-content-repository-procs-oracle.xql: * packages/acs-content-repository/tcl/acs-content-repository-procs.tcl: * packages/acs-content-repository/tcl/acs-content-repository-procs.xql: fixed file sweeper proc for oracle 2002-09-26 lars * packages/acs-api-browser/www/index.adp: branches: 1.8.2; Cleaned up the display so it's possible to figure out what's going on, and which headers and input fields and links are grouped together. 2002-09-26 jong * packages/acs-subsite/www/shared/iso-codes.adp: * packages/acs-subsite/www/shared/iso-codes.tcl: Updated to use acs-reference/ref-countries * packages/acs-subsite/www/shared/iso-codes-no-exist.adp: branches: 1.4.2; Updated to use acs-reference/ref-countries 2002-09-26 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: branches: 1.16.2; Added additional documentation ... 2002-09-26 danw * packages/acs-kernel/sql/oracle/acs-install.sql: branches: 1.3.2; mount cr for virtual url refs in oracle 2002-09-24 rmello * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: branches: 1.9.2; - Patch by Michael Cleverly for the APM to throw warnings if it's skipping files in the .tcl directory of packages because they are not -procs or -init 2002-09-24 jeffd * packages/acs-templating/tcl/query-procs.tcl: branches: 1.11.2; added dummy documentation procs for element form and multirow, documented template::multirow * packages/acs-tcl/tcl/utilities-procs.tcl: branches: 1.19.2; deprecate old procs, add -public flags for public functions, some docs * packages/acs-tcl/tcl/deprecated-utilities-procs.tcl: branches: 1.4.2; deprecate old procs, add -public flags for public functions, some docs * packages/acs-templating/tcl/form-procs.tcl: branches: 1.7.2; added dummy documentation procs for element form and multirow, documented template::multirow * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: branches: 1.8.2; make some procs -public (like empty_string_p) * packages/acs-templating/tcl/element-procs.tcl: * packages/acs-templating/tcl/paginator-procs.tcl: branches: 1.9.2; added dummy documentation procs for element form and multirow, documented template::multirow * packages/acs-api-browser/www/proc-search.adp: * packages/acs-api-browser/www/proc-search.tcl: changed weight for exact matches, added listing varargs, try to align score so it scans easier * packages/acs-tcl/tcl/utilities-init.tcl: deprecate old procs, add -public flags for public functions, some docs 2002-09-24 donb * packages/acs-content-repository/www/doc/guide/publish.html: * packages/acs-content-repository/www/index.vuh: * packages/acs-core-docs/www/index.vuh: Changed index.vuh files to use rp_internal_redirect rather than rp_serve_abstract_file, which didn't work if OpenACS was running in performance mode. * packages/acs-admin/www/users/modify-admin-privileges.adp: I've added Andrew Spencer's changes that allow admins to designate users as sitewide admins. * packages/acs-admin/www/users/modify-admin-privileges-oracle.xql: * packages/acs-admin/www/users/modify-admin-privileges-postgresql.xql: * packages/acs-admin/www/users/modify-admin-privileges.tcl: branches: 1.1.2; I've added Andrew Spencer's changes that allow admins to designate users as sitewide admins. * packages/acs-admin/acs-admin.info: branches: 1.16.2; Changed index.vuh files to use rp_internal_redirect rather than rp_serve_abstract_file, which didn't work if OpenACS was running in performance mode. * packages/acs-tcl/tcl/request-processor-procs.tcl: branches: 1.25.2; Changed index.vuh files to use rp_internal_redirect rather than rp_serve_abstract_file, which didn't work if OpenACS was running in performance mode. * packages/acs-admin/www/users/one.adp: * packages/acs-admin/www/users/one.tcl: branches: 1.5.2; I've added Andrew Spencer's changes that allow admins to designate users as sitewide admins. * packages/acs-admin/www/users/one.xql: branches: 1.9.2; I've added Andrew Spencer's changes that allow admins to designate users as sitewide admins. 2002-09-23 jeffd * packages/acs-templating/acs-templating.info: * packages/notifications/notifications.info: branches: 1.11.2; Added new files to .info files * packages/acs-kernel/sql/oracle/apm-create.sql: branches: 1.11.2; avoid collating order problems by padding version strings with 0000. * packages/acs-content-repository/sql/oracle/content-create.sql: branches: 1.16.2; adds some common mime types to cr_mime_types * packages/acs-content-repository/acs-content-repository.info: branches: 1.17.2; Added new files to .info files * packages/acs-tcl/tcl/00-database-procs.tcl: branches: 1.19.2; allows queries in on_error block to work with db_transaction under postgresql * packages/acs-tcl/tcl/defs-procs.tcl: branches: 1.19.2; replace ns_return with doc_return * packages/acs-kernel/sql/postgresql/apm-create.sql: branches: 1.29.2; avoid collating order problems by padding version strings with 0000. * packages/acs-subsite/acs-subsite.info: branches: 1.35.2; Added new files to .info files * packages/acs-content-repository/sql/postgresql/content-create.sql: branches: 1.36.2; adds some common mime types to cr_mime_types * packages/acs-reference/acs-reference.info: branches: 1.4.2; Added new files to .info files * packages/acs-api-browser/acs-api-browser.info: * packages/acs-lang/acs-lang.info: * packages/search/search.info: branches: 1.6.2; Added new files to .info files * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: branches: 1.6.2; make ad_page_contract_file_proc_... procs -public * packages/acs-tcl/tcl/navigation-procs.tcl: branches: 1.7.2; move context bar generation into a single function so it will be easier to change * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: branches: 1.9.2; line break before See Also in proc-view * packages/acs-content-repository/sql/oracle/upgrade-4.0-4.0.1.sql: removing duplicated upgrade script 2002-09-22 rmello * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: * Added "OpenACS Permissions Tediously Explained" after converting the 1400+ lines HTML to Docbook XML. Can you say "painful"? * packages/acs-core-docs/www/images/acs-without-apm-vs-with-apm.png: - Added missing png referenced in the kernel documentation. Thanks to Jeff Davis for providing it. * packages/acs-core-docs/www/xml/developers-guide/permissions-tediously-explained.xml: branches: 1.1.2; * Added "OpenACS Permissions Tediously Explained" after converting the 1400+ lines HTML to Docbook XML. Can you say "painful"? * packages/acs-core-docs/www/xml/Makefile: branches: 1.3.2; - Modified to have PDF generation plus refactored it a bit to have rules and dependencies. * packages/acs-core-docs/www/xml/index.xml: branches: 1.8.2; - Added a real OpenACS overview in the overview page, instead of just "this is the place to start if you want a soft introduction", which wasn't true since the "for everyone" chapter only has release notes. 2002-09-22 lars * packages/notifications/tcl/notification-email-procs.tcl: branches: 1.9.2; reply_address: Use a reasonable sender email address even if there's no object_id or type_id. 2002-09-20 jeffd * packages/notifications/tcl/notification-email-procs.tcl: * packages/notifications/tcl/notification-procs-oracle.xql: * packages/notifications/tcl/notifications-security-procs.tcl: * packages/notifications/tcl/notifications-security-procs.xql: Fixes from sloan * Increase field sizes for subject * adds a manage page * adds a object_id redirect (object-goto.tcl) * linking to manage page in outgoing message. * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/www/register/login-expired.adp: * packages/acs-subsite/www/user/basic-info-update.xql: Sloan changes: * added reference to RegisterRestrictToSSLFilters for RestrictToSSL param * add ? to redirect in login-expired (to get through badly configured proxies I assume) * trims on args to basic-info-update, stub for url * redirect on community-member page if CommunityMemberURL has be changed in the subsite. * packages/notifications/www/manage-oracle.xql: * packages/notifications/www/manage-postgresql.xql: * packages/notifications/www/manage.adp: * packages/notifications/www/manage.tcl: * packages/notifications/www/object-goto.tcl: branches: 1.1.2; Fixes from sloan * Increase field sizes for subject * adds a manage page * adds a object_id redirect (object-goto.tcl) * linking to manage page in outgoing message. * packages/acs-kernel/acs-kernel.info: branches: 1.17.2; Adds parameters for scalability (RegisterRestrictToSSLFilters and PermissionCacheP). with corresponding changes in acs-tcl (acs-permission-procs.tcl and admin-init.tcl) * packages/acs-subsite/www/user/basic-info-update.tcl: branches: 1.2.2; Sloan changes: * added reference to RegisterRestrictToSSLFilters for RestrictToSSL param * add ? to redirect in login-expired (to get through badly configured proxies I assume) * trims on args to basic-info-update, stub for url * redirect on community-member page if CommunityMemberURL has be changed in the subsite. * packages/search/www/advanced-search.adp: branches: 1.2.4; cleanup to use sitewide master, use SearchIndexerInterval in -init.tcl * packages/acs-tcl/tcl/admin-init.tcl: branches: 1.3.2; Check RegisterRestrictToSSLFilters kernel parameter to determine whether or not to check/register ssl redirect filters on each package. Needed for sites like sloan where they have 9000+ nodes. * packages/notifications/tcl/sweep-procs-postgresql.xql: branches: 1.3.2; Fixes from sloan * Increase field sizes for subject * adds a manage page * adds a object_id redirect (object-goto.tcl) * linking to manage page in outgoing message. * packages/acs-tcl/tcl/request-processor-init.tcl: branches: 1.3.2; adds cached permission_p code * packages/notifications/sql/postgresql/notifications-replies-package-create.sql: branches: 1.3.2; fixes bug 1731/patch 442 Tilman Singer * packages/notifications/tcl/notifications-security-procs.tcl: branches: 1.3.2; typo in query name, default to disallow mail * packages/search/www/index.adp: branches: 1.3.4; cleanup to use sitewide master, use SearchIndexerInterval in -init.tcl * packages/notifications/tcl/notification-procs-postgresql.xql: branches: 1.3.8; Fixes from sloan * Increase field sizes for subject * adds a manage page * adds a object_id redirect (object-goto.tcl) * linking to manage page in outgoing message. * packages/acs-subsite/www/shared/community-member.tcl: branches: 1.4.2; Sloan changes: * added reference to RegisterRestrictToSSLFilters for RestrictToSSL param * add ? to redirect in login-expired (to get through badly configured proxies I assume) * trims on args to basic-info-update, stub for url * redirect on community-member page if CommunityMemberURL has be changed in the subsite. * packages/notifications/tcl/delivery-method-procs.tcl: branches: 1.5.2; Fixes from sloan * Increase field sizes for subject * adds a manage page * adds a object_id redirect (object-goto.tcl) * linking to manage page in outgoing message. * packages/acs-tcl/tcl/parameter-procs.tcl: branches: 1.6.2; Enable parameter::get to check the parameter file bug 1715/patch 427 * packages/acs-subsite/www/user/basic-info-update-2.tcl: branches: 1.6.2; Sloan changes: * added reference to RegisterRestrictToSSLFilters for RestrictToSSL param * add ? to redirect in login-expired (to get through badly configured proxies I assume) * trims on args to basic-info-update, stub for url * redirect on community-member page if CommunityMemberURL has be changed in the subsite. * packages/notifications/sql/postgresql/notifications-core-create.sql: branches: 1.7.2; Fixes from sloan * Increase field sizes for subject * adds a manage page * adds a object_id redirect (object-goto.tcl) * linking to manage page in outgoing message. * packages/notifications/sql/oracle/notifications-core-create.sql: branches: 1.8.2; Fixes from sloan * Increase field sizes for subject * adds a manage page * adds a object_id redirect (object-goto.tcl) * linking to manage page in outgoing message. * packages/notifications/tcl/sweep-procs-oracle.xql: * packages/notifications/tcl/sweep-procs.tcl: branches: 1.9.2; Fixes from sloan * Increase field sizes for subject * adds a manage page * adds a object_id redirect (object-goto.tcl) * linking to manage page in outgoing message. * packages/acs-subsite/www/register/email-password-2.tcl: branches: 1.9.2; Sloan changes: * added reference to RegisterRestrictToSSLFilters for RestrictToSSL param * add ? to redirect in login-expired (to get through badly configured proxies I assume) * trims on args to basic-info-update, stub for url * redirect on community-member page if CommunityMemberURL has be changed in the subsite. * packages/acs-tcl/tcl/table-display-procs.tcl: branches: 1.9.2; add support for class name rather than color for table banding * packages/acs-tcl/tcl/acs-permissions-procs-oracle.xql: * packages/acs-tcl/tcl/acs-permissions-procs-postgresql.xql: branches: 1.9.4; request-processor-init.tcl * packages/search/tcl/search-init.tcl: * packages/search/www/index.tcl: cleanup to use sitewide master, use SearchIndexerInterval in -init.tcl * packages/acs-tcl/tcl/utilities-procs.tcl: designate some procs as public * packages/acs-tcl/tcl/acs-permissions-procs.tcl: request-processor-init.tcl * packages/notifications/tcl/notifications-security-procs.xql: typo in query name, default to disallow mail * packages/acs-tcl/tcl/request-processor-procs.tcl: use the new permission procs rather than the old deprecated ones 2002-09-19 danw * packages/acs-content-repository/sql/postgresql/content-type.sql: branches: 1.24.2; cleanup * packages/acs-content-repository/tcl/item-procs.tcl: branches: 1.5.2; fixed merge of get_mime_info * packages/acs-content-repository/tcl/item-procs.tcl: cleanup 2002-09-18 lars * packages/acs-admin/www/apm/packages-install-3.tcl: branches: 1.4.2; Peter Marklund: setting the sql_file_paths session property with a clob instead of a varchar (we have so darn many packages these days...) 2002-09-18 jeffd * packages/acs-subsite/www/user/portrait/index.tcl: branches: 1.3.2; more abstract URLs * packages/acs-subsite/www/permissions/revoke.tcl: * packages/acs-subsite/www/register/user-login.tcl: * packages/acs-subsite/www/shared/send-email.tcl: branches: 1.3.2; ns_return->ad_return, ad_script_abort, redirect to absract urls * packages/acs-core-docs/www/sql/display-sql.tcl: branches: 1.3.8; more abstract URLs * packages/acs-admin/www/apm/version-edit.tcl: * packages/acs-subsite/www/admin/host-node-map/index.tcl: * packages/acs-subsite/www/admin/users/new.tcl: branches: 1.4.2; more abstract URLs * packages/acs-api-browser/www/tcl-proc-view.tcl: * packages/acs-bootstrap-installer/installer/create-administrator-2.tcl: branches: 1.4.2; ns_return->ad_return, ad_script_abort, redirect to absract urls * packages/acs-admin/www/apm/file-watch.tcl: * packages/acs-subsite/www/admin/relations/add.tcl: branches: 1.5.2; more abstract URLs * packages/acs-admin/www/apm/packages-install-2.tcl: branches: 1.5.2; ns_return->ad_return, ad_script_abort, redirect to absract urls * packages/acs-bootstrap-installer/installer.tcl: branches: 1.6.2; ns_return->ad_return, ad_script_abort, redirect to absract urls * packages/acs-admin/www/apm/version-files.tcl: branches: 1.7.2; more abstract URLs * packages/acs-tcl/tcl/admin-procs.tcl: branches: 1.9.2; backing out last patch since ad_returnredirect called in filter * packages/acs-admin/www/users/member-state-change.tcl: branches: 1.9.8; more abstract URLs * packages/search/www/search.tcl: branches: 1.9.8; ns_return->ad_return, ad_script_abort, redirect to absract urls * packages/acs-admin/www/test/signed-cookies-test.tcl: * packages/acs-admin/www/users/sessions-one-month.tcl: * packages/acs-subsite/www/admin/groups/new.tcl: * packages/acs-subsite/www/admin/parties/new.tcl: * packages/acs-subsite/www/admin/parties/one.tcl: * packages/acs-subsite/www/user/portrait/erase-2.tcl: * packages/acs-tcl/tcl/navigation-procs.tcl: * packages/acs-tcl/tcl/table-display-procs.tcl: more abstract URLs * packages/acs-admin/www/apm/version-disable.tcl: * packages/acs-admin/www/apm/version-enable.tcl: * packages/acs-admin/www/apm/version-generate-info.tcl: * packages/acs-api-browser/www/proc-search.tcl: * packages/acs-api-browser/www/tcl-doc-search.tcl: * packages/acs-subsite/www/admin/attributes/edit-one.tcl: * packages/acs-subsite/www/admin/attributes/value-delete.tcl: * packages/acs-subsite/www/admin/parties/one.tcl: * packages/acs-subsite/www/admin/rel-segments/constraints/delete-2.tcl: * packages/acs-subsite/www/admin/rel-segments/constraints/delete.tcl: * packages/acs-subsite/www/admin/rel-segments/constraints/new.tcl: * packages/acs-subsite/www/admin/rel-types/roles/edit.tcl: * packages/acs-subsite/www/admin/rel-types/roles/new.tcl: * packages/acs-subsite/www/pvt/index.tcl: * packages/acs-subsite/www/pvt/toggle-dont-spam-me-p.tcl: * packages/acs-subsite/www/register/awaiting-approval.tcl: * packages/acs-subsite/www/register/awaiting-email-verification.tcl: * packages/acs-subsite/www/shared/index.tcl: * packages/acs-subsite/www/user/basic-info-update-2.tcl: * packages/acs-subsite/www/user/portrait/upload-2.tcl: * packages/acs-tcl/tcl/admin-procs.tcl: * packages/acs-tcl/tcl/form-processing-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/table-display-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: ns_return->ad_return, ad_script_abort, redirect to absract urls 2002-09-17 jeffd * packages/acs-tcl/tcl/request-processor-procs.tcl: add pointer to rp_internal_redirect to rp_serve_abstract_file 2002-09-17 danw * packages/acs-content-repository/tcl/filter-procs.tcl: branches: 1.11.2; changed query to 0or1row 2002-09-16 lars * packages/acs-service-contract/sql/postgresql/acs-sc-packages-create.sql: Improved the error message when a binding fails * packages/acs-tcl/tcl/request-processor-procs.tcl: Include instance_name in ad_conn * packages/acs-admin/acs-admin.info: * packages/acs-subsite/www/admin/index.tcl: Renamed OpenACS Administration to Site-Wide Administration. * packages/acs-admin/www/index.tcl: branches: 1.3.2; Renamed OpenACS Administration to Site-Wide Administration. * packages/notifications/www/request-new.tcl: branches: 1.5.2; Maybe redirect for registration. * packages/acs-subsite/www/admin/index.adp: branches: 1.6.2; Renamed OpenACS Administration to Site-Wide Administration. 2002-09-16 jeffd * packages/acs-subsite/www/admin/host-node-map/index.tcl: add a link to hostname * packages/acs-kernel/sql/oracle/tree-create.sql: add parent_key function * packages/acs-subsite/acs-subsite.info: added ShowContextBarP parameter * packages/acs-kernel/sql/postgresql/groups-create.sql: branches: 1.11.2; increase field sizes (from sloan) * packages/acs-kernel/sql/postgresql/acs-metadata-create.sql: branches: 1.15.2; increase field sizes (from sloan) * packages/acs-subsite/www/index.adp: branches: 1.4.2; add login/logout link to subsite index page * packages/acs-tcl/tcl/memoize-procs.tcl: branches: 1.4.2; added util_memoize_flush_regexp * packages/acs-admin/tcl/apm-admin-procs.tcl: branches: 1.4.2; change ad_context_bar to ad_admin_context_bar * packages/acs-kernel/sql/oracle/groups-create.sql: branches: 1.4.2; increase field sizes (from sloan) * packages/acs-subsite/www/index.tcl: branches: 1.5.2; add login/logout link to subsite index page * packages/acs-kernel/sql/oracle/acs-metadata-create.sql: branches: 1.5.2; increase field sizes (from sloan) * packages/acs-kernel/acs-kernel.info: change default of ForceHostP to 0 since if users not set up properly things will break in a non-intuitive way * packages/acs-content-repository/tcl/publish-procs.tcl: * packages/acs-templating/tcl/doc-tcl-procs.tcl: * packages/acs-templating/tcl/element-procs.tcl: * packages/acs-templating/tcl/request-procs.tcl: documentation cleanup (fix @see, add -public/-private where needed) * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: fix @see references. borken links. * packages/acs-kernel/sql/oracle/rel-segments-body-create.sql: fix typo v_segment_name should be segment_name bug 911/patch 424 * packages/acs-tcl/tcl/request-processor-procs.tcl: make ForceHostP redirect work with hostname based subsites * packages/acs-subsite/www/user/basic-info-update-2.tcl: nuke empty default url * packages/acs-subsite/www/user/basic-info-update-2.tcl: provide defaults for bio, url, screen_name 2002-09-16 danw * packages/acs-templating/tcl/paginator-procs.tcl: fixed multirow query * packages/acs-templating/tcl/paginator-procs.tcl: fixed uplevel context for query 2002-09-15 lars * packages/acs-tcl/tcl/form-processing-procs.tcl: Forgot this addition to make before_html and after_html work with ad_form * packages/acs-templating/tcl/data-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: Implemented Tilman's suggestion to automatically back up when the search finds no users. * packages/acs-templating/tcl/widget-procs.tcl: branches: 1.14.2; Removed the user data type and widget. Instead, I made a simple enhancement to the existing search widget, so we can use that instead. * packages/acs-templating/tcl/data-procs.tcl: branches: 1.6.2; Removed the user data type and widget. Instead, I made a simple enhancement to the existing search widget, so we can use that instead. 2002-09-15 jeffd * packages/acs-tcl/tcl/acs-permissions-procs.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: * packages/acs-templating/tcl/query-procs.tcl: add @see comments for most deprecated functions * packages/acs-tcl/tcl/security-procs.tcl: branches: 1.13.2; add @see comments for most deprecated functions * packages/acs-tcl/tcl/site-nodes-procs.tcl: branches: 1.17.2; add @see comments for most deprecated functions * packages/acs-templating/tcl/parse-procs.tcl: branches: 1.6.2; add @see comments for most deprecated functions * packages/acs-tcl/tcl/text-html-procs.tcl: branches: 1.9.2; add @see comments for most deprecated functions * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: display @see comments in procedures. Could be fancier (handle links to docs and urls). save for later. fixes 1713/patch 423 2002-09-14 lars * packages/acs-templating/tcl/widget-procs.tcl: Added <label for=...>...</label> tags to radio and checkbox widgets ... improves the UI slightly. * packages/acs-templating/tcl/element-procs.tcl: Added before_html and after_html properties to form elements to allow you to put stuff around the widget on the form. This is useful for javascript links that do something clever, but you can put anything here. * packages/acs-tcl/tcl/site-nodes-procs.tcl: Added instance_name to the site_node structure, and changed the init_cache and update_cache procs to use column_array, which makes them much simpler. * packages/acs-templating/resources/forms/standard-lars.adp: Better display of help_text * packages/acs-tcl/tcl/site-nodes-procs-oracle.xql: branches: 1.11.2; Added instance_name to the site_node structure, and changed the init_cache and update_cache procs to use column_array, which makes them much simpler. * packages/acs-tcl/tcl/site-nodes-procs-postgresql.xql: branches: 1.15.2; Added instance_name to the site_node structure, and changed the init_cache and update_cache procs to use column_array, which makes them much simpler. * packages/acs-templating/resources/forms/standard.adp: branches: 1.2.2; Added <label for=...>...</label> tags to radio and checkbox widgets ... improves the UI slightly. * packages/acs-tcl/tcl/apm-procs.tcl: branches: 1.23.2; Added apm_package_url_from_id procedure and changed apm_package_url_from_key to use that * packages/acs-templating/resources/forms/standard-lars.adp: branches: 1.5.2; Added <label for=...>...</label> tags to radio and checkbox widgets ... improves the UI slightly. * packages/acs-tcl/tcl/apm-procs-oracle.xql: branches: 1.7.2; Added apm_package_url_from_id procedure and changed apm_package_url_from_key to use that * packages/acs-templating/tcl/0-procs.tcl: branches: 1.7.2; Added before_html and after_html properties to form elements to allow you to put stuff around the widget on the form. This is useful for javascript links that do something clever, but you can put anything here. * packages/acs-tcl/tcl/apm-procs-postgresql.xql: branches: 1.9.2; Added apm_package_url_from_id procedure and changed apm_package_url_from_key to use that 2002-09-14 jeffd * packages/acs-tcl/tcl/utilities-procs.tcl: Adds util_http_file_upload feature 1673/patch 353 from Michael Cleverly * packages/acs-tcl/tcl/request-processor-procs.tcl: Fix ad_conn -get form bug 1548/patch 261 Carsten Clashom * packages/acs-tcl/tcl/apm-xml-procs.tcl: branches: 1.11.2; Fix handling of empty contents on xml parse bug 1679/patch 421 * packages/acs-tcl/tcl/request-processor-procs.tcl: implement ForceHostP (flag to redirect to cannonical hostname) bug 1566/patch 284 Carsten Clasohm 2002-09-13 lars * packages/acs-templating/tcl/data-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: Added the user datatype and widget that will let you do a drop-down of users, and then a text widget to do a search, if non satisfy your needs. 2002-09-13 jeffd * packages/acs-core-docs/www/sql/display-sql.adp: * packages/acs-core-docs/www/sql/display-sql.tcl: Added ability to browse db specific sql. Should really redirect to the api browser though. * packages/search/www/doc/index.html: add index pages for packages with docs * packages/acs-templating/www/doc/demo/pay.tcl: added sections and an optional field to enhance educational value of demo * packages/acs-tcl/tcl/community-core-procs.tcl: branches: 1.12.2; fix calls to empty_string_p with missing $ * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: branches: 1.27.2; fix calls with literals instead of variables * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: display @option fields (used in cms and templating). * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: documentation cleanup * packages/acs-lang/www/test.tcl: fix calls to empty_string_p with missing $ * packages/acs-templating/tcl/currency-procs.tcl: * packages/acs-templating/tcl/doc-tcl-procs.tcl: fix calls with literals instead of variables * packages/acs-content-repository/www/doc/guide/publish.html: * packages/acs-reference/www/doc/index.html: * packages/acs-templating/www/doc/design.html: * packages/acs-templating/www/doc/developer-guide.html: * packages/acs-templating/www/doc/guide/index.html: * packages/acs-templating/www/doc/guide/wizards.html: * packages/ref-countries/www/doc/index.html: fix some broken links * packages/acs-tcl/tcl/security-procs.tcl: fixes bug 1549/patch 327 CROldham -- http://openacs.org/bboard/q-and-a-fetch-msg.tcl?msg_id=000504 &topic_id=11 * packages/acs-tcl/tcl/xml-1-dom-procs.tcl: string length called with literal string 2002-09-12 jeffd * packages/acs-core-docs/tcl/acs-core-docs-procs.tcl: branches: 1.2.2; list packages without docs, sort uninstalled packages by name * packages/acs-core-docs/www/index.adp: branches: 1.7.2; list packages without docs, sort uninstalled packages by name 2002-09-11 lars * packages/acs-lang/www/doc/index.html: branches: 1.1.8; Added index page * www/default-master.adp: branches: 1.5.2; In order for the Bug Tracker version bar to work I added the possibility for a package to stick something at the beginning of the HTML body. This is a temporary workaround. It may not work well with sites with customized default-masters. The Bug Tracker should show its version information between the header and footer instead 2002-09-11 jeffd * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: added ad_proc docs to procs and an ad_proc stub for if ad_proc absent 2002-09-10 jeffd * packages/acs-tcl/tcl/request-processor-procs.tcl: Make rp_report_error log more information error page and referer patch 359 Andrew Grumet * packages/acs-core-docs/tcl/acs-core-docs-procs.tcl: * packages/acs-core-docs/www/index.adp: adds links for uninstalled packages feature 1602/patches 317,361 Jun Yamog * packages/acs-subsite/tcl/package-procs.tcl: branches: 1.10.8; cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id) * packages/acs-bootstrap-installer/bootstrap.tcl: branches: 1.12.2; cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id) * packages/acs-templating/tcl/date-procs.tcl: branches: 1.14.2; cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id) * packages/acs-messaging/tcl/acs-messaging-init.tcl: branches: 1.2.20; cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id) * packages/acs-admin/www/apm/file-remove.tcl: * packages/acs-admin/www/apm/version-dependency-add-2.tcl: * packages/acs-admin/www/apm/version-reload.tcl: * packages/acs-tcl/tcl/membership-rel-procs.tcl: * packages/acs-tcl/tcl/user-extensions-procs.tcl: * packages/notifications/tcl/reply-sweep-init.tcl: * packages/notifications/www/request-delete.tcl: * packages/notifications/www/request-new-2.tcl: branches: 1.2.2; cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id) * packages/acs-admin/www/apm/version-dependency-remove.tcl: * packages/acs-admin/www/apm/version-tag.tcl: branches: 1.2.8; cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id) * packages/acs-admin/www/apm/file-watch-cancel.tcl: * packages/acs-admin/www/apm/package-add-2.tcl: * packages/acs-admin/www/apm/version-edit-2.tcl: * packages/acs-lang/tcl/localization-procs.tcl: * packages/acs-subsite/www/admin/site-map/package-new.tcl: branches: 1.3.2; cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id) * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: branches: 1.35.2; cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id) * packages/acs-admin/www/apm/file-add-2.tcl: * packages/acs-admin/www/apm/file-add.tcl: * packages/acs-admin/www/apm/version-view.tcl: * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: * packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl: * packages/notifications/tcl/sweep-init.tcl: branches: 1.4.2; cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id) * packages/acs-core-docs/acs-core-docs.info: branches: 1.5.2; adds links for uninstalled packages feature 1602/patches 317,361 Jun Yamog * packages/acs-admin/www/apm/package-add.tcl: * packages/acs-subsite/tcl/relation-procs.tcl: branches: 1.5.2; cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id) * packages/acs-subsite/tcl/attribute-procs.tcl: branches: 1.6.4; cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id) * packages/acs-bootstrap-installer/installer/index.tcl: branches: 1.8.2; cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id) * packages/acs-subsite/www/admin/site-map/index.tcl: * packages/acs-subsite/www/user/password-update.tcl: branches: 1.9.2; cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id) * packages/acs-subsite/www/admin/users/new-postgresql.xql: * packages/acs-subsite/www/pvt/alerts-postgresql.xql: change rowid to oid as rowid * packages/acs-admin/www/apm/file-watch.tcl: * packages/acs-admin/www/apm/package-load-2.tcl: * packages/acs-admin/www/apm/package-load.tcl: * packages/acs-admin/www/apm/package-scan.tcl: * packages/acs-admin/www/apm/parameter-add-2.tcl: * packages/acs-admin/www/apm/parameter-add.tcl: * packages/acs-admin/www/apm/parameter-delete.tcl: * packages/acs-admin/www/apm/parameter-edit-2.tcl: * packages/acs-admin/www/apm/parameter-edit.tcl: * packages/acs-admin/www/apm/version-dependencies.tcl: * packages/acs-admin/www/apm/version-dependency-add.tcl: * packages/acs-admin/www/apm/version-disable.tcl: * packages/acs-admin/www/apm/version-edit.tcl: * packages/acs-admin/www/apm/version-enable.tcl: * packages/acs-admin/www/apm/version-files.tcl: * packages/acs-admin/www/apm/version-fs-scan.tcl: * packages/acs-admin/www/apm/version-generate-diffs.tcl: * packages/acs-admin/www/apm/version-generate-info.tcl: * packages/acs-admin/www/apm/version-generate-tarball.tcl: * packages/acs-admin/www/apm/version-parameter-values.tcl: * packages/acs-admin/www/apm/version-parameters.tcl: * packages/acs-admin/www/apm/view-unattached-files.tcl: * packages/acs-admin/www/apm/write-all-specs.tcl: * packages/acs-admin/www/users/member-state-change.tcl: * packages/acs-api-browser/www/deprecated.tcl: * packages/acs-api-browser/www/proc-browse.tcl: * packages/acs-api-browser/www/proc-search.tcl: * packages/acs-automated-testing/www/admin/clear.tcl: * packages/acs-automated-testing/www/admin/component.tcl: * packages/acs-automated-testing/www/admin/index.tcl: * packages/acs-automated-testing/www/admin/rerun.tcl: * packages/acs-automated-testing/www/admin/testcase.tcl: * packages/acs-bootstrap-installer/installer-init.tcl: * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: * packages/acs-lang/tcl/lang-procs.tcl: * packages/acs-mail-lite/tcl/acs-mail-lite-init.tcl: * packages/acs-subsite/tcl/acs-subsite-init.tcl: * packages/acs-subsite/www/admin/site-map/auto-mount.tcl: * packages/acs-subsite/www/admin/site-map/delete.tcl: * packages/acs-subsite/www/admin/site-map/instance-delete.tcl: * packages/acs-subsite/www/admin/site-map/new.tcl: * packages/acs-subsite/www/admin/site-map/parameter-set-2.tcl: * packages/acs-subsite/www/admin/site-map/parameter-set.tcl: * packages/acs-subsite/www/admin/site-map/unmount.tcl: * packages/acs-subsite/www/admin/site-map/unmounted.tcl: * packages/acs-subsite/www/register/email-password-2.tcl: * packages/acs-subsite/www/register/email-password-3.tcl: * packages/acs-subsite/www/register/email-password.tcl: * packages/acs-subsite/www/shared/send-email.tcl: * packages/acs-subsite/www/shared/session-update.tcl: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/acs-permissions-procs.tcl: * packages/acs-tcl/tcl/admin-procs.tcl: * packages/acs-tcl/tcl/community-core-2-procs.tcl: * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/deprecated-utilities-procs.tcl: * packages/acs-tcl/tcl/document-procs.tcl: * packages/acs-tcl/tcl/form-processing-procs.tcl: * packages/acs-tcl/tcl/memoize-procs.tcl: * packages/acs-tcl/tcl/object-procs.tcl: * packages/acs-tcl/tcl/parameter-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/site-node-object-map-procs.tcl: * packages/acs-tcl/tcl/site-nodes-init.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: * packages/acs-templating/tcl/mime-procs.tcl: * packages/acs-templating/www/doc/demo/bind.tcl: * packages/acs-templating/www/doc/demo/contract-2.tcl: * packages/acs-templating/www/doc/demo/contract.tcl: * packages/acs-templating/www/doc/demo/embed_escape.tcl: * packages/acs-templating/www/doc/demo/fibo-start.tcl: * packages/acs-templating/www/doc/demo/grid.tcl: * packages/acs-templating/www/doc/demo/group.tcl: * packages/acs-templating/www/doc/demo/hello.tcl: * packages/acs-templating/www/doc/demo/if.tcl: * packages/acs-templating/www/doc/demo/implicit_escape.tcl: * packages/acs-templating/www/doc/demo/include.tcl: * packages/acs-templating/www/doc/demo/multiple.tcl: * packages/acs-templating/www/doc/demo/multirow.tcl: * packages/acs-templating/www/doc/demo/puts.tcl: * packages/acs-templating/www/doc/demo/reference.tcl: * packages/acs-templating/www/doc/demo/sandwich.tcl: * packages/acs-templating/www/doc/demo/skin.tcl: * packages/notifications/tcl/notification-email-procs.tcl: * packages/notifications/www/request-new.tcl: * packages/search/tcl/search-procs.tcl: * www/SYSTEM/flush-memoized-statement.tcl: cleanup javadoc tags (eg @cvs_id @cvs @cvs-id: instead if @cvs-id) * packages/acs-templating/www/doc/index.html: fix link 2002-09-09 jeffd * packages/acs-subsite/www/user/portrait/index.adp: branches: 1.4.2; fix html typo 2002-09-08 lars * packages/acs-tcl/tcl/text-html-procs.tcl: - Added 'string_truncate' proc that can truncate a string, potentially close any cut-open HTML tags, and add ellipsis ... * www/index.adp: branches: 1.5.2; - Moved the <form> tags to be outside the <tr> again ... it may not be XHTML, I don't know, but the form tag introduces annoying vertical whitespace at the bottom on the login box. - Added back the <p> tag that separates the log in box from the quick links for aesthetics. I also added a </p>, to make it XHTML. 2002-09-06 jeffd * packages/acs-subsite/www/user/portrait/erase.tcl: ad_context_bar calls which were removed in error * www/default-master.adp: * www/index.adp: add title and context to sitewide master * packages/acs-api-browser/www/content-page-view.tcl: * packages/acs-api-browser/www/proc-view.tcl: * packages/acs-subsite/www/admin/group-types/index.tcl: * packages/acs-subsite/www/admin/groups/index.tcl: * packages/acs-subsite/www/admin/rel-segments/one.adp: * packages/acs-subsite/www/admin/relations/remove-dependants-exist.adp: * packages/acs-subsite/www/permissions/grant.tcl: * packages/acs-subsite/www/permissions/one.tcl: branches: 1.2.2; remove superfluous package local masters and use sitewide master by default * packages/acs-api-browser/www/type-view.tcl: branches: 1.2.8; remove superfluous package local masters and use sitewide master by default * packages/acs-subsite/www/admin/object-types/alphabetical-index.tcl: branches: 1.3.12; ad_context_bar calls which were removed in error * packages/acs-admin/www/users/complex-search.adp: * packages/acs-admin/www/users/member-state-change.adp: * packages/acs-api-browser/www/package-view.tcl: * packages/acs-service-contract/www/index.adp: * packages/acs-subsite/www/admin/group-types/one.tcl: * packages/acs-subsite/www/admin/rel-segments/one.tcl: * packages/acs-subsite/www/shared/send-email.adp: * packages/acs-subsite/www/shared/whos-online.adp: * packages/acs-subsite/www/user/basic-info-update.adp: * packages/acs-subsite/www/user/portrait/comment-edit.adp: branches: 1.3.2; remove superfluous package local masters and use sitewide master by default * packages/acs-subsite/www/admin/object-types/index.tcl: branches: 1.4.12; ad_context_bar calls which were removed in error * packages/acs-admin/www/users/search.tcl: branches: 1.4.12; remove superfluous package local masters and use sitewide master by default * packages/acs-admin/www/users/index.adp: * packages/acs-admin/www/users/user-add-3.adp: * packages/acs-api-browser/www/content-page-view.adp: * packages/acs-api-browser/www/package-view.adp: * packages/acs-service-contract/www/index.tcl: * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/shared/community-member.adp: branches: 1.4.2; remove superfluous package local masters and use sitewide master by default * packages/acs-subsite/www/admin/object-types/one.tcl: branches: 1.5.12; ad_context_bar calls which were removed in error * www/default-master.tcl: branches: 1.5.2; add title and context to sitewide master * packages/acs-api-browser/www/tcl-proc-view.adp: * packages/acs-subsite/www/pvt/home.tcl: branches: 1.5.2; remove superfluous package local masters and use sitewide master by default * packages/acs-admin/www/users/complex-search.tcl: * packages/acs-subsite/www/register/user-new.adp: branches: 1.6.2; remove superfluous package local masters and use sitewide master by default * packages/acs-subsite/www/user/password-update.adp: branches: 1.8.2; remove superfluous package local masters and use sitewide master by default * packages/acs-admin/www/users/index.tcl: * packages/acs-admin/www/users/master.adp: * packages/acs-admin/www/users/member-state-change.tcl: * packages/acs-admin/www/users/one.adp: * packages/acs-admin/www/users/one.tcl: * packages/acs-admin/www/users/registration-history.adp: * packages/acs-admin/www/users/registration-history.tcl: * packages/acs-admin/www/users/search.adp: * packages/acs-admin/www/users/session-history.tcl: * packages/acs-admin/www/users/sessions-one-month.tcl: * packages/acs-admin/www/users/sessions-registered-summary.tcl: * packages/acs-admin/www/users/user-add-2.adp: * packages/acs-admin/www/users/user-add-2.tcl: * packages/acs-admin/www/users/user-add-3.tcl: * packages/acs-admin/www/users/user-add.adp: * packages/acs-admin/www/users/user-add.tcl: * packages/acs-api-browser/www/deprecated.adp: * packages/acs-api-browser/www/deprecated.tcl: * packages/acs-api-browser/www/display-sql.adp: * packages/acs-api-browser/www/display-sql.tcl: * packages/acs-api-browser/www/index.adp: * packages/acs-api-browser/www/index.tcl: * packages/acs-api-browser/www/master.adp: * packages/acs-api-browser/www/plsql-subprogram-one.adp: * packages/acs-api-browser/www/plsql-subprogram-one.tcl: * packages/acs-api-browser/www/plsql-subprograms-all.adp: * packages/acs-api-browser/www/plsql-subprograms-all.tcl: * packages/acs-api-browser/www/proc-browse.adp: * packages/acs-api-browser/www/proc-browse.tcl: * packages/acs-api-browser/www/proc-search.adp: * packages/acs-api-browser/www/proc-search.tcl: * packages/acs-api-browser/www/proc-view.adp: * packages/acs-api-browser/www/procs-file-view.adp: * packages/acs-api-browser/www/procs-file-view.tcl: * packages/acs-api-browser/www/tcl-doc-search.adp: * packages/acs-api-browser/www/tcl-doc-search.tcl: * packages/acs-api-browser/www/tcl-proc-view.tcl: * packages/acs-api-browser/www/type-view.adp: * packages/acs-subsite/www/admin/attributes/add-2.tcl: * packages/acs-subsite/www/admin/attributes/add.adp: * packages/acs-subsite/www/admin/attributes/add.tcl: * packages/acs-subsite/www/admin/attributes/delete.adp: * packages/acs-subsite/www/admin/attributes/delete.tcl: * packages/acs-subsite/www/admin/attributes/edit-one.adp: * packages/acs-subsite/www/admin/attributes/edit-one.tcl: * packages/acs-subsite/www/admin/attributes/enum-add.adp: * packages/acs-subsite/www/admin/attributes/enum-add.tcl: * packages/acs-subsite/www/admin/attributes/one.adp: * packages/acs-subsite/www/admin/attributes/one.tcl: * packages/acs-subsite/www/admin/attributes/value-delete.adp: * packages/acs-subsite/www/admin/attributes/value-delete.tcl: * packages/acs-subsite/www/admin/group-types/change-join-policy.adp: * 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/delete-rel-types-exist.adp: * packages/acs-subsite/www/admin/group-types/delete-subtypes-exist.adp: * packages/acs-subsite/www/admin/group-types/delete.adp: * packages/acs-subsite/www/admin/group-types/delete.tcl: * packages/acs-subsite/www/admin/group-types/groups-display.adp: * packages/acs-subsite/www/admin/group-types/groups-display.tcl: * packages/acs-subsite/www/admin/group-types/index.adp: * 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/rel-type-add.adp: * packages/acs-subsite/www/admin/group-types/rel-type-add.tcl: * packages/acs-subsite/www/admin/group-types/rel-type-remove.adp: * packages/acs-subsite/www/admin/group-types/rel-type-remove.tcl: * packages/acs-subsite/www/admin/groups/change-join-policy.adp: * packages/acs-subsite/www/admin/groups/change-join-policy.tcl: * packages/acs-subsite/www/admin/groups/constraints-create.adp: * packages/acs-subsite/www/admin/groups/constraints-create.tcl: * packages/acs-subsite/www/admin/groups/delete.adp: * packages/acs-subsite/www/admin/groups/delete.tcl: * packages/acs-subsite/www/admin/groups/elements-display.adp: * packages/acs-subsite/www/admin/groups/elements-display.tcl: * packages/acs-subsite/www/admin/groups/index.adp: * packages/acs-subsite/www/admin/groups/new.adp: * packages/acs-subsite/www/admin/groups/new.tcl: * packages/acs-subsite/www/admin/groups/one.adp: * packages/acs-subsite/www/admin/groups/one.tcl: * packages/acs-subsite/www/admin/groups/rel-type-add.adp: * packages/acs-subsite/www/admin/groups/rel-type-add.tcl: * packages/acs-subsite/www/admin/groups/rel-type-remove.adp: * packages/acs-subsite/www/admin/groups/rel-type-remove.tcl: * packages/acs-subsite/www/admin/index.adp: * packages/acs-subsite/www/admin/index.tcl: * packages/acs-subsite/www/admin/master.adp: * packages/acs-subsite/www/admin/master.tcl: * packages/acs-subsite/www/admin/object-types/alphabetical-index.tcl: * packages/acs-subsite/www/admin/object-types/index.tcl: * packages/acs-subsite/www/admin/object-types/one.tcl: * packages/acs-subsite/www/admin/parties/add-select-type.adp: * packages/acs-subsite/www/admin/parties/new-list-required-segments.adp: * packages/acs-subsite/www/admin/parties/new.adp: * packages/acs-subsite/www/admin/parties/new.tcl: * packages/acs-subsite/www/admin/parties/one.adp: * packages/acs-subsite/www/admin/parties/one.tcl: * packages/acs-subsite/www/admin/rel-segments/constraints/delete.adp: * packages/acs-subsite/www/admin/rel-segments/constraints/delete.tcl: * packages/acs-subsite/www/admin/rel-segments/constraints/index.adp: * packages/acs-subsite/www/admin/rel-segments/constraints/index.tcl: * packages/acs-subsite/www/admin/rel-segments/constraints/new.adp: * packages/acs-subsite/www/admin/rel-segments/constraints/new.tcl: * packages/acs-subsite/www/admin/rel-segments/constraints/one.adp: * packages/acs-subsite/www/admin/rel-segments/constraints/one.tcl: * packages/acs-subsite/www/admin/rel-segments/constraints/violations.adp: * packages/acs-subsite/www/admin/rel-segments/delete.adp: * packages/acs-subsite/www/admin/rel-segments/delete.tcl: * packages/acs-subsite/www/admin/rel-segments/elements.adp: * packages/acs-subsite/www/admin/rel-segments/elements.tcl: * packages/acs-subsite/www/admin/rel-segments/index.adp: * packages/acs-subsite/www/admin/rel-segments/index.tcl: * packages/acs-subsite/www/admin/rel-segments/new-2.adp: * packages/acs-subsite/www/admin/rel-segments/new-2.tcl: * packages/acs-subsite/www/admin/rel-segments/new-3.adp: * packages/acs-subsite/www/admin/rel-segments/new-3.tcl: * packages/acs-subsite/www/admin/rel-segments/new.adp: * packages/acs-subsite/www/admin/rel-segments/new.tcl: * packages/acs-subsite/www/admin/rel-types/add.adp: * packages/acs-subsite/www/admin/rel-types/add.tcl: * packages/acs-subsite/www/admin/rel-types/delete-subtypes-exist.adp: * packages/acs-subsite/www/admin/rel-types/delete.adp: * packages/acs-subsite/www/admin/rel-types/delete.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/mapping-remove-2.tcl: * packages/acs-subsite/www/admin/rel-types/mapping-remove.tcl: * packages/acs-subsite/www/admin/rel-types/new-2.adp: * packages/acs-subsite/www/admin/rel-types/new-2.tcl: * packages/acs-subsite/www/admin/rel-types/new.adp: * packages/acs-subsite/www/admin/rel-types/new.tcl: * packages/acs-subsite/www/admin/rel-types/one.adp: * packages/acs-subsite/www/admin/rel-types/one.tcl: * packages/acs-subsite/www/admin/rel-types/rels-list.adp: * packages/acs-subsite/www/admin/rel-types/rels-list.tcl: * packages/acs-subsite/www/admin/rel-types/roles/delete.adp: * packages/acs-subsite/www/admin/rel-types/roles/delete.tcl: * packages/acs-subsite/www/admin/rel-types/roles/edit.adp: * packages/acs-subsite/www/admin/rel-types/roles/edit.tcl: * packages/acs-subsite/www/admin/rel-types/roles/index.adp: * packages/acs-subsite/www/admin/rel-types/roles/index.tcl: * packages/acs-subsite/www/admin/rel-types/roles/new.adp: * packages/acs-subsite/www/admin/rel-types/roles/new.tcl: * packages/acs-subsite/www/admin/rel-types/roles/one.adp: * packages/acs-subsite/www/admin/rel-types/roles/one.tcl: * packages/acs-subsite/www/admin/relations/add-no-valid-parties.adp: * packages/acs-subsite/www/admin/relations/add.adp: * packages/acs-subsite/www/admin/relations/add.tcl: * packages/acs-subsite/www/admin/relations/one.adp: * packages/acs-subsite/www/admin/relations/one.tcl: * packages/acs-subsite/www/admin/relations/remove.adp: * packages/acs-subsite/www/admin/relations/remove.tcl: * packages/acs-subsite/www/admin/users/new.adp: * packages/acs-subsite/www/admin/users/new.tcl: * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/index.tcl: * packages/acs-subsite/www/master.adp: * packages/acs-subsite/www/master.tcl: * packages/acs-subsite/www/pvt/alerts.adp: * packages/acs-subsite/www/pvt/alerts.tcl: * packages/acs-subsite/www/pvt/master.adp: * packages/acs-subsite/www/pvt/master.tcl: * packages/acs-subsite/www/pvt/set-on-vacation-to-null.adp: * packages/acs-subsite/www/pvt/set-on-vacation-until.adp: * packages/acs-subsite/www/pvt/unsubscribe-2.adp: * packages/acs-subsite/www/pvt/unsubscribe.adp: * packages/acs-subsite/www/register/awaiting-approval.adp: * packages/acs-subsite/www/register/awaiting-email-verification.adp: * packages/acs-subsite/www/register/bad-password.adp: * packages/acs-subsite/www/register/banned-user.adp: * packages/acs-subsite/www/register/deleted-user.adp: * packages/acs-subsite/www/register/email-confirm.adp: * packages/acs-subsite/www/register/email-for-password.adp: * packages/acs-subsite/www/register/email-password-2.adp: * packages/acs-subsite/www/register/email-password-3.adp: * packages/acs-subsite/www/register/email-password.adp: * packages/acs-subsite/www/register/explain-persistent-cookies.adp: * packages/acs-subsite/www/register/index.adp: * packages/acs-subsite/www/register/login-expired.adp: * packages/acs-subsite/www/register/master.adp: * packages/acs-subsite/www/register/master.tcl: * packages/acs-subsite/www/register/restore-user.adp: * packages/acs-subsite/www/register/user-join.adp: * packages/acs-subsite/www/register/user-join.tcl: * packages/acs-subsite/www/register/user-new-2.adp: * packages/acs-subsite/www/shared/community-member.tcl: * packages/acs-subsite/www/shared/confirm.adp: * packages/acs-subsite/www/shared/db-error.adp: * packages/acs-subsite/www/shared/iso-codes-no-exist.adp: * packages/acs-subsite/www/shared/iso-codes.adp: * packages/acs-subsite/www/shared/master.adp: * packages/acs-subsite/www/shared/master.tcl: * packages/acs-subsite/www/shared/portrait.adp: * packages/acs-subsite/www/shared/portrait.tcl: * packages/acs-subsite/www/shared/report-error.adp: * packages/acs-subsite/www/shared/whos-online.tcl: * packages/acs-subsite/www/user/master.adp: * packages/acs-subsite/www/user/master.tcl: * 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/master.adp: * packages/acs-subsite/www/user/portrait/master.tcl: * packages/acs-subsite/www/user/portrait/upload.adp: * packages/acs-subsite/www/user/portrait/upload.tcl: * packages/notifications/www/master.adp: * packages/notifications/www/request-new.adp: remove superfluous package local masters and use sitewide master by default 2002-09-05 jeffd * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: branches: 1.4.2; drop __test__ fixes 1677/patch 357 Michael Bryzek * packages/notifications/www/master.adp: * packages/notifications/www/request-new.adp: * packages/notifications/www/request-new.tcl: move title and context out of page, propigate context 2002-09-04 lars * packages/acs-tcl/tcl/text-html-procs.tcl: Fixed problem introduced by Arjun's change of tab processing: Tab characters was part of Branimir's sTaRtUrL hack. Since the tabs got replaced with spaces, the sTaRtUrL/eNdUrL things didn't get replaced back. I've moved the tab expansion to the end of the proc, and that takes care of the problem. In addition, I've added quotes, single and double, to the list of characters that we strip from the end of a URL. 2002-09-03 jeffd * packages/acs-subsite/www/pvt/unsubscribe.adp: fix backwards logic on dont_spam_me_p bug 1560/patch 276 Carsten Clasohm * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/index.tcl: * packages/acs-subsite/www/master.adp: * packages/acs-subsite/www/master.tcl: * packages/acs-subsite/www/pvt/alerts.adp: * packages/acs-subsite/www/pvt/alerts.tcl: * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/pvt/home.tcl: * packages/acs-subsite/www/pvt/master.adp: * packages/acs-subsite/www/pvt/master.tcl: * packages/acs-subsite/www/pvt/set-on-vacation-to-null.adp: * packages/acs-subsite/www/pvt/set-on-vacation-until.adp: * packages/acs-subsite/www/pvt/unsubscribe-2.adp: * packages/acs-subsite/www/pvt/unsubscribe.adp: * packages/acs-subsite/www/register/awaiting-approval.adp: * packages/acs-subsite/www/register/awaiting-email-verification.adp: * packages/acs-subsite/www/register/bad-password.adp: * packages/acs-subsite/www/register/banned-user.adp: * packages/acs-subsite/www/register/deleted-user.adp: * packages/acs-subsite/www/register/email-confirm.adp: * packages/acs-subsite/www/register/email-for-password.adp: * packages/acs-subsite/www/register/email-password-2.adp: * packages/acs-subsite/www/register/email-password-3.adp: * packages/acs-subsite/www/register/email-password.adp: * packages/acs-subsite/www/register/explain-persistent-cookies.adp: * packages/acs-subsite/www/register/index.adp: * packages/acs-subsite/www/register/login-expired.adp: * packages/acs-subsite/www/register/master.adp: * packages/acs-subsite/www/register/master.tcl: * packages/acs-subsite/www/register/restore-user.adp: * packages/acs-subsite/www/register/user-join.adp: * packages/acs-subsite/www/register/user-new-2.adp: * packages/acs-subsite/www/register/user-new.adp: * packages/acs-subsite/www/shared/community-member.adp: * packages/acs-subsite/www/shared/confirm.adp: * packages/acs-subsite/www/shared/db-error.adp: * packages/acs-subsite/www/shared/iso-codes-no-exist.adp: * packages/acs-subsite/www/shared/iso-codes.adp: * packages/acs-subsite/www/shared/master.adp: * packages/acs-subsite/www/shared/master.tcl: * packages/acs-subsite/www/shared/portrait.adp: * packages/acs-subsite/www/shared/report-error.adp: * packages/acs-subsite/www/shared/send-email.adp: * packages/acs-subsite/www/shared/whos-online.adp: * packages/acs-subsite/www/shared/whos-online.tcl: * packages/acs-subsite/www/user/basic-info-update.adp: * packages/acs-subsite/www/user/master.adp: * packages/acs-subsite/www/user/master.tcl: * packages/acs-subsite/www/user/password-update.adp: * 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/master.adp: * packages/acs-subsite/www/user/portrait/master.tcl: * packages/acs-subsite/www/user/portrait/upload.adp: pass context_bar and title to master template, cleanup some html * packages/acs-service-contract/www/index.adp: pass title and context_bar to master template 2002-09-02 lars * packages/acs-templating/resources/forms/standard-lars.adp: Don't use fixed with for form * packages/acs-tcl/tcl/widgets-procs.tcl: branches: 1.4.2; Removed the 1 in front of ad_libaray that Jeff accidentally added 2002-09-02 jeffd * packages/acs-api-browser/www/content-page-view.adp: * packages/acs-api-browser/www/deprecated.adp: * packages/acs-api-browser/www/display-sql.adp: * packages/acs-api-browser/www/index.adp: * packages/acs-api-browser/www/master.adp: * packages/acs-api-browser/www/package-view.adp: * packages/acs-api-browser/www/plsql-subprogram-one.adp: * packages/acs-api-browser/www/plsql-subprograms-all.adp: * packages/acs-api-browser/www/proc-browse.adp: * packages/acs-api-browser/www/proc-search.adp: * packages/acs-api-browser/www/proc-view.adp: * packages/acs-api-browser/www/procs-file-view.adp: * packages/acs-api-browser/www/tcl-doc-search.adp: * packages/acs-api-browser/www/tcl-proc-view.adp: * packages/acs-api-browser/www/type-view.adp: added a local master.adp to get title and context bar for current default setup * www/index.tcl: branches: 1.3.2; make valid html/xhtml * packages/acs-api-browser/www/plsql-subprogram-one.adp: * packages/acs-api-browser/www/plsql-subprogram-one.tcl: * packages/acs-api-browser/www/plsql-subprograms-all.adp: * packages/acs-api-browser/www/plsql-subprograms-all.tcl: make plsql-subprogram pages use the master template * packages/acs-tcl/tcl/request-processor-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: make things mostly xhtml/html compliant * www/index.adp: make valid html/xhtml * packages/acs-admin/www/users/complex-search.adp: * packages/acs-admin/www/users/complex-search.tcl: * packages/acs-admin/www/users/index.adp: * packages/acs-admin/www/users/master.adp: * packages/acs-admin/www/users/member-state-change.adp: * packages/acs-admin/www/users/one.adp: * packages/acs-admin/www/users/one.tcl: * packages/acs-admin/www/users/registration-history.adp: * packages/acs-admin/www/users/search.adp: * packages/acs-admin/www/users/search.tcl: * packages/acs-admin/www/users/user-add-2.adp: * packages/acs-admin/www/users/user-add-3.adp: * packages/acs-admin/www/users/user-add.adp: move title and context bar into master.adp for acs-admin/users * packages/acs-tcl/tcl/utilities-procs.tcl: patch from CROldham fixes bug 1493/patch 258. util_current_location does the wrong thing with IE 6 (and maybe earlier) due to a bug in IE * packages/acs-admin/www/users/one.xql: query was displaying all objects anyone had read permission on. * packages/acs-subsite/www/shared/community-member.adp: show object creation date rather than user creation date fixes bug 1607 2002-09-01 jiml * packages/acs-templating/tcl/element-procs.tcl: * packages/acs-templating/tcl/form-procs.tcl: * packages/acs-templating/tcl/query-procs.tcl: A few more doc strings... This looks like the last of the existing docs in all of acs-core * packages/acs-templating/tcl/tag-procs.tcl: branches: 1.7.2; last of the templating docstrings that existed. * packages/acs-templating/tcl/util-procs.tcl: branches: 1.8.2; A few more doc strings... This looks like the last of the existing docs in all of acs-core * packages/acs-templating/tcl/request-procs.tcl: * packages/acs-templating/tcl/util-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: * packages/acs-templating/tcl/wizard-procs.tcl: last of the templating docstrings that existed. 2002-08-31 jiml * packages/acs-templating/tcl/0-procs.tcl: * packages/acs-templating/tcl/acs-integration-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/paginator-procs.tcl: * packages/acs-templating/tcl/parse-procs.tcl: About 60 more ad_procs in acs-templating now have doc strings; still more to go 2002-08-30 lars * packages/acs-templating/tcl/widget-procs.tcl: Moved template::widget::comment widget from bug-tracker to here. * packages/acs-tcl/tcl/apm-install-procs.tcl: branches: 1.15.2; Fixed problem with two different queries in apm_upgrade_script_compare with the same name that caused upgrade scripts to be run in the wrong order. * packages/acs-tcl/tcl/apm-install-procs-oracle.xql: branches: 1.4.2; Fixed problem with two different queries in apm_upgrade_script_compare with the same name that caused upgrade scripts to be run in the wrong order. * packages/acs-tcl/tcl/apm-install-procs-postgresql.xql: branches: 1.9.2; Fixed problem with two different queries in apm_upgrade_script_compare with the same name that caused upgrade scripts to be run in the wrong order. 2002-08-29 lars * packages/acs-admin/www/apm/index.tcl: branches: 1.6.2; Default to only showing the latest versions of packages 2002-08-28 lars * packages/acs-tcl/tcl/apm-procs.tcl: Do not error out completely when queries cannot be loaded, but do log an error log message. The old 'error' call could prevent the server from starting at all if you e.g. deleted a package from the file system without deleting it from the APM first. 2002-08-28 jeffd * packages/acs-kernel/sql/postgresql/groups-body-create.sql: branches: 1.16.2; typo fix bug 1660/patch 346 Jun Yamog * packages/acs-subsite/tcl/group-procs.tcl: branches: 1.3.2; don't quote booleans in tcl fixes 1596/patch 315 * packages/acs-subsite/tcl/group-procs-postgresql.xql: branches: 1.6.2; fixes query name for member_p.user_is_member bug 1661/patch 347 * packages/acs-tcl/tcl/form-processing-procs.tcl: fix ad_form example bug 1653/patch 342 Dave Bauer * packages/acs-subsite/www/pvt/unsubscribe.tcl: send to registration page if needed fixes bug 1563/patch 279 2002-08-26 danw * packages/acs-content-repository/sql/postgresql/content-type.sql: fixed problem with content type view insert rule - fix provided by Jun Yumog 2002-08-22 lars * packages/acs-tcl/tcl/utilities-procs.tcl: Added randomRange, and added documentation to random 2002-08-22 danw * packages/acs-templating/www/doc/demo/multiaccess.tcl: branches: 1.3.2; converted more template db api queries to std db api queries * packages/acs-templating/www/doc/demo/form.tcl: * packages/acs-templating/www/doc/exercise/form-sample.tcl: * packages/acs-templating/www/doc/exercise/list-and-var-sample.tcl: converted more template db api queries to std db api queries 2002-08-21 jiml * packages/acs-templating/tcl/acs-integration-procs.tcl: * packages/acs-templating/tcl/currency-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: [docstring project] first batch of acs-templating docs 2002-08-20 vinodk * packages/acs-service-contract/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql: branches: 1.2.2; fixed typos in my addition of acs_sc_impl_alias package * packages/acs-service-contract/sql/oracle/acs-sc-packages-create.sql: branches: 1.8.2; fixed typos in my addition of acs_sc_impl_alias package 2002-08-20 lars * packages/acs-tcl/tcl/request-processor-procs.tcl: Added rp_getform and rp_form_put * packages/acs-api-browser/www/proc/index.vuh: branches: 1.1.2; Added /api-doc/proc/foo shortcut to looking up documentation for a proc 2002-08-20 jong * packages/acs-api-browser/www/procs-file-view.adp: Added a forgotten " around bgcolor. * packages/acs-api-browser/www/proc-view.adp: Deleted header and context bar. Added context_bar property. * packages/acs-api-browser/www/package-view.adp: Fixed html and escaped ampersands for proper validation. This still has 2 instances of non-escaped ampersands that are generated through a proc. * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: Fixed more html problems, mainly deleted <p> in illegal places. * packages/acs-api-browser/www/display-sql.tcl: Fixed non-escaped ampersands in context bar. This prevented html validation. * packages/acs-api-browser/www/content-page-view.adp: * packages/acs-api-browser/www/deprecated.adp: * packages/acs-api-browser/www/display-sql.adp: * packages/acs-api-browser/www/index.adp: * packages/acs-api-browser/www/proc-search.adp: * packages/acs-api-browser/www/procs-file-view.adp: * packages/acs-api-browser/www/tcl-doc-search.adp: * packages/acs-api-browser/www/tcl-proc-view.adp: * packages/acs-api-browser/www/type-view.adp: Fixed some html. Deleted header and context_bar. Added context_bar property. * packages/acs-api-browser/www/proc-browse.adp: Fixed some missing "'s. * packages/acs-api-browser/www/proc-browse.adp: Took out header and context_bar, added context_bar property. * packages/acs-api-browser/www/procs-file-view.adp: Took out header and context_bar. Still won't validate as the tcl procs output bad html. 2002-08-19 lars * packages/acs-subsite/www/admin/site-map/index-oracle.xql: * packages/acs-subsite/www/admin/site-map/index-postgresql.xql: * packages/acs-subsite/www/admin/site-map/index.tcl: Added package type to the site map, making it easier to figure out how your site's structured, when instance name isn't the same as package name 2002-08-19 jong * packages/acs-api-browser/www/index.adp: Reformatted HTML so it now validates. Added if's to content to get rid of superflous <li> * packages/acs-tcl/tcl/table-display-procs.tcl: Updated the 100% to "100%" This file still needs a lot of clean up. 2002-08-19 arjun * packages/notifications/notifications.info: * packages/notifications/sql/oracle/upgrade/upgrade-0.1d-0.2d.sql: * packages/notifications/sql/postgresql/upgrade/upgrade-0.1d-0.2d.sql: 1. updated .info file with some missing files for PG 2. fixed the notification.delete func in both DBs 3. bumped pacakge version to 0.2d * packages/notifications/sql/oracle/notifications-package-create.sql: branches: 1.6.2; 1. updated .info file with some missing files for PG 2. fixed the notification.delete func in both DBs 3. bumped pacakge version to 0.2d * packages/notifications/sql/postgresql/notifications-package-create.sql: branches: 1.8.2; 1. updated .info file with some missing files for PG 2. fixed the notification.delete func in both DBs 3. bumped pacakge version to 0.2d * packages/notifications/sql/postgresql/upgrade/upgrade-0.1d-0.2d.sql: fixing 2002-08-17 vinodk * packages/acs-service-contract/acs-service-contract.info: * packages/acs-service-contract/sql/oracle/acs-sc-packages-create.sql: * packages/acs-service-contract/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql: 1) Fixes Bug 1645 2) Adds acs_sc_impl_alias pacakge to Oracle version so it's consistent with PG version 3) Adds upgrade script for above changes * packages/acs-kernel/sql/postgresql/apm-create.sql: Manually merging fix from 4.5 that never got into the HEAD (apm_package_version__upgrade_p) * packages/acs-subsite/tcl/package-procs-postgresql.xql: Patch 336 for Bug 1636 by Dave Bauer * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.1.2-4.5.sql: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.2-4.5.sql: * packages/acs-subsite/www/admin/users/new-postgresql.xql: Re-added fixes that didn't get merged in from 4.5 1) bboard-procs-postgresql.xql 2) etp-procs-oracle.xql 3) subsite/www/admin/users/new-postgresql.xql 4) SQL fix in acs-kernel/sql/postgresql/apm-create.sql Edited the acs-kernel upgrade script that JonG initially created (PG) Created an oracle upgrade script Added upgrade scripts that i had written for 4.5b->4.5 back in (didn't get merged) Update the acs-kernel .info file to 4.5.1 * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.5-4.5.1.sql: branches: 1.1.2; Re-added fixes that didn't get merged in from 4.5 1) bboard-procs-postgresql.xql 2) etp-procs-oracle.xql 3) subsite/www/admin/users/new-postgresql.xql 4) SQL fix in acs-kernel/sql/postgresql/apm-create.sql Edited the acs-kernel upgrade script that JonG initially created (PG) Created an oracle upgrade script Added upgrade scripts that i had written for 4.5b->4.5 back in (didn't get merged) Update the acs-kernel .info file to 4.5.1 * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.5-4.5.1.sql: branches: 1.3.2; Re-added fixes that didn't get merged in from 4.5 1) bboard-procs-postgresql.xql 2) etp-procs-oracle.xql 3) subsite/www/admin/users/new-postgresql.xql 4) SQL fix in acs-kernel/sql/postgresql/apm-create.sql Edited the acs-kernel upgrade script that JonG initially created (PG) Created an oracle upgrade script Added upgrade scripts that i had written for 4.5b->4.5 back in (didn't get merged) Update the acs-kernel .info file to 4.5.1 * packages/acs-service-contract/acs-service-contract.info: branches: 1.8.2; Re-added fixes that didn't get merged in from 4.5 1) bboard-procs-postgresql.xql 2) etp-procs-oracle.xql 3) subsite/www/admin/users/new-postgresql.xql 4) SQL fix in acs-kernel/sql/postgresql/apm-create.sql Edited the acs-kernel upgrade script that JonG initially created (PG) Created an oracle upgrade script Added upgrade scripts that i had written for 4.5b->4.5 back in (didn't get merged) Update the acs-kernel .info file to 4.5.1 * packages/acs-subsite/tcl/package-procs-postgresql.xql: reversing patch 336, cuz it seems not to work. adding a url to the site map breaks. 2002-08-15 chak * packages/acs-subsite/tcl/relation-procs.tcl: * packages/acs-subsite/tcl/relation-procs.xql: removed sql from tcl files and added one missing query to xql file 2002-08-14 arjun * packages/acs-tcl/tcl/apm-procs.tcl: added apm_log proc * packages/acs-admin/www/apm/packages-install.tcl: branches: 1.12.2; changed some ns_log calls to apm_log called for less debug spew * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: branches: 1.17.2; reduced debug output by setting log level to QDDebug in several logging stmts * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: branches: 1.7.2; reduced debug output by adding acs_sc_log proc and setting level to SCDebug in most logging stmts * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: reduced debug output by setting db_qd_log level to QDDebug in most log stmts * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: reduced debug output by setting log level to QDDebug in several logging stmts * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-xml-procs.tcl: reduced debug output by using apm_log instead of ns_log * packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: some work on making deleting packages and site_nodes 2002-08-13 jong * packages/acs-tcl/tcl/request-processor-procs.tcl: Added Lars' recursion counter and changed name to rp_internal_redirect 2002-08-13 danw * packages/acs-content-repository/tcl/item-procs.xql: branches: 1.2.2; converted template db api calls to standard api calls * packages/acs-content-repository/tcl/doc-procs.tcl: * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-content-repository/tcl/item-procs.tcl: * packages/acs-content-repository/tcl/publish-procs.tcl: converted template db api calls to standard api calls * packages/acs-templating/tcl/paginator-procs.tcl: * packages/acs-templating/tcl/table-procs.tcl: * packages/acs-templating/tcl/util-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: converted template db api calls to std db api calls * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-content-repository/tcl/item-procs.tcl: converted template query to uplevel multirow 2002-08-12 arjun * packages/notifications/sql/postgresql/notifications-package-create.sql: removed parens from around select clause in for clause which barfs on pg 7.1. fix from davb 2002-08-10 vinodk * packages/acs-core-docs/www/xml/Makefile: * packages/acs-core-docs/www/xml/index.xml: 1) re-added changes that didn't get merged in from the 4.5 release 2) Added comments to the XSL stylesheet 3) Added a Makefile, so you can simply do 'make' and the HTML docs will be regenerated * packages/acs-core-docs/www/xml/developers-guide/db-api.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/parties.xml: * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: * packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.xml: * packages/acs-core-docs/www/xml/developers-guide/subsites.xml: 1) re-added changes that didn't get merged in from the 4.5 release 2) made some editorial changes 3) added postgresql-specific information to parts * packages/acs-core-docs/www/ch01s01.html: * packages/acs-core-docs/www/ch03s01.html: * packages/acs-core-docs/www/ch04s01.html: * packages/acs-core-docs/www/ch05s01.html: * packages/acs-core-docs/www/ch07s01.html: * packages/acs-core-docs/www/index.adp: 1) regenerated HTML docs 2) Re-added changes that didn't get merged over from the 4.5 branch 3) Added in comments from users on the live pages * packages/acs-core-docs/www/images/context-hierarchy.gif: * packages/acs-core-docs/www/images/context-hierarchy.jpg: Added Carl's improved graphic * packages/acs-core-docs/www/xml/files/acs-pgbackup-init.txt: * packages/acs-core-docs/www/xml/files/export-oracle.txt: * packages/acs-core-docs/www/xml/files/nsd-oracle.txt: * packages/acs-core-docs/www/xml/files/openacs4.tcl.txt: * packages/acs-core-docs/www/xml/openacs.css: branches: 1.1.2; moved files and images into XML directory. They will be copied into the WWW directory each time the HTML is regenerated. This keeps all the substrate for the docs in one place. * packages/acs-core-docs/www/xml/files/acceptance-sql.txt: branches: 1.1.8; moved files and images into XML directory. They will be copied into the WWW directory each time the HTML is regenerated. This keeps all the substrate for the docs in one place. * packages/acs-core-docs/www/openacs.css: branches: 1.2.2; 1) regenerated HTML docs 2) Re-added changes that didn't get merged over from the 4.5 branch 3) Added in comments from users on the live pages * packages/acs-core-docs/www/files/nsd-postgres.txt: branches: 1.2.4; 1) regenerated HTML docs 2) Re-added changes that didn't get merged over from the 4.5 branch 3) Added in comments from users on the live pages * packages/acs-core-docs/www/xml/install-guide/next-steps.xml: branches: 1.3.2; 1) re-added changes that didn't get merged in from the 4.5 release 2) Added in comments that were made on the live docs as of 8/5/2002 (Still need to incorporate a few more comments) * packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml: branches: 1.3.2; 1) re-added changes that didn't get merged in from the 4.5 release 2) minor fixes * packages/acs-core-docs/www/developers-overview.html: * packages/acs-core-docs/www/files/nsd-oracle.txt: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/openacs-overview.html: * packages/acs-core-docs/www/other-developer-overview.html: branches: 1.3.2; 1) regenerated HTML docs 2) Re-added changes that didn't get merged over from the 4.5 branch 3) Added in comments from users on the live pages * 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/tcl-doc.xml: branches: 1.3.2; re-added changes that didn't get merged in from the 4.5 release * packages/acs-core-docs/www/xml/openacs.xsl: branches: 1.4.2; 1) re-added changes that didn't get merged in from the 4.5 release 2) Added comments to the XSL stylesheet 3) Added a Makefile, so you can simply do 'make' and the HTML docs will be regenerated * packages/acs-core-docs/www/xml/developers-guide/rp.xml: * packages/acs-core-docs/www/xml/developers-guide/templates.xml: branches: 1.4.2; 1) re-added changes that didn't get merged in from the 4.5 release 2) made some editorial changes 3) added postgresql-specific information to parts * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: branches: 1.4.2; 1) re-added changes that didn't get merged in from the 4.5 release 2) minor fixes * packages/acs-core-docs/www/files/openacs4.tcl.txt: * packages/acs-core-docs/www/win-overview.html: branches: 1.4.2; 1) regenerated HTML docs 2) Re-added changes that didn't get merged over from the 4.5 branch 3) Added in comments from users on the live pages * packages/acs-core-docs/www/xml/engineering-standards/design-template.xml: * packages/acs-core-docs/www/xml/kernel/rp-design.xml: branches: 1.4.2; re-added changes that didn't get merged in from the 4.5 release * packages/acs-core-docs/www/xml/install-guide/openacs.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/win2kinstall.xml: branches: 1.5.2; 1) re-added changes that didn't get merged in from the 4.5 release 2) Added in comments that were made on the live docs as of 8/5/2002 (Still need to incorporate a few more comments) * packages/acs-core-docs/www/xml/developers-guide/packages.xml: branches: 1.5.2; 1) re-added changes that didn't get merged in from the 4.5 release 2) made some editorial changes 3) added postgresql-specific information to parts * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: branches: 1.5.2; re-added changes that didn't get merged in from the 4.5 release * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/credits.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: * packages/acs-core-docs/www/xml/install-guide/os.xml: branches: 1.6.2; 1) re-added changes that didn't get merged in from the 4.5 release 2) Added in comments that were made on the live docs as of 8/5/2002 (Still need to incorporate a few more comments) * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/apm-requirements.html: * packages/acs-core-docs/www/eng-standards.html: * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/nextsteps.html: * packages/acs-core-docs/www/object-system-design.html: * packages/acs-core-docs/www/object-system-requirements.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/permissions-design.html: * packages/acs-core-docs/www/permissions-requirements.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/rp-design.html: * packages/acs-core-docs/www/rp-requirements.html: * packages/acs-core-docs/www/security-requirements.html: * packages/acs-core-docs/www/subsites-design.html: * packages/acs-core-docs/www/subsites-requirements.html: * packages/acs-core-docs/www/unix-install.html: branches: 1.6.2; 1) regenerated HTML docs 2) Re-added changes that didn't get merged over from the 4.5 branch 3) Added in comments from users on the live pages * packages/acs-core-docs/www/dev-guide.html: * packages/acs-core-docs/www/for-everyone.html: * packages/acs-core-docs/www/general-documents.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/more-developer-info.html: * packages/acs-core-docs/www/security-design.html: branches: 1.7.2; 1) regenerated HTML docs 2) Re-added changes that didn't get merged over from the 4.5 branch 3) Added in comments from users on the live pages * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-dev.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/bootstrap-acs.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/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/filename.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/operating-system.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/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/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win2k-installation.html: branches: 1.8.2; 1) regenerated HTML docs 2) Re-added changes that didn't get merged over from the 4.5 branch 3) Added in comments from users on the live pages * packages/acs-core-docs/www/release-notes.html: branches: 1.9.2; 1) regenerated HTML docs 2) Re-added changes that didn't get merged over from the 4.5 branch 3) Added in comments from users on the live pages * packages/acs-core-docs/www/README.TXT: * packages/acs-core-docs/www/files/README.TXT: * packages/acs-core-docs/www/images/README.TXT: * packages/acs-core-docs/www/xml/Makefile: * packages/acs-core-docs/www/xml/files/acs-start.html: * packages/acs-core-docs/www/xml/files/dbstart.txt: * packages/acs-core-docs/www/xml/files/listener8i.txt: * packages/acs-core-docs/www/xml/files/nsd-postgres.txt: * packages/acs-core-docs/www/xml/files/openacs-start.html: * packages/acs-core-docs/www/xml/files/oracle8i.txt: * packages/acs-core-docs/www/xml/files/postgresql.txt: * packages/acs-core-docs/www/xml/files/restart-aolserver.txt: * packages/acs-core-docs/www/xml/files/startlsnr.txt: * packages/acs-core-docs/www/xml/files/stoplsnr.txt: * packages/acs-core-docs/www/xml/files/svgroup.txt: * packages/acs-core-docs/www/xml/files/winnsd.txt: * packages/acs-core-docs/www/xml/images/alex.jpg: * packages/acs-core-docs/www/xml/images/apm.pdf: * packages/acs-core-docs/www/xml/images/arsdigita.gif: * packages/acs-core-docs/www/xml/images/context-hierarchy.gif: * packages/acs-core-docs/www/xml/images/permissions-er.png: * packages/acs-core-docs/www/xml/images/rp-flow.gif: moved files and images into XML directory. They will be copied into the WWW directory each time the HTML is regenerated. This keeps all the substrate for the docs in one place. * packages/acs-core-docs/www/xml/engineering-standards/constraint-naming.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/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/kernel/apm-design.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/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/rp-requirements.xml: * packages/acs-core-docs/www/xml/kernel/security-design.xml: * packages/acs-core-docs/www/xml/kernel/security-notes.xml: * packages/acs-core-docs/www/xml/kernel/security-requirements.xml: * packages/acs-core-docs/www/xml/kernel/subsites-design.xml: * packages/acs-core-docs/www/xml/kernel/subsites-requirements.xml: re-added changes that didn't get merged in from the 4.5 release 2002-08-09 yon * packages/notifications/sql/oracle/delivery-method-sc-create.sql: * packages/notifications/sql/oracle/notification-type-sc-create.sql: * packages/notifications/sql/oracle/notifications-replies-create.sql: * packages/notifications/sql/postgresql/email-sc-impl-create.sql: * packages/notifications/sql/postgresql/notification-type-sc-create.sql: * packages/notifications/sql/postgresql/notifications-package-drop.sql: * packages/notifications/sql/postgresql/notifications-replies-create.sql: branches: 1.2.2; copyright OpenForce -> MIT * packages/notifications/sql/oracle/email-sc-impl-create.sql: * packages/notifications/sql/postgresql/delivery-method-sc-create.sql: branches: 1.3.2; copyright OpenForce -> MIT * packages/notifications/sql/oracle/notifications-init.sql: * packages/notifications/sql/postgresql/notifications-init.sql: branches: 1.4.2; copyright OpenForce -> MIT * packages/notifications/sql/postgresql/notifications-create.sql: branches: 1.5.2; copyright OpenForce -> MIT * packages/notifications/sql/oracle/notifications-create.sql: branches: 1.7.2; copyright OpenForce -> MIT * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/oracle/notifications-core-drop.sql: * packages/notifications/sql/oracle/notifications-package-create.sql: * packages/notifications/sql/oracle/notifications-package-drop.sql: * packages/notifications/sql/oracle/notifications-replies-package-create.sql: * packages/notifications/sql/postgresql/notifications-core-create.sql: * packages/notifications/sql/postgresql/notifications-core-drop.sql: * packages/notifications/sql/postgresql/notifications-drop.sql: * packages/notifications/sql/postgresql/notifications-package-create.sql: * packages/notifications/sql/postgresql/notifications-replies-package-create.sql: copyright OpenForce -> MIT 2002-08-09 chak * packages/acs-tcl/tcl/community-core-procs.tcl: added simple new/delete/update/get api for person objects * packages/acs-tcl/tcl/community-core-procs-oracle.xql: * packages/acs-tcl/tcl/community-core-procs.xql: branches: 1.2.2; added simple new/delete/update/get api for person objects * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: branches: 1.7.2; added simple new/delete/update/get api for person objects 2002-08-06 yon * packages/acs-tcl/tcl/parameter-procs.tcl: moved ad_parameter_from_file call from parameter::get to parameter::get_from_package_key since you would only use a package_key to get a value from the configuration file anyway. 2002-08-06 rmello * packages/acs-core-docs/www/xml/developers-guide/db-api.xml: * packages/acs-core-docs/www/xml/kernel/db-api.xml: * Added db_multirow to developer's guide (I classify it as "Basic API") * Added documentation for db_multirow's -local switch to both places (developer's guide and kernel documentation -> Should we merge these??) * packages/acs-tcl/tcl/00-database-procs.tcl: * Added documentation for db_multirow -local switch * packages/acs-tcl/tcl/defs-procs.tcl: * Got rid of all the proc_doc's * Moved comments that were outside or in function comments to within ad_proc documentation block. * Added documentation where it was missing and I could figure out what the function was supposed to do. * Added explanation as to why the function was deprecated where I knew the reasons 2002-08-06 chak * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: db_nextval further modified to be more compact, and logging set to the debug level * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: hacked db_nextval to take both standard PG sequences and view-hack sequences into account 2002-08-05 arjun * packages/acs-subsite/www/admin/rel-types/roles/edit.xql: removed table aliases from dml stmt since PG dosen't like it. it's only updating one table anyway, so it's not necessary. fix from janine sisk. 2002-08-03 vinodk * packages/search/sql/postgresql/upgrade/upgrade-4.5-4.5.1.sql: branches: 1.1.2; renamed jon's upgrade file 4.5->4.5.1 * packages/acs-messaging/acs-messaging.info: branches: 1.6.2; updated version to 4.5 * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: branches: 1.7.2; updated version to 4.5 * packages/acs-templating/acs-templating.info: fixed typo * packages/search/sql/postgresql/upgrade/upgrade-4.2-4.5.1.sql: renamed jon's upgrade file 4.5->4.5.1 * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.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-service-contract/acs-service-contract.info: * packages/acs-subsite/acs-subsite.info: * packages/search/search.info: updated version to 4.5 * packages/acs-templating/acs-templating.info: upgraded version to 4.5 2002-08-03 jong * packages/acs-subsite/sql/postgresql/upgrade/upgrade-4.5-4.5.1.sql: * packages/search/sql/postgresql/upgrade/upgrade-4.2-4.5.1.sql: initial revision 2002-08-02 jong * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.5-4.5.1.sql: fixed typo in included script * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.5-4.5.1.sql: initial revision 2002-08-01 yon * packages/search/tcl/search-procs-oracle.xql: * packages/search/tcl/search-procs-postgresql.xql: fixed rdbms specification 2002-08-01 lars * packages/notifications/www/request-new.adp: * packages/notifications/www/request-new.tcl: Added header to the request-new page. Changed form id from 'request' to 'subscribe' to avoid clash with the form builder magic form id 'request' * packages/search/tcl/search-procs-oracle.xql: Changed the -oracle.xql file to claim that it's designed for Oracle, not PostgreSQL. I'm guessing that Yon meant to target 8.1.6 like most of the rest of OpenACS, but I may be wrong. * packages/notifications/tcl/sweep-procs-postgresql.xql: Missing columns in query. These were in the Oracle query, and at least the delivery_method_id was expected, and caused failure down the line * packages/notifications/tcl/notification-procs-oracle.xql: * packages/notifications/tcl/notification-procs-postgresql.xql: The insert statement included a sysdate, yet it was in the common .xql file. I moved it out to the -oracle and -postgresql files and changed it to now() for postgresql. * packages/search/tcl/search-procs-postgresql.xql: The search_observer_queue query gets an event_date column, so this is the name that we need to pass to the dequeue function as well (it was 'date'). This doesn't fix the bigger problem that the search_observer_dequeue query doesn't get picked up by the query processor, however * packages/notifications/tcl/notification-display-procs.tcl: branches: 1.4.2; I took the liberty to go ahead and implement this pretty_name addition to subscribe_url that I mentioned in the bboard thread. * packages/notifications/tcl/notification-procs.xql: branches: 1.6.2; The insert statement included a sysdate, yet it was in the common .xql file. I moved it out to the -oracle and -postgresql files and changed it to now() for postgresql. 2002-07-31 yon * packages/acs-subsite/www/admin/site-map/index-oracle.xql: order by url just like postgres version * packages/acs-subsite/www/admin/site-map/index-oracle.xql: order services just like postgres version * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/parameter-procs.tcl: parameter::get now checks the server config file first. this replicates ad_parameter's functionality 2002-07-31 lars * packages/acs-tcl/tcl/00-database-procs.tcl: db_multirow: Ignore -append switch if the multirow hasn't been created already 2002-07-30 rmello * packages/acs-tcl/tcl/00-database-procs.tcl: * Corrected documentation for DB API, that was wrong/incomplete/missing in most cases. * Added a "Usage:" paragraph to almost all api calls. * packages/acs-core-docs/www/xml/kernel/db-api.xml: * Revised DB API Documentation * Added db_multirow * Added db_name, db_type, etc. that were missing * Removed no longer existing procs (e.g. db_register_pooled_sequence) * packages/acs-tcl/tcl/00-database-procs.tcl: Cosmetic enhancements to the improved ad_proc documentation. * packages/acs-tcl/tcl/00-database-procs.tcl: Forgot a couple things (still on documentation). 2002-07-30 lars * packages/acs-templating/tcl/widget-procs.tcl: An inform widget would error if its value wasn't set at render time. Now it just displays the empty string. 2002-07-30 arjun * packages/acs-tcl/tcl/text-html-procs.tcl: ad_text_to_html: two spaces to an nbsp, and tabs to 4 nbsp's. 2002-07-29 chak * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: branches: 1.35.2; fixed a query that used select instead of perform 2002-07-29 ben * packages/acs-kernel/sql/oracle/tree-create.sql: added Tracy's fix for the hex conversion 2002-07-27 donb * packages/acs-tcl/tcl/apm-procs-oracle.xql: Fixed a bug reported by Andrew Grumet (in the forums) - the default parameter value could be returned at times even if a value was set. This happened if you added a parameter because the cache update query was wrong. Rebooting would fix it so no one had noticed ... * packages/acs-tcl/tcl/apm-procs.xql: branches: 1.5.2; Fixed a bug reported by Andrew Grumet (in the forums) - the default parameter value could be returned at times even if a value was set. This happened if you added a parameter because the cache update query was wrong. Rebooting would fix it so no one had noticed ... 2002-07-26 lars * packages/acs-admin/www/users/user-add.adp: Added focus on email address. * packages/acs-admin/www/users/user-add-2.tcl: * packages/acs-admin/www/users/user-add-2.xql: Moved double-click check up before we create the user, so we don't get the annoying error message in the error log. Also, got rid of the from the error we spit out if something does go wrong, since this variable is not defined, so we'd get a database error, then an internal server error. 2002-07-26 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: Added "-export" to simplify the exporting of local tcl variables in the form. 2002-07-26 arjun * packages/acs-tcl/tcl/text-html-procs.tcl: added code to ad_text_to_html to Convert _single_ CRLF's to <br>'s to preserve line breaks 2002-07-25 lars * packages/acs-subsite/www/pvt/home.tcl: ad_script_abort instead of return 2002-07-22 lars * packages/acs-subsite/www/register/email-password.tcl: The RequireQuestionForPasswordResetP parameter didn't have a default 2002-07-21 chak * packages/notifications/tcl/notification-request-procs-postgresql.xql: branches: 1.3.8; postgres port stuff * packages/notifications/sql/postgresql/notifications-package-create.sql: postgres port stuff 2002-07-19 lars * packages/acs-subsite/www/shared/1pixel.tcl.orig: * packages/acs-subsite/www/shared/1pixel.tcl.rej: Removed 1pixel.tcl.orig and 1pixel.tcl.rej as these are files created by patch and shouldn't be in the repository 2002-07-19 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: * packages/acs-tcl/tcl/navigation-procs.tcl: * packages/acs-templating/acs-templating.info: * packages/acs-templating/resources/forms/confirm-button.tcl: * packages/acs-templating/tcl/0-procs.tcl: * packages/acs-templating/tcl/file-procs.tcl: Added stuff to form processing including the new form builder type "file" which is a bit cleaner than the widget-only kludge which existed before. * packages/acs-templating/resources/forms/plainest.adp: branches: 1.1.2; Added stuff to form processing including the new form builder type "file" which is a bit cleaner than the widget-only kludge which existed before. * packages/acs-tcl/acs-tcl.info: branches: 1.23.2; Added stuff to form processing including the new form builder type "file" which is a bit cleaner than the widget-only kludge which existed before. * packages/acs-templating/resources/forms/plain.adp: branches: 1.3.2; Added stuff to form processing including the new form builder type "file" which is a bit cleaner than the widget-only kludge which existed before. 2002-07-18 chak * packages/acs-kernel/sql/postgresql/site-node-object-map-create.sql: branches: 1.3.18; added return statements to functions * packages/acs-kernel/sql/postgresql/site-node-object-map-create.sql: fixed a typo 2002-07-17 chak * packages/acs-kernel/sql/postgresql/apm-create.sql: fixed incorrect declaration 2002-07-15 chak * packages/acs-subsite/tcl/group-type-procs-postgresql.xql: dotlrn.. it keeps going, and going.. 2002-07-13 yon * packages/acs-tcl/tcl/site-nodes-procs.tcl: db_list does not take a -default argument. * packages/acs-tcl/tcl/site-nodes-procs.tcl: some changes regarding dotlrn applets. the data model has changed. some other small api changes. most of these api are not used. 2002-07-12 lars * packages/acs-templating/tcl/0-procs.tcl: Removed declaration of template::get_resource_path, because this proc is already defined (with a different body) in util-procs.tcl. We ran into the problem, because we reloaded 0-procs.tcl using APM, and it broke all the forms, because it redefined template::get_resource_path to look in a different place. 2002-07-11 yon * packages/acs-tcl/tcl/site-node-apm-integration.tcl: fixed namespace reference * packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: moved site_node::new_with_package to site_node_apm_integration::new_site_node_and_package * packages/notifications/tcl/notification-email-procs.tcl: * packages/notifications/tcl/sweep-procs.tcl: remove ad_system_name call from instant notification subject. left it in batched notifications. 2002-07-11 lars * packages/acs-templating/tcl/date-procs.tcl: Added 'linear_date_no_time' to the options to util::date::get_property. Sort-of a hack, but useful if you're working with dates instead of timestamps. * packages/acs-content-repository/tcl/filter-procs.tcl: Fixed a porting bug: content.blob_to_string hadn't been ported. Done using db_map and a partial_query. * packages/acs-templating/tcl/tag-init.tcl: branches: 1.5.2; Fixed SDM # 1593 using patch # 314: The list tag didn't work with the value parameter, because it wasn't possible to get to the @...:item@ variable * packages/acs-content-repository/tcl/filter-procs-oracle.xql: branches: 1.5.2; Fixed a porting bug: content.blob_to_string hadn't been ported. Done using db_map and a partial_query. * packages/acs-content-repository/tcl/filter-procs-postgresql.xql: branches: 1.7.2; Fixed a porting bug: content.blob_to_string hadn't been ported. Done using db_map and a partial_query. 2002-07-11 arjun * packages/acs-tcl/tcl/site-node-apm-integration.tcl: * packages/acs-tcl/tcl/site-node-apm-integration.xql: Added new site_node_apm_integration namespace. This ns is for procs that deal with both apm and site_nodes * packages/acs-tcl/acs-tcl.info: Added site-node-apm-integration-procs files * packages/acs-tcl/tcl/site-node-apm-integration-procs.tcl: * packages/acs-tcl/tcl/site-node-apm-integration-procs.xql: * packages/acs-tcl/tcl/site-node-apm-integration.tcl: * packages/acs-tcl/tcl/site-node-apm-integration.xql: forgot the -proc at the end of the filename 2002-07-10 yon * packages/acs-subsite/www/register/email-password-2.tcl: fixed missing close-bracket 2002-07-10 jeffd * license.txt: Add GPL in license.txt. * readme.txt: branches: 1.3.2; fix link to PANDA, remove the "This is an early development version of OpenACS 4.x. Production use is NOT recommended." comment since there has been a real release. * packages/acs-content-repository/tcl/content-procs.tcl: branches: 1.6.2; add a -move flag to cr_create_content_file since most common use of this command is to take an uploaded file from /tmp and put it into the cr and for many machines /tmp is the same partition as the repository which means no actual file copying is required. * packages/acs-lang/sql/oracle/ad-locales-drop.sql: * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/message-catalog-drop.sql: * packages/acs-lang/sql/oracle/message-catalog.sql: * packages/acs-lang/sql/postgresql/ad-locales-drop.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/message-catalog-drop.sql: * packages/acs-lang/sql/postgresql/message-catalog.sql: * packages/acs-lang/tcl/lang-init.tcl: * packages/acs-lang/tcl/lang-procs.tcl: * packages/acs-lang/tcl/localization-data-init.tcl: * packages/acs-lang/tcl/localization-procs.tcl: * packages/acs-tcl/tcl/request-processor-init.tcl: * packages/acs-tcl/tcl/text-html-procs.tcl: correct my email address. 2002-07-10 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: Missed some Greenpeace dependencies in ad_form ... 2002-07-09 lars * packages/acs-templating/tcl/query-procs.tcl: Additions to template::multirow. New \-local and \-ulevel switches and new operation upvar. SDM ticket #1537, patch #313 2002-07-09 jeffd * packages/acs-subsite/www/admin/index.adp: Add a link to the enlightening (though not entirely robust) object type browser. * packages/acs-kernel/sql/postgresql/postgresql.sql: branches: 1.30.2; Fix user_tab_comments view so it works on 7.2 (adds objsubid = 0) * packages/acs-content-repository/sql/postgresql/content-image.sql: branches: 1.7.2; Do not pass title to content_item__new since it forces it to create a content revision in which to store it (and we are going to create it ourselves as the next step). 2002-07-09 ben * packages/notifications/notifications.info: * packages/notifications/tcl/delivery-method-procs.tcl: * packages/notifications/tcl/notification-display-procs.tcl: * packages/notifications/tcl/notification-email-procs.tcl: parameterized all the right stuff 2002-07-08 jeffd * packages/acs-tcl/tcl/request-processor-procs.tcl: This half fixes bug 1586 (patch 307), see the bug for more info. Also adds recursion_count in order to fix dev support for ns_returnnotfound etal. * packages/acs-admin/www/users/complex-search.tcl: * packages/acs-admin/www/users/index.adp: adds a simple needs approval link on the user search page. bug 1412 patch 308 (some of patches 217 and 218 had already been applied). 2002-07-08 chak * packages/acs-subsite/sql/postgresql/acs-subsite-create.sql: branches: 1.5.4; ported user-sc-create and added it back into the create script * packages/acs-kernel/sql/postgresql/rel-segments-body-create.sql: branches: 1.8.2; fixes to get dotlrn postgres port working * packages/acs-subsite/sql/postgresql/user-sc-create.sql: ported user-sc-create and added it back into the create script 2002-07-06 jeffd * packages/acs-subsite/www/admin/site-map/index.tcl: * packages/acs-subsite/www/admin/site-map/rename.tcl: Adds rename to Sitemap bug 1564 patch 280 * packages/search/www/search.tcl: add ReturnHeaders before ns_write Fixes bug 1555 patch 272 * packages/acs-subsite/www/register/user-new-2.tcl: branches: 1.7.2; abort properly, falling through to admin email with abort at very end when redirecting, fixes bugs 1539,1575 patch 306 (replacing patches 281, 288) * packages/acs-api-browser/www/proc-search.tcl: missing return after redirect fixes bug 1561 patch 277 * packages/acs-content-repository/sql/oracle/content-create.sql: type in constraint name cr_revisions_storage_type rather than cr_items_storage_type fixes bug 1021 patch 305 2002-07-06 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: Missing brackets in the comments screwed things up 2002-07-05 vinodk * packages/acs-tcl/tcl/utilities-procs.tcl: disallows space after @ in util_email_valid_p. patch 302. bug 1025. * packages/acs-tcl/tcl/utilities-procs.tcl: restricts meta refresh workaround to ie 5.0. patch 303. bug 1106. 2002-07-05 jeffd * packages/acs-templating/resources/forms/grid.adp: * packages/acs-templating/resources/forms/wizard.adp: branches: 1.2.2; double qoute width=NUM%> to avoid the ADP parser warnings fixes bug 1582 patch 304 * packages/acs-templating/tcl/mime-procs.tcl: check that we have ns_conn before we try and grab outputheaders cf http://openacs.org/bboard/q-and-a-fetch-msg.tcl?msg_id=0004yt * packages/acs-api-browser/www/proc-view.adp: * packages/acs-api-browser/www/procs-file-view.adp: * packages/acs-automated-testing/www/admin/component.adp: * packages/acs-automated-testing/www/admin/index.adp: * packages/acs-automated-testing/www/admin/testcase.adp: * packages/acs-templating/resources/forms/tabbed-dialog.adp: double qoute width=NUM%> to avoid the ADP parser warnings fixes bug 1582 patch 304 * packages/acs-subsite/www/admin/rel-segments/constraints/new.xql: remove whacked query with no name and no reason for being 2002-07-05 donb * packages/acs-tcl/tcl/acs-permissions-procs-oracle.xql: * packages/acs-tcl/tcl/acs-permissions-procs-postgresql.xql: * packages/acs-tcl/tcl/acs-permissions-procs.tcl: * packages/acs-tcl/tcl/form-processing-procs.tcl: Slightly simplified some permissions checks, updated and documented ad_form 2002-07-04 vinodk * packages/acs-tcl/tcl/membership-rel-procs-postgresql.xql: branches: 1.2.12; fixed user deletion bug 1413 patch 285 * packages/acs-tcl/tcl/membership-rel-procs-oracle.xql: fixed user deletion bug 1413 patch 285 2002-07-04 jeffd * packages/acs-admin/www/users/member-state-change.tcl: * packages/acs-admin/www/users/user-add-3.tcl: fix a few more instances of ad_parameter SystemURL calls 2002-07-03 jeffd * packages/acs-bootstrap-installer/installer/site-info-2.tcl: Set SytemURL and NewRegistrationEmailAddress on install Fixes bug 1445 patch 291 (includes patch 228) * packages/acs-admin/www/apm/file-add.tcl: allow (and default to) not displaying the currently registered files * packages/acs-admin/www/apm/version-files-postgresql.xql: branches: 1.1.2; move postgresql specific query into its own xql file Fixes bug 1041 patch 293 * packages/acs-admin/www/apm/version-files.xql: branches: 1.2.2; move postgresql specific query into its own xql file Fixes bug 1041 patch 293 * packages/acs-bootstrap-installer/installer/site-info.tcl: branches: 1.3.2; Set SytemURL and NewRegistrationEmailAddress on install Fixes bug 1445 patch 291 (includes patch 228) * packages/acs-admin/www/apm/version-files.tcl: dont overstrike directories in the tree display. Fixes bug 1516 patch 294 * packages/acs-admin/www/apm/cvs-status.tcl: * packages/acs-admin/www/apm/file-watch-cancel.tcl: * packages/acs-admin/www/apm/file-watch.tcl: * packages/acs-admin/www/apm/package-scan.tcl: * packages/acs-admin/www/apm/write-all-specs.tcl: fix hrefs to point to ./ Fixes bug 1118 patch 292 * packages/acs-admin/acs-admin.info: move postgresql specific query into its own xql file Fixes bug 1041 patch 293 * packages/acs-subsite/www/admin/site-map/index.tcl: site map subtree collapse bug fixes bug 1269 patch 298 * packages/acs-tcl/tcl/security-procs.tcl: util_memoize_value_cached_p should be util_memoize_cached_p fixes bug 1546 patch 250 2002-07-02 yon * packages/search/tcl/search-procs.xql: branches: 1.2.2; fixed search_observer query * packages/search/sql/postgresql/search-packages-create.sql: branches: 1.2.2; the package is 99% ported to oracle. the only file that still requires a little porting is www/search.tcl now all someone needs to do is write the FtsEngineDriver for Oracle. i didn't do it since i didn't need site-wide-search quite yet. * packages/search/sql/postgresql/search-tables-create.sql: branches: 1.5.2; the package is 99% ported to oracle. the only file that still requires a little porting is www/search.tcl now all someone needs to do is write the FtsEngineDriver for Oracle. i didn't do it since i didn't need site-wide-search quite yet. * packages/search/tcl/search-procs-oracle.xql: fixed search_observer query * packages/search/search.info: * packages/search/sql/oracle/search-create.sql: * packages/search/sql/oracle/search-drop.sql: * packages/search/sql/oracle/search-packages-create.sql: * packages/search/sql/oracle/search-packages-drop.sql: * packages/search/sql/oracle/search-sc-create.sql: * packages/search/sql/oracle/search-sc-drop.sql: * packages/search/sql/oracle/search-tables-create.sql: * packages/search/sql/oracle/search-tables-drop.sql: * packages/search/sql/postgresql/search-drop.sql: * packages/search/tcl/search-procs-oracle.xql: * packages/search/tcl/search-procs-postgresql.xql: * packages/search/tcl/search-procs.tcl: * packages/search/tcl/search-procs.xql: * packages/search/www/search.tcl: the package is 99% ported to oracle. the only file that still requires a little porting is www/search.tcl now all someone needs to do is write the FtsEngineDriver for Oracle. i didn't do it since i didn't need site-wide-search quite yet. 2002-07-02 chak * packages/acs-kernel/sql/postgresql/rel-segments-body-create.sql: added rel_segment__new function that takes only the parameters that don't have default values 2002-07-02 ben * packages/notifications/tcl/sweep-init.tcl: fixed the sweeper 2002-07-01 lars * packages/acs-admin/www/apm/packages-install.tcl: Applying patch #249 for SDM #1531, which moves the 'already installed' stuff down at the bottom of the page. 2002-07-01 ben * packages/notifications/tcl/notification-email-procs.tcl: * packages/notifications/tcl/notification-procs.xql: * packages/notifications/tcl/sweep-init.tcl: * packages/notifications/tcl/sweep-procs-oracle.xql: * packages/notifications/tcl/sweep-procs.tcl: added batched notification capability (still alpha with lots of logging) * packages/notifications/sql/postgresql/delivery-method-sc-create.sql: * packages/notifications/sql/postgresql/email-sc-impl-create.sql: * packages/notifications/sql/postgresql/notifications-create.sql: * packages/notifications/sql/postgresql/notifications-init.sql: * packages/notifications/sql/postgresql/notifications-package-create.sql: ported notifications to PG (the new stuff) 2002-06-29 ben * packages/notifications/tcl/notification-reply-procs.tcl: * packages/notifications/tcl/notification-type-procs.tcl: * packages/notifications/tcl/notification-type-procs.xql: * packages/notifications/tcl/reply-sweep-procs.tcl: branches: 1.3.2; fixed notifications and forums for replies * packages/notifications/notifications.info: * packages/notifications/tcl/notification-email-procs.tcl: * packages/notifications/tcl/notification-reply-procs.xql: * packages/notifications/tcl/reply-sweep-procs.xql: * packages/notifications/tcl/sweep-procs-oracle.xql: fixed notifications and forums for replies * packages/notifications/sql/postgresql/delivery-method-sc-create.sql: * packages/notifications/sql/postgresql/notification-type-sc-create.sql: * packages/notifications/sql/postgresql/notifications-create.sql: * packages/notifications/sql/postgresql/notifications-replies-create.sql: * packages/notifications/sql/postgresql/notifications-replies-package-create.sql: reporting to PG 2002-06-28 ben * packages/notifications/notifications.info: * packages/notifications/sql/oracle/notifications-create.sql: * packages/notifications/tcl/delivery-method-procs.tcl: * packages/notifications/tcl/notification-email-procs.tcl: * packages/notifications/tcl/sweep-procs-oracle.xql: adding replies * packages/notifications/tcl/delivery-method-procs.xql: branches: 1.2.2; adding replies 2002-06-26 yon * packages/acs-service-contract/sql/oracle/acs-sc-msg-types-create.sql: was out of sync with postgres version, was missing timestamp type 2002-06-25 yon * packages/notifications/notifications.info: * packages/notifications/tcl/sweep-procs-oracle.xql: * packages/notifications/tcl/sweep-procs-postgresql.xql: now the notifications sweep queries work in postgres too * packages/notifications/notifications.info: * packages/notifications/tcl/notification-procs-postgresql.xql: * packages/notifications/tcl/notification-reply-procs-postgresql.xql: some postgres porting 2002-06-25 vinodk * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: fixed bug 1507: 'required' switch reporting - patch 244 by CR Oldham * packages/acs-tcl/tcl/security-procs.tcl: fixed couple ad_proc docstrings so they show up properly in api-browser * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: fixed minor typo in text and html 2002-06-25 ben * packages/notifications/tcl/delivery-method-procs.xql: * packages/notifications/tcl/notification-email-procs.tcl: * packages/notifications/tcl/reply-sweep-init.tcl: adding reply processing * packages/notifications/sql/oracle/email-sc-impl-create.sql: fixed more typos * packages/notifications/sql/oracle/delivery-method-sc-create.sql: * packages/notifications/sql/oracle/email-sc-impl-create.sql: * packages/notifications/sql/oracle/notification-type-sc-create.sql: * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/oracle/notifications-create.sql: fixing typos * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/oracle/notifications-create.sql: * packages/notifications/sql/oracle/notifications-init.sql: * packages/notifications/sql/oracle/notifications-package-create.sql: * packages/notifications/sql/postgresql/notifications-core-create.sql: * packages/notifications/sql/postgresql/notifications-package-create.sql: * packages/notifications/tcl/delivery-method-procs.tcl: * packages/notifications/tcl/notification-reply-procs.tcl: * packages/notifications/tcl/notification-type-procs.tcl: * packages/notifications/tcl/reply-sweep-procs.tcl: * packages/notifications/tcl/sweep-procs-oracle.xql: * packages/notifications/tcl/sweep-procs.tcl: merged * packages/acs-kernel/sql/oracle/tree-create.sql: updated tree 2002-06-24 yon * packages/acs-kernel/sql/postgresql/postgresql.sql: added tree_increment_key() function * packages/notifications/sql/postgresql/notifications-core-create.sql: * packages/notifications/sql/postgresql/notifications-package-create.sql: fixed some defaults * packages/acs-kernel/sql/oracle/tree-create.sql: tree.increment_key() now does the lpadding for us 2002-06-22 yon * packages/acs-tcl/tcl/acs-permissions-procs.tcl: adding permission::inherit_p api * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: branches: 1.16.8; fixing creation of site_node under postgres * packages/acs-tcl/tcl/acs-permissions-procs.xql: branches: 1.4.4; adding permission::inherit_p api * packages/acs-subsite/www/admin/site-map/new.tcl: * packages/acs-subsite/www/admin/site-map/new.xql: fixing creation of site_node under postgres * 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: more improvements to the site-node api * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: postgres does not like a certain flavor of table aliases * 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: update cache on delete of node; new cache that maps between node_ids and thier respective urls 2002-06-21 yon * packages/acs-subsite/www/admin/site-map/mount-oracle.xql: * packages/acs-subsite/www/admin/site-map/mount.tcl: branches: 1.2.2; site-map now uses the site node apis where possible * packages/acs-subsite/www/admin/site-map/mount-postgresql.xql: branches: 1.3.2; site-map now uses the site node apis where possible * packages/acs-kernel/sql/oracle/acs-permissions-create.sql: branches: 1.4.2; re-ordering queries in acs_permission.permission_p for performance's sake * packages/acs-tcl/tcl/site-nodes-procs.xql: branches: 1.5.2; more of the new api * packages/acs-tcl/tcl/site-nodes-procs-postgresql.xql: fix postgres install * 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: more of the new api * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-kernel-create.sql: * packages/acs-kernel/sql/oracle/acs-kernel-drop.sql: * packages/acs-kernel/sql/oracle/site-node-object-map-create.sql: * packages/acs-kernel/sql/oracle/site-node-object-map-drop.sql: * packages/acs-kernel/sql/postgresql/acs-kernel-create.sql: * packages/acs-kernel/sql/postgresql/acs-kernel-drop.sql: * packages/acs-kernel/sql/postgresql/site-node-object-map-create.sql: * packages/acs-kernel/sql/postgresql/site-node-object-map-drop.sql: * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/site-node-object-map-procs-oracle.xql: * packages/acs-tcl/tcl/site-node-object-map-procs-postgresql.xql: * packages/acs-tcl/tcl/site-node-object-map-procs.tcl: * packages/acs-tcl/tcl/site-node-object-map-procs.xql: moved portal::mapping api and data model from new-portal into the core, i.e. into acs-tcl and acs-kernel. renamed it from portal::mapping to site_node_object_map, since that is what it is. enjoy. * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/www/admin/site-map/auto-mount-oracle.xql: * packages/acs-subsite/www/admin/site-map/auto-mount-postgresql.xql: * packages/acs-subsite/www/admin/site-map/auto-mount.tcl: * packages/acs-subsite/www/admin/site-map/delete-oracle.xql: * packages/acs-subsite/www/admin/site-map/delete-postgresql.xql: * packages/acs-subsite/www/admin/site-map/delete.tcl: * packages/acs-subsite/www/admin/site-map/delete.xql: * packages/acs-subsite/www/admin/site-map/index-oracle.xql: * packages/acs-subsite/www/admin/site-map/index-postgresql.xql: * packages/acs-subsite/www/admin/site-map/index.tcl: * packages/acs-subsite/www/admin/site-map/index.xql: * packages/acs-subsite/www/admin/site-map/instance-delete-oracle.xql: * packages/acs-subsite/www/admin/site-map/instance-delete-postgresql.xql: * packages/acs-subsite/www/admin/site-map/instance-delete.tcl: * packages/acs-subsite/www/admin/site-map/instance-delete.xql: * packages/acs-subsite/www/admin/site-map/mount-2.tcl: * packages/acs-subsite/www/admin/site-map/mount-2.xql: * packages/acs-subsite/www/admin/site-map/new-oracle.xql: * packages/acs-subsite/www/admin/site-map/new-postgresql.xql: * packages/acs-subsite/www/admin/site-map/new.tcl: * packages/acs-subsite/www/admin/site-map/new.xql: * packages/acs-subsite/www/admin/site-map/package-new-postgresql.xql: * packages/acs-subsite/www/admin/site-map/package-new.tcl: * packages/acs-subsite/www/admin/site-map/package-new.xql: * packages/acs-subsite/www/admin/site-map/parameter-set-2.tcl: * packages/acs-subsite/www/admin/site-map/parameter-set-2.xql: * packages/acs-subsite/www/admin/site-map/parameter-set-oracle.xql: * packages/acs-subsite/www/admin/site-map/parameter-set-postgresql.xql: * packages/acs-subsite/www/admin/site-map/parameter-set.tcl: * packages/acs-subsite/www/admin/site-map/unmount.tcl: * packages/acs-subsite/www/admin/site-map/unmount.xql: * packages/acs-subsite/www/admin/site-map/unmounted-oracle.xql: * packages/acs-subsite/www/admin/site-map/unmounted-postgresql.xql: * packages/acs-subsite/www/admin/site-map/unmounted.tcl: site-map now uses the site node apis where possible 2002-06-20 yon * packages/acs-tcl/tcl/site-nodes-init.tcl: * 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: new site node api (not done); new caching methodology; if something breaks let me know 2002-06-20 vinodk * packages/acs-core-docs/www/index.adp: 4.5 changes 2002-06-20 lars * packages/acs-subsite/www/register/user-new-2.tcl: Fixed SDM #1539 with patch #281 2002-06-19 yon * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: adding variation on function 2002-06-18 yon * packages/acs-bootstrap-installer/bootstrap.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: DO NOT CACHE ALL PARAMETERS FOR ALL PACKAGE INSTANCES ON SERVER RESTART. CACHE ON DEMAND 2002-06-17 arjun * packages/acs-subsite/www/admin/site-map/index.tcl: Minor performace fix. Do 'admin' priv check on the services, only if the link will actually be shown. from Andrew Grumet. 2002-06-16 donb * packages/acs-core-docs/www/release-notes.html: Updated release notes to reflect final release. 2002-06-14 arjun * packages/acs-content-repository/tcl/revision-procs-oracle.xql: branches: 1.4.2; fix to cr_import_content.content_revision_new to call the right PL/SQL proc * packages/acs-content-repository/tcl/revision-procs.tcl: branches: 1.7.2; Fix to gif mime_type from "gif" to "image/gif" 2002-06-12 yon * packages/notifications/sql/postgresql/notifications-core-create.sql: * packages/notifications/sql/postgresql/notifications-core-drop.sql: * packages/notifications/sql/postgresql/notifications-create.sql: * packages/notifications/sql/postgresql/notifications-drop.sql: * packages/notifications/sql/postgresql/notifications-init.sql: fixing postgres port 2002-06-07 arjun * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.2.1-4.2.2.sql: Performance enchancements based on our testing * packages/acs-kernel/sql/oracle/site-nodes-create.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: added site_nodes_parent_id_idx based on results from scalability testing * packages/acs-kernel/sql/oracle/acs-create.sql: branches: 1.3.2; added "(select acs.magic_object_id('registered_users') from dual)" clause to registered_users view based on results from scalability testing. 2002-06-04 yon * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/oracle/notifications-core-drop.sql: * packages/notifications/sql/oracle/notifications-create.sql: * packages/notifications/sql/oracle/notifications-init.sql: * packages/notifications/sql/postgresql/notifications-core-create.sql: adding "on delete cascade" clauses where appropriate * packages/notifications/tcl/notification-request-procs.tcl: branches: 1.3.2; only add notification if it doesn't already exist 2002-06-03 yon * packages/notifications/tcl/notification-request-procs.xql: branches: 1.3.2; fixed bug in xql file and cleaned them up too * packages/notifications/tcl/notification-procs-oracle.xql: * packages/notifications/tcl/notification-procs.xql: * packages/notifications/tcl/notification-reply-procs-oracle.xql: * packages/notifications/tcl/notification-request-procs-oracle.xql: * packages/notifications/tcl/notification-request-procs-postgresql.xql: * packages/notifications/tcl/notification-type-procs.xql: * packages/notifications/tcl/sweep-procs-oracle.xql: * packages/notifications/tcl/sweep-procs.tcl: fixed bug in xql file and cleaned them up too * packages/notifications/tcl/notification-request-procs.xql: * packages/notifications/tcl/sweep-procs.tcl: fixes 2002-06-03 ben * packages/notifications/sql/oracle/notifications-replies-create.sql: * packages/notifications/sql/oracle/notifications-replies-package-create.sql: * packages/notifications/tcl/notification-reply-procs-oracle.xql: * packages/notifications/tcl/notification-reply-procs.tcl: * packages/notifications/tcl/reply-sweep-procs.tcl: * packages/notifications/tcl/sweep-procs-oracle.xql: * packages/notifications/tcl/sweep-procs.tcl: begun adding support for replies 2002-06-02 yon * packages/acs-tcl/tcl/acs-private-data-procs.tcl: fixed get_private_data_enabled_p and set_private_data_enabled_p 2002-06-01 yon * packages/notifications/notifications.info: bringing info files up to date 2002-06-01 ben * packages/notifications/sql/postgresql/notifications-core-create.sql: * packages/notifications/sql/postgresql/notifications-core-drop.sql: * packages/notifications/sql/postgresql/notifications-create.sql: * packages/notifications/sql/postgresql/notifications-init.sql: * packages/notifications/sql/postgresql/notifications-package-create.sql: * packages/notifications/sql/postgresql/notifications-package-drop.sql: begun PG port 2002-05-31 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: Added -extend, a -edit_request block, other stuff ... 2002-05-30 yon * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-kernel-create.sql: * packages/acs-kernel/sql/oracle/acs-kernel-drop.sql: * packages/acs-kernel/sql/oracle/tree-create.sql: * packages/acs-kernel/sql/oracle/tree-drop.sql: moving ben's tree sortkey utilities for oracle from forums to acs-kernel 2002-05-30 ben * packages/notifications/tcl/notification-display-procs.tcl: * packages/notifications/tcl/notification-procs.xql: * packages/notifications/tcl/sweep-procs.tcl: added better notification format * packages/notifications/tcl/notification-procs.tcl: branches: 1.3.2; added better notification format * packages/acs-tcl/acs-tcl.info: fixed .info file for -2-procs * packages/acs-tcl/tcl/community-core-2-procs.tcl: * packages/acs-tcl/tcl/community-core-2-procs.xql: * packages/acs-tcl/tcl/community-core-procs-2.tcl: * packages/acs-tcl/tcl/community-core-procs-2.xql: * packages/acs-tcl/tcl/parameter-procs.tcl: moved the names of community-core-2 correctly 2002-05-29 ben * packages/acs-tcl/tcl/community-core-procs-2.tcl: * packages/acs-tcl/tcl/community-core-procs-2.xql: begun a cleaner architecture for retrieving user info and such * packages/notifications/www/test.tcl: branches: 1.2.2; notifications now works for instantaneous stuff * packages/notifications/notifications.info: * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/oracle/notifications-create.sql: * packages/notifications/sql/oracle/notifications-init.sql: * packages/notifications/sql/oracle/notifications-package-create.sql: * packages/notifications/tcl/notification-display-procs.tcl: * packages/notifications/tcl/notification-procs-oracle.xql: * packages/notifications/tcl/notification-procs.tcl: * packages/notifications/tcl/notification-procs.xql: * packages/notifications/tcl/notification-request-procs-oracle.xql: * packages/notifications/tcl/notification-request-procs.tcl: * packages/notifications/tcl/notification-request-procs.xql: * packages/notifications/tcl/notifications-security-procs.tcl: * packages/notifications/tcl/sweep-init.tcl: * packages/notifications/tcl/sweep-procs-oracle.xql: * packages/notifications/tcl/sweep-procs.tcl: * packages/notifications/www/master.adp: * packages/notifications/www/request-delete.tcl: * packages/notifications/www/request-new-2.tcl: * packages/notifications/www/request-new.adp: * packages/notifications/www/request-new.tcl: notifications now works for instantaneous stuff * packages/notifications/notifications.info: * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/oracle/notifications-package-create.sql: updates to notifications made to clobs 2002-05-28 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: Finished changing "add_data" to "new_data" * packages/acs-tcl/tcl/form-processing-procs.tcl: Removed a greenpeace piece that shouldn't've been in there ... * packages/acs-tcl/tcl/form-processing-procs.tcl: Removed a greenpeace piece that snuck in ... 2002-05-27 lars * packages/acs-tcl/tcl/text-html-procs.tcl: Fixed bug # #1536 using patch #252: ad_text_to_html doesn't make a paragraph break if your two consecutive line breaks are separated by white space, e.g., you accidentally put a space character on a line by itself. 2002-05-25 yon * packages/acs-content-repository/sql/oracle/content-item.sql: branches: 1.10.2; removed content_item.update_last_modified, use acs_object.update_last_modified instead * packages/acs-content-repository/sql/postgresql/content-item.sql: branches: 1.39.2; removed content_item.update_last_modified, use acs_object.update_last_modified instead * packages/acs-content-repository/sql/postgresql/packages-create.sql: branches: 1.4.2; removed content_item.update_last_modified, use acs_object.update_last_modified instead * packages/acs-kernel/sql/oracle/acs-objects-create.sql: branches: 1.6.2; using connect by in oracle version of update_last_modified (plpgsql version is still using recursive version) * packages/acs-content-repository/sql/oracle/packages-create.sql: branches: 1.7.2; removed content_item.update_last_modified, use acs_object.update_last_modified instead * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: created acs_object.update_last_modified procedure that takes in an object_id and an optional timestamp and sets the last_modified time of the object and all of it's parents (not including object 0) to the last_modified time passed in or sysdate if none was passed in. * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: forgot to pass last_modified in recursive call 2002-05-24 yon * packages/acs-tcl/tcl/community-core-procs.tcl: changing cc_email_from_party to return empty string instead of 0 when user is not found 2002-05-24 ben * packages/notifications/tcl/interval-procs.tcl: branches: 1.1.1.1.2; initial check in of notifications * packages/notifications/notifications.info: * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/oracle/notifications-core-drop.sql: * packages/notifications/sql/oracle/notifications-create.sql: * packages/notifications/sql/oracle/notifications-package-create.sql: * packages/notifications/sql/oracle/notifications-package-drop.sql: * packages/notifications/tcl/delivery-method-procs.tcl: * packages/notifications/tcl/interval-procs.tcl: * packages/notifications/tcl/notification-procs.tcl: * packages/notifications/tcl/notification-procs.xql: * packages/notifications/tcl/notification-request-procs-oracle.xql: * packages/notifications/tcl/notification-request-procs-postgresql.xql: * packages/notifications/tcl/notification-request-procs.tcl: * packages/notifications/tcl/notification-type-procs.tcl: * packages/notifications/tcl/notification-type-procs.xql: * packages/notifications/www/test.tcl: branches: 1.1.1; Initial revision * packages/notifications/notifications.info: * packages/notifications/sql/oracle/notifications-core-create.sql: * packages/notifications/sql/oracle/notifications-core-drop.sql: * packages/notifications/sql/oracle/notifications-create.sql: * packages/notifications/sql/oracle/notifications-package-create.sql: * packages/notifications/sql/oracle/notifications-package-drop.sql: * packages/notifications/tcl/delivery-method-procs.tcl: * packages/notifications/tcl/notification-procs.tcl: * packages/notifications/tcl/notification-procs.xql: * packages/notifications/tcl/notification-request-procs-oracle.xql: * packages/notifications/tcl/notification-request-procs-postgresql.xql: * packages/notifications/tcl/notification-request-procs.tcl: * packages/notifications/tcl/notification-type-procs.tcl: * packages/notifications/tcl/notification-type-procs.xql: * packages/notifications/www/test.tcl: initial check in of notifications 2002-05-23 lars * packages/acs-subsite/www/admin/users/new-postgresql.xql: Fixed SDM #1533 by applying patch #251: /admin/users/new.tcl breaks on PostgreSQL with a "query didn't return any rows" from the rel_type_info query. I've debugged and fixed this. 2002-05-22 lars * www/default-master.tcl: Changed the form focus facility to handle form elements whose names contain a dot. SDM #1527. 2002-05-22 janines * packages/acs-subsite/www/shared/report-error.adp: template for reporting a single error back to the user 2002-05-21 donb * packages/acs-templating/tcl/date-procs.tcl: Fixed a bug I introduced inadvertently to get_property(sql_date) 2002-05-19 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: Added gp_form corrections ... 2002-05-18 yon * packages/acs-tcl/acs-tcl.info: updating info file after donb so graciously renamed a file i had commited with the wrong name * packages/acs-subsite/www/register/user-new.tcl: using right parameter * packages/acs-subsite/www/register/user-new.adp: * packages/acs-subsite/www/register/user-new.tcl: we were looking in the wrong section for the user-login parameters 2002-05-16 yon * packages/acs-subsite/www/user/password-update-2.tcl: branches: 1.9.2; if the user is not logged in after resetting their password, then log them in, it's the nice thing to do * packages/acs-subsite/www/user/password-update-2.tcl: fixing a permission check that was not letting a user change their own password in certain situations * packages/acs-subsite/www/user/password-update-2.tcl: * packages/acs-subsite/www/user/password-update.tcl: some fixes to password-update 2002-05-16 vinodk * packages/acs-admin/acs-admin.info: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/upgrade-4.0-4.0.1.sql: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/index.adp: * packages/acs-core-docs/www/xml/install-guide/credits.xml: * packages/acs-core-docs/www/xml/install-guide/os.xml: * packages/acs-kernel/acs-kernel.info: * packages/acs-messaging/acs-messaging.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/search/search.info: Updated .info files of all core packages to version 4.5 2002-05-16 donb * packages/acs-tcl/tcl/apm-procs.tcl: Fixed up a merge mess ... * packages/acs-tcl/tcl/parameter-procs-postgresql.xql: * packages/acs-tcl/tcl/parameter-procs-postrgesql.xql: misnamed file ... 2002-05-15 yon * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/acs-permissions-procs.tcl: * packages/acs-tcl/tcl/admin-init.tcl: * packages/acs-tcl/tcl/defs-procs-oracle.xql: * packages/acs-tcl/tcl/defs-procs-postgresql.xql: * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/parameter-procs-oracle.xql: * packages/acs-tcl/tcl/parameter-procs-postrgesql.xql: * packages/acs-tcl/tcl/parameter-procs.tcl: adding a new parameter api that is somewhat cleaner and uses named parameters * packages/acs-tcl/tcl/openacs-kernel-procs.tcl: branches: 1.4.2; removed some code that shouldn't have been committed 2002-05-15 vinodk * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-dev.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/bootstrap-acs.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/developers-overview.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/filename.html: * packages/acs-core-docs/www/files/export-oracle.txt: * packages/acs-core-docs/www/files/nsd-oracle.txt: * packages/acs-core-docs/www/files/nsd-postgres.txt: * packages/acs-core-docs/www/files/openacs4.tcl.txt: * 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/index.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/more-developer-info.html: * packages/acs-core-docs/www/nextsteps.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.css: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/operating-system.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/other-developer-overview.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/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes.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/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/unix-install.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win-overview.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/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.xml: * packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.xml: * packages/acs-core-docs/www/xml/developers-guide/rp.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/engineering-standards/constraint-naming.xml: * packages/acs-core-docs/www/xml/engineering-standards/design-template.xml: * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: * packages/acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml: * packages/acs-core-docs/www/xml/engineering-standards/filenaming.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/for-everyone/acs-faq.xml: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/credits.xml: * packages/acs-core-docs/www/xml/install-guide/next-steps.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/overview.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml: * packages/acs-core-docs/www/xml/kernel/apm-design.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/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-notes.xml: * packages/acs-core-docs/www/xml/kernel/security-requirements.xml: * packages/acs-core-docs/www/xml/kernel/subsites-design.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: 1) Added local vars to end of each xml file so that psgml-mode works properly 2) Added disclaimer to authorblurb stylesheet 3) Minor fixes to install guide * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.1.2-4.5.sql: Added upgrade script for CR 4.1.2->4.5 * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.1.2-4.5.sql: branches: 1.1.2; file upgrade-4.1.2-4.5.sql was initially added on branch oacs-4-5. * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.2-4.5.sql: branches: 1.1.2; file upgrade-4.2-4.5.sql was initially added on branch oacs-4-5. * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/upgrade/upgrade-4.2-4.5.sql: fixed bug in apm_package_version__upgrade_p 2002-05-15 neophytosd * packages/acs-kernel/sql/postgresql/postgresql.sql: PG-7.2.1 returns false for 0<2^7. strange indeed. 2^7>0 returns true 2002-05-13 yon * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: don't make assumptions about what namespace we are upleveling to, when upleveling we must fully qualify the procs we are calling, for example we should say "set foo [uplevel {::set bar greble}]" * packages/acs-subsite/www/user/password-update.tcl: spacing 2002-05-13 donb * packages/acs-subsite/www/user/password-update.tcl: Ahhh...my missing conflict resolutions ... * packages/acs-subsite/www/register/user-new.xql: outfox CVS * packages/acs-subsite/www/register/user-new.xql: removing temporarily to outfox CVS 2002-05-13 arjun * packages/acs-tcl/tcl/apm-procs.tcl: Fixing apparent conflict from last merge 2002-05-12 donb * packages/acs-tcl/tcl/form-processing-procs.tcl: A preliminary version of "ad_form" * packages/acs-content-repository/sql/postgresql/content-keyword.sql: Committed Vinod Kurup's patch #1502 which fixed a file-storage bug. * packages/acs-templating/tcl/currency-procs.tcl: * packages/acs-templating/tcl/date-procs.tcl: * packages/acs-templating/tcl/element-procs.tcl: Fixed more date and currency bugs, for the most part * packages/acs-tcl/tcl/navigation-procs.tcl: Fixed the long-annoying "Your Workspace" page's navigation - there's now a link back to the home page. * packages/acs-admin/www/apm/packages-install.tcl: * packages/acs-admin/www/users/one.xql: * packages/acs-admin/www/users/user-add-2.tcl: * packages/acs-admin/www/users/user-add-2.xql: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-api-browser/www/index.adp: * packages/acs-api-browser/www/index.tcl: * packages/acs-api-browser/www/tcl-doc-search.adp: * packages/acs-api-browser/www/tcl-doc-search.tcl: * packages/acs-api-browser/www/tcl-proc-view.adp: * packages/acs-api-browser/www/tcl-proc-view.tcl: * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/postgresql/content-image.sql: * packages/acs-kernel/sql/postgresql/rel-constraints-create.sql: * packages/acs-messaging/sql/oracle/acs-messaging-packages.sql: * packages/acs-subsite/sql/postgresql/acs-subsite-create.sql: * packages/acs-subsite/www/register/awaiting-approval.tcl: * packages/acs-subsite/www/register/awaiting-approval.xql: * packages/acs-subsite/www/register/email-confirm.tcl: * packages/acs-subsite/www/register/user-login.tcl: * packages/acs-subsite/www/register/user-new.adp: * packages/acs-tcl/tcl/00-database-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/navigation-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: * packages/acs-templating/resources/forms/confirm-button.adp: * packages/acs-templating/resources/forms/confirm-button.tcl: * packages/acs-templating/resources/forms/plain.adp: * packages/acs-templating/resources/forms/standard-lars.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/query-procs.tcl: Merged with the 4.5 branch (oacs-4-5 tag "don-merge-1") * packages/acs-tcl/tcl/form-processing-procs.xql: branches: 1.1.2; A preliminary version of "ad_form" * packages/acs-templating/resources/forms/coddo.adp: branches: 1.1.2; file coddo.adp was initially added on branch oacs-4-5. * packages/acs-templating/resources/forms/confirm-button.adp: branches: 1.1.2; file confirm-button.adp was initially added on branch oacs-4-5. * packages/acs-templating/resources/forms/confirm-button.tcl: branches: 1.1.2; file confirm-button.tcl was initially added on branch oacs-4-5. * packages/acs-templating/resources/forms/plain.adp: branches: 1.1.2; file plain.adp was initially added on branch oacs-4-5. * packages/acs-subsite/tcl/application-group-procs-oracle.xql: * packages/acs-subsite/tcl/application-group-procs.tcl: * packages/acs-templating/resources/forms/coddo.adp: branches: 1.2.2; Merged with the 4.5 branch (oacs-4-5 tag "don-merge-1") * packages/acs-subsite/tcl/application-group-procs.xql: branches: 1.3.2; Merged with the 4.5 branch (oacs-4-5 tag "don-merge-1") * packages/acs-subsite/tcl/application-group-procs-postgresql.xql: branches: 1.4.2; Merged with the 4.5 branch (oacs-4-5 tag "don-merge-1") * packages/acs-content-repository/sql/oracle/content-revision.sql: * packages/acs-subsite/sql/postgresql/application-groups-create.sql: branches: 1.5.2; Merged with the 4.5 branch (oacs-4-5 tag "don-merge-1") * packages/acs-templating/resources/forms/coddo.adp: * packages/acs-templating/resources/forms/confirm-button.adp: * packages/acs-templating/resources/forms/confirm-button.tcl: * packages/acs-templating/resources/forms/plain.adp: confirm-button - useful in confirm pages used with the form builder and especially the forthcoming "ad_form" wrapper proc. coddo.adp and plain.adp are sample form templates 2002-05-10 yon * packages/ref-timezones/sql/common/ref-timezones-rules.sql: undo bad commit * packages/ref-timezones/sql/common/ref-timezones-rules.sql: use 'scoped_p' instead of 'style' to determine which view to present 2002-05-10 arjun * packages/acs-tcl/tcl/openacs-kernel-procs.tcl: added my own parameter proc because I dislike ad_parameter 2002-05-08 yon * packages/acs-mail-lite/acs-mail-lite.info: branches: 1.2.2; now provides acs-mail-lite v.0.1d * packages/acs-mail-lite/tcl/acs-mail-lite-procs.tcl: call to util_ns_set_to_list is broken * 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: changed the api because it was using oracle reserved key words 2002-05-07 arjun * packages/acs-tcl/tcl/apm-procs-oracle.xql: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: Mostly adding infrastructure for community delete. some misc cleanups and additions elsewhere 2002-05-04 yon * 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/postgresql/acs-mail-lite-create.sql: * packages/acs-mail-lite/sql/postgresql/acs-mail-lite-drop.sql: * packages/acs-mail-lite/tcl/acs-mail-lite-init.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: first version of this simple mail queue 2002-05-03 yon * packages/acs-subsite/www/user/password-update.adp: forgot to remove debugging code * packages/acs-subsite/acs-subsite.info: synced 2002-05-03 lars * packages/acs-templating/resources/forms/standard-lars.adp: Added new form style, used in the bug-tracker * packages/acs-api-browser/www/index.adp: * packages/acs-api-browser/www/index.tcl: * packages/acs-api-browser/www/tcl-doc-search.adp: * packages/acs-api-browser/www/tcl-doc-search.tcl: Added search of the Tcl man pages over at dev.scriptics.com, just like we can search AOLserver API pages at aolserver.com. SDM #1417 * packages/acs-api-browser/acs-api-browser.info: Forgot to commit the changes acs-api-browser.info file when I committed the patch for SDM #1417. * packages/acs-templating/tcl/tag-init.tcl: Implemented feature SDM #1501: include-optional and include-output templating tags. * packages/acs-templating/resources/forms/standard-lars.adp: branches: 1.1.2; file standard-lars.adp was initially added on branch oacs-4-5. * packages/acs-api-browser/www/tcl-doc-search.adp: branches: 1.1.2; file tcl-doc-search.adp was initially added on branch oacs-4-5. * packages/acs-api-browser/www/tcl-doc-search.tcl: branches: 1.1.2; file tcl-doc-search.tcl was initially added on branch oacs-4-5. 2002-05-02 yon * packages/acs-subsite/www/user/password-update-2.tcl: * packages/acs-subsite/www/user/password-update.adp: * packages/acs-subsite/www/user/password-update.tcl: fixing code * packages/acs-subsite/www/user/password-update.adp: was missing </form> tag so was causing errors 2002-05-02 vinodk * packages/acs-admin/www/apm/file-watch.tcl: Fixed link at bottom of 'Watch file' page 2002-05-02 lars * packages/acs-tcl/tcl/00-database-procs.tcl: Added -extend switch to db_multirow and removed Arjun's regsub hack in same. db_multirow also sets the varname:columns list, and it checks that columns stay the same when you append. I've also added documentation, as per SDM #1486 * packages/acs-templating/tcl/query-procs.tcl: template::multirow foreach feature, which loops over the rows in a multirow, setting local vars, executing a code block, and then resetting the values in the foreach. Useful in conjunction with template::multirow extend. 2002-04-30 donb * packages/acs-tcl/tcl/site-nodes-procs.tcl: Fixed a bug in site_node_closest_ancestor_package. 2002-04-30 arjun * www/default-master.tcl: get rid of my site-specific-master stuff. doh! it's unnecessary. just use the DefaultMaster param. * packages/acs-subsite/acs-subsite.info: getting rid of my silly (and unnecessary) site-specifc-master hack 2002-04-27 donb * packages/acs-tcl/tcl/defs-procs.tcl: I got tired of seeing code snippets building return urls everywhere ... so I wrote a simple utility proc to build them. 2002-04-20 yon * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/www/user/password-update-2.adp: * packages/acs-subsite/www/user/password-update-2.tcl: cleaning up a bit 2002-04-20 donb * packages/acs-admin/www/users/one.xql: * packages/acs-kernel/sql/postgresql/rel-constraints-create.sql: * packages/acs-subsite/sql/postgresql/acs-subsite-create.sql: Mostly fixed subsite issues with the PG version. 2002-04-17 yon * packages/acs-subsite/www/register/email-password-2.tcl: make variable always available * packages/acs-subsite/www/register/email-password-2.tcl: * packages/acs-subsite/www/user/password-update-2.tcl: * packages/acs-subsite/www/user/password-update.adp: * packages/acs-subsite/www/user/password-update.tcl: making resetting password a lot easier 2002-04-15 yon * packages/acs-subsite/www/register/email-password-2.tcl: * packages/acs-subsite/www/user/password-update-2.adp: * packages/acs-subsite/www/user/password-update-2.tcl: * packages/acs-subsite/www/user/password-update.adp: * packages/acs-subsite/www/user/password-update.tcl: * packages/acs-subsite/www/user/password-update.xql: making the workflow caused by forgetting one's password a lot easier 2002-04-14 yon * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/www/register/email-for-password-2.tcl: * packages/acs-subsite/www/register/email-for-password.adp: * packages/acs-subsite/www/register/email-for-password.tcl: * packages/acs-subsite/www/register/email-password-2.adp: * packages/acs-subsite/www/register/email-password-2.tcl: * packages/acs-subsite/www/register/email-password-2.xql: * packages/acs-subsite/www/register/email-password-3.adp: * packages/acs-subsite/www/register/email-password-3.tcl: * packages/acs-subsite/www/register/email-password-3.xql: * packages/acs-subsite/www/register/email-password.adp: * packages/acs-subsite/www/register/email-password.tcl: * packages/acs-subsite/www/register/email-password.xql: added parameter to allow resetting of password without the need to answer a question; cleaned up some of the code; removed unnecessary file 2002-04-12 yon * packages/acs-tcl/acs-tcl.info: syncing info file 2002-04-10 donb * packages/acs-api-browser/www/index.adp: * packages/acs-api-browser/www/index.tcl: * packages/acs-api-browser/www/tcl-proc-view.adp: * packages/acs-api-browser/www/tcl-proc-view.tcl: * packages/acs-subsite/sql/postgresql/application-groups-create.sql: * packages/acs-subsite/tcl/application-group-procs-oracle.xql: * packages/acs-subsite/tcl/application-group-procs-postgresql.xql: * packages/acs-subsite/tcl/application-group-procs.tcl: * packages/acs-subsite/tcl/application-group-procs.xql: * 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/site-nodes-procs.tcl: Most of this fixes up the creation of application groups for subsites. Subsites - for PG at least - still have some serious problems that need fixing. 2002-04-09 donb * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: 1. Hitting the site with the host name only (http://foo.com) reveals that [ns_conn urlc] is incorrectly set to "1" and [ns_conn urlv] to [list "\"\""]. I've masked this in the ad_conn structure, so [ad_conn urlc] == 0 and [ad_conn urlv] == [list]. 2. When a cookie is set to an empty string, ad_set_cookie sets it to "\"\"". I've modified ad_get_cookie to return the empty string if the cookie it grabs from the browser is "\"\"". I looked quite carefully around the toolkit and saw no code that appears to depend on this abberant behavior. 2002-04-06 yon * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: added parent_id function to apm_package package 2002-04-04 yon * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/packages-create.sql: added function for updating last_modified time of a content_item with cascading * packages/acs-admin/www/users/member-state-change-oracle.xql: fixed broken query 2002-04-03 yon * packages/acs-subsite/www/user/password-update-2.tcl: * packages/acs-subsite/www/user/password-update.tcl: removed unnecessary step 2002-03-31 donb * packages/acs-admin/www/apm/packages-install.tcl: Added Lars Pind's patch #196 which lists out packages that didn't install along with a reason. * packages/acs-content-repository/sql/postgresql/content-image.sql: Applied Jowell Sabino's patch #215 which fixes a problem with image deletion. * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/content-revision.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-messaging/sql/oracle/acs-messaging-packages.sql: Applied Michael Steigman's patches 199-201, which fixes package spec/body mismatches allowed by Oracle 8i but not by 9i. * packages/acs-admin/www/users/user-add-2.tcl: * packages/acs-admin/www/users/user-add-2.xql: Applied Tilmann Singer's patch #205 which sets the admin e-mail address as the "from" field for e-mail mailed to a newly-registered user. * packages/acs-subsite/www/register/awaiting-approval.tcl: * packages/acs-subsite/www/register/awaiting-approval.xql: * packages/acs-subsite/www/register/email-confirm.tcl: * packages/acs-subsite/www/register/user-login.tcl: * packages/acs-subsite/www/register/user-new.adp: Applied Tom Jackson's patches that make random assigned passwords work. * packages/acs-tcl/tcl/utilities-procs.tcl: Applies Lars Pind's patch #206 which fixes some cookie problems. 2002-03-29 yon * packages/acs-kernel/sql/oracle/groups-create.sql: adding an index to increase performance of some views * packages/acs-kernel/sql/oracle/community-core-create.sql: branches: 1.4.2; adding an index to make the registered_users view faster 2002-03-29 vinodk * packages/acs-api-browser/www/plsql-subprograms-all-oracle.xql~: * packages/acs-api-browser/www/plsql-subprograms-all-postgresql.xql~: removed backup files 2002-03-27 yon * packages/acs-tcl/tcl/acs-permissions-procs-oracle.xql: * packages/acs-tcl/tcl/acs-permissions-procs-postgresql.xql: returned permission query to what it used to be 2002-03-25 ben * packages/acs-tcl/acs-tcl.info: added an openacs file * packages/acs-tcl/tcl/openacs-kernel-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: added util * packages/acs-subsite/tcl/package-procs.tcl: fixed creation user bug * packages/acs-tcl/tcl/acs-permissions-procs-postgresql.xql: fixed pg queries 2002-03-20 yon * www/default-master.tcl: Adding site-specifc-master fuctionality. This allows a site to modify the look of the entire site by adding a tcl/adp pair named "site-specific-master" and setting the "UseSiteSpecificMaster" ad_param of the parent acs-subsite package. The param defaults to "false". Why not just edit the "default-master" files? Well, if you break default master much of the site will be broken. This feature allows you to experiment with the site-specific-master with the knoledge that with the flip of a parameter the pristine "default-master" will be used. And there's no risk for committers to check in their custom site-specific-master files into the tree unlike with editing def-master. * packages/acs-api-browser/www/plsql-subprograms-all-oracle.xql~: * packages/acs-api-browser/www/plsql-subprograms-all-postgresql.xql~: removing emacs backup files; use vi\! 2002-03-19 yon * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/tcl/backup-relation-procs.tcl: fixed info file 2002-03-18 yon * packages/acs-tcl/tcl/acs-permissions-procs-oracle.xql: * packages/acs-tcl/tcl/acs-permissions-procs-postgresql.xql: * packages/acs-tcl/tcl/acs-permissions-procs.tcl: cleaned up permissions api and added a few useful functions 2002-03-16 yon * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: * packages/acs-tcl/tcl/community-core-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: adding helper procs for membership_rel package; making use of them in acs_user package 2002-03-16 ben * packages/acs-subsite/tcl/backup-relation-procs.tcl: added a way to get your password without first failing * packages/acs-subsite/www/register/index.tcl: branches: 1.2.2; fixed up for ease of use * packages/acs-subsite/www/register/email-for-password-2.tcl: * packages/acs-subsite/www/register/email-for-password.adp: * packages/acs-subsite/www/register/email-for-password.tcl: * packages/acs-subsite/www/register/index.adp: fixed up for ease of use 2002-03-15 donb * packages/acs-subsite/www/register/user-new.tcl: * packages/acs-subsite/www/register/user-new.xql: Folded in oacs-4-5-beta-1-2 * packages/acs-tcl/tcl/apm-file-procs.tcl: Applied Lars Pind's patch #195 which fixes a previous patch by Tilmann Singer. * packages/acs-tcl/tcl/apm-file-procs.tcl: branches: 1.11.2; Folded in oacs-4-5-beta-1-2 2002-03-14 yon * packages/acs-kernel/acs-kernel.info: fixing default value for CommunityMemberAdminURL ACS-kernel parameter * packages/acs-tcl/tcl/admin-procs.tcl: made links for proc not relative since it is likely that this proc is called from outside /acs-admin/users as well as from within that url 2002-03-14 donb * packages/acs-subsite/www/register/user-new.xql: Removed an unnecessary "lower()" call ... * packages/acs-subsite/www/register/user-new.tcl: * packages/acs-subsite/www/register/user-new.xql: The patch to upgrade persons to users was PG-only and not in an XQL file to boot. * packages/acs-subsite/www/register/user-new.xql: branches: 1.1.2; file user-new.xql was initially added on branch oacs-4-5. 2002-03-13 yon * packages/acs-subsite/www/permissions/toggle-inherit.tcl: branches: 1.2.2; factored a few permissions functions so that i can use them elsewhere * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/www/permissions/toggle-inherit-oracle.xql: * packages/acs-subsite/www/permissions/toggle-inherit-postgresql.xql: * packages/acs-tcl/tcl/acs-permissions-procs-oracle.xql: * packages/acs-tcl/tcl/acs-permissions-procs-postgresql.xql: * packages/acs-tcl/tcl/acs-permissions-procs.tcl: * packages/acs-tcl/tcl/acs-permissions-procs.xql: factored a few permissions functions so that i can use them elsewhere * packages/acs-tcl/tcl/acs-permissions-procs.xql: fixed query's namespace * packages/acs-subsite/www/register/user-new.tcl: postgress only query had broken tree (for oracle) 2002-03-13 donb * packages/acs-bootstrap-installer/bootstrap.tcl: * packages/acs-bootstrap-installer/db-init-checks-oracle.tcl: Added changes to Daryl's improved setup check. * packages/acs-admin/www/apm/packages-install-2.tcl: Applied Lars Pind's patch #176, which added a "method=post" to the "force install" form on this page. * packages/acs-subsite/www/admin/relations/add-postgresql.xql: Applied Lars Pind's patch #179 - the PG version wasn't allowing one to explicitly add members to a group. * packages/acs-tcl/tcl/security-procs.tcl: Applied Michael Cleverly's patch #190, which closes a path which could in theory be used maliciously as a form of DOS attack on an OpenACS 4 site. * packages/acs-tcl/tcl/admin-procs.tcl: Applied Michael Cleverly's patch #193 which allows the use of the 40-bit encryption nsssle package on a non-standard (!= 443) port as well as the nsopenssl module. * packages/acs-tcl/tcl/admin-procs.tcl: Applied Michael Cleverly's patch #194. Redirecting from HTTP to HTTPS didn't pass form vars. * packages/search/tcl/search-procs.tcl: Hopefully fixing the blob problem with this func ... * packages/acs-admin/www/apm/packages-install-2.tcl: * packages/acs-bootstrap-installer/bootstrap.tcl: * packages/acs-bootstrap-installer/db-init-checks-oracle.tcl: * packages/acs-bootstrap-installer/installer.tcl: * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-subsite/www/admin/group-types/change-join-policy.tcl: * packages/acs-subsite/www/admin/group-types/delete.tcl: * packages/acs-subsite/www/admin/group-types/groups-display.tcl: * packages/acs-subsite/www/admin/group-types/new.tcl: * packages/acs-subsite/www/admin/group-types/one-oracle.xql: * packages/acs-subsite/www/admin/group-types/one-postgresql.xql: * 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.tcl: * packages/acs-subsite/www/admin/group-types/rel-type-remove.tcl: * packages/acs-subsite/www/admin/groups/change-join-policy.tcl: * packages/acs-subsite/www/admin/groups/constraints-create.tcl: * packages/acs-subsite/www/admin/groups/elements-by-rel-type.adp: * packages/acs-subsite/www/admin/groups/elements-display.tcl: * packages/acs-subsite/www/admin/groups/new.tcl: * packages/acs-subsite/www/admin/groups/one.adp: * packages/acs-subsite/www/admin/groups/one.tcl: * packages/acs-subsite/www/admin/groups/rel-type-add.tcl: * packages/acs-subsite/www/admin/groups/rel-type-remove.tcl: * packages/acs-subsite/www/admin/host-node-map/index.tcl: * packages/acs-subsite/www/admin/rel-segments/delete.tcl: * packages/acs-subsite/www/admin/rel-segments/elements.tcl: * packages/acs-subsite/www/admin/rel-segments/new-2.tcl: * packages/acs-subsite/www/admin/rel-segments/new-3.tcl: * packages/acs-subsite/www/admin/rel-types/new-2.tcl: * packages/acs-subsite/www/admin/rel-types/new.tcl: * packages/acs-subsite/www/admin/rel-types/roles/new.tcl: * packages/acs-subsite/www/admin/rel-types/roles/one.tcl: * packages/acs-subsite/www/register/user-new-2.tcl: * packages/acs-subsite/www/register/user-new.adp: * packages/acs-subsite/www/register/user-new.tcl: * packages/acs-subsite/www/shared/1pixel.footer: * packages/acs-subsite/www/shared/1pixel.header: * packages/acs-subsite/www/shared/1pixel.tcl.orig: * packages/acs-subsite/www/shared/1pixel.tcl.rej: * packages/acs-tcl/tcl/admin-procs.tcl: * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/security-procs.tcl: * packages/acs-templating/tcl/date-procs.tcl: * packages/acs-templating/tcl/element-procs.tcl: * packages/acs-templating/tcl/tag-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: * packages/acs-templating/www/doc/demo/if.adp: * packages/acs-templating/www/doc/demo/if.tcl: * packages/search/tcl/search-procs.tcl: Merged with OpenACS 4.5 beta1 branch. * packages/acs-bootstrap-installer/db-init-checks-oracle.tcl: Previous patch required a default pool, which is a no-no. * packages/acs-bootstrap-installer/db-init-checks-oracle.tcl: Yet another fix ... * packages/acs-subsite/www/admin/groups/one.tcl: Applied Lars Pind's patch #178, removing an extraneous "]" from the context bar. * packages/acs-templating/tcl/element-procs.tcl: Applied Michael Cleverly's patch #185 which closes a potential security hole in from processor "validate" blocks. * packages/acs-tcl/tcl/security-procs.tcl: Applied Michael Cleverly's patch #186 which preserves the session_id if a user re-logs in after, say, being redirected from HTTP to HTTPS. * packages/acs-tcl/tcl/security-procs.xql: Applied Michael Cleverly's patch #187 which updates last_hit in sec_session_properties, which causes the dead-tuple sweeping code to work. * packages/acs-tcl/tcl/security-procs.tcl: Applied Michael Cleverly's patch #188 which updates last_hit field of sec_session_properties, which makes the code that sweeps out old, dead tuples work. * packages/acs-tcl/tcl/security-procs.tcl: Applied Michael Cleverly's patch #189, which cure's brokeness in signed and verified values caused by IE's friendly insistence on inserting a CR when it sees a LF. * packages/acs-tcl/tcl/admin-procs.tcl: Applied Michael Cleverly's patch #192 which adds support for nsssle in addition to nsopenssl. * packages/acs-subsite/www/shared/1pixel.tcl: branches: 1.2.2; Merged with OpenACS 4.5 beta1 branch. * packages/acs-subsite/www/admin/relations/add-postgresql.xql: branches: 1.5.4; Merged with OpenACS 4.5 beta1 branch. * packages/acs-tcl/tcl/security-procs.xql: branches: 1.6.2; Merged with OpenACS 4.5 beta1 branch. * packages/acs-kernel/sql/postgresql/community-core-create.sql: branches: 1.9.2; Merged with OpenACS 4.5 beta1 branch. 2002-03-12 ben * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/openacs-kernel-procs.tcl: added additional utility procs unique to OpenACS 2002-03-10 donb * packages/acs-subsite/www/shared/1pixel.footer: * packages/acs-subsite/www/shared/1pixel.header: * packages/acs-subsite/www/shared/1pixel.tcl: * packages/acs-subsite/www/shared/1pixel.tcl.orig: * packages/acs-subsite/www/shared/1pixel.tcl.rej: Applied Lars Pind's patch #175 - the header and trailer files were missing and the Tcl file wasn't using the right path. * packages/acs-templating/tcl/date-procs.tcl: Applied Luke Pond's patch #173 which did some more form date widget fixing. * packages/acs-subsite/www/shared/1pixel.footer: branches: 1.1.2; file 1pixel.footer was initially added on branch oacs-4-5. * packages/acs-subsite/www/shared/1pixel.header: branches: 1.1.2; file 1pixel.header was initially added on branch oacs-4-5. * packages/acs-subsite/www/shared/1pixel.tcl.orig: branches: 1.1.2; file 1pixel.tcl.orig was initially added on branch oacs-4-5. * packages/acs-subsite/www/shared/1pixel.tcl.rej: branches: 1.1.2; file 1pixel.tcl.rej was initially added on branch oacs-4-5. 2002-03-09 donb * packages/acs-admin/www/users/complex-search.tcl: * packages/acs-admin/www/users/search.tcl: * packages/acs-bootstrap-installer/installer/create-administrator-2.tcl: * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: * packages/acs-kernel/sql/oracle/acs-kernel-create.sql: * packages/acs-kernel/sql/oracle/community-core-create.sql: * packages/acs-lang/tcl/localization-procs-oracle.xql: * packages/acs-lang/tcl/localization-procs-postgresql.xql: * packages/acs-subsite/www/shared/whos-online-postgresql.xql: * packages/acs-subsite/www/shared/whos-online.tcl: * packages/acs-subsite/www/user/basic-info-update-2.tcl: * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/deprecated-utilities-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.xql: * packages/acs-templating/resources/messages/datasources.adp: * packages/acs-templating/tcl/filter-procs.tcl: * packages/acs-templating/tcl/template-init.tcl: 1. Changed a lot of package info files to fix problems ... 2. Added Vinod's bboard patch 3. Rationalized party e-mail checking by putting a "before insert or update" trigger on the table that lower-cases email (this was already done by the party.new() func but at least one update missed this). Got rid of all "lower(email) = " and "upper(email) = " checks and just made all use the db email column directly and lower-cased Tcl vars. In this way the index on the email column is always and consistently used without needing to define functional indexes on the column (an EE feature for Oracle). 4. Rationalized naming of a couple of workflows and fixed a glossary PG bug where apparently its workflow got overwritten by one from the CMS at some point in time. 5. Made the .cmp/.dat/.frm filters in the template code usable though not very beautiful nor exactly correct. But with practice you can use them to debug pages in the packages/* hierarchy. I also turned these off by default as there's no need to run these filters on a production site! 6. Performed minor surgery on templating, including adding a new "ad_return_exception_template" that allows you to return a templated error page and aborts the script. 7. ??? probably but I think this covers most stuff. * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/community-core-create.sql: 1. Community core change was due to an earlier patch that allows a person to register as a user. 2. Deleting an acs-object would fail if the object specific table didn't exist. acs-objects and the content repository shouldn't require type specific tables be named when you extend a type, this is a temporary hack which acknowledges that folks have been cheating by name non-existent tables. Since I plan to remove the restriction anyway, this is not a big deal. The Oracle version still needs testing ... * packages/acs-bootstrap-installer/db-init-checks-oracle.tcl: Added Daryl Biberdorf's patch #126 which does better checking for InterMedia (works if Oracle's not installed on the same machine) and fine-tunes other Oracle checks. * packages/acs-subsite/www/admin/group-types/one-oracle.xql: * packages/acs-subsite/www/admin/group-types/one-postgresql.xql: * packages/acs-subsite/www/admin/group-types/one.adp: Added Tilman Singer's patch #117 which changes some multirows to use the built-in rownum value rather than needlessly select their own. * packages/acs-templating/tcl/widget-procs.tcl: Added sequence to demo-create.sql. Applied Geoff Davis's patch #122 which changes a call to ns_quotehtml to ad_quotehtml. * packages/acs-subsite/www/admin/groups/elements-by-rel-type.adp: * packages/acs-subsite/www/admin/groups/one.adp: Applied CR Oldham's patch #152 which does a little HTML cleanup. * packages/acs-bootstrap-installer/installer.tcl: Applied Daryl Biberdorf's patch #127 which uses AOLserver to report whether or not we're running under Windows rather than manually check for a dodgy environment variable. * packages/acs-subsite/www/register/user-new.adp: * packages/acs-subsite/www/register/user-new.tcl: Applied Graeme Walters's patch #144 which allows existing persons to upgrade themselves to users through the register pages. * packages/acs-subsite/www/register/user-new-2.tcl: Applied Russell Muetzelfeldt's patch #125 which fixed "needs approval" users. * packages/acs-subsite/www/admin/group-types/change-join-policy.tcl: * packages/acs-subsite/www/admin/group-types/delete.tcl: * packages/acs-subsite/www/admin/group-types/groups-display.tcl: * packages/acs-subsite/www/admin/group-types/new.tcl: * packages/acs-subsite/www/admin/group-types/one.tcl: * packages/acs-subsite/www/admin/group-types/rel-type-add.tcl: * packages/acs-subsite/www/admin/group-types/rel-type-remove.tcl: * packages/acs-subsite/www/admin/groups/change-join-policy.tcl: * packages/acs-subsite/www/admin/groups/constraints-create.tcl: * packages/acs-subsite/www/admin/groups/elements-display.tcl: * packages/acs-subsite/www/admin/groups/new.tcl: * packages/acs-subsite/www/admin/groups/rel-type-add.tcl: * packages/acs-subsite/www/admin/groups/rel-type-remove.tcl: * packages/acs-subsite/www/admin/host-node-map/index.tcl: * packages/acs-subsite/www/admin/rel-segments/delete.tcl: * packages/acs-subsite/www/admin/rel-segments/elements.tcl: * packages/acs-subsite/www/admin/rel-segments/new-2.tcl: * packages/acs-subsite/www/admin/rel-segments/new-3.tcl: * packages/acs-subsite/www/admin/rel-types/new-2.tcl: * packages/acs-subsite/www/admin/rel-types/new.tcl: * packages/acs-subsite/www/admin/rel-types/roles/new.tcl: * packages/acs-subsite/www/admin/rel-types/roles/one.tcl: Applied Tilman Singer's patch #116 which corrects some context bar errors. * packages/acs-templating/tcl/tag-procs.tcl: * packages/acs-templating/www/doc/demo/if.adp: * packages/acs-templating/www/doc/demo/if.tcl: Applied Tilmann Singer's patch #124 which implements "<if @foo@>" as a shorthand for the true check. * packages/acs-tcl/tcl/apm-file-procs.tcl: Applied Tilmann Singer's patch #150 - previously if tar put warnings onto stderr the code thought they were errors. * packages/acs-kernel/sql/oracle/acs-objects-create.sql: Yep, previous Oracle fix had a problem! "case" isn't allowed in PL/SQL??? * packages/acs-kernel/acs-kernel.info: branches: 1.10.2; 1. Changed a lot of package info files to fix problems ... 2. Added Vinod's bboard patch 3. Rationalized party e-mail checking by putting a "before insert or update" trigger on the table that lower-cases email (this was already done by the party.new() func but at least one update missed this). Got rid of all "lower(email) = " and "upper(email) = " checks and just made all use the db email column directly and lower-cased Tcl vars. In this way the index on the email column is always and consistently used without needing to define functional indexes on the column (an EE feature for Oracle). 4. Rationalized naming of a couple of workflows and fixed a glossary PG bug where apparently its workflow got overwritten by one from the CMS at some point in time. 5. Made the .cmp/.dat/.frm filters in the template code usable though not very beautiful nor exactly correct. But with practice you can use them to debug pages in the packages/* hierarchy. I also turned these off by default as there's no need to run these filters on a production site! 6. Performed minor surgery on templating, including adding a new "ad_return_exception_template" that allows you to return a templated error page and aborts the script. 7. ??? probably but I think this covers most stuff. * packages/acs-tcl/tcl/00-database-procs.tcl: branches: 1.11.2; 1. Changed a lot of package info files to fix problems ... 2. Added Vinod's bboard patch 3. Rationalized party e-mail checking by putting a "before insert or update" trigger on the table that lower-cases email (this was already done by the party.new() func but at least one update missed this). Got rid of all "lower(email) = " and "upper(email) = " checks and just made all use the db email column directly and lower-cased Tcl vars. In this way the index on the email column is always and consistently used without needing to define functional indexes on the column (an EE feature for Oracle). 4. Rationalized naming of a couple of workflows and fixed a glossary PG bug where apparently its workflow got overwritten by one from the CMS at some point in time. 5. Made the .cmp/.dat/.frm filters in the template code usable though not very beautiful nor exactly correct. But with practice you can use them to debug pages in the packages/* hierarchy. I also turned these off by default as there's no need to run these filters on a production site! 6. Performed minor surgery on templating, including adding a new "ad_return_exception_template" that allows you to return a templated error page and aborts the script. 7. ??? probably but I think this covers most stuff. * packages/acs-subsite/www/user/basic-info-update-2.xql: branches: 1.2.10; 1. Changed a lot of package info files to fix problems ... 2. Added Vinod's bboard patch 3. Rationalized party e-mail checking by putting a "before insert or update" trigger on the table that lower-cases email (this was already done by the party.new() func but at least one update missed this). Got rid of all "lower(email) = " and "upper(email) = " checks and just made all use the db email column directly and lower-cased Tcl vars. In this way the index on the email column is always and consistently used without needing to define functional indexes on the column (an EE feature for Oracle). 4. Rationalized naming of a couple of workflows and fixed a glossary PG bug where apparently its workflow got overwritten by one from the CMS at some point in time. 5. Made the .cmp/.dat/.frm filters in the template code usable though not very beautiful nor exactly correct. But with practice you can use them to debug pages in the packages/* hierarchy. I also turned these off by default as there's no need to run these filters on a production site! 6. Performed minor surgery on templating, including adding a new "ad_return_exception_template" that allows you to return a templated error page and aborts the script. 7. ??? probably but I think this covers most stuff. * packages/acs-admin/www/users/become.tcl: branches: 1.2.6; 1. Changed a lot of package info files to fix problems ... 2. Added Vinod's bboard patch 3. Rationalized party e-mail checking by putting a "before insert or update" trigger on the table that lower-cases email (this was already done by the party.new() func but at least one update missed this). Got rid of all "lower(email) = " and "upper(email) = " checks and just made all use the db email column directly and lower-cased Tcl vars. In this way the index on the email column is always and consistently used without needing to define functional indexes on the column (an EE feature for Oracle). 4. Rationalized naming of a couple of workflows and fixed a glossary PG bug where apparently its workflow got overwritten by one from the CMS at some point in time. 5. Made the .cmp/.dat/.frm filters in the template code usable though not very beautiful nor exactly correct. But with practice you can use them to debug pages in the packages/* hierarchy. I also turned these off by default as there's no need to run these filters on a production site! 6. Performed minor surgery on templating, including adding a new "ad_return_exception_template" that allows you to return a templated error page and aborts the script. 7. ??? probably but I think this covers most stuff. * packages/acs-admin/www/users/user-add-2.tcl: branches: 1.3.2; 1. Changed a lot of package info files to fix problems ... 2. Added Vinod's bboard patch 3. Rationalized party e-mail checking by putting a "before insert or update" trigger on the table that lower-cases email (this was already done by the party.new() func but at least one update missed this). Got rid of all "lower(email) = " and "upper(email) = " checks and just made all use the db email column directly and lower-cased Tcl vars. In this way the index on the email column is always and consistently used without needing to define functional indexes on the column (an EE feature for Oracle). 4. Rationalized naming of a couple of workflows and fixed a glossary PG bug where apparently its workflow got overwritten by one from the CMS at some point in time. 5. Made the .cmp/.dat/.frm filters in the template code usable though not very beautiful nor exactly correct. But with practice you can use them to debug pages in the packages/* hierarchy. I also turned these off by default as there's no need to run these filters on a production site! 6. Performed minor surgery on templating, including adding a new "ad_return_exception_template" that allows you to return a templated error page and aborts the script. 7. ??? probably but I think this covers most stuff. * packages/acs-subsite/www/register/user-login.xql: branches: 1.3.4; 1. Changed a lot of package info files to fix problems ... 2. Added Vinod's bboard patch 3. Rationalized party e-mail checking by putting a "before insert or update" trigger on the table that lower-cases email (this was already done by the party.new() func but at least one update missed this). Got rid of all "lower(email) = " and "upper(email) = " checks and just made all use the db email column directly and lower-cased Tcl vars. In this way the index on the email column is always and consistently used without needing to define functional indexes on the column (an EE feature for Oracle). 4. Rationalized naming of a couple of workflows and fixed a glossary PG bug where apparently its workflow got overwritten by one from the CMS at some point in time. 5. Made the .cmp/.dat/.frm filters in the template code usable though not very beautiful nor exactly correct. But with practice you can use them to debug pages in the packages/* hierarchy. I also turned these off by default as there's no need to run these filters on a production site! 6. Performed minor surgery on templating, including adding a new "ad_return_exception_template" that allows you to return a templated error page and aborts the script. 7. ??? probably but I think this covers most stuff. * packages/acs-admin/www/users/user-add-2.xql: branches: 1.4.2; 1. Changed a lot of package info files to fix problems ... 2. Added Vinod's bboard patch 3. Rationalized party e-mail checking by putting a "before insert or update" trigger on the table that lower-cases email (this was already done by the party.new() func but at least one update missed this). Got rid of all "lower(email) = " and "upper(email) = " checks and just made all use the db email column directly and lower-cased Tcl vars. In this way the index on the email column is always and consistently used without needing to define functional indexes on the column (an EE feature for Oracle). 4. Rationalized naming of a couple of workflows and fixed a glossary PG bug where apparently its workflow got overwritten by one from the CMS at some point in time. 5. Made the .cmp/.dat/.frm filters in the template code usable though not very beautiful nor exactly correct. But with practice you can use them to debug pages in the packages/* hierarchy. I also turned these off by default as there's no need to run these filters on a production site! 6. Performed minor surgery on templating, including adding a new "ad_return_exception_template" that allows you to return a templated error page and aborts the script. 7. ??? probably but I think this covers most stuff. * packages/acs-templating/acs-templating.info: branches: 1.7.2; 1. Changed a lot of package info files to fix problems ... 2. Added Vinod's bboard patch 3. Rationalized party e-mail checking by putting a "before insert or update" trigger on the table that lower-cases email (this was already done by the party.new() func but at least one update missed this). Got rid of all "lower(email) = " and "upper(email) = " checks and just made all use the db email column directly and lower-cased Tcl vars. In this way the index on the email column is always and consistently used without needing to define functional indexes on the column (an EE feature for Oracle). 4. Rationalized naming of a couple of workflows and fixed a glossary PG bug where apparently its workflow got overwritten by one from the CMS at some point in time. 5. Made the .cmp/.dat/.frm filters in the template code usable though not very beautiful nor exactly correct. But with practice you can use them to debug pages in the packages/* hierarchy. I also turned these off by default as there's no need to run these filters on a production site! 6. Performed minor surgery on templating, including adding a new "ad_return_exception_template" that allows you to return a templated error page and aborts the script. 7. ??? probably but I think this covers most stuff. 2002-03-08 yon * packages/acs-subsite/tcl/package-procs.tcl: don't allow creation_user to be 0 because it will fail the referential constraint 2002-03-08 donb * packages/acs-service-contract/www/index.tcl: * packages/acs-service-contract/www/index.xql: Fixed trailing semicolons in queries that Oracle doesn't like. 2002-03-07 vinodk * packages/acs-core-docs/www/files/listener8i.txt: * packages/acs-core-docs/www/files/oracle8i.txt: * packages/acs-core-docs/www/files/startlsnr.txt: * packages/acs-core-docs/www/files/stoplsnr.txt: 1) Added hack to openacs.xsl to fix gremlin that only shows when files are being served from openacs 3.2 2) Numerous fixes in aolserver, oracle, postgres and openacs install docs. Thanks Torben, Van, Jade, Tapiwa! 3) Regenerated all HTML files * packages/acs-core-docs/www/developers-overview.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/openacs-overview.html: * packages/acs-core-docs/www/other-developer-overview.html: branches: 1.2.2; 1) Added hack to openacs.xsl to fix gremlin that only shows when files are being served from openacs 3.2 2) Numerous fixes in aolserver, oracle, postgres and openacs install docs. Thanks Torben, Van, Jade, Tapiwa! 3) Regenerated all HTML files * packages/acs-core-docs/www/files/openacs4.tcl.txt: * packages/acs-core-docs/www/win-overview.html: * packages/acs-core-docs/www/xml/openacs.xsl: branches: 1.3.2; 1) Added hack to openacs.xsl to fix gremlin that only shows when files are being served from openacs 3.2 2) Numerous fixes in aolserver, oracle, postgres and openacs install docs. Thanks Torben, Van, Jade, Tapiwa! 3) Regenerated all HTML files * packages/acs-core-docs/www/xml/install-guide/openacs.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: branches: 1.4.2; 1) Added hack to openacs.xsl to fix gremlin that only shows when files are being served from openacs 3.2 2) Numerous fixes in aolserver, oracle, postgres and openacs install docs. Thanks Torben, Van, Jade, Tapiwa! 3) Regenerated all HTML files * packages/acs-core-docs/www/apm-design.html: * packages/acs-core-docs/www/apm-requirements.html: * packages/acs-core-docs/www/eng-standards.html: * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/nextsteps.html: * packages/acs-core-docs/www/object-system-design.html: * packages/acs-core-docs/www/object-system-requirements.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/permissions-design.html: * packages/acs-core-docs/www/permissions-requirements.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/rp-design.html: * packages/acs-core-docs/www/rp-requirements.html: * packages/acs-core-docs/www/security-requirements.html: * packages/acs-core-docs/www/subsites-design.html: * packages/acs-core-docs/www/subsites-requirements.html: * packages/acs-core-docs/www/unix-install.html: * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: branches: 1.5.2; 1) Added hack to openacs.xsl to fix gremlin that only shows when files are being served from openacs 3.2 2) Numerous fixes in aolserver, oracle, postgres and openacs install docs. Thanks Torben, Van, Jade, Tapiwa! 3) Regenerated all HTML files * packages/acs-core-docs/www/dev-guide.html: * packages/acs-core-docs/www/for-everyone.html: * packages/acs-core-docs/www/general-documents.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/more-developer-info.html: * packages/acs-core-docs/www/security-design.html: branches: 1.6.2; 1) Added hack to openacs.xsl to fix gremlin that only shows when files are being served from openacs 3.2 2) Numerous fixes in aolserver, oracle, postgres and openacs install docs. Thanks Torben, Van, Jade, Tapiwa! 3) Regenerated all HTML files * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-dev.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/bootstrap-acs.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/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/filename.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/operating-system.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/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/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win2k-installation.html: branches: 1.7.2; 1) Added hack to openacs.xsl to fix gremlin that only shows when files are being served from openacs 3.2 2) Numerous fixes in aolserver, oracle, postgres and openacs install docs. Thanks Torben, Van, Jade, Tapiwa! 3) Regenerated all HTML files * packages/acs-core-docs/www/release-notes.html: branches: 1.8.2; 1) Added hack to openacs.xsl to fix gremlin that only shows when files are being served from openacs 3.2 2) Numerous fixes in aolserver, oracle, postgres and openacs install docs. Thanks Torben, Van, Jade, Tapiwa! 3) Regenerated all HTML files * packages/acs-kernel/sql/postgresql/acs-metadata-create.sql: don't allow null for supertype in acs_object_type__create_type. default to 'acs_object' 2002-03-06 yon * packages/acs-admin/www/users/member-state-change.tcl: if there is a return_url use it before the email page is presented, maybe the programmer wants this behaviour 2002-03-06 donb * packages/acs-service-contract/sql/postgresql/acs-sc-packages-create.sql: Applied patch submitted by Dave Bauer - acs_sc_impl_alias__delete was missing a parameter. 2002-03-04 rmello * packages/acs-bootstrap-installer/installer/index.tcl: - Got rid of OpenNSD references - Fixed some broken links - Pointed Oracle and PostgreSQL Driver downloads to openacs.org/software.adp - Other wording corrections * packages/acs-bootstrap-installer/bootstrap.tcl: branches: 1.9.2; - Got rid of OpenNSD references - Fixed some broken links - Pointed Oracle and PostgreSQL Driver downloads to openacs.org/software.adp - Other wording corrections 2002-03-03 rmello * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-dev.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/bootstrap-acs.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/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/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/index.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/more-developer-info.html: * packages/acs-core-docs/www/nextsteps.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/operating-system.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/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes.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/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/unix-install.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win2k-installation.html: * 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/credits.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/postgres.xml: * packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml: * packages/acs-core-docs/www/xml/openacs.xsl: * Added "version" and "majorversion" entities to top-level index.xml so document writers can just use "&version;" or "&majorversion;" to have that automatically substituted during the output to other formats. * Updated most documents to make use of these new entities. Left some unchanged documents under the kernel documentation. * Updated the openacs.xsl to take my e-mail off the mailto. I get too much spam already. * Changed to "Open Architecture Community System" wherever I could find (thank goodness for M-x query-replace :-)) * Regenerated the html docs. * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-dev.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/bootstrap-acs.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/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/filename.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/nextsteps.html: * packages/acs-core-docs/www/object-identity.html: * packages/acs-core-docs/www/objects.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/operating-system.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes.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/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win-overview.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml: Fixed a couple of broken and/or hard-wired links on the installation guides, including the Windows 2000 install guide. * packages/acs-core-docs/www/operating-system.html: Fixed a typo on the win2k guide. * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-dev.html: * packages/acs-core-docs/www/aolserver.html: * packages/acs-core-docs/www/bootstrap-acs.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/developers-overview.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/filename.html: * packages/acs-core-docs/www/for-everyone.html: * packages/acs-core-docs/www/general-documents.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/kernel-overview.html: * packages/acs-core-docs/www/more-developer-info.html: * packages/acs-core-docs/www/nextsteps.html: * packages/acs-core-docs/www/object-identity.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/operating-system.html: * packages/acs-core-docs/www/oracle.html: * packages/acs-core-docs/www/other-developer-overview.html: * packages/acs-core-docs/www/packages.html: * packages/acs-core-docs/www/parties.html: * packages/acs-core-docs/www/permissions.html: * packages/acs-core-docs/www/postgres.html: * packages/acs-core-docs/www/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes.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/tcl-doc.html: * packages/acs-core-docs/www/templates.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win-overview.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/xml/index.xml: Re-added 1-phrase overview pages. * packages/acs-core-docs/www/xml/for-everyone/acs-faq.xml: branches: 1.2.2; * Added "version" and "majorversion" entities to top-level index.xml so document writers can just use "&version;" or "&majorversion;" to have that automatically substituted during the output to other formats. * Updated most documents to make use of these new entities. Left some unchanged documents under the kernel documentation. * Updated the openacs.xsl to take my e-mail off the mailto. I get too much spam already. * Changed to "Open Architecture Community System" wherever I could find (thank goodness for M-x query-replace :-)) * Regenerated the html docs. * 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/parties.xml: * packages/acs-core-docs/www/xml/developers-guide/rp.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/engineering-standards/design-template.xml: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/kernel/apm-design.xml: branches: 1.3.2; * Added "version" and "majorversion" entities to top-level index.xml so document writers can just use "&version;" or "&majorversion;" to have that automatically substituted during the output to other formats. * Updated most documents to make use of these new entities. Left some unchanged documents under the kernel documentation. * Updated the openacs.xsl to take my e-mail off the mailto. I get too much spam already. * Changed to "Open Architecture Community System" wherever I could find (thank goodness for M-x query-replace :-)) * Regenerated the html docs. * packages/acs-core-docs/www/xml/developers-guide/db-api.xml: * packages/acs-core-docs/www/xml/developers-guide/packages.xml: * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/kernel/apm-requirements.xml: * packages/acs-core-docs/www/xml/kernel/db-api.xml: branches: 1.4.2; * Added "version" and "majorversion" entities to top-level index.xml so document writers can just use "&version;" or "&majorversion;" to have that automatically substituted during the output to other formats. * Updated most documents to make use of these new entities. Left some unchanged documents under the kernel documentation. * Updated the openacs.xsl to take my e-mail off the mailto. I get too much spam already. * Changed to "Open Architecture Community System" wherever I could find (thank goodness for M-x query-replace :-)) * Regenerated the html docs. * packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml: branches: 1.4.2; Fixed a typo on the win2k guide. * packages/acs-core-docs/www/xml/install-guide/credits.xml: * packages/acs-core-docs/www/xml/install-guide/os.xml: branches: 1.5.2; Fixed a couple of broken and/or hard-wired links on the installation guides, including the Windows 2000 install guide. * packages/acs-core-docs/www/xml/index.xml: branches: 1.6.2; Fixed a couple of broken and/or hard-wired links on the installation guides, including the Windows 2000 install guide. 2002-03-02 donb * packages/acs-templating/tcl/acs-integration-procs.tcl: Added a new proc "ad_return_exception_template" that allows you to return templated error messages after a db error, etc. 2002-03-01 donb * packages/acs-tcl/tcl/security-procs-oracle.xql: * packages/acs-tcl/tcl/security-procs.tcl: * packages/acs-tcl/tcl/security-procs.xql: Forgot to commit the query files earlier and there were a couple of typos in the Oracle/clob code, too. * packages/acs-tcl/tcl/security-procs.xql: branches: 1.5.2; Fixed this stuff so it works with Oracle and Postgres both, sharing as much code as possible (or at least as I can make possible). * packages/acs-tcl/tcl/security-procs-oracle.xql: branches: 1.5.4; Fixed this stuff so it works with Oracle and Postgres both, sharing as much code as possible (or at least as I can make possible). * packages/acs-tcl/tcl/security-procs.tcl: branches: 1.8.2; Fixed this stuff so it works with Oracle and Postgres both, sharing as much code as possible (or at least as I can make possible). * packages/acs-tcl/tcl/security-procs-postgresql.xql: branches: 1.9.4; Fixed this stuff so it works with Oracle and Postgres both, sharing as much code as possible (or at least as I can make possible). 2002-02-28 donb * packages/acs-tcl/tcl/security-procs.tcl: Fixed a race condition in ad_set_client_property. Read my comment in the code for a full explanation. 2002-02-27 vinodk * packages/acs-content-repository/sql/postgresql/content-revision.sql: branches: 1.29.4; fixed 2 typos in content_revision__get_content 2002-02-27 donb * packages/acs-kernel/sql/postgresql/acs-kernel-create.sql: Added a Ben Adida fix from the Oracle version. 2002-02-25 ben * packages/acs-kernel/sql/oracle/acs-kernel-create.sql: fixed order of loading to allow all_object_party_privilege_map to be created before acs_gropu body 2002-02-24 donb * packages/acs-subsite/www/shared/db-error.adp: Added a simple database error template that can be used instead of ad_return_complaint. 2002-02-23 walterg * packages/acs-kernel/sql/oracle/community-core-create.sql: added person.first_names, person.last_name, party.email functions to person and party packages, as well as porting to their postgresql equivelants * packages/acs-kernel/sql/postgresql/community-core-create.sql: branches: 1.8.2; added person.first_names, person.last_name, party.email functions to person and party packages, as well as porting to their postgresql equivelants 2002-02-23 neophytosd * packages/acs-subsite/www/admin/groups/one.tcl: branches: 1.2.2; patch 111 applied * packages/acs-content-repository/tcl/search-procs.tcl: patch 108 applied * packages/acs-subsite/www/admin/site-map/index-oracle.xql: * packages/acs-subsite/www/admin/site-map/index-postgresql.xql: patch 136 applied 2002-02-23 donb * packages/acs-admin/www/apm/parameter-add-2.xql: * packages/acs-kernel/sql/oracle/groups-create.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/groups-create.sql: * packages/acs-subsite/tcl/group-procs-postgresql.xql: * packages/acs-subsite/tcl/group-procs.tcl: Added C. R. Oldham's patch to fix membership testing (unimplemented in ACS 4.2). Ported it to PG on the way ... * packages/acs-subsite/tcl/group-procs.xql: branches: 1.2.4; Added C. R. Oldham's patch to fix membership testing (unimplemented in ACS 4.2). Ported it to PG on the way ... * packages/acs-kernel/sql/oracle/groups-body-create.sql: * packages/acs-subsite/tcl/group-procs-oracle.xql: branches: 1.3.4; Added C. R. Oldham's patch to fix membership testing (unimplemented in ACS 4.2). Ported it to PG on the way ... * packages/ref-timezones/sql/postgresql/ref-timezones-create.sql: branches: 1.5.4; A royal kludge to work around PG 7.2 brain damage 2002-02-22 yon * packages/acs-templating/tcl/util-procs.tcl: added a function for converting a list of ns_sets (probably created with db_list_of_ns_sets) into a multirow datasource * packages/acs-tcl/tcl/00-database-procs.tcl: adding db api call to return the result set as a list of ns_sets, one for each row in the result set * packages/acs-tcl/tcl/utilities-procs.tcl: branches: 1.6.2; adding a utility function to convert an ns_ste into a list (useful for converting into an array) 2002-02-22 donb * packages/acs-kernel/sql/postgresql/postgresql.sql: Added "iscachable" to "tree_ancestor_p". * packages/acs-kernel/sql/postgresql/postgresql.sql: Minor typo, another apostrophe catastrophe. 2002-02-21 neophytosd * packages/acs-admin/www/users/one.xql: branches: 1.6.2; patch 157 applied * packages/acs-admin/www/users/one.adp: * packages/acs-admin/www/users/one.tcl: patch 157 applied 2002-02-21 bartt * packages/acs-templating/www/doc/guide/document.html: HTML tags cleanup 2002-02-20 neophytosd * packages/acs-tcl/tcl/admin-procs.tcl: branches: 1.4.2; patch 109 2002-02-20 donb * packages/ref-timezones/sql/postgresql/ref-timezones-create.sql: Changed timezone calls to CAST for PG 7.2 compatibility ... 2002-02-20 bartt * packages/acs-templating/acs-templating.info: * packages/acs-templating/sql/postgresql/demo-create.sql: * packages/acs-templating/www/doc/demo/form.tcl: * packages/acs-templating/www/doc/demo/user-edit.tcl: Fixed the 'Simple Form' and 'Editing: several pages in one' demos. Run demo-drop and then demo-create scripts in Postgresql to take advantage of this fix in a running system. * packages/acs-templating/www/doc/demo/user-edit.xql: New xql files as part of the demo fix. * packages/acs-templating/www/doc/demo/form.xql: branches: 1.1.4; New xql files as part of the demo fix. 2002-02-18 yon * packages/acs-tcl/tcl/community-core-procs.tcl: bug fix \(opposite logic\) 2002-02-18 ben * packages/acs-admin/www/apm/parameter-add-2.tcl: fixed up uniqueness of package_key 2002-02-17 vinodk * packages/acs-api-browser/www/plsql-subprogram-one-oracle.xql: * packages/acs-api-browser/www/plsql-subprogram-one-postgresql.xql: * packages/acs-api-browser/www/plsql-subprograms-all-oracle.xql: * packages/acs-api-browser/www/plsql-subprograms-all.tcl: Fixed PL/SQL browser to work for Postgres * packages/acs-api-browser/www/plsql-subprograms-all-oracle.xql~: * packages/acs-api-browser/www/plsql-subprograms-all-postgresql.xql~: branches: 1.1.2; Fixed PL/SQL browser to work for Postgres * packages/acs-api-browser/www/plsql-subprograms-all-postgresql.xql: branches: 1.1.4; Fixed PL/SQL browser to work for Postgres 2002-02-17 neophytosd * packages/acs-admin/www/apm/package-delete.tcl: branches: 1.3.4; yet another .tcl extension removal from links * packages/acs-templating/tcl/tag-procs.tcl: branches: 1.5.2; patch 140 applied * packages/acs-admin/www/apm/package-add.tcl: * packages/acs-subsite/www/admin/site-map/instance-delete.tcl: yet another .tcl extension removal from links 2002-02-16 neophytosd * packages/acs-subsite/www/register/user-new-2.tcl: branches: 1.4.2; yet another .tcl extension removal from links * packages/acs-subsite/www/register/email-confirm.adp: yet another .tcl extension removal from links 2002-02-15 neophytosd * packages/acs-subsite/www/register/user-login.xql: applied patch 112, user-login will wrongly redirect registered users to the register page if they have upper case characters in their email address. This patch changes the query to do the authentication comparison case insensitively. * 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: applied patches 145,146,148, ignore patch 147. Patches by Gilbert Wonf. Fixes problems with email verification * packages/acs-admin/www/apm/packages-install-2.tcl: branches: 1.3.2; removed .tcl extension from redirects * packages/acs-admin/www/users/member-state-change-postgresql.xql: fixed some unported queries from the old code, scary!!! * packages/acs-subsite/www/admin/site-map/index.tcl: in index.tcl: changed unmounted.tcl to unmounted * packages/acs-admin/www/apm/packages-install-3.tcl: removed .tcl extension from redirects 2002-02-15 donb * packages/acs-service-contract/sql/oracle/acs-sc-views-create.sql: Changed names of oracle views to be consistent with PG. * packages/acs-service-contract/sql/oracle/acs-sc-packages-drop.sql: Someone had written this script to do the drops in a PL/SQL block, can't do that. 2002-02-14 neophytosd * packages/acs-subsite/www/register/awaiting-email-verification-oracle.xql: * packages/acs-subsite/www/register/awaiting-email-verification-postgresql.xql: * packages/acs-subsite/www/register/awaiting-email-verification.tcl: patches 141,142,143 by Gilbert Wong. Fixes broken awaiting-email-verification 2002-02-13 yon * packages/acs-admin/www/users/member-state-change-postgresql.xql: * packages/acs-admin/www/users/member-state-change.tcl: * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: * packages/acs-tcl/tcl/community-core-procs.tcl: cleaned up and fixed some bugs * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/acs-relationships-create.sql: fixed remove_user function to do the right things 2002-02-12 yon * packages/acs-service-contract/acs-service-contract.info: branches: 1.5.2; adding provides clause 2002-02-11 neophytosd * packages/acs-tcl/tcl/request-processor-procs.tcl: branches: 1.8.2; applied patches 119,121 2002-02-10 neophytosd * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-subsite/www/admin/site-map/index.tcl: * packages/acs-subsite/www/register/awaiting-email-verification-postgresql.xql: * packages/acs-tcl/tcl/admin-procs.tcl: * packages/acs-templating/tcl/parse-procs.tcl: * packages/acs-templating/tcl/tag-init.tcl: applied patches 130,131,132,133,134,135,137 * packages/acs-tcl/tcl/30-xml-utils-procs.tcl: branches: 1.4.4; applied patches 130,131,132,133,134,135,137 2002-02-10 donb * packages/acs-lang/acs-lang.info: This package didn't have a "provides" tag, breaking any package declared to have a dependency on it! 2002-02-09 donb * packages/acs-service-contract/www/binding-install-oracle.xql: * packages/acs-subsite/www/shared/session-update.tcl: * packages/acs-tcl/tcl/security-procs.tcl: * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: 1. Added session-update.tcl, a small utility which somewhat safely allows you to put up a link that changes a session_property, for instance to change the number of items displayed or that sort of thing. The caller must sign their values and URL, which are verified by the callee via ad_page_contract. If the referrer doesn't match the signed expected referrer, you get bounced. I think this is reasonably secure (though permissions should always be rigorously checked on all pages, of course) 2. acs_events had an html_p flag in the datamodel but no way to set it. Fixed. It should really be a mime-type but since it's not using the CR, and since I'm extremely busy with other stuff, I didn't fix it. 3. While doing #1 above I learned that signing and verifying arrays didn't quite work. Fixed. 4. Found and fixed a small problem with my earlier work on the currency widget. * packages/acs-templating/tcl/currency-procs.tcl: branches: 1.2.2; 1. Added session-update.tcl, a small utility which somewhat safely allows you to put up a link that changes a session_property, for instance to change the number of items displayed or that sort of thing. The caller must sign their values and URL, which are verified by the callee via ad_page_contract. If the referrer doesn't match the signed expected referrer, you get bounced. I think this is reasonably secure (though permissions should always be rigorously checked on all pages, of course) 2. acs_events had an html_p flag in the datamodel but no way to set it. Fixed. It should really be a mime-type but since it's not using the CR, and since I'm extremely busy with other stuff, I didn't fix it. 3. While doing #1 above I learned that signing and verifying arrays didn't quite work. Fixed. 4. Found and fixed a small problem with my earlier work on the currency widget. * packages/acs-subsite/acs-subsite.info: branches: 1.24.2; 1. Added session-update.tcl, a small utility which somewhat safely allows you to put up a link that changes a session_property, for instance to change the number of items displayed or that sort of thing. The caller must sign their values and URL, which are verified by the callee via ad_page_contract. If the referrer doesn't match the signed expected referrer, you get bounced. I think this is reasonably secure (though permissions should always be rigorously checked on all pages, of course) 2. acs_events had an html_p flag in the datamodel but no way to set it. Fixed. It should really be a mime-type but since it's not using the CR, and since I'm extremely busy with other stuff, I didn't fix it. 3. While doing #1 above I learned that signing and verifying arrays didn't quite work. Fixed. 4. Found and fixed a small problem with my earlier work on the currency widget. 2002-02-08 vinodk * packages/acs-core-docs/www/files/openacs4.tcl.txt: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/operating-system.html: * packages/acs-core-docs/www/xml/install-guide/os.xml: * packages/acs-core-docs/www/xml/install-guide/overview.xml: * packages/acs-core-docs/www/xml/openacs.xsl: 1) small fixes to the install docs 2) added the XSL stylesheet * packages/acs-messaging/tcl/acs-messaging-procs.tcl: fixed outgoing messages to use OutgoingSender param as Sender: instead of robot@arsdigita.com * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: fixed version checking error 2002-02-06 yon * packages/acs-service-contract/sql/oracle/acs-sc-packages-create.sql: fixing acs_sc_impl.delete() bug 2002-02-05 donb * packages/acs-templating/tcl/currency-procs.tcl: I completed a first cut at the currency widget support procs, left incomplete in ACS 4.2 Classic. * packages/acs-templating/tcl/date-procs.tcl: branches: 1.8.2; Fixed the compare routine for real this time. I'd spaced earlier and forgot that the "sql_date" property doesn't return a formatted SQL data but rather a "to_char" function call ... 2002-02-04 stevew * packages/acs-subsite/tcl/package-procs-oracle.xql: Reverse a change introduced in rev 1.4 which breaks the group-new admin page 2002-02-03 stevew * packages/acs-service-contract/sql/postgresql/acs-sc-packages-create.sql: * packages/acs-service-contract/www/binding-install-postgresql.xql: Cast arguments to acs_sc_binding__new to make sure integer version is selected. Add error checking to text version. * packages/acs-tcl/tcl/site-nodes-procs-oracle.xql: Remove the semicolon 2002-02-02 vinodk * packages/acs-core-docs/www/ch01s01.html: * packages/acs-core-docs/www/ch03s01.html: * packages/acs-core-docs/www/ch04s01.html: * packages/acs-core-docs/www/ch05s01.html: * packages/acs-core-docs/www/ch07s01.html: * packages/acs-core-docs/www/index.html: * packages/acs-core-docs/www/install-overview.html: * packages/acs-core-docs/www/nextsteps.html: * packages/acs-core-docs/www/openacs.html: * packages/acs-core-docs/www/operating-system.html: * packages/acs-core-docs/www/postgres.html: Changed ACS->OpenACS and regenerated HTML docs * packages/acs-core-docs/www/openacs.css: branches: 1.1.2; Changed ACS->OpenACS and regenerated HTML docs * packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.xml: * packages/acs-core-docs/www/xml/engineering-standards/constraint-naming.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/plsql.xml: * packages/acs-core-docs/www/xml/install-guide/next-steps.xml: * packages/acs-core-docs/www/xml/kernel/bootstrap-acs.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/permissions-design.xml: * packages/acs-core-docs/www/xml/kernel/permissions-requirements.xml: * packages/acs-core-docs/www/xml/kernel/rp-requirements.xml: * packages/acs-core-docs/www/xml/kernel/security-notes.xml: * packages/acs-core-docs/www/xml/kernel/security-requirements.xml: * packages/acs-core-docs/www/xml/kernel/subsites-design.xml: * packages/acs-core-docs/www/xml/kernel/subsites-requirements.xml: * packages/acs-core-docs/www/xml/kernel/tcl-doc.xml: branches: 1.2.2; fixed ACS->OpenACS. regenerated html docs * packages/acs-core-docs/www/xml/engineering-standards/psgml-mode.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/rp-design.xml: * packages/acs-core-docs/www/xml/kernel/security-design.xml: branches: 1.3.2; fixed ACS->OpenACS. regenerated html docs * packages/acs-core-docs/www/index.adp: branches: 1.3.2; fixed aolserver tcl link * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-dev.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/bootstrap-acs.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/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/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/index.adp: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/more-developer-info.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/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/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/release-notes.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/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/unix-install.html: * packages/acs-core-docs/www/win-install.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/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.xml: * packages/acs-core-docs/www/xml/developers-guide/rp.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/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/credits.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/overview.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: * packages/acs-core-docs/www/xml/kernel/apm-design.xml: * packages/acs-core-docs/www/xml/kernel/apm-requirements.xml: * packages/acs-core-docs/www/xml/kernel/db-api.xml: fixed ACS->OpenACS. regenerated html docs * packages/acs-core-docs/www/acs.html: * packages/acs-core-docs/www/ad.css: * packages/acs-core-docs/www/getting-started.html: * packages/acs-core-docs/www/redhat.html: * packages/acs-core-docs/www/requirements.html: * packages/acs-core-docs/www/tests.html: * packages/acs-core-docs/www/working-with-xml.html: * packages/acs-core-docs/www/xml/developers-guide/working-with-xml.xml: removed arsdigita-specific files 2002-02-01 vinodk * packages/acs-core-docs/www/files/openacs-start.html: * packages/acs-core-docs/www/files/openacs4.tcl.txt: * packages/acs-core-docs/www/files/postgresql.txt: * packages/acs-core-docs/www/files/restart-aolserver.txt: * 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/credits.xml: * packages/acs-core-docs/www/xml/install-guide/next-steps.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/overview.xml: * packages/acs-core-docs/www/xml/install-guide/postgres.xml: beta version of install docs * packages/acs-core-docs/www/files/svgroup.txt: branches: 1.1.10; beta version of install docs * packages/acs-core-docs/www/files/nsd-postgres.txt: branches: 1.1.2; beta version of install docs * packages/acs-core-docs/www/files/acs-pgbackup-init.txt: branches: 1.1.4; beta version of install docs * packages/acs-core-docs/www/files/nsd-oracle.txt: branches: 1.2.2; beta version of install docs * packages/acs-core-docs/www/xml/install-guide/acs.xml: * packages/acs-core-docs/www/xml/install-guide/getting-started.xml: * packages/acs-core-docs/www/xml/install-guide/redhat.xml: * packages/acs-core-docs/www/xml/install-guide/requirements.xml: * packages/acs-core-docs/www/xml/install-guide/tests.xml: * packages/acs-core-docs/www/xml/install-guide/top.xml: removed old ACS files 2002-02-01 donb * packages/acs-tcl/tcl/site-nodes-procs-oracle.xql: * packages/acs-tcl/tcl/site-nodes-procs-postgresql.xql: Tilmann Singer noted that my previous change to the site_nodes_select query wasn't quite right. 2002-01-31 donb * packages/acs-service-contract/acs-service-contract.info: * packages/acs-service-contract/sql/oracle/acs-sc-packages-create.sql: * packages/acs-service-contract/sql/oracle/acs-sc-tables-create.sql: * packages/acs-service-contract/www/binding-install-oracle.xql: * packages/acs-service-contract/www/binding-install-postgresql.xql: * packages/acs-service-contract/www/binding-uninstall-oracle.xql: * packages/acs-service-contract/www/binding-uninstall-postgresql.xql: * packages/acs-service-contract/www/index.xql: Fixed bugs and added query files for Oracle so the damn thing works on both RDBMSs (Kapil's fault, not Neophytos, as Kapil had claimed to have ported this over) * packages/acs-service-contract/www/index-oracle.xql: * packages/acs-service-contract/www/index-postgresql.xql: branches: 1.1.4; Fixed bugs and added query files for Oracle so the damn thing works on both RDBMSs (Kapil's fault, not Neophytos, as Kapil had claimed to have ported this over) 2002-01-29 donb * packages/acs-templating/tcl/date-procs.tcl: Date compare didn't work, does now. 2002-01-27 ben * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: branches: 1.29.2; fixed an efficiency issue in removing objects 2002-01-25 arjun * packages/acs-kernel/sql/oracle/apm-create.sql: Fixing incorrect and confusing error text. * packages/acs-kernel/sql/postgresql/apm-create.sql: branches: 1.25.2; changed incorrect/confusing error text * packages/acs-tcl/tcl/acs-private-data-procs.tcl: fixed incorrect ad_parameter 2002-01-23 ben * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/user-extensions-procs.tcl: added user contract * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/sql/oracle/user-sc-create.sql: added user service contract * packages/acs-tcl/tcl/community-core-procs.tcl: added a catch on user_extension, and there's no PG support yet :( * packages/acs-tcl/tcl/user-extensions-procs.xql: branches: 1.1.4; added user extension procs * packages/acs-tcl/acs-tcl.info: branches: 1.13.2; added user contract * packages/acs-subsite/sql/oracle/acs-subsite-create.sql: branches: 1.3.6; added user service contract 2002-01-22 yon * packages/acs-kernel/acs-kernel.info: * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/shared/community-member.tcl: * packages/acs-subsite/www/shared/portrait.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: parameterized url of community member page; changed some procs to use the parameter; changed some pages to use the procs instead of linking directly 2002-01-22 peterh * packages/acs-tcl/tcl/site-nodes-procs-postgresql.xql: Fixed bug in site_node_create.node_new query 2002-01-20 yon * packages/acs-tcl/tcl/utilities-procs.xql: now checks upper(email) to ensure case insensitive uniqueness 2002-01-19 yon * packages/ref-timezones/sql/common/ref-timezones-data.sql: * packages/ref-timezones/sql/common/ref-timezones-rules.sql: fixed back commit * packages/acs-tcl/tcl/utilities-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.xql: * packages/acs-templating/www/doc/TclDocs/doc.html: * packages/acs-templating/www/doc/TclDocs/doc__util.html: * packages/acs-templating/www/doc/TclDocs/form.html: * packages/acs-templating/www/doc/TclDocs/namespace-list.html: * packages/acs-templating/www/doc/TclDocs/namespaces.html: * packages/acs-templating/www/doc/TclDocs/request.html: * packages/acs-templating/www/doc/TclDocs/util.html: * packages/ref-timezones/sql/common/ref-timezones-rules.sql: just a bit of work * packages/ref-timezones/sql/common/ref-timezones-data.sql: this was correct, reverting back to version 1.2 2002-01-19 donb * packages/acs-templating/acs-templating.info: * packages/acs-templating/tcl/0-procs.tcl: * packages/acs-templating/tcl/data-procs.tcl: * packages/acs-templating/tcl/date-procs.tcl: I fixed the currency datatype and did a little other mumbo-jumbo stuff. I did this on another installation of OpenACS 4 (dotLRN, to tell the truth) and just mass-copied the files over to make sure I didn't miss anything. Not the best idea now that I think about it ... * packages/acs-templating/tcl/doc-tcl-procs.tcl: * packages/acs-templating/tcl/form-procs.tcl: * packages/acs-templating/tcl/parse-procs.tcl: Removed some log file noise (ns_log notice) * packages/acs-templating/tcl/widget-procs.tcl: branches: 1.5.2; I fixed the currency datatype and did a little other mumbo-jumbo stuff. I did this on another installation of OpenACS 4 (dotLRN, to tell the truth) and just mass-copied the files over to make sure I didn't miss anything. Not the best idea now that I think about it ... * packages/acs-templating/tcl/query-procs.tcl: branches: 1.6.2; Removed some log file noise (ns_log notice) 2002-01-19 arjun * www/default-master.adp: remove signatory link * www/default-master.adp: reverted to 1.1 code becase of my accidental commit 2002-01-17 arjun * packages/acs-tcl/tcl/00-database-procs.tcl: Added -append flag to db_multirow. Works like the "template::multirow append" command. EX: So in the templates query interface you do: template::multirow create ... template::multirow append ... Now you do: db_multirow foovar ... (first or only multirow) db_multirow -append foovar ... Setting of new array variables is supported in the code block on the db_multirow command using "set foovar(new_array_var) "value"" syntax 2002-01-16 donb * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-subsite/www/pvt/home.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: 1. home.tcl - applied patch from SDM to use ad_pvt_home rather than a fixed value. 2. defs-procs.tcl - applied patch that fixed a "link within a link" problem. 3. content_item.tree_sortkey had no index (gulp!) 2002-01-15 neophytosd * packages/acs-service-contract/sql/oracle/acs-sc-msg-types-create.sql: added float and bytearray message types * packages/acs-service-contract/sql/postgresql/acs-sc-msg-types-create.sql: branches: 1.3.10; added float and bytearray message types 2002-01-15 donb * packages/acs-tcl/tcl/00-database-procs.tcl: Added a "-local" switch to db_multirow, which causes it to put the returned array in the calling proc's local store rather than at the adp parse level. This is useful when writing portlets which explicitly parse their template file. 2002-01-14 neophytosd * packages/acs-kernel/acs-kernel.info: added missing parameter RestrictErrorsToAdminsP 2002-01-12 yon * packages/acs-admin/www/users/user-add-2.adp: * packages/acs-admin/www/users/user-add-2.tcl: * packages/acs-admin/www/users/user-add-3.adp: * packages/acs-admin/www/users/user-add-3.tcl: * packages/acs-admin/www/users/user-add.adp: * packages/acs-admin/www/users/user-add.tcl: added referer variable so that i can use this code as a plug-in 2002-01-07 donb * packages/acs-templating/tcl/date-procs.tcl: Added new code from Walter. 2002-01-03 donb * packages/acs-kernel/sql/postgresql/postgresql.sql: Moved from 7/15 bit keys to 7/31 bit keys to accomodate big flat trees. 2002-01-02 andrewg * packages/acs-content-repository/sql/postgresql/content-image.sql: branches: 1.5.2; Replacing call to non-existent content_revision__delete_revision with a call to content_revision__delete. 2001/03/25 danw * packages/acs-content-repository/sql/postgresql/content-package.sql: * packages/acs-content-repository/sql/postgresql/packages-create.sql: initial port to postgresql 2001-12-30 rmello * packages/acs-core-docs/www/xml/engineering-standards/design-template.xml: * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: Modifications to templates. Added "Writing New Docs" section to docbook-primer, as well as reorganized sections a little bit. * packages/acs-core-docs/www/xml/engineering-standards/requirements-template.xml: branches: 1.2.2; Modifications to templates. Added "Writing New Docs" section to docbook-primer, as well as reorganized sections a little bit. 2001-12-30 danw * packages/acs-kernel/sql/postgresql/postgresql.sql: fixed instr for searching backwards 2001-12-29 donb * packages/acs-admin/www/apm/packages-install-2.tcl: * packages/acs-kernel/sql/oracle/security-create.sql: * packages/acs-tcl/tcl/security-procs-oracle.xql: * packages/acs-tcl/tcl/security-procs-postgresql.xql: * packages/acs-tcl/tcl/security-procs.tcl: * packages/acs-tcl/tcl/security-procs.xql: Fixed the 4K character limit on session properties for Oracle by making an optional "clob" value available. The APM wouldn't let me load any packages when I added all the dotLRN packages plus standard packages over to a new "dotlrn" user from my normal "acs" user - the list of packages grew to > 4KB in size! Grrrr! * packages/acs-kernel/sql/postgresql/groups-body-create.sql: I accidently included a change intended for use with PG 7.2 in my previous commit. This had a couple of idiotic typos that broke installation... * packages/acs-admin/www/apm/packages-install.tcl: branches: 1.9.2; Fixed the 4K character limit on session properties for Oracle by making an optional "clob" value available. The APM wouldn't let me load any packages when I added all the dotLRN packages plus standard packages over to a new "dotlrn" user from my normal "acs" user - the list of packages grew to > 4KB in size! Grrrr! 2001-12-24 rmello * packages/acs-core-docs/www/xml/developers-guide/db-api.xml: * packages/acs-core-docs/www/xml/developers-guide/packages.xml: * packages/acs-core-docs/www/xml/developers-guide/permissions.xml: * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: * packages/acs-core-docs/www/xml/engineering-standards/psgml-mode.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/kernel/apm-requirements.xml: * packages/acs-core-docs/www/xml/kernel/db-api.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/rp-design.xml: Initial shot at getting documentation. 2001-12-22 donb * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: Made the datasource "::dbname" function the same as "localhost::dbname" * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: The bindvar emulation for db_exec_plpgsql now calls DoubleApos on the values ... 2001-12-19 donb * packages/acs-core-docs/www/security-design.html: * packages/acs-core-docs/www/xml/kernel/security-design.xml: * packages/acs-kernel/sql/oracle/security-create.sql: * packages/acs-kernel/sql/postgresql/postgresql.sql: * packages/acs-tcl/tcl/security-procs-oracle.xql: * packages/acs-tcl/tcl/security-procs-postgresql.xql: * packages/acs-tcl/tcl/security-procs.tcl: * packages/acs-tcl/tcl/security-procs.xql: Renamed a column named "timestamp" in the security package because this is now a reserved word in PG (correctly). I changed the Oracle version, too, because I know that 9i has added the "timestamp" datatype and even if it will accept it as a column name it's confusing. I also changes postgresql.sql to load correctly under PG 7.1 and 7.2. * packages/acs-kernel/sql/postgresql/security-create.sql: branches: 1.4.4; Renamed a column named "timestamp" in the security package because this is now a reserved word in PG (correctly). I changed the Oracle version, too, because I know that 9i has added the "timestamp" datatype and even if it will accept it as a column name it's confusing. I also changes postgresql.sql to load correctly under PG 7.1 and 7.2. 2001-12-17 yon * packages/acs-templating/tcl/date-procs.tcl: bug fix 2001-12-14 donb * packages/acs-kernel/sql/postgresql/postgresql.sql: Incorporated Marc Fournier's PG 7.2 fix for finding comments on a column. * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: * packages/acs-kernel/sql/postgresql/postgresql.sql: New checks for proper PG configuration and some PG 7.1 vs. PG 7.2 changes in postgresql.sql (which now checks at varies its behavior according to the version being run). 2001-12-13 donb * packages/acs-templating/tcl/tag-procs.tcl: Oops - I mindlessly copied a patch posted by Stephen Deasy to one of the openacs.org forums, which of course stripped out the backslash escapes, causing the patch to bomb. Grrr ... * packages/acs-subsite/www/permissions/index-postgresql.xql: branches: 1.4.4; switched this to use "all_object_party_privilege_map" ... 2001-12-12 donb * packages/acs-templating/tcl/date-procs.tcl: * packages/acs-templating/tcl/form-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: Incorporated Bruno Mattarollo's HTML fixes (adding quotes to stuff, etc) * packages/acs-templating/tcl/tag-procs.tcl: Incorporated Stephen Deasy's patch to fix the "elseif" template tag. 2001-12-11 ben * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/acs-create-2.sql: * packages/acs-kernel/sql/oracle/acs-kernel-create.sql: * packages/acs-kernel/sql/postgresql/acs-create-2.sql: * packages/acs-kernel/sql/postgresql/acs-kernel-create.sql: added privacy control * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/acs-permissions-procs-oracle.xql: * packages/acs-tcl/tcl/acs-private-data-procs.tcl: fixed a couple of bugs, added privacy stuff. 2001-12-10 donb * packages/acs-kernel/sql/postgresql/postgresql.sql: Oops added a couple of comments with single apostrophes within a quoted string (PL/pgSQL function body) 2001-12-09 donb * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-perms.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/postgresql.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-create.sql: * packages/acs-subsite/www/admin/site-map/index-postgresql.xql: Added code to make use of David Walker's wonderfully abusive hack on the pg_proc table that showed me how to write recursive SQL functions. We now have good use of the index on tree_sortkey when climbing the tree, woo-hoo! * packages/acs-kernel/sql/postgresql/postgresql.sql: Fixed some errors in my earlier hacking on hierarchical queries... * packages/acs-content-repository/sql/postgresql/content-keyword.sql: branches: 1.10.2; 1.10.4; Added code to make use of David Walker's wonderfully abusive hack on the pg_proc table that showed me how to write recursive SQL functions. We now have good use of the index on tree_sortkey when climbing the tree, woo-hoo! * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: branches: 1.10.4; Added code to make use of David Walker's wonderfully abusive hack on the pg_proc table that showed me how to write recursive SQL functions. We now have good use of the index on tree_sortkey when climbing the tree, woo-hoo! * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: branches: 1.11.10; Improved this slightly ... * packages/acs-tcl/tcl/navigation-procs-postgresql.xql: branches: 1.7.4; Added code to make use of David Walker's wonderfully abusive hack on the pg_proc table that showed me how to write recursive SQL functions. We now have good use of the index on tree_sortkey when climbing the tree, woo-hoo! * packages/acs-messaging/sql/postgresql/acs-messaging-create.sql: branches: 1.8.4; Fixed some errors in my earlier hacking on hierarchical queries... 2001-12-08 donb * packages/acs-content-repository/sql/postgresql/content-create.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-type.sql: * packages/acs-content-repository/sql/postgresql/types-create.sql: * packages/acs-content-repository/tcl/filter-procs-postgresql.xql: * packages/acs-kernel/sql/postgresql/acs-metadata-create.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/postgresql.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-create.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/navigation-procs-postgresql.xql: Changed the representation of tree_sortkeys from "text" to "bit varying". * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: branches: 1.19.4; Changed the representation of tree_sortkeys from "text" to "bit varying". * packages/acs-content-repository/sql/postgresql/content-folder.sql: branches: 1.20.4; Changed the representation of tree_sortkeys from "text" to "bit varying". * packages/acs-kernel/sql/postgresql/acs-object-util.sql: branches: 1.3.10; Changed the representation of tree_sortkeys from "text" to "bit varying". * packages/acs-subsite/www/admin/relations/add-postgresql.xql: branches: 1.4.2; Changed the representation of tree_sortkeys from "text" to "bit varying". 2001-12-07 ben * packages/acs-tcl/tcl/navigation-procs.tcl: branches: 1.3.2; made /pvt/home configurable * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-tcl/tcl/defs-procs.tcl: made /pvt/home configurable 2001-12-07 arjun * packages/acs-subsite/www/permissions/one.xql: Removed PG-specific query from SQL92 file. * packages/acs-subsite/www/permissions/one-oracle.xql: branches: 1.3.4; Added oracle-specific "children_count" query which was in the .xql file * packages/acs-subsite/www/permissions/one-postgresql.xql: branches: 1.4.4; Move "children_count" query from .xql to here. 2001-12-04 donb * packages/acs-subsite/tcl/attribute-procs-postgresql.xql: * packages/acs-subsite/tcl/package-procs-postgresql.xql: * packages/acs-subsite/tcl/party-procs-postgresql.xql: * packages/acs-subsite/tcl/rel-types-procs-postgresql.xql: * packages/acs-subsite/tcl/relation-procs-postgresql.xql: * packages/acs-subsite/tcl/subsite-callback-procs-postgresql.xql: * packages/acs-subsite/www/admin/group-types/index-postgresql.xql: * packages/acs-subsite/www/admin/group-types/new-postgresql.xql: * packages/acs-subsite/www/admin/group-types/rel-type-add-postgresql.xql: * packages/acs-subsite/www/admin/groups/elements-display-list-postgresql.xql: * packages/acs-subsite/www/admin/groups/new-postgresql.xql: * packages/acs-subsite/www/admin/parties/new-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/new-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/index-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/new-2-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/new-postgresql.xql: * packages/acs-subsite/www/admin/relations/add-postgresql.xql: * packages/acs-subsite/www/admin/relations/add.tcl: * packages/acs-subsite/www/admin/site-map/index-postgresql.xql: * packages/acs-tcl/tcl/navigation-procs-postgresql.xql: * packages/acs-tcl/tcl/object-type-procs-postgresql.xql: Switched tree-based queries to a tree-using form, which will greatly enhance scalability... * packages/acs-subsite/www/admin/group-types/one-postgresql.xql: branches: 1.2.2; Switched tree-based queries to a tree-using form, which will greatly enhance scalability... * packages/acs-subsite/tcl/application-group-procs-postgresql.xql: * packages/acs-subsite/www/admin/users/new-postgresql.xql: branches: 1.3.2; Switched tree-based queries to a tree-using form, which will greatly enhance scalability... * packages/acs-subsite/www/admin/relations/add-oracle.xql: branches: 1.3.6; Switched tree-based queries to a tree-using form, which will greatly enhance scalability... * packages/acs-subsite/www/admin/groups/rel-type-add-postgresql.xql: branches: 1.4.4; Switched tree-based queries to a tree-using form, which will greatly enhance scalability... * packages/acs-subsite/tcl/subsite-procs-postgresql.xql: branches: 1.5.4; Switched tree-based queries to a tree-using form, which will greatly enhance scalability... 2001-12-01 donb * 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/site-nodes-create.sql: * 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.xql: 1. Replaced more "tree_sortkey like" with "tree_sortkey between" expressions 2. Fixed a bad port of an Oracle query in site-nodes-procs.tcl and removed a needless outer join from both versions in the process. * packages/acs-content-repository/sql/postgresql/content-item.sql: After importing openacs.org users, forums and messages I discovered that it took literally several minutes to load the APM's home page. This was due to a rather stupid subselect of the form: select count(*) from content_revisions r where r.revision_id = content_item.get_latest_revision(item_id) where item_id comes from the package versions table. It's stupid in both PG and Oracle because get_latest_revision already joins the latest_revision_id value from cr_items with the content revisions table thus a simple check for a null return by get_latest_revision would be sufficient. It's *really* stupid in Oracle because Oracle won't use the index on revision_id when checking NULLs so we get two sequential scans of the cr_revisions table tucked into that one itty-bitty subquery (itself called once for each package version in ths system). Which explains why I hadn't noticed it while working on scalability testing in PG - PG uses the index because its btree index structure handles NULLs. Meaning this query only fell apart at a rate of O(log2(R)) rather than O(R) as in Oracle (R being the number of revision objects in the system). My solution was to rewrite the subselect using "case" rather than "count(*)" and also to speed up get_latest_revision by having it check for NULL and return NULL immediately rather than execute the query (in PG this is accomplished by declaring the function "isstrict", and the executor won't even call the function if the argument's NULL, making it REALLY fast!). * packages/acs-kernel/sql/postgresql/rel-constraints-create.sql: branches: 1.12.2; 1. Replaced more "tree_sortkey like" with "tree_sortkey between" expressions 2. Fixed a bad port of an Oracle query in site-nodes-procs.tcl and removed a needless outer join from both versions in the process. * packages/acs-kernel/sql/postgresql/rel-segments-create.sql: branches: 1.3.4; 1. Replaced more "tree_sortkey like" with "tree_sortkey between" expressions 2. Fixed a bad port of an Oracle query in site-nodes-procs.tcl and removed a needless outer join from both versions in the process. * packages/acs-admin/www/apm/index-oracle.xql: * packages/acs-admin/www/apm/index-postgresql.xql: branches: 1.5.4; After importing openacs.org users, forums and messages I discovered that it took literally several minutes to load the APM's home page. This was due to a rather stupid subselect of the form: select count(*) from content_revisions r where r.revision_id = content_item.get_latest_revision(item_id) where item_id comes from the package versions table. It's stupid in both PG and Oracle because get_latest_revision already joins the latest_revision_id value from cr_items with the content revisions table thus a simple check for a null return by get_latest_revision would be sufficient. It's *really* stupid in Oracle because Oracle won't use the index on revision_id when checking NULLs so we get two sequential scans of the cr_revisions table tucked into that one itty-bitty subquery (itself called once for each package version in ths system). Which explains why I hadn't noticed it while working on scalability testing in PG - PG uses the index because its btree index structure handles NULLs. Meaning this query only fell apart at a rate of O(log2(R)) rather than O(R) as in Oracle (R being the number of revision objects in the system). My solution was to rewrite the subselect using "case" rather than "count(*)" and also to speed up get_latest_revision by having it check for NULL and return NULL immediately rather than execute the query (in PG this is accomplished by declaring the function "isstrict", and the executor won't even call the function if the argument's NULL, making it REALLY fast!). * packages/acs-content-repository/sql/oracle/content-item.sql: branches: 1.7.2; After importing openacs.org users, forums and messages I discovered that it took literally several minutes to load the APM's home page. This was due to a rather stupid subselect of the form: select count(*) from content_revisions r where r.revision_id = content_item.get_latest_revision(item_id) where item_id comes from the package versions table. It's stupid in both PG and Oracle because get_latest_revision already joins the latest_revision_id value from cr_items with the content revisions table thus a simple check for a null return by get_latest_revision would be sufficient. It's *really* stupid in Oracle because Oracle won't use the index on revision_id when checking NULLs so we get two sequential scans of the cr_revisions table tucked into that one itty-bitty subquery (itself called once for each package version in ths system). Which explains why I hadn't noticed it while working on scalability testing in PG - PG uses the index because its btree index structure handles NULLs. Meaning this query only fell apart at a rate of O(log2(R)) rather than O(R) as in Oracle (R being the number of revision objects in the system). My solution was to rewrite the subselect using "case" rather than "count(*)" and also to speed up get_latest_revision by having it check for NULL and return NULL immediately rather than execute the query (in PG this is accomplished by declaring the function "isstrict", and the executor won't even call the function if the argument's NULL, making it REALLY fast!). 2001-11-30 donb * packages/acs-kernel/sql/postgresql/postgresql.sql: Check the comments in postgresql.sql - my previous commit didn't quite work as expected. I also removed an ugly assumption made in the PG port in bboard-procs.tcl. 2001-11-30 ben * packages/acs-tcl/tcl/site-nodes-procs-oracle.xql: fixed an oracle XQL bug 2001-11-29 donb * packages/acs-kernel/sql/postgresql/postgresql.sql: Added "tree_left" and "tree_right" in order to optimize tree queries, which I did for the bboard package. "LIKE (tree_sortkey || %)" never uses the index as we thought it did, as it turns out ... see postgresql.sql for example queries that do. * packages/acs-subsite/acs-subsite.info: Put the .info file in alignment with this package's world... 2001-11-29 ben * packages/acs-tcl/tcl/acs-permissions-procs-oracle.xql: fixed an Oracle bug in ad_permission_grant query 2001-11-28 donb * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: * packages/acs-subsite/www/admin/group-types/delete-2.xql: * packages/acs-subsite/www/admin/group-types/index-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/index-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/delete-2-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/one-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/rels-list-postgresql.xql: * packages/acs-subsite/www/permissions/index-postgresql.xql: * packages/acs-subsite/www/permissions/one-oracle.xql: * packages/acs-subsite/www/permissions/one-postgresql.xql: * packages/acs-subsite/www/permissions/one.xql: First round of speedups for verious permissions issues. Key finding is that the all_object_party_privilege_map is speedy in PostgreSQL and apparently in Oracle, as well (having re-read some of the optimization threads). * packages/acs-subsite/www/admin/rel-segments/constraints/index.xql: More permissions speeding up, or at least that is the theory... * packages/acs-subsite/www/admin/rel-segments/one-postgresql.xql: * packages/acs-subsite/www/permissions/index-oracle.xql: * packages/acs-tcl/tcl/acs-kernel-procs.xql: branches: 1.2.4; First round of speedups for verious permissions issues. Key finding is that the all_object_party_privilege_map is speedy in PostgreSQL and apparently in Oracle, as well (having re-read some of the optimization threads). 2001-11-28 danw * packages/acs-tcl/tcl/apm-procs.tcl: added support for getting the package url from the package key * packages/acs-tcl/tcl/apm-procs-oracle.xql: branches: 1.3.2; added support for getting the package url from the package key * packages/acs-tcl/tcl/apm-procs-postgresql.xql: branches: 1.7.2; added support for getting the package url from the package key 2001-11-28 ben * packages/acs-tcl/tcl/apm-procs.tcl: branches: 1.16.2; fixed a bug: proc to ad_proc for QD registration 2001-11-27 ben * packages/acs-subsite/tcl/package-procs-postgresql.xql: updated package_instantiate_object for PG 2001-11-21 neophytosd * packages/search/tcl/search-procs.tcl: branches: 1.6.2; initial revision of acs-workflow-4.3 2001-11-21 donb * packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: 1. Fixed a boneheaded error in the bootstrapper: "AvailablePool" was being submitted to a case-sensitive check. Of course AOLserver parameters are case-insensitive. 2. A recently submitted patch to the db routine that PSQL's source broke the code if you haven't started postmaster with the "-i" option. 3. Bboard was very, very slow in PG. It is now much faster. 2001-11-21 ben * packages/acs-tcl/tcl/acs-permissions-procs-oracle.xql: * packages/acs-tcl/tcl/acs-permissions-procs-postgresql.xql: * packages/acs-tcl/tcl/acs-permissions-procs.tcl: added obvious permission procs that weren't there before * packages/acs-subsite/tcl/package-procs-oracle.xql: * packages/acs-subsite/tcl/package-procs.tcl: * packages/acs-subsite/tcl/relation-procs.tcl: updated package procs and relation procs to provide better handling of additional variables. This *may* cause some things to break, and the added functionality is not yet PG-compatible. It will be soon, though. (ben) * packages/acs-subsite/tcl/package-procs.tcl: took out extraneous logging notices 2001-11-20 donb * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: 1. changed db_qd_log to use the passed-in level rather than gluing things to "Debug" for convenience. I then changed all the "Notice" calls to "Debug". Then my one "Error" call I added worked! :) If a query file has a syntax error in it now, an error is logged to the server log but bootstrapping continues. 2. Lots and lots or etp oracle fixes and some PG version clean-ups 3. Some file-storage files were unconventionally named. * packages/acs-lang/sql/oracle/acs-lang-create.sql: * packages/acs-lang/sql/postgresql/acs-lang-create.sql: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/admin-procs.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: Installed some patches: 1. Request processor was losing the port portion of the URL in some cases. 2. OpenACS 4 couldn't cope with a PG database that was password-protected 3. Didn't work with nsopenssl Also I removed references to currency.sql from acs-lang (this is now part of the references package) * packages/acs-subsite/www/admin/site-map/parameter-set-oracle.xql: * packages/acs-subsite/www/admin/site-map/parameter-set-postgresql.xql: * packages/acs-subsite/www/admin/site-map/parameter-set.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: 1. Blank parameters were listed as being of "No Value", and when you hit "set parameters" this string replaced the empty string in the database, not exactly what you want. I changed the code to leave the input box blank. 2. caching of empty parameter strings didn't work. I'd fixed this earlier for ad_parameter proper but missed the fact that ad_parameter_cache had the same bug. With these changes you can now run acs-workflow's admin UI without graphviz 2001-11-19 donb * packages/acs-admin/www/apm/packages-install.tcl: 1. Modified the Javascript "check/uncheck all boxes" code in the APM package install page so that it still works if javascript's disabled. 2. Slight rewrite of a view in bboard. 3. Skin works in OpenACS Oracle/PG - changed info file to reflect this. 4. Added clean error handling to wimpy point attachment upload page. 2001-11-18 stevew * packages/acs-subsite/www/admin/site-map/parameter-set-oracle.xql: * packages/acs-subsite/www/admin/site-map/parameter-set-postgresql.xql: * packages/acs-subsite/www/admin/site-map/parameter-set.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: Make the site-map parameter-set page highlight parameters which have been overridden by the ad.ini/nsd.tcl file (SDM patch #82) 2001-11-18 danw * packages/acs-content-repository/tcl/publish-procs.tcl: fixed problem with multiple publishing roots 2001-11-17 stevew * packages/acs-admin/www/apm/package-load-2.tcl: * packages/acs-admin/www/apm/packages-install.tcl: * packages/acs-admin/www/apm/write-all-specs.tcl: Add ad_return_top_of_page to pages which start with an ns_write to make sure HTTP headers get returned * packages/acs-admin/www/apm/packages-install.tcl: Implement check/uncheck all with Javascript (SDM patch #86) * packages/acs-bootstrap-installer/bootstrap.tcl: Load package parameters before sourcing -init files (SDM patch #91) * packages/acs-bootstrap-installer/bootstrap.tcl: Log which files get sourced during bootstrap * packages/acs-tcl/tcl/acs-permissions-procs.tcl: Make ad_require_permission return proper HTTP headers (SDM patch #89) 2001-11-16 donb * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: 1. The PG port of apm__register_parameter had a tiny error which caused it to not set the new parameter to its default value in any of the effected package instances. 2. Glossary - added admin as a parent of glossary_admin so admins can admin. 3. edit-this-page PG: removed code that was written because of #1 above 4. edit-this-page Oracle: finished the datamodel port, added drop script 2001-11-15 donb * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-image.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/tcl/revision-procs-oracle.xql: * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-kernel/sql/oracle/acs-metadata-create.sql: * packages/acs-kernel/sql/postgresql/acs-metadata-create.sql: * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: 1. Fixed permissions bug in the PG version (missing OR clause in a view) 2. Added (untested thus far) site-wide-search to glossary 3. Added centralized support for importing files into the CR (either into the filesystem or the database). 4. Fixed wp-slim. Fixed it some more. Fixed it again. It still needs more fixing. * packages/acs-content-repository/tcl/revision-procs.xql: branches: 1.2.4; 1. Fixed permissions bug in the PG version (missing OR clause in a view) 2. Added (untested thus far) site-wide-search to glossary 3. Added centralized support for importing files into the CR (either into the filesystem or the database). 4. Fixed wp-slim. Fixed it some more. Fixed it again. It still needs more fixing. * packages/acs-content-repository/sql/postgresql/content-image-drop.sql: branches: 1.3.4; 1. Fixed permissions bug in the PG version (missing OR clause in a view) 2. Added (untested thus far) site-wide-search to glossary 3. Added centralized support for importing files into the CR (either into the filesystem or the database). 4. Fixed wp-slim. Fixed it some more. Fixed it again. It still needs more fixing. * packages/acs-content-repository/sql/oracle/content-revision.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: branches: 1.4.2; 1. Fixed permissions bug in the PG version (missing OR clause in a view) 2. Added (untested thus far) site-wide-search to glossary 3. Added centralized support for importing files into the CR (either into the filesystem or the database). 4. Fixed wp-slim. Fixed it some more. Fixed it again. It still needs more fixing. * packages/acs-content-repository/sql/oracle/content-image.sql: * packages/acs-content-repository/tcl/revision-procs-postgresql.xql: branches: 1.4.4; 1. Fixed permissions bug in the PG version (missing OR clause in a view) 2. Added (untested thus far) site-wide-search to glossary 3. Added centralized support for importing files into the CR (either into the filesystem or the database). 4. Fixed wp-slim. Fixed it some more. Fixed it again. It still needs more fixing. 2001-11-11 peterh * packages/acs-automated-testing/acs-automated-testing.info: * packages/acs-automated-testing/sql/oracle/acs-automated-testing-create.sql: * packages/acs-automated-testing/sql/oracle/acs-automated-testing-drop.sql: * packages/acs-automated-testing/sql/postgresql/acs-automated-testing-drop.sql: * packages/acs-automated-testing/tcl/example-procs.tcl: * packages/acs-automated-testing/tcl/example-test-procs.tcl: * packages/acs-automated-testing/tcl/filter-procs.tcl: * packages/acs-automated-testing/www/admin/clear.tcl: * packages/acs-automated-testing/www/admin/component.adp: * packages/acs-automated-testing/www/admin/component.tcl: * packages/acs-automated-testing/www/admin/index-postgresql.xql: * packages/acs-automated-testing/www/admin/index.adp: * packages/acs-automated-testing/www/admin/index.tcl: * packages/acs-automated-testing/www/admin/master.adp: * packages/acs-automated-testing/www/admin/rerun.tcl: * packages/acs-automated-testing/www/admin/testcase-postgresql.xql: * packages/acs-automated-testing/www/admin/testcase.adp: * packages/acs-automated-testing/www/admin/testcase.tcl: * packages/acs-automated-testing/www/index.html: New package acs-automated-testing * packages/acs-automated-testing/tcl/aa-test-procs-postgresql.xql: branches: 1.1.10; 1.1.14; New package acs-automated-testing * packages/acs-automated-testing/sql/postgresql/acs-automated-testing-create.sql: * packages/acs-automated-testing/tcl/aa-test-procs-oracle.xql: * packages/acs-automated-testing/tcl/aa-test-procs.tcl: * packages/acs-automated-testing/www/admin/index-oracle.xql: * packages/acs-automated-testing/www/admin/testcase-oracle.xql: branches: 1.1.4; New package acs-automated-testing 2001-11-07 jong * packages/acs-content-repository/sql/postgresql/content-create.sql: added a constraint * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-create.sql: added package_id to cr_folders 2001-11-07 donb * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-create.sql: 1. Typo in the alter table in the PG version ... 2. Just folded the alter tables into the cr_folders table definition. This is still pre-beta ... 2001-11-05 donb * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: Copying a version of a package didn't copy the database-supported field for its files. 2001-11-01 donb * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: Bug fixes in the postgres ports of these packages ... 2001-10-31 donb * packages/acs-content-repository/tcl/revision-procs-oracle.xql: * packages/acs-content-repository/tcl/revision-procs-postgresql.xql: * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-subsite/www/shared/portrait-bits.tcl: * packages/acs-tcl/tcl/apm-file-procs-postgresql.xql: * packages/acs-tcl/tcl/text-html-procs.tcl: 1. Added a new Tcl procedure to the content repository's library, named cr_write_content, which properly writes content to the connection regardless of RDBMS and storage type. This simplified a bunch of stuff (which explains the removed files). 2. Fixed a lot of general comments issues regarding HTML vs. Plain/Text, attachments, etc. 3. Partially ported glossary. * packages/acs-content-repository/tcl/revision-procs.xql: * packages/acs-subsite/www/shared/portrait-bits.xql: Bunch of files I forgot to add to the last commit ... * packages/acs-content-repository/acs-content-repository.info: branches: 1.15.2; 1. Added a new Tcl procedure to the content repository's library, named cr_write_content, which properly writes content to the connection regardless of RDBMS and storage type. This simplified a bunch of stuff (which explains the removed files). 2. Fixed a lot of general comments issues regarding HTML vs. Plain/Text, attachments, etc. 3. Partially ported glossary. * packages/acs-messaging/sql/oracle/acs-messaging-packages.sql: branches: 1.2.2; 1. Added a new Tcl procedure to the content repository's library, named cr_write_content, which properly writes content to the connection regardless of RDBMS and storage type. This simplified a bunch of stuff (which explains the removed files). 2. Fixed a lot of general comments issues regarding HTML vs. Plain/Text, attachments, etc. 3. Partially ported glossary. * packages/acs-subsite/www/user/portrait/upload-2-postgresql.xql: branches: 1.3.6; 1.3.10; 1. Added a new Tcl procedure to the content repository's library, named cr_write_content, which properly writes content to the connection regardless of RDBMS and storage type. This simplified a bunch of stuff (which explains the removed files). 2. Fixed a lot of general comments issues regarding HTML vs. Plain/Text, attachments, etc. 3. Partially ported glossary. 2001-10-30 danw * packages/acs-content-repository/sql/oracle/content-create.sql: fixed mutating tables problem with cr_cleanup_cr_files_del_trg trigger 2001-10-29 kapilt * packages/acs-service-contract/www/doc/index.stx: * packages/acs-service-contract/www/doc/index.xml: branches: 1.1.28; converted structured text -> docbook,html * packages/acs-service-contract/www/doc/index.html: branches: 1.2.28; converted structured text -> docbook,html 2001-10-28 neophytosd * packages/search/www/search-results-bottom.adp: *** empty log message *** 2001-10-26 donb * packages/ref-timezones/sql/postgresql/ref-timezones-drop.sql: branches: 1.3.4; Cleaned this up ... 2001-10-25 donb * packages/acs-tcl/tcl/navigation-procs-oracle.xql: branches: 1.3.4; navigation-procs-oracle.xql: we inherited a query from aD that sorted backwards, messing up the database-derived nav bars generated from the site map. The rest is partial work towards getting glossary to work. After running the query dispatcher it no longer worked even for Oracle due to a bunch of duplicate query names in several files. Boo-hiss... 2001-10-23 donb * packages/acs-tcl/tcl/widgets-procs.tcl: * packages/acs-tcl/tcl/widgets-procs.xql: Applied patches from Gilbert Wong. * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: Dave Bauer's patches ... 2001-10-21 donb * packages/acs-lang/sql/postgresql/acs-lang-create.sql: * packages/acs-lang/sql/postgresql/ad-locales-drop.sql: * packages/acs-lang/sql/postgresql/ad-locales.sql: * packages/acs-lang/sql/postgresql/currency.sql: * packages/acs-lang/sql/postgresql/message-catalog-drop.sql: * packages/acs-lang/sql/postgresql/message-catalog.sql: Another attempt to get this package straightened out... * packages/acs-lang/acs-lang.info: * packages/acs-service-contract/acs-service-contract.info: * packages/acs-service-contract/sql/oracle/acs-sc-tables-drop.sql: * packages/acs-service-contract/sql/oracle/acs-sc-views-create.sql: Started port of directory to postgresql, fixed some acs-service-contract Oracle glitches ... * packages/acs-lang/sql/oracle/acs-lang-create.sql: * packages/acs-lang/sql/oracle/ad-locales-drop.sql: * packages/acs-lang/sql/oracle/ad-locales.sql: * packages/acs-lang/sql/oracle/message-catalog-drop.sql: * packages/acs-lang/sql/oracle/message-catalog.sql: * packages/acs-lang/sql/postgresql/currency.sql: Tring again! 2001-10-19 donb * packages/acs-core-docs/www/release-notes.html: Hacked this some more. Yes, I know we need to get the XML docs in shape but for now I just wanted this and other docs to look good for alpha by at least using our logo and in the case of this file actually relevant to the release... * packages/acs-content-repository/sql/oracle/content-search.sql: * packages/search/sql/postgresql/search-sc-create.sql: *** empty log message *** 2001-10-18 donb * packages/acs-admin/www/apm/packages-install.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: Bootstrap installer was installing packages that don't work with the current RDBMS (search vs. Oracle in particular) * packages/acs-tcl/tcl/request-processor-procs.tcl: Jonathan's patch to more gracefully handle the default root node... * packages/search/search.info: branches: 1.3.2; Bootstrap installer was installing packages that don't work with the current RDBMS (search vs. Oracle in particular) 2001-10-17 donb * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-dev.html: * packages/acs-core-docs/www/acs.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/bootstrap-acs.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/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/filename.html: * packages/acs-core-docs/www/for-everyone.html: * packages/acs-core-docs/www/general-documents.html: * packages/acs-core-docs/www/getting-started.html: * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/images/alex.jpg: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/more-developer-info.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/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/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/redhat.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/requirements.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/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/tests.html: * packages/acs-core-docs/www/unix-install.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/working-with-xml.html: Changed documents to use our alex log rather than the aD logo, and added dear alex to the images directory. * packages/acs-bootstrap-installer/installer/index.tcl: Typo... 2001-10-16 donb * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/ref-timezones/sql/oracle/ref-timezones-create.sql: A variety of minor fixes ... * packages/ref-timezones/sql/postgresql/ref-timezones-create.sql: *** empty log message *** 2001-10-15 stevew * packages/acs-subsite/tcl/subsite-procs-postgresql.xql: Port query 2001-10-15 donb * packages/acs-subsite/acs-subsite.info: Added new files to the .info file. * packages/ref-timezones/sql/common/ref-timezones-rules.sql: * packages/ref-timezones/sql/oracle/ref-timezones-create.sql: * packages/ref-timezones/sql/oracle/ref-timezones-drop.sql: * packages/ref-timezones/sql/postgresql/ref-timezones-create.sql: * packages/ref-timezones/sql/postgresql/ref-timezones-drop.sql: Made ref-timezones work with PostgreSQL, made names of reference packages be consistent. * packages/ref-timezones/ref-timezones.info: branches: 1.3.4; Made ref-timezones work with PostgreSQL, made names of reference packages be consistent. * packages/ref-language/ref-language.info: branches: 1.5.4; Made ref-timezones work with PostgreSQL, made names of reference packages be consistent. 2001-10-14 neophytosd * packages/acs-service-contract/www/doc/index.html: acs service contract documentation by kapil thangavelu 2001-10-14 donb * packages/acs-content-repository/sql/oracle/content-create.sql: Fixed Dan's new trigger ... 2001-10-12 alexs * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: updates file info to reflect host-node mapping patch 2001-10-11 donb * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: Applied patch #73 2001-10-11 danw * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: added acs_object__new which takes security_inherit_p as an arguement. Needed for static pages 2001-10-10 vinodk * packages/acs-subsite/tcl/subsite-procs-oracle.xql: * packages/acs-subsite/tcl/subsite-procs.xql: branches: 1.3.4; fixed query names in subsite-procs * packages/acs-subsite/tcl/subsite-procs-postgresql.xql: fixed query names in subsite-procs 2001-10-10 alexs * packages/acs-subsite/sql/oracle/acs-subsite-create.sql: * packages/acs-subsite/www/admin/host-node-map/add.xql: * packages/acs-subsite/www/admin/host-node-map/delete.xql: * packages/acs-subsite/www/admin/host-node-map/index-oracle.xql: * packages/acs-subsite/www/admin/host-node-map/index-postgresql.xql: Adds host-node-map patch * packages/acs-subsite/sql/oracle/host-node-map-drop.sql: Iniital checkin for host-node-map patch * packages/acs-subsite/sql/postgresql/host-node-map-drop.sql: Initial checkin for host-node-map patch * packages/acs-subsite/www/admin/index.adp: adds host-node-map patch * packages/acs-tcl/tcl/request-processor-procs-oracle.xql: * packages/acs-tcl/tcl/request-processor-procs-postgresql.xql: * packages/acs-tcl/tcl/request-processor-procs.tcl: adds hostname-based subsite patch * packages/acs-subsite/www/admin/host-node-map/index.tcl: branches: 1.1.2; Adds host-node-map patch * packages/acs-subsite/www/admin/host-node-map/add.tcl: * packages/acs-subsite/www/admin/host-node-map/delete.tcl: * packages/acs-subsite/www/admin/host-node-map/index.xql: branches: 1.1.4; Adds host-node-map patch * packages/acs-subsite/sql/oracle/host-node-map-create.sql: branches: 1.1.4; Iniital checkin for host-node-map patch * packages/acs-subsite/sql/postgresql/host-node-map-create.sql: branches: 1.1.4; Initial checkin for host-node-map patch * packages/acs-tcl/tcl/request-processor-procs.xql: branches: 1.2.4; adds hostname-based subsite patch * packages/acs-subsite/sql/oracle/acs-subsite-drop.sql: branches: 1.2.6; Adds host-node-map patch * packages/acs-subsite/sql/postgresql/acs-subsite-create.sql: branches: 1.3.2; Adds host-node-map patch * packages/acs-subsite/sql/postgresql/acs-subsite-drop.sql: branches: 1.3.6; Adds host-node-map patch 2001-10-09 danw * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/oracle/content-image-drop.sql: * packages/acs-content-repository/sql/oracle/content-image.sql: more image handling fixes submitted by Walter McGinnis 2001-10-09 ben * packages/acs-service-contract/tcl/acs-service-contract-procs-oracle.xql: branches: 1.1.10; fixed for Oracle * packages/acs-service-contract/tcl/acs-service-contract-init.tcl: branches: 1.3.4; fixed for Oracle * packages/acs-service-contract/sql/oracle/acs-sc-packages-create.sql: fixed delete_aliases to delete_alias (ben) * packages/acs-service-contract/sql/oracle/acs-sc-packages-create.sql: * packages/acs-service-contract/tcl/acs-service-contract-init-oracle.xql: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: fixed for Oracle * packages/acs-service-contract/sql/oracle/acs-sc-packages-create.sql: * packages/acs-service-contract/sql/oracle/acs-sc-tables-create.sql: fixed for Oracle: acs_sc_impl_alias to acs_sc_impl_aliases 2001-10-08 danw * packages/acs-content-repository/sql/oracle/content-create.sql: fixed delete file trigger 2001-10-08 ben * packages/acs-subsite/tcl/package-procs.tcl: fixed return rel_id 2001-10-07 neophytosd * packages/acs-service-contract/sql/postgresql/acs-sc-tables-create.sql: naming convention changes 2001-10-06 neophytosd * packages/search/www/doc/guidelines.html: added q&as * packages/acs-service-contract/sql/postgresql/acs-sc-object-types-create.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-packages-create.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-tables-create.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-tables-drop.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-views-create.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-views-drop.sql: * packages/acs-service-contract/tcl/acs-service-contract-init.tcl: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: * packages/acs-service-contract/www/index.tcl: naming conventions 2001-10-03 neophytosd * packages/acs-service-contract/acs-service-contract.info: *** empty log message *** * packages/search/sql/postgresql/search-sc-create.sql: fixed/changed operation_nargs values * packages/search/www/doc/guidelines.html: some guidelines of how to make an object type searchable 2001-10-03 donb * packages/acs-admin/www/apm/packages-install-3.xql: 1. Fixed APM bug - updating a package failed due to an unported query. 2. Updated the version number for version control. * packages/acs-admin/www/apm/packages-install-3-oracle.xql: * packages/acs-admin/www/apm/packages-install-3-postgresql.xql: branches: 1.1.4; 1. Fixed APM bug - updating a package failed due to an unported query. 2. Updated the version number for version control. * packages/acs-admin/acs-admin.info: branches: 1.12.2; 1. Fixed APM bug - updating a package failed due to an unported query. 2. Updated the version number for version control. 2001-10-03 danw * packages/acs-content-repository/sql/postgresql/content-create.sql: fixed infinite recursion problem with cr_keywords update trigger 2001-10-01 jong * packages/acs-reference/www/index.adp: changed some links and minor formatting * packages/acs-reference/www/table-detail.adp: * packages/acs-reference/www/table-detail.tcl: * packages/acs-reference/www/view-one-reference.adp: * packages/acs-reference/www/view-one-reference.tcl: initial import 2001-09-30 neophytosd * packages/search/tcl/search-procs.tcl: added check for binding_exists_p * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: fixed mispelled acs_sc_msg_type_element (gwong) 2001-09-27 danw * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/oracle/content-drop.sql: * packages/acs-content-repository/sql/oracle/content-image.sql: * 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-image-drop.sql: * packages/acs-content-repository/sql/postgresql/content-image.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/tcl/acs-content-repository-init.tcl: added support for multiple file storage areas * packages/acs-content-repository/tcl/acs-content-repository-procs.tcl: * packages/acs-content-repository/tcl/acs-content-repository-procs.xql: branches: 1.1.4; added support for multiple file storage areas 2001-09-26 neophytosd * packages/acs-service-contract/sql/postgresql/acs-sc-msg-types-create.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-msg-types-drop.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-tables-create.sql: changed to comply with naming conventions 2001-09-26 danw * packages/acs-content-repository/tcl/acs-content-repository-init.tcl: * packages/acs-content-repository/tcl/content-procs.tcl: modified cr_fs_path to support alternate file storage areas 2001-09-25 ben * packages/acs-subsite/www/register/user-new-2.tcl: patch from Tilmann Singer 2001-09-24 danw * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-content-repository/sql/postgresql/types-create.sql: * packages/acs-kernel/sql/oracle/acs-metadata-create.sql: * packages/acs-kernel/sql/postgresql/acs-metadata-create.sql: * packages/acs-tcl/tcl/community-core-procs.tcl: added name method support for content_revision type 2001-09-21 neophytosd * packages/search/tcl/search-init.tcl: hardcoded SearchIndexerInterval value 2001-09-21 donb * packages/acs-templating/tcl/util-procs.tcl: Removed two unused procs. * packages/acs-tcl/tcl/apm-file-procs.tcl: branches: 1.9.2; Removed unused and duplicate (of an unused) proc. 2001-09-21 danw * packages/acs-content-repository/tcl/filter-procs-oracle.xql: * packages/acs-content-repository/tcl/filter-procs-postgresql.xql: * packages/acs-content-repository/tcl/filter-procs.tcl: modified serving of templates so that they are dynamically regenerated if they don't exist in the file system 2001-09-20 donb * packages/acs-admin/www/apm/version-edit-2.tcl: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-subsite/www/register/restore-user.tcl: Fixed a couple of minor problems: 1. A typo in version-edit-2 that didn't really impact anything 2. A "triggered data change" error caused by apm-create.sql 3. restore-user flat-out didn't work and aD had never tested it 2001-09-20 danw * packages/search/www/search.tcl: removed debug messages 2001-09-19 donb * packages/acs-service-contract/sql/oracle/acs-sc-msg-types-create.sql: * packages/acs-service-contract/sql/oracle/acs-sc-msg-types-drop.sql: * packages/acs-service-contract/sql/oracle/acs-sc-object-types-create.sql: * packages/acs-service-contract/sql/oracle/acs-sc-object-types-drop.sql: * packages/acs-service-contract/sql/oracle/acs-sc-packages-create.sql: * packages/acs-service-contract/sql/oracle/acs-sc-packages-drop.sql: * packages/acs-service-contract/sql/oracle/acs-sc-tables-create.sql: * packages/acs-service-contract/sql/oracle/acs-sc-tables-drop.sql: * packages/acs-service-contract/sql/oracle/acs-sc-views-create.sql: * packages/acs-service-contract/sql/oracle/acs-sc-views-drop.sql: * packages/acs-service-contract/sql/oracle/acs-service-contract-create.sql: * packages/acs-service-contract/sql/oracle/acs-service-contract-drop.sql: * packages/acs-service-contract/sql/oracle/sc-sample-create.sql: * packages/acs-service-contract/sql/oracle/sc-sample-drop.sql: Added Kapil's Oracle port of acs-service-contract. * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: * www/index.adp: Fixed all sorts of cruft uncovered when I decided to fix the bug preventing file upload in bboard. 2001-09-18 neophytosd * packages/search/sql/postgresql/search-sc-drop.sql: *** empty log message *** 2001-09-17 danw * packages/acs-content-repository/tcl/item-procs-oracle.xql: * packages/acs-content-repository/tcl/item-procs-postgresql.xql: branches: 1.1.4; moved CMS stuff to CR so that content can be displayed by the search interface without requiring the user to load cms * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/tcl/item-procs.tcl: * packages/acs-content-repository/tcl/item-procs.xql: * packages/acs-content-repository/tcl/publish-procs-oracle.xql: * packages/acs-content-repository/tcl/publish-procs-postgresql.xql: * packages/acs-content-repository/tcl/publish-procs.tcl: * packages/acs-content-repository/tcl/publish-procs.xql: * packages/acs-content-repository/tcl/search-procs.tcl: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: * packages/acs-templating/tcl/tag-init.tcl: * packages/search/www/search.tcl: moved CMS stuff to CR so that content can be displayed by the search interface without requiring the user to load cms * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: slight change to db_qd_get_fullname that compensates for procs that are called with the global namespace qualifier - ::foo versus foo. 2001-09-16 neophytosd * packages/search/tcl/search-procs.tcl: fixed lob/file handling * packages/search/tcl/search-procs.tcl: minor fix to handle lob 2001-09-16 donb * packages/acs-tcl/tcl/defs-procs.tcl: Changed "ad_parameter" so you can use "-set" to set a parameter to NULL. * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/00-database-procs.tcl: * readme.txt: Fixed db_blob_get for PG, and got rid of db_continue_transaction, which we can no longer support because PG automatically aborts a transaction after an error. 2001-09-15 neophytosd * packages/search/www/index.adp: *** empty log message *** * packages/search/www/advanced-search.tcl: branches: 1.1.6; enhanced search package * packages/search/search.info: * packages/search/sql/postgresql/search-sc-create.sql: * packages/search/sql/postgresql/search-tables-create.sql: * packages/search/tcl/search-procs.tcl: * packages/search/www/advanced-search.adp: * packages/search/www/search-results-top.adp: * packages/search/www/search.tcl: enhanced search package * packages/search/www/search.tcl: fixed feeling lucky when no results found 2001-09-15 donb * packages/acs-kernel/sql/postgresql/postgresql.sql: * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: Mostly added the schema-browser, some other minor fixes ... * packages/ref-countries/sql/postgresql/ref-countries-create.sql: * packages/ref-countries/sql/postgresql/ref-countries-drop.sql: * packages/ref-countries/sql/postgresql/ref-country-create.sql: * packages/ref-language/sql/postgresql/ref-language-create.sql: Oops - forgot some add/remove monkey-motion in these packages ... * packages/ref-language/sql/postgresql/ref-language-drop.sql: * packages/ref-language/sql/postgresql/ref-language.sql: *** empty log message *** 2001-09-14 danw * packages/acs-content-repository/sql/postgresql/content-search.sql: branches: 1.4.4; updated search support to include templates and images * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-content-repository/www/index.vuh: cleaned up serving of virtual urls from CR * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/tcl/filter-procs-oracle.xql: * packages/acs-content-repository/tcl/filter-procs-postgresql.xql: * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-content-repository/tcl/search-procs.tcl: * packages/acs-content-repository/www/index.vuh: updated search support to include templates and images 2001-09-13 danw * packages/acs-content-repository/tcl/filter-procs.xql: branches: 1.2.4; fixed virtual url handling for CR so that it will also display content that is not live. This was done so that non-live revision could be searched for. It is assumed that the user will only see content that they have permission to view regardless of whether it is live or not. * packages/acs-content-repository/tcl/filter-procs-oracle.xql: * packages/acs-content-repository/tcl/filter-procs-postgresql.xql: * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-content-repository/tcl/search-procs.tcl: * packages/acs-content-repository/www/index.vuh: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: * packages/search/sql/postgresql/search-tables-create.sql: * packages/search/tcl/search-init.tcl: fixed virtual url handling for CR so that it will also display content that is not live. This was done so that non-live revision could be searched for. It is assumed that the user will only see content that they have permission to view regardless of whether it is live or not. 2001-09-10 donb * packages/acs-tcl/tcl/site-nodes-procs.tcl: branches: 1.4.2; changed db_dml to db_exec_plsql - PG requires this. 2001-09-10 danw * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/tcl/search-procs.tcl: * packages/acs-content-repository/www/index-oracle.xql: * packages/acs-content-repository/www/index-postgresql.xql: * packages/acs-content-repository/www/index.vuh: * packages/acs-content-repository/www/index.xql: added virtual url support for CR 2001-09-09 stevew * packages/acs-subsite/www/register/email-password-2.tcl: * packages/acs-subsite/www/register/email-password-2.xql: * packages/acs-subsite/www/register/email-password-3.xql: Fix SDM bug #1153 * packages/acs-subsite/www/admin/parties/add-select-type.adp: Fix typo * packages/acs-subsite/tcl/package-procs.tcl: Remove Ben's temporary hack - it breaks under Oracle if the new proc doesn't take an object_type (eg. membership_rel). Shouldn't need this anymore. * packages/acs-subsite/tcl/package-procs-postgresql.xql: * packages/acs-subsite/tcl/party-procs-postgresql.xql: * packages/acs-subsite/tcl/relation-procs-postgresql.xql: * packages/acs-subsite/www/admin/group-types/rel-type-add-postgresql.xql: * packages/acs-subsite/www/admin/groups/rel-type-add-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/delete-2-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/new-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/one-oracle.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/one-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/new-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/index-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/new-2-oracle.xql: * packages/acs-subsite/www/admin/rel-types/new-2-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/new-postgresql.xql: Small fixes * packages/acs-subsite/www/admin/rel-types/new-2.tcl: branches: 1.3.2; Small fixes 2001-09-09 danw * packages/acs-kernel/sql/postgresql/acs-install.sql: branches: 1.9.4; mounted cr for search interface * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/tcl/search-procs.tcl: removed DataProvider Contract Temporarily 2001-09-08 danw * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-create.sql: added dependency for acs-service-contract * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-search.sql: * packages/acs-content-repository/tcl/search-procs.tcl: modified CR to provide the FtsContentProvider interface 2001-09-07 stevew * packages/acs-tcl/tcl/object-type-procs-postgresql.xql: Order by tree_sortkey, remove redundant subquery. Not alphabetical, but at least it's the same as the Oracle version. * packages/acs-subsite/www/admin/groups/elements-display-list-postgresql.xql: * packages/acs-subsite/www/admin/groups/rel-type-add-postgresql.xql: Port queries 2001-09-07 danw * packages/search/sql/postgresql/search-tables-create.sql: added on delete cascade so that items still in the queue can be deleted without triggering RI constraint error * packages/acs-content-repository/sql/postgresql/content-drop.sql: * packages/acs-content-repository/sql/postgresql/content-search.sql: added service content support to convert CR into a content provider for search * packages/acs-tcl/tcl/request-processor-procs.tcl: fixed bogus ns_log command in rp_report_error 2001-09-06 vinodk * packages/acs-bootstrap-installer/installer/site-info-2.tcl: * packages/acs-bootstrap-installer/installer/site-info.tcl: * packages/acs-kernel/acs-kernel.info: * packages/acs-tcl/tcl/defs-procs.tcl: added OutgoingSender parameter to acs-kernel * packages/acs-bootstrap-installer/installer/auto-install.tcl: branches: 1.4.4; added OutgoingSender parameter to acs-kernel * packages/acs-bootstrap-installer/installer/install-data-model.tcl: branches: 1.5.4; added OutgoingSender parameter to acs-kernel 2001-09-05 danw * packages/acs-content-repository/sql/postgresql/content-item.sql: fixed definition of item relationships * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-templating/tcl/filter-procs.tcl: removed FILTER_ABORT code from template::forward as the RP doesn't support the catching of the FILTER_ABORT error as a control structure. Removal of the FILTER_ABORT code allows code to be executed after a template::forward command 2001-09-04 jong * packages/ref-timezones/ref-timezones.info: * packages/ref-timezones/sql/postgresql/ref-timezones-create.sql: * packages/ref-timezones/sql/postgresql/ref-timezones-drop.sql: initial import * packages/ref-timezones/sql/common/ref-timezones-data.sql: * packages/ref-timezones/sql/common/ref-timezones-rules.sql: * packages/ref-timezones/sql/oracle/ref-timezones-create.sql: * packages/ref-timezones/sql/oracle/ref-timezones-drop.sql: initial revision * packages/ref-timezones/sql/common/ref-timezones-data.sql: updated timezones. I was missing all after 505 * packages/ref-timezones/ref-timezones.info: version update with new common/ packages 2001-09-04 donb * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/www/register/email-confirm-oracle.xql: Added Gilbert's fix for PG to Oracle, too ... * packages/acs-bootstrap-installer/installer/install-data-model.tcl: * packages/acs-bootstrap-installer/installer/site-info-2.tcl: Added a couple of patches, mostly minor ... 2001-09-04 danw * packages/acs-kernel/sql/oracle/acs-objects-create.sql: branches: 1.3.2; fixed closing of cursors after an exception * packages/acs-content-repository/sql/oracle/content-item.sql: fixed closing of cursors after an exception 2001-09-03 stevew * packages/acs-kernel/sql/postgresql/community-core-create.sql: * packages/acs-subsite/www/admin/groups/elements-display-list-postgresql.xql: * packages/acs-subsite/www/admin/users/new-postgresql.xql: Add metadata for person__new and user__new Port a few more queries 2001-09-03 neophytosd * packages/search/www/search.tcl: If FtsEngineDriver implementation is not available, display message. 2001-09-03 donb * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: Added a db_api hook to return blob data directly in a Tcl variable, as requested by Neophytos. * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: Changed the sql plus load routine to cd to the script directory. * packages/acs-admin/www/apm/packages-install.tcl: * packages/acs-bootstrap-installer/bootstrap.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/00-database-procs.tcl: *** empty log message *** 2001-09-02 stevew * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/www/register/email-confirm-postgresql.xql: * packages/acs-subsite/www/register/user-new-2-postgresql.xql: Apply SDM patch #52 plus modified #53, from Gilbert Wong. * packages/acs-subsite/www/admin/users/new.tcl: * packages/acs-subsite/www/register/awaiting-email-verification.tcl: * packages/acs-subsite/www/register/user-new-2.tcl: Specify kernel package_id when getting SystemURL 2001-09-02 neophytosd * packages/search/search.info: * packages/search/sql/postgresql/search-create.sql: * packages/search/sql/postgresql/search-drop.sql: * packages/search/sql/postgresql/search-packages-create.sql: * packages/search/sql/postgresql/search-sc-create.sql: * packages/search/sql/postgresql/search-sc-drop.sql: * packages/search/sql/postgresql/search-tables-create.sql: * packages/search/sql/postgresql/search-tables-drop.sql: * packages/search/tcl/search-init.tcl: * packages/search/tcl/search-procs.tcl: * packages/search/www/help/basics.html: * packages/search/www/index.adp: * packages/search/www/index.tcl: * packages/search/www/search-results-bottom.adp: * packages/search/www/search-results-one.adp: * packages/search/www/search-results-top.adp: * packages/search/www/search.tcl: * packages/search/www/test.adp: Initial revision * packages/search/sql/postgresql/search-packages-drop.sql: branches: 1.1.4; Initial revision 2001-09-02 donb * packages/ref-countries/sql/oracle/ref-countries-create.sql: * packages/ref-language/ref-language.info: mostly fixing reference data to work with PG ... * packages/acs-subsite/www/register/email-confirm.tcl: branches: 1.2.2; Gilbert Wong patch #53 * packages/ref-countries/ref-countries.info: branches: 1.3.4; mostly fixing reference data to work with PG ... * packages/acs-reference/sql/postgresql/acs-reference-create.sql: branches: 1.7.4; mostly fixing reference data to work with PG ... 2001-09-02 danw * packages/acs-content-repository/sql/oracle/content-item.sql: fixed RI problem with oracle due to text not being an allowed storage_type * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: fixed display of CR file content in oracle 2001-09-01 stevew * packages/acs-kernel/sql/postgresql/postgresql.sql: Add a couple more Oracle-alike views * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/tcl/party-procs-oracle.xql: * packages/acs-subsite/tcl/party-procs-postgresql.xql: * packages/acs-subsite/www/admin/object-types/one-oracle.xql: * packages/acs-subsite/www/admin/object-types/one-postgresql.xql: * packages/acs-subsite/www/admin/object-types/one.tcl: * packages/acs-subsite/www/admin/object-types/one.xql: Port queries * packages/acs-kernel/sql/postgresql/acs-metadata-create.sql: Speed up sluggish acs_object_type_supertype_map view * packages/acs-subsite/tcl/party-procs.tcl: branches: 1.2.14; Port queries 2001-09-01 donb * 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-msg-types-drop.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-object-types-create.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-object-types-drop.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-packages-create.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-tables-create.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-tables-drop.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-views-create.sql: * packages/acs-service-contract/sql/postgresql/acs-sc-views-drop.sql: * packages/acs-service-contract/sql/postgresql/acs-service-contract-create.sql: * packages/acs-service-contract/sql/postgresql/acs-service-contract-drop.sql: * packages/acs-service-contract/sql/postgresql/sc-sample-create.sql: * packages/acs-service-contract/sql/postgresql/sc-sample-drop.sql: * packages/acs-service-contract/tcl/acs-service-contract-init.tcl: * packages/acs-service-contract/tcl/acs-service-contract-procs.tcl: * packages/acs-service-contract/www/binding-install.tcl: * packages/acs-service-contract/www/binding-uninstall.tcl: * packages/acs-service-contract/www/doc/notes.html: * packages/acs-service-contract/www/index.adp: * packages/acs-service-contract/www/index.tcl: Adding it in ... * packages/acs-kernel/sql/postgresql/apm-create.sql: Fixed typo ... * packages/acs-kernel/sql/postgresql/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: Install acs-service-contract ... * packages/acs-reference/acs-reference.info: * packages/acs-reference/sql/postgresql/acs-reference-create.sql: * packages/acs-reference/www/reference-data-list-postgresql.xql: * packages/ref-language/ref-language.info: * packages/ref-language/sql/oracle/ref-language-create.sql: More work on acs-references and address-book. * packages/acs-tcl/tcl/apm-file-procs-postgresql.xql: Parameters were reversed in the call to apm_package_versions__remove_file() * packages/acs-service-contract/sql/postgresql/acs-sc-packages-drop.sql: branches: 1.1.4; Adding it in ... * packages/acs-reference/sql/postgresql/acs-reference-drop.sql: branches: 1.2.4; More work on acs-references and address-book. 2001-08-31 danw * packages/acs-content-repository/sql/postgresql/content-revision.sql: fixed template functions 2001-08-30 donb * packages/acs-bootstrap-installer/installer/index.tcl: Another ACS vs. OpenACS patch from Jonathan. * packages/acs-bootstrap-installer/installer/auto-install-oracle.xql: * packages/acs-bootstrap-installer/installer/auto-install-postgresql.xql: * packages/acs-bootstrap-installer/installer/auto-install.tcl: * packages/acs-bootstrap-installer/installer/auto-install.xql: Jonathan's patches to auto install... * packages/acs-kernel/sql/postgresql/apm-create.sql: Jowell's patch to fix BAF #1072 - uninstalling a package with registered parameters failed. * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: branches: 1.6.2; Another ACS vs. OpenACS patch from Jonathan. 2001-08-30 danw * packages/acs-content-repository/sql/postgresql/content-item.sql: fixed image upload using lobs and file storage in CR * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-revision.sql: fixed insertion order for insert statement in content_revision__copy routine 2001-08-29 vinodk * packages/acs-kernel/sql/postgresql/apm-create.sql: fixed typo in apm_package_version__copy 2001-08-29 jong * packages/acs-reference/tcl/acs-reference-procs.tcl: initial import 2001-08-29 donb * packages/acs-admin/acs-admin.info: * packages/acs-admin/www/apm/package-add.tcl: * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: * packages/acs-bootstrap-installer/bootstrap.tcl: * packages/acs-bootstrap-installer/installer/index.tcl: * packages/acs-bootstrap-installer/installer/install-data-model.tcl: * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-lang/acs-lang.info: * packages/acs-lang/www/set-system-timezone.tcl: * packages/acs-messaging/tcl/acs-messaging-procs.tcl: * packages/acs-subsite/www/admin/index.adp: * packages/acs-subsite/www/admin/index.tcl: * packages/acs-subsite/www/admin/object-types/index.tcl: * packages/acs-subsite/www/admin/object-types/one.tcl: * packages/acs-tcl/tcl/apm-xml-procs.tcl: * www/index.tcl: A bunch of "ACS"->"OpenACS" and similar changes * packages/acs-api-browser/www/index.adp: * packages/acs-bootstrap-installer/db-init-checks-oracle.tcl: branches: 1.2.2; A bunch of "ACS"->"OpenACS" and similar changes * packages/acs-lang/tcl/locale-procs.tcl: * packages/acs-lang/www/index.html: branches: 1.2.4; A bunch of "ACS"->"OpenACS" and similar changes * packages/acs-bootstrap-installer/installer/packages-install.tcl: branches: 1.3.4; A bunch of "ACS"->"OpenACS" and similar changes * tcl/0-acs-init.tcl: branches: 1.4.10; A bunch of "ACS"->"OpenACS" and similar changes * packages/acs-bootstrap-installer/installer.tcl: branches: 1.4.2; A bunch of "ACS"->"OpenACS" and similar changes 2001-08-29 danw * packages/acs-content-repository/sql/postgresql/content-test.sql: branches: 1.9.6; fixed folder deletion problem caused by pg RI bug * packages/acs-content-repository/sql/postgresql/content-create.sql: fixed folder deletion problem caused by pg RI bug 2001-08-29 arjun * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: Fixing typo. 2001-08-28 stevew * packages/acs-subsite/tcl/relation-procs-postgresql.xql: * packages/acs-subsite/tcl/relation-procs.tcl: Fix a db_dml * packages/acs-kernel/sql/postgresql/groups-body-create.sql: These colons should be semicolons * packages/acs-subsite/sql/postgresql/user-profiles-create.sql: branches: 1.4.14; These colons should be semicolons 2001-08-28 jong * packages/acs-reference/www/index.adp: * packages/acs-reference/www/index.tcl: Initial Import * packages/acs-reference/www/reference-data-list-oracle.xql: * packages/acs-reference/www/reference-data-list-postgresql.xql: * packages/acs-reference/www/reference-data-list.adp: * packages/acs-reference/www/reference-data-list.tcl: Initial import * packages/acs-reference/acs-reference.info: updated files 2001-08-28 donb * packages/acs-admin/tcl/apm-admin-procs.tcl: * packages/acs-admin/www/apm/packages-install.tcl: * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: Started on address book, still a lot of work to do. made minor improvements to "packages-install" in the APM. 2001-08-28 danw * packages/acs-content-repository/sql/postgresql/content-item.sql: modified content_item__get_path to match oracle version * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/content-test.sql: * packages/acs-content-repository/sql/postgresql/content-test.sql: more cleanup of cms - content upload and display 2001-08-27 jong * packages/acs-reference/sql/oracle/acs-reference-create.sql: Deleted obsolete call to included file. All reference data is in seperate packages now. * packages/acs-reference/sql/oracle/acs-reference-data.sql: * packages/acs-reference/sql/postgresql/acs-reference-data.sql: Deleted this obsolete included file * packages/ref-language/sql/common/ref-language-data.sql: Fixed typo in 1st line identifier * packages/acs-reference/sql/postgresql/acs-reference-create.sql: Got rid of included files as all data is in seperate packages now. * packages/ref-countries/ref-countries.info: * packages/ref-countries/sql/common/ref-country-data.sql: * packages/ref-countries/sql/oracle/ref-country-create.sql: * packages/ref-countries/sql/oracle/ref-country-drop.sql: * packages/ref-countries/sql/postgresql/ref-country-create.sql: * packages/ref-countries/www/doc/index.html: Initial import * packages/ref-language/sql/oracle/ref-language-create.sql: * packages/ref-language/sql/oracle/ref-language-drop.sql: * packages/ref-language/sql/postgresql/ref-language-drop.sql: Initial revision * packages/ref-language/ref-language.info: * packages/ref-language/sql/common/language-data.sql: * packages/ref-language/sql/oracle/language.sql: * packages/ref-language/sql/postgresql/language.sql: Initial version * packages/acs-reference/sql/oracle/acs-reference-create.sql: * packages/acs-reference/sql/oracle/acs-reference-drop.sql: * packages/acs-reference/sql/oracle/country.sql: * packages/acs-reference/sql/oracle/currency.sql: * packages/acs-reference/sql/oracle/language.sql: * packages/acs-reference/sql/oracle/s-and-p.sql: * packages/acs-reference/sql/oracle/us-counties.sql: * packages/acs-reference/sql/oracle/us-states.sql: * packages/acs-reference/sql/oracle/us-zipcodes.sql: * packages/acs-reference/sql/postgresql/country.sql: * packages/acs-reference/sql/postgresql/currency.sql: * packages/acs-reference/sql/postgresql/language.sql: * packages/acs-reference/sql/postgresql/s-and-p.sql: * packages/acs-reference/sql/postgresql/us-counties.sql: * packages/acs-reference/sql/postgresql/us-states.sql: * packages/acs-reference/sql/postgresql/us-zipcodes.sql: Moved to seperate packages * packages/ref-language/sql/oracle/ref-language.sql: Renamed - forgot to name it -create.sql * packages/ref-language/sql/common/ref-language-data.sql: Renamed from language-data.sql * packages/ref-language/sql/oracle/language.sql: * packages/ref-language/sql/oracle/ref-language.sql: * packages/ref-language/sql/postgresql/ref-language.sql: Renamed from language.sql * packages/ref-language/sql/postgresql/language.sql: Renamed to ref-language.sql * packages/ref-language/sql/postgresql/ref-language-drop.sql: Updated * packages/ref-language/ref-language.info: Updated info file * packages/ref-countries/sql/oracle/ref-countries-drop.sql: changed = to like * packages/ref-countries/ref-countries.info: changed it again * packages/ref-language/sql/oracle/ref-language-create.sql: fixed the @ import syntax * packages/ref-language/sql/oracle/ref-language-drop.sql: fixed the where sql to be upper case * packages/ref-language/sql/oracle/ref-language-create.sql: * packages/ref-language/sql/oracle/ref-language-drop.sql: fixed typo in drop script * packages/ref-language/sql/common/language-data.sql: renamed * packages/ref-countries/sql/oracle/ref-countries-create.sql: * packages/ref-countries/sql/oracle/ref-countries-drop.sql: * packages/ref-countries/sql/oracle/ref-country-create.sql: * packages/ref-countries/sql/oracle/ref-country-drop.sql: renamed for stupid APM name req 2001-08-26 donb * packages/acs-content-repository/acs-content-repository.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/www/permissions/toggle-inherit-oracle.xql: * packages/acs-subsite/www/permissions/toggle-inherit-postgresql.xql: * packages/acs-subsite/www/permissions/toggle-inherit.xql: * packages/acs-tcl/tcl/apm-procs.tcl: 1. Straightened out some dependencies that resulted from Dan's moving of cms workflow from acs-content-repository to the cms, i.e. where it belongs. 2. Made the default severity in apm_callback_and_log "debug" rather than "notice". 3. fixed toggle-inherit for Oracle. 2001-08-26 danw * packages/acs-kernel/sql/postgresql/acs-create.sql: branches: 1.6.4; changed magic object -3 from a group to a plain object * packages/acs-templating/tcl/filter-procs.tcl: cleanup 2001-08-25 stevew * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/www/permissions/toggle-inherit-oracle.xql: Fix SDM bug #1053 * packages/acs-subsite/www/admin/site-map/parameter-set-oracle.xql: * packages/acs-subsite/www/admin/site-map/parameter-set-postgresql.xql: Fix SDM bug #979 * packages/acs-subsite/acs-subsite.info: Resync .info 2001-08-25 danw * packages/acs-content-repository/sql/oracle/content-item.sql: * packages/acs-content-repository/sql/oracle/content-perms.sql: * packages/acs-content-repository/sql/oracle/content-test.sql: * packages/acs-content-repository/sql/oracle/doc-package.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: removed circular dependency due to workflow 2001-08-24 vinodk * packages/acs-content-repository/acs-content-repository.info: removed requirement on acs-notifications 2001-08-24 danw * packages/acs-content-repository/sql/postgresql/content-type.sql: fixed a couple of typos in content_type__drop_attribute 2001-08-23 stevew * packages/acs-subsite/www/admin/group-types/change-join-policy-2-postgresql.xql: * packages/acs-subsite/www/admin/group-types/change-join-policy-2.xql: * packages/acs-subsite/www/admin/group-types/change-join-policy-postgresql.xql: * packages/acs-subsite/www/admin/group-types/change-join-policy.xql: Port group-type/change-join-policy * packages/acs-subsite/tcl/group-procs-oracle.xql: * packages/acs-subsite/tcl/group-procs-postgresql.xql: This query wrongly extracted from comment in group::new * packages/acs-subsite/tcl/party-procs-oracle.xql: * packages/acs-subsite/tcl/party-procs-postgresql.xql: This query wrongly extracted from comment in party::new 2001-08-23 danw * 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-type.sql: fixed exception message in content_type__drop_attribute * packages/acs-content-repository/sql/postgresql/content-item.sql: fixed get_path to match oracle version 2001-08-22 danw * packages/acs-content-repository/sql/postgresql/content-create.sql: reimplemented RI triggers for live_revision and latest_revision as user triggers 2001-08-20 donb * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: Mounted acs-workflow by default. It is confusing not to do so because it is listed as a core package that "probably isn't meant to be mounted" by site map, and yet it is designed to be mounted. I think that all core packages designed to be mounted should be mounted at install time but haven't gone through to make sure we're consistent. acs-workflow has to be part of the core because the CR needs it. 2001-08-20 ben * packages/acs-subsite/tcl/attribute-procs.tcl: * packages/acs-subsite/tcl/attribute-procs.xql: * packages/acs-subsite/tcl/rel-types-procs-postgresql.xql: * packages/acs-subsite/tcl/rel-types-procs.tcl: * packages/acs-subsite/www/admin/rel-types/delete-2-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/delete-2.tcl: * packages/acs-subsite/www/admin/rel-types/roles/delete-2-oracle.xql: * packages/acs-subsite/www/admin/rel-types/roles/delete-2-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/roles/index.xql: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: fixed a few more subsite issues, and added a special case to query dispatcher. * packages/acs-kernel/sql/postgresql/groups-create.sql: * packages/acs-subsite/tcl/group-type-procs.xql: * packages/acs-subsite/tcl/rel-types-procs.tcl: * packages/acs-subsite/www/admin/group-types/delete-2-oracle.xql: * packages/acs-subsite/www/admin/group-types/delete-2-postgresql.xql: * packages/acs-subsite/www/admin/group-types/delete-2.tcl: * packages/acs-subsite/www/admin/group-types/delete-2.xql: * packages/acs-tcl/tcl/site-nodes-procs.tcl: fixed more things in ACS-subsite and more site node stuff API. * packages/acs-subsite/tcl/rel-types-procs-oracle.xql: branches: 1.2.14; fixed a few more subsite issues, and added a special case to query dispatcher. * packages/acs-subsite/tcl/rel-types-procs.xql: branches: 1.3.14; fixed more things in ACS-subsite and more site node stuff API. * packages/acs-subsite/tcl/group-type-procs.tcl: branches: 1.3.6; fixed more things in ACS-subsite and more site node stuff API. 2001-08-19 donb * packages/acs-admin/acs-admin.info: * packages/acs-admin/www/apm/packages-install.tcl: * packages/acs-admin/www/apm/version-files.tcl: * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/apm-xml-procs.tcl: 1. Fixed a bug in the oracle version of acs-mail-nt-create.sql 2. Fixed a bug in the oracle version of the APM - a standard SQL92 left join was being executed rather than the nasty Oracle-specific notation. 3. Futzed with the APM a bit - you can now only set "watch" commands on those .xql files which are used by the current installation, you can only install packages supported by the current installation's RDBMS. 2001-08-19 ben * packages/acs-subsite/tcl/attribute-procs.tcl: * packages/acs-subsite/tcl/rel-types-procs-postgresql.xql: * packages/acs-subsite/tcl/rel-types-procs.tcl: * packages/acs-subsite/tcl/rel-types-procs.xql: * packages/acs-subsite/www/admin/attributes/enum-add-2-postgresql.xql: * packages/acs-subsite/www/admin/attributes/enum-add-2.xql: * packages/acs-subsite/www/admin/group-types/rel-type-add-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/new-2-oracle.xql: * packages/acs-subsite/www/admin/rel-types/new-2-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/new-2.tcl: * packages/acs-subsite/www/admin/rel-types/new-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/roles/new-postgresql.xql: * 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: fixed a few more queries in subsite, added a correction to the API for subsite nodes. 2001-08-13 ben * packages/acs-subsite/tcl/attribute-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: fixed an APM install bug. 2001-08-12 stevew * packages/acs-subsite/tcl/package-procs-postgresql.xql: Fix typo in arg name. 2001-08-12 donb * packages/acs-admin/www/apm/version-files-oracle.xql: branches: 1.1.4; Oops - Vinod caught the fact that only the standard SQL92 version of the query "apm_all_files" existed in a query file ... 2001-08-11 ben * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: * packages/acs-kernel/sql/oracle/groups-body-create.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.0.1-4.1b.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/postgresql.sql: * packages/acs-subsite/sql/postgresql/user-profiles-create.sql: * packages/acs-subsite/tcl/attribute-procs-oracle.xql: * packages/acs-subsite/tcl/attribute-procs-postgresql.xql: * packages/acs-subsite/tcl/attribute-procs.tcl: * packages/acs-subsite/tcl/attribute-procs.xql: * packages/acs-subsite/tcl/package-procs.tcl: * packages/acs-subsite/tcl/rel-types-procs.tcl: * packages/acs-subsite/tcl/relation-procs-postgresql.xql: * packages/acs-subsite/www/admin/group-types/rel-type-add.adp: * packages/acs-subsite/www/admin/groups/elements-display-list-postgresql.xql: * packages/acs-subsite/www/admin/groups/elements-display-list.xql: * packages/acs-subsite/www/admin/groups/rel-type-add-2.tcl: * packages/acs-subsite/www/admin/object-types/one.xql: * packages/acs-subsite/www/admin/rel-segments/elements-display.adp: * packages/acs-subsite/www/admin/rel-segments/elements-oracle.xql: * packages/acs-subsite/www/admin/rel-segments/new-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/one.tcl: * packages/acs-subsite/www/admin/rel-types/add.tcl: * packages/acs-subsite/www/admin/rel-types/delete-2-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/index-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/mapping-remove-2.tcl: * packages/acs-subsite/www/admin/rel-types/new-2-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/new-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/one-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/one.tcl: * packages/acs-subsite/www/admin/relations/add-oracle.xql: * packages/acs-subsite/www/admin/relations/add-postgresql.xql: * packages/acs-subsite/www/admin/relations/add.tcl: * packages/acs-subsite/www/doc/group-admin-pages-acceptance-test.html: * packages/acs-subsite/www/doc/group-admin-pages-design.html: * packages/acs-subsite/www/doc/group-admin-pages-requirements.html: Fixed a few spelling mistakes Ported a bunch more of acs-subsite Fixed a few small, acs-subsite related bugs * packages/acs-subsite/www/admin/rel-segments/elements-display-oracle.xql: * packages/acs-subsite/www/admin/rel-segments/elements-display-postgresql.xql: branches: 1.1.10; Fixed a few spelling mistakes Ported a bunch more of acs-subsite Fixed a few small, acs-subsite related bugs * packages/acs-subsite/www/admin/group-types/one.adp: * packages/acs-subsite/www/admin/groups/elements-by-rel-type.adp: * packages/acs-subsite/www/admin/rel-segments/elements.tcl: branches: 1.2.2; Fixed a few spelling mistakes Ported a bunch more of acs-subsite Fixed a few small, acs-subsite related bugs 2001-08-03 stevew * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/tcl/group-procs-postgresql.xql: * packages/acs-subsite/tcl/group-type-procs-oracle.xql: * packages/acs-subsite/tcl/group-type-procs-postgresql.xql: * packages/acs-subsite/tcl/group-type-procs.tcl: * packages/acs-subsite/tcl/package-procs-oracle.xql: * packages/acs-subsite/tcl/package-procs-postgresql.xql: * packages/acs-subsite/tcl/package-procs.tcl: * packages/acs-subsite/www/admin/group-types/delete-2-oracle.xql: * packages/acs-subsite/www/admin/group-types/delete-2-postgresql.xql: * packages/acs-subsite/www/admin/group-types/delete-2.tcl: * packages/acs-subsite/www/admin/group-types/new-postgresql.xql: * packages/acs-subsite/www/admin/groups/elements-display-list-postgresql.xql: Port group-type maintenance (no attributes yet) * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/postgresql.sql: Use semicolon as argument name / default value separator, instead of colon (makes it easier to use in pl/pgsql) * packages/acs-subsite/tcl/plpgsql-utility-procs.tcl: branches: 1.2.4; Port group-type maintenance (no attributes yet) * packages/acs-subsite/tcl/package-procs.xql: branches: 1.3.4; Port group-type maintenance (no attributes yet) * packages/acs-subsite/sql/postgresql/application-groups-create.sql: branches: 1.4.2; Use semicolon as argument name / default value separator, instead of colon (makes it easier to use in pl/pgsql) 2001-08-03 donb * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: Fixed type (ad_doc to ad_proc, my fingers got confused by the old proc_doc). 2001-07-30 danw * packages/acs-kernel/sql/oracle/acs-kernel-create.sql: * packages/acs-kernel/sql/oracle/acs-kernel-drop.sql: * packages/acs-kernel/sql/postgresql/acs-kernel-create.sql: * packages/acs-kernel/sql/postgresql/acs-kernel-drop.sql: moved acs-object-util from site-wide search to kernel * packages/acs-kernel/sql/oracle/acs-object-util-remove.sql: * packages/acs-kernel/sql/oracle/acs-object-util.sql: moved files from site-wide search. It makes more sense to have them in the kernel. 2001-07-29 donb * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: * packages/acs-bootstrap-installer/installer/index.tcl: * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-xml-procs.tcl: 1. Added a check that PG was initdb's with the collation order for characters that we expect. 2. Jon added a "sql/common" directory for the insert statements which load data for acs-references, so I added a new datamodel type "common" to the APM. 3. Created a new db API routine that returns true if a given db_type is compatible with the current RDBMS. 4. Added a workaround for a PL/pgSQL "execute" bug in acs-workflow (other cases had been fixed previously by others but this one was missed) 5. Diddled a couple of .info files using the APM. 2001-07-28 danw * packages/acs-kernel/sql/postgresql/acs-object-util-remove.sql: * packages/acs-kernel/sql/postgresql/acs-object-util.sql: files that were originally in site-wide search - ported by Neophytos Demetriou. Files were moved to the kernel, because it made sesse to do so 2001-07-27 rmello * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: Fix APM to allow for LSB-compliant Paths. It didn't allow "www" in the path of packages. 2001-07-24 jong * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: added missing declare 2001-07-22 stevew * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/postgresql.sql: * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/sql/postgresql/application-groups-create.sql: * packages/acs-subsite/tcl/plpgsql-utility-procs.tcl: Port package_instantiate_object * packages/acs-subsite/tcl/package-procs-postgresql.xql: * packages/acs-subsite/tcl/subsite-callback-procs-postgresql.xql: * packages/acs-subsite/www/admin/group-types/groups-list-postgresql.xql: Port queries 2001-07-22 danw * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: fixed uplevel name collision 2001-07-17 jong * packages/acs-reference/sql/postgresql/acs-reference-create.sql: Another PG type fix, and added overloaded new. * packages/acs-reference/sql/postgresql/country.sql: * packages/acs-reference/sql/postgresql/currency.sql: * packages/acs-reference/sql/postgresql/language.sql: * packages/acs-reference/sql/postgresql/s-and-p.sql: * packages/acs-reference/sql/postgresql/us-counties.sql: * packages/acs-reference/sql/postgresql/us-states.sql: * packages/acs-reference/sql/postgresql/us-zipcodes.sql: Initial OpenACS import * packages/acs-reference/sql/postgresql/acs-reference-create.sql: Initial Postgres port. Rough only. * packages/acs-reference/acs-reference.info: Initial revision for OpenACS. * packages/acs-reference/sql/oracle/country.sql: * packages/acs-reference/sql/oracle/currency.sql: * packages/acs-reference/sql/oracle/language.sql: * packages/acs-reference/sql/oracle/s-and-p.sql: * packages/acs-reference/sql/oracle/us-counties.sql: * packages/acs-reference/sql/oracle/us-states.sql: * packages/acs-reference/sql/oracle/us-zipcodes.sql: Major change. I put all database dependent parts in their directories and kept the data only in common. This is needed for the database independence and pl(pg)sql differences. * packages/acs-reference/sql/postgresql/acs-reference-create.sql: Worked on permissions syntax * packages/acs-reference/sql/oracle/country.sql: * packages/acs-reference/sql/oracle/currency.sql: * packages/acs-reference/sql/oracle/language.sql: * packages/acs-reference/sql/oracle/s-and-p-data.sql: * packages/acs-reference/sql/oracle/timezone-data.sql: * packages/acs-reference/sql/oracle/timezone-drop.sql: * packages/acs-reference/sql/oracle/timezone-rules.sql: * packages/acs-reference/sql/oracle/timezones.sql: * packages/acs-reference/sql/oracle/us-counties-data.sql: * packages/acs-reference/sql/oracle/us-counties.sql: * packages/acs-reference/sql/oracle/us-states.sql: * packages/acs-reference/sql/oracle/us-zipcodes-data.sql: * packages/acs-reference/sql/oracle/us-zipcodes.sql: deleted for OpenACS. All files put in common * packages/acs-reference/sql/postgresql/acs-reference-create.sql: * packages/acs-reference/sql/postgresql/acs-reference-data.sql: * packages/acs-reference/sql/postgresql/acs-reference-drop.sql: initial OpenACS revision * packages/acs-reference/sql/oracle/acs-reference-data.sql: updated to reflect removal of timezone data temporarily 2001-07-16 danw * packages/acs-content-repository/sql/postgresql/content-item.sql: patch supplied by Dave Bauer to pass in security_inherit_p flag when creating new content_item. Work-around for data-change violation 2001-07-14 ben * packages/acs-bootstrap-installer/installer/index.tcl: * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: * packages/acs-tcl/tcl/30-xml-utils-procs.tcl: * packages/acs-tcl/tcl/apm-xml-procs.tcl: - changed the XML parsing throughout to go through a simplified API to later upgrade XML parsing in a central place. - updated support for ns_xml 1.4, and added work-arounds for previous versions. - added installer check for ns_xml compatibility at boot time. 2001-07-13 stevew * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: Change api_set_public default to 1 (public) to match usage in package-view.tcl etc, and add documentation. 2001-07-06 danw * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: fixed acs_objects__get_attribute so that it works with all return types. Problems were encountered with returning integer and timestamp types * packages/acs-tcl/tcl/navigation-procs-oracle.xql: * packages/acs-tcl/tcl/navigation-procs-postgresql.xql: * packages/acs-tcl/tcl/navigation-procs.tcl: fixed context bar query as suggested by Luke Pond * packages/acs-content-repository/sql/postgresql/content-item.sql: workaround for content_item__delete problem related to pg RI problems 2001-07-05 lukep * packages/acs-messaging/sql/postgresql/acs-messaging-create.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-views.sql: add tree_sortkey to acs_messages to enable hierarchical queries on the reply_to field * packages/acs-messaging/sql/postgresql/acs-messaging-drop.sql: branches: 1.3.4; add tree_sortkey to acs_messages to enable hierarchical queries on the reply_to field 2001-07-03 danw * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: fixed return type of acs_object__get_attribute so that timestamps can be returned 2001-06-19 danw * packages/acs-content-repository/sql/postgresql/content-create.sql: removed foreign key constraints on cr_item_publish_audit to work-aroudn a data-change violation bug in postgresql 2001-06-14 jong * packages/acs-messaging/sql/postgresql/acs-messaging-create.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-drop.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: Applied patch from Vinod. Thanks! Fixed many little ommisions and drop scripts, etc. 2001-06-14 danw * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: adde switches to prevent error on clobs and blobs * packages/acs-content-repository/sql/postgresql/content-revision.sql: minor change, content_revision__get_number should return a null if nothing is found * 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-type.sql: * packages/acs-content-repository/tcl/filter-procs-postgresql.xql: various bugfixes * packages/acs-content-repository/sql/postgresql/content-revision.sql: work-around for pg referential integrity bug that causes content_revision__delete to fail 2001-06-09 danw * packages/acs-content-repository/sql/postgresql/content-type.sql: fixed rule code for inserts on cr_revisionsi * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-revision.sql: more cleanup 2001-06-08 danw * packages/acs-templating/tcl/paginator-procs.tcl: changed result_name back to name as it has a hardwired dependency on the variable name that wasen't obvious to me when I changed it * 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-keyword.sql: fixed a few pl/sql procs 2001-06-07 danw * packages/acs-content-repository/sql/postgresql/content-item.sql: fixed tree query 2001-06-06 jong * packages/acs-messaging/sql/postgresql/acs-messaging-create.sql: fixed included files syntax 2001-06-04 danw * packages/acs-content-repository/sql/postgresql/content-folder.sql: fixed exception message in delete method * packages/acs-content-repository/sql/postgresql/content-folder.sql: fixed query in content_folder__unregister_content_type 2001-06-03 donb * packages/acs-messaging/tcl/acs-messaging-procs-postgresql.xql: branches: 1.5.22; Fixed a typo I made while flying out to Boston. 2001-06-01 donb * packages/acs-messaging/sql/postgresql/acs-messaging-create.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: * packages/acs-messaging/tcl/acs-messaging-procs-oracle.xql: * packages/acs-messaging/tcl/acs-messaging-procs-postgresql.xql: * packages/acs-messaging/tcl/acs-messaging-procs.xql: Changed parameters to use the new "p_" convention, for the most part. 2001-05-31 ben * packages/acs-tcl/tcl/30-xml-utils-procs.tcl: * packages/acs-tcl/tcl/apm-xml-procs.tcl: first attempt at doing XML parsing using ns_xml instead of the Tcl XML stuff. Not sure yet if this is faster, although we expect that it will be. Note also that there seems to be a bug right now in ns_xml where an XML comment will screw things up, so I've added a quick prepare function that takes out comments before XML parsing... I'm not happy about that. 2001-05-30 jong * packages/acs-messaging/tcl/acs-messaging-procs-postgresql.xql: fixed outer join 2001-05-30 ben * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: fixed logging to be more configurable within the QD and default to not so verbose. 2001-05-29 donb * packages/acs-admin/acs-admin.info: * packages/acs-admin/www/apm/index.tcl: * packages/acs-admin/www/apm/version-files.tcl: * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/apm-procs-postgresql.xql: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/apm-procs.xql: 1. Fixed a couple of .info files 2. Got rid of Ben's hack to always reload query files before doing a query mapping. He did this so you wouldn't have to reboot AOLserver every time you change query files. It was a short-term hack but unfortunately it looped virgin installs. 3. Added code to the APM to make the "watch" feature work with query files as well as library files. This makes Ben's hack mentioned above unnecessary. 2001-05-26 danw * packages/acs-templating/tcl/query-procs.tcl: ported dynamic queries 2001-05-26 ben * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: forces reload of query file every time a query is executed; slow for now, but more correct for development 2001-05-24 danw * packages/acs-kernel/sql/postgresql/acs-create.sql: porting of template queries 2001-05-23 jong * packages/acs-messaging/sql/postgresql/acs-messaging-create.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-drop.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-packages.sql: * packages/acs-messaging/sql/postgresql/acs-messaging-views.sql: Initial checkin after changing directory name. * packages/acs-messaging/acs-messaging.info: branches: 1.5.2; Updated * packages/acs-messaging/sql/postgresql/upgrade/upgrade-4.0-4.0.1a.sql: * packages/acs-messaging/sql/postgresql/upgrade/upgrade-4.0.1-4.1.sql: * packages/acs-messaging/sql/postgresql/upgrade/upgrade-4.0.1a-4.0.1.sql: * packages/acs-messaging/sql/postgresql/upgrade/upgrade-4.1-4.1.1.sql: changed dir structure * packages/acs-messaging/acs-messaging.info: updated for postgres 2001-05-22 danw * packages/acs-content-repository/sql/postgresql/content-util.sql: branches: 1.6.10; finished cleanup of data-model, it now loads without errors 2001-05-17 danw * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: fixed oracle db api so that db_exec_plsql command would still work after the passed in sql query is converted to an empty string * packages/acs-content-repository/sql/postgresql/content-revision.sql: fixed some bugs discovered by Vinod Kurup 2001-05-16 danw * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: more workflow cleanup 2001-05-15 stevew * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/tcl/application-group-procs-postgresql.xql: * packages/acs-subsite/tcl/attribute-procs-oracle.xql: * packages/acs-subsite/tcl/attribute-procs-postgresql.xql: * packages/acs-subsite/tcl/attribute-procs.xql: * packages/acs-subsite/tcl/group-procs-postgresql.xql: * packages/acs-subsite/tcl/package-procs-oracle.xql: * packages/acs-subsite/tcl/package-procs-postgresql.xql: * packages/acs-subsite/tcl/package-procs.xql: * packages/acs-subsite/tcl/party-procs-oracle.xql: * packages/acs-subsite/tcl/party-procs-postgresql.xql: * packages/acs-subsite/tcl/rel-types-procs-postgresql.xql: * packages/acs-subsite/tcl/relation-procs-oracle.xql: * packages/acs-subsite/tcl/relation-procs-postgresql.xql: * packages/acs-subsite/tcl/relation-procs.xql: * packages/acs-subsite/tcl/subsite-callback-procs-oracle.xql: * packages/acs-subsite/tcl/subsite-callback-procs-postgresql.xql: * packages/acs-subsite/tcl/subsite-callback-procs.xql: * 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/attributes/add.xql: * packages/acs-subsite/www/admin/attributes/delete-2.xql: * packages/acs-subsite/www/admin/attributes/delete.xql: * packages/acs-subsite/www/admin/attributes/edit-one-oracle.xql: * packages/acs-subsite/www/admin/attributes/edit-one.xql: * packages/acs-subsite/www/admin/attributes/enum-add-2-oracle.xql: * packages/acs-subsite/www/admin/attributes/enum-add-2-postgresql.xql: * packages/acs-subsite/www/admin/attributes/enum-add-2.xql: * packages/acs-subsite/www/admin/attributes/enum-add.xql: * packages/acs-subsite/www/admin/attributes/one.xql: * packages/acs-subsite/www/admin/attributes/value-delete.xql: * packages/acs-subsite/www/admin/group-types/change-join-policy-2-oracle.xql: * packages/acs-subsite/www/admin/group-types/change-join-policy-2-postgresql.xql: * packages/acs-subsite/www/admin/group-types/change-join-policy-2.xql: * packages/acs-subsite/www/admin/group-types/change-join-policy-oracle.xql: * packages/acs-subsite/www/admin/group-types/change-join-policy-postgresql.xql: * packages/acs-subsite/www/admin/group-types/change-join-policy.xql: * packages/acs-subsite/www/admin/group-types/delete-2-oracle.xql: * packages/acs-subsite/www/admin/group-types/delete-2-postgresql.xql: * packages/acs-subsite/www/admin/group-types/delete-2.xql: * packages/acs-subsite/www/admin/group-types/delete-oracle.xql: * packages/acs-subsite/www/admin/group-types/delete-postgresql.xql: * packages/acs-subsite/www/admin/group-types/delete.xql: * packages/acs-subsite/www/admin/group-types/groups-display.xql: * packages/acs-subsite/www/admin/group-types/groups-list.xql: * packages/acs-subsite/www/admin/group-types/index-oracle.xql: * packages/acs-subsite/www/admin/group-types/index-postgresql.xql: * packages/acs-subsite/www/admin/group-types/new-oracle.xql: * packages/acs-subsite/www/admin/group-types/new-postgresql.xql: * packages/acs-subsite/www/admin/group-types/one-postgresql.xql: * packages/acs-subsite/www/admin/group-types/one.xql: * packages/acs-subsite/www/admin/group-types/rel-type-add-2-oracle.xql: * packages/acs-subsite/www/admin/group-types/rel-type-add-2-postgresql.xql: * packages/acs-subsite/www/admin/group-types/rel-type-add-2.xql: * packages/acs-subsite/www/admin/group-types/rel-type-add-oracle.xql: * packages/acs-subsite/www/admin/group-types/rel-type-add-postgresql.xql: * packages/acs-subsite/www/admin/group-types/rel-type-remove-2.xql: * packages/acs-subsite/www/admin/group-types/rel-type-remove.xql: * packages/acs-subsite/www/admin/groups/change-join-policy-2.xql: * packages/acs-subsite/www/admin/groups/change-join-policy.xql: * packages/acs-subsite/www/admin/groups/constraints-create-oracle.xql: * packages/acs-subsite/www/admin/groups/constraints-create-postgresql.xql: * packages/acs-subsite/www/admin/groups/delete-oracle.xql: * packages/acs-subsite/www/admin/groups/delete-postgresql.xql: * packages/acs-subsite/www/admin/groups/elements-by-group-type-oracle.xql: * packages/acs-subsite/www/admin/groups/elements-by-group-type-postgresql.xql: * packages/acs-subsite/www/admin/groups/elements-by-group-type.xql: * packages/acs-subsite/www/admin/groups/elements-by-rel-type-oracle.xql: * packages/acs-subsite/www/admin/groups/elements-by-rel-type-postgresql.xql: * packages/acs-subsite/www/admin/groups/elements-display-list-oracle.xql: * packages/acs-subsite/www/admin/groups/elements-display-list-postgresql.xql: * packages/acs-subsite/www/admin/groups/elements-display-list.xql: * packages/acs-subsite/www/admin/groups/elements-display-oracle.xql: * packages/acs-subsite/www/admin/groups/elements-display-postgresql.xql: * packages/acs-subsite/www/admin/groups/index.xql: * packages/acs-subsite/www/admin/groups/new-oracle.xql: * packages/acs-subsite/www/admin/groups/new-postgresql.xql: * packages/acs-subsite/www/admin/groups/new.xql: * packages/acs-subsite/www/admin/groups/one.xql: * packages/acs-subsite/www/admin/groups/rel-type-add-2-oracle.xql: * packages/acs-subsite/www/admin/groups/rel-type-add-2-postgresql.xql: * packages/acs-subsite/www/admin/groups/rel-type-add-2.xql: * packages/acs-subsite/www/admin/groups/rel-type-add-oracle.xql: * packages/acs-subsite/www/admin/groups/rel-type-add-postgresql.xql: * packages/acs-subsite/www/admin/groups/rel-type-add.xql: * packages/acs-subsite/www/admin/groups/rel-type-remove-2.xql: * packages/acs-subsite/www/admin/groups/rel-type-remove-oracle.xql: * packages/acs-subsite/www/admin/groups/rel-type-remove-postgresql.xql: * packages/acs-subsite/www/admin/object-types/alphabetical-index.xql: * packages/acs-subsite/www/admin/object-types/one-oracle.xql: * packages/acs-subsite/www/admin/object-types/one.xql: * packages/acs-subsite/www/admin/parties/new-oracle.xql: * packages/acs-subsite/www/admin/parties/new-postgresql.xql: * packages/acs-subsite/www/admin/parties/new.xql: * packages/acs-subsite/www/admin/parties/one-oracle.xql: * packages/acs-subsite/www/admin/parties/one-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/delete-2-oracle.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/delete-2-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/delete-2.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/delete.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/index.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/new-oracle.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/new-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/new.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/one-oracle.xql: * packages/acs-subsite/www/admin/rel-segments/constraints/one-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/delete-2.xql: * packages/acs-subsite/www/admin/rel-segments/delete.xql: * packages/acs-subsite/www/admin/rel-segments/elements-oracle.xql: * packages/acs-subsite/www/admin/rel-segments/elements-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/index-oracle.xql: * packages/acs-subsite/www/admin/rel-segments/index-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/new-2-oracle.xql: * packages/acs-subsite/www/admin/rel-segments/new-2-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/new-3-oracle.xql: * packages/acs-subsite/www/admin/rel-segments/new-3-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/new-3.xql: * packages/acs-subsite/www/admin/rel-segments/new-oracle.xql: * packages/acs-subsite/www/admin/rel-segments/new-postgresql.xql: * packages/acs-subsite/www/admin/rel-segments/one-oracle.xql: * packages/acs-subsite/www/admin/rel-segments/one-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/add-2.xql: * packages/acs-subsite/www/admin/rel-types/add.xql: * packages/acs-subsite/www/admin/rel-types/delete-2-oracle.xql: * packages/acs-subsite/www/admin/rel-types/delete-2-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/delete-2.xql: * packages/acs-subsite/www/admin/rel-types/delete-oracle.xql: * packages/acs-subsite/www/admin/rel-types/delete-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/delete.xql: * packages/acs-subsite/www/admin/rel-types/index-oracle.xql: * packages/acs-subsite/www/admin/rel-types/index-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/mapping-remove-2.xql: * packages/acs-subsite/www/admin/rel-types/mapping-remove.xql: * packages/acs-subsite/www/admin/rel-types/new-2-oracle.xql: * packages/acs-subsite/www/admin/rel-types/new-2-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/new-2.xql: * packages/acs-subsite/www/admin/rel-types/new-oracle.xql: * packages/acs-subsite/www/admin/rel-types/new-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/one-oracle.xql: * packages/acs-subsite/www/admin/rel-types/one-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/one.xql: * packages/acs-subsite/www/admin/rel-types/rels-list-oracle.xql: * packages/acs-subsite/www/admin/rel-types/rels-list-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/rels-list.xql: * packages/acs-subsite/www/admin/rel-types/roles/delete-2-oracle.xql: * packages/acs-subsite/www/admin/rel-types/roles/delete-2-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/roles/delete.xql: * packages/acs-subsite/www/admin/rel-types/roles/edit.xql: * packages/acs-subsite/www/admin/rel-types/roles/index-oracle.xql: * packages/acs-subsite/www/admin/rel-types/roles/index.xql: * packages/acs-subsite/www/admin/rel-types/roles/new-oracle.xql: * packages/acs-subsite/www/admin/rel-types/roles/new-postgresql.xql: * packages/acs-subsite/www/admin/rel-types/roles/new.xql: * packages/acs-subsite/www/admin/rel-types/roles/one.xql: * packages/acs-subsite/www/admin/relations/add-oracle.xql: * packages/acs-subsite/www/admin/relations/add-postgresql.xql: * packages/acs-subsite/www/admin/relations/add.xql: * packages/acs-subsite/www/admin/relations/change-member-state.xql: * packages/acs-subsite/www/admin/relations/one-oracle.xql: * packages/acs-subsite/www/admin/relations/one-postgresql.xql: * packages/acs-subsite/www/admin/relations/one.xql: * packages/acs-subsite/www/admin/relations/remove-oracle.xql: * packages/acs-subsite/www/admin/relations/remove-postgresql.xql: * packages/acs-subsite/www/admin/users/new-oracle.xql: * packages/acs-subsite/www/admin/users/new-postgresql.xql: * packages/acs-subsite/www/admin/users/new.xql: * packages/acs-subsite/www/pvt/alerts-oracle.xql: * packages/acs-subsite/www/pvt/alerts-postgresql.xql: * packages/acs-subsite/www/pvt/alerts.xql: * packages/acs-subsite/www/register/awaiting-email-verification-postgresql.xql: * packages/acs-subsite/www/register/user-new-2-oracle.xql: * packages/acs-subsite/www/register/user-new-2-postgresql.xql: * packages/acs-subsite/www/register/user-new-2.xql: Port queries/query extractor output * packages/acs-subsite/www/admin/group-types/one-oracle.xql: branches: 1.1.2; Port queries/query extractor output * packages/acs-subsite/www/admin/rel-segments/one.xql: branches: 1.1.4; Port queries/query extractor output * packages/acs-subsite/tcl/party-procs.xql: branches: 1.2.14; Port queries/query extractor output * packages/acs-subsite/tcl/application-group-procs.xql: branches: 1.2.2; Port queries/query extractor output * packages/acs-subsite/tcl/rel-segments-procs-postgresql.xql: * packages/acs-subsite/www/pvt/home.xql: branches: 1.2.4; Port queries/query extractor output * packages/acs-subsite/www/pvt/unsubscribe-2-postgresql.xql: branches: 1.3.4; Port queries/query extractor output 2001-05-15 danw * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: more debugging of workflow 2001-05-13 stevew * packages/acs-subsite/www/admin/site-map/index-postgresql.xql: Fix queries 2001-05-13 jong * packages/acs-messaging/tcl/acs-messaging-procs-postgresql.xql: Fixed pl/sql and outer join * packages/acs-messaging/tcl/acs-messaging-procs-oracle.xql: * packages/acs-messaging/tcl/acs-messaging-procs-postgresql.xql: * packages/acs-messaging/tcl/acs-messaging-procs.xql: Initial Revision 2001-05-13 donb * packages/acs-admin/www/apm/index-oracle.xql: * packages/acs-admin/www/apm/index-postgresql.xql: * packages/acs-admin/www/apm/index.tcl: Added calls to Dan's new "db_map" routine to make db-specific queries in the apm index page work. * packages/acs-admin/www/apm/index.xql: branches: 1.3.4; Built two query snippets using "db_map". They weren't db specific so we now have a generic index.xql file... 2001-05-13 danw * packages/acs-content-repository/acs-content-repository.info: added new query files used for moving scheduling from oracle to aolserver * packages/acs-subsite/www/shared/portrait-bits-oracle.xql: added oracle query * packages/acs-content-repository/sql/postgresql/doc-package.sql: branches: 1.4.10; fixed up package display to work with postgresql * packages/acs-content-repository/sql/postgresql/content-schedule.sql: branches: 1.7.4; catchall * packages/acs-admin/www/users/complex-search-postgresql.xql: * packages/acs-content-repository/sql/postgresql/content-type.sql: catchall * packages/acs-tcl/tcl/object-type-procs-oracle.xql: cleanup * packages/acs-content-repository/tcl/doc-procs-postgresql.xql: fixed up package display to work with postgresql * packages/acs-content-repository/sql/oracle/content-schedule.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/tcl/acs-content-repository-init.tcl: moved content repository job scheduling from oracle to aolsrver, that it is compatible with postgresql * packages/acs-content-repository/tcl/acs-content-repository-init-oracle.xql: * packages/acs-content-repository/tcl/acs-content-repository-init-postgresql.xql: moved scheduling to aolserver 2001-05-12 danw * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: added new db_map command for generating query snippets * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: * packages/acs-tcl/tcl/object-type-procs-postgresql.xql: * packages/acs-tcl/tcl/object-type-procs.tcl: added uplevel subst to db_map command * packages/acs-subsite/www/user/portrait/upload-2-oracle.xql: branches: 1.2.6; 1.2.10; cleaned up content repository data-model and converted oracle apm to use file storage in the content repository * packages/acs-admin/www/apm/packages/index-postgresql.xql: * packages/acs-content-repository/sql/oracle/content-create.sql: * 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-create.sql: * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-subsite/www/pvt/home-oracle.xql: * packages/acs-subsite/www/shared/portrait-bits-postgresql.xql: * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: * packages/acs-tcl/tcl/apm-file-procs-oracle.xql: * packages/acs-tcl/tcl/apm-file-procs-postgresql.xql: cleaned up content repository data-model and converted oracle apm to use file storage in the content repository * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: cleanup * packages/acs-tcl/tcl/object-type-procs-postgresql.xql: fixed dynmic query using new db_map command * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: fixed permissions problem for handling insertion of dup index values * packages/acs-admin/www/users/complex-search-oracle.xql: * packages/acs-admin/www/users/complex-search-postgresql.xql: * packages/acs-admin/www/users/complex-search.tcl: ported complex search using new db_map command for generating query snippets 2001-05-11 donb * 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/upgrade/upgrade-4.0-4.0.1.sql: 1. Polished up the query files for the root www directory 2. Turned a bunch of bitmap indexes into b-tree indexes 3. the developer support .info file had been messed over by an early version of my APM port to PG. * www/index-oracle.xql: * www/index.xql: branches: 1.1.4; 1. Polished up the query files for the root www directory 2. Turned a bunch of bitmap indexes into b-tree indexes 3. the developer support .info file had been messed over by an early version of my APM port to PG. * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.2-4.2.1.sql: branches: 1.1.4; Just what it says ... 2001-05-11 danw * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/oracle/content-item.sql: * 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-revision.sql: * packages/acs-content-repository/sql/postgresql/content-type.sql: * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: * packages/acs-tcl/tcl/apm-file-procs-oracle.xql: added support for storing content repository items in the file system * content-repository-content-files/readme.txt: adding CR file storage area. * packages/acs-content-repository/sql/oracle/content-type.sql: branches: 1.2.4; added support for storing content repository items in the file system * packages/acs-admin/www/apm/packages/index-oracle.xql: updated oracle version to use file storage in CR 2001-05-10 stevew * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: psql doesn't like -U without a username 2001-05-10 donb * packages/acs-admin/tcl/apm-admin-procs-oracle.xql: Removed bogus "as" in from clause. Broke Oracle, didn't bother PG, made them the same for consistency's sake. * packages/acs-admin/tcl/apm-admin-procs-postgresql.xql: branches: 1.3.10; Removed bogus "as" in from clause. Broke Oracle, didn't bother PG, made them the same for consistency's sake. 2001-05-10 danw * packages/acs-kernel/sql/oracle/apm-create.sql: fixed comment for distribution_tarball attribute that was removed * packages/acs-content-repository/tcl/doc-procs-oracle.xql: * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: fixed up some oracle stuff that I broke when porting to oracle 2001-05-09 donb * packages/acs-admin/acs-admin.info: * packages/acs-admin/www/apm/package-add-2.tcl: * packages/acs-admin/www/apm/package-add.tcl: * packages/acs-admin/www/apm/version-edit.tcl: * packages/acs-admin/www/apm/version-view.tcl: * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-bootstrap-installer/installer/auto-install.tcl: * packages/acs-bootstrap-installer/installer/install-data-model.tcl: * packages/acs-bootstrap-installer/installer/packages-install.tcl: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-messaging/acs-messaging.info: * packages/acs-subsite/acs-subsite.info: * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * 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-xml-procs.tcl: * packages/acs-templating/acs-templating.info: 1. Added a new attribute to the .info file which tells the bootstrap installer whether or not a package is part of the acs-core. Only acs-core packages are now installed during the initial bootstrap install of the system. 2. Fixed a dupe query name problem in a couple of queryfiles. The problem is not with the dispatcher but with the extractor, and for the moment it is just easier to kludge the resulting queryfile than fix the extractor. * packages/acs-admin/www/apm/version-edit.xql: * packages/acs-admin/www/apm/version-view.xql: * packages/acs-admin/www/users/one-oracle.xql: * packages/acs-kernel/sql/postgresql/apm-drop.sql: branches: 1.2.4; 1. Added a new attribute to the .info file which tells the bootstrap installer whether or not a package is part of the acs-core. Only acs-core packages are now installed during the initial bootstrap install of the system. 2. Fixed a dupe query name problem in a couple of queryfiles. The problem is not with the dispatcher but with the extractor, and for the moment it is just easier to kludge the resulting queryfile than fix the extractor. * packages/acs-api-browser/acs-api-browser.info: * packages/acs-core-docs/acs-core-docs.info: branches: 1.3.2; 1. Added a new attribute to the .info file which tells the bootstrap installer whether or not a package is part of the acs-core. Only acs-core packages are now installed during the initial bootstrap install of the system. 2. Fixed a dupe query name problem in a couple of queryfiles. The problem is not with the dispatcher but with the extractor, and for the moment it is just easier to kludge the resulting queryfile than fix the extractor. * packages/acs-tcl/tcl/apm-xml-procs.xql: branches: 1.3.4; 1. Added a new attribute to the .info file which tells the bootstrap installer whether or not a package is part of the acs-core. Only acs-core packages are now installed during the initial bootstrap install of the system. 2. Fixed a dupe query name problem in a couple of queryfiles. The problem is not with the dispatcher but with the extractor, and for the moment it is just easier to kludge the resulting queryfile than fix the extractor. 2001-05-09 danw * packages/acs-templating/tcl/element-procs.tcl: branches: 1.2.2; tested and fixed the template query db api * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: * packages/acs-content-repository/tcl/doc-procs.tcl: fixed query dispatcher to handle case of package proc calling another package proce without qualifying the package name * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-content-repository/sql/postgresql/content-type.sql: fixed some errors in tree queries pointed out by Vinod Kurup * packages/acs-admin/www/apm/packages/index-oracle.xql: * packages/acs-admin/www/apm/packages/index-postgresql.xql: ported queries for serving tarballs * packages/acs-content-repository/sql/postgresql/doc-package.sql: * packages/acs-content-repository/tcl/doc-procs-postgresql.xql: * packages/acs-content-repository/tcl/doc-procs.tcl: * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-templating/tcl/0-procs.tcl: * packages/acs-templating/tcl/acs-integration-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/filter-procs.tcl: * packages/acs-templating/tcl/form-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/tab-procs.tcl: * packages/acs-templating/tcl/table-procs.tcl: * packages/acs-templating/tcl/tag-procs.tcl: * packages/acs-templating/tcl/util-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: * packages/acs-templating/tcl/wizard-procs.tcl: tested and fixed the template query db api 2001-05-08 stevew * packages/acs-tcl/tcl/00-database-procs.tcl: Add query dispatcher call to db_list and db_list_of_lists * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: Make db_qd_get_fullname cope with a malnourished call stack 2001-05-07 jong * packages/acs-kernel/sql/oracle/acs-permissions-create.sql: updated with streamlined permission_p 2001-05-07 danw * packages/acs-templating/tcl/query-procs.tcl: added ad_proc to template query procs 2001-05-06 domingoa * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/tcl/application-group-procs-postgresql.xql: * packages/acs-subsite/tcl/application-group-procs.xql: * packages/acs-subsite/tcl/attribute-procs-oracle.xql: * packages/acs-subsite/tcl/attribute-procs-postgresql.xql: * packages/acs-subsite/tcl/attribute-procs.xql: * packages/acs-subsite/tcl/group-procs-oracle.xql: * packages/acs-subsite/tcl/group-procs-postgresql.xql: * packages/acs-subsite/tcl/group-procs.xql: * packages/acs-subsite/tcl/group-type-procs-oracle.xql: * packages/acs-subsite/tcl/group-type-procs-postgresql.xql: * packages/acs-subsite/tcl/group-type-procs.xql: * packages/acs-subsite/tcl/package-procs-oracle.xql: * packages/acs-subsite/tcl/package-procs-postgresql.xql: * packages/acs-subsite/tcl/package-procs.xql: * packages/acs-subsite/tcl/party-procs-oracle.xql: * packages/acs-subsite/tcl/party-procs-postgresql.xql: * packages/acs-subsite/tcl/party-procs.xql: * packages/acs-subsite/tcl/plsql-utility-procs-oracle.xql: * packages/acs-subsite/tcl/plsql-utility-procs-postgresql.xql: * packages/acs-subsite/tcl/rel-segments-procs-postgresql.xql: * packages/acs-subsite/tcl/rel-segments-procs.xql: * packages/acs-subsite/tcl/rel-types-procs-oracle.xql: * packages/acs-subsite/tcl/rel-types-procs-postgresql.xql: * packages/acs-subsite/tcl/rel-types-procs.xql: * packages/acs-subsite/tcl/relation-procs-oracle.xql: * packages/acs-subsite/tcl/relation-procs-postgresql.xql: * packages/acs-subsite/tcl/relation-procs.xql: * packages/acs-subsite/tcl/subsite-callback-procs.xql: * packages/acs-subsite/tcl/subsite-procs-oracle.xql: * packages/acs-subsite/tcl/subsite-procs-postgresql.xql: * packages/acs-subsite/tcl/subsite-procs.xql: A small contribution to port it * packages/acs-subsite/tcl/application-group-procs-oracle.xql: branches: 1.1.2; A small contribution to port it * packages/acs-subsite/tcl/rel-segments-procs-oracle.xql: branches: 1.1.4; A small contribution to port it 2001-05-06 danw * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: added blobs switch to db_dml, so that update statements can be ported to write the content column directly * packages/acs-content-repository/tcl/content-procs.tcl: * packages/acs-subsite/www/shared/portrait-bits-postgresql.xql: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/apm-file-procs-postgresql.xql: more cleanup of CR and blob support 2001-05-06 ben * packages/acs-bootstrap-installer/bootstrap.tcl: Fixed conflict in this file, the order should now be: - source the -procs files - load up queries - source the -init files this is because the -init files sometimes have queries they need dispatched. * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: added QD stuff to Oracle piece. Not tested yet. 2001-05-05 danw * packages/acs-admin/www/apm/index-oracle.xql: * packages/acs-admin/www/apm/index-postgresql.xql: * packages/acs-admin/www/apm/packages/index.vuh: * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-tcl/tcl/apm-file-procs-oracle.xql: * packages/acs-tcl/tcl/apm-file-procs-postgresql.xql: * packages/acs-tcl/tcl/apm-file-procs.tcl: converted apm to store tarballs in the content repository * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: modified to handle .vuh files * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: slight cleanup 2001-05-04 stevew * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: Make ad_proc namespace aware 2001-05-04 domingoa * packages/acs-lang/tcl/localization-procs-postgresql.xql: Correction in the function call that should use 2 underscores in place of a dot used in oracle to denote package container. * packages/acs-lang/tcl/locale-procs-postgresql.xql: branches: 1.2.4; Correction in the function call that should use 2 underscores in place of a dot used in oracle to denote package container. 2001-05-04 danw * packages/acs-admin/www/apm/index-postgresql.xql: * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/apm-file-procs-oracle.xql: * packages/acs-tcl/tcl/apm-file-procs-postgresql.xql: * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/apm-file-procs.xql: converted apm to store package tarballs in the content repository 2001-05-03 donb * packages/acs-subsite/acs-subsite.info: *** empty log message *** 2001-05-03 danw * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: added comment about db_dml -blob_files change * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/tcl/content-procs.tcl: * packages/acs-content-repository/tcl/revision-procs-postgresql.xql: * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-subsite/www/shared/portrait-bits-postgresql.xql: * packages/acs-subsite/www/user/portrait/upload-2-postgresql.xql: * packages/acs-subsite/www/user/portrait/upload-2.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: tested lob support for content-repository. converted photo upload in acs-subsite to use lobs instead of files 2001-05-02 domingoa * packages/acs-lang/acs-lang.info: * packages/acs-lang/tcl/lang-init-postgresql.xql: * packages/acs-lang/tcl/lang-procs.xql: * packages/acs-lang/tcl/locale-procs-oracle.xql: * packages/acs-lang/tcl/locale-procs-postgresql.xql: * packages/acs-lang/tcl/locale-procs.xql: * packages/acs-lang/tcl/localization-procs-oracle.xql: * packages/acs-lang/tcl/localization-procs-postgresql.xql: * packages/acs-lang/www/format-test-oracle.xql: * packages/acs-lang/www/set-system-timezone-oracle.xql: * packages/acs-lang/www/test-oracle.xql: * packages/acs-lang/www/timezone-oracle.xql: First port commit * packages/acs-lang/tcl/lang-init-oracle.xql: * packages/acs-lang/tcl/lang-procs-oracle.xql: * packages/acs-lang/tcl/localization-procs.xql: * packages/acs-lang/www/format-test-postgresql.xql: * packages/acs-lang/www/set-system-timezone-postgresql.xql: * packages/acs-lang/www/test-postgresql.xql: * packages/acs-lang/www/timezone-postgresql.xql: branches: 1.1.4; First port commit 2001-05-01 stevew * packages/acs-tcl/tcl/acs-permissions-procs-postgresql.xql: Add missing query * packages/acs-kernel/sql/postgresql/community-core-create.sql: Fix return type of acs_user__receives_alerts_p * packages/acs-subsite/www/pvt/alerts-oracle.xql: * packages/acs-subsite/www/pvt/alerts-postgresql.xql: * packages/acs-subsite/www/pvt/alerts.xql: * packages/acs-subsite/www/pvt/home-postgresql.xql: * packages/acs-subsite/www/pvt/home.xql: * packages/acs-subsite/www/pvt/set-on-vacation-to-null.xql: * packages/acs-subsite/www/pvt/set-on-vacation-until.xql: * packages/acs-subsite/www/pvt/toggle-dont-spam-me-p-oracle.xql: * packages/acs-subsite/www/pvt/toggle-dont-spam-me-p-postgresql.xql: * packages/acs-subsite/www/pvt/unsubscribe-2-oracle.xql: * packages/acs-subsite/www/pvt/unsubscribe-2-postgresql.xql: * packages/acs-subsite/www/pvt/unsubscribe-oracle.xql: * packages/acs-subsite/www/pvt/unsubscribe-postgresql.xql: * packages/acs-subsite/www/pvt/unsubscribe.xql: * packages/acs-subsite/www/register/awaiting-email-verification-oracle.xql: * packages/acs-subsite/www/register/awaiting-email-verification-postgresql.xql: * packages/acs-subsite/www/register/awaiting-email-verification.xql: * packages/acs-subsite/www/register/banned-user.xql: * packages/acs-subsite/www/register/deleted-user.xql: * packages/acs-subsite/www/register/email-confirm.xql: * packages/acs-subsite/www/register/email-password-2.xql: * packages/acs-subsite/www/register/email-password-3.xql: * packages/acs-subsite/www/register/email-password.xql: * packages/acs-subsite/www/register/restore-user.xql: * packages/acs-subsite/www/register/user-join.xql: * packages/acs-subsite/www/register/user-login.xql: * packages/acs-subsite/www/register/user-new-2.xql: * packages/acs-subsite/www/user/basic-info-update-2.xql: * packages/acs-subsite/www/user/basic-info-update.xql: * packages/acs-subsite/www/user/password-update.xql: Port queries * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: Speedy replacement for permission_p from Matthew Avalos * packages/acs-subsite/www/register/awaiting-approval.xql: branches: 1.1.2; Port queries 2001-05-01 danw * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/tcl/content-procs.tcl: * packages/acs-subsite/www/shared/portrait-bits-postgresql.xql: * packages/acs-subsite/www/user/portrait/upload-2.xql: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: finished porting portrait upload to work with CR 2001-04-30 stevew * packages/acs-content-repository/sql/postgresql/content-item.sql: Add content_item__get_title(integer) helper function * packages/acs-subsite/www/admin/index-oracle.xql: * packages/acs-subsite/www/admin/index-postgresql.xql: * packages/acs-subsite/www/admin/index.xql: * packages/acs-subsite/www/admin/site-map/auto-mount-oracle.xql: * packages/acs-subsite/www/admin/site-map/auto-mount-postgresql.xql: * packages/acs-subsite/www/admin/site-map/delete-oracle.xql: * packages/acs-subsite/www/admin/site-map/delete-postgresql.xql: * packages/acs-subsite/www/admin/site-map/delete.xql: * packages/acs-subsite/www/admin/site-map/index-oracle.xql: * packages/acs-subsite/www/admin/site-map/index-postgresql.xql: * packages/acs-subsite/www/admin/site-map/index.xql: * packages/acs-subsite/www/admin/site-map/instance-delete-oracle.xql: * packages/acs-subsite/www/admin/site-map/instance-delete-postgresql.xql: * packages/acs-subsite/www/admin/site-map/instance-delete.xql: * packages/acs-subsite/www/admin/site-map/mount-2.xql: * packages/acs-subsite/www/admin/site-map/mount-oracle.xql: * packages/acs-subsite/www/admin/site-map/mount-postgresql.xql: * packages/acs-subsite/www/admin/site-map/new-oracle.xql: * packages/acs-subsite/www/admin/site-map/new-postgresql.xql: * packages/acs-subsite/www/admin/site-map/new.xql: * packages/acs-subsite/www/admin/site-map/package-new.xql: * packages/acs-subsite/www/admin/site-map/parameter-set-2.xql: * packages/acs-subsite/www/admin/site-map/parameter-set-oracle.xql: * packages/acs-subsite/www/admin/site-map/parameter-set-postgresql.xql: * packages/acs-subsite/www/admin/site-map/unmount.xql: * packages/acs-subsite/www/admin/site-map/unmounted-oracle.xql: * packages/acs-subsite/www/admin/site-map/unmounted-postgresql.xql: * packages/acs-subsite/www/permissions/grant-2-oracle.xql: * packages/acs-subsite/www/permissions/grant-2-postgresql.xql: * packages/acs-subsite/www/permissions/grant.xql: * packages/acs-subsite/www/permissions/index-oracle.xql: * packages/acs-subsite/www/permissions/index-postgresql.xql: * packages/acs-subsite/www/permissions/one-oracle.xql: * packages/acs-subsite/www/permissions/one-postgresql.xql: * packages/acs-subsite/www/permissions/one.xql: * packages/acs-subsite/www/permissions/revoke-oracle.xql: * packages/acs-subsite/www/permissions/revoke-postgresql.xql: * packages/acs-subsite/www/permissions/toggle-inherit-postgresql.xql: * packages/acs-subsite/www/permissions/toggle-inherit.xql: Port queries * packages/acs-subsite/www/index-oracle.xql: * packages/acs-subsite/www/permissions/grant-oracle.xql: * packages/acs-subsite/www/permissions/revoke-2-oracle.xql: branches: 1.1.4; Port queries * packages/acs-subsite/www/permissions/grant-postgresql.xql: * packages/acs-subsite/www/permissions/revoke-2-postgresql.xql: branches: 1.2.4; Port queries * packages/acs-subsite/www/index-postgresql.xql: branches: 1.3.4; Port queries * packages/acs-kernel/sql/postgresql/community-core-create.sql: party__name should return varchar 2001-04-30 danw * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-kernel/sql/test/acs-objects-test.sql: * packages/acs-kernel/sql/test/groups-test.sql: * 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-types-drop.sql: * packages/acs-kernel/sql/test/rel-segments-test.sql: added file support to CR data-model * packages/acs-content-repository/sql/postgresql/content-template.sql: branches: 1.6.4; added file support to CR data-model * packages/acs-content-repository/sql/postgresql/content-extlink.sql: branches: 1.7.4; added file support to CR data-model * packages/acs-content-repository/sql/postgresql/content-symlink.sql: branches: 1.9.4; added file support to CR data-model * packages/acs-content-repository/tcl/content-procs.tcl: * packages/acs-subsite/www/shared/portrait-bits-postgresql.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.xql: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: work on protrait upload 2001-04-29 stevew * packages/acs-kernel/sql/postgresql/postgresql.sql: Add instr(varchar,char) helper function 2001-04-29 donb * packages/acs-admin/www/users/become.xql: * packages/acs-admin/www/users/complex-search.xql: * packages/acs-admin/www/users/index.xql: * 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: * packages/acs-admin/www/users/member-state-change.xql: * packages/acs-admin/www/users/one.xql: * packages/acs-admin/www/users/registration-history.xql: * packages/acs-admin/www/users/search.xql: * packages/acs-admin/www/users/user-add-2.xql: * packages/acs-admin/www/users/user-add-3.xql: Fixed extractor and re-ran it, causing some file shuffling. * packages/acs-admin/www/users/complex-search.xql: * packages/acs-admin/www/users/index.xql: * 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.xql: * packages/acs-admin/www/users/one-oracle.xql: * packages/acs-admin/www/users/one-postgresql.xql: * packages/acs-admin/www/users/one.xql: * packages/acs-admin/www/users/registration-history-oracle.xql: * packages/acs-admin/www/users/registration-history-postgresql.xql: * packages/acs-admin/www/users/search.xql: * packages/acs-admin/www/users/user-add-2.xql: More porting changes ... * packages/acs-admin/acs-admin.info: * packages/acs-subsite/acs-subsite.info: New info files with truncated rather than PG timestamps. * packages/acs-tcl/tcl/apm-install-procs.tcl: Wrapped adding of files to the package table in a transaction to hopefully speed it up a bit, and to roll 'em all back if there's an error. * packages/acs-tcl/tcl/apm-xml-procs.tcl: trunc'd date put in .info file to make Oracle happy (PG dates include time info) * packages/acs-admin/acs-admin.info: * packages/acs-admin/www/apm/index-oracle.xql: * packages/acs-admin/www/apm/index.xql: * packages/acs-admin/www/users/one-postgresql.xql: * packages/acs-admin/www/users/one.xql: * packages/acs-subsite/acs-subsite.info: *** empty log message *** * packages/acs-admin/www/users/user-add-3.xql: branches: 1.3.22; More porting changes ... * packages/acs-admin/www/users/become.xql: branches: 1.3.6; More porting changes ... 2001-04-28 donb * packages/acs-admin/www/apm/package-add-2.xql: * packages/acs-admin/www/apm/parameter-add-2.xql: * packages/acs-admin/www/apm/version-dependencies-postgresql.xql: * packages/acs-admin/www/apm/version-dependency-add-postgresql.xql: * packages/acs-bootstrap-installer/bootstrap.tcl: * packages/acs-kernel/sql/postgresql/acs-metadata-create.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: * packages/acs-kernel/sql/postgresql/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/security-create.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: * packages/acs-tcl/tcl/apm-install-procs-oracle.xql: * packages/acs-tcl/tcl/apm-install-procs-postgresql.xql: 1. Ripped out the '' vs. NULL string kludge, which was a stupid idea in the first place (MY stupid idea, for the record). 2. More .xql file porting... * packages/acs-admin/www/index.xql: * packages/acs-admin/www/users/index.xql: * packages/acs-admin/www/users/member-state-change-postgresql.xql: * packages/acs-admin/www/users/one.xql: * 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-keyword.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-type.sql: * packages/acs-content-repository/sql/postgresql/content-xml.sql: * packages/acs-tcl/tcl/utilities-procs.tcl: Removed more of the "default '' not null" kludge. * packages/acs-kernel/sql/postgresql/acs-logs-create.sql: * packages/acs-kernel/sql/postgresql/journal-create.sql: branches: 1.3.4; 1. Ripped out the '' vs. NULL string kludge, which was a stupid idea in the first place (MY stupid idea, for the record). 2. More .xql file porting... * packages/acs-admin/www/apm/version-edit-2.xql: branches: 1.3.6; 1. Ripped out the '' vs. NULL string kludge, which was a stupid idea in the first place (MY stupid idea, for the record). 2. More .xql file porting... 2001-04-28 danw * packages/acs-admin/www/apm/package-add.xql: * packages/acs-kernel/sql/postgresql/apm-create.sql: fixed problem with initalizing a_order and added missing as to select query 2001-04-27 donb * packages/acs-admin/tcl/apm-admin-procs-oracle.xql: * packages/acs-admin/tcl/apm-admin-procs-postgresql.xql: * packages/acs-admin/tcl/apm-admin-procs.xql: * packages/acs-admin/www/apm/bulk-intall.xql: * packages/acs-admin/www/apm/cvs-status.xql: * packages/acs-admin/www/apm/index-oracle.xql: * packages/acs-admin/www/apm/index-postgresql.xql: * packages/acs-admin/www/apm/index.tcl: * packages/acs-admin/www/apm/index.xql: * packages/acs-admin/www/apm/package-add-2.xql: * packages/acs-admin/www/apm/package-add.xql: * packages/acs-admin/www/apm/package-delete-2.xql: * packages/acs-admin/www/apm/package-delete.xql: * packages/acs-admin/www/apm/packages-install-3.xql: * packages/acs-admin/www/apm/parameter-add-2.xql: * packages/acs-admin/www/apm/parameter-edit.xql: * 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.xql: * packages/acs-admin/www/apm/version-dependency-add-2.xql: * 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.xql: * packages/acs-admin/www/apm/version-edit-2.xql: * packages/acs-admin/www/apm/version-edit.xql: * packages/acs-admin/www/apm/version-files.xql: * packages/acs-admin/www/apm/version-generate-diffs.xql: * packages/acs-admin/www/apm/version-parameter-values.xql: * packages/acs-admin/www/apm/version-tag.xql: * packages/acs-admin/www/apm/version-view-oracle.xql: * packages/acs-admin/www/apm/version-view-postgresql.xql: * packages/acs-admin/www/apm/version-view.xql: * packages/acs-admin/www/apm/view-unattached-files.xql: * packages/acs-admin/www/apm/write-all-specs.xql: * packages/acs-admin/www/index.xql: * packages/acs-admin/www/test/signed-cookies-test-2.xql: * packages/acs-admin/www/users/become.xql: * packages/acs-admin/www/users/complex-search.xql: * packages/acs-admin/www/users/index.xql: * 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.xql: * packages/acs-admin/www/users/one.xql: * packages/acs-admin/www/users/registration-history.xql: * packages/acs-admin/www/users/search.xql: * packages/acs-admin/www/users/user-add-2.xql: * packages/acs-admin/www/users/user-add-3.xql: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/apm-procs.xql: * packages/acs-tcl/tcl/apm-xml-procs.xql: 1. Fixed apm_load_queries. Again? Yes, again. I fixed it real good this time. 2. Added .xql files for acs-admin. APM .xql files have mostly but not completely been ported. It sort of works though, cool! 1. Fixed apm_load_queries. Again? Yes, again. I fixed it real good this time. 2. Added .xql files for acs-admin. APM .xql files have mostly but not completely been ported. It sort of works though, cool! * packages/acs-admin/acs-admin.info: * packages/acs-admin/tcl/apm-admin-procs-oracle.xql: * packages/acs-admin/tcl/apm-admin-procs-postgresql.xql: * packages/acs-admin/tcl/apm-admin-procs.tcl: * packages/acs-admin/www/apm/version-edit-2.xql: * 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-kernel/sql/postgresql/apm-create.sql: * packages/acs-tcl/tcl/apm-file-procs-oracle.xql: * packages/acs-tcl/tcl/apm-file-procs-postgresql.xql: * packages/acs-tcl/tcl/apm-install-procs-postgresql.xql: More porting of the APM is complete! Nearly done, a bug in the datamodel API and we need to convert from direct use of blobs to using the content repository. * packages/acs-admin/www/apm/version-fs-scan.xql: branches: 1.1.10; 1. Fixed apm_load_queries. Again? Yes, again. I fixed it real good this time. 2. Added .xql files for acs-admin. APM .xql files have mostly but not completely been ported. It sort of works though, cool! 1. Fixed apm_load_queries. Again? Yes, again. I fixed it real good this time. 2. Added .xql files for acs-admin. APM .xql files have mostly but not completely been ported. It sort of works though, cool! * packages/acs-admin/www/apm/parameter-add.xql: branches: 1.1.20; 1. Fixed apm_load_queries. Again? Yes, again. I fixed it real good this time. 2. Added .xql files for acs-admin. APM .xql files have mostly but not completely been ported. It sort of works though, cool! 1. Fixed apm_load_queries. Again? Yes, again. I fixed it real good this time. 2. Added .xql files for acs-admin. APM .xql files have mostly but not completely been ported. It sort of works though, cool! * packages/acs-admin/www/apm/version-parameters.xql: branches: 1.1.24; 1. Fixed apm_load_queries. Again? Yes, again. I fixed it real good this time. 2. Added .xql files for acs-admin. APM .xql files have mostly but not completely been ported. It sort of works though, cool! 1. Fixed apm_load_queries. Again? Yes, again. I fixed it real good this time. 2. Added .xql files for acs-admin. APM .xql files have mostly but not completely been ported. It sort of works though, cool! * packages/acs-admin/www/apm/file-add-2.xql: * packages/acs-admin/www/apm/file-add.xql: * packages/acs-admin/www/apm/file-remove.xql: * packages/acs-admin/www/apm/file-watch.xql: branches: 1.1.4; 1. Fixed apm_load_queries. Again? Yes, again. I fixed it real good this time. 2. Added .xql files for acs-admin. APM .xql files have mostly but not completely been ported. It sort of works though, cool! 1. Fixed apm_load_queries. Again? Yes, again. I fixed it real good this time. 2. Added .xql files for acs-admin. APM .xql files have mostly but not completely been ported. It sort of works though, cool! 2001-04-27 danw * packages/acs-admin/www/index-oracle.xql: * packages/acs-admin/www/index-postgresql.xql: branches: 1.1.4; fixed acs-admin main page queries * packages/acs-tcl/tcl/apm-install-procs-postgresql.xql: changed case type to boolean * packages/acs-subsite/www/admin/site-map/parameter-set-postgresql.xql: * packages/acs-subsite/www/admin/site-map/parameter-set.tcl: fixed ad_table call in site-map * packages/acs-admin/acs-admin.info: * packages/acs-admin/www/index.tcl: fixed admin page queries * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-content-repository/tcl/doc-procs-oracle.xql: * packages/acs-content-repository/tcl/doc-procs-postgresql.xql: * packages/acs-content-repository/tcl/doc-procs.tcl: * packages/acs-content-repository/tcl/filter-procs-oracle.xql: * packages/acs-content-repository/tcl/filter-procs-postgresql.xql: * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-content-repository/tcl/filter-procs.xql: * packages/acs-content-repository/tcl/revision-procs-oracle.xql: * packages/acs-content-repository/tcl/revision-procs-postgresql.xql: * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-templating/acs-templating.info: * packages/acs-templating/sql/postgresql/acs-templating-create.sql: * packages/acs-templating/sql/postgresql/acs-templating-drop.sql: * packages/acs-templating/sql/postgresql/demo-create.sql: * packages/acs-templating/sql/postgresql/demo-drop.sql: * packages/acs-templating/tcl/paginator-procs.tcl: * packages/acs-templating/tcl/query-procs.tcl: * packages/acs-templating/tcl/table-procs.tcl: * packages/acs-templating/tcl/util-procs.tcl: * packages/acs-templating/tcl/widget-procs.tcl: * packages/acs-templating/www/doc/demo/form.tcl: * packages/acs-templating/www/doc/demo/multiaccess.tcl: * packages/acs-templating/www/doc/demo/user-edit.tcl: * packages/acs-templating/www/doc/exercise/form-sample-revised.tcl: * packages/acs-templating/www/doc/exercise/form-sample.tcl: * packages/acs-templating/www/doc/exercise/list-and-var-sample.tcl: ported templating to use standard db api 2001-04-26 danw * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: fixed abstraction for queryname_root formation * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: fixed loading of generic query files * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/admin-procs.xql: * packages/acs-tcl/tcl/apm-procs-oracle.xql: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/security-init-oracle.xql: * packages/acs-tcl/tcl/security-init-postgresql.xql: * packages/acs-tcl/tcl/security-init.xql: * packages/acs-tcl/tcl/site-nodes-procs-postgresql.xql: * packages/acs-tcl/tcl/table-display-procs.tcl: fixed some bugs related to loading and parsing of generic .xql files 2001-04-24 donb * packages/acs-tcl/tcl/apm-procs-postgresql.xql: * packages/acs-tcl/tcl/apm-procs.xql: * packages/acs-tcl/tcl/navigation-procs-postgresql.xql: * packages/acs-tcl/tcl/site-nodes-procs-postgresql.xql: * packages/acs-tcl/tcl/site-nodes-procs.xql: * packages/acs-tcl/tcl/table-display-procs.tcl: Ignore the remove, it was due to cockpit error. The rest is minor cleanup stuff. * packages/acs-admin/www/apm/index.tcl: * packages/acs-tcl/tcl/table-display-procs.tcl: re-added table-display-procs.tcl Tried to fix apm/index.tcl but ran into a major problem...we need to rewrite ad-table entirely. * packages/acs-tcl/tcl/aolserver-3-procs.tcl: branches: 1.2.4; Ignore the remove, it was due to cockpit error. The rest is minor cleanup stuff. 2001-04-24 danw * packages/acs-tcl/tcl/apm-install-procs.xql: * packages/acs-tcl/tcl/defs-procs.xql: branches: 1.1.4; query extractor output for acs-tcl * packages/acs-tcl/tcl/object-type-procs.xql: branches: 1.2.6; more query extraction work * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/apm-file-procs-oracle.xql: * packages/acs-tcl/tcl/apm-file-procs-postgresql.xql: * packages/acs-tcl/tcl/apm-file-procs.xql: * packages/acs-tcl/tcl/object-type-procs-postgresql.xql: * packages/acs-tcl/tcl/object-type-procs.tcl: more query extraction work * packages/acs-tcl/tcl/acs-kernel-procs.xql: * packages/acs-tcl/tcl/acs-permissions-procs-oracle.xql: * packages/acs-tcl/tcl/acs-permissions-procs.xql: * packages/acs-tcl/tcl/admin-init-oracle.xql: * packages/acs-tcl/tcl/admin-init-postgresql.xql: * packages/acs-tcl/tcl/admin-procs.xql: * packages/acs-tcl/tcl/apm-file-procs-oracle.xql: * packages/acs-tcl/tcl/apm-file-procs-postgresql.xql: * packages/acs-tcl/tcl/apm-file-procs.xql: * packages/acs-tcl/tcl/apm-install-procs-oracle.xql: * packages/acs-tcl/tcl/apm-install-procs-postgresql.xql: * 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.xql: * packages/acs-tcl/tcl/community-core-procs-oracle.xql: * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: * packages/acs-tcl/tcl/community-core-procs.xql: * packages/acs-tcl/tcl/defs-procs-oracle.xql: * packages/acs-tcl/tcl/defs-procs-postgresql.xql: * packages/acs-tcl/tcl/deprecated-utilities-procs.xql: * packages/acs-tcl/tcl/navigation-procs-oracle.xql: * packages/acs-tcl/tcl/navigation-procs-postgresql.xql: * packages/acs-tcl/tcl/object-procs-oracle.xql: * packages/acs-tcl/tcl/object-procs-postgresql.xql: * packages/acs-tcl/tcl/object-procs.xql: * packages/acs-tcl/tcl/object-type-procs.xql: * packages/acs-tcl/tcl/request-processor-init.xql: * packages/acs-tcl/tcl/request-processor-procs.xql: * packages/acs-tcl/tcl/security-init-oracle.xql: * packages/acs-tcl/tcl/security-init-postgresql.xql: * packages/acs-tcl/tcl/security-procs-oracle.xql: * packages/acs-tcl/tcl/security-procs-postgresql.xql: * packages/acs-tcl/tcl/security-procs.xql: * 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.xql: * packages/acs-tcl/tcl/utilities-procs.xql: * packages/acs-tcl/tcl/widgets-procs.xql: query extractor output for acs-tcl 2001-04-23 donb * packages/acs-tcl/tcl/apm-procs.tcl: Made a couple of query names unique to cover up a lame weakness in the hacked-up query extractor. 2001-04-23 ben * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: * packages/acs-subsite/acs-subsite.info: - added massaging to the query dispatcher to ns_quotehtml all querytext before XML parsing. - added a query file for acs-developer-support, although that's not working yet. 2001-04-22 stevew * packages/acs-subsite/www/admin/index-postgresql.xql: * packages/acs-subsite/www/admin/site-map/auto-mount-postgresql.xql: * packages/acs-subsite/www/admin/site-map/delete-postgresql.xql: * packages/acs-subsite/www/admin/site-map/delete.tcl: * packages/acs-subsite/www/admin/site-map/index-postgresql.xql: * packages/acs-subsite/www/admin/site-map/instance-delete-postgresql.xql: * packages/acs-subsite/www/admin/site-map/mount-postgresql.xql: * packages/acs-subsite/www/admin/site-map/new-postgresql.xql: * packages/acs-subsite/www/admin/site-map/package-new-postgresql.xql: * packages/acs-subsite/www/admin/site-map/parameter-set-postgresql.xql: * packages/acs-subsite/www/admin/site-map/unmounted-postgresql.xql: * packages/acs-subsite/www/index-postgresql.xql: * packages/acs-subsite/www/permissions/grant-2-postgresql.xql: * packages/acs-subsite/www/permissions/grant-postgresql.xql: * packages/acs-subsite/www/permissions/index-postgresql.xql: * packages/acs-subsite/www/permissions/one-postgresql.xql: * packages/acs-subsite/www/permissions/revoke-2-postgresql.xql: * packages/acs-subsite/www/permissions/revoke-postgresql.xql: * packages/acs-subsite/www/permissions/revoke.tcl: * packages/acs-subsite/www/permissions/toggle-inherit-postgresql.xql: * packages/acs-subsite/www/pvt/alerts-postgresql.xql: * packages/acs-subsite/www/pvt/home-postgresql.xql: * packages/acs-subsite/www/pvt/toggle-dont-spam-me-p-postgresql.xql: * packages/acs-subsite/www/pvt/unsubscribe-2-postgresql.xql: * packages/acs-subsite/www/pvt/unsubscribe-postgresql.xql: * packages/acs-subsite/www/shared/whos-online-postgresql.xql: Port queries * packages/acs-subsite/www/permissions/grant-2.tcl: * packages/acs-subsite/www/permissions/revoke-2.tcl: * packages/acs-subsite/www/shared/community-member-postgresql.xql: branches: 1.2.4; Port queries 2001-04-22 jong * packages/acs-reference/sql/oracle/acs-reference-create.sql: * packages/acs-reference/sql/oracle/acs-reference-data.sql: * packages/acs-reference/sql/oracle/acs-reference-drop.sql: * packages/acs-reference/sql/oracle/country.sql: * packages/acs-reference/sql/oracle/currency.sql: * packages/acs-reference/sql/oracle/language.sql: * packages/acs-reference/sql/oracle/s-and-p-data.sql: * packages/acs-reference/sql/oracle/timezone-data.sql: * packages/acs-reference/sql/oracle/timezone-drop.sql: * packages/acs-reference/sql/oracle/timezone-rules.sql: * packages/acs-reference/sql/oracle/timezones.sql: * packages/acs-reference/sql/oracle/us-counties-data.sql: * packages/acs-reference/sql/oracle/us-counties.sql: * packages/acs-reference/sql/oracle/us-states.sql: * packages/acs-reference/sql/oracle/us-zipcodes-data.sql: * packages/acs-reference/sql/oracle/us-zipcodes.sql: * packages/acs-reference/www/doc/design.html: * packages/acs-reference/www/doc/index.html: * packages/acs-reference/www/doc/requirements.html: initial openacs import 2001-04-20 donb * packages/acs-lang/acs-lang.info: * packages/acs-lang/catalog/test.iso-8859-1.cat: * packages/acs-lang/tcl/acs-lang-procs.tcl: * packages/acs-lang/tcl/lang-init.tcl: * packages/acs-lang/tcl/lang-procs.tcl: * packages/acs-lang/tcl/locale-init.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/www/catalog-test.adp: * packages/acs-lang/www/catalog-test.tcl: * packages/acs-lang/www/compile.tcl: * packages/acs-lang/www/doc/RELEASE-NOTES: * packages/acs-lang/www/doc/acs4-patches.txt: * packages/acs-lang/www/doc/i18n-design.html: * packages/acs-lang/www/doc/i18n-requirements.html: * packages/acs-lang/www/doc/questions: * packages/acs-lang/www/format-test.adp: * packages/acs-lang/www/format-test.tcl: * packages/acs-lang/www/index.html: * packages/acs-lang/www/locale-set.tcl: * packages/acs-lang/www/set-system-timezone.tcl: * packages/acs-lang/www/show-catalog.adp: * packages/acs-lang/www/show-catalog.tcl: * packages/acs-lang/www/show.tcl: * packages/acs-lang/www/test.adp: * packages/acs-lang/www/test.tcl: * packages/acs-lang/www/timezone.adp: * packages/acs-lang/www/timezone.tcl: * packages/acs-lang/www/tz-test.tcl: Forgot to define binary files before importing, so .gifs were messed up. * packages/acs-tcl/tcl/apm-file-procs.tcl: committed my change to omit CVS directories and files from the list of files added to a package. * packages/acs-lang/acs-lang.info: * packages/acs-lang/catalog/test.iso-8859-1.cat: * packages/acs-lang/tcl/acs-lang-procs.tcl: * packages/acs-lang/tcl/lang-init.tcl: * packages/acs-lang/tcl/lang-procs.tcl: * packages/acs-lang/tcl/locale-init.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/www/catalog-test.adp: * packages/acs-lang/www/catalog-test.tcl: * packages/acs-lang/www/compile.tcl: * packages/acs-lang/www/doc/RELEASE-NOTES: * packages/acs-lang/www/doc/acs4-patches.txt: * packages/acs-lang/www/doc/i18n-design.html: * packages/acs-lang/www/doc/i18n-requirements.html: * packages/acs-lang/www/doc/questions: * packages/acs-lang/www/format-test.adp: * packages/acs-lang/www/format-test.tcl: * packages/acs-lang/www/index.html: * packages/acs-lang/www/locale-set.tcl: * packages/acs-lang/www/set-system-timezone.tcl: * packages/acs-lang/www/show-catalog.adp: * packages/acs-lang/www/show-catalog.tcl: * packages/acs-lang/www/show.tcl: * packages/acs-lang/www/test.adp: * packages/acs-lang/www/test.tcl: * packages/acs-lang/www/timezone.adp: * packages/acs-lang/www/timezone.tcl: * packages/acs-lang/www/tz-test.tcl: branches: 1.1.1; Initial revision 2001-04-20 danw * packages/acs-kernel/sql/postgresql/rel-constraints-create.sql: added index * packages/acs-kernel/sql/postgresql/rel-constraints-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-body-create.sql: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: added tcl variable support to db api * packages/acs-kernel/sql/postgresql/rel-constraints-body-create.sql: branches: 1.7.10; added tcl variable support to db api * packages/acs-kernel/sql/postgresql/rel-constraints-create.sql: finished tree query support for rel_constraints 2001-04-20 ben * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: * packages/acs-subsite/www/index.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: added query dispatcher code to zz-postload to load queries for default pages in /www added query for front page now the congratulations page is there! * packages/acs-tcl/tcl/apm-procs.tcl: applied patch from Steve W to allow searching of complete query files in a package. * www/index-postgresql.xql: branches: 1.1.4; added query dispatcher code to zz-postload to load queries for default pages in /www added query for front page now the congratulations page is there! * tcl/zz-postload.tcl: branches: 1.2.4; added query dispatcher code to zz-postload to load queries for default pages in /www added query for front page now the congratulations page is there! 2001-04-19 stevew * packages/acs-subsite/www/admin/index-postgresql.xql: * packages/acs-subsite/www/pvt/home-postgresql.xql: * packages/acs-subsite/www/shared/community-member-postgresql.xql: Port queries 2001-04-19 danw * 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-symlink.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: more strict string handling changes 2001-04-19 ben * packages/acs-api-browser/www/package-view.tcl: * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: * packages/acs-tcl/tcl/acs-permissions-procs-postgresql.xql: * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: * packages/acs-tcl/tcl/navigation-procs-postgresql.xql: * packages/acs-tcl/tcl/security-procs-postgresql.xql: * packages/acs-tcl/tcl/site-nodes-procs-postgresql.xql: applied patches from Steve Woodcock that port a few more queries, fix a few data model PL/SQL quirks, and generally allow us to get further into a working OpenACS! * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: fixed DB QD and a call from the APM to the QD 's old API * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: temp fix for QD call to ad_conn file 2001-04-18 stevew * packages/acs-subsite/acs-subsite.info: Add entries for postgresql datamodel * packages/acs-subsite/www/index-postgresql.xql: Port queries 2001-04-18 donb * packages/acs-bootstrap-installer/installer.tcl: * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: * packages/acs-tcl/tcl/security-procs-postgresql.xql: 1. Removed acs_source (which Ben had already removed, I think he just forgot to commit) 2. Wrote a PG semi-replacement query for an Oracle query containing "sample()" 2001-04-18 danw * 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-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-symlink.sql: * packages/acs-content-repository/sql/postgresql/content-template.sql: * packages/acs-content-repository/sql/postgresql/content-type.sql: added comments for default parameters * packages/acs-kernel/sql/postgresql/rel-constraints-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-body-create.sql: partial fix of rel_constraints tree queries - more work required 2001-04-18 ben * packages/acs-tcl/tcl/site-nodes-procs-postgresql.xql: finalized QD last fixes, and began porting more queries * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl: * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/db-query-dispatcher-procs.tcl: * packages/acs-tcl/tcl/security-init-postgresql.xql: made QD load at boostrap time 2001-04-17 danw * packages/acs-kernel/sql/postgresql/acs-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-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/community-core-create.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/journal-create.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-segments-body-create.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: added comments for default api values * packages/acs-subsite/sql/postgresql/portraits.sql: branches: 1.2.14; patch submitted by Steve Woodcock * packages/acs-subsite/sql/postgresql/attribute.sql: branches: 1.2.6; patch submitted by Steve Woodcock * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-extlink.sql: * packages/acs-subsite/sql/postgresql/acs-subsite-create.sql: * packages/acs-subsite/sql/postgresql/acs-subsite-drop.sql: * packages/acs-subsite/sql/postgresql/application-groups-create.sql: * packages/acs-subsite/sql/postgresql/application-groups-drop.sql: * packages/acs-subsite/sql/postgresql/attributes-drop.sql: * packages/acs-subsite/sql/postgresql/portraits-drop.sql: * packages/acs-subsite/sql/postgresql/subsite-callbacks-create.sql: * packages/acs-subsite/sql/postgresql/subsite-callbacks-drop.sql: * packages/acs-subsite/sql/postgresql/user-profiles-create.sql: * packages/acs-subsite/sql/postgresql/user-profiles-drop.sql: patch submitted by Steve Woodcock 2001-04-17 ben * packages/acs-bootstrap-installer/installer/create-administrator-2-postgresql.xql: branches: 1.2.4; new version of QD with better handling of absolute/relative paths * packages/acs-bootstrap-installer/installer/create-administrator-postgresql.xql: * packages/acs-tcl/tcl/apm-file-procs-postgresql.xql: * packages/acs-tcl/tcl/apm-install-procs-postgresql.xql: * packages/acs-tcl/tcl/apm-procs-postgresql.xql: * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: * packages/acs-tcl/tcl/db-query-dispatcher-procs.tcl: * packages/acs-tcl/tcl/defs-procs-postgresql.xql: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/security-procs-postgresql.xql: * packages/acs-tcl/tcl/security-procs.tcl: new version of QD with better handling of absolute/relative paths 2001-04-16 ben * packages/acs-bootstrap-installer/installer.tcl: * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: * packages/acs-tcl/tcl/apm-file-procs-postgresql.xql: * packages/acs-tcl/tcl/apm-procs-postgresql.xql: * packages/acs-tcl/tcl/db-query-dispatcher-procs.tcl: * packages/acs-tcl/tcl/security-procs-postgresql.xql: added acs_source to wrap the source command, and changed the QD to recognize scripts called by acs_source * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-bootstrap-installer/installer/create-administrator-2-postgresql.xql: * packages/acs-bootstrap-installer/installer/create-administrator-2.tcl: * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/community-core-procs-postgresql.xql: * packages/acs-tcl/tcl/defs-procs-postgresql.xql: ported a few more queries * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/db-query-dispatcher-procs.tcl: updated API of DB QD 2001-04-15 ben * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-bootstrap-installer/installer/create-administrator-postgresql.xql: * packages/acs-tcl/tcl/apm-install-procs-postgresql.xql: * packages/acs-tcl/tcl/db-query-dispatcher-procs.tcl: query dispatcher now works with global RDBMS tags, and attempts to work on relative paths (although that's not finalized) 2001-04-14 danw * packages/acs-content-repository/sql/postgresql/upgrade/upgrade-4.1-4.1.2.sql: directory restructuring * 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/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/rel-constraints-body-create.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: * packages/acs-kernel/sql/postgresql/test/rel-constraints-test.sql: more cleanup of nullable strings in kernel 2001-04-13 donb * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: Call to psql to load datamodels needs to be done in the directory that the datamodel lives in, as includes in psql are resolved relative to the current working directoy. I missed this earlier - sqlplus resolves includes relative to the loading .sql file itself. * packages/acs-messaging/sql/oracle/upgrade/upgrade-4.0-4.0.1a.sql: * packages/acs-messaging/sql/oracle/upgrade/upgrade-4.0.1-4.1.sql: * packages/acs-messaging/sql/oracle/upgrade/upgrade-4.0.1a-4.0.1.sql: * packages/acs-messaging/sql/upgrade-4.0-4.0.1a.sql: * packages/acs-messaging/sql/upgrade-4.0.1-4.1.sql: * packages/acs-messaging/sql/upgrade-4.0.1a-4.0.1.sql: More file shuffling... 2001-04-12 donb * packages/acs-tcl/acs-tcl.info: 1. Ran APM on acs-tcl.info 2. Fixed two typos by Dan in the acs-workflow datamodel. * packages/acs-bootstrap-installer/bootstrap.tcl: Added call to parse queryfiles for acs-bootstrap-installer. * packages/acs-admin/www/apm/file-add-2.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: Fixed some typos that didn't show up in the Oracle install due to the fact that there are no Oracle-specific query files yet. * packages/acs-bootstrap-installer/acs-bootstrap-installer.info: * packages/acs-bootstrap-installer/bootstrap.tcl: * packages/acs-bootstrap-installer/db-init-checks-oracle.tcl: * packages/acs-bootstrap-installer/db-init-checks-postgresql.tcl: * packages/acs-bootstrap-installer/installer-init.tcl: * packages/acs-bootstrap-installer/installer.tcl: * packages/acs-bootstrap-installer/installer/auto-install.tcl: * packages/acs-bootstrap-installer/installer/create-administrator-2.tcl: * packages/acs-bootstrap-installer/installer/create-administrator.tcl: * packages/acs-bootstrap-installer/installer/index.tcl: * packages/acs-bootstrap-installer/installer/install-data-model.tcl: * packages/acs-bootstrap-installer/installer/packages-install.tcl: * packages/acs-bootstrap-installer/installer/site-info-2.tcl: * packages/acs-bootstrap-installer/installer/site-info.tcl: * packages/acs-bootstrap-installer/tcl/00-proc-procs.tcl: * packages/acs-bootstrap-installer/tcl/20-db-bootstrap-procs.tcl: * packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl: * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/00-database-procs-oracle.tcl: * packages/acs-tcl/tcl/00-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/00-database-procs.tcl: * packages/acs-tcl/tcl/00-proc-procs.tcl: * packages/acs-tcl/tcl/10-charset-compat-procs.tcl: * packages/acs-tcl/tcl/10-database-procs-oracle.tcl: * packages/acs-tcl/tcl/10-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/10-database-procs.tcl: * packages/acs-tcl/tcl/20-apm-load-procs.tcl: * packages/acs-tcl/tcl/30-charset-compat-procs.tcl: * packages/acs-tcl/tcl/30-xml-utils-procs.tcl: * packages/acs-tcl/tcl/40-memoize-init.tcl: * packages/acs-tcl/tcl/50-xml-utils-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/memoize-procs.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: Moved the bootstrap and installer stuff into their own mini-package, which let me clean up the loading of acs-tcl a bit and isolate all the bits of APM-knowledge required in the pre-acs-tcl bootstrapping process into a single apm file. In general, bootstrap.tcl is cleaner and easier to read. * tcl/0-acs-init.tcl: Oops - forgot to commit a file when making my big commit creating acs-bootstrap-installer. * packages/acs-tcl/tcl/apm-file-procs-postgresql.xql: Removed empty directories, fixed typo in the .xql file. * packages/acs-tcl/tcl/20-memoize-init.tcl: branches: 1.1.14; Moved the bootstrap and installer stuff into their own mini-package, which let me clean up the loading of acs-tcl a bit and isolate all the bits of APM-knowledge required in the pre-acs-tcl bootstrapping process into a single apm file. In general, bootstrap.tcl is cleaner and easier to read. * packages/acs-bootstrap-installer/tcl/10-utilities-procs.tcl: branches: 1.1.4; Moved the bootstrap and installer stuff into their own mini-package, which let me clean up the loading of acs-tcl a bit and isolate all the bits of APM-knowledge required in the pre-acs-tcl bootstrapping process into a single apm file. In general, bootstrap.tcl is cleaner and easier to read. 2001-04-12 danw * packages/acs-subsite/sql/acs-subsite-create.sql: * packages/acs-subsite/sql/acs-subsite-drop.sql: * packages/acs-subsite/sql/application-groups-create.sql: * packages/acs-subsite/sql/application-groups-drop.sql: * packages/acs-subsite/sql/attribute.sql: * packages/acs-subsite/sql/attributes-drop.sql: * packages/acs-subsite/sql/portraits-drop.sql: * packages/acs-subsite/sql/portraits.sql: * packages/acs-subsite/sql/postgresql/acs-subsite-create.sql: * packages/acs-subsite/sql/postgresql/acs-subsite-drop.sql: * packages/acs-subsite/sql/postgresql/application-groups-create.sql: * packages/acs-subsite/sql/postgresql/application-groups-drop.sql: * packages/acs-subsite/sql/postgresql/attribute.sql: * packages/acs-subsite/sql/postgresql/attributes-drop.sql: * packages/acs-subsite/sql/postgresql/portraits-drop.sql: * packages/acs-subsite/sql/postgresql/portraits.sql: * packages/acs-subsite/sql/postgresql/subsite-callbacks-create.sql: * packages/acs-subsite/sql/postgresql/subsite-callbacks-drop.sql: * packages/acs-subsite/sql/postgresql/upgrade/upgrade-4.1.1-4.2.sql: * packages/acs-subsite/sql/postgresql/user-profiles-create.sql: * packages/acs-subsite/sql/postgresql/user-profiles-drop.sql: * packages/acs-subsite/sql/subsite-callbacks-create.sql: * packages/acs-subsite/sql/subsite-callbacks-drop.sql: * packages/acs-subsite/sql/user-profiles-create.sql: * packages/acs-subsite/sql/user-profiles-drop.sql: rearranged subsite dirs for new dir structure 2001-04-11 danw * packages/acs-kernel/sql/postgresql/postgresql.sql: * packages/acs-tcl/tcl/10-database-procs-postgresql.tcl: applied patch from Steve Woodcock 2001-04-10 danw * packages/acs-kernel/sql/postgresql/acs-create.sql: patch submitted by steve woodcock, and workflow porting 2001-04-09 danw * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/lob.sql: * packages/acs-kernel/sql/postgresql/acs-metadata-create.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: * packages/acs-tcl/tcl/10-database-procs-postgresql.tcl: fixed problem with infinite recursion on updates of tables with tree query triggers 2001-04-08 danw * packages/acs-kernel/sql/postgresql/acs-install.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: * packages/acs-tcl/tcl/10-database-procs-postgresql.tcl: fixed acs-install problems * packages/acs-kernel/sql/postgresql/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/security-create.sql: fixed acs_object tree trigger * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/10-database-procs-postgresql.tcl: fixed secret token generation * packages/acs-tcl/tcl/security-procs-postgresql.xql: initial import 2001-04-07 danw * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: * packages/acs-kernel/sql/postgresql/postgresql.sql: * packages/acs-tcl/tcl/10-database-procs-postgresql.tcl: added anonymous function support for plsql commands * packages/acs-kernel/sql/postgresql/lob.sql: branches: 1.2.10; added anonymous function support for plsql commands * packages/acs-kernel/sql/postgresql/acs-install.sql: fixed quoting in inline function * packages/acs-kernel/sql/postgresql/acs-install.sql: fixed typos 2001-04-05 donb * packages/acs-admin/acs-admin.info: * packages/acs-admin/www/apm/file-add-2.tcl: * packages/acs-admin/www/apm/file-add.tcl: * packages/acs-admin/www/apm/package-delete.tcl: * packages/acs-admin/www/apm/packages-install-3.tcl: * packages/acs-admin/www/apm/version-files.tcl: * packages/acs-admin/www/apm/version-view.tcl: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/java/Regexp-oracle.sqlj: * packages/acs-content-repository/java/Regexp.sqlj: * packages/acs-content-repository/java/Util-oracle.sqlj: * packages/acs-content-repository/java/Util.sqlj: * packages/acs-content-repository/java/XMLExchange-oracle.sqlj: * packages/acs-content-repository/java/XMLExchange.sqlj: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-messaging/acs-messaging.info: * packages/acs-messaging/sql/acs-messaging-create.sql: * packages/acs-messaging/sql/acs-messaging-drop.sql: * packages/acs-messaging/sql/acs-messaging-packages.sql: * packages/acs-messaging/sql/acs-messaging-views.sql: * packages/acs-messaging/sql/oracle/acs-messaging-create.sql: * packages/acs-messaging/sql/oracle/acs-messaging-drop.sql: * packages/acs-messaging/sql/oracle/acs-messaging-packages.sql: * packages/acs-messaging/sql/oracle/acs-messaging-views.sql: * packages/acs-messaging/sql/oracle/upgrade/upgrade-4.1-4.1.1.sql: * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/sql/oracle/acs-subsite-create.sql: * packages/acs-subsite/sql/oracle/acs-subsite-drop.sql: * packages/acs-subsite/sql/oracle/application-groups-drop.sql: * packages/acs-subsite/sql/oracle/attribute.sql: * packages/acs-subsite/sql/oracle/attributes-drop.sql: * packages/acs-subsite/sql/oracle/portraits-drop.sql: * packages/acs-subsite/sql/oracle/portraits.sql: * packages/acs-subsite/sql/oracle/subsite-callbacks-create.sql: * packages/acs-subsite/sql/oracle/subsite-callbacks-drop.sql: * packages/acs-subsite/sql/oracle/tests/acs-subsite-test-harness.sql: * packages/acs-subsite/sql/oracle/tests/subsite-callbacks-test.sql: * packages/acs-subsite/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql: * packages/acs-subsite/sql/oracle/user-profiles-create.sql: * packages/acs-subsite/sql/oracle/user-profiles-drop.sql: * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/10-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/10-database-procs.tcl: * packages/acs-tcl/tcl/apm-file-procs-postgresql.xql: * packages/acs-tcl/tcl/apm-file-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs-postgresql.xql: * packages/acs-tcl/tcl/apm-install-procs.postgresql.sql: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-procs-postgresql.xql: * packages/acs-tcl/tcl/apm-procs.postgresql.sql: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/apm-xml-procs.tcl: * packages/acs-templating/acs-templating.info: * packages/acs-templating/sql/acs-templating-create.sql: * packages/acs-templating/sql/acs-templating-drop.sql: * packages/acs-templating/sql/demo-create.sql: * packages/acs-templating/sql/demo-drop.sql: * packages/acs-templating/sql/oracle/acs-templating-create.sql: * packages/acs-templating/sql/oracle/acs-templating-drop.sql: * packages/acs-templating/sql/oracle/demo-create.sql: * packages/acs-templating/sql/oracle/demo-drop.sql: Big 'ole update to implement multi-db aware packages. Don't try this yet, I can't *possibly* have gotten all the right files added and removed in one fell swoop! * packages/acs-tcl/tcl/apm-file-procs.postgresql.sql: File was moved to apm-file-procs-postgresql.xql * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.0-4.0.1.sql: * packages/acs-content-repository/sql/oracle/upgrade/upgrade-4.1-4.1.2.sql: Missed these first time 'round. * packages/acs-messaging/sql/oracle/upgrade-4.0-4.0.1a.sql: * packages/acs-messaging/sql/oracle/upgrade-4.0.1-4.1.sql: * packages/acs-messaging/sql/oracle/upgrade-4.0.1a-4.0.1.sql: * packages/acs-subsite/sql/oracle/application-groups-create.sql: branches: 1.1.4; Big 'ole update to implement multi-db aware packages. Don't try this yet, I can't *possibly* have gotten all the right files added and removed in one fell swoop! 2001-04-04 danw * 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-test.sql: finished porting and testing content-test.sql * packages/acs-content-repository/sql/postgresql/content-test.sql: more test script debugging 2001-04-04 ben * packages/acs-tcl/tcl/db-query-dispatcher-procs.tcl: made Query Dispatcher capable of finding one RDBMS tag only per queryset 2001-04-03 danw * packages/acs-content-repository/sql/postgresql/content-type.sql: fixed up table detection on creation of new content type * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-test.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: more debugging of test script * 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-symlink.sql: * packages/acs-content-repository/sql/postgresql/content-test.sql: more debugging of test script and associated fixes 2001-04-03 ben * packages/acs-tcl/tcl/apm-install-procs.postgresql.sql: first part of data model now loads in PG with QD * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-procs.postgresql.sql: query dispatcher actually working... * packages/acs-tcl/tcl/apm-file-procs.postgresql.sql: * packages/acs-tcl/tcl/apm-procs.postgresql.sql: query dispatcher working on acs-tcl 2001-04-02 danw * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-test.sql: * packages/acs-kernel/sql/postgresql/postgresql.sql: fixed dual-cursor query * 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-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-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: partial work on content-test 2001-04-01 danw * packages/acs-content-repository/sql/postgresql/content-type.sql: * packages/acs-content-repository/sql/postgresql/content-util.sql: I relealized that the dynmic trigger code wouldn't work as the trigger is actually being applied to a view. Changed code to use a rule instead, and now everything seems to work. More evaluation required however. * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-search.sql: content-search.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-template.sql: * packages/acs-content-repository/sql/postgresql/content-test.sql: initial whack at porting test code for content-repository 2001-03-31 danw * packages/acs-content-repository/sql/postgresql/content-type.sql: * packages/acs-content-repository/sql/postgresql/content-util.sql: fixed up dynamic trigger creation for new content types 2001-03-30 danw * packages/acs-kernel/sql/postgresql/lob.sql: added Don's lob hack to support content-repository porting * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-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-type.sql: * packages/acs-content-repository/sql/postgresql/types-create.sql: added tree queries * packages/acs-content-repository/sql/postgresql/content-update.sql: branches: 1.5.4; fixed up content-repository code so that it will load. Dynamic trigger code commented out for now * 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-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-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-util.sql: * packages/acs-content-repository/sql/postgresql/packages-create.sql: * packages/acs-content-repository/sql/postgresql/types-create.sql: fixed up content-repository code so that it will load. Dynamic trigger code commented out for now 2001-03-30 ben * packages/acs-tcl/tcl/apm-install-procs.postgresql.sql: * packages/acs-tcl/tcl/apm-procs.postgresql.sql: added query files * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-tcl/tcl/10-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/10-database-procs.tcl: * packages/acs-tcl/tcl/50-xml-utils-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/db-query-dispatcher-procs.tcl: query dispatcher progress 2001-03-29 danw * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-type.sql: * packages/acs-content-repository/sql/postgresql/content-update.sql: * packages/acs-content-repository/sql/postgresql/content-xml.sql: added strict string semantics * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-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-type.sql: * packages/acs-content-repository/sql/postgresql/content-update.sql: * packages/acs-content-repository/sql/postgresql/lob.sql: * packages/acs-kernel/sql/postgresql/acs-kernel-create.sql: more cleanup, added lob support for cr_revisions * packages/acs-content-repository/sql/postgresql/content-create.sql: * packages/acs-content-repository/sql/postgresql/content-folder.sql: * packages/acs-content-repository/sql/postgresql/content-item.sql: * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-content-repository/sql/postgresql/content-type.sql: started porting tree queries 2001-03-28 danw * packages/acs-content-repository/sql/postgresql/content-type.sql: fixed typo * 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-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-symlink.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: general cleanup of initial porting effort * packages/acs-content-repository/sql/postgresql/content-create.sql: more cleanup 2001-03-27 danw * packages/acs-kernel/sql/postgresql/postgresql.sql: added functons for introspection of db functions * packages/acs-content-repository/sql/postgresql/types-drop.sql: branches: 1.1.4; initial port to postgresql * packages/acs-content-repository/sql/postgresql/content-drop.sql: * packages/acs-content-repository/sql/postgresql/content-image-drop.sql: * packages/acs-content-repository/sql/postgresql/content-image.sql: * packages/acs-content-repository/sql/postgresql/content-perms.sql: * packages/acs-content-repository/sql/postgresql/datatype-upgrade.sql: * packages/acs-content-repository/sql/postgresql/doc-package.sql: * packages/acs-content-repository/sql/postgresql/types-create.sql: initial port to postgresql 2001-03-27 ben * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/10-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/10-database-procs.tcl: * packages/acs-tcl/tcl/apm-install-procs.tcl: * packages/acs-tcl/tcl/apm-procs.tcl: * packages/acs-tcl/tcl/db-query-dispatcher-procs.tcl: * packages/acs-tcl/tcl/db-query-dispatcher.tcl: query dispatcher is now loading queries 2001-03-26 danw * packages/acs-content-repository/sql/postgresql/content-schedule.sql: * packages/acs-content-repository/sql/postgresql/content-update.sql: initial port to postgresql 2001-03-25 danw * 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-keyword.sql: * packages/acs-content-repository/sql/postgresql/content-revision.sql: * packages/acs-content-repository/sql/postgresql/content-symlink.sql: * packages/acs-content-repository/sql/postgresql/content-template.sql: * packages/acs-content-repository/sql/postgresql/content-type.sql: * packages/acs-content-repository/sql/postgresql/content-util.sql: * packages/acs-content-repository/sql/postgresql/content-xml.sql: initial port to postgresql 2001-03-25 ben * packages/acs-tcl/tcl/db-query-dispatcher.tcl: XML parsing is begun 2001-03-24 danw * packages/acs-content-repository/sql/oracle/content-update.sql: branches: 1.1.20; restructuring directory structure for openacs porting * packages/acs-content-repository/sql/oracle/upgrade-4.0-4.0.1.sql: branches: 1.1.2; restructuring directory structure for openacs porting * packages/acs-content-repository/sql/oracle/content-extlink.sql: * packages/acs-content-repository/sql/oracle/content-folder.sql: * packages/acs-content-repository/sql/oracle/content-symlink.sql: * packages/acs-content-repository/sql/oracle/types-create.sql: * packages/acs-content-repository/sql/oracle/types-drop.sql: branches: 1.1.4; restructuring directory structure for openacs porting * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: * packages/acs-kernel/sql/postgresql/rel-constraints-create.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: * packages/acs-kernel/sql/postgresql/test/rel-constraints-test.sql: * packages/acs-kernel/sql/postgresql/test/rel-segments-test.sql: fixed up some tree queries * packages/acs-content-repository/sql/postgresql/acs-content-repository-create.sql: * packages/acs-content-repository/sql/postgresql/content-create.sql: initial port to postgresql * packages/acs-content-repository/sql/acs-content-repository-create.sql: * packages/acs-content-repository/sql/content-create.sql: * packages/acs-content-repository/sql/content-drop.sql: * packages/acs-content-repository/sql/content-extlink.sql: * packages/acs-content-repository/sql/content-folder.sql: * packages/acs-content-repository/sql/content-image-drop.sql: * packages/acs-content-repository/sql/content-image.sql: * packages/acs-content-repository/sql/content-item.sql: * packages/acs-content-repository/sql/content-keyword.sql: * packages/acs-content-repository/sql/content-package.sql: * packages/acs-content-repository/sql/content-perms.sql: * packages/acs-content-repository/sql/content-revision.sql: * packages/acs-content-repository/sql/content-schedule.sql: * packages/acs-content-repository/sql/content-search.sql: * packages/acs-content-repository/sql/content-symlink.sql: * packages/acs-content-repository/sql/content-template.sql: * packages/acs-content-repository/sql/content-test.sql: * packages/acs-content-repository/sql/content-type.sql: * packages/acs-content-repository/sql/content-update.sql: * packages/acs-content-repository/sql/content-util.sql: * packages/acs-content-repository/sql/content-xml.sql: * packages/acs-content-repository/sql/datatype-upgrade.sql: * packages/acs-content-repository/sql/doc-package.sql: * packages/acs-content-repository/sql/oracle/acs-content-repository-create.sql: * packages/acs-content-repository/sql/oracle/content-create.sql: * packages/acs-content-repository/sql/oracle/content-drop.sql: * packages/acs-content-repository/sql/oracle/content-image-drop.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/content-package.sql: * packages/acs-content-repository/sql/oracle/content-perms.sql: * packages/acs-content-repository/sql/oracle/content-revision.sql: * packages/acs-content-repository/sql/oracle/content-schedule.sql: * packages/acs-content-repository/sql/oracle/content-search.sql: * packages/acs-content-repository/sql/oracle/content-template.sql: * packages/acs-content-repository/sql/oracle/content-test.sql: * packages/acs-content-repository/sql/oracle/content-type.sql: * packages/acs-content-repository/sql/oracle/content-util.sql: * packages/acs-content-repository/sql/oracle/content-xml.sql: * packages/acs-content-repository/sql/oracle/datatype-upgrade.sql: * packages/acs-content-repository/sql/oracle/doc-package.sql: * packages/acs-content-repository/sql/oracle/packages-create.sql: * packages/acs-content-repository/sql/packages-create.sql: * packages/acs-content-repository/sql/types-create.sql: * packages/acs-content-repository/sql/types-drop.sql: * packages/acs-content-repository/sql/upgrade-4.0-4.0.1.sql: restructuring directory structure for openacs porting 2001-03-23 danw * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/postgresql.sql: * packages/acs-kernel/sql/postgresql/rel-constraints-body-create.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/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-types-drop.sql: * packages/acs-kernel/sql/postgresql/test/rel-segments-test.sql: finished porting test-harness code 2001-03-22 danw * packages/acs-kernel/sql/postgresql/test-harness/acs-core.sql: * packages/acs-kernel/sql/postgresql/test-harness/acs-permissions.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-types-drop.sql: * packages/acs-kernel/sql/postgresql/test/rel-segments-test.sql: added postgresql specific test files * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: * packages/acs-kernel/sql/postgresql/groups-create.sql: * packages/acs-kernel/sql/postgresql/rel-constraints-body-create.sql: more porting of test-harness packages 2001-03-21 donb * packages/acs-tcl/tcl/10-database-procs.tcl: Added back db_null since it seems to be used (though of course it's used in a non-portable way). * packages/acs-tcl/tcl/acs-kernel-procs.tcl: branches: 1.3.4; Oops! My first attempt at changing a silly query using the Oracle-ism "rownum" failed. It appears that the SQL92 variant I've replaced my first attempt with works... 2001-03-21 danw * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: fixed a couple of dynamic sql statements * packages/acs-kernel/sql/postgresql/acs-objects-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/site-nodes-create.sql: fixed exception messages, membership_rels delete trigger and composition_rels delete trigger 2001-03-20 donb * packages/acs-kernel/sql/acs-create.sql: * packages/acs-kernel/sql/acs-drop.sql: * packages/acs-kernel/sql/acs-install.sql: * packages/acs-kernel/sql/acs-kernel-create.sql: * packages/acs-kernel/sql/acs-kernel-drop.sql: * packages/acs-kernel/sql/acs-logs-create.sql: * packages/acs-kernel/sql/acs-logs-drop.sql: * packages/acs-kernel/sql/acs-metadata-create.sql: * packages/acs-kernel/sql/acs-metadata-drop.sql: * packages/acs-kernel/sql/acs-objects-create.sql: * packages/acs-kernel/sql/acs-objects-drop.sql: * packages/acs-kernel/sql/acs-permissions-create.sql: * packages/acs-kernel/sql/acs-permissions-drop.sql: * packages/acs-kernel/sql/acs-relationships-create.sql: * packages/acs-kernel/sql/acs-relationships-drop.sql: * packages/acs-kernel/sql/apm-create.sql: * packages/acs-kernel/sql/apm-drop.sql: * packages/acs-kernel/sql/community-core-create.sql: * packages/acs-kernel/sql/community-core-drop.sql: * packages/acs-kernel/sql/groups-body-create.sql: * packages/acs-kernel/sql/groups-create.sql: * packages/acs-kernel/sql/groups-drop.sql: * packages/acs-kernel/sql/journal-create.sql: * packages/acs-kernel/sql/journal-drop.sql: * packages/acs-kernel/sql/oracle/acs-create.sql: * packages/acs-kernel/sql/oracle/acs-drop.sql: * packages/acs-kernel/sql/oracle/acs-install.sql: * packages/acs-kernel/sql/oracle/acs-kernel-create.sql: * packages/acs-kernel/sql/oracle/acs-kernel-drop.sql: * packages/acs-kernel/sql/oracle/acs-logs-create.sql: * packages/acs-kernel/sql/oracle/acs-logs-drop.sql: * packages/acs-kernel/sql/oracle/acs-metadata-create.sql: * packages/acs-kernel/sql/oracle/acs-metadata-drop.sql: * packages/acs-kernel/sql/oracle/acs-objects-create.sql: * packages/acs-kernel/sql/oracle/acs-objects-drop.sql: * packages/acs-kernel/sql/oracle/acs-permissions-create.sql: * packages/acs-kernel/sql/oracle/acs-permissions-drop.sql: * packages/acs-kernel/sql/oracle/acs-relationships-create.sql: * packages/acs-kernel/sql/oracle/acs-relationships-drop.sql: * packages/acs-kernel/sql/oracle/apm-create.sql: * packages/acs-kernel/sql/oracle/apm-drop.sql: * packages/acs-kernel/sql/oracle/community-core-create.sql: * packages/acs-kernel/sql/oracle/community-core-drop.sql: * packages/acs-kernel/sql/oracle/groups-body-create.sql: * packages/acs-kernel/sql/oracle/groups-create.sql: * packages/acs-kernel/sql/oracle/groups-drop.sql: * packages/acs-kernel/sql/oracle/journal-create.sql: * packages/acs-kernel/sql/oracle/journal-drop.sql: * packages/acs-kernel/sql/oracle/rel-constraints-body-create.sql: * packages/acs-kernel/sql/oracle/rel-constraints-create.sql: * packages/acs-kernel/sql/oracle/rel-constraints-drop.sql: * packages/acs-kernel/sql/oracle/rel-segments-body-create.sql: * packages/acs-kernel/sql/oracle/rel-segments-drop.sql: * packages/acs-kernel/sql/oracle/security-create.sql: * packages/acs-kernel/sql/oracle/security-drop.sql: * packages/acs-kernel/sql/oracle/site-nodes-create.sql: * packages/acs-kernel/sql/oracle/site-nodes-drop.sql: * packages/acs-kernel/sql/oracle/test-harness/acs-core.sql: * packages/acs-kernel/sql/oracle/test-harness/acs-permissions.sql: * packages/acs-kernel/sql/oracle/test/acs-objects-test.sql: * packages/acs-kernel/sql/oracle/test/groups-test.sql: * packages/acs-kernel/sql/oracle/test/rel-constraints-test.sql: * packages/acs-kernel/sql/oracle/test/rel-segments-test-types-create.sql: * packages/acs-kernel/sql/oracle/test/rel-segments-test-types-drop.sql: * packages/acs-kernel/sql/oracle/test/rel-segments-test.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.0-4.0.1.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.0.1-4.1b.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.0b2-4.0rc0.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.0rc0-4.0.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.1-4.1.1.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.1.1-4.2.sql: * packages/acs-kernel/sql/oracle/upgrade/upgrade-4.1b-4.1.sql: * packages/acs-kernel/sql/oracle/utilities-create.sql: * packages/acs-kernel/sql/oracle/utilities-drop.sql: * packages/acs-kernel/sql/postgresql/postgresql.sql: * packages/acs-kernel/sql/rel-constraints-body-create.sql: * packages/acs-kernel/sql/rel-constraints-create.sql: * packages/acs-kernel/sql/rel-constraints-drop.sql: * packages/acs-kernel/sql/rel-segments-body-create.sql: * packages/acs-kernel/sql/rel-segments-create.sql: * packages/acs-kernel/sql/rel-segments-drop.sql: * packages/acs-kernel/sql/security-create.sql: * packages/acs-kernel/sql/security-drop.sql: * packages/acs-kernel/sql/site-nodes-create.sql: * packages/acs-kernel/sql/site-nodes-drop.sql: * packages/acs-kernel/sql/test/acs-objects-test.sql: * packages/acs-kernel/sql/test/groups-test.sql: * 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-types-drop.sql: * packages/acs-kernel/sql/test/rel-segments-test.sql: * packages/acs-kernel/sql/utilities-create.sql: * packages/acs-kernel/sql/utilities-drop.sql: * packages/acs-tcl/tcl/10-database-procs-oracle.tcl: * packages/acs-tcl/tcl/10-database-procs-postgresql.tcl: * packages/acs-tcl/tcl/10-database-procs.tcl: * packages/acs-tcl/tcl/acs-kernel-procs.tcl: * packages/acs-tcl/tcl/bootstrap.tcl: * packages/acs-tcl/tcl/database-util-procs.tcl: * packages/acs-tcl/tcl/installer-init.tcl: * packages/acs-tcl/tcl/installer.tcl: * tcl/0-acs-init.tcl: bootstrapper can now load either the Oracle or PostgreSQL acs-kernel datamodel. It checks on-the-fly for which db is configured in the OpenNSD database pools allocated to OpenACS. Only acs-kernel is correctly self- configured at this point. * packages/acs-kernel/sql/oracle/upgrade/upgrade-beta-1-beta-2.sql: branches: 1.1.18; bootstrapper can now load either the Oracle or PostgreSQL acs-kernel datamodel. It checks on-the-fly for which db is configured in the OpenNSD database pools allocated to OpenACS. Only acs-kernel is correctly self- configured at this point. * packages/acs-kernel/sql/oracle/rel-segments-create.sql: branches: 1.1.4; bootstrapper can now load either the Oracle or PostgreSQL acs-kernel datamodel. It checks on-the-fly for which db is configured in the OpenNSD database pools allocated to OpenACS. Only acs-kernel is correctly self- configured at this point. 2001-03-20 danw * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/groups-create.sql: * packages/acs-kernel/sql/postgresql/rel-constraints-body-create.sql: fixed several name conflicts * 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/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-body-create.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: * packages/acs-kernel/sql/postgresql/utilities-create.sql: more cleanup * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: removed debug code * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: removed more debug code 2001-03-19 danw * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/postgresql.sql: fixed name conflicts with for loop records 2001-03-18 danw * packages/acs-kernel/sql/postgresql/rel-constraints-body-create.sql: added new file from 4.2 beta * packages/acs-kernel/sql/postgresql/acs-kernel-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/apm-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/rel-constraints-create.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: fixed up a bunch of typos 2001-03-17 danw * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: fixed data-change violation on acs_privilege_hierarchy_index * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: fixed problem with trigger recursion function * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: fixed typo * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: fixed up a bunch of for loops * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/groups-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-body-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-drop.sql: fixed up for loops * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: minor cleanup * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: redo of acs_privilege_hierarchy tree query tree triggers 2001-03-17 ben * packages/acs-tcl/tcl/db-query-dispatcher.tcl: started this query dispatcher. Just prototypes and basic functions for now. Nothing is expected to work yet. 2001-03-16 danw * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: added tree query support for the acs_privilege_hierarchy table * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: modified acs_privilege_descendant_map to user exists instead of in 2001-03-15 danw * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: * packages/acs-kernel/sql/postgresql/rel-constraints-create.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: added tree query support for acs_objects, site_nodes and fixed up tree queries for rel_constraints 2001-03-14 danw * packages/acs-kernel/sql/postgresql/rel-constraints-create.sql: * packages/acs-kernel/sql/postgresql/tst.sql: added tree query support to the rel_constraints table * 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/rel-constraints-create.sql: * packages/acs-kernel/sql/postgresql/rel-segments-create.sql: fixed up some typos * packages/acs-kernel/sql/postgresql/acs-create.sql: * packages/acs-kernel/sql/postgresql/acs-drop.sql: * packages/acs-kernel/sql/postgresql/acs-install.sql: * packages/acs-kernel/sql/postgresql/acs-kernel-create.sql: * packages/acs-kernel/sql/postgresql/acs-kernel-drop.sql: * packages/acs-kernel/sql/postgresql/acs-logs-create.sql: * packages/acs-kernel/sql/postgresql/acs-logs-drop.sql: * packages/acs-kernel/sql/postgresql/acs-metadata-create.sql: * packages/acs-kernel/sql/postgresql/acs-metadata-drop.sql: * packages/acs-kernel/sql/postgresql/acs-objects-create.sql: * packages/acs-kernel/sql/postgresql/acs-objects-drop.sql: * packages/acs-kernel/sql/postgresql/acs-permissions-create.sql: * packages/acs-kernel/sql/postgresql/acs-permissions-drop.sql: * packages/acs-kernel/sql/postgresql/acs-relationships-create.sql: * packages/acs-kernel/sql/postgresql/acs-relationships-drop.sql: * packages/acs-kernel/sql/postgresql/apm-create.sql: * packages/acs-kernel/sql/postgresql/apm-drop.sql: * packages/acs-kernel/sql/postgresql/community-core-create.sql: * packages/acs-kernel/sql/postgresql/community-core-drop.sql: * packages/acs-kernel/sql/postgresql/groups-body-create.sql: * packages/acs-kernel/sql/postgresql/groups-create.sql: * packages/acs-kernel/sql/postgresql/groups-drop.sql: * packages/acs-kernel/sql/postgresql/journal-create.sql: * packages/acs-kernel/sql/postgresql/journal-drop.sql: * packages/acs-kernel/sql/postgresql/load-data1.sql: * packages/acs-kernel/sql/postgresql/postgresql.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/security-create.sql: * packages/acs-kernel/sql/postgresql/security-drop.sql: * packages/acs-kernel/sql/postgresql/site-nodes-create.sql: * packages/acs-kernel/sql/postgresql/site-nodes-drop.sql: * packages/acs-kernel/sql/postgresql/tst.sql: * packages/acs-kernel/sql/postgresql/utilities-create.sql: * packages/acs-kernel/sql/postgresql/utilities-drop.sql: initial import of acs kernel data-model ported to postgresql - implementation of tree queries completed for acs_object_types. Still need to finish tree queries for acs_privilege_hierarchy and rel_constraints tables. * packages/acs-kernel/sql/postgresql/tst.sql: removed bogus test file 2001-03-13 ben * bin/acs-4-0-publish.sh: * bin/ad-context-server.pl: * bin/create-sql-drop-file.pl: * bin/data-dictionary-diff.pl: * bin/encode64.pl: * bin/paths.sh: * bin/plsql-diff.pl: * bin/svrmgrl-example.sql: * bin/triggers-diff.pl: * packages/acs-admin/acs-admin.info: * packages/acs-admin/tcl/apm-admin-procs.tcl: * packages/acs-admin/www/apm/bulk-intall.tcl: * packages/acs-admin/www/apm/cvs-status.tcl: * packages/acs-admin/www/apm/file-add-2.tcl: * packages/acs-admin/www/apm/file-add.tcl: * packages/acs-admin/www/apm/file-remove.tcl: * packages/acs-admin/www/apm/file-watch-cancel.tcl: * packages/acs-admin/www/apm/file-watch.tcl: * packages/acs-admin/www/apm/index.tcl: * packages/acs-admin/www/apm/package-add-2.tcl: * packages/acs-admin/www/apm/package-add.tcl: * packages/acs-admin/www/apm/package-delete.tcl: * packages/acs-admin/www/apm/package-load-2.tcl: * packages/acs-admin/www/apm/package-load.tcl: * packages/acs-admin/www/apm/package-scan.tcl: * packages/acs-admin/www/apm/packages-install-2.tcl: * packages/acs-admin/www/apm/packages-install-3.tcl: * packages/acs-admin/www/apm/packages-install.tcl: * packages/acs-admin/www/apm/packages/index.vuh: * packages/acs-admin/www/apm/parameter-add-2.tcl: * packages/acs-admin/www/apm/parameter-add.tcl: * packages/acs-admin/www/apm/parameter-delete.tcl: * packages/acs-admin/www/apm/parameter-edit-2.tcl: * packages/acs-admin/www/apm/parameter-edit.tcl: * 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.tcl: * packages/acs-admin/www/apm/version-dependency-remove.tcl: * packages/acs-admin/www/apm/version-disable.tcl: * packages/acs-admin/www/apm/version-edit-2.tcl: * packages/acs-admin/www/apm/version-edit.tcl: * packages/acs-admin/www/apm/version-enable.tcl: * packages/acs-admin/www/apm/version-files.tcl: * packages/acs-admin/www/apm/version-fs-scan.tcl: * packages/acs-admin/www/apm/version-generate-diffs.tcl: * packages/acs-admin/www/apm/version-generate-info.tcl: * packages/acs-admin/www/apm/version-generate-tarball.tcl: * packages/acs-admin/www/apm/version-parameter-values.tcl: * packages/acs-admin/www/apm/version-parameters.tcl: * packages/acs-admin/www/apm/version-reload.tcl: * packages/acs-admin/www/apm/version-tag.tcl: * packages/acs-admin/www/apm/version-upgrade.tcl: * packages/acs-admin/www/apm/version-view.tcl: * packages/acs-admin/www/apm/view-unattached-files.tcl: * packages/acs-admin/www/apm/write-all-specs.tcl: * packages/acs-admin/www/index.tcl: * packages/acs-admin/www/test/security-test.tcl: * packages/acs-admin/www/test/signed-cookies-test-2.tcl: * packages/acs-admin/www/test/signed-cookies-test.tcl: * packages/acs-admin/www/users/become.tcl: * packages/acs-admin/www/users/complex-search.adp: * packages/acs-admin/www/users/complex-search.tcl: * packages/acs-admin/www/users/index.adp: * packages/acs-admin/www/users/index.tcl: * packages/acs-admin/www/users/member-state-change.adp: * packages/acs-admin/www/users/member-state-change.tcl: * packages/acs-admin/www/users/one.adp: * packages/acs-admin/www/users/one.tcl: * packages/acs-admin/www/users/registration-history.adp: * packages/acs-admin/www/users/registration-history.tcl: * packages/acs-admin/www/users/search.adp: * packages/acs-admin/www/users/search.tcl: * packages/acs-admin/www/users/session-history.tcl: * packages/acs-admin/www/users/sessions-one-month.tcl: * packages/acs-admin/www/users/sessions-registered-summary.tcl: * packages/acs-admin/www/users/user-add-2.adp: * packages/acs-admin/www/users/user-add-2.tcl: * packages/acs-admin/www/users/user-add-3.adp: * packages/acs-admin/www/users/user-add-3.tcl: * packages/acs-admin/www/users/user-add.adp: * packages/acs-admin/www/users/user-add.tcl: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: * packages/acs-api-browser/www/content-page-view.adp: * packages/acs-api-browser/www/content-page-view.tcl: * packages/acs-api-browser/www/deprecated.adp: * packages/acs-api-browser/www/deprecated.tcl: * packages/acs-api-browser/www/display-sql.adp: * packages/acs-api-browser/www/display-sql.tcl: * packages/acs-api-browser/www/index.adp: * packages/acs-api-browser/www/package-view.adp: * packages/acs-api-browser/www/package-view.tcl: * packages/acs-api-browser/www/plsql-subprogram-one.adp: * packages/acs-api-browser/www/plsql-subprogram-one.tcl: * packages/acs-api-browser/www/plsql-subprograms-all.adp: * packages/acs-api-browser/www/plsql-subprograms-all.tcl: * packages/acs-api-browser/www/proc-browse.adp: * packages/acs-api-browser/www/proc-browse.tcl: * packages/acs-api-browser/www/proc-search.adp: * packages/acs-api-browser/www/proc-search.tcl: * packages/acs-api-browser/www/proc-view.adp: * packages/acs-api-browser/www/proc-view.tcl: * packages/acs-api-browser/www/procs-file-view.adp: * packages/acs-api-browser/www/procs-file-view.tcl: * packages/acs-api-browser/www/set-default.tcl: * packages/acs-api-browser/www/type-view.adp: * packages/acs-api-browser/www/type-view.tcl: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/java/PerlTools.jar: * packages/acs-content-repository/java/Regexp.sqlj: * packages/acs-content-repository/java/Util.sqlj: * packages/acs-content-repository/java/XMLExchange.sqlj: * packages/acs-content-repository/sql/acs-content-repository-create.sql: * packages/acs-content-repository/sql/content-create.sql: * packages/acs-content-repository/sql/content-drop.sql: * packages/acs-content-repository/sql/content-extlink.sql: * packages/acs-content-repository/sql/content-folder.sql: * packages/acs-content-repository/sql/content-image-drop.sql: * packages/acs-content-repository/sql/content-image.sql: * packages/acs-content-repository/sql/content-item.sql: * packages/acs-content-repository/sql/content-keyword.sql: * packages/acs-content-repository/sql/content-package.sql: * packages/acs-content-repository/sql/content-perms.sql: * packages/acs-content-repository/sql/content-revision.sql: * packages/acs-content-repository/sql/content-schedule.sql: * packages/acs-content-repository/sql/content-search.sql: * packages/acs-content-repository/sql/content-symlink.sql: * packages/acs-content-repository/sql/content-template.sql: * packages/acs-content-repository/sql/content-test.sql: * packages/acs-content-repository/sql/content-type.sql: * packages/acs-content-repository/sql/content-update.sql: * packages/acs-content-repository/sql/content-util.sql: * packages/acs-content-repository/sql/content-xml.sql: * packages/acs-content-repository/sql/datatype-upgrade.sql: * packages/acs-content-repository/sql/doc-package.sql: * packages/acs-content-repository/sql/packages-create.sql: * packages/acs-content-repository/sql/types-create.sql: * packages/acs-content-repository/sql/types-drop.sql: * packages/acs-content-repository/sql/upgrade-4.0-4.0.1.sql: * packages/acs-content-repository/tcl/acs-content-repository-init.tcl: * packages/acs-content-repository/tcl/doc-procs.tcl: * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-content-repository/www/doc/api/content.html: * packages/acs-content-repository/www/doc/api/extlink.html: * packages/acs-content-repository/www/doc/api/item.html: * packages/acs-content-repository/www/doc/api/keyword.html: * packages/acs-content-repository/www/doc/api/permission.html: * packages/acs-content-repository/www/doc/api/revision.html: * packages/acs-content-repository/www/doc/api/symlink.html: * packages/acs-content-repository/www/doc/api/template.html: * packages/acs-content-repository/www/doc/api/type.html: * packages/acs-content-repository/www/doc/design.html: * packages/acs-content-repository/www/doc/guide/access-control.html: * packages/acs-content-repository/www/doc/guide/article.gif: * packages/acs-content-repository/www/doc/guide/convert.html: * packages/acs-content-repository/www/doc/guide/file-system.html: * packages/acs-content-repository/www/doc/guide/flow.gif: * packages/acs-content-repository/www/doc/guide/items.html: * packages/acs-content-repository/www/doc/guide/object-relationships.html: * packages/acs-content-repository/www/doc/guide/organization.gif: * packages/acs-content-repository/www/doc/guide/photo.gif: * packages/acs-content-repository/www/doc/guide/publish.html: * packages/acs-content-repository/www/doc/guide/revisions.html: * packages/acs-content-repository/www/doc/guide/search.html: * packages/acs-content-repository/www/doc/guide/storage.html: * packages/acs-content-repository/www/doc/guide/template.html: * packages/acs-content-repository/www/doc/guide/types.html: * packages/acs-content-repository/www/doc/guide/workflow.html: * packages/acs-content-repository/www/doc/index.html: * packages/acs-content-repository/www/doc/install.html: * packages/acs-content-repository/www/doc/intermedia.html: * packages/acs-content-repository/www/doc/method.adp: * packages/acs-content-repository/www/doc/method.tcl: * packages/acs-content-repository/www/doc/object-model.gif: * packages/acs-content-repository/www/doc/object-model.html: * packages/acs-content-repository/www/doc/package.adp: * packages/acs-content-repository/www/doc/package.tcl: * packages/acs-content-repository/www/doc/style.css: * packages/acs-content-repository/www/doc/todo.html: * packages/acs-content-repository/www/doc/uninstall.html: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-dev.html: * packages/acs-core-docs/www/acs.html: * packages/acs-core-docs/www/ad.css: * 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/bootstrap-acs.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/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/filename.html: * packages/acs-core-docs/www/files/acceptance-sql.txt: * packages/acs-core-docs/www/files/acs-start.html: * packages/acs-core-docs/www/files/listener8i.txt: * packages/acs-core-docs/www/files/nsd-oracle.txt: * packages/acs-core-docs/www/files/oracle8i.txt: * packages/acs-core-docs/www/files/restart-aolserver.txt: * packages/acs-core-docs/www/files/startlsnr.txt: * packages/acs-core-docs/www/files/stoplsnr.txt: * packages/acs-core-docs/www/files/template-ini.ini: * packages/acs-core-docs/www/files/winnsd.txt: * packages/acs-core-docs/www/for-everyone.html: * packages/acs-core-docs/www/general-documents.html: * packages/acs-core-docs/www/getting-started.html: * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/images/apm.pdf: * packages/acs-core-docs/www/images/arsdigita.gif: * packages/acs-core-docs/www/images/context-hierarchy.jpg: * packages/acs-core-docs/www/images/permissions-er.png: * packages/acs-core-docs/www/images/rp-flow.gif: * packages/acs-core-docs/www/index.adp: * packages/acs-core-docs/www/index.vuh: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/more-developer-info.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/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/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/redhat.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/requirements.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/sql/display-sql.tcl: * 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/tests.html: * packages/acs-core-docs/www/unit-testing-guide/index.html: * packages/acs-core-docs/www/unix-install.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/working-with-xml.html: * packages/acs-core-docs/www/xml/developers-guide/db-api.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.xml: * packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.xml: * packages/acs-core-docs/www/xml/developers-guide/rp.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/working-with-xml.xml: * packages/acs-core-docs/www/xml/engineering-standards/constraint-naming.xml: * packages/acs-core-docs/www/xml/engineering-standards/design-template.xml: * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: * packages/acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml: * packages/acs-core-docs/www/xml/engineering-standards/filenaming.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/for-everyone/acs-faq.xml: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/acs.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/credits.xml: * packages/acs-core-docs/www/xml/install-guide/getting-started.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: * packages/acs-core-docs/www/xml/install-guide/redhat.xml: * packages/acs-core-docs/www/xml/install-guide/requirements.xml: * packages/acs-core-docs/www/xml/install-guide/tests.xml: * packages/acs-core-docs/www/xml/install-guide/top.xml: * packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml: * packages/acs-core-docs/www/xml/kernel/apm-design.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/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-notes.xml: * packages/acs-core-docs/www/xml/kernel/security-requirements.xml: * packages/acs-core-docs/www/xml/kernel/subsites-design.xml: * packages/acs-core-docs/www/xml/kernel/subsites-requirements.xml: * packages/acs-core-docs/www/xml/kernel/tcl-doc.xml: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/java/src/com/arsdigita/acs/acsKernel/test/ACSCommon.java: * packages/acs-kernel/java/src/com/arsdigita/acs/acsKernel/test/SessionsTest.java: * packages/acs-kernel/sql/acs-create.sql: * packages/acs-kernel/sql/acs-drop.sql: * packages/acs-kernel/sql/acs-install.sql: * packages/acs-kernel/sql/acs-kernel-create.sql: * packages/acs-kernel/sql/acs-kernel-drop.sql: * packages/acs-kernel/sql/acs-logs-create.sql: * packages/acs-kernel/sql/acs-logs-drop.sql: * packages/acs-kernel/sql/acs-metadata-create.sql: * packages/acs-kernel/sql/acs-metadata-drop.sql: * packages/acs-kernel/sql/acs-objects-create.sql: * packages/acs-kernel/sql/acs-objects-drop.sql: * packages/acs-kernel/sql/acs-permissions-create.sql: * packages/acs-kernel/sql/acs-permissions-drop.sql: * packages/acs-kernel/sql/acs-relationships-create.sql: * packages/acs-kernel/sql/acs-relationships-drop.sql: * packages/acs-kernel/sql/apm-create.sql: * packages/acs-kernel/sql/apm-drop.sql: * packages/acs-kernel/sql/community-core-create.sql: * packages/acs-kernel/sql/community-core-drop.sql: * packages/acs-kernel/sql/groups-body-create.sql: * packages/acs-kernel/sql/groups-create.sql: * packages/acs-kernel/sql/groups-drop.sql: * packages/acs-kernel/sql/journal-create.sql: * packages/acs-kernel/sql/journal-drop.sql: * packages/acs-kernel/sql/rel-constraints-body-create.sql: * packages/acs-kernel/sql/rel-constraints-create.sql: * packages/acs-kernel/sql/rel-constraints-drop.sql: * packages/acs-kernel/sql/rel-segments-body-create.sql: * packages/acs-kernel/sql/rel-segments-create.sql: * packages/acs-kernel/sql/rel-segments-drop.sql: * packages/acs-kernel/sql/security-create.sql: * packages/acs-kernel/sql/security-drop.sql: * packages/acs-kernel/sql/site-nodes-create.sql: * packages/acs-kernel/sql/site-nodes-drop.sql: * packages/acs-kernel/sql/test/acs-objects-test.sql: * packages/acs-kernel/sql/test/groups-test.sql: * 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-types-drop.sql: * packages/acs-kernel/sql/test/rel-segments-test.sql: * packages/acs-kernel/sql/utilities-create.sql: * packages/acs-kernel/sql/utilities-drop.sql: * packages/acs-kernel/upgrade-3.4-4.0/core-migrate.sql: * packages/acs-kernel/upgrade-3.4-4.0/resequence.sql: * packages/acs-kernel/upgrade-3.4-4.0/upgrade.html: * packages/acs-kernel/upgrade-3.4-4.0/user-group-types.sql: * packages/acs-messaging/acs-messaging.info: * packages/acs-messaging/sql/acs-messaging-create.sql: * packages/acs-messaging/sql/acs-messaging-drop.sql: * packages/acs-messaging/sql/acs-messaging-packages.sql: * packages/acs-messaging/sql/acs-messaging-views.sql: * packages/acs-messaging/sql/upgrade-4.0-4.0.1a.sql: * packages/acs-messaging/sql/upgrade-4.0.1-4.1.sql: * packages/acs-messaging/sql/upgrade-4.0.1a-4.0.1.sql: * packages/acs-messaging/tcl/acs-messaging-init.tcl: * packages/acs-messaging/tcl/acs-messaging-procs.tcl: * packages/acs-messaging/www/doc/design.html: * packages/acs-messaging/www/doc/index.html: * packages/acs-messaging/www/doc/requirements.html: * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/sql/acs-subsite-create.sql: * packages/acs-subsite/sql/acs-subsite-drop.sql: * packages/acs-subsite/sql/application-groups-create.sql: * packages/acs-subsite/sql/application-groups-drop.sql: * packages/acs-subsite/sql/attribute.sql: * packages/acs-subsite/sql/attributes-drop.sql: * packages/acs-subsite/sql/portraits-drop.sql: * packages/acs-subsite/sql/portraits.sql: * packages/acs-subsite/sql/subsite-callbacks-create.sql: * packages/acs-subsite/sql/subsite-callbacks-drop.sql: * packages/acs-subsite/sql/user-profiles-create.sql: * packages/acs-subsite/sql/user-profiles-drop.sql: * packages/acs-subsite/tcl/acs-subsite-init.tcl: * packages/acs-subsite/tcl/attribute-procs.tcl: * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/tcl/group-type-procs.tcl: * packages/acs-subsite/tcl/package-procs.tcl: * packages/acs-subsite/tcl/party-procs.tcl: * packages/acs-subsite/tcl/plsql-utility-procs.tcl: * packages/acs-subsite/tcl/rel-types-procs.tcl: * packages/acs-subsite/tcl/relation-procs.tcl: * packages/acs-subsite/www/admin/attributes/add-2.tcl: * packages/acs-subsite/www/admin/attributes/add.adp: * packages/acs-subsite/www/admin/attributes/add.tcl: * packages/acs-subsite/www/admin/attributes/delete-2.tcl: * packages/acs-subsite/www/admin/attributes/delete.adp: * packages/acs-subsite/www/admin/attributes/delete.tcl: * packages/acs-subsite/www/admin/attributes/edit-one.adp: * 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.adp: * packages/acs-subsite/www/admin/attributes/enum-add.tcl: * packages/acs-subsite/www/admin/attributes/index.tcl: * packages/acs-subsite/www/admin/attributes/one.adp: * packages/acs-subsite/www/admin/attributes/one.tcl: * packages/acs-subsite/www/admin/attributes/value-delete-2.tcl: * packages/acs-subsite/www/admin/attributes/value-delete.adp: * packages/acs-subsite/www/admin/attributes/value-delete.tcl: * packages/acs-subsite/www/admin/confirm-delete-form.adp: * packages/acs-subsite/www/admin/group-types/change-join-policy-2.tcl: * packages/acs-subsite/www/admin/group-types/change-join-policy.adp: * packages/acs-subsite/www/admin/group-types/delete-2.tcl: * packages/acs-subsite/www/admin/group-types/delete-rel-types-exist.adp: * packages/acs-subsite/www/admin/group-types/delete-subtypes-exist.adp: * packages/acs-subsite/www/admin/group-types/delete.adp: * packages/acs-subsite/www/admin/group-types/groups-display.adp: * packages/acs-subsite/www/admin/group-types/groups-list.adp: * 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/one.adp: * packages/acs-subsite/www/admin/group-types/rel-type-add-2.tcl: * packages/acs-subsite/www/admin/group-types/rel-type-add.adp: * packages/acs-subsite/www/admin/group-types/rel-type-remove-2.tcl: * packages/acs-subsite/www/admin/group-types/rel-type-remove.adp: * packages/acs-subsite/www/admin/groups/change-join-policy-2.tcl: * packages/acs-subsite/www/admin/groups/change-join-policy.adp: * packages/acs-subsite/www/admin/groups/constraints-create-2.tcl: * packages/acs-subsite/www/admin/groups/constraints-create.adp: * packages/acs-subsite/www/admin/groups/delete-2.tcl: * packages/acs-subsite/www/admin/groups/delete.adp: * packages/acs-subsite/www/admin/groups/delete.tcl: * packages/acs-subsite/www/admin/groups/elements-by-group-type.adp: * packages/acs-subsite/www/admin/groups/elements-by-group-type.tcl: * 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/elements-display-list.adp: * packages/acs-subsite/www/admin/groups/elements-display-list.tcl: * packages/acs-subsite/www/admin/groups/elements-display.adp: * packages/acs-subsite/www/admin/groups/index.adp: * packages/acs-subsite/www/admin/groups/index.tcl: * packages/acs-subsite/www/admin/groups/new.adp: * 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-add.adp: * packages/acs-subsite/www/admin/groups/rel-type-remove-2.tcl: * packages/acs-subsite/www/admin/groups/rel-type-remove.adp: * packages/acs-subsite/www/admin/index.adp: * packages/acs-subsite/www/admin/index.tcl: * packages/acs-subsite/www/admin/master.adp: * packages/acs-subsite/www/admin/master.tcl: * packages/acs-subsite/www/admin/object-types/alphabetical-index.tcl: * packages/acs-subsite/www/admin/object-types/index.tcl: * packages/acs-subsite/www/admin/object-types/one.tcl: * packages/acs-subsite/www/admin/parties/add-select-type.adp: * packages/acs-subsite/www/admin/parties/new-list-required-segments.adp: * packages/acs-subsite/www/admin/parties/new.adp: * packages/acs-subsite/www/admin/parties/new.tcl: * packages/acs-subsite/www/admin/parties/one.adp: * packages/acs-subsite/www/admin/parties/one.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/delete.adp: * packages/acs-subsite/www/admin/rel-segments/constraints/delete.tcl: * packages/acs-subsite/www/admin/rel-segments/constraints/index.adp: * packages/acs-subsite/www/admin/rel-segments/constraints/index.tcl: * packages/acs-subsite/www/admin/rel-segments/constraints/new.adp: * packages/acs-subsite/www/admin/rel-segments/constraints/new.tcl: * packages/acs-subsite/www/admin/rel-segments/constraints/one.adp: * packages/acs-subsite/www/admin/rel-segments/constraints/one.tcl: * packages/acs-subsite/www/admin/rel-segments/constraints/violations.adp: * packages/acs-subsite/www/admin/rel-segments/delete-2.tcl: * packages/acs-subsite/www/admin/rel-segments/delete.adp: * packages/acs-subsite/www/admin/rel-segments/elements-display.adp: * packages/acs-subsite/www/admin/rel-segments/elements.adp: * packages/acs-subsite/www/admin/rel-segments/elements.tcl: * packages/acs-subsite/www/admin/rel-segments/index.adp: * packages/acs-subsite/www/admin/rel-segments/index.tcl: * packages/acs-subsite/www/admin/rel-segments/new-2.adp: * packages/acs-subsite/www/admin/rel-segments/new-3.adp: * packages/acs-subsite/www/admin/rel-segments/new.adp: * packages/acs-subsite/www/admin/rel-segments/new.tcl: * packages/acs-subsite/www/admin/rel-segments/one.adp: * packages/acs-subsite/www/admin/rel-segments/one.tcl: * packages/acs-subsite/www/admin/rel-types/add-2.tcl: * packages/acs-subsite/www/admin/rel-types/add.adp: * packages/acs-subsite/www/admin/rel-types/add.tcl: * packages/acs-subsite/www/admin/rel-types/delete-2.tcl: * packages/acs-subsite/www/admin/rel-types/delete-subtypes-exist.adp: * packages/acs-subsite/www/admin/rel-types/delete.adp: * packages/acs-subsite/www/admin/rel-types/delete.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/mapping-remove-2.tcl: * packages/acs-subsite/www/admin/rel-types/mapping-remove.tcl: * packages/acs-subsite/www/admin/rel-types/new-2.adp: * packages/acs-subsite/www/admin/rel-types/new-2.tcl: * packages/acs-subsite/www/admin/rel-types/new.adp: * packages/acs-subsite/www/admin/rel-types/one.adp: * packages/acs-subsite/www/admin/rel-types/one.tcl: * packages/acs-subsite/www/admin/rel-types/rels-list.adp: * packages/acs-subsite/www/admin/rel-types/rels-list.tcl: * packages/acs-subsite/www/admin/rel-types/roles/delete-2.tcl: * packages/acs-subsite/www/admin/rel-types/roles/delete.adp: * packages/acs-subsite/www/admin/rel-types/roles/delete.tcl: * packages/acs-subsite/www/admin/rel-types/roles/edit.adp: * packages/acs-subsite/www/admin/rel-types/roles/edit.tcl: * packages/acs-subsite/www/admin/rel-types/roles/index.adp: * packages/acs-subsite/www/admin/rel-types/roles/index.tcl: * packages/acs-subsite/www/admin/rel-types/roles/new.adp: * packages/acs-subsite/www/admin/rel-types/roles/one.adp: * packages/acs-subsite/www/admin/relations/add-no-valid-parties.adp: * packages/acs-subsite/www/admin/relations/add.adp: * packages/acs-subsite/www/admin/relations/add.tcl: * packages/acs-subsite/www/admin/relations/change-member-state.tcl: * packages/acs-subsite/www/admin/relations/index.tcl: * packages/acs-subsite/www/admin/relations/one.adp: * packages/acs-subsite/www/admin/relations/one.tcl: * packages/acs-subsite/www/admin/relations/remove-2.tcl: * packages/acs-subsite/www/admin/relations/remove-dependants-exist.adp: * packages/acs-subsite/www/admin/relations/remove.adp: * packages/acs-subsite/www/admin/relations/remove.tcl: * packages/acs-subsite/www/admin/site-map/auto-mount.tcl: * packages/acs-subsite/www/admin/site-map/delete.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/mount-2.tcl: * packages/acs-subsite/www/admin/site-map/mount.tcl: * packages/acs-subsite/www/admin/site-map/new.tcl: * packages/acs-subsite/www/admin/site-map/package-new.tcl: * packages/acs-subsite/www/admin/site-map/parameter-set-2.tcl: * packages/acs-subsite/www/admin/site-map/parameter-set.tcl: * packages/acs-subsite/www/admin/site-map/unmount.tcl: * packages/acs-subsite/www/admin/site-map/unmounted.tcl: * packages/acs-subsite/www/admin/users/new.adp: * packages/acs-subsite/www/admin/users/new.tcl: * packages/acs-subsite/www/doc/group-admin-pages-acceptance-test.html: * packages/acs-subsite/www/doc/group-admin-pages-design.html: * packages/acs-subsite/www/doc/group-admin-pages-requirements.html: * packages/acs-subsite/www/doc/intranet-company-structure.gif: * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/index.tcl: * packages/acs-subsite/www/master.adp: * packages/acs-subsite/www/master.tcl: * packages/acs-subsite/www/permissions/grant-2.tcl: * packages/acs-subsite/www/permissions/grant.tcl: * packages/acs-subsite/www/permissions/one.tcl: * packages/acs-subsite/www/permissions/revoke-2.tcl: * packages/acs-subsite/www/permissions/revoke.tcl: * packages/acs-subsite/www/permissions/toggle-inherit.tcl: * packages/acs-subsite/www/pvt/alerts.adp: * packages/acs-subsite/www/pvt/alerts.tcl: * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/pvt/home.tcl: * packages/acs-subsite/www/pvt/index.tcl: * packages/acs-subsite/www/pvt/set-on-vacation-to-null.adp: * packages/acs-subsite/www/pvt/set-on-vacation-to-null.tcl: * packages/acs-subsite/www/pvt/set-on-vacation-until.adp: * packages/acs-subsite/www/pvt/set-on-vacation-until.tcl: * packages/acs-subsite/www/pvt/toggle-dont-spam-me-p.tcl: * packages/acs-subsite/www/pvt/unsubscribe-2.adp: * packages/acs-subsite/www/pvt/unsubscribe-2.tcl: * packages/acs-subsite/www/pvt/unsubscribe.adp: * packages/acs-subsite/www/pvt/unsubscribe.tcl: * packages/acs-subsite/www/register/awaiting-approval.adp: * packages/acs-subsite/www/register/awaiting-email-verification.adp: * packages/acs-subsite/www/register/awaiting-email-verification.tcl: * packages/acs-subsite/www/register/bad-password.adp: * packages/acs-subsite/www/register/bad-password.tcl: * packages/acs-subsite/www/register/banned-user.adp: * packages/acs-subsite/www/register/banned-user.tcl: * packages/acs-subsite/www/register/deleted-user.adp: * packages/acs-subsite/www/register/deleted-user.tcl: * packages/acs-subsite/www/register/email-confirm.adp: * packages/acs-subsite/www/register/email-confirm.tcl: * packages/acs-subsite/www/register/email-password-2.adp: * packages/acs-subsite/www/register/email-password-2.tcl: * packages/acs-subsite/www/register/email-password-3.adp: * packages/acs-subsite/www/register/email-password-3.tcl: * packages/acs-subsite/www/register/email-password.adp: * packages/acs-subsite/www/register/email-password.tcl: * packages/acs-subsite/www/register/explain-persistent-cookies.adp: * packages/acs-subsite/www/register/explain-persistent-cookies.tcl: * packages/acs-subsite/www/register/index.adp: * packages/acs-subsite/www/register/index.tcl: * packages/acs-subsite/www/register/login-expired.adp: * packages/acs-subsite/www/register/restore-user.adp: * packages/acs-subsite/www/register/restore-user.tcl: * packages/acs-subsite/www/register/user-join.adp: * packages/acs-subsite/www/register/user-join.tcl: * packages/acs-subsite/www/register/user-new-2.adp: * packages/acs-subsite/www/register/user-new-2.tcl: * packages/acs-subsite/www/shared/community-member.adp: * packages/acs-subsite/www/shared/community-member.tcl: * packages/acs-subsite/www/shared/confirm.adp: * packages/acs-subsite/www/shared/confirm.tcl: * packages/acs-subsite/www/shared/index.tcl: * packages/acs-subsite/www/shared/iso-codes-no-exist.adp: * packages/acs-subsite/www/shared/iso-codes.adp: * packages/acs-subsite/www/shared/iso-codes.tcl: * packages/acs-subsite/www/shared/portrait-bits.tcl: * packages/acs-subsite/www/shared/portrait-thumbnail-bits.tcl: * packages/acs-subsite/www/shared/portrait.adp: * packages/acs-subsite/www/shared/portrait.tcl: * packages/acs-subsite/www/shared/send-email.adp: * packages/acs-subsite/www/shared/send-email.tcl: * packages/acs-subsite/www/shared/whos-online.adp: * packages/acs-subsite/www/shared/whos-online.tcl: * packages/acs-subsite/www/user/basic-info-update-2.tcl: * packages/acs-subsite/www/user/basic-info-update.adp: * packages/acs-subsite/www/user/basic-info-update.tcl: * packages/acs-subsite/www/user/password-update-2.adp: * packages/acs-subsite/www/user/password-update-2.tcl: * packages/acs-subsite/www/user/password-update.adp: * 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.adp: * 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.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-2.tcl: * packages/acs-subsite/www/user/portrait/upload.adp: * packages/acs-subsite/www/user/portrait/upload.tcl: * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/00-proc-procs.tcl: * packages/acs-tcl/tcl/10-database-procs.tcl: * packages/acs-tcl/tcl/20-apm-load-procs.tcl: * packages/acs-tcl/tcl/30-charset-compat-procs.tcl: * packages/acs-tcl/tcl/40-memoize-init.tcl: * packages/acs-tcl/tcl/acs-kernel-procs.tcl: * packages/acs-tcl/tcl/acs-permissions-procs.tcl: * packages/acs-tcl/tcl/admin-init.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/bootstrap.tcl: * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/database-init.tcl: * packages/acs-tcl/tcl/database-util-procs.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/deprecated-utilities-procs.tcl: * packages/acs-tcl/tcl/document-procs.tcl: * packages/acs-tcl/tcl/exception-procs.tcl: * packages/acs-tcl/tcl/installer-init.tcl: * packages/acs-tcl/tcl/installer.tcl: * packages/acs-tcl/tcl/memoize-procs.tcl: * packages/acs-tcl/tcl/navigation-procs.tcl: * packages/acs-tcl/tcl/object-procs.tcl: * packages/acs-tcl/tcl/object-type-procs.tcl: * packages/acs-tcl/tcl/request-processor-init.tcl: * packages/acs-tcl/tcl/request-processor-procs.tcl: * packages/acs-tcl/tcl/security-init.tcl: * packages/acs-tcl/tcl/security-procs.tcl: * packages/acs-tcl/tcl/site-nodes-init.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/sql-statement-procs.tcl: * packages/acs-tcl/tcl/table-display-procs.tcl: * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: * packages/acs-tcl/tcl/text-html-procs.tcl: * packages/acs-tcl/tcl/utilities-init.tcl: * packages/acs-tcl/tcl/utilities-procs.tcl: * packages/acs-tcl/tcl/widgets-procs.tcl: * packages/acs-tcl/tcl/xml-1-dom-procs.tcl: * packages/acs-tcl/tcl/xml-2-procs.tcl: * packages/acs-templating/acs-templating.info: * packages/acs-templating/java/src/com/arsdigita/acs/acsTemplating/test/TemplatingTest.java: * packages/acs-templating/resources/assets/corners/lower-left.gif: * packages/acs-templating/resources/assets/corners/lower-right.gif: * packages/acs-templating/resources/assets/corners/upper-left.gif: * packages/acs-templating/resources/assets/corners/upper-right.gif: * packages/acs-templating/resources/forms/grid.adp: * packages/acs-templating/resources/forms/standard.adp: * packages/acs-templating/resources/forms/tabbed-dialog.adp: * packages/acs-templating/resources/forms/wizard.adp: * packages/acs-templating/resources/messages/datasources.adp: * packages/acs-templating/resources/messages/datasources.tcl: * packages/acs-templating/resources/messages/error.adp: * packages/acs-templating/resources/messages/request-error.adp: * packages/acs-templating/resources/messages/request-error.tcl: * packages/acs-templating/sql/acs-templating-create.sql: * packages/acs-templating/sql/acs-templating-drop.sql: * packages/acs-templating/sql/demo-create.sql: * packages/acs-templating/sql/demo-drop.sql: * packages/acs-templating/tcl/0-procs.tcl: * packages/acs-templating/tcl/acs-integration-init.tcl: * packages/acs-templating/tcl/acs-integration-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/filter-procs.tcl: * packages/acs-templating/tcl/form-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/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/template-init.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/index.html: * packages/acs-templating/www/admin/test/chain-frac-0.tcl: * packages/acs-templating/www/admin/test/chain-frac-1.adp: * packages/acs-templating/www/admin/test/chain-frac-1.tcl: * packages/acs-templating/www/admin/test/chain-frac-2.adp: * packages/acs-templating/www/admin/test/if.adp: * packages/acs-templating/www/admin/test/if.readme: * packages/acs-templating/www/admin/test/if.tcl: * packages/acs-templating/www/admin/test/include-0.adp: * packages/acs-templating/www/admin/test/include-0.tcl: * packages/acs-templating/www/admin/test/include.adp: * packages/acs-templating/www/admin/test/include.tcl: * packages/acs-templating/www/admin/test/index.html: * packages/acs-templating/www/doc/TclDocs/cm_widget.html: * packages/acs-templating/www/doc/TclDocs/cms_rel.html: * packages/acs-templating/www/doc/TclDocs/content.html: * packages/acs-templating/www/doc/TclDocs/content_add.html: * packages/acs-templating/www/doc/TclDocs/content_method.html: * packages/acs-templating/www/doc/TclDocs/doc.html: * packages/acs-templating/www/doc/TclDocs/doc__util.html: * packages/acs-templating/www/doc/TclDocs/form.html: * packages/acs-templating/www/doc/TclDocs/item.html: * packages/acs-templating/www/doc/TclDocs/namespace-list.html: * packages/acs-templating/www/doc/TclDocs/namespaces.html: * packages/acs-templating/www/doc/TclDocs/pagination.html: * packages/acs-templating/www/doc/TclDocs/publish.html: * packages/acs-templating/www/doc/TclDocs/request.html: * packages/acs-templating/www/doc/TclDocs/stylesheet.css: * packages/acs-templating/www/doc/TclDocs/tcl-procs.html: * packages/acs-templating/www/doc/TclDocs/util.html: * packages/acs-templating/www/doc/TclDocs/widget.html: * packages/acs-templating/www/doc/api/database.html: * packages/acs-templating/www/doc/api/form.html: * packages/acs-templating/www/doc/api/index.html: * packages/acs-templating/www/doc/api/multirow.html: * packages/acs-templating/www/doc/api/request.html: * packages/acs-templating/www/doc/api/stylesheet.css: * packages/acs-templating/www/doc/appendices/convert.html: * packages/acs-templating/www/doc/appendices/memory.html: * packages/acs-templating/www/doc/demo/bind.adp: * packages/acs-templating/www/doc/demo/bind.tcl: * packages/acs-templating/www/doc/demo/comment.adp: * packages/acs-templating/www/doc/demo/compile.tcl: * packages/acs-templating/www/doc/demo/contract-2.adp: * packages/acs-templating/www/doc/demo/contract-2.tcl: * packages/acs-templating/www/doc/demo/contract-err.adp: * packages/acs-templating/www/doc/demo/contract-err.tcl: * packages/acs-templating/www/doc/demo/contract.adp: * packages/acs-templating/www/doc/demo/contract.tcl: * packages/acs-templating/www/doc/demo/date-test.adp: * packages/acs-templating/www/doc/demo/date-test.tcl: * packages/acs-templating/www/doc/demo/embed_escape.adp: * packages/acs-templating/www/doc/demo/embed_escape.tcl: * packages/acs-templating/www/doc/demo/error.adp: * packages/acs-templating/www/doc/demo/error.tcl: * packages/acs-templating/www/doc/demo/explicit_escape.adp: * packages/acs-templating/www/doc/demo/fibo-master.adp: * packages/acs-templating/www/doc/demo/fibo-master.tcl: * packages/acs-templating/www/doc/demo/fibo-start.adp: * packages/acs-templating/www/doc/demo/fibo-start.tcl: * packages/acs-templating/www/doc/demo/fibo.adp: * packages/acs-templating/www/doc/demo/fibo.tcl: * packages/acs-templating/www/doc/demo/form.adp: * packages/acs-templating/www/doc/demo/form.tcl: * packages/acs-templating/www/doc/demo/grid.adp: * packages/acs-templating/www/doc/demo/grid.tcl: * packages/acs-templating/www/doc/demo/group.adp: * packages/acs-templating/www/doc/demo/group.tcl: * packages/acs-templating/www/doc/demo/hello.adp: * packages/acs-templating/www/doc/demo/hello.tcl: * packages/acs-templating/www/doc/demo/implicit_escape.adp: * packages/acs-templating/www/doc/demo/implicit_escape.tcl: * packages/acs-templating/www/doc/demo/include.adp: * packages/acs-templating/www/doc/demo/include.tcl: * packages/acs-templating/www/doc/demo/included.adp: * packages/acs-templating/www/doc/demo/legacy.tcl: * packages/acs-templating/www/doc/demo/list.adp: * packages/acs-templating/www/doc/demo/list.tcl: * packages/acs-templating/www/doc/demo/master.adp: * packages/acs-templating/www/doc/demo/multiaccess.adp: * packages/acs-templating/www/doc/demo/multiaccess.tcl: * packages/acs-templating/www/doc/demo/multiple.adp: * packages/acs-templating/www/doc/demo/multiple.tcl: * packages/acs-templating/www/doc/demo/multirow.adp: * packages/acs-templating/www/doc/demo/multirow.tcl: * packages/acs-templating/www/doc/demo/pay-confirm.adp: * packages/acs-templating/www/doc/demo/pay.adp: * packages/acs-templating/www/doc/demo/pay.tcl: * packages/acs-templating/www/doc/demo/puts.adp: * packages/acs-templating/www/doc/demo/puts.tcl: * packages/acs-templating/www/doc/demo/reference-inc.adp: * packages/acs-templating/www/doc/demo/reference.adp: * packages/acs-templating/www/doc/demo/reference.tcl: * packages/acs-templating/www/doc/demo/request.adp: * packages/acs-templating/www/doc/demo/request.tcl: * packages/acs-templating/www/doc/demo/sandwich-grid.adp: * packages/acs-templating/www/doc/demo/sandwich.adp: * packages/acs-templating/www/doc/demo/sandwich.tcl: * packages/acs-templating/www/doc/demo/select.adp: * packages/acs-templating/www/doc/demo/select.tcl: * packages/acs-templating/www/doc/demo/show.tcl: * packages/acs-templating/www/doc/demo/skin-fancy.adp: * packages/acs-templating/www/doc/demo/skin-plain.adp: * packages/acs-templating/www/doc/demo/skin.tcl: * packages/acs-templating/www/doc/demo/slave-default.adp: * packages/acs-templating/www/doc/demo/slave.adp: * packages/acs-templating/www/doc/demo/state.adp: * packages/acs-templating/www/doc/demo/state.tcl: * packages/acs-templating/www/doc/demo/string.adp: * packages/acs-templating/www/doc/demo/string.tcl: * packages/acs-templating/www/doc/demo/submit-test.adp: * packages/acs-templating/www/doc/demo/submit-test.tcl: * packages/acs-templating/www/doc/demo/user-edit.adp: * packages/acs-templating/www/doc/demo/user-edit.tcl: * packages/acs-templating/www/doc/design.html: * packages/acs-templating/www/doc/designer-guide.html: * packages/acs-templating/www/doc/developer-guide.html: * packages/acs-templating/www/doc/exercise/ats-for-designers.html: * packages/acs-templating/www/doc/exercise/form-sample-revised.adp: * packages/acs-templating/www/doc/exercise/form-sample-revised.tcl: * packages/acs-templating/www/doc/exercise/form-sample.tcl: * packages/acs-templating/www/doc/exercise/list-and-var-sample.adp: * packages/acs-templating/www/doc/exercise/list-and-var-sample.tcl: * packages/acs-templating/www/doc/exercise/list-and-var-sample.txt: * packages/acs-templating/www/doc/exercise/master-sample.adp: * packages/acs-templating/www/doc/exercise/slave-sample-2.adp: * packages/acs-templating/www/doc/exercise/slave-sample-3.adp: * packages/acs-templating/www/doc/exercise/slave-sample-4.adp: * packages/acs-templating/www/doc/exercise/slave-sample.adp: * packages/acs-templating/www/doc/exercise/slave-sample.tcl: * packages/acs-templating/www/doc/exercise/templating-exercise.sql: * packages/acs-templating/www/doc/gen/generate-docs.adp: * packages/acs-templating/www/doc/gen/generate-docs.tcl: * packages/acs-templating/www/doc/gen/namespace-list.adp: * packages/acs-templating/www/doc/gen/namespace-template.adp: * packages/acs-templating/www/doc/gen/namespace-template.tcl: * packages/acs-templating/www/doc/gen/namespace_block.adp: * packages/acs-templating/www/doc/gen/namespace_block.tcl: * packages/acs-templating/www/doc/gen/package-template.adp: * packages/acs-templating/www/doc/gen/proc-doc.html: * packages/acs-templating/www/doc/gen/proc-template.adp: * packages/acs-templating/www/doc/gen/proc-template.tcl: * packages/acs-templating/www/doc/gen/stylesheet.css: * packages/acs-templating/www/doc/guide/components.html: * packages/acs-templating/www/doc/guide/composite.html: * packages/acs-templating/www/doc/guide/data.html: * packages/acs-templating/www/doc/guide/document.html: * packages/acs-templating/www/doc/guide/down.gif: * packages/acs-templating/www/doc/guide/form-datatypes.html: * packages/acs-templating/www/doc/guide/form-templates.html: * packages/acs-templating/www/doc/guide/form-widgets.html: * packages/acs-templating/www/doc/guide/index.html: * packages/acs-templating/www/doc/guide/master.html: * packages/acs-templating/www/doc/guide/search.html: * packages/acs-templating/www/doc/guide/skins.html: * packages/acs-templating/www/doc/guide/tcl.html: * packages/acs-templating/www/doc/guide/templates.html: * packages/acs-templating/www/doc/guide/templating.jpg: * packages/acs-templating/www/doc/guide/wizards.html: * packages/acs-templating/www/doc/index.html: * packages/acs-templating/www/doc/install.html: * packages/acs-templating/www/doc/introduction.html: * packages/acs-templating/www/doc/requirements.html: * packages/acs-templating/www/doc/tagref/formerror.html: * packages/acs-templating/www/doc/tagref/formgroup.html: * packages/acs-templating/www/doc/tagref/formwidget.html: * packages/acs-templating/www/doc/tagref/grid.html: * packages/acs-templating/www/doc/tagref/if.html: * packages/acs-templating/www/doc/tagref/list.html: * packages/acs-templating/www/doc/tagref/master.html: * packages/acs-templating/www/doc/tagref/multiple.html: * packages/acs-templating/www/doc/tagref/noparse.html: * packages/acs-templating/www/doc/tagref/property.html: * packages/acs-templating/www/doc/tagref/slave.html: * packages/acs-templating/www/doc/tagref/variable.html: * packages/acs-templating/www/doc/time1/stage00.gif: * packages/acs-templating/www/doc/time1/stage01.gif: * packages/acs-templating/www/doc/time1/stage02.gif: * packages/acs-templating/www/doc/time1/stage03.gif: * packages/acs-templating/www/doc/time1/stage04.gif: * packages/acs-templating/www/doc/time1/stage05.gif: * packages/acs-templating/www/doc/time1/stage06.gif: * packages/acs-templating/www/doc/time1/stage07.gif: * packages/acs-templating/www/doc/time1/stage08.gif: * packages/acs-templating/www/doc/time1/stage09.gif: * packages/acs-templating/www/doc/time1/stage10.gif: * packages/acs-templating/www/doc/time1/stage11.gif: * packages/acs-templating/www/doc/time1/stage12.gif: * packages/acs-templating/www/doc/time1/stage13.gif: * packages/acs-templating/www/doc/time1/stage14.gif: * packages/acs-templating/www/doc/time2/stage00.gif: * packages/acs-templating/www/doc/time2/stage01.gif: * packages/acs-templating/www/doc/time2/stage02.gif: * packages/acs-templating/www/doc/time2/stage03.gif: * packages/acs-templating/www/doc/time2/stage04.gif: * packages/acs-templating/www/doc/time2/stage05.gif: * packages/acs-templating/www/doc/time2/stage06.gif: * packages/acs-templating/www/doc/time2/stage07.gif: * packages/acs-templating/www/doc/time2/stage08.gif: * packages/acs-templating/www/doc/time2/stage09.gif: * packages/acs-templating/www/doc/time2/stage10.gif: * packages/acs-templating/www/doc/time2/stage11.gif: * packages/acs-templating/www/doc/time2/stage12.gif: * packages/acs-templating/www/doc/time2/stage13.gif: * packages/acs-templating/www/doc/time2/stage14.gif: * packages/acs-templating/www/doc/time2/stage15.gif: * packages/acs-templating/www/doc/time3/stage00.gif: * packages/acs-templating/www/doc/time3/stage01.gif: * packages/acs-templating/www/doc/time3/stage02.gif: * packages/acs-templating/www/doc/time3/stage03.gif: * packages/acs-templating/www/doc/time3/stage04.gif: * packages/acs-templating/www/doc/time3/stage05.gif: * packages/acs-templating/www/doc/time3/stage06.gif: * packages/acs-templating/www/doc/time3/stage07.gif: * packages/acs-templating/www/doc/time3/stage08.gif: * packages/acs-templating/www/doc/time3/stage09.gif: * packages/acs-templating/www/doc/time3a/stage00.gif: * packages/acs-templating/www/doc/time3a/stage01.gif: * packages/acs-templating/www/doc/time3a/stage02.gif: * packages/acs-templating/www/doc/time3a/stage03.gif: * packages/acs-templating/www/doc/time3a/stage04.gif: * packages/acs-templating/www/doc/time3a/stage05.gif: * packages/acs-templating/www/doc/time3a/stage06.gif: * packages/acs-templating/www/doc/time3a/stage07.gif: * packages/acs-templating/www/doc/time3a/stage08.gif: * packages/acs-templating/www/doc/time3a/stage09.gif: * packages/acs-templating/www/doc/timing-1.html: * packages/acs-templating/www/doc/timing-2.html: * packages/acs-templating/www/doc/timing-3.html: * packages/acs-templating/www/doc/timing.html: * packages/acs-templating/www/doc/todo.html: * packages/acs-templating/www/doc/widgets/date.html: * packages/acs-templating/www/doc/widgets/index.html: * packages/acs-templating/www/doc/widgets/input.html: * packages/acs-templating/www/doc/widgets/select.html: * packages/acs-templating/www/doc/widgets/table.html: * readme.txt: * tcl/0-acs-init.tcl: * tcl/zz-postload.tcl: * www/SYSTEM/dbtest-other.tcl: * www/SYSTEM/dbtest.tcl: * www/SYSTEM/flush-memoized-statement.tcl: * www/default-master.adp: * www/default-master.tcl: * www/index.adp: * www/index.tcl: OpenACS 4.x * packages/acs-admin/www/apm/package-deinstall.tcl: * packages/acs-content-repository/www/doc/requirements.html: * packages/acs-tcl/tcl/server-cluster-procs.tcl: * packages/acs-tcl/tcl/xml-0-sgml-procs.tcl: branches: 1.1.1.1.10; OpenACS 4.x * packages/acs-subsite/tcl/subsite-callback-procs.tcl: branches: 1.1.1.1.14; OpenACS 4.x * packages/acs-subsite/www/admin/group-types/groups-list.tcl: * packages/acs-subsite/www/admin/site-nodes/index.vuh: * packages/acs-tcl/tcl/document-init.tcl: branches: 1.1.1.1.28; OpenACS 4.x * packages/acs-api-browser/www/index.tcl: * packages/acs-api-browser/www/tcl-proc-view.adp: * packages/acs-api-browser/www/tcl-proc-view.tcl: * packages/acs-subsite/tcl/application-group-procs.tcl: * packages/acs-subsite/www/admin/group-types/change-join-policy.tcl: * packages/acs-subsite/www/admin/group-types/delete.tcl: * packages/acs-subsite/www/admin/group-types/groups-display.tcl: * packages/acs-subsite/www/admin/group-types/new.tcl: * packages/acs-subsite/www/admin/group-types/one.tcl: * packages/acs-subsite/www/admin/group-types/rel-type-add.tcl: * packages/acs-subsite/www/admin/group-types/rel-type-remove.tcl: * packages/acs-subsite/www/admin/groups/change-join-policy.tcl: * packages/acs-subsite/www/admin/groups/constraints-create.tcl: * packages/acs-subsite/www/admin/groups/elements-display.tcl: * packages/acs-subsite/www/admin/groups/new.tcl: * packages/acs-subsite/www/admin/groups/one.adp: * packages/acs-subsite/www/admin/groups/rel-type-add.tcl: * packages/acs-subsite/www/admin/groups/rel-type-remove.tcl: * packages/acs-subsite/www/admin/rel-segments/delete.tcl: * packages/acs-subsite/www/admin/rel-segments/new-2.tcl: * packages/acs-subsite/www/admin/rel-segments/new-3.tcl: * packages/acs-subsite/www/admin/rel-types/new.tcl: * packages/acs-subsite/www/admin/rel-types/roles/new.tcl: * packages/acs-subsite/www/admin/rel-types/roles/one.tcl: * packages/acs-subsite/www/register/awaiting-approval.tcl: * packages/acs-subsite/www/register/user-login.tcl: * packages/acs-subsite/www/register/user-new.adp: * packages/acs-subsite/www/register/user-new.tcl: * packages/acs-subsite/www/shared/1pixel.tcl: * packages/acs-templating/www/doc/demo/if.adp: * packages/acs-templating/www/doc/demo/if.tcl: branches: 1.1.1.1.2; OpenACS 4.x * packages/acs-core-docs/www/files/export-oracle.txt: branches: 1.1.1.1.2; 1.1.1.1.4; OpenACS 4.x * bin/restart-aolserver: * packages/acs-admin/www/apm/package-delete-2.tcl: * packages/acs-admin/www/apm/packages-install-4.tcl: * packages/acs-content-repository/www/doc/guide/keywords.html: * packages/acs-core-docs/www/files/dbstart.txt: * packages/acs-subsite/tcl/rel-segments-procs.tcl: * packages/acs-subsite/tcl/subsite-procs.tcl: * packages/acs-subsite/www/permissions/index.tcl: * packages/acs-subsite/www/register/logout.tcl: * packages/acs-tcl/tcl/set-operation-procs.tcl: * packages/acs-tcl/tcl/tcl-documentation-tests.tcl: * packages/acs-templating/www/doc/api/element.html: * packages/acs-templating/www/doc/demo/index.html: * packages/acs-templating/www/doc/exercise/form-sample.adp: * packages/acs-templating/www/doc/guide/form-process.html: * packages/acs-templating/www/doc/guide/forms.html: * packages/acs-templating/www/doc/migration.html: * packages/acs-templating/www/doc/tagref/formtemplate.html: * packages/acs-templating/www/doc/tagref/group.html: * packages/acs-templating/www/doc/tagref/include.html: * packages/acs-templating/www/doc/tagref/index.html: branches: 1.1.1.1.4; OpenACS 4.x * packages/acs-content-repository/www/doc/api/folder.html: * packages/acs-subsite/www/doc/index.html: branches: 1.1.1.1.6; OpenACS 4.x * bin/acs-4-0-publish.sh: * bin/ad-context-server.pl: * bin/create-sql-drop-file.pl: * bin/data-dictionary-diff.pl: * bin/encode64.pl: * bin/paths.sh: * bin/plsql-diff.pl: * bin/restart-aolserver: * bin/svrmgrl-example.sql: * bin/triggers-diff.pl: * packages/acs-admin/acs-admin.info: * packages/acs-admin/tcl/apm-admin-procs.tcl: * packages/acs-admin/www/apm/bulk-intall.tcl: * packages/acs-admin/www/apm/cvs-status.tcl: * packages/acs-admin/www/apm/file-add-2.tcl: * packages/acs-admin/www/apm/file-add.tcl: * packages/acs-admin/www/apm/file-remove.tcl: * packages/acs-admin/www/apm/file-watch-cancel.tcl: * packages/acs-admin/www/apm/file-watch.tcl: * packages/acs-admin/www/apm/index.tcl: * packages/acs-admin/www/apm/package-add-2.tcl: * packages/acs-admin/www/apm/package-add.tcl: * packages/acs-admin/www/apm/package-deinstall.tcl: * packages/acs-admin/www/apm/package-delete-2.tcl: * packages/acs-admin/www/apm/package-delete.tcl: * packages/acs-admin/www/apm/package-load-2.tcl: * packages/acs-admin/www/apm/package-load.tcl: * packages/acs-admin/www/apm/package-scan.tcl: * packages/acs-admin/www/apm/packages-install-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/packages/index.vuh: * packages/acs-admin/www/apm/parameter-add-2.tcl: * packages/acs-admin/www/apm/parameter-add.tcl: * packages/acs-admin/www/apm/parameter-delete.tcl: * packages/acs-admin/www/apm/parameter-edit-2.tcl: * packages/acs-admin/www/apm/parameter-edit.tcl: * 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.tcl: * packages/acs-admin/www/apm/version-dependency-remove.tcl: * packages/acs-admin/www/apm/version-disable.tcl: * packages/acs-admin/www/apm/version-edit-2.tcl: * packages/acs-admin/www/apm/version-edit.tcl: * packages/acs-admin/www/apm/version-enable.tcl: * packages/acs-admin/www/apm/version-files.tcl: * packages/acs-admin/www/apm/version-fs-scan.tcl: * packages/acs-admin/www/apm/version-generate-diffs.tcl: * packages/acs-admin/www/apm/version-generate-info.tcl: * packages/acs-admin/www/apm/version-generate-tarball.tcl: * packages/acs-admin/www/apm/version-parameter-values.tcl: * packages/acs-admin/www/apm/version-parameters.tcl: * packages/acs-admin/www/apm/version-reload.tcl: * packages/acs-admin/www/apm/version-tag.tcl: * packages/acs-admin/www/apm/version-upgrade.tcl: * packages/acs-admin/www/apm/version-view.tcl: * packages/acs-admin/www/apm/view-unattached-files.tcl: * packages/acs-admin/www/apm/write-all-specs.tcl: * packages/acs-admin/www/index.tcl: * packages/acs-admin/www/test/security-test.tcl: * packages/acs-admin/www/test/signed-cookies-test-2.tcl: * packages/acs-admin/www/test/signed-cookies-test.tcl: * packages/acs-admin/www/users/become.tcl: * packages/acs-admin/www/users/complex-search.adp: * packages/acs-admin/www/users/complex-search.tcl: * packages/acs-admin/www/users/index.adp: * packages/acs-admin/www/users/index.tcl: * packages/acs-admin/www/users/member-state-change.adp: * packages/acs-admin/www/users/member-state-change.tcl: * packages/acs-admin/www/users/one.adp: * packages/acs-admin/www/users/one.tcl: * packages/acs-admin/www/users/registration-history.adp: * packages/acs-admin/www/users/registration-history.tcl: * packages/acs-admin/www/users/search.adp: * packages/acs-admin/www/users/search.tcl: * packages/acs-admin/www/users/session-history.tcl: * packages/acs-admin/www/users/sessions-one-month.tcl: * packages/acs-admin/www/users/sessions-registered-summary.tcl: * packages/acs-admin/www/users/user-add-2.adp: * packages/acs-admin/www/users/user-add-2.tcl: * packages/acs-admin/www/users/user-add-3.adp: * packages/acs-admin/www/users/user-add-3.tcl: * packages/acs-admin/www/users/user-add.adp: * packages/acs-admin/www/users/user-add.tcl: * packages/acs-api-browser/acs-api-browser.info: * packages/acs-api-browser/tcl/acs-api-documentation-procs.tcl: * packages/acs-api-browser/www/content-page-view.adp: * packages/acs-api-browser/www/content-page-view.tcl: * packages/acs-api-browser/www/deprecated.adp: * packages/acs-api-browser/www/deprecated.tcl: * packages/acs-api-browser/www/display-sql.adp: * packages/acs-api-browser/www/display-sql.tcl: * packages/acs-api-browser/www/index.adp: * packages/acs-api-browser/www/index.tcl: * packages/acs-api-browser/www/package-view.adp: * packages/acs-api-browser/www/package-view.tcl: * packages/acs-api-browser/www/plsql-subprogram-one.adp: * packages/acs-api-browser/www/plsql-subprogram-one.tcl: * packages/acs-api-browser/www/plsql-subprograms-all.adp: * packages/acs-api-browser/www/plsql-subprograms-all.tcl: * packages/acs-api-browser/www/proc-browse.adp: * packages/acs-api-browser/www/proc-browse.tcl: * packages/acs-api-browser/www/proc-search.adp: * packages/acs-api-browser/www/proc-search.tcl: * packages/acs-api-browser/www/proc-view.adp: * packages/acs-api-browser/www/proc-view.tcl: * packages/acs-api-browser/www/procs-file-view.adp: * packages/acs-api-browser/www/procs-file-view.tcl: * packages/acs-api-browser/www/set-default.tcl: * packages/acs-api-browser/www/tcl-proc-view.adp: * packages/acs-api-browser/www/tcl-proc-view.tcl: * packages/acs-api-browser/www/type-view.adp: * packages/acs-api-browser/www/type-view.tcl: * packages/acs-content-repository/acs-content-repository.info: * packages/acs-content-repository/java/PerlTools.jar: * packages/acs-content-repository/java/Regexp.sqlj: * packages/acs-content-repository/java/Util.sqlj: * packages/acs-content-repository/java/XMLExchange.sqlj: * packages/acs-content-repository/sql/acs-content-repository-create.sql: * packages/acs-content-repository/sql/content-create.sql: * packages/acs-content-repository/sql/content-drop.sql: * packages/acs-content-repository/sql/content-extlink.sql: * packages/acs-content-repository/sql/content-folder.sql: * packages/acs-content-repository/sql/content-image-drop.sql: * packages/acs-content-repository/sql/content-image.sql: * packages/acs-content-repository/sql/content-item.sql: * packages/acs-content-repository/sql/content-keyword.sql: * packages/acs-content-repository/sql/content-package.sql: * packages/acs-content-repository/sql/content-perms.sql: * packages/acs-content-repository/sql/content-revision.sql: * packages/acs-content-repository/sql/content-schedule.sql: * packages/acs-content-repository/sql/content-search.sql: * packages/acs-content-repository/sql/content-symlink.sql: * packages/acs-content-repository/sql/content-template.sql: * packages/acs-content-repository/sql/content-test.sql: * packages/acs-content-repository/sql/content-type.sql: * packages/acs-content-repository/sql/content-update.sql: * packages/acs-content-repository/sql/content-util.sql: * packages/acs-content-repository/sql/content-xml.sql: * packages/acs-content-repository/sql/datatype-upgrade.sql: * packages/acs-content-repository/sql/doc-package.sql: * packages/acs-content-repository/sql/packages-create.sql: * packages/acs-content-repository/sql/types-create.sql: * packages/acs-content-repository/sql/types-drop.sql: * packages/acs-content-repository/sql/upgrade-4.0-4.0.1.sql: * packages/acs-content-repository/tcl/acs-content-repository-init.tcl: * packages/acs-content-repository/tcl/doc-procs.tcl: * packages/acs-content-repository/tcl/filter-procs.tcl: * packages/acs-content-repository/tcl/revision-procs.tcl: * packages/acs-content-repository/www/doc/api/content.html: * packages/acs-content-repository/www/doc/api/extlink.html: * packages/acs-content-repository/www/doc/api/folder.html: * packages/acs-content-repository/www/doc/api/item.html: * packages/acs-content-repository/www/doc/api/keyword.html: * packages/acs-content-repository/www/doc/api/permission.html: * packages/acs-content-repository/www/doc/api/revision.html: * packages/acs-content-repository/www/doc/api/symlink.html: * packages/acs-content-repository/www/doc/api/template.html: * packages/acs-content-repository/www/doc/api/type.html: * packages/acs-content-repository/www/doc/design.html: * packages/acs-content-repository/www/doc/guide/access-control.html: * packages/acs-content-repository/www/doc/guide/article.gif: * packages/acs-content-repository/www/doc/guide/convert.html: * packages/acs-content-repository/www/doc/guide/file-system.html: * packages/acs-content-repository/www/doc/guide/flow.gif: * packages/acs-content-repository/www/doc/guide/items.html: * packages/acs-content-repository/www/doc/guide/keywords.html: * packages/acs-content-repository/www/doc/guide/object-relationships.html: * packages/acs-content-repository/www/doc/guide/organization.gif: * packages/acs-content-repository/www/doc/guide/photo.gif: * packages/acs-content-repository/www/doc/guide/publish.html: * packages/acs-content-repository/www/doc/guide/revisions.html: * packages/acs-content-repository/www/doc/guide/search.html: * packages/acs-content-repository/www/doc/guide/storage.html: * packages/acs-content-repository/www/doc/guide/template.html: * packages/acs-content-repository/www/doc/guide/types.html: * packages/acs-content-repository/www/doc/guide/workflow.html: * packages/acs-content-repository/www/doc/index.html: * packages/acs-content-repository/www/doc/install.html: * packages/acs-content-repository/www/doc/intermedia.html: * packages/acs-content-repository/www/doc/method.adp: * packages/acs-content-repository/www/doc/method.tcl: * packages/acs-content-repository/www/doc/object-model.gif: * packages/acs-content-repository/www/doc/object-model.html: * packages/acs-content-repository/www/doc/package.adp: * packages/acs-content-repository/www/doc/package.tcl: * packages/acs-content-repository/www/doc/requirements.html: * packages/acs-content-repository/www/doc/style.css: * packages/acs-content-repository/www/doc/todo.html: * packages/acs-content-repository/www/doc/uninstall.html: * packages/acs-core-docs/acs-core-docs.info: * packages/acs-core-docs/www/acs-admin.html: * packages/acs-core-docs/www/acs-dev.html: * packages/acs-core-docs/www/acs.html: * packages/acs-core-docs/www/ad.css: * 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/bootstrap-acs.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/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/filename.html: * packages/acs-core-docs/www/files/acceptance-sql.txt: * packages/acs-core-docs/www/files/acs-start.html: * packages/acs-core-docs/www/files/dbstart.txt: * packages/acs-core-docs/www/files/export-oracle.txt: * packages/acs-core-docs/www/files/listener8i.txt: * packages/acs-core-docs/www/files/nsd-oracle.txt: * packages/acs-core-docs/www/files/oracle8i.txt: * packages/acs-core-docs/www/files/restart-aolserver.txt: * packages/acs-core-docs/www/files/startlsnr.txt: * packages/acs-core-docs/www/files/stoplsnr.txt: * packages/acs-core-docs/www/files/template-ini.ini: * packages/acs-core-docs/www/files/winnsd.txt: * packages/acs-core-docs/www/for-everyone.html: * packages/acs-core-docs/www/general-documents.html: * packages/acs-core-docs/www/getting-started.html: * packages/acs-core-docs/www/groups-design.html: * packages/acs-core-docs/www/groups-requirements.html: * packages/acs-core-docs/www/images/apm.pdf: * packages/acs-core-docs/www/images/arsdigita.gif: * packages/acs-core-docs/www/images/context-hierarchy.jpg: * packages/acs-core-docs/www/images/permissions-er.png: * packages/acs-core-docs/www/images/rp-flow.gif: * packages/acs-core-docs/www/index.adp: * packages/acs-core-docs/www/index.vuh: * packages/acs-core-docs/www/kernel-doc.html: * packages/acs-core-docs/www/more-developer-info.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/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/programming-with-aolserver.html: * packages/acs-core-docs/www/psgml-mode.html: * packages/acs-core-docs/www/redhat.html: * packages/acs-core-docs/www/release-notes.html: * packages/acs-core-docs/www/request-processor.html: * packages/acs-core-docs/www/requirements-template.html: * packages/acs-core-docs/www/requirements.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/sql/display-sql.tcl: * 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/tests.html: * packages/acs-core-docs/www/unit-testing-guide/index.html: * packages/acs-core-docs/www/unix-install.html: * packages/acs-core-docs/www/win-install.html: * packages/acs-core-docs/www/win2k-installation.html: * packages/acs-core-docs/www/working-with-xml.html: * packages/acs-core-docs/www/xml/developers-guide/db-api.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.xml: * packages/acs-core-docs/www/xml/developers-guide/programming-with-aolserver.xml: * packages/acs-core-docs/www/xml/developers-guide/rp.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/working-with-xml.xml: * packages/acs-core-docs/www/xml/engineering-standards/constraint-naming.xml: * packages/acs-core-docs/www/xml/engineering-standards/design-template.xml: * packages/acs-core-docs/www/xml/engineering-standards/docbook-primer.xml: * packages/acs-core-docs/www/xml/engineering-standards/eng-standards-versioning.xml: * packages/acs-core-docs/www/xml/engineering-standards/filenaming.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/for-everyone/acs-faq.xml: * packages/acs-core-docs/www/xml/for-everyone/release-notes.xml: * packages/acs-core-docs/www/xml/index.xml: * packages/acs-core-docs/www/xml/install-guide/acs.xml: * packages/acs-core-docs/www/xml/install-guide/aolserver.xml: * packages/acs-core-docs/www/xml/install-guide/credits.xml: * packages/acs-core-docs/www/xml/install-guide/getting-started.xml: * packages/acs-core-docs/www/xml/install-guide/oracle.xml: * packages/acs-core-docs/www/xml/install-guide/redhat.xml: * packages/acs-core-docs/www/xml/install-guide/requirements.xml: * packages/acs-core-docs/www/xml/install-guide/tests.xml: * packages/acs-core-docs/www/xml/install-guide/top.xml: * packages/acs-core-docs/www/xml/install-guide/win2kinstall.xml: * packages/acs-core-docs/www/xml/kernel/apm-design.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/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-notes.xml: * packages/acs-core-docs/www/xml/kernel/security-requirements.xml: * packages/acs-core-docs/www/xml/kernel/subsites-design.xml: * packages/acs-core-docs/www/xml/kernel/subsites-requirements.xml: * packages/acs-core-docs/www/xml/kernel/tcl-doc.xml: * packages/acs-kernel/acs-kernel.info: * packages/acs-kernel/java/src/com/arsdigita/acs/acsKernel/test/ACSCommon.java: * packages/acs-kernel/java/src/com/arsdigita/acs/acsKernel/test/SessionsTest.java: * packages/acs-kernel/sql/acs-create.sql: * packages/acs-kernel/sql/acs-drop.sql: * packages/acs-kernel/sql/acs-install.sql: * packages/acs-kernel/sql/acs-kernel-create.sql: * packages/acs-kernel/sql/acs-kernel-drop.sql: * packages/acs-kernel/sql/acs-logs-create.sql: * packages/acs-kernel/sql/acs-logs-drop.sql: * packages/acs-kernel/sql/acs-metadata-create.sql: * packages/acs-kernel/sql/acs-metadata-drop.sql: * packages/acs-kernel/sql/acs-objects-create.sql: * packages/acs-kernel/sql/acs-objects-drop.sql: * packages/acs-kernel/sql/acs-permissions-create.sql: * packages/acs-kernel/sql/acs-permissions-drop.sql: * packages/acs-kernel/sql/acs-relationships-create.sql: * packages/acs-kernel/sql/acs-relationships-drop.sql: * packages/acs-kernel/sql/apm-create.sql: * packages/acs-kernel/sql/apm-drop.sql: * packages/acs-kernel/sql/community-core-create.sql: * packages/acs-kernel/sql/community-core-drop.sql: * packages/acs-kernel/sql/groups-body-create.sql: * packages/acs-kernel/sql/groups-create.sql: * packages/acs-kernel/sql/groups-drop.sql: * packages/acs-kernel/sql/journal-create.sql: * packages/acs-kernel/sql/journal-drop.sql: * packages/acs-kernel/sql/rel-constraints-body-create.sql: * packages/acs-kernel/sql/rel-constraints-create.sql: * packages/acs-kernel/sql/rel-constraints-drop.sql: * packages/acs-kernel/sql/rel-segments-body-create.sql: * packages/acs-kernel/sql/rel-segments-create.sql: * packages/acs-kernel/sql/rel-segments-drop.sql: * packages/acs-kernel/sql/security-create.sql: * packages/acs-kernel/sql/security-drop.sql: * packages/acs-kernel/sql/site-nodes-create.sql: * packages/acs-kernel/sql/site-nodes-drop.sql: * packages/acs-kernel/sql/test/acs-objects-test.sql: * packages/acs-kernel/sql/test/groups-test.sql: * 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-types-drop.sql: * packages/acs-kernel/sql/test/rel-segments-test.sql: * packages/acs-kernel/sql/utilities-create.sql: * packages/acs-kernel/sql/utilities-drop.sql: * packages/acs-kernel/upgrade-3.4-4.0/core-migrate.sql: * packages/acs-kernel/upgrade-3.4-4.0/resequence.sql: * packages/acs-kernel/upgrade-3.4-4.0/upgrade.html: * packages/acs-kernel/upgrade-3.4-4.0/user-group-types.sql: * packages/acs-messaging/acs-messaging.info: * packages/acs-messaging/sql/acs-messaging-create.sql: * packages/acs-messaging/sql/acs-messaging-drop.sql: * packages/acs-messaging/sql/acs-messaging-packages.sql: * packages/acs-messaging/sql/acs-messaging-views.sql: * packages/acs-messaging/sql/upgrade-4.0-4.0.1a.sql: * packages/acs-messaging/sql/upgrade-4.0.1-4.1.sql: * packages/acs-messaging/sql/upgrade-4.0.1a-4.0.1.sql: * packages/acs-messaging/tcl/acs-messaging-init.tcl: * packages/acs-messaging/tcl/acs-messaging-procs.tcl: * packages/acs-messaging/www/doc/design.html: * packages/acs-messaging/www/doc/index.html: * packages/acs-messaging/www/doc/requirements.html: * packages/acs-subsite/acs-subsite.info: * packages/acs-subsite/sql/acs-subsite-create.sql: * packages/acs-subsite/sql/acs-subsite-drop.sql: * packages/acs-subsite/sql/application-groups-create.sql: * packages/acs-subsite/sql/application-groups-drop.sql: * packages/acs-subsite/sql/attribute.sql: * packages/acs-subsite/sql/attributes-drop.sql: * packages/acs-subsite/sql/portraits-drop.sql: * packages/acs-subsite/sql/portraits.sql: * packages/acs-subsite/sql/subsite-callbacks-create.sql: * packages/acs-subsite/sql/subsite-callbacks-drop.sql: * packages/acs-subsite/sql/user-profiles-create.sql: * packages/acs-subsite/sql/user-profiles-drop.sql: * packages/acs-subsite/tcl/acs-subsite-init.tcl: * packages/acs-subsite/tcl/application-group-procs.tcl: * packages/acs-subsite/tcl/attribute-procs.tcl: * packages/acs-subsite/tcl/group-procs.tcl: * packages/acs-subsite/tcl/group-type-procs.tcl: * packages/acs-subsite/tcl/package-procs.tcl: * packages/acs-subsite/tcl/party-procs.tcl: * packages/acs-subsite/tcl/plsql-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/attributes/add-2.tcl: * packages/acs-subsite/www/admin/attributes/add.adp: * packages/acs-subsite/www/admin/attributes/add.tcl: * packages/acs-subsite/www/admin/attributes/delete-2.tcl: * packages/acs-subsite/www/admin/attributes/delete.adp: * packages/acs-subsite/www/admin/attributes/delete.tcl: * packages/acs-subsite/www/admin/attributes/edit-one.adp: * 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.adp: * packages/acs-subsite/www/admin/attributes/enum-add.tcl: * packages/acs-subsite/www/admin/attributes/index.tcl: * packages/acs-subsite/www/admin/attributes/one.adp: * packages/acs-subsite/www/admin/attributes/one.tcl: * packages/acs-subsite/www/admin/attributes/value-delete-2.tcl: * packages/acs-subsite/www/admin/attributes/value-delete.adp: * packages/acs-subsite/www/admin/attributes/value-delete.tcl: * packages/acs-subsite/www/admin/confirm-delete-form.adp: * packages/acs-subsite/www/admin/group-types/change-join-policy-2.tcl: * packages/acs-subsite/www/admin/group-types/change-join-policy.adp: * 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/delete-rel-types-exist.adp: * packages/acs-subsite/www/admin/group-types/delete-subtypes-exist.adp: * packages/acs-subsite/www/admin/group-types/delete.adp: * packages/acs-subsite/www/admin/group-types/delete.tcl: * packages/acs-subsite/www/admin/group-types/groups-display.adp: * packages/acs-subsite/www/admin/group-types/groups-display.tcl: * packages/acs-subsite/www/admin/group-types/groups-list.adp: * packages/acs-subsite/www/admin/group-types/groups-list.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-2.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/group-types/rel-type-remove-2.tcl: * packages/acs-subsite/www/admin/group-types/rel-type-remove.adp: * packages/acs-subsite/www/admin/group-types/rel-type-remove.tcl: * packages/acs-subsite/www/admin/groups/change-join-policy-2.tcl: * packages/acs-subsite/www/admin/groups/change-join-policy.adp: * packages/acs-subsite/www/admin/groups/change-join-policy.tcl: * packages/acs-subsite/www/admin/groups/constraints-create-2.tcl: * packages/acs-subsite/www/admin/groups/constraints-create.adp: * packages/acs-subsite/www/admin/groups/constraints-create.tcl: * packages/acs-subsite/www/admin/groups/delete-2.tcl: * packages/acs-subsite/www/admin/groups/delete.adp: * packages/acs-subsite/www/admin/groups/delete.tcl: * packages/acs-subsite/www/admin/groups/elements-by-group-type.adp: * packages/acs-subsite/www/admin/groups/elements-by-group-type.tcl: * 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/elements-display-list.adp: * packages/acs-subsite/www/admin/groups/elements-display-list.tcl: * packages/acs-subsite/www/admin/groups/elements-display.adp: * packages/acs-subsite/www/admin/groups/elements-display.tcl: * packages/acs-subsite/www/admin/groups/index.adp: * packages/acs-subsite/www/admin/groups/index.tcl: * packages/acs-subsite/www/admin/groups/new.adp: * packages/acs-subsite/www/admin/groups/new.tcl: * packages/acs-subsite/www/admin/groups/one.adp: * 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-add.adp: * packages/acs-subsite/www/admin/groups/rel-type-add.tcl: * packages/acs-subsite/www/admin/groups/rel-type-remove-2.tcl: * packages/acs-subsite/www/admin/groups/rel-type-remove.adp: * packages/acs-subsite/www/admin/groups/rel-type-remove.tcl: * packages/acs-subsite/www/admin/index.adp: * packages/acs-subsite/www/admin/index.tcl: * packages/acs-subsite/www/admin/master.adp: * packages/acs-subsite/www/admin/master.tcl: * packages/acs-subsite/www/admin/object-types/alphabetical-index.tcl: * packages/acs-subsite/www/admin/object-types/index.tcl: * packages/acs-subsite/www/admin/object-types/one.tcl: * packages/acs-subsite/www/admin/parties/add-select-type.adp: * packages/acs-subsite/www/admin/parties/new-list-required-segments.adp: * packages/acs-subsite/www/admin/parties/new.adp: * packages/acs-subsite/www/admin/parties/new.tcl: * packages/acs-subsite/www/admin/parties/one.adp: * packages/acs-subsite/www/admin/parties/one.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/delete.adp: * packages/acs-subsite/www/admin/rel-segments/constraints/delete.tcl: * packages/acs-subsite/www/admin/rel-segments/constraints/index.adp: * packages/acs-subsite/www/admin/rel-segments/constraints/index.tcl: * packages/acs-subsite/www/admin/rel-segments/constraints/new.adp: * packages/acs-subsite/www/admin/rel-segments/constraints/new.tcl: * packages/acs-subsite/www/admin/rel-segments/constraints/one.adp: * packages/acs-subsite/www/admin/rel-segments/constraints/one.tcl: * packages/acs-subsite/www/admin/rel-segments/constraints/violations.adp: * packages/acs-subsite/www/admin/rel-segments/delete-2.tcl: * packages/acs-subsite/www/admin/rel-segments/delete.adp: * packages/acs-subsite/www/admin/rel-segments/delete.tcl: * packages/acs-subsite/www/admin/rel-segments/elements-display.adp: * packages/acs-subsite/www/admin/rel-segments/elements.adp: * packages/acs-subsite/www/admin/rel-segments/elements.tcl: * packages/acs-subsite/www/admin/rel-segments/index.adp: * packages/acs-subsite/www/admin/rel-segments/index.tcl: * packages/acs-subsite/www/admin/rel-segments/new-2.adp: * packages/acs-subsite/www/admin/rel-segments/new-2.tcl: * packages/acs-subsite/www/admin/rel-segments/new-3.adp: * packages/acs-subsite/www/admin/rel-segments/new-3.tcl: * packages/acs-subsite/www/admin/rel-segments/new.adp: * packages/acs-subsite/www/admin/rel-segments/new.tcl: * packages/acs-subsite/www/admin/rel-segments/one.adp: * packages/acs-subsite/www/admin/rel-segments/one.tcl: * packages/acs-subsite/www/admin/rel-types/add-2.tcl: * packages/acs-subsite/www/admin/rel-types/add.adp: * packages/acs-subsite/www/admin/rel-types/add.tcl: * packages/acs-subsite/www/admin/rel-types/delete-2.tcl: * packages/acs-subsite/www/admin/rel-types/delete-subtypes-exist.adp: * packages/acs-subsite/www/admin/rel-types/delete.adp: * packages/acs-subsite/www/admin/rel-types/delete.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/mapping-remove-2.tcl: * packages/acs-subsite/www/admin/rel-types/mapping-remove.tcl: * packages/acs-subsite/www/admin/rel-types/new-2.adp: * packages/acs-subsite/www/admin/rel-types/new-2.tcl: * packages/acs-subsite/www/admin/rel-types/new.adp: * packages/acs-subsite/www/admin/rel-types/new.tcl: * packages/acs-subsite/www/admin/rel-types/one.adp: * packages/acs-subsite/www/admin/rel-types/one.tcl: * packages/acs-subsite/www/admin/rel-types/rels-list.adp: * packages/acs-subsite/www/admin/rel-types/rels-list.tcl: * packages/acs-subsite/www/admin/rel-types/roles/delete-2.tcl: * packages/acs-subsite/www/admin/rel-types/roles/delete.adp: * packages/acs-subsite/www/admin/rel-types/roles/delete.tcl: * packages/acs-subsite/www/admin/rel-types/roles/edit.adp: * packages/acs-subsite/www/admin/rel-types/roles/edit.tcl: * packages/acs-subsite/www/admin/rel-types/roles/index.adp: * packages/acs-subsite/www/admin/rel-types/roles/index.tcl: * packages/acs-subsite/www/admin/rel-types/roles/new.adp: * packages/acs-subsite/www/admin/rel-types/roles/new.tcl: * packages/acs-subsite/www/admin/rel-types/roles/one.adp: * packages/acs-subsite/www/admin/rel-types/roles/one.tcl: * packages/acs-subsite/www/admin/relations/add-no-valid-parties.adp: * packages/acs-subsite/www/admin/relations/add.adp: * packages/acs-subsite/www/admin/relations/add.tcl: * packages/acs-subsite/www/admin/relations/change-member-state.tcl: * packages/acs-subsite/www/admin/relations/index.tcl: * packages/acs-subsite/www/admin/relations/one.adp: * packages/acs-subsite/www/admin/relations/one.tcl: * packages/acs-subsite/www/admin/relations/remove-2.tcl: * packages/acs-subsite/www/admin/relations/remove-dependants-exist.adp: * packages/acs-subsite/www/admin/relations/remove.adp: * packages/acs-subsite/www/admin/relations/remove.tcl: * packages/acs-subsite/www/admin/site-map/auto-mount.tcl: * packages/acs-subsite/www/admin/site-map/delete.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/mount-2.tcl: * packages/acs-subsite/www/admin/site-map/mount.tcl: * packages/acs-subsite/www/admin/site-map/new.tcl: * packages/acs-subsite/www/admin/site-map/package-new.tcl: * packages/acs-subsite/www/admin/site-map/parameter-set-2.tcl: * packages/acs-subsite/www/admin/site-map/parameter-set.tcl: * packages/acs-subsite/www/admin/site-map/unmount.tcl: * packages/acs-subsite/www/admin/site-map/unmounted.tcl: * packages/acs-subsite/www/admin/site-nodes/index.vuh: * packages/acs-subsite/www/admin/users/new.adp: * packages/acs-subsite/www/admin/users/new.tcl: * packages/acs-subsite/www/doc/group-admin-pages-acceptance-test.html: * packages/acs-subsite/www/doc/group-admin-pages-design.html: * packages/acs-subsite/www/doc/group-admin-pages-requirements.html: * packages/acs-subsite/www/doc/index.html: * packages/acs-subsite/www/doc/intranet-company-structure.gif: * packages/acs-subsite/www/index.adp: * packages/acs-subsite/www/index.tcl: * packages/acs-subsite/www/master.adp: * packages/acs-subsite/www/master.tcl: * packages/acs-subsite/www/permissions/grant-2.tcl: * packages/acs-subsite/www/permissions/grant.tcl: * packages/acs-subsite/www/permissions/index.tcl: * packages/acs-subsite/www/permissions/one.tcl: * packages/acs-subsite/www/permissions/revoke-2.tcl: * packages/acs-subsite/www/permissions/revoke.tcl: * packages/acs-subsite/www/permissions/toggle-inherit.tcl: * packages/acs-subsite/www/pvt/alerts.adp: * packages/acs-subsite/www/pvt/alerts.tcl: * packages/acs-subsite/www/pvt/home.adp: * packages/acs-subsite/www/pvt/home.tcl: * packages/acs-subsite/www/pvt/index.tcl: * packages/acs-subsite/www/pvt/set-on-vacation-to-null.adp: * packages/acs-subsite/www/pvt/set-on-vacation-to-null.tcl: * packages/acs-subsite/www/pvt/set-on-vacation-until.adp: * packages/acs-subsite/www/pvt/set-on-vacation-until.tcl: * packages/acs-subsite/www/pvt/toggle-dont-spam-me-p.tcl: * packages/acs-subsite/www/pvt/unsubscribe-2.adp: * packages/acs-subsite/www/pvt/unsubscribe-2.tcl: * packages/acs-subsite/www/pvt/unsubscribe.adp: * packages/acs-subsite/www/pvt/unsubscribe.tcl: * packages/acs-subsite/www/register/awaiting-approval.adp: * packages/acs-subsite/www/register/awaiting-approval.tcl: * packages/acs-subsite/www/register/awaiting-email-verification.adp: * packages/acs-subsite/www/register/awaiting-email-verification.tcl: * packages/acs-subsite/www/register/bad-password.adp: * packages/acs-subsite/www/register/bad-password.tcl: * packages/acs-subsite/www/register/banned-user.adp: * packages/acs-subsite/www/register/banned-user.tcl: * packages/acs-subsite/www/register/deleted-user.adp: * packages/acs-subsite/www/register/deleted-user.tcl: * packages/acs-subsite/www/register/email-confirm.adp: * packages/acs-subsite/www/register/email-confirm.tcl: * packages/acs-subsite/www/register/email-password-2.adp: * packages/acs-subsite/www/register/email-password-2.tcl: * packages/acs-subsite/www/register/email-password-3.adp: * packages/acs-subsite/www/register/email-password-3.tcl: * packages/acs-subsite/www/register/email-password.adp: * packages/acs-subsite/www/register/email-password.tcl: * packages/acs-subsite/www/register/explain-persistent-cookies.adp: * packages/acs-subsite/www/register/explain-persistent-cookies.tcl: * packages/acs-subsite/www/register/index.adp: * packages/acs-subsite/www/register/index.tcl: * packages/acs-subsite/www/register/login-expired.adp: * packages/acs-subsite/www/register/logout.tcl: * packages/acs-subsite/www/register/restore-user.adp: * packages/acs-subsite/www/register/restore-user.tcl: * packages/acs-subsite/www/register/user-join.adp: * packages/acs-subsite/www/register/user-join.tcl: * packages/acs-subsite/www/register/user-login.tcl: * packages/acs-subsite/www/register/user-new-2.adp: * packages/acs-subsite/www/register/user-new-2.tcl: * packages/acs-subsite/www/register/user-new.adp: * packages/acs-subsite/www/register/user-new.tcl: * packages/acs-subsite/www/shared/1pixel.tcl: * packages/acs-subsite/www/shared/community-member.adp: * packages/acs-subsite/www/shared/community-member.tcl: * packages/acs-subsite/www/shared/confirm.adp: * packages/acs-subsite/www/shared/confirm.tcl: * packages/acs-subsite/www/shared/index.tcl: * packages/acs-subsite/www/shared/iso-codes-no-exist.adp: * packages/acs-subsite/www/shared/iso-codes.adp: * packages/acs-subsite/www/shared/iso-codes.tcl: * packages/acs-subsite/www/shared/portrait-bits.tcl: * packages/acs-subsite/www/shared/portrait-thumbnail-bits.tcl: * packages/acs-subsite/www/shared/portrait.adp: * packages/acs-subsite/www/shared/portrait.tcl: * packages/acs-subsite/www/shared/send-email.adp: * packages/acs-subsite/www/shared/send-email.tcl: * packages/acs-subsite/www/shared/whos-online.adp: * packages/acs-subsite/www/shared/whos-online.tcl: * packages/acs-subsite/www/user/basic-info-update-2.tcl: * packages/acs-subsite/www/user/basic-info-update.adp: * packages/acs-subsite/www/user/basic-info-update.tcl: * packages/acs-subsite/www/user/password-update-2.adp: * packages/acs-subsite/www/user/password-update-2.tcl: * packages/acs-subsite/www/user/password-update.adp: * 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.adp: * 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.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-2.tcl: * packages/acs-subsite/www/user/portrait/upload.adp: * packages/acs-subsite/www/user/portrait/upload.tcl: * packages/acs-tcl/acs-tcl.info: * packages/acs-tcl/tcl/00-proc-procs.tcl: * packages/acs-tcl/tcl/10-database-procs.tcl: * packages/acs-tcl/tcl/20-apm-load-procs.tcl: * packages/acs-tcl/tcl/30-charset-compat-procs.tcl: * packages/acs-tcl/tcl/40-memoize-init.tcl: * packages/acs-tcl/tcl/acs-kernel-procs.tcl: * packages/acs-tcl/tcl/acs-permissions-procs.tcl: * packages/acs-tcl/tcl/admin-init.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/bootstrap.tcl: * packages/acs-tcl/tcl/community-core-procs.tcl: * packages/acs-tcl/tcl/database-init.tcl: * packages/acs-tcl/tcl/database-util-procs.tcl: * packages/acs-tcl/tcl/defs-procs.tcl: * packages/acs-tcl/tcl/deprecated-utilities-procs.tcl: * packages/acs-tcl/tcl/document-init.tcl: * packages/acs-tcl/tcl/document-procs.tcl: * packages/acs-tcl/tcl/exception-procs.tcl: * packages/acs-tcl/tcl/installer-init.tcl: * packages/acs-tcl/tcl/installer.tcl: * packages/acs-tcl/tcl/memoize-procs.tcl: * packages/acs-tcl/tcl/navigation-procs.tcl: * packages/acs-tcl/tcl/object-procs.tcl: * packages/acs-tcl/tcl/object-type-procs.tcl: * packages/acs-tcl/tcl/request-processor-init.tcl: * packages/acs-tcl/tcl/request-processor-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/set-operation-procs.tcl: * packages/acs-tcl/tcl/site-nodes-init.tcl: * packages/acs-tcl/tcl/site-nodes-procs.tcl: * packages/acs-tcl/tcl/sql-statement-procs.tcl: * packages/acs-tcl/tcl/table-display-procs.tcl: * packages/acs-tcl/tcl/tcl-documentation-procs.tcl: * packages/acs-tcl/tcl/tcl-documentation-tests.tcl: * packages/acs-tcl/tcl/text-html-procs.tcl: * packages/acs-tcl/tcl/utilities-init.tcl: * packages/acs-tcl/tcl/utilities-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/acs-templating.info: * packages/acs-templating/java/src/com/arsdigita/acs/acsTemplating/test/TemplatingTest.java: * packages/acs-templating/resources/assets/corners/lower-left.gif: * packages/acs-templating/resources/assets/corners/lower-right.gif: * packages/acs-templating/resources/assets/corners/upper-left.gif: * packages/acs-templating/resources/assets/corners/upper-right.gif: * packages/acs-templating/resources/forms/grid.adp: * packages/acs-templating/resources/forms/standard.adp: * packages/acs-templating/resources/forms/tabbed-dialog.adp: * packages/acs-templating/resources/forms/wizard.adp: * packages/acs-templating/resources/messages/datasources.adp: * packages/acs-templating/resources/messages/datasources.tcl: * packages/acs-templating/resources/messages/error.adp: * packages/acs-templating/resources/messages/request-error.adp: * packages/acs-templating/resources/messages/request-error.tcl: * packages/acs-templating/sql/acs-templating-create.sql: * packages/acs-templating/sql/acs-templating-drop.sql: * packages/acs-templating/sql/demo-create.sql: * packages/acs-templating/sql/demo-drop.sql: * packages/acs-templating/tcl/0-procs.tcl: * packages/acs-templating/tcl/acs-integration-init.tcl: * packages/acs-templating/tcl/acs-integration-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/filter-procs.tcl: * packages/acs-templating/tcl/form-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/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/template-init.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/index.html: * packages/acs-templating/www/admin/test/chain-frac-0.tcl: * packages/acs-templating/www/admin/test/chain-frac-1.adp: * packages/acs-templating/www/admin/test/chain-frac-1.tcl: * packages/acs-templating/www/admin/test/chain-frac-2.adp: * packages/acs-templating/www/admin/test/if.adp: * packages/acs-templating/www/admin/test/if.readme: * packages/acs-templating/www/admin/test/if.tcl: * packages/acs-templating/www/admin/test/include-0.adp: * packages/acs-templating/www/admin/test/include-0.tcl: * packages/acs-templating/www/admin/test/include.adp: * packages/acs-templating/www/admin/test/include.tcl: * packages/acs-templating/www/admin/test/index.html: * packages/acs-templating/www/doc/TclDocs/cm_widget.html: * packages/acs-templating/www/doc/TclDocs/cms_rel.html: * packages/acs-templating/www/doc/TclDocs/content.html: * packages/acs-templating/www/doc/TclDocs/content_add.html: * packages/acs-templating/www/doc/TclDocs/content_method.html: * packages/acs-templating/www/doc/TclDocs/doc.html: * packages/acs-templating/www/doc/TclDocs/doc__util.html: * packages/acs-templating/www/doc/TclDocs/form.html: * packages/acs-templating/www/doc/TclDocs/item.html: * packages/acs-templating/www/doc/TclDocs/namespace-list.html: * packages/acs-templating/www/doc/TclDocs/namespaces.html: * packages/acs-templating/www/doc/TclDocs/pagination.html: * packages/acs-templating/www/doc/TclDocs/publish.html: * packages/acs-templating/www/doc/TclDocs/request.html: * packages/acs-templating/www/doc/TclDocs/stylesheet.css: * packages/acs-templating/www/doc/TclDocs/tcl-procs.html: * packages/acs-templating/www/doc/TclDocs/util.html: * packages/acs-templating/www/doc/TclDocs/widget.html: * packages/acs-templating/www/doc/api/database.html: * packages/acs-templating/www/doc/api/element.html: * packages/acs-templating/www/doc/api/form.html: * packages/acs-templating/www/doc/api/index.html: * packages/acs-templating/www/doc/api/multirow.html: * packages/acs-templating/www/doc/api/request.html: * packages/acs-templating/www/doc/api/stylesheet.css: * packages/acs-templating/www/doc/appendices/convert.html: * packages/acs-templating/www/doc/appendices/memory.html: * packages/acs-templating/www/doc/demo/bind.adp: * packages/acs-templating/www/doc/demo/bind.tcl: * packages/acs-templating/www/doc/demo/comment.adp: * packages/acs-templating/www/doc/demo/compile.tcl: * packages/acs-templating/www/doc/demo/contract-2.adp: * packages/acs-templating/www/doc/demo/contract-2.tcl: * packages/acs-templating/www/doc/demo/contract-err.adp: * packages/acs-templating/www/doc/demo/contract-err.tcl: * packages/acs-templating/www/doc/demo/contract.adp: * packages/acs-templating/www/doc/demo/contract.tcl: * packages/acs-templating/www/doc/demo/date-test.adp: * packages/acs-templating/www/doc/demo/date-test.tcl: * packages/acs-templating/www/doc/demo/embed_escape.adp: * packages/acs-templating/www/doc/demo/embed_escape.tcl: * packages/acs-templating/www/doc/demo/error.adp: * packages/acs-templating/www/doc/demo/error.tcl: * packages/acs-templating/www/doc/demo/explicit_escape.adp: * packages/acs-templating/www/doc/demo/fibo-master.adp: * packages/acs-templating/www/doc/demo/fibo-master.tcl: * packages/acs-templating/www/doc/demo/fibo-start.adp: * packages/acs-templating/www/doc/demo/fibo-start.tcl: * packages/acs-templating/www/doc/demo/fibo.adp: * packages/acs-templating/www/doc/demo/fibo.tcl: * packages/acs-templating/www/doc/demo/form.adp: * packages/acs-templating/www/doc/demo/form.tcl: * packages/acs-templating/www/doc/demo/grid.adp: * packages/acs-templating/www/doc/demo/grid.tcl: * packages/acs-templating/www/doc/demo/group.adp: * packages/acs-templating/www/doc/demo/group.tcl: * packages/acs-templating/www/doc/demo/hello.adp: * packages/acs-templating/www/doc/demo/hello.tcl: * packages/acs-templating/www/doc/demo/if.adp: * packages/acs-templating/www/doc/demo/if.tcl: * packages/acs-templating/www/doc/demo/implicit_escape.adp: * packages/acs-templating/www/doc/demo/implicit_escape.tcl: * packages/acs-templating/www/doc/demo/include.adp: * packages/acs-templating/www/doc/demo/include.tcl: * packages/acs-templating/www/doc/demo/included.adp: * packages/acs-templating/www/doc/demo/index.html: * packages/acs-templating/www/doc/demo/legacy.tcl: * packages/acs-templating/www/doc/demo/list.adp: * packages/acs-templating/www/doc/demo/list.tcl: * packages/acs-templating/www/doc/demo/master.adp: * packages/acs-templating/www/doc/demo/multiaccess.adp: * packages/acs-templating/www/doc/demo/multiaccess.tcl: * packages/acs-templating/www/doc/demo/multiple.adp: * packages/acs-templating/www/doc/demo/multiple.tcl: * packages/acs-templating/www/doc/demo/multirow.adp: * packages/acs-templating/www/doc/demo/multirow.tcl: * packages/acs-templating/www/doc/demo/pay-confirm.adp: * packages/acs-templating/www/doc/demo/pay.adp: * packages/acs-templating/www/doc/demo/pay.tcl: * packages/acs-templating/www/doc/demo/puts.adp: * packages/acs-templating/www/doc/demo/puts.tcl: * packages/acs-templating/www/doc/demo/reference-inc.adp: * packages/acs-templating/www/doc/demo/reference.adp: * packages/acs-templating/www/doc/demo/reference.tcl: * packages/acs-templating/www/doc/demo/request.adp: * packages/acs-templating/www/doc/demo/request.tcl: * packages/acs-templating/www/doc/demo/sandwich-grid.adp: * packages/acs-templating/www/doc/demo/sandwich.adp: * packages/acs-templating/www/doc/demo/sandwich.tcl: * packages/acs-templating/www/doc/demo/select.adp: * packages/acs-templating/www/doc/demo/select.tcl: * packages/acs-templating/www/doc/demo/show.tcl: * packages/acs-templating/www/doc/demo/skin-fancy.adp: * packages/acs-templating/www/doc/demo/skin-plain.adp: * packages/acs-templating/www/doc/demo/skin.tcl: * packages/acs-templating/www/doc/demo/slave-default.adp: * packages/acs-templating/www/doc/demo/slave.adp: * packages/acs-templating/www/doc/demo/state.adp: * packages/acs-templating/www/doc/demo/state.tcl: * packages/acs-templating/www/doc/demo/string.adp: * packages/acs-templating/www/doc/demo/string.tcl: * packages/acs-templating/www/doc/demo/submit-test.adp: * packages/acs-templating/www/doc/demo/submit-test.tcl: * packages/acs-templating/www/doc/demo/user-edit.adp: * packages/acs-templating/www/doc/demo/user-edit.tcl: * packages/acs-templating/www/doc/design.html: * packages/acs-templating/www/doc/designer-guide.html: * packages/acs-templating/www/doc/developer-guide.html: * packages/acs-templating/www/doc/exercise/ats-for-designers.html: * packages/acs-templating/www/doc/exercise/form-sample-revised.adp: * packages/acs-templating/www/doc/exercise/form-sample-revised.tcl: * packages/acs-templating/www/doc/exercise/form-sample.adp: * packages/acs-templating/www/doc/exercise/form-sample.tcl: * packages/acs-templating/www/doc/exercise/list-and-var-sample.adp: * packages/acs-templating/www/doc/exercise/list-and-var-sample.tcl: * packages/acs-templating/www/doc/exercise/list-and-var-sample.txt: * packages/acs-templating/www/doc/exercise/master-sample.adp: * packages/acs-templating/www/doc/exercise/slave-sample-2.adp: * packages/acs-templating/www/doc/exercise/slave-sample-3.adp: * packages/acs-templating/www/doc/exercise/slave-sample-4.adp: * packages/acs-templating/www/doc/exercise/slave-sample.adp: * packages/acs-templating/www/doc/exercise/slave-sample.tcl: * packages/acs-templating/www/doc/exercise/templating-exercise.sql: * packages/acs-templating/www/doc/gen/generate-docs.adp: * packages/acs-templating/www/doc/gen/generate-docs.tcl: * packages/acs-templating/www/doc/gen/namespace-list.adp: * packages/acs-templating/www/doc/gen/namespace-template.adp: * packages/acs-templating/www/doc/gen/namespace-template.tcl: * packages/acs-templating/www/doc/gen/namespace_block.adp: * packages/acs-templating/www/doc/gen/namespace_block.tcl: * packages/acs-templating/www/doc/gen/package-template.adp: * packages/acs-templating/www/doc/gen/proc-doc.html: * packages/acs-templating/www/doc/gen/proc-template.adp: * packages/acs-templating/www/doc/gen/proc-template.tcl: * packages/acs-templating/www/doc/gen/stylesheet.css: * packages/acs-templating/www/doc/guide/components.html: * packages/acs-templating/www/doc/guide/composite.html: * packages/acs-templating/www/doc/guide/data.html: * packages/acs-templating/www/doc/guide/document.html: * packages/acs-templating/www/doc/guide/down.gif: * packages/acs-templating/www/doc/guide/form-datatypes.html: * packages/acs-templating/www/doc/guide/form-process.html: * packages/acs-templating/www/doc/guide/form-templates.html: * packages/acs-templating/www/doc/guide/form-widgets.html: * packages/acs-templating/www/doc/guide/forms.html: * packages/acs-templating/www/doc/guide/index.html: * packages/acs-templating/www/doc/guide/master.html: * packages/acs-templating/www/doc/guide/search.html: * packages/acs-templating/www/doc/guide/skins.html: * packages/acs-templating/www/doc/guide/tcl.html: * packages/acs-templating/www/doc/guide/templates.html: * packages/acs-templating/www/doc/guide/templating.jpg: * packages/acs-templating/www/doc/guide/wizards.html: * packages/acs-templating/www/doc/index.html: * packages/acs-templating/www/doc/install.html: * packages/acs-templating/www/doc/introduction.html: * packages/acs-templating/www/doc/migration.html: * packages/acs-templating/www/doc/requirements.html: * packages/acs-templating/www/doc/tagref/formerror.html: * packages/acs-templating/www/doc/tagref/formgroup.html: * packages/acs-templating/www/doc/tagref/formtemplate.html: * packages/acs-templating/www/doc/tagref/formwidget.html: * packages/acs-templating/www/doc/tagref/grid.html: * packages/acs-templating/www/doc/tagref/group.html: * packages/acs-templating/www/doc/tagref/if.html: * packages/acs-templating/www/doc/tagref/include.html: * packages/acs-templating/www/doc/tagref/index.html: * packages/acs-templating/www/doc/tagref/list.html: * packages/acs-templating/www/doc/tagref/master.html: * packages/acs-templating/www/doc/tagref/multiple.html: * packages/acs-templating/www/doc/tagref/noparse.html: * packages/acs-templating/www/doc/tagref/property.html: * packages/acs-templating/www/doc/tagref/slave.html: * packages/acs-templating/www/doc/tagref/variable.html: * packages/acs-templating/www/doc/time1/stage00.gif: * packages/acs-templating/www/doc/time1/stage01.gif: * packages/acs-templating/www/doc/time1/stage02.gif: * packages/acs-templating/www/doc/time1/stage03.gif: * packages/acs-templating/www/doc/time1/stage04.gif: * packages/acs-templating/www/doc/time1/stage05.gif: * packages/acs-templating/www/doc/time1/stage06.gif: * packages/acs-templating/www/doc/time1/stage07.gif: * packages/acs-templating/www/doc/time1/stage08.gif: * packages/acs-templating/www/doc/time1/stage09.gif: * packages/acs-templating/www/doc/time1/stage10.gif: * packages/acs-templating/www/doc/time1/stage11.gif: * packages/acs-templating/www/doc/time1/stage12.gif: * packages/acs-templating/www/doc/time1/stage13.gif: * packages/acs-templating/www/doc/time1/stage14.gif: * packages/acs-templating/www/doc/time2/stage00.gif: * packages/acs-templating/www/doc/time2/stage01.gif: * packages/acs-templating/www/doc/time2/stage02.gif: * packages/acs-templating/www/doc/time2/stage03.gif: * packages/acs-templating/www/doc/time2/stage04.gif: * packages/acs-templating/www/doc/time2/stage05.gif: * packages/acs-templating/www/doc/time2/stage06.gif: * packages/acs-templating/www/doc/time2/stage07.gif: * packages/acs-templating/www/doc/time2/stage08.gif: * packages/acs-templating/www/doc/time2/stage09.gif: * packages/acs-templating/www/doc/time2/stage10.gif: * packages/acs-templating/www/doc/time2/stage11.gif: * packages/acs-templating/www/doc/time2/stage12.gif: * packages/acs-templating/www/doc/time2/stage13.gif: * packages/acs-templating/www/doc/time2/stage14.gif: * packages/acs-templating/www/doc/time2/stage15.gif: * packages/acs-templating/www/doc/time3/stage00.gif: * packages/acs-templating/www/doc/time3/stage01.gif: * packages/acs-templating/www/doc/time3/stage02.gif: * packages/acs-templating/www/doc/time3/stage03.gif: * packages/acs-templating/www/doc/time3/stage04.gif: * packages/acs-templating/www/doc/time3/stage05.gif: * packages/acs-templating/www/doc/time3/stage06.gif: * packages/acs-templating/www/doc/time3/stage07.gif: * packages/acs-templating/www/doc/time3/stage08.gif: * packages/acs-templating/www/doc/time3/stage09.gif: * packages/acs-templating/www/doc/time3a/stage00.gif: * packages/acs-templating/www/doc/time3a/stage01.gif: * packages/acs-templating/www/doc/time3a/stage02.gif: * packages/acs-templating/www/doc/time3a/stage03.gif: * packages/acs-templating/www/doc/time3a/stage04.gif: * packages/acs-templating/www/doc/time3a/stage05.gif: * packages/acs-templating/www/doc/time3a/stage06.gif: * packages/acs-templating/www/doc/time3a/stage07.gif: * packages/acs-templating/www/doc/time3a/stage08.gif: * packages/acs-templating/www/doc/time3a/stage09.gif: * packages/acs-templating/www/doc/timing-1.html: * packages/acs-templating/www/doc/timing-2.html: * packages/acs-templating/www/doc/timing-3.html: * packages/acs-templating/www/doc/timing.html: * packages/acs-templating/www/doc/todo.html: * packages/acs-templating/www/doc/widgets/date.html: * packages/acs-templating/www/doc/widgets/index.html: * packages/acs-templating/www/doc/widgets/input.html: * packages/acs-templating/www/doc/widgets/select.html: * packages/acs-templating/www/doc/widgets/table.html: * readme.txt: * tcl/0-acs-init.tcl: * tcl/zz-postload.tcl: * www/SYSTEM/dbtest-other.tcl: * www/SYSTEM/dbtest.tcl: * www/SYSTEM/flush-memoized-statement.tcl: * www/default-master.adp: * www/default-master.tcl: * www/index.adp: * www/index.tcl: branches: 1.1.1; Initial revision 53781 changes by 99 authors in 8534 files alexk 1 files alexs 23 files alfredw 16 files andrewg 99 files andrewp 19 files annyf 27 files arjun 51 files avni 68 files avnik 5 files bartt 51 files bdolicki 38 files ben 2434 files benb 2 files byronl 63 files carlb 39 files carolinem 1 files cesarc 1 files cesarh 11 files chak 19 files danw 858 files darior 20 files daveb 3037 files dedsc 8 files dirkg 81 files domingoa 55 files donb 8854 files eduardop 33 files elorenzo 8 files emmar 2557 files enriquec 90 files frankn 155 files gabrielb 8 files gerardom 12 files giancarlol 2 files gustafn 7285 files gyang 15 files hamiltonc 22 files hectorr 2 files hramado 1 files hughb 10 files jader 239 files janine 35 files janines 57 files jarkko 7 files jaufrecht 617 files jeffd 6069 files jiml 190 files jlaine 7 files joel 1317 files joela 6037 files jong 190 files josee 19 files juanpa 12 files juny 14 files jvdongen 11 files kapilt 3 files lars 3398 files leed 89 files lukep 4 files maltes 990 files marioa 3 files marka 17 files matk 19 files matthewg 30 files michaels 87 files miguelc 4 files miguelm 104 files mohanp 104 files ncarroll 23 files neophytosd 93 files nimam 107 files olah 84 files peterh 31 files peterm 2946 files rafael 12 files raulm 6 files rhamilton 1 files richardh 4 files rmello 260 files rob 2 files rocaelh 92 files rodrigop 1 files roelc 15 files ryang 510 files simonc 63 files skaufman 32 files stefans 3 files steffenc 2 files stevew 405 files tilmanns 108 files tils 4 files timoh 244 files torbenb 403 files tracya 56 files victorg 1397 files vinodk 713 files vivianh 75 files walterg 2 files yon 333 files