• last updated 23 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Changing row() for sysdate

change email to email_image

    • -2
    • +2
    /openacs-4/packages/dotlrn/www/members-chunk.adp
change email to email_image

Call to workflow::case::state_changed_handler must come before workflow::case::action::notify, otherwise assignees arent't created yet when notifications go out, which causes the notification to be sent to everyone

Removing spurious linebreak escapes.

Adding callback

Fixed typo

Fixed a CVS merge error from 5.1 ...

Inserting a couple of missing commas.

Added missing comma in content_revision package definition.

Allow viewing of sessions

Bugfix for apm_package.new. Moved the insert into apm_packages up, before the update on acs_objects, to satisfy referential integrity on acs_object.package_id.

karma on evaluation, lors & dotlrn to victorg, and acs-admin & assessment to vivianh

Fixed bug with division by zero

bugfix: 0 as points default

fixed naming of file

don't break if no assessment could be imported

fixes: back button in item-add, dates in assessment add/edit; added calculating result of section and session

    • -0
    • +43
    /openacs-4/packages/assessment/tcl/as-section-data-procs.tcl
    • -0
    • +15
    /openacs-4/packages/assessment/tcl/as-section-data-procs.xql
  1. … 32 more files in changeset.
don't stop processing on the first non QTI file

Fixed duplicate package_function_p definitions and miss-named sql.

fixed cvs browser link, bug 2267

Fixed grade (5,2) data type

Added / for XHTML compliance

Reverting forced switch to XHTML

Modified to suit XHMTL 1.0 Transitional

Added type to javascript as this was not valid XHTML

Fix typo in module directory

Add feed-parser as a module

Initial commit for package t-account.

initially, only the empty dirs sql, www, tcl.

each instance of this package will represent a collection of financial

T-accounts. Transactions will post to at least two accounts, crediting

one and debiting the other. The requirements for the transaction to go

forward are: (1) all accounts posted to must exist in the package

instance being posted to, and (2) total debits must equal total

credits. As I become aware of reports and other documents, I will try

to add them.

    • -0
    • +25
    /openacs-4/packages/t-account/t-account.info
in-basket needs to be saved so user can find it, because most likely users session id is different and so basket appears empty.