• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Typo

removing ns_log LARS: debug printouts. Retaining those in the APM dependency check on debug level

  1. … 2 more files in changeset.
I18n of list-builder ('no data')

Fixed bad list in acs-templating-init, where the word 'repeat' had been dropped from the wizard section

Someone changed 'checked' to 'checked="checked"' on elements, which broke the display-mode of radioboxes and checkboxes. Fixed.

Started I18N work (Together with Lars)

Added namespace eval $namespace calls to each file in the tcl dir.

Rooted out some hardcoded text, replaced it with respective calls to

the i18n text catalog text function.

Shuffled around proc creation and calling, so that everything works properly.

    • -0
    • +68
    ./0-acs-templating-procs.tcl
    • -0
    • +113
    ./acs-templating-init.tcl
  1. … 11 more files in changeset.
no attribute minimization for xhtml so checked="checked"

make numericrange work with ad_form, fix a bug in the rounding of value to interval for numericRange

Added URL to the aspell project at SF in the ns_log statement.

standardized list choices

Changed "ns_log Error" to "ns_log Notice" when "exec aspell dump dicts" is caught. Normally it's due to an old version of aspell and spell-checking will continue to work, but with one dictionary only ...

Fixed bug #939 reported by Lars Pind. Only display the spellcheck sub-widget in edit mode.

Fixing an error in the join clause of the party_search widget which resulted in returning way too many, and redundant matches.

get rid of the annoying and potentially incorrect leading space when returning parsed templates.

new-portals was removed from HTML default adp variable quoting. This was a temporary measure. Removing

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 ...

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.

  1. … 1 more file in changeset.
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
    ./spellcheck-init.tcl
  1. … 1 more file in changeset.
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