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 [^]
|
|