• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2533 more files in changeset.
variables used on adp file were not being set.

- replace deprecated call to "ad_return" by "return"

  1. … 6 more files in changeset.
- replace deprecated call top ad_permission_grant and ad_permission_revoke by calls to permission::grant and permission::revoke

- replace deprecated calls to "ad_header" and "ad_footer" by variant based on "ad_return_top_of_page" and "StreamingHead" template

- remove calls to deprecated doc_body_append

file users-bulk-upload-2.adp was initially added on branch oacs-5-8.

    • -0
    • +0
    ./users-bulk-upload-2.adp
- replace calls to deprecated "ad_parameter" by non-deprecated counterparts

  1. … 1 more file in changeset.
- improve page contracts

  1. … 8 more files in changeset.
- use $$ quoting in postgres SQL

- use name parameter for SQL functions

- provide compatility with pg9

- replace deprecated "acs_sc_call" by "acs_sc::invoke"

- replace deprecated "ad_maybe_redirect_for_registration" by "auth::require_login"

- brace expressions

- favor tcl-compilable string comparisons

- don't use numeric comparison operator for non-numeric arguments

- use numeric comparison operator for truth value comparisons

- use "in" or "ni" expression instead of "lsearch"

- bump version number to indicate compatibility with 5.8.1

    • -3
    • +3
    ./community-members-add-to-community.tcl
  1. … 132 more files in changeset.
- replace depreacted "ad_parameter" by parameter::get

- replace deprecated "ad_get_user_id" by "ad_conn user_id"

- replace deprecated "ad_permission_p" by "permission::permission_p"

- replace deprecated "export_url_vars" by "export_vars"

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

  1. … 5 more files in changeset.
Minor fixes