• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
support a display_widget attribute for the category widget so we can show checkboxes for category selection

  1. … 1 more file in changeset.
make 4 space

Switch to RTE for richtext html editor.

  1. … 4 more files in changeset.
add proc doc to a bunch of procs, declare some things with explicit namespaces rather than in namespace eval, make some public things private

  1. … 25 more files in changeset.
commit to HEAD of merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20050111 and jcd-merge-5-1-20050224

  1. … 321 more files in changeset.
Apply a patch 602 (slightly modified) to make party_search be optional when

it is declared to be optional. Fixes bug 2122.

empty_string_p fixes for head

  1. … 4 more files in changeset.
fix the very common error of calling empty_string_p with var instead of $var

  1. … 5 more files in changeset.
Added template::widget::block for the new survey system.

Implementing display-mode radio/checkboxes using the 'disabled' HTML attribute instead of GIFs.

Replaced another 'Yes, please' with a 'Yes'

  1. … 1 more file in changeset.
Internationalized spellcheck label

  1. … 1 more file in changeset.
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.

  1. … 25 more files in changeset.
Fixed bug #939 reported by Lars Pind. Only display the spellcheck sub-widget in edit mode.

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.
Adding a new widget named party_search that searches in persons, groups and relsegs and offers to select one from the results.

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

  1. … 1 more file in changeset.
Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 816 more files in changeset.
- Added @see line for template::util::richtext.

What I'm wondering is why did Lars put it in template::util::richtext

instead of template::widget::richtext, and if it doesn't show up

in template::widget, how does it find it?

Another chapter of "OpenACS Secrets Revealed".

Yon added an 'attachment' widget to use for uploading a number of files to a form

search widget: Check to make sure element(options) is set before unsetting it. Otherwise it would cause an error.

widget::input proc had missing close brace after merge. Using the 4.6 version of the proc verbatim as no additions on head could be found

merge of 4.6.3b1 to HEAD

  1. … 107 more files in changeset.
Added comment about what happens in the widget::input display mode

adds signed hidden vars. dont emit value on option list if value and label match

  1. … 3 more files in changeset.
Removed the search query name stuff. It didn't work, because it would get resolved in the wrong namespace

Added 'maxlength' feature on form elements, which works correctly for multibyte characters

  1. … 3 more files in changeset.