• last updated 12 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Don't pass around variables that are not meant to be changed by the UI as hidden fields

Allow the maximum size permitted by the datamodel in the UI, but then validate it before saving

Streamline ns_set idiom

  1. … 3 more files in changeset.
regenerated documentation

  1. … 466 more files in changeset.
make template::adp_puts private again. removed some of the weirdness in calendar attachments

  1. … 2 more files in changeset.
Use the new 'url' input type widget. Bump version number for dependency

  1. … 1 more file in changeset.
Whitespace changes

    • -21
    • +12
    ./cal-item-create-recurrence.tcl
Use the new ad_form 'number' input field. Bump version number for dependency.

  1. … 1 more file in changeset.
improve spelling: move closer to the linux documentation recommendations

  1. … 8 more files in changeset.
added editor hints and white-space cleanup

  1. … 23 more files in changeset.
Replace deprecated idiom

Adapt clock format for the now stricter 'lc_time_fmt'

improve spelling

  1. … 9 more files in changeset.
Fix typo

Fix typos

improve spelling

fix placement of <h1>: when placed inside the form, the form editing causes heading to be displayed right of everything

improve indentation of adp-file.

bugfix: propagate event on radio button via "-preventdefault=false", otherwise switching between all-day and hour event does not work

improve input checking on dates (cal-item-new) and improve error messages

  1. … 1 more file in changeset.
fix broken link

Remove obsolete xql files

improve spelling

  1. … 21 more files in changeset.
Replace ad_decode idioms

  1. … 2 more files in changeset.
fix overquoting in notification-widget

  1. … 6 more files in changeset.
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @parameter -> @param

- @params -> @param

- Add missing @param

- @cvs -> @cvs-id

- @version -> @cvs-id

  1. … 12 more files in changeset.
Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- Add mising @param

- Add missing @author

- @creation_date -> @creation-date

- @creation-user -> @author

- Fix typos

  1. … 8 more files in changeset.
Fix typo

Fix typo

Brace and rework expressions + Whitespace changes

  1. … 4 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.