dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #30419
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 15442: PT DV GIS, plugin, context -> info.
Merge authors:
Jan Henrik Øverland (janhenrik-overland)
------------------------------------------------------------
revno: 15442 [merge]
committer: Jan Henrik Overland <janhenrik.overland@xxxxxxxxx>
branch nick: dhis2
timestamp: Wed 2014-05-28 10:51:39 +0200
message:
PT DV GIS, plugin, context -> info.
modified:
dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/plugin.js
dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/plugin.js
dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js
dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/plugin.js
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/plugin.js'
--- dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/plugin.js 2014-05-05 09:55:43 +0000
+++ dhis-2/dhis-web/dhis-web-mapping/src/main/webapp/dhis-web-mapping/app/scripts/plugin.js 2014-05-28 08:49:57 +0000
@@ -4655,7 +4655,7 @@
};
requests.push({
- url: url + '/api/system/context.jsonp',
+ url: url + '/api/system/info.jsonp',
success: function(r) {
init.contextPath = r.contextPath;
fn();
=== modified file 'dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/plugin.js'
--- dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/plugin.js 2014-05-09 11:34:49 +0000
+++ dhis-2/dhis-web/dhis-web-pivot/src/main/webapp/dhis-web-pivot/app/scripts/plugin.js 2014-05-28 08:49:57 +0000
@@ -2736,7 +2736,7 @@
};
requests.push({
- url: url + '/api/system/context.jsonp',
+ url: url + '/api/system/info.jsonp',
success: function(r) {
init.contextPath = r.contextPath;
fn();
=== modified file 'dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js'
--- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js 2014-05-23 14:01:33 +0000
+++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/app.js 2014-05-28 08:49:57 +0000
@@ -5478,7 +5478,7 @@
var i18nArray = Ext.decode(r.responseText);
Ext.Ajax.request({
- url: init.contextPath + '/api/system/context.json',
+ url: init.contextPath + '/api/system/info.json',
success: function(r) {
init.contextPath = Ext.decode(r.responseText).contextPath || init.contextPath;
=== modified file 'dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/plugin.js'
--- dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/plugin.js 2014-05-09 11:18:28 +0000
+++ dhis-2/dhis-web/dhis-web-visualizer/src/main/webapp/dhis-web-visualizer/app/scripts/plugin.js 2014-05-28 08:49:57 +0000
@@ -2775,7 +2775,7 @@
};
requests.push({
- url: url + '/api/system/context.jsonp',
+ url: url + '/api/system/info.jsonp',
success: function(r) {
init.contextPath = r.contextPath;
fn();