• last updated 19 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fix return to where you were message keyw with embedded HTML. You need to escape HTML tags inside the catalog XML file.

  1. … 1 more file in changeset.
Add email test confirm page. Move email templates admin to its own page.

    • -0
    • +4
    ./admin/email-templates.adp
    • -0
    • +26
    ./admin/email-templates.tcl
Moved redirect out of db_transaction, this caused a nasty race condition in assessments

Add script to send a test email to an admin

    • -0
    • +13
    ./admin/email-test.tcl
Bugfix on multiple registration check

Bugfix on multiple registration check

Pass the session_id from application-request

    • -25
    • +6
    ./ecommerce/application-request-2.tcl
Bugfix on auto registration

Show registration assessment if it exists and updated list of applications

fixing method sort by

Bugfix on map_application_to_assessment sql query

Fix column reference on section_id filter.

Prevent users from trying to register twice

Put assessment session code inside a transaction to solve potential race codition issue, seems to also solve deadlock error

    • -27
    • +35
    ./ecommerce/application-request.tcl
Immediately register user if course is free

Bugfix on getting email template

Set dotlrn guest status

  1. … 3 more files in changeset.
Added bulk approve and reject and indication if assessment is complete

    • -0
    • +51
    ./application-bulk-approve.adp
    • -0
    • +154
    ./application-bulk-approve.tcl
    • -0
    • +33
    ./application-bulk-reject.adp
    • -0
    • +189
    ./application-bulk-reject.tcl
Moved user approve to proc

  1. … 1 more file in changeset.
Bugfix for newly registered users signing up for a free course with auto approve

Bugfix for newly registered users signing up for a free course with auto approve

Use appropriate confirmation email template for application

using view so the online and remote reports stay consistent

Code cleanup

    • -45
    • +14
    ./ecommerce/shopping-cart-add.tcl
Moved free course registration to application-approve instead of redirecting to shopping-cart-add

fixing a bug with logged in user is not sent email

Code cleanup for free courses and auto registration

    • -46
    • +45
    ./ecommerce/shopping-cart-add.tcl
Direct to shopping-cart-add for free courses on approval

Bugfix for email_form does not exist errors

Show and allow edit of subject on application approve.