• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Don't send HTML mail as plain text

Whitespace changes

  1. … 1 more file in changeset.
Fix typos

  1. … 1 more file in changeset.
- Add support for dowloading archives

- add reusable adp-includes for handling resource downloads

- bump version number to 5.10.0d18

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

Use API when retrieving user info

  1. … 1 more file 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. … 7834 more files in changeset.
- standardize url construction to protect against injection attacks

  1. … 5 more files 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. … 2547 more files in changeset.
Non-info file merge results, with conflicts resolved.

  1. … 203 more files 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.
Merged acs-core oacs-5-2 (currently 5.2.3) -> HEAD.

TODO:

1. Bump acs-core package version numbers to 5.3.0d1

2. Would be nice to do a test install, wouldn't it?

  1. … 721 more files in changeset.
send peeraddr out and send mail to the ad_admin_user not the system_owner since its a better fit for the role

Check for acs kernel parameter ( SendErrorEmailP ) for sending email error or not.

Removing automatic suscription to notifications when creating a new bug.

quotehtml the error and user agent

Adding functionality for autosubmition of errors into de the bug-tracker.

Sending an email to the system owner when an error have occurred, detailling info

like user_id, browser's user, error details, etc.

  1. … 5 more files in changeset.