• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- prefer ns_quotehtml over ad_quotehtml

  1. … 36 more files in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 754 more files in changeset.
- template::resource_path: new function to generalize access to

acs-templating's resource files

- add resource_dir (db) / ResourceDir (package parameter of subsite)

to allow for usage of them specific (adp) resources while preserving

existing semantics

  1. … 14 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- fix for bug #3216 (xss vulnerbility found by AppScan)

- improve indenting

  1. … 1 more file in changeset.
- use $::acs::rootdir rather than [acs_root_dir] or [get_server_root]

  1. … 14 more files in changeset.
- use "![info exists]" instead of "template::util::is_nil" on scalars

  1. … 6 more files in changeset.
- remove braces

- normalize string expressions

- reduce number of remaining "string equal" operations

  1. … 4 more files in changeset.
- avoid setting one-use variables for frequently called code

- fold multiple upvars to a single one

- make indentation more regular

- fix one case of double dollar

- normalize string expressions

  1. … 12 more files in changeset.
- replace "eval" by expand operator

  1. … 11 more files in changeset.
- mark template::util::quote_html as deprecated as argued in bug #2736 and replace it by ad_quotehtml

  1. … 2 more files in changeset.
- added victor's patch to omit deprecated messages of "ns_info tcllib". Background: naviserver supports multiple (virtual) servers, which might have different tcllibs. Therefore, the preferred command to query this was moved to "ns_server ?-server s? tcllib" and "ns_info tcllib" was deprecated. From the OpenACS point of view, one wants to locate the actual library. Since the variable does not change, it is fine to store it in a per-thread variable which can be efficiently accessed.

  1. … 21 more files in changeset.
Merged oacs-5-6 to HEAD. HEAD now installs and passes all core tests. There

may still be some lingering problems due to my screwing up the oacs-5-6

branch earlier, I'll be looking into this later.

  1. … 214 more files in changeset.
Add form::get_properties

Add form::get_properties

Add a specific class to format form legend text.

  1. … 1 more file in changeset.
Use default style for form section and bold one for the legend text when it's not a fieldset around checkbox or radio buttons.

Merged from 5.4.2

  1. … 283 more files in changeset.
Put "<div>" around hidden elements put out by the formtemplate tag when a custom

template layout rather than a style template is used and that custom template

layout doesn't put out the hidden elements manually.

provide IDs for forms

provide IDs for forms

HTML 4.01 Strict cleanup

  1. … 27 more files in changeset.
use tcl 8.4 style comparisons and braced exprs

  1. … 3 more files in changeset.
Merged 5.3 to HEAD

  1. … 60 more files in changeset.
Fixed a couple of issues with date and spellchecking as they were fixed by Quest

  1. … 6 more files in changeset.
Added support for templates being located *outside* acs-templating/resources

  1. … 2 more files in changeset.
Zen: set a default class for fieldset. Customized styles for fieldset and legend tags now will be correctly applied.

  1. … 2 more files in changeset.