• last updated 18 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix spelling errors

    • -2
    • +2
    ./admin/community-members-add-to-community.tcl
  1. … 39 more files in changeset.
- replace "<include ... />" by "<include ... >", since adp parser in

AOLserver and NaviServer passes "/" as argument to the adp-include.

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

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

  1. … 29 more files in changeset.
Validate page_num to avoid potential attacks and to provide proper error messages

make boolean tests in .adp files more uniform

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

- get rid of MISSING FORMWIDGET messages

- replace all onfocus/onblur pairs by "placeholder"attribute in .adp files

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

- internationalize member confirm dialog

- replace "javascript:" urls by event listeners

- fix indentation

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

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

- 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

- add missing <ul> elements

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

- get rid of last call to dotlrn_community_admin_p

- align oracle code with postgres code

- modernize HTML

  1. … 14 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.
- add editor hints to .vuh files

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

    • -2
    • +2
    ./one-community-portal-configure-2.tcl
    • -2
    • +2
    ./admin/admin-params-site-templates.tcl
  1. … 2 more files in changeset.
- fix bug, which occurs, when dotlrn/configure is called, when use is not logged in (portal::get_name returns a runtime error)

- prefer ns_quotehtml over ad_quotehtml

  1. … 13 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

- remove globals for errorInfo and use namespace qualifiers instead

  1. … 3 more files in changeset.
- fix syntax and indentation

  1. … 1 more file in changeset.
- standardize argument passing to adp-includes, don't perform double i18n and double quoting

  1. … 113 more files in changeset.