int-api - Build # 461 - Fixed:
Check console output at https://ci.openbravo.com/job/int-api/461/ to view the
results.
Committers since last success:
Changes for Build #459
Augusto Mauch <[email protected]> null
Fixes issue 26636: Error in int-checks-pgsql
Before a refactor, the showTreeGrid attribute was declared, initialized and
used in a function. After this refactor, the attribute is declared and
initialized in a function, and used in another, without being declared in the
latter function.
To fix this, now the first functions passes the showTreeGrid attribute as an
argument to the second function.
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-manage-views.js
David Baz Fayos <[email protected]> null
Fixed issue 25936: Added 'javaTimeformat.java=MM-dd-yyyy hh:mm:ss a'
capability
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-datetime.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-time.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-date.js
modules/org.openbravo.client.application/web/org.openbravo.userinterface.smartclient/openbravo/skins/Default/org.openbravo.client.application/ob-form-styles.css
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/AbsoluteTimeUIDefinition.java
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/DateUIDefinition.java
modules/org.openbravo.client.kernel/src/org/openbravo/client/kernel/reference/TimeUIDefinition.java
src/index.jsp
Asier Lostalé <[email protected]> null
[treeimpr] fixed issue 26455: Tree Extension Improvements
*Add a way to avoid view the icons. If the tree is not read-only, they always
must be shown
*Allow define a tree as read-only at tab level. Avoid delete records from tree
view
*Support different deletion policies. Define a combo inside the "Table Tree
Category" subtab of the header of "Tables and Columns". There should be two
optiones here:
**Reparent child nodes (current one)
**Do not allow removing if a node has a children
*Support saved views with tree views
*Default Tree View logic: show the tree view or the grid view based on a logic
defined at tab level
Augusto Mauch <[email protected]> null
[pw3] Microfix, some dates were not being parsed properly in the tree view
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-tree-grid.js
Augusto Mauch <[email protected]> null
[treeimpr] handleDefaultTreeView is invoked after updating the auxiliary
inputs
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
David Baz Fayos <[email protected]> null
[treeimpr] Merge from pi
Augusto Mauch <[email protected]> null
[treeimpr] Fixes error in console when opening a record in form view
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
Augusto Mauch <[email protected]> null
[treeimpr] Default tree view supports using auxiliary inputs
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
David Baz Fayos <[email protected]> null
[treeimpr] Added 'Default Tree View Logic' field to AD_TAB
in order to be able to specify logic to set if by default the view should
show the regular Grid or the new Tree view when it loads
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-view-tab.js.ftl
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewTab.java
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-tree-view-grid.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
src-db/database/model/tables/AD_TAB.xml
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_ELEMENT.xml
src-db/database/sourcedata/AD_FIELD.xml
David Baz Fayos <[email protected]> null
[treeimpr] Saved views now take into account if 'Tree Grid' view is selected
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-manage-views.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
David Baz Fayos <[email protected]> null
[treeimpr] Added 'Node Deletion Policy' combo to 'Tree Table Category' tab
- microfix2
src-db/database/sourcedata/AD_TABLE_TREE.xml
David Baz Fayos <[email protected]> null
[treeimpr] Added 'Node Deletion Policy' combo to 'Tree Table Category' tab
- microfix
modules/org.openbravo.client.application/src/org/openbravo/client/application/event/TableTreeEventHandler.java
David Baz Fayos <[email protected]> null
[treeimpr] Added 'Node Deletion Policy' combo to 'Tree Table Category' tab
modules/org.openbravo.client.application/src/org/openbravo/client/application/event/TableTreeEventHandler.java
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/ADTreeDatasourceService.java
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/LinkToParentTreeDatasourceService.java
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/TreeDatasourceService.java
src-db/database/model/tables/AD_TAB.xml
src-db/database/model/tables/AD_TABLE_TREE.xml
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_ELEMENT.xml
src-db/database/sourcedata/AD_FIELD.xml
src-db/database/sourcedata/AD_MESSAGE.xml
src-db/database/sourcedata/AD_REFERENCE.xml
src-db/database/sourcedata/AD_REF_LIST.xml
src-db/database/sourcedata/AD_TABLE_TREE.xml
David Baz Fayos <[email protected]> null
[treeimpr] Added 'Read Only Tree' and 'Show Tree Node Icons' flags to AD_TAB
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TAB.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_TAB.xml
modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-tree-grid.js.ftl
modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBTreeGridComponent.java
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-tree-filter.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-tree.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-tree-grid.js
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-tree-view-grid.js
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_TAB.xml
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_TAB.xml
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_TAB.xml
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_TAB.xml
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_TAB.xml
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_TAB.xml
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_TAB.xml
src-db/database/model/tables/AD_TAB.xml
src-db/database/sourcedata/AD_COLUMN.xml
src-db/database/sourcedata/AD_ELEMENT.xml
src-db/database/sourcedata/AD_FIELD.xml
src-db/database/sourcedata/AD_TAB.xml
Changes for Build #460
Atul Gaware <[email protected]> null
Fixes Issue 25867:PaymentDate can't be blank prior add details in Payment
In/Out
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MESSAGE.xml
modules/org.openbravo.advpaymentmngt/src/org/openbravo/advpaymentmngt/ad_actionbutton/AddOrderOrInvoice.java
Guillermo Gil <[email protected]> null
Fixed issue 26628: Unexpected behavior after completing an invoice
Added structure to execute autosave if the record is newand it has not been
modified
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-window.js
Guillermo Gil <[email protected]> null
Fixed issue 26623:Canvas fields are not working properly on pick and execute
Modified createRecordComponent for the pick and execute windows
modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js
RM packaging bot <[email protected]> null
CI: merge back from main
RM packaging bot <[email protected]> null
CI: update AD_MODULE to version 23060
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.base.weld/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.client.htmlwidget/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.client.widgets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.financial.paymentreport/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.reports.ordersawaitingdelivery/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.service.json/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.userinterface.skin.250to300Comp/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.userinterface.smartclient/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.v3.datasets/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.v3.framework/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE.xml
modules/org.openbravo.v3/src-db/database/sourcedata/AD_MODULE_DEPENDENCY.xml
src-db/database/sourcedata/AD_MODULE.xml
Changes for Build #461
Augusto Mauch <[email protected]> null
Fixes issue 26643: Provides default implementation to avoid breaking the API
modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/TreeDatasourceService.java
Last 20 lines of the console output:
[...truncated 28391 lines...]
Total: 100% good
Error Summary:
Errors:
+ exit 0
Performing Post build task...
Match found for : : True
Logical operation result is TRUE
Running script : cp
/srv/ci/workspace/int-full-pgsql/SANDBOX/api-checks/output/java.japi.gz .
[int-api] $ /bin/bash -xe /tmp/hudson8403067874094445543.sh
+ cp /srv/ci/workspace/int-full-pgsql/SANDBOX/api-checks/output/java.japi.gz .
POST BUILD TASK : SUCCESS
END OF POST BUILD TASK : 0
Guardando archivos
Checking console output
Email was triggered for: Fixed
Trigger Success was overridden by another trigger and will not send an email.
Sending email for trigger: Fixed
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Openbravo-builds mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-builds