Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2847: Major changes to build.xml files. See JIRA comment for full explanation.

  1. … 1304 more files in changeset.
LDEV-2577 The new CKEditor does not have Java Integration library (yet). We have been using it to: a) get the tag library to create our own tag <lams:FCKeditor> But the new CKEditor uses AJAX to get the contents, so the library is not needed anymore. The references to it has been deleted from every tool. FCKEditor.tag has been rewritten to use the new syntax. b) get a FCKEditor internal file manager by a Connector from the jar The new CKEditor does not provide a file manager - the license became commercial and the whole thing became a separate project, CKFinder. There were alternatives suggested on the web: jasfinder - http://sourceforge.net/projects/jasfinder/support kcfinder - http://kcfinder.sunhater.com/ some other - http://www.miguelmanchego.com/2009/gestor-de-archivos-ckeditor/ but we have already nicely integrated with the old file manager. This page: http://jacek-kromski.jogger.pl/2009/09/25/integracja-ckeditor-z-przegladarka-plikow-z-fckeditor/ in polish says how to use the file manager from the old FCKEditor. The steps that have to be done: - download the new CKEditor - download the old FCKEditor - copy the filemanager to ckeditor directory - in the file browser/default/frmresourceslist.html, line 92 (with SetUrl call) needs to be replaced to: window.top.opener.CKEDITOR.tools.callFunction( window.top.document.CKEditorFuncNum, fileUrl, '' ); - in the file browser/default/browser.html add in line 80: document.CKEditorFuncNum = GetUrlParam( 'CKEditorFuncNum');

FCKeditor has been used in version 2.6.6, the last one before switching to CKEditor project.

Changes required to use newer version of Java Integration library

for FCKEditor so it was upgraded to the latest (for FCKEditor, because one for CKEditor does not exist) version 2.6.

This also required the Prototype to be upgraded to the latest 1.6.1.

The CKEditor code also needed to be changed, so if another upgrade to a newer version occurs, we need to remember to repeat these steps:

http://cksource.com/forums/viewtopic.php?f=5&t=15750

It says:

/ckeditor/plugins/link/dialogs/link.js

Changes

label:a.lang.common.target,'default':'notSet' --> label:a.lang.common.target,'default':'_blank'

label:a.lang.link.targetFrameName,'default':'' --> label:a.lang.link.targetFrameName,'default':'_blank'

It is also worth mentioning that if you include the ckeditor.js file twice in the same page, sometimes it causes trouble, thus detection in the CKEditor.tag files.

  1. … 1096 more files in changeset.
merging improvements from lams2_3_spring_jboss_tune branch

  1. … 118 more files in changeset.
LDEV-2152: adding next activity icon tto system activities

  1. … 4 more files in changeset.
LDEV-1299: Added some logic for the new "condition gate" that allows learners to pass depending on condition satisfaction.

  1. … 35 more files in changeset.
LDEV-1581: Added most of the logic for creating/managing learner's choice grouping.

  1. … 31 more files in changeset.
LDEV-1005: Added lesson name to headings, added help button, improved layout, improved browser compatibility on the page sizing, added scrolling to the iframe, hide the branches that the user isn't doing, adding support for the jump ahead in preview.

  1. … 23 more files in changeset.
LDEV-1402: Support empty branches by going straight to the next activity - this will be supported in the authoring client as a normal branch.

  1. … 4 more files in changeset.
LDEV-1134: Preview now lets the author select a branch to view, but the author can only do one branch. To view all branches, the author needs to run preview multiple times.

  1. … 5 more files in changeset.
LDEV-1134: Branching: View screen for the class export portfolio

  1. … 11 more files in changeset.
Refactoring code so that all screens can update the progress bar.

  1. … 18 more files in changeset.
Stop it deploying the classes directory under WEB-INF - this can give us class conflicts as the code ends up in two places.

  1. … 25 more files in changeset.
Merging RAMS and Edit On Fly changes from branch to the head.

  1. … 238 more files in changeset.
journal entries page for teachers - accessible from Monitor (learners tab)

my notes - add/edit/view notes/journal entries

  1. … 12 more files in changeset.
notebook view all page (popup jsp) + add notebook entry or journal (not quite ready) (popup jsp)

  1. … 14 more files in changeset.
Updated address of FSF in copyright statement

  1. … 1392 more files in changeset.
close learner (tool activity) popup window on 'finish' click if tool session/activity completed LDEV-506

  1. … 5 more files in changeset.
Exception handler define for STRUTS.

  1. … 29 more files in changeset.
Lost the body tags from the loadToolActivity and previewDefineLater pages.

Converted to the learner content styles

  1. … 24 more files in changeset.
Implementing gate and grouping screens for export portfolio.

  1. … 42 more files in changeset.
Added the define later special screen code to the wrong Action class.

  1. … 3 more files in changeset.
Preview changes: (1) when define later activity occurs don't tell the tool that it is define later but display a special screen before going to the next tool (2) for chosen grouping, schedule and permission gates show the normal page with an extra preview message then override the normal process and continue.

Also part A of a change to the Flash call to get the learner progress - it should take the lesson id not the progress id.

  1. … 14 more files in changeset.
Call passon to update the progress bar on tool pages, optional activities and the completed screen.

Should also cope with the user partially doing an optional activity, continuing on in the design, then coming back later to the optional activity to do more, and then going back to where they were up to in the sequence before jumping back.

  1. … 18 more files in changeset.
Bad definition for the group wait page.

Added support for chosen grouping.

  1. … 9 more files in changeset.
Implementing the gate screens for learner.

  1. … 12 more files in changeset.
Added the core lams tag files.

  1. … 8 more files in changeset.
added exit action path

  1. … 1 more file in changeset.