lams_tool_vote

  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
change to ascii

  1. … 25 more files in changeset.
Updating Greek, English, Spanish, French, Italian, Japanese, Korean, Maori, Norwegian, Turkish

LDEV-2374: Data flow between tools: framework and example for Q&A -> Vote.

  1. … 71 more files in changeset.
Merge lams2_3 to head (including things not merged last time due to eclipse's merge wizard not handling the lams2_3 start point as expected)

  1. … 213 more files in changeset.
Added missing library and fixed classpaths - changes needed after code merge.

  1. … 17 more files in changeset.
Merge lams2_3 into head

  1. … 160 more files in changeset.
Merge lams2_3_jboss5 changes into lams2_3

  1. … 55 more files in changeset.
Updating Greek and Japanese

  1. … 2 more files in changeset.
LDEV-2363 Fix duplicate open vote (text entry).

Updating Greek

  1. … 5 more files in changeset.
Updating Spanish

  1. … 9 more files in changeset.
LDEV-2071: Added initial version of LAMS 2.3 on JBoss 5.1.

  1. … 8 more files in changeset.
Updating Greek

  1. … 8 more files in changeset.
Updating labels to head

  1. … 11 more files in changeset.
Updating Greek

  1. … 10 more files in changeset.
LDEV-2185: missing the userEntry bit

merging improvements from lams2_3_spring_jboss_tune branch

  1. … 115 more files in changeset.
LDEV-2174:

Merged "context.tool" and "context.central" due to Locator inheritance bug in Spring.

Removed redundant Quartz Scheduler.

  1. … 26 more files in changeset.
LDEV-2174:

Changed Spring contexts to use ContextSingletonBeanFactoryLocator.

Added Ant task to slim JBoss.

  1. … 77 more files in changeset.
Added repositoryService via spring

Removed calls to RepositoryProxy class.

LDEV-2171

  1. … 18 more files in changeset.
Added repositoryService via spring

Removed calls to RepositoryProxy class.

LDEV-2171

  1. … 18 more files in changeset.
LDEV-1998: Added "Clear entry" icon in activities with collections of entries.

    • -14
    • +38
    ./web/authoring/pedagogicalPlannerForm.jsp
  1. … 15 more files in changeset.
LDEV-1998:Added Instructions field to Vote and Share Resources tools.

    • -11
    • +24
    ./web/authoring/pedagogicalPlannerForm.jsp
  1. … 3 more files in changeset.
LDEV-2152: includes next activity icon

    • -3
    • +3
    ./web/learning/RevisitedAllNominations.jsp
  1. … 28 more files in changeset.
LDEV-2150: added icons to save/cancel buttons

    • -2
    • +2
    ./web/WEB-INF/tags/AuthoringButton.tag
  1. … 23 more files in changeset.
LDEV-1998: Adjusted layout of tools' PedPlanner form contents.

    • -2
    • +2
    ./web/authoring/pedagogicalPlannerForm.jsp
  1. … 13 more files in changeset.
Updating Spanish, Maori

  1. … 4 more files in changeset.
LDEV-2005: updating FCKEditor.tag to pass contentfolder id to video reorder fckeditor plugin

  1. … 21 more files in changeset.
LDEV-2143 Vote tool causing heap memory leak. The VoteUsrAttemptDAO class was bringing the entire VoteUsrAttempt table into the memory space, then traversing it programatically which is very un-advisable.

I changed the hql queries to only get the rows needed for the processing and the memory leak seems to be at a much more acceptable level

Committing for head

LDEV-2143 Vote tool causing heap memory leak. The VoteUsrAttemptDAO class was bringing the entire VoteUsrAttempt table into the memory space, then traversing it programatically which is very un-advisable.

I changed the hql queries to only get the rows needed for the processing and the memory leak seems to be at a much more acceptable level

Committing for 2.1.1 branch