• last updated 30 mins ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- remove (broken) xql query for function that does not exist

fix typos and xml in query file

Fix to parse and insert LOM metadata included as an external file.

Remove extra log messages (leftover from my previous commit)

Fix queries

    • -60
    • +10
    ./www/admin/md/educationalmd.xql
Fix a lot of typos

    • -10
    • +10
    ./www/admin/md/educationalmd.xql
    • -6
    • +6
    ./www/admin/md/annotationmd/annotation.tcl
    • -2
    • +2
    ./www/admin/md/annotationmd/annotation.xql
  1. … 81 more files in changeset.
Fix a lot of typos

    • -10
    • +10
    ./www/admin/md/educationalmd.xql
    • -6
    • +6
    ./www/admin/md/annotationmd/annotation.tcl
    • -2
    • +2
    ./www/admin/md/annotationmd/annotation.xql
  1. … 80 more files in changeset.
Remove file added by mistake (likely when extracting sql from tcl files)

    • -49
    • +0
    ./www/admin/md/annotationmd/xql_generico.xql
Set primary key of custom pages on manifest ID *AND* type of page to allow both start and end pages. Provides upgrade script and bumps version number.

    • -0
    • +6
    ./sql/postgresql/upgrade/upgrade-0.10d1-0.10d2.sql
Set value for pretty names of custom pages

HTML cleanup

Add missing keys

Fix form declarations

HTML cleanup

Remove extra code from sql extraction. Causes error for childless items.

Fix form declarations

Fix form declaration syntax

Merged oacs-5-5 branch of .LRN packages to HEAD.

  1. … 86 more files in changeset.
Build the url of items the same way as title is (will make the code easier to read)

Bumped version since catalog has changed

  1. … 1 more file in changeset.
Localization of alt text

Fixed annoying typos

Add return_url to links

Pass through the return_url using client property so user is sent back to where she was when exiting the scorm player

Removed non US-ASCII chars from the filename (would cause errors in some systems)

White space in URLs tends to break them ... and if you do so in an IMG

tag, you get the little blue-box "?" or red "X" depending on the browser

you use ...

Fixed the code that lists classes so it works when called from the user

portal.

  1. … 3 more files in changeset.
Rolled back some debug stuff that I'd changed earlier.

Extracted sql from servlet.tcl to servlet.xql. Added a new course to test LORS. Updated version of lorsm to 0.9d4. Solved problems with templates when you upgrade the package

    • -394
    • +416
    ./www/delivery/servlet.tcl
  1. … 1 more file in changeset.
Innova totally broke the servlet when moving queries from the tcl file to

a new xql file as part of the port to oracle effort. These changes were

committed WITHOUT TESTING and it took me HOURS TO FIND THE PROBLEMS, some

of which were easy to fix, some not. At the "some not" point, I decided to

just remove Innova's work because CHANGES NEED TO BE TESTED BEFORE BEING

COMMITTED. Innova can continue their work and commit after they've tested

it.

Hint: When there are several dynamic queries built up in a tcl string named

"todo" then executed as "db_dml todo $todo" you can NOT replace all of these

with one static query in the query file named "todo".

Sigh.

    • -467
    • +410
    ./www/delivery/servlet.tcl