details: /erp/stable/2.50/rev/00c3d8680cf8
changeset: 9545:00c3d8680cf8
user: Asier Lostalé <asier.lostale <at> openbravo.com>
date: Fri Jul 01 13:13:37 2011 +0200
summary: related to issue 17854: Renaming maturity statuses
details: /erp/stable/2.50/rev/0b9a665f80c8
changeset: 9546:0b9a665f80c8
user: Asier Lostalé <asier.lostale <at> openbravo.com>
date: Mon Jul 04 08:22:27 2011 +0200
summary: fixed bug 17873: Change links to learn about module maturity
diffstat:
src/org/openbravo/erpCommon/ad_forms/MaturityLevel.java | 2 +-
src/org/openbravo/erpCommon/ad_forms/ModuleManagement_InstallP1.html | 6
+++---
src/org/openbravo/erpCommon/modules/ModuleBox.srpt | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)
diffs (63 lines):
diff -r a00d9ffa27fa -r 0b9a665f80c8
src/org/openbravo/erpCommon/ad_forms/MaturityLevel.java
--- a/src/org/openbravo/erpCommon/ad_forms/MaturityLevel.java Tue Jun 28
10:33:24 2011 +0000
+++ b/src/org/openbravo/erpCommon/ad_forms/MaturityLevel.java Mon Jul 04
08:22:27 2011 +0200
@@ -58,7 +58,7 @@
log4j.warn("Setting default General availability level");
levels = new String[1][2];
levels[0][0] = "500";
- levels[0][1] = "General availability";
+ levels[0][1] = "Confirmed Stable";
}
}
diff -r a00d9ffa27fa -r 0b9a665f80c8
src/org/openbravo/erpCommon/ad_forms/ModuleManagement_InstallP1.html
--- a/src/org/openbravo/erpCommon/ad_forms/ModuleManagement_InstallP1.html
Tue Jun 28 10:33:24 2011 +0000
+++ b/src/org/openbravo/erpCommon/ad_forms/ModuleManagement_InstallP1.html
Mon Jul 04 08:22:27 2011 +0200
@@ -231,7 +231,7 @@
<div class="Label_ReadOnly_Text">Selected module(s):</div>
<div style="height: 10px;"></div>
<div class="PlainText_normal"><span
id="moduleName">xxModuleName</span> <span
id="moduleVersion">xxModuleversion</span> - <a class="LabelLink_noicon"
href="#" onclick="viewModule('xx');" id="linkCore">view details</a>
- <span id="maturitySection" style="display:xx;"> -
Maturity Level: <span style="color: orange; font-weight: bold;"
id="maturityLevel">xxTesting</span> (<a class="LabelLink_noicon" href="#"
onclick="openLink('http://wiki.openbravo.com/wiki/ERP/2.50/Configuration_Manual/Modules_Lyfe_Cycle',
'_blank');return false;">Learn more</a>)</span>
+ <span id="maturitySection" style="display:xx;"> -
Maturity Level: <span style="color: orange; font-weight: bold;"
id="maturityLevel">xxTesting</span> (<a class="LabelLink_noicon" href="#"
onclick="openLink('http://wiki.openbravo.com/wiki/Modules_Management#Maturity_Status',
'_blank');return false;">Learn more</a>)</span>
</div>
<div style="height: 15px;"></div>
</FIELD_TMP>
@@ -240,7 +240,7 @@
<div style="height: 10px;"></div>
<FIELD_TMP id="instList">
<div class="PlainText_normal"><span
id="moduleInstall">xxdep1</span> <span id="moduleInstallVer">xxVer</span>
(needed <span id="moduleInstallVerMin">xxxVerMin</span>) - <a
class="LabelLink_noicon" href="#" id="linkAdditional"
onclick="viewModule('xx');">view details</a>
- <span id="maturitySectionInstall" style="display:xx;">
- Maturity Level: <span style="color: orange; font-weight: bold;"
id="maturityLevelInstall">xxTesting</span> (<a class="LabelLink_noicon"
href="#"
onclick="openLink('http://wiki.openbravo.com/wiki/ERP/2.50/Configuration_Manual/Modules_Lyfe_Cycle',
'_blank');return false;">Learn more</a>)</span>
+ <span id="maturitySectionInstall" style="display:xx;">
- Maturity Level: <span style="color: orange; font-weight: bold;"
id="maturityLevelInstall">xxTesting</span> (<a class="LabelLink_noicon"
href="#"
onclick="openLink('http://wiki.openbravo.com/wiki/Modules_Management#Maturity_Status',
'_blank');return false;">Learn more</a>)</span>
</div>
<div style="height: 10px;"></div>
</FIELD_TMP>
@@ -250,7 +250,7 @@
<div style="height: 10px;"></div>
<FIELD_TMP id="updtList">
<div class="PlainText_normal"><span
id="moduleUpdate">xxdep1</span> <span id="moduleUpdateVer">xxVer</span>
(current <span id="moduleUpdateVerCurr">xxxVerCurr</span><span
id="moduleUpdateVerMin">xxxVerMin</span>) - <a class="LabelLink_noicon"
href="#" id="linkUpdate" onclick="viewModule('xx');">view details</a>
- <span id="maturitySectionUpdate" style="display:xx;">
- Maturity Level: <span style="color: orange; font-weight: bold;"
id="maturityLevelUpdate">xxTesting</span> (<a class="LabelLink_noicon" href="#"
onclick="openLink('http://wiki.openbravo.com/wiki/ERP/2.50/Configuration_Manual/Modules_Lyfe_Cycle',
'_blank');return false;">Learn more</a>)</span>
+ <span id="maturitySectionUpdate" style="display:xx;">
- Maturity Level: <span style="color: orange; font-weight: bold;"
id="maturityLevelUpdate">xxTesting</span> (<a class="LabelLink_noicon" href="#"
onclick="openLink('http://wiki.openbravo.com/wiki/Modules_Management#Maturity_Status',
'_blank');return false;">Learn more</a>)</span>
</div>
<div style="height: 10px;"></div>
</FIELD_TMP>
diff -r a00d9ffa27fa -r 0b9a665f80c8
src/org/openbravo/erpCommon/modules/ModuleBox.srpt
--- a/src/org/openbravo/erpCommon/modules/ModuleBox.srpt Tue Jun 28
10:33:24 2011 +0000
+++ b/src/org/openbravo/erpCommon/modules/ModuleBox.srpt Mon Jul 04
08:22:27 2011 +0200
@@ -12,7 +12,7 @@
* under the License.
* The Original Code is Openbravo ERP.
* The Initial Developer of the Original Code is Openbravo SLU
- * All portions are Copyright (C) 2008-2010 Openbravo SLU
+ * All portions are Copyright (C) 2008-2011 Openbravo SLU
* All Rights Reserved.
* Contributor(s): ______________________________________.
************************************************************************
@@ -68,7 +68,7 @@
<div id="maturitySection" style="display:xx;">
<div class="AddModule_Text_Option_Separator">|</div>
- <div class="AddModule_Text_Option">Maturity Level: <span
style="color: orange; font-weight: bold;" id="maturityLevel">Testing</span> (<a
class="LabelLink_noicon" href="#"
onclick="openLink('http://wiki.openbravo.com/wiki/Projects/Module_Life_Cycle_Management/Functional_Documentation',
'_blank');return false;">Learn more</a>)</div>
+ <div class="AddModule_Text_Option">Maturity Level: <span
style="color: orange; font-weight: bold;" id="maturityLevel">Testing</span> (<a
class="LabelLink_noicon" href="#"
onclick="openLink('http://wiki.openbravo.com/wiki/Modules_Management#Maturity_Status',
'_blank');return false;">Learn more</a>)</div>
</div>
</div>
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits