lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1993 Inserting long text into image description works fine now

    • -1
    • +1
    /lams_tool_images/db/sql/create_lams_tool_imageGallery.sql
    • -1
    • +1
    /lams_tool_images/db/sql/table-schema.sql
jquery 1.6 caused bugs in dialog widget, so going back to stable versions

  1. … 91 more files in changeset.
LDEV-1842 fix comment

use Sun 120 formatting standard

moving the jquery-ui dialog css file to the same location as the other widgets

    • -150
    • +0
    /lams_central/web/css/jquery-ui/dialog.css
LDEV-1842 ensure tools get their own toolContentID when imported, even if the learning design zip uses the same toolContentID for each tool

Added jquery-ui js library

  1. … 222 more files in changeset.
Updating English and Spanish

Updating Chinese China

A small fix to make the export servlet replace fckeditor image paths using the serverurlcontext from the configuration table rather than the request

LDEV-1932: Added competences to export portfolio both for teacher and learner.

LDEV-1971

From a tip from a Fiona, the context path "rams/" or "lams/' is actually stored in the db, so we can get it from there instead of getting it from the context of the request

LDEV-1945, LDEV-1944: Changed a variable name to comply with the last commit for text search based conditions.

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);