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

Removed calls to RepositoryProxy class.

LDEV-2171

  1. … 18 more files in changeset.
LDEV-2145 Removing loads and loads and LOADS of unnecessary logging, which would slow the qa tool almost to a standstill if the server logging is set to debug and someone submits a large answer. Some useful logging may have been removed in the process, but it still is in a much better position than it was before

    • -20
    • +17
    ./org/lamsfoundation/lams/tool/qa/QaUtils.java
  1. … 4 more files in changeset.
Fixing up the format of some java files in QA

    • -5
    • +4
    ./org/lamsfoundation/lams/tool/qa/Nullable.java
    • -20
    • +20
    ./org/lamsfoundation/lams/tool/qa/QaComparator.java
    • -344
    • +316
    ./org/lamsfoundation/lams/tool/qa/QaQueUsr.java
    • -161
    • +113
    ./org/lamsfoundation/lams/tool/qa/QaSession.java
  1. … 35 more files in changeset.
Fixing up the format of some java files in QA

    • -0
    • +154
    ./org/lamsfoundation/lams/tool/qa/dao/QaQueUsrDAO.java
LDEV-2143 Fixing the memory problem with QA tool QaQueUserDAO was fetching the entire user table in order to get a count

After the fix a jprofiler test with multiple users fixed the memory problem

Already committed to 2.2.1 branch so also committing to head

    • -1299
    • +1174
    ./org/lamsfoundation/lams/tool/qa/web/QaLearningAction.java
Fixing up the format of some qa java files

LDEV-1998: Added Pedagogical Planner editor with add/edit node functionality.

  1. … 46 more files in changeset.
LDEV-1998: Added FCKeditors for several tools. Adjusted styles for IE.

  1. … 19 more files in changeset.
LDEV-1998: Added Editing advice for all tools. Added FCKEditor for Notebook, Chat and Submit Files.

  1. … 45 more files in changeset.
LDEV-1998: Additions: - Central: added some files that were not committed earlier and prevented Planner from opening in a pop up window. - Q&A: fixed minor bug with question indexing. - Chat: Planner now strips Instructions from HTML tags. - Notebook: Planner now strips Instructions from HTML tags; fixed bug that set Online Instructions = Offline Instructions (!); Added tooltip with editing advice; adjusted planner form size.

  1. … 1 more file in changeset.
LDEV-1998: Committing Pedagogical Planner base files and support for chat, forum, multiple choice, Q&A, noticeboard, notebook and vote tools.

  1. … 100 more files in changeset.
Requests from Spyros to change the width of the wizard dialog in the config page,

and to add furhter entries to the qa wizard

  1. … 2 more files in changeset.
Adding default content for the qa wizard to the qa update scripts

Turning off autocommit in the autopatch scripts so that if there are any errors, we dont end up with half of the statements executed

  1. … 4 more files in changeset.
LDEV-1964 Adding the create table statements to the autopatch script for the q&a wizard task

LDEV-1964 Adding the create table statements to the autopatch script for the q&a wizard task

  1. … 1 more file in changeset.
LDEV-1984 - Create qa wizard

Added export import functionality so people can share question wizards

    • -0
    • +51
    ./org/lamsfoundation/lams/tool/qa/QaWizardDTO.java
  1. … 6 more files in changeset.
LDEV-1964 Adding the question and answer wizard in as an option feature (set up in admin) the export/import feature is not implemented yet however

    • -0
    • +81
    ./org/lamsfoundation/lams/tool/qa/QaConfigItem.java
    • -0
    • +101
    ./org/lamsfoundation/lams/tool/qa/QaWizardCategory.java
    • -0
    • +102
    ./org/lamsfoundation/lams/tool/qa/QaWizardQuestion.java
    • -0
    • +34
    ./org/lamsfoundation/lams/tool/qa/dao/IQaConfigItemDAO.java
    • -0
    • +39
    ./org/lamsfoundation/lams/tool/qa/dao/IQaWizardDAO.java
    • -0
    • +127
    ./org/lamsfoundation/lams/tool/qa/dao/hibernate/QaWizardDAO.java
    • -0
    • +271
    ./org/lamsfoundation/lams/tool/qa/web/QaAdminAction.java
    • -0
    • +88
    ./org/lamsfoundation/lams/tool/qa/web/QaAdminForm.java
  1. … 16 more files in changeset.
LDEV-1946, LDEV-1945, LDEV-1944, LDEV-1918, LDEV-1926: Added default conditions as a part of tool's default content. Removed unnecessary call to DAO.

  1. … 8 more files in changeset.
LDEV-1606: Added BranchConditionDTOs specific for each tool. This fixes bug in learning design export.

    • -0
    • +56
    ./org/lamsfoundation/lams/tool/qa/QaConditionDTO.java
  1. … 10 more files in changeset.
LDEV-1918: Fixed a typo in DB patch file.

LDEV-1946, LDEV-1945, LDEV-1944, LDEV-1918: Fixed a small bug in output factories (even simple conditions were considered text search based).

  1. … 3 more files in changeset.
LDEV-1918: Fixed some bugs and added code deleting unused conditions.

LDEV-1918: Added logger to QaCondition class.

LDEV-1918: Minor change for efficiency.

LDEV-1918: Added final changes after testing.

  1. … 5 more files in changeset.
LDEV-1918: Changes after testing with Flash.

    • -292
    • +259
    ./org/lamsfoundation/lams/tool/qa/QaQueContent.java
  1. … 1 more file in changeset.
LDEV-1918: Corrected label for output definition description. Set "showConditionNameOnly" to true.

LDEV-1918: Added most of the code for Q&A text based conditions.

    • -218
    • +228
    ./org/lamsfoundation/lams/tool/qa/QaAppConstants.java
    • -0
    • +104
    ./org/lamsfoundation/lams/tool/qa/QaCondition.java
    • -479
    • +525
    ./org/lamsfoundation/lams/tool/qa/QaContent.java
    • -0
    • +50
    ./org/lamsfoundation/lams/tool/qa/util/QaConditionComparator.java
    • -1986
    • +1836
    ./org/lamsfoundation/lams/tool/qa/web/QaAction.java
  1. … 19 more files in changeset.
LDEV-1916 adding autopatch to tools, including db_version_insert.sql script to tool deployer

  1. … 71 more files in changeset.