dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #11547
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3318: Moved dhis-web-light from labs to trunk. This module is still a bit experimental. If currently of...
------------------------------------------------------------
revno: 3318
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2
timestamp: Thu 2011-04-07 16:07:43 +0200
message:
Moved dhis-web-light from labs to trunk. This module is still a bit experimental. If currently offers a light-weight version of the dashboard optimized for smaller screens such as andriod smart phones, including charts, report tables and documents/static reports. It requries that the user has set up a dashboard up front in the web version. It will hopefully be extended later, more info to come. Feedback appreciated.
removed:
labs/
renamed:
labs/dhis-web-light/ => dhis-2/dhis-web/dhis-web-light/
modified:
dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties
dhis-2/dhis-web/dhis-web-portal/pom.xml
dhis-2/dhis-web/pom.xml
--
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-commons/src/main/resources/i18n_global.properties'
--- dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties 2011-04-04 17:12:01 +0000
+++ dhis-2/dhis-web/dhis-web-commons/src/main/resources/i18n_global.properties 2011-04-07 14:07:43 +0000
@@ -57,6 +57,7 @@
dhis-web-dashboard = Data Analyser
dhis-web-gis = GIS
dhis-web-reporting = Reports
+dhis-web-light = Light
dhis-web-openhealth-integration = Data analysis
dhis-web-integration = NHRM Integration
dhis-web-reports = NRHM Reports
=== renamed directory 'labs/dhis-web-light' => 'dhis-2/dhis-web/dhis-web-light'
=== modified file 'dhis-2/dhis-web/dhis-web-portal/pom.xml'
--- dhis-2/dhis-web/dhis-web-portal/pom.xml 2011-03-02 00:23:51 +0000
+++ dhis-2/dhis-web/dhis-web-portal/pom.xml 2011-04-07 14:07:43 +0000
@@ -132,6 +132,12 @@
<version>${project.version}</version>
<type>war</type>
</dependency>
+ <dependency>
+ <groupId>org.hisp.dhis</groupId>
+ <artifactId>dhis-web-light</artifactId>
+ <version>${project.version}</version>
+ <type>war</type>
+ </dependency>
</dependencies>
<properties>
=== modified file 'dhis-2/dhis-web/pom.xml'
--- dhis-2/dhis-web/pom.xml 2011-03-02 00:23:51 +0000
+++ dhis-2/dhis-web/pom.xml 2011-04-07 14:07:43 +0000
@@ -24,6 +24,7 @@
<module>dhis-web-dashboard-integration</module>
<module>dhis-web-caseentry</module>
<module>dhis-web-api</module>
+ <module>dhis-web-light</module>
<module>dhis-web-portal</module>
</modules>
<build>
=== removed directory 'labs'