• last updated 3 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed typo

- replace onchange handlers in admin pages and manage membership pages by event listeners

- get rid of MISSING FORMWIDGET messages

    • -6
    • +7
    /openacs-4/packages/dotlrn/www/admin/term.tcl
- replace onChange handlers in forms of evaluation package by event listeners

- improve HTML quoting

- replace onchange handler in installer by event listeners (just for the sake of completeness)

- replace onchange handlers in apm admin pages by event listeners

- replace onchange handlers in widget code by event listeners

- prefer subst over double quotes to reduce quoring hell

    • -6
    • +16
    /openacs-4/packages/acs-tcl/tcl/widgets-procs.tcl
- remove dead code: form n_past_days_form is nowhere used, probably some legacy

- update documentation

file listtemplate.adp was initially added on branch oacs-5-9.

- add list template to documentation

file listtemplate.html was initially added on branch oacs-5-9.

- replace onchange handlers in remaining templates by event listeners

- white space changes

- automatically convert on* event registrations passed to formtemplate into event listener

- adapt package name, propagate latest changes from .html to .adp files

  1. … 67 more files in changeset.
- fix line breaks

Dont mark log entries green (like "passed")

- no need to set page_size_variable_p

- modernize threads-chunk adp include: use include_contract

- fix bug: pass page_size to include

fixes for list-widget:

- fix html, when "page_size_variable_p" is set (must have been broken

since ages)

- replace onchange handlers in table and table-2third templates by event listeners

- replace onchange handlers in .adp files by event listeners

- replace all onfocus/onblur pairs by "placeholder"attribute in .adp files

    • -1
    • +1
    /openacs-4/packages/dotlrn/www/admin/term.adp
- replace "onclick" handler in .adp files by event listener

- replace "onclick" handler in .adp file by event listener

- more syntactic cleanup

- replace "onclick" handler in .adp file by event listener

file view-print-display.tcl was initially added on branch oacs-5-9.

    • -0
    • +0
    /openacs-4/packages/calendar/www/view-print-display.tcl
- quote HTML attributes

- white space changes

- replace "onclick" handler in .adp file by event listener

- fix code that can't work (probably, this include is not in use)