• last updated 8 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates

Changeset MAIN:victorg:20051213153236:7 does not match your current filter (clear filter).

file add-edit-site-template.adp was initially added on branch oacs-5-2.

    • -0
    • +0
    ./add-edit-site-template.adp
file site-templates.xql was initially added on branch oacs-5-2.

file site-templates.tcl was initially added on branch oacs-5-2.

file site-templates.adp was initially added on branch oacs-5-2.

file admin-params-site-templates.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./admin-params-site-templates.tcl
file admin-params-site-templates.adp was initially added on branch oacs-5-2.

    • -0
    • +0
    ./admin-params-site-templates.adp
file add-edit-site-template.xql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./add-edit-site-template.xql
file add-edit-site-template.tcl was initially added on branch oacs-5-2.

    • -0
    • +0
    ./add-edit-site-template.tcl
Adding functionality to .LRN for changing *site templates*.

  1. … 20 more files in changeset.
Fixing issue with class_name and pretty_name

Rewrite to use ad_form. Added dates for class and community generation. Added help texts

Made sure you can search in the first names as well

Use :: interval cast instead of to_interval so we can allow fractional days

Bugfix on select_deactivated_users_other query

commit to OACS-5-2 merge of changes on OACS-5-1

(using tag vg-merge-dotlrn-2-1-20050922) for packages under dotlrn-all

  1. … 85 more files in changeset.
convert to db_map to support pg properly

file users-search-oracle.xql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./users-search-oracle.xql
file users-search-postgresql.xql was initially added on branch oacs-5-2.

    • -0
    • +0
    ./users-search-postgresql.xql
fix redirect when adding new dotlrn user

  1. … 1 more file in changeset.
add var page for solve bug for 2584

Fix bug #2470

revert recent changes that overwrote previous bug fixes

  1. … 1 more file in changeset.
committing changes, improvements and fixes to assessment, assessment-portlet, dotlrn, dotlrn-assessment, dotlrn-catalog, dotlrn-evaluation, ecommerce, evaluation and evaluation-portlet

  1. … 899 more files in changeset.
removing depricated center tags

  1. … 2 more files in changeset.
Still problems with the community_key

Problems with missing subject_keys fixed by setting the subject key to the pretty_name

bugfix: fixing bug #2393, ambiguous column naming in select list

Bugfix for duplicate notifications with empty passwords and notify set to true. Please see commit message for version 1.11.2.1.4.7.

Bugfix for an edge condition. User would get two notifications if: a) notify is set to true, b) password column exists but value was set to empty. The first notification, generated out of the local authentication driver, would contain the correct password. The second notification, generated from this script, would contain an empty string as the password. With the fix, we always generate the random password from this script. A byproduct of this bugfix is that it's now possible for the user to get *no* notification even if a random password is generated. This would happen if the password was empty or nonexistent and the notify column is set to false. This seems undesirable but not necessarily worse than sending a notification when the CSV said not to. And perhaps there are situations where the admin wants to create the accounts but not make them available yet.

Adding support for custom keys to HEAD (merge between HEAD and oacs-5-1)