Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0014086Openbravo ERPA. Platformpublic2010-07-29 12:152010-08-14 00:00
alostale 
alostale 
urgentmajorN/A
closedfixed 
5
3.0RC1 
3.0RC2 
No
Core
No
0014086: Identify 3.0 instances in about box and in heartbeat.
About box and heartbeat should clearly identify instances in 3.0.

Create a new method to obtain instance version.

In case 3.0 template is installed, this should be used to show the version. Other case core should be used (as currently is done).

About box:

* Version is taken from 3.0 template if present, from core if not.
* Version ID is taken from core.
* Include license class (Basic, Standard). To be developed in licenses branch.
* Include list of installed modules
* Remove languages section
No tags attached.
Issue History
2010-07-29 12:15alostaleNew Issue
2010-07-29 12:15alostaleAssigned To => alostale
2010-07-29 12:15alostaleOBNetwork customer => No
2010-08-03 12:47alostaleDescription Updatedbug_revision_view_page.php?rev_id=644#r644
2010-08-03 12:47alostaleProposed Solution updated
2010-08-03 16:23hgbotCheckin
2010-08-03 16:23hgbotNote Added: 0029770
2010-08-03 16:23hgbotStatusnew => resolved
2010-08-03 16:23hgbotResolutionopen => fixed
2010-08-03 16:23hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/0db5542af927c642c36077ce62fe80052c3e139a [^]
2010-08-05 09:16hudsonbotCheckin
2010-08-05 09:16hudsonbotNote Added: 0029801
2010-08-11 09:29hgbotCheckin
2010-08-11 09:29hgbotNote Added: 0029879
2010-08-12 21:11hudsonbotCheckin
2010-08-12 21:11hudsonbotNote Added: 0029924
2010-08-13 15:32marvintmNote Added: 0029957
2010-08-13 15:32marvintmStatusresolved => closed
2010-08-14 00:00anonymoussf_bug_id0 => 3044624

Notes
(0029770)
hgbot   
2010-08-03 16:23   
Repository: erp/devel/pi
Changeset: 0db5542af927c642c36077ce62fe80052c3e139a
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Aug 03 16:22:35 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/0db5542af927c642c36077ce62fe80052c3e139a [^]

fixed issue 14086: Identify 3.0 instances in about box and in heartbeat

  About box now shows information about 3.0 template in case it is installed
  this information is also send in the heartbeats.

---
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
M src/org/openbravo/erpCommon/ad_forms/About.html
M src/org/openbravo/erpCommon/ad_forms/About.java
M src/org/openbravo/erpCommon/ad_forms/About.xml
M src/org/openbravo/erpCommon/modules/ModuleTree_data.xsql
M src/org/openbravo/erpCommon/utility/SystemInfo.java
M src/org/openbravo/erpCommon/utility/SystemInfo_data.xsql
A src/org/openbravo/erpCommon/utility/OBVersion.java
R src/org/openbravo/erpCommon/ad_forms/About_data.xsql
---
(0029801)
hudsonbot   
2010-08-05 09:16   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/0db5542af927 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/02ad8e3730d2 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18019.obx [^]
(0029879)
hgbot   
2010-08-11 09:29   
Repository: erp/devel/pi
Changeset: deba37bbba9e1030b9de6f8b7446b74ca3b4de94
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Wed Aug 04 09:29:09 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/deba37bbba9e1030b9de6f8b7446b74ca3b4de94 [^]

[license] related to issue 14086: Show license edition in about box

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/ad_forms/About.java
M src/org/openbravo/erpCommon/obps/ActivationKey.java
---
(0029924)
hudsonbot   
2010-08-12 21:11   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/deba37bbba9e [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/dd00ba1c00c6 [^]
Tests: http://builds.openbravo.com/view/int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.18116.obx [^]
(0029957)
marvintm   
2010-08-13 15:32   
Tested and it correctly shows the version of Core both with the template installed and without it, and also the rest of the information is correct.