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

Bumped release date as I'll be releasing today.

  1. … 22 more files in changeset.
Substitute acs_mail_lite::send for ns_sendmail

- Use tdom code in util_close_html_tags only when no breaks are required

- Use tdom code in util_close_html_tags only when no breaks are required

Dave's fix for this test, copied over from HEAD. Test now passes.

    • -1
    • +3
    ./tcl/test/application-data-link-procs.tcl
Use a guaranteed non-existant object_id to test data links procedure

    • -1
    • +3
    ./tcl/test/application-data-link-procs.tcl
Added documentation to some small procs I wrote while implementing package

extends.

  1. … 1 more file in changeset.
Bumped version numbers

  1. … 22 more files in changeset.
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.

Don't add empty element to the context multirow, that would output an empty LI

Moved package conversion code from acs-subsite to acs-tcl, as part of

the apm Tcl API.

  1. … 6 more files in changeset.
Package extends change.

    • -16
    • +19
    ./tcl/apm-install-procs-oracle.xql
change all core proc_doc calls to ad_proc calls

  1. … 2 more files in changeset.
print a call stack when emitting a deprecated/warn message

  1. … 1 more file in changeset.
- fix for the exponential time bug that brought down openacs.org on forum queries

remove old debug statement

OCD repair of the hard coded @cvs-id strings

specify tclwebtest dependency for tests

Fixed typo found while testing package extension stuff for oracle.

Fixed another untested "fix" (you know who you are!)

fixing case for January, and bad html which breaks rendering of January in some browsers

provide "extends" entry in version array returned by apm_get_package_repository

- 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

updating security::locations logic to match get_https_port and not show a secure location if there is none.

removing ecommerce dependency

remove deprecated calls to ad_parameter

Changed apm_load_packages to load package libraries and queries in dependency

order, rather than alphabetical order.

remove deprecated calls to ad_parameter

  1. … 3 more files in changeset.
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