lams_tool_laqa

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3315: Clean up roles and paths to secured resources in all modules. Remove AUTHOR ADMIN role.

  1. … 72 more files in changeset.
LDEV-3315: Remove AUTHOR ADMIN role. Allow AUTHOR role to preview lessons. Allow MONITOR role to edit activities and run Live Edit.

  1. … 72 more files in changeset.
LDEV-3315: Clean up roles and paths to secured resources in all modules.

  1. … 38 more files in changeset.
LDEV-3300: Save Q&A questions before saving the parent object because if Hibernate decides to save Conditions first, some question could be not saved yet and it will trigger "non-transient object not saved" error.

LDEV-3300: Save Q&A questions before saving the parent object because if Hibernate decides to save Conditions first, some question could be not saved yet and it will trigger "non-transient object not saved" error.

LDEV-2866 * Got rid of duplicative jsp parts in Ozgur's tools * Some initial refactoring of the code

  1. … 93 more files in changeset.
LDEV-3305 Prevent iframe from expanding too big in Chrome

  1. … 13 more files in changeset.
LDEV-3305 Prevent iframe from expanding too big in Chrome

  1. … 13 more files in changeset.
LDEV-2866 * Got rid of duplicative jsp parts in Ozgur's tools * Some initial refactoring of the code

  1. … 92 more files in changeset.
LDEV-3303 CKEditor should respect height parameter overriden by editor instance

  1. … 36 more files in changeset.
LDEV-3301 prevent CKEditor from occupying more space than available due to its autogrow feature

    • -1
    • +12
    ./web/authoring/editQuestionBox.jsp
    • -2
    • +0
    ./web/authoring/pedagogicalPlannerForm.jsp
  1. … 12 more files in changeset.
LDEV-3304 * added tablesorter paging due to "Q&A "all answers" page takes minutes to load when there are a lot of responses left by other users" * slightly optimized export content

  1. … 6 more files in changeset.
LDEV-3295 fixing old artefact: QaQuestion was renamed back to QaQueContent long time ago

LDEV-3295 Allow questions having user responses with ratings be deleted

LDEV-3304 * added tablesorter paging to QA monitor * slightly optimized export content * fixed problem with displaying non-latin letters in tablesorter * fixed problem with incorrect display jRating for all items except the last one

    • -22
    • +20
    ./web/learning/RevisitedLearnerRep.jsp
    • -21
    • +19
    ./web/learning/mobile/LearnerRep.jsp
    • -21
    • +19
    ./web/learning/mobile/RevisitedLearnerRep.jsp
    • -5
    • +78
    ./web/monitoring/MonitoringMaincontent.jsp
    • -59
    • +5
    ./web/monitoring/SummaryContent.jsp
LDEV-3304 added sorting by rating

    • -2
    • +1
    ./web/learning/RevisitedLearnerRep.jsp
LDEV-3304: adding label

LDEV-2975: updating Greek, French, Norwegian

LDEV-3304 added tablesorter paging due to "Q&A "all answers" page takes minutes to load when there are a lot of responses left by other users"

    • -90
    • +122
    ./web/learning/LearnerRep.jsp
    • -88
    • +123
    ./web/learning/RevisitedLearnerRep.jsp
    • -82
    • +119
    ./web/learning/mobile/LearnerRep.jsp
    • -60
    • +103
    ./web/learning/mobile/RevisitedLearnerRep.jsp
LDEV-3304 reduced amount of DB queries due to "Q&A "all answers" page takes minutes to load when there are a lot of responses left by other users"

LDEV-3295 removed unused method

LDEV-3295 fixing old artefact: QaQuestion was renamed back to QaQueContent long time ago

LDEV-3303 CKEditor should respect height parameter overriden by editor instance

  1. … 37 more files in changeset.
LDEV-3295 Allow questions having user responses with ratings be deleted

LDEV-3301 prevent CKEditor's autogrow feature occupying more space than available

    • -1
    • +12
    ./web/authoring/editQuestionBox.jsp
LDEV-3292: Add missing indexes.

LDEV-3293: Use Spring support for Hibernate 4 instead of 3 (session factory and filters). Use new path for Hibernate DTDs. Make XDoclet generate hbm.xml files with the correct path by providing it a new template.

  1. … 105 more files in changeset.
LDEV-3293: Rewrite Application Context configuration files for Spring 4.

  1. … 77 more files in changeset.
LDEV-3293: Save or update each collection item manually as new Hibernate does not have a method for processing the whole collection anymore.

  1. … 1 more file in changeset.
LDEV-3293: Use the new Spring's support for Hibernate 4 instead of Hibernate 3. Switch from using HibernateDaoSupport.getSession() to its getSessionFactory().getSession(). The latter is sure to close the session automatically while a session returned by the first method should be closed manually. Theoritecally we do it in OpenSessionInViewFilter, but it may not be always the case, leading to open Hibernate session being left behind.

  1. … 81 more files in changeset.