• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Space the save button a bit

Truncate timestamp to the seconds

Apply the Boostrap classes also to the other buttons for consistency

Be Bootstrap5 friendly on the buttons formerly known as "default"

Fix typo

Modernize JavaScript:

- Be specific about the scope and lifetime of variables via const and let

- Always prefer "for" loops to iterators

- Cleanup obsolete wrappers

- Use single and double quotes consistently

- Use the equals operator consistently

Prefer modal implementation from acs-templating to the various approaches used so far

Add acknowledgment

Fix navigation

Provide a zero-dependency Modal implementation

This uses CSS and little JavaScript. The goal is to provide a Modal implementation that is independend from frameworks such as Boostrap. This is actually very possible in modern CSS and JavaScript.

Documentation with examples is included.

file modal.adp was initially added on branch oacs-5-10.

file modal.js was initially added on branch oacs-5-10.

file modal.css was initially added on branch oacs-5-10.

replaced complex and error-prone test with a more sane version

Actually, this test should be in acs-tcl, since all kernel behavior is already

there, and the directory "tcl" was left intentionally empty.

don't send messages to other threads during shutdown

The threads might be gone already, causing error log entries

Provide a zero-dependency Tooltip implementation

This uses CSS and little JavaScript. The goal is to provide a Tooltip implementation that is independend from frameworks such as Boostrap. This is actually very possible in modern CSS and JavaScript.

Documentation with examples is included.

file index.adp was initially added on branch oacs-5-10.

file tooltip.js was initially added on branch oacs-5-10.

file tooltip.css was initially added on branch oacs-5-10.

file tooltip.adp was initially added on branch oacs-5-10.

also added missing closing </table>

added missing closing div (many thanks to Markus Moser for the report)

fix typos

parameter AllowedTag: added <adp:toggle_button> to default value

adp:toggle_button: added "id" attribute

Fix version in package URL

Support both Bootstrap 3 "Panels" and Bootstrap 5 "Cards"

Many thanks to Monika Andergassen

Fix query names excaped during the namespace reform in 2019

    • -3
    • +3
    /openacs-4/packages/survey/tcl/survey-procs.xql
Fix wrong format in page contract

Replace deprecated api with an inlined, localized snippet

    • -1
    • +13
    /openacs-4/packages/survey/tcl/survey-procs.tcl