lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1606: Changed regex to properly pick up commas, fullstops etc.

LDEV-1829 After lots of console outputting... two tiny changes made to two classes Branching previewing working now

    • binary
    /lams_monitoring/web/lams_monitoring.swf
    • binary
    /lams_monitoring/web/lams_monitoring_library.swf
LDEV-1984 history only shows first name twice

LDEV-1959 scratch learner UI

* jQuery Galleria used as a base

* jCarousel wired up

* jquery.rating wired up

* support for comments

    • -14
    • +21
    /lams_tool_images/conf/xdoclet/struts-actions.xml
    • -0
    • +11
    /lams_tool_images/db/sql/create_lams_tool_imageGallery.sql
    • -0
    • +6
    /lams_tool_images/db/sql/table-schema.sql
  1. … 55 more files in changeset.
LDEV-1946, LDEV-1945, LDEV-1944, LDEV-1918, LDEV-1926: Added default conditions as a part of tool's default content. Removed unnecessary call to DAO.

LDEV-1299: Modified monitoring for condition gates.

    • -7
    • +77
    /lams_monitoring/web/gate/conditionGateContent.jsp
LDEV-1989 Stopped author from doing cut/copy/paste (keyboard shortcut) actions on activities when a dialog is open as it was messing with cut/copy/paste of text in the dialogs

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1974 Removed unwanted text

Updating jquery-latest.pack.js to 1.2.6 to cater for the new ui dialog widget

Adding jQuery dialog widget to central

    • -0
    • +150
    /lams_central/web/css/jquery-ui/dialog.css
LDEV-1974 Updated flash player detection script to adobe detection kit

    • -0
    • +276
    /lams_central/web/includes/javascript/AC_OETags.js
LDEV-1926: Added Notebook text based conditions.

    • -3
    • +3
    /lams_tool_notebook/db/model/notebook_tool.clay
LDEV-1606: Added BranchConditionDTOs specific for each tool. This fixes bug in learning design export.

use Sun 120 formatting standard

LDEV-1830 don't fail if user's locale is invalid

LDEV-1986 Wiki doesn't enforce minimum number of edits - fixed

LDEV-1987 Export portfolio not exporting images

this was related to LDEV-1971:, the image urls were not being adjusted properly in export becuse the "lams/www/secure" url was instead "rams/www/sevure" because this tool was developed in rams.

now the "lams" bit is retrieved from the request context using:

request.getContextPath().substring(0, 5);

LDEV-1971 : Main export server only adjusts image urls for lams, not in rams,

this is because "/lams/secure/www" was included in the regex

now the "lams" bit is retrieved from the request context using:

request.getContextPath().substring(0, 5);

Fixing up format of main export servlet

LDEV-1949 Added "(default)" text to closed gate state for condition gates

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1949 Fixed crash on double click in author for condition gates

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
LDEV-1894 Small bug in monitor, makes the edit by column display the first name twice - fixed

LDEV-1985 - Inserting a url link breaks wiki links

This was actually happening because the FCKEditor would escape the quotation characters the next time it was edited, fixed by making the link:

javascript:changeWikiPage(&quot;<wikiPage>&quot;);

LDEV-1918: Fixed a typo in DB patch file.

LDEV-1936 Flash support for conditions of type OUTPUT_STRING added. For example see notebook tool.

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
Updating Greek, English, Spanish, Norwegian

Removed non existent src folder from build path

Updated .classpath

Removed references to lams jar files in lams_build/lib

  1. … 8 more files in changeset.
LDEV-1299: Fixed a Struts bug in monitoring for condition gates. Added some labels.

LDEV-1510: Updated jboss-serialization.jar version information.