• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
improve tailorability by separating name of event and time span

Fix typos

  1. … 26 more files in changeset.
whitespace cleanup

Use ad_include_contract instead of implicit variable guessing

add return_url to to add_url on view-one-day-display

add ad_script_abort after ad_returnredirect to make termination intent explicit

  1. … 5 more files in changeset.
Make so that these clauses are really clauses and not time intervals, as downstream code will be hacky otherwise

Reduce divergencies between oracle and postgres codebase

Tolerate the same request variable specified multiple times

We use export_vars as arbiter to decide how this will be treated.

Also remove some postgres/oracle divergence

merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7820 more files in changeset.
regenerated ducumentation

  1. … 250 more files in changeset.
Standardize spellings of names

  1. … 11 more files in changeset.
Fix typo in html attributes definition (this enables proper styling and input checks).

Put formwidget directly into markup, otherwise the templating system complains about missing id for the submit widget.

Don't show time interval when choosing recurrence in case of all day events

Fixed date format validate expression

Fix spelling errors

  1. … 14 more files in changeset.
- restrict input formats for date, such that underlying SQL functions are not overstressed.

- Don't prevent default on event handler for day cell, so clicking on existing event works

- Fix text for event existance so events are shown

trim-zeros reform (part 3):

- don't depend on private function of some other package

- replace dt_trim_leading_zeros by util::trim_leading_zeros

- bump version number to 2.6.1d5

  1. … 1 more file in changeset.
Remove unneeded parens

- Use "eq" as comparison operator for strings

- don't perform manual html escaping, since proper quoting is done on the resulting URL

- make boolean tests in .adp files more uniform

  1. … 6 more files in changeset.
Fix event name

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

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

    • -0
    • +0
    ./view-print-display.tcl
- fix broken link

- remove onclick inline script

- use template::add_event_listener

- update dependencies

- bump version number to 2.6.1d4

  1. … 1 more file in changeset.
- replace onclick/onkeypress handler with listeners

- make expressions more sane

- remove javascript: urls

- replace onclick/onkeypress handler with listeners