• last updated 5 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
change queries on site-node tree from tree_sortkey to recursive queries

  1. … 4 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. … 71 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Fix "new application" button, so we can put app into folders

- renamve template::add_acs_confirm_handler into template::add_confirm_handler

  1. … 9 more files in changeset.
- use confirm handler instead of "onclick=..." in all packages in oacs-5-9

  1. … 15 more files in changeset.
- get rid of javascript: links

  1. … 4 more files in changeset.
- keep question mark for expand urls

  1. … 1 more file in changeset.
- modernize Tcl

- fix urls

  1. … 1 more file in changeset.
- write sql statements between curly braces

  1. … 14 more files in changeset.
- fix further action links

- fix unmount url

- white-space changes (follow closer to engineering guidelines)

- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 754 more files in changeset.
- fix validity of HTML

  1. … 2 more files in changeset.
- fix html HTML 4.01 validity

- use export_vars instead of manual coded url parameter to increase security

- improve usage of export_vars (no unecessary quotes, use "-base" parameter to make intentions clear)

Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
- check ids in page contracts

  1. … 40 more files in changeset.
- use numeric comparison for truth values

  1. … 16 more files in changeset.
- fix gor bug #3174. subsites disappeared from sitemap, when a hard coded value was surpassed

  1. … 1 more file in changeset.
- replace deprecated "export_url_vars" by "export_vars -url", rewriting syntax

  1. … 2 more files in changeset.
- replace deprecated "export_url_vars" by "export_vars -url"

- fix bracing in "export_vars -form"

  1. … 121 more files in changeset.
- replace deprecated "export_form_vars" by "export_vars -form"

- replace deprecated "ad_export_vars" by "export_vars"

  1. … 72 more files in changeset.
- revert form_vars update

  1. … 82 more files in changeset.
- replace deprecated "export_form_vars" by "form_vars"

  1. … 31 more files in changeset.
- replace deprecated "ad_require_permission" by "permission::require_permission"

  1. … 68 more files in changeset.
i18n and translation into spanish

  1. … 14 more files in changeset.
HTML 4.01 Strict cleanup

  1. … 27 more files in changeset.
Made sure we do not display all subsites. Bad idea especially when dealing with dotFolio

  1. … 1 more file in changeset.
Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.