• last updated 38 mins 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.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- change spelling of TCL to Tcl

- change requirements to Tcl 8.5

  1. … 64 more files in changeset.
- remove needless quotes from numeric comparisons

- use tcl 8.5 expand operator instead of "eval"

- simplify regular expression handling

- replace "foreach ... break" idiom by "lassign"

- normalize string expressions

- reduce number of remaining "string equal" operations

  1. … 4 more files in changeset.
- normalize string expressions

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

  1. … 11 more files in changeset.
- fix bug #3179

In display mode, minute and second fragments should be the same size as the hidden widget value (usually 2).

Had to add the bleeping time_of_day acs datatype to the templating code.

Added a couple of template validation procedures ("added a couple of

templating system datatypes") to bring the kernel and templating system's

view of datatypes closer together. Added to_sql/from_sql helpers to move

that functionality from ad_form into the templating system.

  1. … 2 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.
Added sql_timestamp as an alias for sql_date (no code)

Merged 5.5.1 to HEAD

  1. … 181 more files in changeset.
Localized default format for date widget

1. Don't output the close tag for LABEL when the opening one has not been generated

2. Remove the use of tables to layout the date widget

  1. … 1 more file in changeset.
Remove the use of table to layout the date widget. Was causing forms that use it not to validate HTML strict.

HTML strict cleanup: removed trailing slash of HR and BR tags

  1. … 25 more files in changeset.
HTML strict (nowrap attribute not allowed)

use tcl 8.4 comparison operators and braced exprs for byte code compilation

  1. … 2 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.
Merged the 5.3 branch with HEAD. Look for tags with the pattern

drb-*-20070513

  1. … 324 more files in changeset.
Zen: removing trailing input tag / to pass html transitional

  1. … 8 more files in changeset.
Zen: Adding a small center css class for the tfoot row

Zen: switching tbody and tfoot

Project Zen: zenifying date widget

Zen project: Add ID attribute to date and select widgets

  1. … 1 more file in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.