• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix typos

  1. … 2 more files in changeset.
use ad_try in compiled code

break overlong lines

provide version of template::util::read_file, which makes sure, that the file is always closed

Break overlong lines

White space cleanup: strip trailing spaces

- provide propert SQL query name

- replace "catch" by "ad_try"

Whitespace changes

add support for editors requiring a different HTML tag for richtext (e.g. div)

bump version number to 5.10.0d2

  1. … 1 more file in changeset.
Fix typo

Improve warning message to provide more precise context

Bug fix: avoid confusion between command argument and option, when argument starts with "-"

  1. … 68 more files in changeset.
normalize boolean expressions in ADP files

  1. … 14 more files in changeset.
Add warning, when undocumented shortcut is used

merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7820 more files in changeset.
Standardize spellings of names

  1. … 6 more files in changeset.
strengthen regepx for message keys (require a single dot)

Standardize spelling of names of products (Tcl, AOLserver, PostgreSQL, NaviServer)

  1. … 34 more files in changeset.
Fix spelling errors

  1. … 33 more files in changeset.
Use template::themed_template as well for .adp file served for the files in the www directory handled directly via the request processor

Improve robustness of "file delete" operations

  1. … 19 more files in changeset.
- replace template::util::leadingTrim by util::trim_leading_zeros

- mark template::util::leadingTrim as depreacted

- bump version number to 5.9.1d9

  1. … 1 more file in changeset.
Allow to identify and set handlers also on form fields by form id and field name (confirm and generic ones).

This could be desirable in pages with multiple ad_forms having fields with the same name (and thus no unique id), or other hand made forms not having id field at all.

Update documentation so best practice is suggested

Some more Tcl cleanup

- use curly brackes to enable byte code compilation

- don't use "[expr ...]" when not needed

- prefer "incr i -1" over "set i [expr {$i - 1}] "

  1. … 11 more files in changeset.
- improve documentation

- add log entry, when listener is automatically registered

- white space changes

- automatically convert on* event registrations passed to formtemplate into event listener

- improve comments