Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2889: Add collapsible west pane in Learner containig Flash progress bar. Make its appearance optional with sysadmin settings. Externalise mainflash.jsp CSS.

    • -0
    • +10
    ./lamsfoundation/lams/dbupdates/patch02040011.sql
  1. … 7 more files in changeset.
LDEV-2884: including delete on cascade for learning designs

WVI-25: Remove servlet configuration from Central, make lams_saml be almost completely standalone. Add DB tables and access layer for storing user "office" parameter. Make lams_saml a WAR instead of JAR as it needs access to Central context beans and introduces own services. Make configuration be stored in WAR and accessed internally by Java code instead of deploying it in web content and access by HTTP. Put "group" parameter in sesssion when user accesses SamlServlet for the first time, before redirecting to IdP log in page. This parameter is later used for registering user. Add wrapper method in Integration service allowing creation of group withou external server prefix.

  1. … 5 more files in changeset.
LDEV-2755: Upgrading 2.4 final release dates

LDEV-2861 updating svgGenerator to be able to use it standalone after LDEV-2603

    • -13
    • +25
    ./lamsfoundation/lams/util/svg/SVGGenerator.java
  1. … 3 more files in changeset.
LDEV-2836 fixed Presence and IM

  1. … 7 more files in changeset.
LDEV-2856 added missing property

    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
LDEV-2829 Lesson intro page

    • -0
    • +10
    ./lamsfoundation/lams/dbupdates/patch02040010.sql
    • -300
    • +272
    ./lamsfoundation/lams/lesson/Lesson.java
  1. … 14 more files in changeset.
LDEV-2835, LDEV-2833: Make Expires header value calculate only once.

  1. … 2 more files in changeset.
LDEV-2782 lessons get sorted by lessonIds

    • -0
    • +50
    ./lamsfoundation/lams/lesson/util/LessonComparator.java
  1. … 3 more files in changeset.
LDEV-2832: fixing issue with missing label

    • -1
    • +1
    ./lamsfoundation/lams/util/Configuration.java
LDEV-2828: fix hibernate queries that were incorrect and were causing LAMS to crash

LDEV-2830: fix encoding

LDEV-2830: Fixing problem with missing locales in previous versions

LDEV-2830: Czech and Indonesian

    • -0
    • +15
    ./lamsfoundation/lams/dbupdates/patch02040009.sql
LDEV-2813: set mobile interface to flashless learner by default

  1. … 2 more files in changeset.
LDEV-2811: Use Spring injection to allow CacheManager to use SessionFactory and to manipulate cached objects. Prevent methods based on JMX retrieved Cache from being used. Adjust layout to reflect new approach to cache manipulation.

    • -2
    • +2
    ./lamsfoundation/lams/applicationContext.xml
    • -3
    • +67
    ./lamsfoundation/lams/cache/CacheManager.java
    • -3
    • +28
    ./lamsfoundation/lams/cache/ICacheManager.java
    • -0
    • +1
    ./lamsfoundation/lams/commonContext.xml
  1. … 6 more files in changeset.
LDEV-2803: Make SessionManager recreate SSO cookie after it has been deleted (revert to version before changes made for LDEV-2771). Prevent SingleSignOn from deleting SSO cookies. It is required for Sysadmin "Login as" feature. For authentication from external servers using LoginRequestServlet, SSO cookied removal is needed (LDEV-2719), but it is already done in Servlet class.

LDEV-2415: For Forum information label reuse FileValidatorUtil method to format file size.

  1. … 2 more files in changeset.
LDEV-2806: Update border (start and end) activities as well by changing SQL statement selecting transitions for them.

LDEV-2806: Make sure that only transitions of certain type (progress) are selected.

LDEV-2806: Make sure that only transitions of certain type (progress) are selected.

LDEV-2806: Fill Activtiy table with missing information about tranistions.

    • -0
    • +15
    ./lamsfoundation/lams/dbupdates/patch02040008.sql
LDEV-2807: Support for MySQL 5.5

  1. … 47 more files in changeset.
LDEV-2782: On Index page show lesson having conditions when its finish date is set. Allow setting lesson finish date either individually for every user or for lesson as a whole. Adjust lesson conditions thickbox labels and form elements.

    • -1
    • +12
    ./lamsfoundation/lams/index/IndexLessonBean.java
  1. … 6 more files in changeset.
SIF-10, LDEV-2782: Remove unused release_date column from lams_lesson.

    • -14
    • +0
    ./lamsfoundation/lams/lesson/Lesson.java
  1. … 1 more file in changeset.
LDEV-2782: Check preceding lessons completion in AccessPermissionFilter, so files like mainflash.jsp can not be accessed. Allow only lesson owner to modify conditions. Refresh Index page after conditions thickbox is closed.

  1. … 3 more files in changeset.
LDEV-2782: Rename table with lesson condtions for better reflection of its function. Add icon and thickbox on Index page, showing release conditions of given lesson. Allow removing conditions.

    • -1
    • +16
    ./lamsfoundation/lams/index/IndexLessonBean.java
  1. … 13 more files in changeset.
LDEV-2782: Add backend code for conditional release of lessons. Prevent learners from accessing unreleased lessons. Inform learners of unlocked lessons after completing preceding lessons.

    • -0
    • +22
    ./lamsfoundation/lams/lesson/Lesson.java
  1. … 11 more files in changeset.
LDEV-2771: Prevent Single Sing On mechanism from constantly creating and removing SSO ID and cookie in case of unsuccessful login. Clean up unnecessary SSO cookie creation just after its removal in SessionManager.