Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0037501
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminorhave not tried2017-12-16 18:282018-02-22 18:18
ReportershuehnerView Statuspublic 
Assigned Tojarmendariz 
PrioritynormalResolutionfixedFixed in Version3.0PR18Q2
StatusclosedFix in branchFixed in SCM revisiond92f078ccb58
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Tocaristu
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0037501: About popup shows hg revision id of core repo which is not useful and should be removed.

DescriptionIssue 37500 tracks removal of running 'hg id' during build.

The About popup is one of the few places using that information to show hg commit it (of core repo).

As that is not useful anyway (because of modules) that should be removed as a blocker for removal of calling 'hg id'.
Steps To Reproduce-
TagsNo tags attached.
Attached Filespatch file icon bug-37501.patch [^] (3,668 bytes) 2018-01-04 11:11 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
depends on defect 0037770 closedalostale API change: some removals in very old and obsolete code 
blocks feature request 0037500 closedshuehner Stop running 'hg id' during ant tasks (install.source & compilation) 

-  Notes
(0101832)
hgbot (developer)
2018-01-22 11:57

Repository: erp/devel/pi
Changeset: d92f078ccb580e680c46613defbd98ff07624dd1
Author: Javier Armendáriz <javier.armendariz <at> openbravo.com>
Date: Thu Jan 04 11:04:20 2018 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/d92f078ccb580e680c46613defbd98ff07624dd1 [^]

Fixes bug 37501: Remove hg revision reference in About screen.

Removed all references to current hg revision in About screen, so this won't appear on the About popup.

---
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
---
(0101833)
hgbot (developer)
2018-01-22 11:59

Repository: erp/devel/pi
Changeset: 2e0174fb00124760371ef667328aaf25f5c1af52
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Jan 22 11:59:27 2018 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/2e0174fb00124760371ef667328aaf25f5c1af52 [^]

related to issue 37501: add missing final modifier for the constants

---
M src/org/openbravo/erpCommon/utility/OBVersion.java
---
(0101834)
caristu (developer)
2018-01-22 12:03

Code reviewed + tested OK.
(0101838)
hgbot (developer)
2018-01-22 13:10

Repository: erp/devel/pi
Changeset: bd9e41d5528fd0ec434b69e13d1e9533b9564671
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Mon Jan 22 13:09:53 2018 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/bd9e41d5528fd0ec434b69e13d1e9533b9564671 [^]

related to issue 37501: remove unused text interface

---
M src-db/database/sourcedata/AD_TEXTINTERFACES.xml
---
(0102050)
hgbot (developer)
2018-01-30 13:03

Repository: erp/devel/pi
Changeset: 83aa5e45d4c8d5b81143e10d3b07651acf9fc66e
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Sat Dec 16 18:40:56 2017 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/83aa5e45d4c8d5b81143e10d3b07651acf9fc66e [^]

related to issue 37501. Removed not used OBVersion.getVersionId method

Showing hg id output alone of core repo is not useful nowadays as there are
many modules present in any typical install.

Remove that output as preparation to fix 37500 issue.

---
M src/org/openbravo/erpCommon/utility/OBVersion.java
---
(0102673)
hudsonbot (developer)
2018-02-22 18:18

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/980a6ad5bbf5 [^]
Maturity status: Test
(0102674)
hudsonbot (developer)
2018-02-22 18:18

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/980a6ad5bbf5 [^]
Maturity status: Test
(0102676)
hudsonbot (developer)
2018-02-22 18:18

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/980a6ad5bbf5 [^]
Maturity status: Test
(0102695)
hudsonbot (developer)
2018-02-22 18:18

A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/980a6ad5bbf5 [^]
Maturity status: Test

- Issue History
Date Modified Username Field Change
2017-12-16 18:28 shuehner New Issue
2017-12-16 18:28 shuehner Assigned To => platform
2017-12-16 18:28 shuehner Modules => Core
2017-12-16 18:28 shuehner Triggers an Emergency Pack => No
2017-12-16 18:28 shuehner Relationship added blocks 0037500
2017-12-21 09:17 caristu Assigned To platform => jarmendariz
2017-12-21 09:17 caristu Status new => acknowledged
2018-01-03 12:10 jarmendariz Status acknowledged => scheduled
2018-01-04 11:11 jarmendariz File Added: bug-37501.patch
2018-01-04 11:11 jarmendariz File Added: bug-37501-remove-versionId.patch
2018-01-04 11:13 jarmendariz Review Assigned To => caristu
2018-01-22 11:45 caristu File Deleted: bug-37501-remove-versionId.patch
2018-01-22 11:57 hgbot Checkin
2018-01-22 11:57 hgbot Note Added: 0101832
2018-01-22 11:57 hgbot Status scheduled => resolved
2018-01-22 11:57 hgbot Resolution open => fixed
2018-01-22 11:57 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/d92f078ccb580e680c46613defbd98ff07624dd1 [^]
2018-01-22 11:59 hgbot Checkin
2018-01-22 11:59 hgbot Note Added: 0101833
2018-01-22 12:03 caristu Note Added: 0101834
2018-01-22 12:03 caristu Status resolved => closed
2018-01-22 12:03 caristu Fixed in Version => 3.0PR18Q2
2018-01-22 13:10 hgbot Checkin
2018-01-22 13:10 hgbot Note Added: 0101838
2018-01-30 12:59 alostale Relationship added depends on 0037770
2018-01-30 13:03 hgbot Checkin
2018-01-30 13:03 hgbot Note Added: 0102050
2018-02-22 18:18 hudsonbot Checkin
2018-02-22 18:18 hudsonbot Note Added: 0102673
2018-02-22 18:18 hudsonbot Checkin
2018-02-22 18:18 hudsonbot Note Added: 0102674
2018-02-22 18:18 hudsonbot Checkin
2018-02-22 18:18 hudsonbot Note Added: 0102676
2018-02-22 18:18 hudsonbot Checkin
2018-02-22 18:18 hudsonbot Note Added: 0102695


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker