• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- 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

HTML cleanup

HTML cleanup

1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

    • -4
    • +2
    ./community-members-add-to-community.adp
  1. … 365 more files in changeset.
Checkpoint 13.3 (level AA): Provide information about the general layout of a site (e.g., a site map or table of contents).

  1. … 15 more files in changeset.
Checkpoint 11.2 (level AA): Avoid deprecated features of W3C technologies .

    • -4
    • +2
    ./community-members-add-to-community.adp
  1. … 30 more files in changeset.
Checkpoint 3.7 (level AA): Mark up quotations. Do not use quotation markup for formatting effects such as indentation.

  1. … 29 more files in changeset.
Fix markup of the title of pseudo-portlet

  1. … 2 more files in changeset.
admin image changed by a css button

tabs 2 spaces and better indentation

HTML Strict cleanup: removed trailing slash of input, img, link and meta tags

  1. … 32 more files in changeset.
HTML Strict cleanup: removed trailing slash of the BR tag

  1. … 41 more files in changeset.
Name of the community is required to create it (was optional).

Oooops, fixed for my previous commit. Actually the checks were OK there, it was the one used as condition to build the revoke/grant prilige link that was wrong

Fixed the is user swa, is user dotlrn_admin checks by passing the user_id to the procs, otherwise they would check using ad_conn user_id...

removed site nodes update as it wasn't doing anything (called with package_id instead of node_id) and it really is not necesary here because we are leaving the site node unchanged

added site nodes update and corrected package rename to use the api so we dont have to restart the server to see the changes

updating package instance name when renaming departments or subjects

Minor fix (cosmetic)

Replace header_stuff property with calls to template::head

  1. … 5 more files in changeset.
Merged oacs-5-3 branch to HEAD

  1. … 180 more files in changeset.
replicate Emma's referer fix on HEAD

Fix users search URL

Fix referer and HTML cleanup

Remove obsolete wrap attribute (textarea)

  1. … 27 more files in changeset.
added button class where missing