Carlos Aristu <carlos.aristu@openbravo.com> [Fri, 02 Sep 2016 13:07:05 +0200] rev 30527
[disable-grid-summaries] Add disable grid summaries feature for ob-view-grid
Carlos Aristu <carlos.aristu@openbravo.com> [Fri, 02 Sep 2016 10:02:52 +0200] rev 30526
[disable-grid-summaries] Application Dictionary changes for Grid Configuration
Carlos Aristu <carlos.aristu@openbravo.com> [Mon, 17 Oct 2016 09:10:17 +0200] rev 30525
related to issue
33565: retrieve the window id from the standard window
For child tabs this.view.windowId is undefined. For this reason, we retrieve the windowId using the standardWindow property of the view. Thus, we ensure that the window id is always retrieved properly
Asier Lostalé <asier.lostale@openbravo.com> [Fri, 14 Oct 2016 16:02:59 +0200] rev 30524
related to issue
32512, related to issue
32366: exclude callouts from web.xml
Callous are not executed as Servlets so they needn't be in web.xml. SimpleCallout
do not extend servlet, so callouts extending it cannot be in web.xml.
Asier Lostalé <asier.lostale@openbravo.com> [Fri, 14 Oct 2016 15:39:23 +0200] rev 30523
related to issue
32512: temporary disable test case
The test case that ensures all objects in ad_model_object do implement
servlet is not valid anymore because SimpleCallout changed their hierarchy.
Carlos Aristu <carlos.aristu@openbravo.com> [Fri, 14 Oct 2016 14:55:13 +0200] rev 30522
fixes issue
33565: ability to disable linked items section
Carlos Aristu <carlos.aristu@openbravo.com> [Fri, 23 Sep 2016 09:28:36 +0200] rev 30521
[disable-linked-items] Constant names should be uppercase
Carlos Aristu <carlos.aristu@openbravo.com> [Thu, 22 Sep 2016 16:04:26 +0200] rev 30520
[disable-linked-items] Use a constant for the preference name
Carlos Aristu <carlos.aristu@openbravo.com> [Wed, 14 Sep 2016 11:15:27 +0200] rev 30519
[disable-linked-items] Merge with pi
Carlos Aristu <carlos.aristu@openbravo.com> [Mon, 12 Sep 2016 17:31:00 +0200] rev 30518
[disable-linked-items] Use Constants for 'Y' and 'N' preference values
Carlos Aristu <carlos.aristu@openbravo.com> [Mon, 12 Sep 2016 16:40:43 +0200] rev 30517
[disable-linked-items] Code review improvements
Carlos Aristu <carlos.aristu@openbravo.com> [Mon, 05 Sep 2016 09:11:02 +0200] rev 30516
[disable-linked-items] Merge with pi
Carlos Aristu <carlos.aristu@openbravo.com> [Thu, 01 Sep 2016 13:57:34 +0200] rev 30515
[disable-linked-items] Added preference description
Carlos Aristu <carlos.aristu@openbravo.com> [Thu, 01 Sep 2016 08:08:08 +0200] rev 30514
[disable-linked-items] Allow to disable linked items by preference
Asier Lostalé <asier.lostale@openbravo.com> [Fri, 14 Oct 2016 14:38:22 +0200] rev 30513
fixed issue
32512: support WildFly 10
Asier Lostalé <asier.lostale@openbravo.com> [Fri, 14 Oct 2016 11:05:17 +0200] rev 30512
[wildfly] reformat
Asier Lostalé <asier.lostale@openbravo.com> [Fri, 14 Oct 2016 10:54:09 +0200] rev 30511
[wildfly] capitalized query to be consistent
Asier Lostalé <asier.lostale@openbravo.com> [Fri, 14 Oct 2016 10:47:08 +0200] rev 30510
[wildfly] modified test query to match the one in wad
Asier Lostalé <asier.lostale@openbravo.com> [Fri, 14 Oct 2016 11:01:22 +0200] rev 30509
[wildfly] pi-merge
Asier Lostalé <asier.lostale@openbravo.com> [Thu, 08 Sep 2016 10:26:04 +0200] rev 30508
[wildfly] removed Class-Path from MANIFEST.MF
It's non standard and unused and it creates problems when starting WildFly
Asier Lostalé <asier.lostale@openbravo.com> [Thu, 08 Sep 2016 08:27:39 +0200] rev 30507
[wildfly] don't include Weld listener in web.xml when building for weld
Asier Lostalé <asier.lostale@openbravo.com> [Tue, 06 Sep 2016 13:35:50 +0200] rev 30506
[wildfly] don't assert on standard ui processes
Asier Lostalé <asier.lostale@openbravo.com> [Tue, 06 Sep 2016 13:32:29 +0200] rev 30505
[wildfly] proper test initialization
Asier Lostalé <asier.lostale@openbravo.com> [Tue, 06 Sep 2016 13:31:54 +0200] rev 30504
[wildfly] don't include in web.xml standard ui processes
The process class desn not implement Servlet.
Asier Lostalé <asier.lostale@openbravo.com> [Tue, 06 Sep 2016 10:20:41 +0200] rev 30503
[wildfly] do not deploy CDI implementation when application.server is wildfly
This can now be configured in Openbravo.propreties through the new property
"appliation.server".
Asier Lostalé <asier.lostale@openbravo.com> [Tue, 06 Sep 2016 09:47:35 +0200] rev 30502
[wildfly] standardized servlet context path to end with / in all cases
Tomcat sets a trailing slash (/) to ServletContext.getRealPath and there is
code that expects it to be in this format.
Wildfly does not do it, so code relying on previous assumption failed.
Asier Lostalé <asier.lostale@openbravo.com> [Tue, 06 Sep 2016 09:43:25 +0200] rev 30501
[wildfly] remove in code explicit dependencies to Weld
WildFly includes a CDI implementation with Weld, in order to prevent clashes
due to different library versions, explicit dependencies in code should be
avoided.
Asier Lostalé <asier.lostale@openbravo.com> [Mon, 05 Sep 2016 10:21:04 +0200] rev 30500
[wildfly] pi merge
Asier Lostalé <asier.lostale@openbravo.com> [Tue, 31 May 2016 12:47:29 +0200] rev 30499
[wildfly] split test in 2
Asier Lostalé <asier.lostale@openbravo.com> [Tue, 31 May 2016 12:41:38 +0200] rev 30498
[wildfly] updated existintent model object for standard ui processes