lams-github

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

label.view.reflection =View Reflection

label.close= Close

Reflection done for authoring and learner modes. Added properties: label.notebook.entries = Notebook Entries label.reflection = Reflection label.learner =Learner

  1. … 3 more files in changeset.
Notebook entries are presented exactly the way they are entered

Note book entries are presented exactly the same way they are entered.

appended module name to dictionary lang shared object ref

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
    • binary
    /lams_learning/web/lams_learner.swf
    • binary
    /lams_monitoring/web/lams_monitoring.swf
    • binary
    /lams_monitoring/web/lams_monitoring_library.swf
    • binary
    /lams_monitoring/web/lams_wizard.swf
    • binary
    /lams_monitoring/web/lams_wizard_library.swf
update flash apps to use new langDate param

    • binary
    /lams_monitoring/web/lams_wizard.swf
    • binary
    /lams_monitoring/web/lams_wizard_library.swf
In firefox, file name with space must be enclosed by double quote, otherwise, the file name will be truncated from first space.

updated config classes and flash code to use language date from lams.xml

    • -2
    • +1
    /lams_build/conf/windows/lams/lams.dtd
Add forum sorted logic (old style forum, the latest post in the bottom). And set it as default style.

Updated warning class. Added warning-login class.

update flash apps to use new langDate param

    • binary
    /lams_central/web/lams_authoring.swf
    • binary
    /lams_central/web/lams_authoring_library.swf
    • binary
    /lams_learning/web/lams_learner.swf
    • binary
    /lams_monitoring/web/lams_monitoring.swf
    • binary
    /lams_monitoring/web/lams_monitoring_library.swf
    • -2
    • +2
    /lams_monitoring/web/monitorLesson.jsp
updated config classes and flash code to use language date from lams.xml

updated config classes and flash code to use language date from lams.xml

    • -6
    • +1
    /lams_build/conf/windows/lams/lams.xml
    • -0
    • +4
    /lams_central/src/flash/main_addseq.as
updated preloader to handle new param

    • binary
    /lams_central/src/flash/preloader.fla
    • binary
    /lams_central/web/lams_preloader.swf
Update date handle

add lams:Date tag.

Fix bug: 593,616,617,654

Record user id against entries in the content repository.

    • -0
    • +7
    /lams_tool_nb/web/authoring/authoring.jsp
Started to record user id against entries in content repository - not yet completed.

  1. … 12 more files in changeset.
Added created by field to organisation. Added help url column to tool. Started to record user id against entries in content repository - not yet completed.

    • -15
    • +40
    /lams_common/db/model/lams_11.clay
    • -1
    • +4
    /lams_common/db/sql/create_lams_11_tables.sql
    • -14
    • +14
    /lams_common/db/sql/insert_users.sql
Added created by field to organisation.

Added help url column to tool.

Started to record user id against entries in content repository - not yet completed.

Removed unneed include

Added created by field to organisation. Added help url column to tool. Started to record user id against entries in content repository - not yet completed.

Set skin to office2003.

change role saving to use service method - also creates workspace for author if for some reason the user doesn't have one. (LDEV-668)

add new user service method saveRolesForUserOrganisation

Delete client side validation.

fix bug, where 'add/remove users' button only appeared if group had 'canBrowseAllUsers' checked. 'add/remove' is always present now, and 'canBrowseAllUsers' only determines who appears in the list of users to add/remove. see LDEV-662