• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Clarifying api-documentation.

Make set_ and get_property emit an error instead of silently failing when specifying a non-existing property name. Some api-documentation.

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.

  1. … 25 more files in changeset.
Cleaned up the spell-checker a bit.

  1. … 3 more files in changeset.
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. … 5 more files in changeset.
Added support for spell-checking to the form bulider and ad_form.

  1. … 6 more files in changeset.
Applied patch #251

  1. … 1 more file in changeset.
avoid error from richtext::get_property proc when contents is empty

Fixed missing HTML quoting of display value for richtexts bug

Added two missing hidden vars in display mode.\nFixed a little syntax error that was already fixed on the oacs-4-6 branch.

syntax error in display mode for richtext bug 445 patch 155 Ola Hansson

The error message from ad_html_security_check wasn't HTML quoted like it should be.

  1. … 1 more file in changeset.
Added error when you try to set or get an invalid property.

Migrated over changes to move some GIF resources into a common subdirectory

in the subsite package, so anyone who can read the main site can read

the images (previously you had to grant read privs to "/doc" explicitly

to get the graphics stored by acs-datetime to show up.

  1. … 38 more files in changeset.
1. created /acs-subsite/www/shared/images for images that need to be

readable by all who can read the main subsite

2. changed existing references to /acs-subsite/www/shared/*.gif

3. made acs-datetime use these instead of /doc/acs-datetime/pics so

it is no longer necessary to grant broad read privs to the /doc

package in order to see calendar left/right arrow widgets etc

  1. … 27 more files in changeset.
Upgrade to 4.6.2: Form builder extensions, richtext widget, etc.

  1. … 19 more files in changeset.
Removed the underline button, and made it return an empty value when contents is unset, so that 'required' fires (thanks to Ola).

Fixed typo with $ instead of # in comment

Made richtext buttons not participate in tab order

Added richtext widget and datatype, as mentioned on the bboard thread about rich input

    • -0
    • +191
    ./richtext-procs.tcl
  1. … 1 more file in changeset.