Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4417 Popover portraits in Monitoring

Implemented in Assessment, Chat, Daco, Forum and Submit.

    • -30
    • +67
    ./lamsfoundation/lams/web/tag/PortraitTag.java
  1. … 74 more files in changeset.
LDEV-4415 Add tool output weight. Rewrite activity evaluations.

Activity evaluations have been implemented as a list, even though always

only the first element is meaningful. They were rewritten as one-to-one

association with Activity. The primary key is activity ID now instead of

DB generated UID.

Weight column was added.

Server version was bumped so a filter can pick up activityEvaluations ->

evaluation field rename when importing older LDs.

A convention without date was used for server version as it seems good

enough.

Unnecessary versions of clients were removed from configuration table as

they server the abandoned Flash authoring.

    • -28
    • +19
    ./lamsfoundation/lams/authoring/ObjectExtractor.java
  1. … 16 more files in changeset.
Merge remote-tracking branch 'origin/master' into lams31

Multiple conflicts resolved with JSON replace and class move to

packages.

    • -1
    • +1
    ./lamsfoundation/lams/web/HomeAction.java
    • -0
    • +4
    ./lamsfoundation/lams/web/IndexAction.java
    • -1
    • +1
    ./lamsfoundation/lams/web/OrganisationGroupAction.java
  1. … 27 more files in changeset.
LDEV-4374 Hide search widget if there is less than 10 courses

If the number of active courses that user has access to is less

than 10 - we don't display search widget.

    • -0
    • +4
    ./lamsfoundation/lams/web/IndexAction.java
  1. … 1 more file in changeset.
LDEV-4407 Move lams_contentrepository exceptions to the proper package

lams_contentrepository's exception classes were moved to

contentrepository.exception package.

(To access exceptions' earlier history use Eclipse's Show in History

feature or run 'git log --follow ./path/to/file')

    • -1
    • +1
    ./lamsfoundation/lams/web/HomeAction.java
    • -1
    • +1
    ./lamsfoundation/lams/web/OrganisationGroupAction.java
  1. … 60 more files in changeset.
LDEV-4402 Substitute Gson and Apache JSON with Jackson

Jackson is a top JSON library shipped with WF10.

Apache JSON resides in an ancient library which we do not need for

anything else.

We use GSon only for serializing Java objects to JSON, which Jackson can

do too.

    • -198
    • +183
    ./lamsfoundation/lams/authoring/ObjectExtractor.java
    • -8
    • +10
    ./lamsfoundation/lams/rest/LearningDesignRestServlet.java
    • -20
    • +13
    ./lamsfoundation/lams/rest/RestServlet.java
    • -4
    • +4
    ./lamsfoundation/lams/rest/ToolRestManager.java
    • -8
    • +10
    ./lamsfoundation/lams/web/FindUserLessonsAction.java
    • -18
    • +13
    ./lamsfoundation/lams/web/HomeAction.java
    • -29
    • +32
    ./lamsfoundation/lams/web/IndexAction.java
    • -55
    • +57
    ./lamsfoundation/lams/web/OrganisationGroupAction.java
  1. … 121 more files in changeset.
LDEV-4402 Remove Lucene library

It has only been used for Pedagogical Planner filter feature, which is

not used by clients anyway

  1. … 8 more files in changeset.
LDEV-4402 Remove obsolete XPP3 and XMLPull libraries

The libraries have been used by earlier versions of XStream. They are

not needed for latest XStream and Java 6+.

Deserialized classes must implement a no-arg constructor.

  1. … 12 more files in changeset.
LDEV-4398 Enlarge the smallest portrait size to 35px

Also accommodate for this change on main and profile pages.

  1. … 3 more files in changeset.
LDEV-4398 Use imgscalr library for image resizing

Besides, switch to using only PNG files in order to prevent image

quality loosing.

    • -33
    • +30
    ./lamsfoundation/lams/web/PortraitSaveAction.java
  1. … 1 more file in changeset.
LDEV-4395 Clean up comments and debugging

    • -1
    • +0
    ./lamsfoundation/lams/web/tag/PortraitTag.java
  1. … 1 more file in changeset.
LDEV-4395 Portrait tag and javascript to display portraits

A new tag and javascript file shows the user portraits in one of 4 sizes

and either square or round. If no portrait exists a generic coloured

user icon is used. Portraits shown in Forum and Noticeboard Comments.

    • -0
    • +199
    ./lamsfoundation/lams/web/tag/PortraitTag.java
  1. … 53 more files in changeset.
LDEV-4380 Replace portrait capturing Flash widget with WebRTC

In order to completely eradicate Flash, we can use WebRTC which seems to

be working OK in newer browsers.

    • -57
    • +52
    ./lamsfoundation/lams/web/PortraitSaveAction.java
  1. … 7 more files in changeset.
LDEV-4377 - Show timezones to select order alphabetically

    • -288
    • +292
    ./lamsfoundation/lams/web/ProfileAction.java
  1. … 1 more file in changeset.
LDEV-4367 Skins can be created

The SASS files are now configured to allow a new variable file to be

set up with different colours and for users to be able to switch

between skins.

    • -10
    • +37
    ./lamsfoundation/lams/web/tag/CssTag.java
  1. … 156 more files in changeset.
LDEV-4382 Allow NULL group UIID in Live Edit

Having NULL group UIID seems like a common situation. There is even an

old comment explaining why is that. Object extractor should be ready for

such situation.

    • -1691
    • +1691
    ./lamsfoundation/lams/authoring/ObjectExtractor.java
LDEV-4195 Fix class cast exception

Input for assigning course groups to lesson groups can be either

grouping or branching. We need to detect both situations, otherwise we

get class cast exceptions.

Also adjust layout.

    • -676
    • +672
    ./lamsfoundation/lams/web/OrganisationGroupAction.java
  1. … 2 more files in changeset.
LDEV-4366 Open Kumalive in a pop up window rather than jQuery dialog

  1. … 4 more files in changeset.
LDEV-4366 Add a working version of Kumalive

    • -13
    • +12
    ./lamsfoundation/lams/web/DisplayGroupAction.java
  1. … 14 more files in changeset.
LDEV-4366 Prototype Kumalive front and back ends

  1. … 18 more files in changeset.
LDEV-4348 Stop marking users that haven't completed the lesson as finished when syncing marks

LDEV-2999 Include a rating option for reviewed resources (authored only). To make the grouped rating of authored resources work properly, session id was added to the rating and rating comments tables and all code using the shared jRating script and shared ratings updated to store the session code. DB script updates existing rating, rating comment records.

    • -5
    • +6
    ./lamsfoundation/lams/web/RatingServlet.java
  1. … 14 more files in changeset.
LDEV-4341 1) Add advanced settings that will contain Save button 2) If there are *no* course groupings - jump directly to the create groups page

    • -5
    • +7
    ./lamsfoundation/lams/web/OrganisationGroupAction.java
  1. … 4 more files in changeset.
LDEV-4339 Prevent exception on adding course grouping with non-unique name * Also added a few enhancements like support for saving groupings on pressing Enter key and hiding warning once it's fixed rather than after pressing Save button

    • -15
    • +2
    ./lamsfoundation/lams/web/OrganisationGroupAction.java
  1. … 2 more files in changeset.
LDEV-4343 Remove obsolete "style" attribute from CssTag

    • -24
    • +1
    ./lamsfoundation/lams/web/tag/CssTag.java
  1. … 56 more files in changeset.
LDEV-4334: Moving Lesson Gradebook into Monitoring window so that it is always available and adding a Marks chart.

  1. … 4 more files in changeset.
LDEV-4163 Fix the error when only lessons with assessment tool are considered to produce numeric tool output

LDEV-4163 Removed "LessonManagerServlet." before private member variables

LDEV-4325: Store activities' new coordinates after they got rearranged during SVG recreation.

  1. … 1 more file in changeset.
LDEV-4184: Silence "[DEPRECATION] Encountered positional parameter" warning in hibernatelams.log. Fixing them requires going through multiple SQL queries and it is not worth it. Positional parameters work fine.

  1. … 5 more files in changeset.