• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
fix compilation issues due to changes for LDEV-2374 data outputs

  1. … 16 more files in changeset.
LDEV-2355 Changing the moodle forum tool so it can handle multiple integrated moodle servers

  1. … 10 more files in changeset.
LDEV-2174: Added shared context support to tool adapters. Added some code comments explaining how everything works.

  1. … 54 more files in changeset.
Change the URL for the Monito0ring Sequence tab so teacher can modify the activity's properties

  1. … 2 more files in changeset.
Removing a capital letter from moodle forum project

Removing a capital letter from moodle forum project

We changed the old Forum so now it works as the other tools: with two frames, one for the content and one for the navigation buttons

Changes to the moodle forum tool to comply with the frames method

  1. … 5 more files in changeset.
Some comments and small issues found with the moodle quiz have been also fixed for the moodle forum

  1. … 3 more files in changeset.
Removing "/" from the front of moodle relative urls as this was found to cause errors with the quiz tool

Some code cleanup for the moodle forum before it is re-used for another moodle tool adapter tool

    • -124
    • +125
    ./lamsfoundation/lams/tool/mdfrum/dto/MdlForumDTO.java
    • -289
    • +280
    ./lamsfoundation/lams/tool/mdfrum/model/MdlForum.java
  1. … 26 more files in changeset.
LDEV-1895 - Create moodle forum tool.

Committing code for moodle forum tool, everything seems to be working here

    • -0
    • +89
    ./lamsfoundation/lams/tool/mdfrum/mdlForumApplicationContext.xml
    • -0
    • +40
    ./lamsfoundation/lams/tool/mdfrum/dao/IMdlForumDAO.java
    • -0
    • +41
    ./lamsfoundation/lams/tool/mdfrum/dao/IMdlForumSessionDAO.java
    • -0
    • +60
    ./lamsfoundation/lams/tool/mdfrum/dao/IMdlForumUserDAO.java
    • -0
    • +162
    ./lamsfoundation/lams/tool/mdfrum/dto/MdlForumDTO.java
    • -0
    • +135
    ./lamsfoundation/lams/tool/mdfrum/dto/MdlForumSessionDTO.java
    • -0
    • +101
    ./lamsfoundation/lams/tool/mdfrum/dto/MdlForumUserDTO.java
    • -0
    • +330
    ./lamsfoundation/lams/tool/mdfrum/model/MdlForum.java
    • -0
    • +65
    ./lamsfoundation/lams/tool/mdfrum/model/MdlForumConfigItem.java
    • -0
    • +264
    ./lamsfoundation/lams/tool/mdfrum/model/MdlForumSession.java
  1. … 113 more files in changeset.