• last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1916 adding autopatch to tools, including db_version_insert.sql script to tool deployer

  1. … 71 more files in changeset.
LDEV-522 wiki -> minor changes with removing option to include fckeditor (should always be there)

LDEV-522 some code cleanup, removed allowupload code

  1. … 4 more files in changeset.
LDEV-522 some code cleanup from forum to wiki

  1. … 1 more file in changeset.
LDEV-1613 Defined two seperate link options in author one for wiki links and the other for external links, instead of just one single option. Fixed up editing option condition for max num edits per wiki page

  1. … 6 more files in changeset.
LDEV-1613 Maximum edits feature working per wiki page

  1. … 1 more file in changeset.
LDEV-1611 Fixed edit count not being updated in learner for wiki tool

LDEV-1657 Improvements for learner linking, new links working now for IE

  1. … 3 more files in changeset.
LDEV-1657 Luke and Dan's progress with wikilink plugin, links now being generated properly in learner, able to get and insert links to existing wikis.

  1. … 7 more files in changeset.
LDEV-1677: Changing the tools so that clicking Close on the authoring confirmation window will both refresh the tool's monitoring window AND take the user back to the current tab on the monitoring window (ie the same tab it was on before it was refreshed). Normally this will be the edit activity tab.

  1. … 5 more files in changeset.
LDEV-1613 Progress towards "Allow learners to revert pages to previous versions" option in advanced tab in author

  1. … 4 more files in changeset.
LDEV-1613 "Removed Maximum number of characters per posting" option in advanced tab in author

  1. … 2 more files in changeset.
LDEV-1613 Removed "Allow learners to change their own postings" option from advanced tab in author

  1. … 5 more files in changeset.
LDEV-1613, LDEV-1611 Options to enable adding images/ inserting links now working. (The options control whether or not to show those buttons on the FCKeditor)

  1. … 6 more files in changeset.
LDEV-1613 Progress with "allow learners to attach images" option

  1. … 4 more files in changeset.
LDEV-1613 Code cleanup

  1. … 6 more files in changeset.
LDEV-1613 Progress with advanced tab, removed radio buttons, create new wiki page checkbox working

  1. … 1 more file in changeset.
LDEV-1613 Progress towards option of enabling disabling learners to create new wiki pages.

  1. … 4 more files in changeset.
LDEV-522 Cleaning up unwanted directories from CVS

    • -194
    • +0
    ./java/org/lams/lams/tool/wiki/dto/MessageDTO.java
    • -77
    • +0
    ./java/org/lams/lams/tool/wiki/dto/UserDTO.java
    • -543
    • +0
    ./java/org/lams/lams/tool/wiki/persistence/Wiki.java
  1. … 31 more files in changeset.
LDEV-522 Fixed incorrect path setting across project

    • -0
    • +194
    ./java/org/lamsfoundation/lams/tool/wiki/dto/MessageDTO.java
    • -0
    • +55
    ./java/org/lamsfoundation/lams/tool/wiki/dto/SessionDTO.java
    • -0
    • +77
    ./java/org/lamsfoundation/lams/tool/wiki/dto/UserDTO.java
    • -0
    • +543
    ./java/org/lamsfoundation/lams/tool/wiki/persistence/Wiki.java
  1. … 80 more files in changeset.
LDEV-522 made fck editor visible by default in learner, fixed up other labels

  1. … 8 more files in changeset.
LDEV-1609 Label updates for wiki

  1. … 26 more files in changeset.
LDEV-522 Wiki Tool now uses Forum as a base template

    • -0
    • +152
    ./java/org/lams/lams/tool/wiki/wikiApplicationContext.xml
    • -0
    • +194
    ./java/org/lams/lams/tool/wiki/dto/MessageDTO.java
    • -0
    • +55
    ./java/org/lams/lams/tool/wiki/dto/SessionDTO.java
    • -0
    • +77
    ./java/org/lams/lams/tool/wiki/dto/UserDTO.java
    • -0
    • +76
    ./java/org/lams/lams/tool/wiki/persistence/Attachment.hbm.xml
    • -0
    • +164
    ./java/org/lams/lams/tool/wiki/persistence/Attachment.java
    • -0
    • +207
    ./java/org/lams/lams/tool/wiki/persistence/Message.hbm.xml
    • -0
    • +515
    ./java/org/lams/lams/tool/wiki/persistence/Message.java
    • -0
    • +64
    ./java/org/lams/lams/tool/wiki/persistence/MessageSeq.hbm.xml
    • -0
    • +79
    ./java/org/lams/lams/tool/wiki/persistence/MessageSeq.java
    • -0
    • +263
    ./java/org/lams/lams/tool/wiki/persistence/Wiki.hbm.xml
    • -0
    • +553
    ./java/org/lams/lams/tool/wiki/persistence/Wiki.java
  1. … 189 more files in changeset.
LDEV-522 Deleting current wiki_tool (based on Noticeboard) in order to recreate the tool based on Forum

    • -267
    • +0
    ./java/org/lams/lams/tool/wiki/WikiAttachment.java
    • -447
    • +0
    ./java/org/lams/lams/tool/wiki/WikiContent.java
    • -271
    • +0
    ./java/org/lams/lams/tool/wiki/WikiSession.java
    • -188
    • +0
    ./java/org/lams/lams/tool/wiki/WikiUser.java
    • -102
    • +0
    ./java/org/lams/lams/tool/wiki/dao/IWikiUserDAO.java
  1. … 131 more files in changeset.
LDEV-522 The Wiki tool project is born!

    • -0
    • +71
    ./java/org/lams/lams/tool/wiki/WikiApplicationException.java
    • -0
    • +267
    ./java/org/lams/lams/tool/wiki/WikiAttachment.java
    • -0
    • +138
    ./java/org/lams/lams/tool/wiki/WikiConstants.java
    • -0
    • +447
    ./java/org/lams/lams/tool/wiki/WikiContent.java
    • -0
    • +271
    ./java/org/lams/lams/tool/wiki/WikiSession.java
    • -0
    • +188
    ./java/org/lams/lams/tool/wiki/WikiUser.java
    • -0
    • +88
    ./java/org/lams/lams/tool/wiki/applicationContext.xml
    • -0
    • +110
    ./java/org/lams/lams/tool/wiki/dao/IWikiAttachmentDAO.java
    • -0
    • +114
    ./java/org/lams/lams/tool/wiki/dao/IWikiContentDAO.java
    • -0
    • +131
    ./java/org/lams/lams/tool/wiki/dao/IWikiSessionDAO.java
    • -0
    • +102
    ./java/org/lams/lams/tool/wiki/dao/IWikiUserDAO.java
    • -0
    • +148
    ./java/org/lams/lams/tool/wiki/dao/hibernate/WikiContentDAO.java
    • -0
    • +156
    ./java/org/lams/lams/tool/wiki/dao/hibernate/WikiSessionDAO.java
    • -0
    • +135
    ./java/org/lams/lams/tool/wiki/dao/hibernate/WikiUserDAO.java
  1. … 132 more files in changeset.