• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Don't compute deleted messages when counting translated/untranslated messages for a locale and package

When inviting users from the main site, show only the form to add a new user since searching for an existing one makes no sense.

    • -0
    • +1
    ./acs-subsite/catalog/acs-subsite.en_US.ISO-8859-1.xml
    • -0
    • +1
    ./acs-subsite/catalog/acs-subsite.es_ES.ISO-8859-1.xml
A new user would be added as administrator when he was added to the main site. Fix for this.

    • -1
    • +1
    ./acs-subsite/www/members/user-new.adp
    • -1
    • +10
    ./acs-subsite/www/members/user-new.tcl
Add semantic to the form "required" mark.

Use form buttons for bulk actions in list template (WCAG2)

    • -1
    • +1
    ./acs-templating/resources/forms/standard.adp
    • -5
    • +1
    ./acs-templating/resources/lists/table.adp
    • -0
    • +4
    ./acs-templating/www/resources/forms.css
    • -0
    • +12
    ./acs-templating/www/resources/lists.css
adding flexibility for passing 'checked' as well as 'selected' in qf_options, to be consistent with passing 'selected' as well as 'checked' in qf_input.

fixing application of attributes in qf_choice

    • -20
    • +34
    ./spreadsheet/tcl/form-procs.tcl
adding/improving proc documentation, adding qf_choice changes to qf_choices.

    • -39
    • +64
    ./spreadsheet/tcl/form-procs.tcl
fixed qf_choice; now works for radio and input list. Need to make similar fixes on qf_choices.

    • -16
    • +44
    ./spreadsheet/tcl/form-procs.tcl
more fixes for qf_choice and qf_choices

    • -23
    • +41
    ./spreadsheet/tcl/form-procs.tcl
fixes to qf_choice, qf_choices, qf_options

- disallow "/" in names to avoid confusion with foders

calendar popup fixes - date range and month combo box display quirk

calendar popup widget fixes

- add attribute order to ::xowiki::Link::css

- guard body from non-positional argument interpretation (many thanks to Franz Penz for the bug fix)

    • -2
    • +2
    ./acs-mail-lite/tcl/acs-mail-lite-procs.tcl
fixing html validation for example, ids must begin with letter.

fixing bug in logic for qf_close

adding working example for qf_* forms

    • -0
    • +14
    ./spreadsheet/www/example-form.adp
    • -0
    • +126
    ./spreadsheet/www/example-form.tcl
minor revisions

procs pass preliminary tests with these fixes and adjustments.

    • -20
    • +33
    ./spreadsheet/tcl/form-procs.tcl
more bug fixes, and reducing inconsistencies

    • -134
    • +198
    ./spreadsheet/tcl/form-procs.tcl
bug fixes to form code

    • -60
    • +198
    ./spreadsheet/tcl/form-procs.tcl
allow for the extension of an existing form with an AOM object view form

    • -2
    • +7
    ./acs-object-management/tcl/form-procs.tcl
merge new application_data_link::get_links_to proc from oacs-5-6 branch

    • -0
    • +26
    ./acs-tcl/tcl/application-data-link-procs.tcl
    • -0
    • +31
    ./acs-tcl/tcl/application-data-link-procs.xql
add application_data_links::get_links_to proc (there was only get_links_from)

    • -0
    • +26
    ./acs-tcl/tcl/application-data-link-procs.tcl
    • -0
    • +31
    ./acs-tcl/tcl/application-data-link-procs.xql
Applied patch from malte which regularizes and escapes newlines in generated

JSON strings.

- bgdelivery: added limited support for range requests (single range) as used by various HTML5 audio/video implementations

    • -6
    • +71
    ./xotcl-core/tcl/bgdelivery-procs.tcl
allowed roles field added to workflow action editor

Reverting unintentional commit

Bug fix: grant read permission on individual bug if access policy is show user bugs only.