• last updated 13 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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. … 354 more files in changeset.
permission check reform (part 1): provide API for permission cache

  1. … 14 more files in changeset.
Remove leftover call to dotlrn_community::type_exists

fix non-existing call to dotlrn_community::type_exists

Reduce divergencies between oracle and postgres codebase

Reduce divergencies between oracle and postgres codebase

    • -58
    • +0
    ./archived-communities-postgresql.xql
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. … 225 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 204 more files in changeset.
remove conditions, which are always true

remove parens

  1. … 3 more files in changeset.
fix typos

  1. … 24 more files in changeset.
Fix typos

  1. … 68 more files in changeset.
strength page contract

Remove obsolete .xql files

  1. … 17 more files in changeset.
use consistently ad_script_abort after ad_return_forbidden

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

    • -3
    • +3
    ./community-members-add-to-community.tcl
  1. … 31 more files in changeset.
add required ad_script_abort after ad_returnredirect

  1. … 27 more files in changeset.
Reduce divergencies between oracle and postgres codebase

  1. … 6 more files in changeset.
Reduce divergencies between oracle and postgres codebase

Fix typo

Reduce divergencies between oracle and postgres codebase

    • -16
    • +0
    ./class-instance-new-postgresql.xql
merged changes from the oacs-5-9 branch and resolved conflicts

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

    • -2
    • +2
    ./community-members-add-to-community.tcl
  1. … 47 more files in changeset.
- tighten page contracts

  1. … 11 more files in changeset.
- tighten page contracts

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

  1. … 14 more files in changeset.
- replace onchange handlers in admin pages and manage membership pages by event listeners

- get rid of MISSING FORMWIDGET messages

  1. … 1 more file in changeset.
- replace all onfocus/onblur pairs by "placeholder"attribute in .adp files

  1. … 1 more file in changeset.
- use event listener

- replace deprecated "cc_email_from_party ..." by "party::email -party_id ..."

- replace deprecated "cc_lookup_email_user ..." by "party::get_by_email -email ..."

  1. … 2 more files in changeset.