• last updated 9 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
I need to ad_quotehtml the value of the *.merge_text hidden var or the text is cut off at the first double quote.

updating spell checker test to reflect that text input fields are spellcheck disabled by default

Changed message key encoding to not confuse eval or subst

  1. … 1 more file in changeset.
Changed the default for param SpellcheckFormWidgets to "textarea 0 richtext 0", like Peter M and Tils (and I) suggested.

Added some automated test cases to help test the spell-checker.

    • -0
    • +199
    ./tcl/test/spell-checker-procs.tcl
Added support for spell-checking to the form bulider and ad_form.

    • -0
    • +372
    ./tcl/spellcheck-procs.tcl
  1. … 2 more files in changeset.
Fixing a problem that was introduced in 1.20 - template::widget::numericRange failed when value is empty.

added documentation for wizards

    • -0
    • +199
    ./www/doc/guide/wizard-procs-doc.html
modified the wizard to be nlevel deep. also added more doc. wizard is also modified by Brad Duell

Translator mode integrated into the templating system

Fix bug #768, patch #296

String trim label for null_label

- Fixed bug where it tried to sum columns with a count aggregate -- only sum if sum or average

- Export empty filter vars, anyway, to allow for null filters.

Changed list builder so it can now work with filter values which is the empty string, and provide a special label and where clause for such null values. Used in bug-tracker's patch list (and soon also in bug-tracker)

Added separate forms stylesheet

    • -0
    • +45
    ./www/resources/forms.css
Trying -deprecated -warn instead of -default on ad_template_return ... must have been a little tired last night after all

Added new style

Fixed bug #828: Typo

Adding ad_parse_template to make it easier to parse templates to a string

The buttons-fix had no datatype, causing it to default to integer, which caused annoying messages in the error log

Added documentation for form get_values and set_values

Fixed bug #677: noquote label in form templates

Fixed bug #691: Allow empty default value on template::get_attribute

Adding a new widget named party_search that searches in persons, groups and relsegs and offers to select one from the results.

    • -0
    • +31
    ./tcl/widget-procs-oracle.xql
    • -0
    • +31
    ./tcl/widget-procs-postgresql.xql
Applied patch #162: fixed display of pretty date, fixed default value for minutes/seconds

Applied patch #164: naturalnum support for form template

Rolling back patch #239, because #238 didn't work

Renamed standard-lars to standard, and standard to blue

    • -0
    • +98
    ./resources/forms/blue.adp
    • -133
    • +0
    ./resources/forms/standard-lars.adp
    • -77
    • +112
    ./resources/forms/standard.adp
    • -0
    • +57
    ./tcl/apm-callback-procs.tcl
Applied patch #231 - get rid of buttons multirow, and replace with submit form elements

    • -15
    • +4
    ./resources/forms/standard-lars.adp
Noquote bug