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

  1. … 1 more file in changeset.
- normalize string expressions

- improve portability for tcl 8.5 and naviserver

- 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

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)

  1. … 17 more files in changeset.
HTML strict cleanup

  1. … 1 more file in changeset.
Realeasing the handler in case we got it.

Added rp_form_update, like rp_form_put but calls ns_set update instead of

ns_set put.

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

adding util_current_location_node_id, adding feature to ad_context_bar_multirow to automatically adapt when serving host_node_mapped urls

Fixed bug (missing ";" before "end")

Fixed the copying of inherited and descendent parameters for extending or

embedding packages.

Added a simple utility to transform a pretty name into a path snippet.

Update comment

Navigation context bar Internationalization

  1. … 1 more file in changeset.
Exposed parameter inheritance for use by the interactive APM package builder.

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

    • -26
    • +76
    ./application-data-link-procs.tcl
    • -0
    • +149
    ./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.

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

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

Non-info file merge results, with conflicts fixed

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

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