• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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.
- add preventDefault() to all event handlers listening to click events

  1. … 2 more files in changeset.
- CSP-reform: turn onclick handler into body_script with eventListener

- get rid of the pesky "MISSING FORMWIDGET: ...formbutton:ok" message

- modernize HTML

  1. … 19 more files in changeset.
- redefine dotlrn_community__new with p_archived_p defined as boolean

- www/admin/term.tcl: allow negative values for term_id

  1. … 3 more files in changeset.
- prefer "localurl" over "return_url" as name of page_filter

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

  1. … 16 more files in changeset.
- new api call [template::streaming_template] to make streaming template better theme-able

- adjust all calls to use [template::streaming_template]

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

  1. … 203 more files in changeset.
- improve safety of passed arguments

- pass doc array instead of just title

- standardize argument passing to adp-includes, don't perform double i18n and double quoting

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

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

  1. … 6 more files in changeset.
- quote HTML attribute values

- use &amp instead of & in urls

  1. … 16 more files in changeset.