• last updated 1 hour ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

- add "title" to HTML

- use entities for single quotes in HTML text

  1. … 13 more files in changeset.
- modernize HTML

  1. … 204 more files in changeset.
- updated version numbers, regenerated documentation

  1. … 298 more files in changeset.
- add editor hints to .vuh files

  1. … 30 more files in changeset.
- add validator for valid_period_days once more

- fix syntax in conditional page contract