• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Internationalized spellcheck label

    • -0
    • +1
    ./catalog/acs-templating.en_US.ISO-8859-1.xml
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

Fixed message key with missing ", and added list-builder message key

    • -1
    • +2
    ./catalog/acs-templating.en_US.ISO-8859-1.xml
Someone changed 'checked' to 'checked="checked"' on elements, which broke the display-mode of radioboxes and checkboxes. Fixed.

removed empty msg keys

    • -3
    • +0
    ./catalog/acs-templating.en_US.ISO-8859-1.xml
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
    ./tcl/0-acs-templating-procs.tcl
    • -0
    • +113
    ./tcl/acs-templating-init.tcl
  1. … 11 more files in changeset.
Message catalog for acs-templating

    • -0
    • +20
    ./catalog/acs-templating.en_US.ISO-8859-1.xml
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 ...

Removed unnecessary tables in standard form template

Adding a note that you can refer to the formerror message within the tag, thanks to Lars clarification (#385).

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

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