• last updated 17 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed bug #801: Buttons multirow not available inside formtemplate so edit/display modes don't work

making party_search widget queries do a lower() on the search_string

I broke a test case when I changed the way spellcheck_properties works ...

    • -22
    • +16
    ./tcl/test/spell-checker-procs.tcl
Removed comment lines I'd forgotten to remove ...

Made the code work with "sub-elements"; *.spellcheck, *.format, etc.

    • -2
    • +12
    ./resources/forms/confirm-button.tcl
Cleaned up the spell-checker a bit.

disabling the cache patch of Brad for the meantime, there seems to be some problem. bug fix on multilevel wizard not functioning

wrapping aspell code in catch so that startup doesn't fail if an error is thrown

I rewrote the check for aspell or ispell so it actually works.

1) Replaced the spell-check radio buttons with a pull-down menu of available dictionaries.

2) Added a SpellcheckDialectsP param to let the SWA choose between just 'en' and 'fr', as opposed to 'en_CA', 'en_GB', 'en_US', 'fr_CA' and 'fr_FR' ... for instance. (It is read from spellcheck-init.tcl so it demands a server restart.)

3) The init script auto-detects all of this according to the brand of the spell-check binary, its presence, etc.

4) There is currently support for: aspell, ispell or no spell-checking.

add a space

1) Added auto-detection of the spell-checker binary on startup. Lars Pind bug 886 . Til suggested it the first time around (Thanks).

2) Optimized the code some.

3) Removed the SpellcheckerPath param and added explaining text to the other param.

    • -0
    • +20
    ./tcl/spellcheck-init.tcl
Fixed bug #860: * required mark on forms

Bug #801 - made display / edit mode buttons available in a form_buttons(label, name) multirow.

adds a multirow pop command Patch 282 Jerry Asher

adds a multirow pop command Patch 282 Jerry Asher

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)