Notes |
|
(0071196)
|
hgbot
|
2014-10-27 15:07
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 1796fdc36f3a050b192c7d1e5adf14ff4f866126
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Mon Oct 27 15:01:40 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/1796fdc36f3a050b192c7d1e5adf14ff4f866126 [^]
Fixes issue 27986 (posterminal): Log levels revisited after the introduction of the 'Debug' mode
- log levels 'info' and up will be logged to the server
- several messages have been promoted from 'debug' to 'info'
- several messages have been demoted from 'warn' to 'info'
- added messages to track the connection status
- added message to track the navigation flow
- added messages to track the synchronization of a model with the server
- some messages have been improved
- the login timer has been fixed
- the 'UTILS' depretation is not shown, as it should be shown only when used
---
M web/org.openbravo.retail.posterminal/js/closecash/model/cashup-model.js
M web/org.openbravo.retail.posterminal/js/closecash/view/closecash.js
M web/org.openbravo.retail.posterminal/js/data/dataordersave.js
M web/org.openbravo.retail.posterminal/js/login/model/login-model.js
---
|
|
|
(0071197)
|
hgbot
|
2014-10-27 15:07
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 60af5aa46de4d006448a8c7d2b6d44cb921fa716
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Mon Oct 27 15:03:33 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/60af5aa46de4d006448a8c7d2b6d44cb921fa716 [^]
Fixes issue 27986 (core): Log levels revisited after the introduction of the 'Debug' mode
- log levels 'info' and up will be logged to the server
- several messages have been promoted from 'debug' to 'info'
- several messages have been demoted from 'warn' to 'info'
- added messages to track the connection status
- added message to track the navigation flow
- added messages to track the synchronization of a model with the server
- some messages have been improved
- the login timer has been fixed
- the 'UTILS' depretation is not shown, as it should be shown only when used
---
M src-db/database/sourcedata/AD_PREFERENCE.xml
M web/org.openbravo.mobile.core/source/component/ob-terminal-component.js
M web/org.openbravo.mobile.core/source/component/ob-windowview.js
M web/org.openbravo.mobile.core/source/data/ob-dal.js
M web/org.openbravo.mobile.core/source/model/ob-terminal-model.js
M web/org.openbravo.mobile.core/source/utils/ob-utilities.js
M web/org.openbravo.mobile.core/source/utils/ob-versionmanagement.js
---
|
|
|
(0071295)
|
hgbot
|
2014-10-31 09:48
|
|
Repository: erp/pmods/org.openbravo.retail.posterminal
Changeset: 2bf1b905c654ddeee2668955379885ac36e4c5ff
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Oct 31 09:47:41 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.retail.posterminal/rev/2bf1b905c654ddeee2668955379885ac36e4c5ff [^]
Fixes issue 27986 (posterminal): Log levels revisited after the introduction of the 'Debug' mode (II)
- the 'getStackLinkBeforeCaller' method introduced in Q4 has been removed (no deprecation, no regression)
instead, the 'getStackTrace' method has been introduced with the ability to show all the stack trace or only the caller call
- deprecations
- OB.log has been tagged as deprecated
- OB.UTIL.composeMessage has been tagged as deprecated
- 'LogClient' messages have been replaced by 2 messages that report when the availability has changed
- OB.trace, debug, info, warn, error and critical have been refactored for easier maintenance. some minor changes have been added to the logic to be in pace with the new 'getStackTrace' method and the 'LogClient' reporting changes
- the message sent to the server is now generated by the same method that shows it in the console
- uncaught errors are correctly captured. some methods have been moved, some removed, some created; and the methods docs have been updated to help the developer
- a new file, called 'main.js' has been added to mobile.core
- log level error saves all the stack trace in the server. the rest of the log levels, save the originator trace
- the logic to check if a log message is sent to the server has been improved
- 2 tags (*,+) in a message will inform that, in production, the message is being shown in the console and sent to the server
- OB.UTIL.Debug has had its docs updated
- jslint fixes
---
M web/org.openbravo.retail.posterminal/index.jsp
---
|
|
|
(0071297)
|
hgbot
|
2014-10-31 09:48
|
|
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 833aa4c172f727e99bbae1c139ed0537863946ef
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Fri Oct 31 09:47:11 2014 +0100
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/833aa4c172f727e99bbae1c139ed0537863946ef [^]
Fixes issue 27986 (core): Log levels revisited after the introduction of the 'Debug' mode (II)
- the 'getStackLinkBeforeCaller' method introduced in Q4 has been removed (no deprecation, no regression)
instead, the 'getStackTrace' method has been introduced with the ability to show all the stack trace or only the caller call
- deprecations
- OB.log has been tagged as deprecated
- OB.UTIL.composeMessage has been tagged as deprecated
- 'LogClient' messages have been replaced by 2 messages that report when the availability has changed
- OB.trace, debug, info, warn, error and critical have been refactored for easier maintenance. some minor changes have been added to the logic to be in pace with the new 'getStackTrace' method and the 'LogClient' reporting changes
- the message sent to the server is now generated by the same method that shows it in the console
- uncaught errors are correctly captured. some methods have been moved, some removed, some created; and the methods docs have been updated to help the developer
- a new file, called 'main.js' has been added to mobile.core
- log level error saves all the stack trace in the server. the rest of the log levels, save the originator trace
- the logic to check if a log message is sent to the server has been improved
- 2 tags (*,+) in a message will inform that, in production, the message is being shown in the console and sent to the server
- OB.UTIL.Debug has had its docs updated
- jslint fixes
---
M web/org.openbravo.mobile.core/source/utils/ob-debug.js
M web/org.openbravo.mobile.core/source/utils/ob-utilities.js
---
|
|
|
(0071340)
|
hgbot
|
2014-11-03 11:19
|
|
|