• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
file dotlrn-homework-portlet-postgresql.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./dotlrn-homework-portlet-postgresql.xql
Making the min/max level restrictions work in both PG and Oracle. PG requires a query for the default levels. To keep the Tcl logic from getting ugly, Oracle's going to do a query too, in this case a select...from dual.

    • -0
    • +12
    ./dotlrn-homework-portlet-oracle.xql
    • -0
    • +13
    ./dotlrn-homework-portlet-postgresql.xql
file dotlrn-homework-portlet-oracle.xql was initially added on branch oacs-5-1.

    • -0
    • +0
    ./dotlrn-homework-portlet-oracle.xql
Fixing name/title issues resulting from recent changes to file-storage, and also a few smaller bugs.

  1. … 4 more files in changeset.
Fixing a bug in the select_folder_contents query.

file upload-size-limit.adp was initially added on branch oacs-5-1.

    • -0
    • +0
    ./admin/upload-size-limit.adp
file upload-size-limit.tcl was initially added on branch oacs-5-1.

    • -0
    • +0
    ./admin/upload-size-limit.tcl
Added the capability to edit the package file upload size limit to the admin

portlet.

  1. … 2 more files in changeset.
merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

  1. … 116 more files in changeset.
fixing 1862 - homework versions

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040517 and jcd-merge-5-1-20040628 to HEAD

  1. … 686 more files in changeset.
optimization from Heidelberg: changing to use persons table instead of cc_users when restriction to registered/approved users is not needed and the persons table has all columns we need

  1. … 1 more file in changeset.
fix the homework portlet display, the oracle query used all_users which has been changed to acs_users_all so it won't conflict with the oracle dba view

Use all_users instead of cc_users

Fixed bug where the 'alert me/do not alert me' logic was reversed, so you'd think you signed up, but in reality you just canceled your notification

merge all the changes on the oacs-5-1 and dotlrn-2-0 branches up to tag jcd-merge-20040420

  1. … 633 more files in changeset.
bug 1068

bug 1714. Fixed reference to download_url

bug 1713 - uploading a new version of homework

bug 1068- fixing a bunch of small errors

  1. … 5 more files in changeset.
bug 1068- changed the download links to include the title so the file extension and name is preserved. Also made the little gif clickable like it is in file storage

fix eval ad_context_bar cf bug 1265

fix context bar i18n error

i18nized dotLRN Homework

  1. … 14 more files in changeset.
New try (don't have dotlrn-homework installed on test server)

Better text

Fixed problem with toggle state: unclear if you're currently receiving alerts or not

1. Finished up my Tcl API proc for defining portlets in a db-independent way.

2. Changed some catalog message errors

3. Fixed some noquote stuff

4. Finished porting dotlrn-homework to PG (not fully tested)

5. Modified homework to use the completed Tcl API defined in #1 above.

  1. … 16 more files in changeset.
Added missing files

Added folder-create-postgresql.xql