Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-4440 Replace BBB and GMap tools with stubs

  1. … 307 more files in changeset.
LDEV-3792: Bootstrapping GMap Author

  1. … 23 more files in changeset.
LDEV-2463: escape HTML to prevent possible XSS attacks

  1. … 9 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.
LDEV-2459 use double quotes when enclosing i18n text in javascript

  1. … 47 more files in changeset.
Merging 2.3 changes with head

LDEV-2216 Changing handling of markerinfo and marker title to not use the javascript ecape() function as it was screwing up non ASCII (greek) characters

LDEV2232 setting gmap marker gmapSession to null on export content to prevent potential errors on import

  1. … 5 more files in changeset.
Small change to fix up geocoder address searcher

LDEV-1853 The default geocoder address is now saveable along with the other gmap content, so teachers can decide what info the students start with. This commit fixes the jsp pages to do so

  1. … 5 more files in changeset.
LDEV-1856 Resolved this issue by putting a javascript escape() around the title and info message when the markers are serialised for saving. Then when we redraw them later, the javascript unescape() function is used to put them back to their original form.

  1. … 4 more files in changeset.
Some changes to ensure that maps display properly in IE 6 and IE 7

  1. … 3 more files in changeset.
LDEV-1845 adding a map legend to the map interface

  1. … 6 more files in changeset.
Fixing up map/sidebar divs using the float:left/right style

Added onkeypress (enter) evecnt catches to prevent the form from submitting when someone presses enter either editing a marker or using the geocoder

  1. … 3 more files in changeset.
Fixed up a problem with export/import tool content that was throwing an error when the user saves an imported gmap

  1. … 3 more files in changeset.
Removing the test button from the author interface

Added changes in to implement code and interfaces for grouping, this was previously un-implemented n monitor and learner

  1. … 34 more files in changeset.
Optimising the author javascript

  1. … 1 more file in changeset.
learner and monitor draft versions are done

  1. … 14 more files in changeset.
Authoring is working, you can submit new markers and they will appear again when you go back to them.

  1. … 41 more files in changeset.
Advanced options implemented in learner, some fixes to hte display of the info maessages for the markers,

created by user is also displayed

  1. … 16 more files in changeset.
- Updated advanced tab

- Learner now displays gmap and markers

- Some map control advanced options implemented in learner

- build script updated to allow to deploy just the jar file

  1. … 12 more files in changeset.
- Added options in advanced tab, as well as persistance entries in the Gmap object

- Add state-saving for the Gmap, so when the teacher saves teh map, it appears exactly as it was before when they go back, ie map type, zoom, location

- Fixed up language strings in application.properties

- All non-cosmetic authoring tasks so far are completed

  1. … 16 more files in changeset.
Added title field to the marker object

added sidebar to the view

  1. … 9 more files in changeset.
Code for google map tool

Now can save markers in authoring, they are redisplayed on the map

  1. … 23 more files in changeset.
First commit for the gmap tool

Got the gmaps appearing in author, you can add multiple markers and descriptions for the markers, but you cannot save yet.

Draft data model also completed

  1. … 143 more files in changeset.