lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
no changes

    • binary
    /lams_central/src/flash/lams_learner.fla
latest flash files with some minor changes

    • binary
    /lams_central/src/flash/lams_monitoring_v1.fla
latest flash compile after incorporating tooltip on all the buttons for all three tabs

    • binary
    /lams_monitoring/web/lams_monitoring.swf
Updated default table entry for notebook.

    • -5
    • +5
    /lams_tool_notebook/db/sql/create_lams_tool_notebook.sql
    • -6
    • +6
    /lams_tool_notebook/db/sql/table-schema.sql
added 10 new entries for tool tip messages

Journal project renamed to notebook. LDEV-439

    • -0
    • +12
    /lams_tool_notebook/.classpath
    • -0
    • +1
    /lams_tool_notebook/.cvsignore
    • -0
    • +12
    /lams_tool_notebook/.mymetadata
    • -0
    • +2
    /lams_tool_notebook/.myumldata
    • -0
    • +49
    /lams_tool_notebook/.project
    • -0
    • +3
    /lams_tool_notebook/.settings/com.genuitec.eclipse.j2eedt.core.prefs
    • -0
    • +4
    /lams_tool_notebook/.settings/org.eclipse.core.resources.prefs
    • -0
    • +12
    /lams_tool_notebook/.settings/org.eclipse.jdt.core.prefs
    • -0
    • +3
    /lams_tool_notebook/.settings/org.eclipse.jdt.ui.prefs
    • -0
    • +9
    /lams_tool_notebook/build.properties
    • -0
    • +460
    /lams_tool_notebook/build.xml
  1. … 125 more files in changeset.
added a new class "ToolTip" to common package under flash/org/lamsfoundation/lams/common

This class is the base for showing tooltip on most of all the major components in Authroign, Monitoring and Learner Environment on the flash client side

    • -0
    • +244
    /lams_common/src/flash/org/lamsfoundation/lams/common/ToolTip.as
Minor changes to English labels

Removed data stored in session or moved it to a session map object

    • -38
    • +34
    /lams_tool_nb/web/authoring/authoring.jsp
  1. … 7 more files in changeset.
add new module 'lams_tool_journal' to 'all' alias

if gate == null , it will throw null point exception rather than expected MonitoringServiceException.

added 13 new entries for authoring dictionary used in tooltip messages

latest flash compile after incorporating tooltip on al the major components viz. toolkit library, toolbar buttons and canvas bin

    • binary
    /lams_central/web/lams_authoring.swf
added properties and methods to popup tooltip on mouseover event on tool activities.

added code to call a method in toolkit view class to popup tooltip for respective tool activity on mouse over event

added code to show tooltip on mouseover event on all toolbar menu buttons

made changes and added code to show new context menu item for open/edit activity content and for populating tooltip on major authoring components such as toolkit, toolbar and bin

added code to show "open/edit activity content" in context menu for activity

added code to show tooltip when mouse moves over bin

Add audit service.

change list of roles to omit course admin and course manager when editing a user's role in a class

latest changes including update to UserManagementService and Dapeng's AbstractStoreWDDXPacketServlet change

added new method to UserManagementService (getRolesForOrgType)

fix bug where course admin was not allowed to view users of a class where they where course admin of that class' course.

fix problems of role definitions

show manage users link even if the organisation is not editable as Jundir asked

fix a bug about loading locales and status

create a 'canEdit' boolean allowing only sysadmin to edit user's details such as name and address. otherwise only edit user's roles.

Add audit service.

Add audit service.