------------------------------------------------------------
revno: 3318
committer: Lars Helge Overland <[email protected]>
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'
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp