• last updated 21 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- replace deprecated call top ad_permission_grant and ad_permission_revoke by calls to permission::grant and permission::revoke

    • -7
    • +8
    ./www/admin/site-wide-admin-toggle.tcl
- 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

    • -12
    • +12
    ./www/admin/users-bulk-upload-2.tcl
file users-bulk-upload-2.adp was initially added on branch oacs-5-8.

    • -0
    • +0
    ./www/admin/users-bulk-upload-2.adp
- fix invalid pi-doc variable @version and @cvs_id

  1. … 11 more files in changeset.
- replace calls to deprecated "ad_parameter" by non-deprecated counterparts

- replace seemingly unneeded call to "eval" by expand operator

- demangle dotlrn and theme-zen

- pass title property in OpenACS 5.8 style

- improve comments

- set maturity to DotLRN packages to 2

  1. … 23 more files in changeset.
- use dotlrn.org as vendor

  1. … 23 more files in changeset.
- improve dollar-quoting

- improve page contracts

    • -2
    • +2
    ./www/one-community-portal-configure-2.tcl
    • -2
    • +2
    ./www/admin/add-edit-site-template.tcl
  1. … 6 more files in changeset.
- correct work-in-progress version numbering to *a1

  1. … 28 more files in changeset.
- bump version numbers due to branching

  1. … 28 more files in changeset.
- bump version numbers

  1. … 28 more files in changeset.
- remove some more "empty_string_p" occurances

- 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

    • -22
    • +29
    ./sql/postgresql/admins-init.sql
    • -18
    • +31
    ./sql/postgresql/admins-package-create.sql
    • -20
    • +34
    ./sql/postgresql/admins-sanitize.sql
    • -140
    • +140
    ./sql/postgresql/applet-sc-create.sql
    • -57
    • +57
    ./sql/postgresql/applet-sc-drop.sql
    • -15
    • +15
    ./sql/postgresql/class-membership-drop.sql
    • -57
    • +93
    ./sql/postgresql/classes-create.sql
  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. … 10 more files in changeset.
- fix bug #3200

  1. … 1 more file in changeset.
Update dotlrn package versions to 2.6.0 for the last dotlrn release.

  1. … 42 more files in changeset.
- fix sloppy pseudo-comments to silence automated testing

  1. … 7 more files in changeset.
We use the package_key of attachments for checking if there is already an instance of it under dotlrn.

PG 9.0 compatibility. Changes regarding the usage of sequences in order to avoid errors of 'missing FROM-clause message' on queries.

    • -2
    • +2
    ./sql/postgresql/site-templates-create.sql
    • -0
    • +73
    ./sql/postgresql/upgrade/upgrade-2.6.0d1-2.6.0d2.sql
Using site_node::* api instead of accesing the site_nodes array directly with nsv_array calls.

Updated according to recent change on the control panel

Remove link to change locale since it's now part of the user basic info form

Remove unused scripts.

Remove "edit bio" link since it's now part of the user basic info form