• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Update comment

Navigation context bar Internationalization

    • -0
    • +1
    ./catalog/acs-tcl.en_US.ISO-8859-1.xml
Exposed parameter inheritance for use by the interactive APM package builder.

    • -13
    • +13
    ./tcl/apm-install-procs-oracle.xql
    • -13
    • +13
    ./tcl/apm-install-procs-postgresql.xql
TIP #138 - Add relation_tag to acs_data_links

    • -26
    • +76
    ./tcl/application-data-link-procs.tcl
    • -6
    • +23
    ./tcl/application-data-link-procs.xql
    • -0
    • +149
    ./tcl/test/application-data-link-procs.tcl
  1. … 5 more files in changeset.
Fix Torben blunder.

adding site_node::conn_url which adjusts ns_conn url output depending on if connection is via main domain or a site host_node.

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.

minor comment improvements for easier debugging, now external_url_p checks against encoded urls as well.

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.

Added a missing subst in ad_set_form_values

Somehow managed to forget committing the version bump to 5.5.1 to CVS

  1. … 22 more files in changeset.
Fixed a bug in my new simplifed bio code, uncovered by automated testing

(how timely given my earlier e-mail today!)

Merged 5.5.1 to HEAD

  1. … 181 more files in changeset.
Bumped version number to 5.5.1b1 in preparation for release.

  1. … 22 more files in changeset.
Fix redirect when ForceHostP is true. Fix redirect to/from HTTP/HTTPS where full URLs are used.

Fix call to is_content_type, parameter was fixed to be object_type to match oracle pl/sql

Bumped version to 5.5.1d1

  1. … 22 more files in changeset.
Non-info file merge results, with conflicts fixed

  1. … 726 more files in changeset.
Non-info file merge results, with conflicts resolved.

  1. … 201 more files in changeset.
Merged info files from 5.5.0

  1. … 22 more files in changeset.
Bumped info files in preparation for final release.

  1. … 22 more files in changeset.
Bumped version number and release date in anticipation of releasing beta1

after tomorrow's OCT meeting.

  1. … 22 more files in changeset.
Xpath query is not being interpreted as it supposed to ( maybe it is a tdom bug ).

Xpath query is not being interpreted as it supposed to ( maybe it is a tdom bug ).

Missed a detail when moving bio back to person.

    • -3
    • +3
    ./tcl/test/community-core-test-procs.tcl
  1. … 2 more files in changeset.
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.

    • -5
    • +5
    ./tcl/test/community-core-test-procs.tcl
  1. … 6 more files in changeset.
Moved "bio" from person/generic storage to user/type-specific storage as TIP'd

(PG only, Oracle to follow soon).

    • -9
    • +5
    ./tcl/test/community-core-test-procs.tcl
  1. … 4 more files in changeset.
Bumped HEAD to 5.6.0d1.

  1. … 22 more files in changeset.
Fixed tests to match the tDOM-based tag closing code.

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.