• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

corrected content_get.get_lob_data to search_content_get.get_lob_dat bug 183/patch 60 Mark Aufflick

    • -1
    • +1
    ./packages/search/tcl/search-procs.xql
adds a presentation master for serving presentaions which does not use the sitewide master bug 175/patch 59 Jascha Zapp

    • -1
    • +1
    ./packages/wp-slim/www/serve-presentation.adp
    • -1
    • +3
    ./packages/wp-slim/www/serve-slide.adp
file wp-presentation-master.adp was initially added on branch oacs-4-6.

    • -0
    • +0
    ./packages/wp-slim/www/wp-presentation-master.adp
file wp-presentation-master.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./packages/wp-slim/www/wp-presentation-master.tcl
improved message on pg driver missing ns_pg_bind (mentions ACS=1 as well as too old)

adding code to read/write the auto-mount tag from/to the package info file

    • -2
    • +5
    ./packages/acs-tcl/tcl/apm-xml-procs.tcl
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.

    • -31
    • +37
    ./packages/acs-kernel/acs-kernel.info
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>!

    • -4
    • +7
    ./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>!

    • -4
    • +7
    ./packages/acs-tcl/tcl/text-html-procs.tcl
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)

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

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

    • -3
    • +3
    ./packages/forums/tcl/messages-procs.tcl
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.

    • -0
    • +0
    ./packages/edit-this-page/tcl/etp-sc-procs.xql
file etp-sc-procs.tcl was initially added on branch oacs-4-6.

    • -0
    • +0
    ./packages/edit-this-page/tcl/etp-sc-procs.tcl
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.

    • -3
    • +3
    ./packages/edit-this-page/tcl/etp-init.tcl
    • -3
    • +11
    ./packages/edit-this-page/tcl/etp-procs.tcl
    • -0
    • +109
    ./packages/edit-this-page/tcl/etp-sc-procs.tcl
    • -0
    • +43
    ./packages/edit-this-page/tcl/etp-sc-procs.xql
    • -2
    • +2
    ./packages/edit-this-page/www/index.vuh
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

    • -2
    • +2
    ./packages/acs-admin/www/apm/package-add-2.tcl
    • -2
    • +11
    ./packages/acs-admin/www/apm/version-edit-2.tcl
    • -1
    • +5
    ./packages/acs-tcl/tcl/apm-install-procs.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