• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Remove superflous parentheses

  1. … 29 more files in changeset.
Apply finer-grained api where appropriate

Use API when retrieving user info

Prefer literal in adp axpressions + Whitespace changes

  1. … 29 more files in changeset.
Improve indentation, use non indentation-breaking idioms to create report string

TODO: refactor this bug-tracker dependency outside the core, e.g. using a callback

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.
fix more typos

  1. … 4 more files in changeset.
make sure to call ad_script_abort after ad_return

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

  1. … 7828 more files in changeset.
Avoid potential confusion with syntax highlighting

- adding nonce values to script tags

  1. … 11 more files in changeset.
- add return link for complaint pages

  1. … 1 more file in changeset.
.xql-file reform of acs-tcl (part 2)

- remove unsused .xql queries

apm_package_list_search_order.get_dependencies

- remove redundant .xql queries

apm_package_version_installed_p.apm_package_version_installed_p

apm_generate_package_spec.callback_info

  1. … 3 more files in changeset.
.xql-file reform of acs-tcl (part 1)

- remove sql statements from the code, where these are provided via .xql

- prefer empty sql statements over various forms of *SQL*

  1. … 7 more files in changeset.
- add info from ad_include_contract in api-browser

- add information, where a page/include contract was violated to error message

  1. … 3 more files in changeset.
- prefer ns_quotehtml over ad_quotehtml

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

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

  1. … 396 more files in changeset.
- standardize url construction to protect against injection attacks

  1. … 5 more files in changeset.
- quote HTML attributes

  1. … 3 more files in changeset.
- protect against potential xss attack

  1. … 1 more file in changeset.
- protect against potential xss attack

  1. … 1 more file 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.
- don't use backslash in multiline expressions

- make long expressions more uniform and more readable

- use "in" or not in (ni) operator instead of lsearch

- brace expressions to allow for tcl compilation

- bump version number

  1. … 23 more files in changeset.
- use "lassign" instead of "foreach ... break" idiom

- use property "doc(title)" throughout oacs-5-8 instead of "title" to get rid of warnings in error.log of the form:

Warning: /forums/message-view has no doc(title) set.

Using doc(title) is required in blank-master.tcl but was used so far only in a few packages

  1. … 335 more files in changeset.
HTML strict cleanup

  1. … 1 more file in changeset.
Non-info file merge results, with conflicts resolved.

  1. … 203 more files in changeset.
Substitute acs_mail_lite::send for ns_sendmail