• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
merge from oacs-5-10

  1. … 8098 more files in changeset.
passing properties consistently with @....;literal@

  1. … 41 more files in changeset.
use bind variables instead of tcl variable substition in xql fullqueries

  1. … 16 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.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
Fix typo

Reduce divergencies between oracle and postgres codebase

  1. … 3 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7822 more files in changeset.
Remove incompatible idiom from oracle's sql (as pointed out by regression tests)

  1. … 1 more file in changeset.
- tighten page contracts

  1. … 9 more files in changeset.
- make boolean tests in .adp files more uniform

  1. … 16 more files in changeset.
- replace onChange handlers in forms of evaluation package by event listeners

  1. … 2 more files in changeset.
- modernize HTML (prefer "semantic" attributes)

- quote HTML attributes

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

  1. … 30 more files in changeset.
- bump version number to 2.9.1d2

- improve security of page_contracts

  1. … 16 more files in changeset.
- add editor hints to keep spaces/tabs in the future more consistent

  1. … 343 more files in changeset.
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 122 more files in changeset.
- fix and standardize quoting in template properties

  1. … 338 more files in changeset.
- quote HTML attribute values

- use & in hrefs

  1. … 12 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2543 more files in changeset.
- fix ambiguous markup in adp pages due to missing quoting

  1. … 4 more files in changeset.
- improve page contracts (use right type for IDs)

  1. … 40 more files in changeset.
- modernize Tcl (use byte-compiled comparisons, don't use numeric comparisons for string expressions, brace expressions)

  1. … 31 more files in changeset.
HTML Strict cleanup. Replaced stylesheet decs by calls to template::head, relative paths in include src attribute by absolute ones.

  1. … 17 more files in changeset.
Merged oacs-5-3 branch to HEAD

  1. … 186 more files in changeset.
Remove obsolete wrap attribute (textarea)

  1. … 31 more files in changeset.
First shot at merging oacs-5-2 apps used in .LRN to HEAD.

  1. … 2464 more files in changeset.
removing wrong rdbms in the xql files

  1. … 5 more files in changeset.
adding the option to change the assignment type for any assignment

fixing bug when attaching urls to the assignments

fixing problem with the dates

adding missing query

  1. … 3 more files in changeset.
file task-view.xql was initially added on branch oacs-5-2.