Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1954 Do export portfolio

Learner done using a special export page. Wiki pages are separated into divs, and are displayed/blocked using javascript

  1. … 1 more file in changeset.
Fixed bug introduced by import/export. Now all new instance or copies of wiki content use the same method so we can maintain stability and have shorter code

LDEV-1955 - Doing export tool content for wiki tool

    • -0
    • +3
    ./lamsfoundation/lams/tool/wiki/model/Wiki.java
LDEV-1657 Fixed the problem with commas and inverted commas by replacing with escape characters.

  1. … 6 more files in changeset.
LDEV-1952 implement tool output for wiki tool

number of edits,

number of adds

    • -0
    • +114
    ./lamsfoundation/lams/tool/wiki/service/WikiOutputFactory.java
  1. … 4 more files in changeset.
LDEV-1956 Do reflection for wiki

Reflection done in monitor and learner

    • -16
    • +18
    ./lamsfoundation/lams/tool/wiki/dto/WikiUserDTO.java
  1. … 8 more files in changeset.
LDEV-1611 and LDEV-1953 Monitor and learner modules completed for wiki tool, apart from reflection, see LDEV-1954

  1. … 12 more files in changeset.
First commit for new wiki tool

Progress: Author finished

Learner begun

    • -0
    • +35
    ./lamsfoundation/lams/tool/wiki/dao/IWikiAttachmentDAO.java
    • -0
    • +42
    ./lamsfoundation/lams/tool/wiki/dao/IWikiDAO.java
    • -0
    • +9
    ./lamsfoundation/lams/tool/wiki/dao/IWikiPageContentDAO.java
    • -0
    • +15
    ./lamsfoundation/lams/tool/wiki/dao/IWikiPageDAO.java
    • -0
    • +41
    ./lamsfoundation/lams/tool/wiki/dao/IWikiSessionDAO.java
    • -0
    • +59
    ./lamsfoundation/lams/tool/wiki/dao/IWikiUserDAO.java
    • -0
    • +73
    ./lamsfoundation/lams/tool/wiki/dao/hibernate/WikiDAO.java
    • -0
    • +56
    ./lamsfoundation/lams/tool/wiki/dto/NotebookEntryDTO.java
    • -0
    • +101
    ./lamsfoundation/lams/tool/wiki/dto/WikiAttachmentDTO.java
  1. … 149 more files in changeset.