• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
address global variable __csrf_token directly

  1. … 1 more file in changeset.
Replace single quotes wuith double quotes in javascript expressions involving acs_ListBulkActionClick

this is really needed only for the URL part, but was done on the name as well for consistency. The reason

is even a properly encoded URL could still contain single quotes, therefore breaking the expression,

while double quotes are expected to be encoded in valid, urlencoded URLs. This relies on trusting the developer

to properly encode URLs, which should be expected. An alternative could involve active escaping of

javascript special characters by e.g. ad_js_escape.

  1. … 6 more files in changeset.
Use person api, which is properly cached and now won't fail anymore with non-existing users, but will just return an empty string

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.
improve spelling

  1. … 7 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
prefer XOTcl2 idioms

  1. … 7 more files in changeset.
Add ad_script_abort (thanks to Felix Moedritscher)

  1. … 1 more file in changeset.
Add custom delimiter to csv (Thanks to Monika Andergassen)

Reduce numbber of "catch" operations

  1. … 8 more files in changeset.
Fix typos

  1. … 24 more files in changeset.
prefer XOTcl2 idioms

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

  1. … 7834 more files in changeset.
- improve validity of HTML

- improve validity and safety of HTML

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

  1. … 2547 more files in changeset.
- use more tcl 8.5 idioms

  1. … 6 more files in changeset.
Minor 18n improvements.

  1. … 2 more files in changeset.
- add general backslash escape function ::xo::backslash_escape

- make sure to quote content disposition properly

- bump version number to 0.124

  1. … 2 more files in changeset.
- provide simple approach to hide columns in a table widget

  1. … 1 more file in changeset.
- make sure to use uplevel with just one argument

  1. … 1 more file in changeset.
- avoid attempts to resolve "self" from tcl function frames (as suggested by Stefan)

  1. … 4 more files in changeset.
- add table field trype HiddenField

- collect scripted statements at end of the header

- use ::xo::library in 30-widget procs to make it more conveniant to subclass ::xo::Table

- provide minimal xotcl2 compatibility

  1. … 5 more files in changeset.
- bgdelivery: added a pseudo streaming spooler for h264

  1. … 1 more file in changeset.
- allow richtext property for arbitrary table fields

- fix wrong variable name (many thinks to michael aram for noticing)

- catch errors in "ns_conn query"