|
|
 |
- last updated a few seconds ago
Thursday 28 Sep 2017
LDEV-4428 Start supporting cy and id languages in CKEditor
Wednesday 27 Sep 2017
LDEV-4415 Gradebook calculations and UI support weighting
-
-
-
… 15 more files in
changeset.
Friday 22 Sep 2017
LDEV-4423 Adding portraits to Monitor screens Portraits incorporated into general monitor screens such as the email sending popup, journal viewing, grouping and learner progress. Also fixed issues in journal viewing relating to LDEV-4393.
-
-
… 12 more files in
changeset.
Thursday 14 Sep 2017
LDEV-4417 Popover portraits in Monitoring Implmented in Scratchie, Spreadsheet, Scribe, Task, Vote
-
-
-
-
… 33 more files in
changeset.
LDEV-4417 Popover portraits in Monitoring Implmented in Scratchie, Spreadsheet, Scribe, Task, Vote
-
-
-
-
… 33 more files in
changeset.
Wednesday 13 Sep 2017
LDEV-4426 Fix autopatch file name Some time ago we switched to using dates as autopatch file names instead of previously used version numbers. So make this aupatch file name comply with this rule.
Monday 11 Sep 2017
LDEV-4293 Change place where session gets mapped to login UniversalLoginModule can be accessed without going through SsoHandler when a session gets replicated. It means that it misses login -> sessionID mapping which is needed for double login detection. The code was rewritten to make sure login is properly mapped. It may be optimised later so the mapping does not happen on every session start.
LDEV-4417 Popover portraits in Monitoring Implmented in Share Resources, Survey, Leader, Mindmap, Noticeboard, Notebook, Pixlr, Peer Review
-
-
-
… 41 more files in
changeset.
LDEV-4417 Popover portraits in Monitoring Implmented in Share Resources, Survey, Leader, Mindmap, Noticeboard, Notebook, Pixlr, Peer Review
-
-
-
… 41 more files in
changeset.
Sunday 10 Sep 2017
-
-
… 1 more file in
changeset.
-
-
… 7 more files in
changeset.
Saturday 09 Sep 2017
LDEV-4400 Update session ID after is gets changed In LAMS we keep a mapping between session ID and session object. Session ID gets changed after log in to prevent session fixation attack. We need to update the mapping too.
Friday 08 Sep 2017
-
-
-
-
-
-
… 10 more files in
changeset.
Wednesday 30 Aug 2017
LDEV-4417 Popover portraits in Monitoring Implemented in Assessment, Chat, Daco, Forum and Submit.
-
-
-
… 72 more files in
changeset.
LDEV-4417 Popover portraits in Monitoring Implemented in Assessment, Chat, Daco, Forum and Submit.
-
-
-
… 73 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.
-
-
-
-
-
-
-
-
-
-
-
… 9 more files in
changeset.
Saturday 26 Aug 2017
Merge remote-tracking branch 'origin/master' into lams31 Multiple conflicts resolved with JSON replace and class move to packages.
-
-
-
… 32 more files in
changeset.
Thursday 24 Aug 2017
LDEV-3115 The start and end co-ordinates were missing during the import. Options With Sequences behave similar to Branching in Flashless Authoring.
Friday 18 Aug 2017
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')
-
-
… 66 more files in
changeset.
Wednesday 16 Aug 2017
NTU-12 Add convenience methods for role processing
Monday 14 Aug 2017
LDEV-4401 Remove deprecated parameters for integrations We no longer use External server URL and Timeout URL settings. So they can be removed.
-
-
-
… 6 more files in
changeset.
LDEV-4400 Disable session ID change on demand WildFly 10 changes session ID after log in by default. It prevent session fixation attack. TestHarness can not process it correctly. When calling /j_security_check it gets session ID in SET-COOKIE header different to what Undertow generates. Browsers seem to have no problem with it, but TestHarness fails to set correct session ID. That is why session ID change needs to be disabled when running TH.
Sunday 13 Aug 2017
NTU-12, LDEV-1261 Fix a lazy initialisation exception Objects should not be passed to services' methods if they were not fetched in other service methods. For example, passing an object from Action to a service can result in a lazy initialisation exception. It it better to use primitives, IDs.
Friday 11 Aug 2017
NTU-12 Add typing to a collection so lambdas can cope with it
Thursday 10 Aug 2017
LDEV-4402, LDEV-3315 Remove custom session fixation attack fix Manual change of session ID was needed in WF8. WF10 changes session automatically.
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.
-
-
-
-
-
-
… 131 more files in
changeset.
Monday 07 Aug 2017
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.
-
-
-
-
… 10 more files in
changeset.
LDEV-4402 Get rid of LAMS customised session filter This filter was implemented in 2005 and seems more like a workaround than a feature we need. Especially that many of LAMS tools already use the standard filter and they work OK.
-
-
… 23 more files in
changeset.
LDEV-4402 Use Spring support for Hibernate v5 instead of v4 WF10 is shipped with Hibernate 5, so Spring support version should match.
-
-
-
-
-
… 16 more files in
changeset.
Friday 04 Aug 2017
LDEV-4381 Removed requestSrc parameter This parameter was responsible for passing integration server name to LAMS which was used on closing authoring and refreshing integration server page. It stopped working when authoring became Flash-less (as there is not more "Close" button). And now we decided to finally remove all its leftovers. This change also involves removal of "isPostMessageToParent" parameter.
-
-
… 1 more file in
changeset.
|