lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3314 Scratchie tool to calculate max mark correctly when producing ToolOutputDefinition

LDEV-3310 Remove green dotted line under some menu elements

    • -0
    • +3
    /lams_central/web/css/defaultHTML_learner.css
    • -0
    • +3
    /lams_central/web/css/defaultHTML_rtl.css
    • -0
    • +3
    /lams_central/web/css/defaultMainHTML.css
    • -0
    • +3
    /lams_central/web/css/defaultMainHTML_rtl.css
    • -0
    • +3
    /lams_central/web/css/highContrast.css
    • -0
    • +3
    /lams_central/web/css/highContrast_rtl.css
    • -0
    • +3
    /lams_central/web/css/highContrast_rtl_learner.css
LDEV-3310 Switched to using office2013 skin

    • -7
    • +4
    /lams_central/web/ckeditor/ckeditor.js
    • binary
    /lams_central/web/ckeditor/skins/office2013/icons.png
    • binary
    /lams_central/web/ckeditor/skins/office2013/icons_hidpi.png
    • binary
    /lams_central/web/ckeditor/skins/office2013/images/arrow.png
    • binary
    /lams_central/web/ckeditor/skins/office2013/images/close.png
    • binary
    /lams_central/web/ckeditor/skins/office2013/images/lock.png
    • binary
    /lams_central/web/ckeditor/skins/office2013/images/refresh.png
    • -0
    • +1
    /lams_central/web/ckeditor/skins/office2013/skin.js
LDEV-3296 remove translations of the languages we don't support

    • -5
    • +0
    /lams_central/web/ckeditor/lang/en-ca.js
    • -5
    • +0
    /lams_central/web/ckeditor/lang/en-gb.js
    • -5
    • +0
    /lams_central/web/ckeditor/lang/fr-ca.js
  1. … 17 more files in changeset.
LDEV-3368: Adding advanced tab tests and fixes

LDEV-3329 fix calculation of options' negative marks

LDEV-3329 fix calculation of options' negative marks

LDEV-3368: Fixed getters

LDEV-3368: Using findBys to speed up xpath queries

LDEV-3374: Adding monitoring page (though pretty much blank now)

LDEV-3326 added advanced option to include other users results after survey responses are sent

    • -0
    • +18
    /lams_tool_survey/conf/xdoclet/struts-actions.xml
  1. … 24 more files in changeset.
LDEV-3326 fix lockOnFinish functionality

    • -3
    • +24
    /lams_tool_survey/web/pages/learning/result.jsp
LDEV-3322: adding id tags for login and refresh index page

LDEV-3322: adding id tags for login and refresh index page

LDEV-3315: Temporarily skip security check if organisation is NULL (lesson preview).

LDEV-3315: Temporarily skip security check if organisation is NULL (lesson preview).

LDEV-3315, LDEV-3367: Refactor SecurityService methods. Replace Monitoring and Gradebook own security code with SecurityService checks.

  1. … 3 more files in changeset.
LDEV-3315, LDEV-3367: Refactor SecurityService methods. Replace Monitoring and Gradebook own security code with SecurityService checks.

    • binary
    /lams_build/lib/lams/lams-monitoring.jar
  1. … 5 more files in changeset.
LDEV-3326 1) after the view all responses is pressed, even on refresh you shouldn't be able to re-edit your take. 2) Unlike Q&A, your answer must be included in the stats. 3) In the paging component that shows free text, the text displayed there ignores CRs. 4) make the paging component page wide instead and just get rid of the "Open response" label 5) put the number of answers that we are displaying

  1. … 3 more files in changeset.
LDEV-3333: remove org.jboss.as.jdr and org.jboss.as.pojo from LAMS standalone.xml

LDEV-3333: remove org.jboss.as.jaxrs, org.jboss.as.sar and org.wildfly.extension.batch extensions from jboss standalone.xml

LDEV-3372: Improve warning message for LiveEdit

LDEV-3372: Improve warning message for LiveEdit

LDEV-3372: Improve warning message for LiveEdit

LDEV-3372: Improve warning message for LiveEdit

LDEV-3328: adding branching within branching test. Validates LDEV-3362

LDEV-3326 added advanced option to include other users results after survey responses are sent

    • -0
    • +17
    /lams_tool_survey/conf/xdoclet/struts-actions.xml
  1. … 20 more files in changeset.
LDEV-3333: remove 'org.jboss.as.mail' module from standalone.xml

LDEV-3320: Switch TransactionManager used by LAMS to JTA. Update hibernate.properties to use JTA platform as transactions provier. Update hibernate.properties to use TransactionAwareSessionContext .

In order for Infinispan and Hibernate to correctly cooperate within transactions - it is recommended to use TransactionManager that supports JTATransactions (LAMS was using JDBCTransaction type). http://infinispan.org/docs/6.0.x/user_guide/user_guide.html#_jta_transactions_configuration

LDEV-3364: add javax.transactions dependency from WildFly for TransactionAwareSessionContext