• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.

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>!

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>!

Merging changes from oacs-4-6

- 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.

Fixed bug #11: Post new message link (merged over from HEAD)

    • -6
    • +6
    /openacs-4/packages/forums/www/message-view.adp
    • -1
    • +11
    /openacs-4/packages/forums/www/message-view.tcl
Fixed bug #11: Post new message link

    • -2
    • +5
    /openacs-4/packages/forums/www/message-view.adp
    • -1
    • +11
    /openacs-4/packages/forums/www/message-view.tcl
Make current choice be in bold

Removed extra 'for' on the notification chunk line. Not sure how it got there

Change merged in from OpenACS HEAD: Make the Post New Message link appear when people aren't logged in

Change merged in from HEAD: Make the Post New Message link appear when people aren't logged in

Make the Post New Message link appear when people aren't logged in

file etp-sc-procs-postgresql.xql was initially added on branch oacs-4-6.

file etp-sc-procs.xql was initially added on branch oacs-4-6.

file etp-sc-procs.tcl was initially added on branch oacs-4-6.

file upgrade-1.1d-1.2b.sql was initially added on branch oacs-4-6.

file edit-this-page-sc-create.sql was initially added on branch oacs-4-6.

Update to 1.2b. This adds search service contracts for all etp managed

types through a system that automatically registers the service

contract implementation for each type. It also fixes the content type so

that it is set correctly. New cotnent types should subtype etp_page_revision.

An upgrade script from almost 2 years ago is patched. yay. closes bug 180

removing duped upgrade scripts closes bug 179

removing duped upgrade scripts closes bug 179

Fixed caching of ad_acs_kernel_id, which didn't work properly

adding missing date localizations of the fi_FI locale, provided by Jarkko Laine

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

removing old tests of ad_page_contract that are not used anymore. Toomuch work to move them to the current acs-automated-testing framework

adds util_list_of_ns_sets_to_list_of_lists patch 15 Ola Hansson

fixes html quoting for slide edit patch 57 Martin Magerl

adds template::data::validate::email patch 496 Deds Castillo

- Fixed typo in openfts install

- changing to composite PK made PK too long. fixes bug 178