Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0004787Openbravo ERPA. Platformpublic2008-09-01 18:452008-11-26 20:20
shuehner 
shuehner 
normalminorN/A
closedfixed 
5
 
2.502.50 
No
Core
No
0004787: Remove javascript functions which have been deprecated before the 2.40 release
The following files have been deprecated before 2.40:

web/js/menu.js
web/js/String.js
web/js/TypeAheadCombo.js

inside utils.js:
all functions marked as deprecated in 2.40
remove the deprecated functions and files from the 2.50 branch completely
Clean-up
Issue History
2008-09-01 18:45shuehnerNew Issue
2008-09-01 18:45shuehnerAssigned To => shuehner
2008-09-01 18:45shuehnersf_bug_id0 => 2087167
2008-09-01 18:45shuehnerOBNetwork customer => No
2008-09-01 18:45shuehnerRegression testing => No
2008-09-01 18:45shuehnerTag Attached: Clean-up
2008-09-01 19:31svnbotCheckin
2008-09-01 19:31svnbotNote Added: 0008834
2008-09-01 19:31svnbotsvn_revision => 6714
2008-09-01 20:01svnbotCheckin
2008-09-01 20:01svnbotNote Added: 0008835
2008-09-01 20:01svnbotsvn_revision6714 => 6715
2008-09-01 20:06svnbotCheckin
2008-09-01 20:06svnbotNote Added: 0008836
2008-09-01 20:06svnbotsvn_revision6715 => 6716
2008-09-01 20:10svnbotCheckin
2008-09-01 20:10svnbotNote Added: 0008837
2008-09-01 20:10svnbotsvn_revision6716 => 6717
2008-11-15 13:03pjuvaraStatusnew => scheduled
2008-11-15 13:03pjuvarafix_in_branch => trunk
2008-11-15 13:03pjuvaraStatusscheduled => resolved
2008-11-15 13:03pjuvaraFixed in Version => 2.50
2008-11-15 13:03pjuvaraResolutionopen => fixed
2008-11-26 20:20pjuvaraStatusresolved => closed

Notes
(0008834)
svnbot   
2008-09-01 19:31   
Repository: openbravo
Revision: 6714
Author: huehner
Date: 2008-09-01 19:31:14 +0200 (Mon, 01 Sep 2008)

Issue 4787
Remove javascript files and functions which have been deprecated before 2.40
- remove unused import of String.js from OpenPentaho.html
- remove menu.js, String.js, TypeAheadCombo.js completely
- remove deprecated functions in utils.js which are not used in the codebase

---
U branches/r2.5x/src/org/openbravo/erpCommon/utility/OpenPentaho.html
D branches/r2.5x/web/js/String.js
D branches/r2.5x/web/js/TypeAheadCombo.js
D branches/r2.5x/web/js/menu.js
U branches/r2.5x/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6714&sc=1 [^]
(0008835)
svnbot   
2008-09-01 20:01   
Repository: openbravo
Revision: 6715
Author: huehner
Date: 2008-09-01 20:01:16 +0200 (Mon, 01 Sep 2008)

Issue 4787
Remove deprecated function: focoPrimerControl
Update the last callers (which where missed at deprecation time) to
the successor: setFocusFirstControl

---
U branches/r2.5x/src/org/openbravo/erpReports/ReportPaymentFilter.html
U branches/r2.5x/src/org/openbravo/erpReports/ReportRegisterFilter.html
U branches/r2.5x/web/js/multilinea.js
U branches/r2.5x/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6715&sc=1 [^]
(0008836)
svnbot   
2008-09-01 20:06   
Repository: openbravo
Revision: 6716
Author: huehner
Date: 2008-09-01 20:06:07 +0200 (Mon, 01 Sep 2008)

Issue 4787
Remove deprecated js-function: obtenerCodigoTecla
Update last callers (which where missed at deprecation time) to use the sucessor function: obtainKeyCode

---
U branches/r2.5x/web/js/multilinea.js
U branches/r2.5x/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6716&sc=1 [^]
(0008837)
svnbot   
2008-09-01 20:10   
Repository: openbravo
Revision: 6717
Author: huehner
Date: 2008-09-01 20:10:36 +0200 (Mon, 01 Sep 2008)

Issue 4787
Update comment, noting that the controlTecla-function was deprecated in 2.40
but that is still used in one place (multilinea.js)

---
U branches/r2.5x/web/js/utils.js
---

https://dev.openbravo.com/websvn/openbravo/?rev=6717&sc=1 [^]