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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0020207
TypeCategorySeverityReproducibilityDate SubmittedLast Update
design defect[Openbravo ERP] A. Platformminoralways2012-04-04 12:362012-09-12 19:06
ReporterdbazView Statuspublic 
Assigned Todbaz 
PriorityhighResolutionfixedFixed in Version3.0MP12
StatusclosedFix in branchpiFixed in SCM revisionec2576a0e42c
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toguilleaer
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0020207: HTML5 doctype should be used

DescriptionHTML5 doctype should be used
Steps To Reproduceat file src/index.jsp

the current declaration is

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd"> [^]

and in order to be HTML5 it should be

<!DOCTYPE html>
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0020480 closeddbaz Right unneeded scroll is shown in all classic popups in IE9 
related to defect 0020481 closeddbaz Drag and drop menu popup is not well rendered in IE9 
related to defect 0022910 closedAugustoMauch In goods receipt, at Create lines from window, Checkbox not properly rendered(IE 9.0) 

-  Notes
(0047385)
dbaz (developer)
2012-04-04 12:54

The test case should be a fast test in the supported browsers (including IE7 and IE8) and ensure that the user experience/visualization is the same or better as before.
(0047386)
dbaz (developer)
2012-04-04 13:01
edited on: 2012-05-02 14:57

Issue resolved, by the moment, in branch pi-rtl

https://code.openbravo.com/erp/devel/pi-rtl/rev/ec2576a0e42c [^]
https://code.openbravo.com/erp/devel/pi-rtl/rev/88d2e735fd0d [^]
https://code.openbravo.com/erp/devel/pi-rtl/rev/17e2142e0f5f [^]

The code-review can be already done, but the issue closure once pi-rtl be merged with pi (estimated by MP12)

(0048264)
hgbot (developer)
2012-05-02 22:04

Repository: erp/devel/pi
Changeset: ec2576a0e42cfddcf5619b65358ba987e7ab6c63
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Wed Apr 04 12:59:02 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ec2576a0e42cfddcf5619b65358ba987e7ab6c63 [^]

Fixed issue 20207: Added HTML5 doctype to index.jsp

---
M src/index.jsp
---
(0048293)
hgbot (developer)
2012-05-02 22:19

Repository: erp/devel/pi
Changeset: 88d2e735fd0d9d051575f4b548937caea258dcf7
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Thu Apr 26 19:04:30 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/88d2e735fd0d9d051575f4b548937caea258dcf7 [^]

Related to issue 20207: Styles improvement to adapt HTML5 doctype

---
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-application-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-dialog-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-tab-styles.css
M src/index.jsp
---
(0048298)
hgbot (developer)
2012-05-02 22:23

Repository: erp/devel/pi
Changeset: 17e2142e0f5fac75e0978e152e4f9a8ea0839d16
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Wed May 02 14:56:50 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/17e2142e0f5fac75e0978e152e4f9a8ea0839d16 [^]

Related to issue 20207: Changes in order to proper show imgButton in some Windows Firefox instances

---
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-application-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-grid-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-navigation-bar-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-popup-styles.css
---
(0048299)
hgbot (developer)
2012-05-02 22:23

Repository: erp/devel/pi
Changeset: 95e133cb204171328d31789f736eb325d463e2de
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Wed May 02 15:50:09 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/95e133cb204171328d31789f736eb325d463e2de [^]

Related to issue 20207: [PNE] icons are now well aligned after change to HTML5

---
M modules/org.openbravo.client.application/src/org/openbravo/client/application/ApplicationComponentProvider.java
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-view.js
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-popup-styles.css
M modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-process-styles.js
A modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-process-styles.css
---
(0048476)
hgbot (developer)
2012-05-08 19:16

Repository: erp/devel/pi
Changeset: d9063574a9eff3ed99f5a330bcc255a15b6de1af
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue May 08 19:15:57 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d9063574a9eff3ed99f5a330bcc255a15b6de1af [^]

Related to issue 20207: Updated classic functions to proper HTML5 operation

---
M web/js/genericTree.js
M web/js/menuKeyboard.js
M web/js/utils.js
M web/js/windowKeyboard.js
---
(0048482)
hgbot (developer)
2012-05-08 20:12

Repository: erp/devel/pi
Changeset: 940dee23af4393969340b5871100060a5ee62aa1
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue May 08 20:12:24 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/940dee23af4393969340b5871100060a5ee62aa1 [^]

Related to issue 20207: Classic window borders are now showed again

---
M modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.skin.250to300Comp/skins/250to300Comp/Openbravo_ERP_250.css
M src/org/openbravo/erpCommon/security/Login.html
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/utils.js
M web/js/windowKeyboard.js
M web/skins/Default/Openbravo_ERP_250.css
---
(0048483)
hgbot (developer)
2012-05-08 23:16

Repository: erp/devel/pi
Changeset: 7b77a49f3024f69d27db9ffe651455ba08497eba
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue May 08 23:16:09 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/7b77a49f3024f69d27db9ffe651455ba08497eba [^]

Related to issue 20207: Classic windows 'resizeArea' now works ok in IE9

---
M web/js/utils.js
---
(0048484)
hgbot (developer)
2012-05-09 00:20

Repository: erp/devel/pi
Changeset: 3b668ff72c0cbb07beaec31616cf14733746fb92
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Wed May 09 00:19:50 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/3b668ff72c0cbb07beaec31616cf14733746fb92 [^]

Related to issue 20207: Variable name specification

---
M web/js/genericTree.js
M web/js/utils.js
---
(0048530)
hgbot (developer)
2012-05-10 02:13

Repository: erp/devel/pi
Changeset: 04147d5e6a9990668a73f717a138f663b4a70c06
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Thu May 10 02:12:21 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/04147d5e6a9990668a73f717a138f663b4a70c06 [^]

Related to issue 20207: Improved Dojo grids visualization in IE9 using HTML5

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_forms/BatchPaymentExecution.html
M web/js/searchs.js
M web/js/utils.js
---
(0048531)
hgbot (developer)
2012-05-10 03:05

Repository: erp/devel/pi
Changeset: 04ccc3dd35e334ef5e29704ba9193b9670c43dc0
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Thu May 10 03:04:20 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/04ccc3dd35e334ef5e29704ba9193b9670c43dc0 [^]

Related to issue 20207: Improved complexes 'action buttons' in IE9 using HTML5

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromInvoice.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddPaymentFromTransaction.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddTransaction.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/MatchTransaction.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/Reconciliation.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/SelectExpectedPayments.html
---
(0048554)
hgbot (developer)
2012-05-10 15:20

Repository: erp/devel/pi
Changeset: d993d583464c7564679d043a30d9d85af47c0310
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Thu May 10 15:19:17 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d993d583464c7564679d043a30d9d85af47c0310 [^]

Related to issue 20207: Improved complexes 'action buttons' in IE9 using HTML5 - part2

---
M src/org/openbravo/erpCommon/ad_actionButton/CreditPaymentGrid.html
---
(0048555)
hgbot (developer)
2012-05-10 15:39

Repository: erp/devel/pi
Changeset: 27f29f685bb490dfbd20c5f839d2553fc55b989c
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Thu May 10 15:38:32 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/27f29f685bb490dfbd20c5f839d2553fc55b989c [^]

Related to issue 20207: Deprecated (and not used) classic menu now opens ok using IE9 and HTML5

---
M src/org/openbravo/erpCommon/utility/VerticalMenu.html
M src/org/openbravo/erpCommon/utility/VerticalMenuLoading.html
---
(0048556)
hgbot (developer)
2012-05-10 15:42

Repository: erp/devel/pi
Changeset: ebd3b12bc36ca36281e89c4a36f8002e571aa803
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Thu May 10 15:42:09 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ebd3b12bc36ca36281e89c4a36f8002e571aa803 [^]

Related to issue 20207: Deprecated (and not used) classic menu now opens ok using IE9 and HTML5
 - Proper copyright

---
M src/org/openbravo/erpCommon/utility/VerticalMenu.html
M src/org/openbravo/erpCommon/utility/VerticalMenuLoading.html
---
(0048557)
hgbot (developer)
2012-05-10 16:02

Repository: erp/devel/pi
Changeset: d989dee41c4e9a656ffd040d41d619f802cf0a1c
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Thu May 10 16:01:40 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/d989dee41c4e9a656ffd040d41d619f802cf0a1c [^]

Related to issue 20207: 'Result' classic windows style fix for IE9 and HTML5

---
M src/org/openbravo/erpCommon/ad_forms/Resultado.html
---
(0048566)
hgbot (developer)
2012-05-10 21:07

Repository: erp/devel/pi
Changeset: 29d705534d05c35de1261188fe59e6b40fdcc113
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Thu May 10 21:06:22 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/29d705534d05c35de1261188fe59e6b40fdcc113 [^]

Related to issue 20207: 'Message Box' style fix for classic windows in IE9 and HTML5

---
M web/js/utils.js
M web/skins/Default/Openbravo_ERP_250.css
---
(0048567)
hgbot (developer)
2012-05-11 01:25

Repository: erp/devel/pi
Changeset: b53dc1683c2cbad5b253db5bf0da891f8c36d472
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Fri May 11 01:24:29 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b53dc1683c2cbad5b253db5bf0da891f8c36d472 [^]

Related to issue 20207: Improved style of labels after checkboxes in IE9 and HTML5

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/SelectExpectedPayments.html
M web/js/utils.js
M web/skins/Default/Openbravo_ERP_250.css
---
(0048603)
hgbot (developer)
2012-05-14 03:07

Repository: erp/devel/pi
Changeset: 408a83fb81aea96dcb21bb373771865511b01943
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Mon May 14 03:07:09 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/408a83fb81aea96dcb21bb373771865511b01943 [^]

Related to issue 20207: 'Loading' popups works ok again in IE9 + HTML5

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/classic/ob-classic-compatibility.js
M src/org/openbravo/erpCommon/utility/PopupLoading.html
---
(0048604)
hgbot (developer)
2012-05-14 04:06

Repository: erp/devel/pi
Changeset: 4914bc66fa2881e82e670d5ccfc5b3b698e6ed99
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Mon May 14 04:06:09 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/4914bc66fa2881e82e670d5ccfc5b3b698e6ed99 [^]

Related to issue 20207: 'Loading' popups works ok again in IE9 + HTML5
- Improved version

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/classic/ob-classic-compatibility.js
M src/org/openbravo/erpCommon/ad_process/ApplyModules.html
M src/org/openbravo/erpCommon/utility/PopupLoading.html
---
(0048605)
hgbot (developer)
2012-05-14 04:15

Repository: erp/devel/pi
Changeset: 15df713b1e433c03696801e5ff9d04c8aacd703e
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Mon May 14 04:15:10 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/15df713b1e433c03696801e5ff9d04c8aacd703e [^]

Related to issue 20207: 'Loading' popups works ok again in IE9 + HTML5
- Improved version 2

---
M src/org/openbravo/erpCommon/utility/PopupLoading.html
---
(0048626)
hgbot (developer)
2012-05-14 16:39

Repository: erp/devel/pi
Changeset: 83a79c15a605fcdc1217c907ccaa243807f6904f
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Mon May 14 16:38:33 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/83a79c15a605fcdc1217c907ccaa243807f6904f [^]

Related to issue 20207: 'Registration' popup works ok again in IE9 + HTML5

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/classic/ob-classic-compatibility.js
M src/org/openbravo/erpCommon/ad_forms/Registration.html
M src/org/openbravo/erpCommon/utility/PopupLoading.html
---
(0048638)
hgbot (developer)
2012-05-14 22:26

Repository: erp/devel/pi
Changeset: b0a2808f01033d034e6c09cfd88aee524e9240f4
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Mon May 14 22:25:06 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b0a2808f01033d034e6c09cfd88aee524e9240f4 [^]

Related to issue 20207: 'Close and Refresh' popups works ok again in IE9 + HTML5

---
M src/org/openbravo/base/secureApp/PopUp_Close_And_Refresh.html
M src/org/openbravo/base/secureApp/PopUp_Close_Refresh.html
M src/org/openbravo/erpCommon/utility/PopupLoading.html
---
(0048639)
hgbot (developer)
2012-05-14 22:27

Repository: erp/devel/pi
Changeset: 8f563fb9a3b69cb701404867cf0bab8027039a55
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Mon May 14 22:26:04 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8f563fb9a3b69cb701404867cf0bab8027039a55 [^]

Related to issue 20207: Improved 'Match Transaction' popup styling using IE9 + HTML5

---
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/MatchTransaction.html
M modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/MatchTransactionGrid.srpt
---
(0048768)
hgbot (developer)
2012-05-18 14:32

Repository: erp/devel/pi
Changeset: 167c68cd47a097c2a0fb955988c9e92d7bc01a73
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Fri May 18 14:32:06 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/167c68cd47a097c2a0fb955988c9e92d7bc01a73 [^]

Related to issue 20207: SmartClient selector used in classic windows now does not show weird horizontal scroll-bar

---
M modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.smartclient/openbravo/skins/250to300Comp/org.openbravo.userinterface.selector/ob-selector-widget-styles.css
A modules/org.openbravo.userinterface.skin.250to300Comp/web/org.openbravo.userinterface.smartclient/openbravo/skins/250to300Comp/org.openbravo.userinterface.selector/images/selector-widget/pickers/border.png
---
(0048865)
guilleaer (developer)
2012-05-22 15:05

code reviewed and tested using IE9 in pi@87340d8f38a3
(0048958)
hudsonbot (developer)
2012-05-25 12:07

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/5401e185a8b0 [^]

Maturity status: Test
(0048987)
hudsonbot (developer)
2012-05-25 12:08

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/5401e185a8b0 [^]

Maturity status: Test
(0048992)
hudsonbot (developer)
2012-05-25 12:09

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/5401e185a8b0 [^]

Maturity status: Test
(0048993)
hudsonbot (developer)
2012-05-25 12:09

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/5401e185a8b0 [^]

Maturity status: Test
(0049065)
hudsonbot (developer)
2012-05-25 12:10

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/5401e185a8b0 [^]

Maturity status: Test
(0049069)
hudsonbot (developer)
2012-05-25 12:10

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/5401e185a8b0 [^]

Maturity status: Test
(0049070)
hudsonbot (developer)
2012-05-25 12:10

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/5401e185a8b0 [^]

Maturity status: Test
(0049071)
hudsonbot (developer)
2012-05-25 12:10

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/5401e185a8b0 [^]

Maturity status: Test
(0049086)
hudsonbot (developer)
2012-05-25 12:11

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/5401e185a8b0 [^]

Maturity status: Test
(0049087)
hudsonbot (developer)
2012-05-25 12:11

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/5401e185a8b0 [^]

Maturity status: Test
(0049091)
hudsonbot (developer)
2012-05-25 12:11

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/5401e185a8b0 [^]

Maturity status: Test
(0049092)
hudsonbot (developer)
2012-05-25 12:11

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/5401e185a8b0 [^]

Maturity status: Test
(0049093)
hudsonbot (developer)
2012-05-25 12:11

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/5401e185a8b0 [^]

Maturity status: Test
(0049094)
hudsonbot (developer)
2012-05-25 12:11

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/5401e185a8b0 [^]

Maturity status: Test
(0049097)
hudsonbot (developer)
2012-05-25 12:11

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/5401e185a8b0 [^]

Maturity status: Test
(0049098)
hudsonbot (developer)
2012-05-25 12:11

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/5401e185a8b0 [^]

Maturity status: Test
(0049111)
hudsonbot (developer)
2012-05-25 12:11

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/5401e185a8b0 [^]

Maturity status: Test
(0049112)
hudsonbot (developer)
2012-05-25 12:11

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/5401e185a8b0 [^]

Maturity status: Test
(0049113)
hudsonbot (developer)
2012-05-25 12:11

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/5401e185a8b0 [^]

Maturity status: Test
(0049122)
hudsonbot (developer)
2012-05-25 12:12

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/5401e185a8b0 [^]

Maturity status: Test
(0049126)
hudsonbot (developer)
2012-05-25 12:12

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/5401e185a8b0 [^]

Maturity status: Test
(0049127)
hudsonbot (developer)
2012-05-25 12:12

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/5401e185a8b0 [^]

Maturity status: Test
(0049164)
hudsonbot (developer)
2012-05-25 12:12

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/5401e185a8b0 [^]

Maturity status: Test
(0049221)
guilleaer (developer)
2012-05-25 17:50

Opened to set the field fix in branch to MP12
(0049222)
guilleaer (developer)
2012-05-25 17:51

Scheluded to set the field "fix in branch" to MP12
(0049223)
guilleaer (developer)
2012-05-25 17:52

Resolved to set the field fix in branch to MP12
(0049224)
guilleaer (developer)
2012-05-25 17:52

closed with the correct fixed version

- Issue History
Date Modified Username Field Change
2012-04-04 12:36 dbaz New Issue
2012-04-04 12:36 dbaz Assigned To => dbaz
2012-04-04 12:36 dbaz Modules => Core
2012-04-04 12:54 dbaz Note Added: 0047385
2012-04-04 13:01 dbaz Note Added: 0047386
2012-04-04 16:33 dbaz Note Added: 0047393
2012-04-04 16:33 dbaz File Added: PopupButtons.png
2012-04-04 16:33 dbaz File Added: PopupIframe.png
2012-04-26 19:03 dbaz Note Deleted: 0047393
2012-04-26 19:03 dbaz File Deleted: PopupButtons.png
2012-04-26 19:03 dbaz File Deleted: PopupIframe.png
2012-04-26 19:15 dbaz Note Edited: 0047386 View Revisions
2012-05-02 14:57 dbaz Note Edited: 0047386 View Revisions
2012-05-02 22:04 hgbot Checkin
2012-05-02 22:04 hgbot Note Added: 0048264
2012-05-02 22:04 hgbot Status new => resolved
2012-05-02 22:04 hgbot Resolution open => fixed
2012-05-02 22:04 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ec2576a0e42cfddcf5619b65358ba987e7ab6c63 [^]
2012-05-02 22:19 hgbot Checkin
2012-05-02 22:19 hgbot Note Added: 0048293
2012-05-02 22:23 hgbot Checkin
2012-05-02 22:23 hgbot Note Added: 0048298
2012-05-02 22:23 hgbot Checkin
2012-05-02 22:23 hgbot Note Added: 0048299
2012-05-08 19:16 hgbot Checkin
2012-05-08 19:16 hgbot Note Added: 0048476
2012-05-08 20:12 hgbot Checkin
2012-05-08 20:12 hgbot Note Added: 0048482
2012-05-08 23:16 hgbot Checkin
2012-05-08 23:16 hgbot Note Added: 0048483
2012-05-09 00:20 hgbot Checkin
2012-05-09 00:20 hgbot Note Added: 0048484
2012-05-10 02:13 hgbot Checkin
2012-05-10 02:13 hgbot Note Added: 0048530
2012-05-10 03:05 hgbot Checkin
2012-05-10 03:05 hgbot Note Added: 0048531
2012-05-10 15:20 hgbot Checkin
2012-05-10 15:20 hgbot Note Added: 0048554
2012-05-10 15:39 hgbot Checkin
2012-05-10 15:39 hgbot Note Added: 0048555
2012-05-10 15:42 hgbot Checkin
2012-05-10 15:42 hgbot Note Added: 0048556
2012-05-10 16:02 hgbot Checkin
2012-05-10 16:02 hgbot Note Added: 0048557
2012-05-10 21:07 hgbot Checkin
2012-05-10 21:07 hgbot Note Added: 0048566
2012-05-11 01:25 hgbot Checkin
2012-05-11 01:25 hgbot Note Added: 0048567
2012-05-12 16:12 dbaz Relationship added related to 0020480
2012-05-13 23:31 dbaz Relationship added related to 0020481
2012-05-14 03:07 hgbot Checkin
2012-05-14 03:07 hgbot Note Added: 0048603
2012-05-14 04:06 hgbot Checkin
2012-05-14 04:06 hgbot Note Added: 0048604
2012-05-14 04:15 hgbot Checkin
2012-05-14 04:15 hgbot Note Added: 0048605
2012-05-14 16:39 hgbot Checkin
2012-05-14 16:39 hgbot Note Added: 0048626
2012-05-14 22:26 hgbot Checkin
2012-05-14 22:26 hgbot Note Added: 0048638
2012-05-14 22:27 hgbot Checkin
2012-05-14 22:27 hgbot Note Added: 0048639
2012-05-18 14:32 hgbot Checkin
2012-05-18 14:32 hgbot Note Added: 0048768
2012-05-22 15:05 guilleaer Note Added: 0048865
2012-05-22 15:05 guilleaer Status resolved => closed
2012-05-22 15:05 guilleaer Fixed in Version => pi
2012-05-25 12:07 hudsonbot Checkin
2012-05-25 12:07 hudsonbot Note Added: 0048958
2012-05-25 12:08 hudsonbot Checkin
2012-05-25 12:08 hudsonbot Note Added: 0048987
2012-05-25 12:09 hudsonbot Checkin
2012-05-25 12:09 hudsonbot Note Added: 0048992
2012-05-25 12:09 hudsonbot Checkin
2012-05-25 12:09 hudsonbot Note Added: 0048993
2012-05-25 12:10 hudsonbot Checkin
2012-05-25 12:10 hudsonbot Note Added: 0049065
2012-05-25 12:10 hudsonbot Checkin
2012-05-25 12:10 hudsonbot Note Added: 0049069
2012-05-25 12:10 hudsonbot Checkin
2012-05-25 12:10 hudsonbot Note Added: 0049070
2012-05-25 12:10 hudsonbot Checkin
2012-05-25 12:10 hudsonbot Note Added: 0049071
2012-05-25 12:11 hudsonbot Checkin
2012-05-25 12:11 hudsonbot Note Added: 0049086
2012-05-25 12:11 hudsonbot Checkin
2012-05-25 12:11 hudsonbot Note Added: 0049087
2012-05-25 12:11 hudsonbot Checkin
2012-05-25 12:11 hudsonbot Note Added: 0049091
2012-05-25 12:11 hudsonbot Checkin
2012-05-25 12:11 hudsonbot Note Added: 0049092
2012-05-25 12:11 hudsonbot Checkin
2012-05-25 12:11 hudsonbot Note Added: 0049093
2012-05-25 12:11 hudsonbot Checkin
2012-05-25 12:11 hudsonbot Note Added: 0049094
2012-05-25 12:11 hudsonbot Checkin
2012-05-25 12:11 hudsonbot Note Added: 0049097
2012-05-25 12:11 hudsonbot Checkin
2012-05-25 12:11 hudsonbot Note Added: 0049098
2012-05-25 12:11 hudsonbot Checkin
2012-05-25 12:11 hudsonbot Note Added: 0049111
2012-05-25 12:11 hudsonbot Checkin
2012-05-25 12:11 hudsonbot Note Added: 0049112
2012-05-25 12:11 hudsonbot Checkin
2012-05-25 12:11 hudsonbot Note Added: 0049113
2012-05-25 12:12 hudsonbot Checkin
2012-05-25 12:12 hudsonbot Note Added: 0049122
2012-05-25 12:12 hudsonbot Checkin
2012-05-25 12:12 hudsonbot Note Added: 0049126
2012-05-25 12:12 hudsonbot Checkin
2012-05-25 12:12 hudsonbot Note Added: 0049127
2012-05-25 12:12 hudsonbot Checkin
2012-05-25 12:12 hudsonbot Note Added: 0049164
2012-05-25 17:50 guilleaer Assigned To dbaz => guilleaer
2012-05-25 17:50 guilleaer Note Added: 0049221
2012-05-25 17:50 guilleaer Status closed => new
2012-05-25 17:50 guilleaer Resolution fixed => open
2012-05-25 17:50 guilleaer Fixed in Version pi =>
2012-05-25 17:51 guilleaer Status new => scheduled
2012-05-25 17:51 guilleaer Note Added: 0049222
2012-05-25 17:51 guilleaer fix_in_branch => pi
2012-05-25 17:52 guilleaer Note Added: 0049223
2012-05-25 17:52 guilleaer Status scheduled => resolved
2012-05-25 17:52 guilleaer Fixed in Version => 3.0MP12
2012-05-25 17:52 guilleaer Resolution open => fixed
2012-05-25 17:52 guilleaer Note Added: 0049224
2012-05-25 17:52 guilleaer Status resolved => closed
2012-09-12 19:04 guilleaer Assigned To guilleaer => dbaz
2012-09-12 19:04 guilleaer Status closed => new
2012-09-12 19:04 guilleaer Resolution fixed => open
2012-09-12 19:04 guilleaer Fixed in Version 3.0MP12 =>
2012-09-12 19:05 guilleaer Status new => scheduled
2012-09-12 19:05 guilleaer Status scheduled => resolved
2012-09-12 19:05 guilleaer Resolution open => fixed
2012-09-12 19:06 guilleaer Closed by => guilleaer
2012-09-12 19:06 guilleaer Status resolved => closed
2012-09-12 19:06 guilleaer Fixed in Version => 3.0MP12
2013-02-07 18:18 dbaz Relationship added related to 0022910


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker