lams-github

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-3404: Check if export portfolion for learner is enabled only if user is learner.

LDEV-3403: Fix coordinates of Floating Activities in Monitoring.

LDEV-3403: Fix coordinates of Floating Activities in Monitoring.

LDEV-3337: Alter foreign keys names so the patch exectues fine on Linux.

LDEV-3402 Add "your progress" widget to the lesson page

    • -1
    • +5
    /lams_bb_integration/RELEASE_NOTES.TXT
LDEV-3402 Add "your progress" widget to the lesson page

    • -1
    • +5
    /lams_bb_integration/RELEASE_NOTES.TXT
LDEV-3337: Make DB tables suffixes upper case so the patch exectues fine on Linux.

LDEV-3337: Make

LDEV-3316: Fix recursive call of store methods.

LDEV-2265 adding servlet mappings to web.xml manually as it's no longer generated automatically

LDEV-2265 fix JS method

LDEV-3395 Implement a minimum number of characters for forum postings

    • -4
    • +2
    /lams_tool_forum/web/jsps/learning/create.jsp
    • -12
    • +10
    /lams_tool_forum/web/jsps/learning/edit.jsp
  1. … 6 more files in changeset.
LDEV-3338: Upgrade jdom from version 0.7 to 1.1.2 shipped with WildFly. There is a version 2.x available, but it has different API and it would have to be included as a separate library again.

    • -0
    • +717
    /3rdParty_sources/jdom/org/jdom/Attribute.java
    • -0
    • +518
    /3rdParty_sources/jdom/org/jdom/AttributeList.java
    • -0
    • +205
    /3rdParty_sources/jdom/org/jdom/CDATA.java
    • -0
    • +145
    /3rdParty_sources/jdom/org/jdom/Comment.java
    • -0
    • +192
    /3rdParty_sources/jdom/org/jdom/Content.java
    • -0
    • +965
    /3rdParty_sources/jdom/org/jdom/ContentList.java
    • -0
    • +87
    /3rdParty_sources/jdom/org/jdom/DataConversionException.java
    • -0
    • +191
    /3rdParty_sources/jdom/org/jdom/DefaultJDOMFactory.java
    • -0
    • +173
    /3rdParty_sources/jdom/org/jdom/DescendantIterator.java
    • -0
    • +280
    /3rdParty_sources/jdom/org/jdom/DocType.java
    • -0
    • +766
    /3rdParty_sources/jdom/org/jdom/Document.java
    • -0
    • +1585
    /3rdParty_sources/jdom/org/jdom/Element.java
    • -0
    • +239
    /3rdParty_sources/jdom/org/jdom/EntityRef.java
    • -0
    • +115
    /3rdParty_sources/jdom/org/jdom/FilterIterator.java
    • -0
    • +323
    /3rdParty_sources/jdom/org/jdom/IllegalAddException.java
  1. … 70 more files in changeset.
LDEV-3340: Remove an unnecessary class that was created when copying a Tool as a whole.

LDEV-3341: Remove unnecessary config files.

    • -296
    • +0
    /lams_build/conf/unix/jboss/jboss-service.xml
    • -146
    • +0
    /lams_build/conf/unix/jboss/login-config.xml
    • -296
    • +0
    /lams_build/conf/windows/jboss/jboss-service.xml
    • -146
    • +0
    /lams_build/conf/windows/jboss/login-config.xml
LDEV-3339: Add sources for Lucene 4.10.

  1. … 1689 more files in changeset.
LDEV-3275: Seting request's default encoding in server configuration does not do the trick after all, so set it also in the filter.

LDEV-3398 fixed the following issue "Producing incorrect tool output on submitting answers second time (after the first one failed)"

LDEV-3396: fixing display when option presented is an image

LDEV-3396: fixing display when option presented is an image

LDEV-3391: Adding missing label

LDEV-3339: Update Lucene 2.5 -> 4.10. Use StandardAnalyzer instead of Snowball. It does not stem words and works best with English.

    • binary
    /lams_build/lib/lucene/lucene-analyzers-common-4.10.2.jar
    • binary
    /lams_build/lib/lucene/lucene-core-2.4.0.jar
    • binary
    /lams_build/lib/lucene/lucene-core-4.10.2.jar
    • binary
    /lams_build/lib/lucene/lucene-queryparser-4.10.2.jar
    • binary
    /lams_build/lib/lucene/lucene-snowball-2.4.0.jar
    • -4
    • +5
    /lams_build/lib/lucene/lucene.module.xml
LDEV-3336: Remove code for unnecessary ContentRepository WAR.

LDEV-3336: Remove code for unnecessary ContentRepository WAR.

    • -13
    • +0
    /lams_contentrepository/.mymetadata
    • -13
    • +0
    /lams_contentrepository/conf/language/ApplicationResources.properties
    • -36
    • +0
    /lams_contentrepository/conf/xdoclet/servlets.xml
    • -1
    • +0
    /lams_contentrepository/conf/xdoclet/struts-message-resources.xml
    • -89
    • +0
    /lams_contentrepository/conf/xdoclet/taglibs.xml
    • -7
    • +0
    /lams_contentrepository/db/sql/useful.sql
  1. … 256 more files in changeset.
LDEV-3337: Give the Scheduler a shorter name so DB search is faster.

LDEV-3337: Update Quartz 1.5.2 -> 2.2.1

    • -0
    • +339
    /3rdParty_sources/quartz/org/quartz/CalendarIntervalScheduleBuilder.java
    • -0
    • +159
    /3rdParty_sources/quartz/org/quartz/CalendarIntervalTrigger.java
    • -0
    • +328
    /3rdParty_sources/quartz/org/quartz/CronScheduleBuilder.java
    • -779
    • +17
    /3rdParty_sources/quartz/org/quartz/CronTrigger.java
    • -0
    • +413
    /3rdParty_sources/quartz/org/quartz/DailyTimeIntervalScheduleBuilder.java
    • -0
    • +138
    /3rdParty_sources/quartz/org/quartz/DailyTimeIntervalTrigger.java
    • -0
    • +1021
    /3rdParty_sources/quartz/org/quartz/DateBuilder.java
    • -0
    • +40
    /3rdParty_sources/quartz/org/quartz/DisallowConcurrentExecution.java
    • -0
    • +62
    /3rdParty_sources/quartz/org/quartz/ExecuteInJTATransaction.java
    • -8
    • +7
    /3rdParty_sources/quartz/org/quartz/Job.java
    • -0
    • +351
    /3rdParty_sources/quartz/org/quartz/JobBuilder.java
  1. … 273 more files in changeset.
LDEV-3394: Adding lesson notifications details

LDEV-3322: Adding id tags and LDEV-3394: fixing issue with lesson notifications

    • -14
    • +14
    /lams_monitoring/web/monitor.jsp
LDEV-3368: Now it creates the lessons and also verifies the settings in monitor.

LDEV-3374: Adding Lesson, sequence tab and EditClassPage to monitor test.