Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2913: Remove test sources and build tasks from LAMS projects.

    • -160
    • +0
    ./web/WEB-INF/struts/struts-config.xml
    • -65
    • +0
    ./web/WEB-INF/struts/tiles-defs.xml
  1. … 288 more files in changeset.
LDEV-2829 Lesson intro page

  1. … 18 more files in changeset.
LDEV-2782 added new Conditions tab (with Preceding Lesson and Time Limitations options) to CloudWizard

  1. … 4 more files in changeset.
WVI-15 Email Notifications

*merge from lams2_3_release

  1. … 32 more files in changeset.
WVI-14 adding Lesson time limits feature

*merge from lams2_3_release

  1. … 24 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-1260 Local live edit now added to wizard, added dbUpdate for this as well LDEV-1968 Several instances of one same lesson can now be started from the wizard module

Presence is back up and working, JHB needed to be recompiled with jdk 1.5 instead of 1.6

  1. … 37 more files in changeset.
LDEV-1929 Changed some classes to add the two extra boolean parameters needed for learner presence when initializing a lesson

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

  1. … 36 more files in changeset.
Committing a change to the testMonitoringService class so that lams_monitoring compiles with the tool_adapter changes

Added some extra privilege checks on various monitoring url calls.

  1. … 3 more files in changeset.
Updating for "show export porfolio" flag

Updated address of FSF in copyright statement

  1. … 1389 more files in changeset.
Changed to suit changes in lams-learning - call to create the tool session has moved to LoadToolActivityAction and the ILearnerService has been split into two interfaces.

  1. … 4 more files in changeset.
updated UserManagementService interfaces

  1. … 3 more files in changeset.
Creating a grouping failing when max number of groups null - now allows 99 of groups. Also changed the calculation of urls so that " null + some parameter" = null rather than null?param=blah

  1. … 11 more files in changeset.
Replaced getAllLessonsWDDX, getLessonData with getLessonDetails. Suits the change from listing all the lessons in the monitoring client to just working with a single lesson.

  1. … 5 more files in changeset.
Adding courseID to the initializeLesson call. Required to put the runtime learning design in the run sequences folder in the course's workspace.

  1. … 4 more files in changeset.
Changing organisation structure to a simple root, course, class structure.

  1. … 37 more files in changeset.
Moving gate and group url support to a lams_system_tool table - the first "inch" towards making these pluggable tools in a later version of LAMS.

  1. … 14 more files in changeset.
Rejigging contribute activities list. Still have to do the urls for grouping and gates

  1. … 23 more files in changeset.
Added security to the monitoring calls - the calls to update a lesson now check that the user either the owner of the lesson or a staff member for the lesson.

  1. … 11 more files in changeset.
Tool deployment utility has been changed to update the context path and class path when the tool is deployed. Build file changed to match and the main tool context application file moved so that only the tool's have a context file classpath of /org/lamsfoundation/lams/tool.

  1. … 23 more files in changeset.
Updated copyright statement - only support GPL v 2.0

    • -44
    • +49
    ./web/WEB-INF/struts/struts-config.xml
    • -14
    • +15
    ./web/WEB-INF/struts/tiles-defs.xml
  1. … 37 more files in changeset.
Updated copyright statement - only support GPL v 2.0

  1. … 184 more files in changeset.
Converted to Servlet 2.4, JSTL 1.1

  1. … 43 more files in changeset.
Working on the delete side of preview. Untested.

  1. … 4 more files in changeset.
Implementing Preview - basic running of preview done, deletion of old preview lessons not completed.

  1. … 10 more files in changeset.
LessonClass group name from client.

  1. … 5 more files in changeset.