Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Fixed problem preventing the current user from being diplayed in the sidebar unless they have saved a marker

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.
Added changes in to implement code and interfaces for grouping, this was previously un-implemented n monitor and learner

    • -13
    • +10
    ./org/lamsfoundation/lams/tool/gmap/dto/GmapDTO.java
  1. … 22 more files in changeset.
Implementing export sevlet

  1. … 1 more file in changeset.
Fixed up GmapService for exporting the learning design activity correctly:

Previousl, the export xml was a bit wrong because a gmap has marker(s) and a marker has a gmap, so it got a bit ugly with nesting, nulling the marker's gmap object (as was done in forum) fixed the problem before the export

learner and monitor draft versions are done

  1. … 14 more files in changeset.
Fixed a problem with removing markers, that was causing the rest of the markers to not be updated after the first was removed

Also, fixed a problem that was creating a new gmapUser each time the sequence was saved and not using the existing one

Fixed a problem with removing markers, that was causing the rest of the markers to not be updated after the first was removed

Authoring is working, you can submit new markers and they will appear again when you go back to them.

  1. … 27 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

    • -0
    • +110
    ./org/lamsfoundation/lams/tool/gmap/dto/GmapMarkerDTO.java
  1. … 11 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
    • +148
    ./org/lamsfoundation/lams/tool/gmap/dto/GmapDTO.java
    • -10
    • +12
    ./org/lamsfoundation/lams/tool/gmap/model/Gmap.java
  1. … 10 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

    • -13
    • +175
    ./org/lamsfoundation/lams/tool/gmap/model/Gmap.java
  1. … 11 more files in changeset.
Added title field to the marker object

added sidebar to the view

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

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

    • -0
    • +12
    ./org/lamsfoundation/lams/tool/gmap/dao/IGmapMarkerDAO.java
  1. … 15 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

    • -0
    • +42
    ./org/lamsfoundation/lams/tool/gmap/dao/IGmapDAO.java
    • -0
    • +41
    ./org/lamsfoundation/lams/tool/gmap/dao/IGmapSessionDAO.java
    • -0
    • +60
    ./org/lamsfoundation/lams/tool/gmap/dao/IGmapUserDAO.java
    • -0
    • +88
    ./org/lamsfoundation/lams/tool/gmap/dao/hibernate/GmapUserDAO.java
    • -0
    • +102
    ./org/lamsfoundation/lams/tool/gmap/dto/GmapAttachmentDTO.java
    • -0
    • +185
    ./org/lamsfoundation/lams/tool/gmap/dto/GmapDTO.java
    • -0
    • +116
    ./org/lamsfoundation/lams/tool/gmap/dto/GmapSessionDTO.java
    • -0
    • +119
    ./org/lamsfoundation/lams/tool/gmap/dto/GmapUserDTO.java
    • -0
    • +56
    ./org/lamsfoundation/lams/tool/gmap/dto/NotebookEntryDTO.java
    • -0
    • +88
    ./org/lamsfoundation/lams/tool/gmap/gmapApplicationContext.xml
    • -0
    • +443
    ./org/lamsfoundation/lams/tool/gmap/model/Gmap.java
  1. … 129 more files in changeset.