• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Use the existing API when doing changes to the properties of an authority, otherwise the cache is not updated accordingly.

Cleanup trailing whitespace

  1. … 5 more files in changeset.
whitespace changes

fixing old bug: overwriting help_contact_text with help_contact_text_format. This could not have been correct, wonder, why this did not show up.

Fix proc and contract doc elements, so they are properly parsed by apidoc::api_*_documentation.

- @cvs_id -> @cvs-id

- @version -> @cvs-id

- @creation_date -> @creation-date

- @date -> @creation-date

- Different variations of $Id$

- Remove wrong @param entry

- Fix typos

  1. … 367 more files in changeset.
Make all sql in this page portable and inline

Simplify SQL expression

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.
remove conditions, which are always true

  1. … 3 more files in changeset.
Add files missed by last commit

    • -0
    • +27
    ./login-attempts-reset.tcl
    • -0
    • +11
    ./login-attempts.adp
    • -0
    • +67
    ./login-attempts.tcl
  1. … 2 more files in changeset.
- Add new feature to prevent/slowdown brute force attacks on login by counting the number of

failed consecutive login attempts based on ip-address and subsite.

- Add new package dependency: package "acs-admin" now requires "acs-authentication"

  1. … 5 more files in changeset.
Use consistently ad_script_abort after ad_return_error.

  1. … 33 more files in changeset.
add ad_script_abort after ad_returnredirect to make termination intent explicit

  1. … 22 more files in changeset.
add ad_script_abort after ad_returnredirect to make termination intent explicit

  1. … 26 more files in changeset.
add required ad_script_abort after ad_returnredirect

  1. … 18 more files in changeset.
normalize boolean expressions in ADP files

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

  1. … 7821 more files in changeset.
Fix spelling errors

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

  1. … 55 more files in changeset.
- renamve template::add_acs_confirm_handler into template::add_confirm_handler

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

  1. … 13 more files in changeset.
- modernize HTML in .adp files

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

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

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

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

- modernize tcl

  1. … 9 more files in changeset.
Add missing file extension to referenced image 'checkboxchecked.gif'

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

  1. … 2533 more files in changeset.
- simplify code

  1. … 2 more files in changeset.