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

  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. … 24 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.

  1. … 4 more files in changeset.
Using site_node::* api instead of accesing the site_nodes array directly with nsv_array calls.

Substitute acs_mail_lite::send for ns_sendmail

  1. … 8 more files in changeset.
Fixed typo in new query added by daveb (I think)

Missing XQL files for insert group rels query

    • -0
    • +20
    ./apm-callback-procs-oracle.xql
    • -0
    • +29
    ./apm-callback-procs-postgresql.xql
Finishing application group stuff

Community create package instantiation was missing package_id apparently

daveb missed that when sending me changes.

Tcl upgrade for applications groups (from daveb)

Set HomeName according to HomeURL (control-panel in this case)

  1. … 1 more file in changeset.
Fix admin priv check (thks Raul for catching that)

  1. … 2 more files in changeset.
Fix admin priv check (thks Raul for catching that)

  1. … 2 more files in changeset.
1. Merge 2.4.1 to HEAD other than assessment, imsld, lorsm, and views.

2. Bump version numbers to 2.5.0d1.

  1. … 379 more files in changeset.
Don't reset PrivacyControlEnabledP parameter every time a class is created.

Checkpoint 3.7 (level AA): Mark up quotations. Do not use quotation markup for formatting effects such as indentation.

  1. … 31 more files in changeset.
Changed to use new acs_mail_lite::send

Merged oacs-5-3 branch to HEAD

  1. … 187 more files in changeset.
Make sure the community_id is returned empty if the package could not be found or it is called outside .LRN

Fixed community admin pages to use zen layouts on install.

  1. … 2 more files in changeset.
changeing message key acs-kernel.common_no to acs-kernel.common_No (since the label is No as well), adding a new message key acs-kernel.common_no (with lower case "no")

  1. … 51 more files in changeset.
Adding dotlrn_community::membership_approve callback

Last shot at site nodes cleanup. Duplicated site_nodes libraries have been removed and calls to their procs replaced by calls to site_node::

  1. … 3 more files in changeset.
First shot for site_nodes cleanup: removed duplicated library in dotlrn package and unused procs in new-portal/tcl/side-nodes-procs.tcl.

  1. … 3 more files in changeset.
Merged changes to HEAD ...

  1. … 1553 more files in changeset.
Zen is now installed by default.

Required changes to how the site template stuff is used to initialize dotlrn (do

NOT EVER hardwire ANYTHING into an after_instantiate callback that MIGHT SOMEDAY

want to be configurable! Sheesh!!!!). Since Selva used the same layouts as

the default new-portal layouts, we didn't run into this problem with Selva.

But I sure as hell ran into it with Zen.

Localized a couple things in Zen too.

  1. … 3 more files in changeset.
Added upgrade to set access keys of pages with titles and access keys we

know about. People using custom page titles are own their own, unfortunately.

file apm-callback-procs.xql was initially added on branch oacs-5-3.

    • -0
    • +0
    ./apm-callback-procs.xql