• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
passing properties consistently with @....;literal@

  1. … 11 more files in changeset.
Set edit_what to a valid default

Gradually improve usability and security of the calendar item new/edit form by adding additonal input validations. Prefer built-in input validation over custom validation. Also make sure all needed Javascript is in place.

Make sure the value we validate is a list

Return a 422 complaint, introduce a generic error message when an item is invalid

  1. … 2 more files in changeset.
Cleanup inconsistent doc and redundant statements

Log the error message

Return a 404 and trap the error when one supplies an invalid ID

Fix validated input format

Apply a date-aware validation

Trap the case where invalid dates are supplied to the proc

Cleanup redundant validation

Add input validation

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.
Deprecate oacs_util::vars_to_ns_set: modern ns_set idioms make this proc obsolete

  1. … 7 more files in changeset.
improve spelling

    • -5
    • +5
    ./catalog/calendar.de_DE.ISO-8859-1.xml
    • -3
    • +3
    ./catalog/calendar.en_US.ISO-8859-1.xml
  1. … 8 more files in changeset.
fix release dates in .info files

  1. … 82 more files in changeset.
release work

  1. … 204 more files in changeset.
regenerated documentation

  1. … 466 more files in changeset.
bump version numbers of 5.9|5.10 packages to 5.10.0b1

adjust dependencies

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

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

Whitespace changes

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

mark private functions as private

  1. … 9 more files in changeset.
reduce verbosity, add covered calls in test cases

Fix extra braces

Add 'calendar_basic_api' test case, covering 'calendar::new', 'calendar::delete', 'calendar::rename' and 'calendar::name'