lams_tool_gmap

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1916 adding autopatch to tools, including db_version_insert.sql script to tool deployer

    • -0
    • +2
    ./db/sql/db_version_insert.sql
  1. … 68 more files in changeset.
LDEV-1912 set session timeout programmatically according to lams' UserInactiveTimeout value via a servlet listener rather than hard coding to 120 mins (in some webapps, no session timeout was specified at all).

  1. … 34 more files in changeset.
LDEV-1911 Making Gmap tool have its own config page for the gmap API key, istead of putting it in the general lams configuration page.

Adding a comment to the db insert script

LDEV-1911 Making Gmap tool have its own config page for the gmap API key, istead of putting it in the general lams configuration page.

This is the web stuff to make the config model possible

    • -0
    • +19
    ./web/WEB-INF/struts/struts-config.xml
    • -17
    • +0
    ./web/includes/jsp/mapFunctions.jsp
    • -0
    • +61
    ./web/pages/admin/config.jsp
    • -0
    • +14
    ./web/pages/authoring/headItems.jsp
    • -0
    • +15
    ./web/pages/export/exportPortfolio.jsp
    • -0
    • +14
    ./web/pages/monitoring/headItems.jsp
LDEV-1911 Making Gmap tool have its own config page for the gmap API key, istead of putting it in the general lams configuration page.

This is the config stuff to make the config model possible

LDEV-1911 Making Gmap tool have its own config page for the gmap API key, istead of putting it in the general lams configuration page.

This is the backend stuff to make the config model possible

Committing gmap icon

Also, deleting a trailing space in the activity title that was screwing up the centeredness of the gmap text on the tool activity icon

Updated project classpaths

  1. … 13 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
    • +1
    ./web/pages/export/exportPortfolio.jsp
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.

    • -4
    • +4
    ./web/pages/export/exportPortfolio.jsp
LDEV-1850 - Adding reflection to advanced summary in monitor for gmap

LDEV-1850 - Doing reflection for Gmap, export portfolio

    • -2
    • +56
    ./web/pages/export/exportPortfolio.jsp
LDEV-1850 - Doing reflection for Gmap, Learner, monitor done. Just need to do export portfolio

    • -100
    • +0
    ./db/model/gmap_tool_clay_generated.sql
    • -0
    • +5
    ./web/WEB-INF/struts/struts-config.xml
    • -0
    • +19
    ./web/pages/monitoring/notebook.jsp
    • -13
    • +55
    ./web/pages/monitoring/summary.jsp
LDEV-1662 wrong closure of the script tab solved in all tools

  1. … 11 more files in changeset.
For LDEV-1850

Adding in reflection, finished for learner and author.

Monitor and export portfolio still unfinished

    • -0
    • +5
    ./web/WEB-INF/struts/struts-config.xml
  1. … 7 more files in changeset.
For LDEV-1851

Adding the saveMarkers action to monitor so the teacher can save/update/remove markers

    • -8
    • +14
    ./web/pages/monitoring/headItems.jsp
    • -59
    • +77
    ./web/pages/monitoring/summary.jsp
Fixing up refresh function so it also warns when a marker has been edited

Moving the common editMarker method to the map mapFunctions library

For LDEV-1851

the isAuthored property of the marker should not be updated, only saved on the first time, otherwise any markers edited in monitor come unter the Authored user

Added refresh button to monitor and learner interfaces

    • -2
    • +27
    ./web/includes/jsp/mapFunctions.jsp
Added a missing language field

Added in functionality that preserves the open user div when a new maker is added to the list. and the sidebar is subsequently refreshed

also added in some commenting.

    • -14
    • +68
    ./web/includes/jsp/mapFunctions.jsp
LDEV-1852 - Edit a marker produces a copy of it, if you move the marker first. A simple fix

Some small GMAP language changes

    • -3
    • +3
    ./web/pages/export/exportPortfolio.jsp
LDEV-1662 Putting in advanced options summary into monitoring summary page for every tool.

Gmap

    • -8
    • +162
    ./web/pages/monitoring/summary.jsp
Making sure all the tables are created as INNODB

Changing the location of the gmap images for export portfolio

    • -6
    • +6
    ./web/pages/export/exportPortfolio.jsp
Changing the size of the info window display div to fit in the learner page

Removing some unneccessary resizing javascript methods from the learner interface