• last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Deprecate value_if_exists proc, replace occurrences with plain tcl idioms

  1. … 19 more files in changeset.
Deprecate exists_and_equals and replace its occurrences

  1. … 10 more files in changeset.
improve rowcount expressions

  1. … 44 more files in changeset.
minor changes for consistency

  1. … 2 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 475 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
Fix typos

  1. … 67 more files in changeset.
Fix typos

  1. … 52 more files in changeset.
Use consistently ad_script_abort after ad_return_error.

  1. … 32 more files in changeset.
normalize boolean expressions in ADP files

  1. … 32 more files in changeset.
Fix typo

Do NOT duplicate the login page

Show confirmation page after auto registration applications.

  1. … 1 more file in changeset.
Replaced dotlrn::user_add calls with a proc that gets param settings for user type, can browse, guest/non-guest

  1. … 11 more files in changeset.
Added noquote on prices

  1. … 2 more files in changeset.
Check for type instead of member_state

Change log from notice to debug

  1. … 1 more file in changeset.
Changed member states "awaiting payment" to "application sent", and "payment received" to "application approved", functionality had evolved and the old member states had been misnomers.

  1. … 19 more files in changeset.
corrected the email sent to a user after applying for a course

Bugfix on email sending

Send confirmation email after answering the assessment

Moved redirect out of db_transaction, this caused a nasty race condition in assessments

Bugfix on multiple registration check

Bugfix on multiple registration check

Pass the session_id from application-request

Bugfix on auto registration

Bugfix on map_application_to_assessment sql query

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

Set dotlrn guest status

  1. … 8 more files in changeset.