]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
12 years ago#7988 TreeTable.setCollapsed() should not throw NPE if the component has not been...
Henri Sara [Mon, 28 Nov 2011 11:17:11 +0000 (11:17 +0000)]
#7988 TreeTable.setCollapsed() should not throw NPE if the component has not been rendered yet

svn changeset:22147/svn branch:6.7

12 years ago#8009 Made war include resources required by the demo launcher
Artur Signell [Mon, 28 Nov 2011 11:03:57 +0000 (11:03 +0000)]
#8009 Made war include resources required by the demo launcher

svn changeset:22145/svn branch:6.7

12 years ago#8009 Cleaned build.xml
Artur Signell [Mon, 28 Nov 2011 09:32:01 +0000 (09:32 +0000)]
#8009 Cleaned build.xml

svn changeset:22144/svn branch:6.7

12 years ago#8009 Moved DemoLauncher to tests/testbench
Artur Signell [Mon, 28 Nov 2011 09:28:32 +0000 (09:28 +0000)]
#8009 Moved DemoLauncher to tests/testbench

svn changeset:22143/svn branch:6.7

12 years ago#8009 Remove DemoLauncher from project
Artur Signell [Mon, 28 Nov 2011 07:52:00 +0000 (07:52 +0000)]
#8009 Remove DemoLauncher from project

svn changeset:22142/svn branch:6.7

12 years agoRemoved duplicate reference to a build target.
Henri Sara [Fri, 25 Nov 2011 14:14:15 +0000 (14:14 +0000)]
Removed duplicate reference to a build target.

svn changeset:22134/svn branch:6.7

12 years agoFixed batch for #7668 - addComponent methods *must* add the component to the componen...
Johannes Dahlström [Thu, 24 Nov 2011 13:48:31 +0000 (13:48 +0000)]
Fixed batch for #7668 - addComponent methods *must* add the component to the components list before calling super.addComponent() because AttachListeners expect it to be there

svn changeset:22122/svn branch:6.7

12 years ago#7988 no partial refresh for an item that is not in the buffer, improved test
Henri Sara [Thu, 24 Nov 2011 11:38:37 +0000 (11:38 +0000)]
#7988 no partial refresh for an item that is not in the buffer, improved test

svn changeset:22120/svn branch:6.7

12 years ago#7988 TreeTable.setCollapsed(...) should refresh UI
Henri Sara [Thu, 24 Nov 2011 11:05:07 +0000 (11:05 +0000)]
#7988 TreeTable.setCollapsed(...) should refresh UI

svn changeset:22119/svn branch:6.7

12 years agoEnhanced tests and fix for #7668 - re-adding a component at an index before its curre...
Johannes Dahlström [Thu, 24 Nov 2011 10:44:54 +0000 (10:44 +0000)]
Enhanced tests and fix for #7668 - re-adding a component at an index before its current one does nothing

Simplified the logic in AbstractOrderedLayout/CssLayout#addComponent*() - super.addComponent() is now called first so that the invariant that there's never duplicate elements in the component list always holds, this fixes #7668. addComponent(c, index) now has a piece of additional logic handling the case when a component is moved to an index *after* its current one.

svn changeset:22117/svn branch:6.7

12 years agoTest application for #7785 (adapted from ticket).
Henri Sara [Thu, 24 Nov 2011 10:10:44 +0000 (10:10 +0000)]
Test application for #7785 (adapted from ticket).

svn changeset:22116/svn branch:6.7

12 years agoTests for #7668 - re-adding a component at an index before its current one does nothing
Johannes Dahlström [Wed, 23 Nov 2011 15:20:09 +0000 (15:20 +0000)]
Tests for #7668 - re-adding a component at an index before its current one does nothing

svn changeset:22112/svn branch:6.7

12 years ago#7972 drop on table should work also when page length is zero
Henri Sara [Tue, 22 Nov 2011 14:16:09 +0000 (14:16 +0000)]
#7972 drop on table should work also when page length is zero

svn changeset:22097/svn branch:6.7

12 years agoFixed potential NullPointerException
Johannes Dahlström [Tue, 22 Nov 2011 13:52:30 +0000 (13:52 +0000)]
Fixed potential NullPointerException

svn changeset:22096/svn branch:6.7

12 years ago#7908 added comments, don't call onScroll(null) if page length is zero and not a...
Henri Sara [Mon, 21 Nov 2011 14:20:17 +0000 (14:20 +0000)]
#7908 added comments, don't call onScroll(null) if page length is zero and not a collapse/expand request

svn changeset:22086/svn branch:6.7

12 years ago#7908 TreeTable should resize on container change when page length is zero, related...
Henri Sara [Mon, 21 Nov 2011 13:45:31 +0000 (13:45 +0000)]
#7908 TreeTable should resize on container change when page length is zero, related test

svn changeset:22082/svn branch:6.7

12 years agoExtend AbstractTestCase instead of TestBase when creating and using your own mainWindow
Leif Åstrand [Mon, 21 Nov 2011 12:26:57 +0000 (12:26 +0000)]
Extend AbstractTestCase instead of TestBase when creating and using your own mainWindow

svn changeset:22078/svn branch:6.7

12 years agoPatch and TestBench script for issue #7916 - setting VWindow height to undefined...
Johannes Dahlström [Fri, 18 Nov 2011 12:32:36 +0000 (12:32 +0000)]
Patch and TestBench script for issue #7916 - setting VWindow height to undefined was a no-op

svn changeset:22063/svn branch:6.7

12 years ago#6494 Making tables invisible and visible again does not work correctly
Artur Signell [Fri, 18 Nov 2011 09:24:08 +0000 (09:24 +0000)]
#6494 Making tables invisible and visible again does not work correctly

svn changeset:22059/svn branch:6.7

12 years ago#4426 avoid calling datasource.getValue() multiple times unnecessarily
Henri Sara [Fri, 18 Nov 2011 08:50:34 +0000 (08:50 +0000)]
#4426 avoid calling datasource.getValue() multiple times unnecessarily

svn changeset:22058/svn branch:6.7

12 years ago#7647 ComboBox popup content disappears on up/down button double click
Artur Signell [Thu, 17 Nov 2011 12:19:38 +0000 (12:19 +0000)]
#7647 ComboBox popup content disappears on up/down button double click

svn changeset:22047/svn branch:6.7

12 years agoTest for #7739
Artur Signell [Thu, 17 Nov 2011 12:19:15 +0000 (12:19 +0000)]
Test for #7739

svn changeset:22046/svn branch:6.7

12 years ago#7949 ComboBox incorrectly shows paging buttons when filtering
Artur Signell [Thu, 17 Nov 2011 11:53:15 +0000 (11:53 +0000)]
#7949 ComboBox incorrectly shows paging buttons when filtering

svn changeset:22038/svn branch:6.7

12 years agoTest for #6798. Automated test disabled (set to .htm) and should be enabled once...
Artur Signell [Thu, 17 Nov 2011 11:49:07 +0000 (11:49 +0000)]
Test for #6798. Automated test disabled (set to .htm) and should be enabled once #7948 has been fixed

svn changeset:22037/svn branch:6.7

12 years ago#6978 VFilterSelect should consume key events and should not pass them to action...
Artur Signell [Thu, 17 Nov 2011 11:48:23 +0000 (11:48 +0000)]
#6978 VFilterSelect should consume key events and should not pass them to action handlers when its suggestion popup is open

svn changeset:22036/svn branch:6.7

12 years ago#7950 ComboBox show paging button even though there are no matches
Artur Signell [Thu, 17 Nov 2011 11:44:13 +0000 (11:44 +0000)]
#7950 ComboBox show paging button even though there are no matches

svn changeset:22033/svn branch:6.7

12 years agoTest for #7950 and #7949
Artur Signell [Thu, 17 Nov 2011 11:41:44 +0000 (11:41 +0000)]
Test for #7950 and #7949

svn changeset:22032/svn branch:6.7

12 years agoCorrected typo: waitingForFilteringReponse -> waitingForFilteringResponse
Artur Signell [Thu, 17 Nov 2011 10:59:50 +0000 (10:59 +0000)]
Corrected typo: waitingForFilteringReponse -> waitingForFilteringResponse

svn changeset:22029/svn branch:6.7

12 years agoExtended test to cover #7062
Artur Signell [Thu, 17 Nov 2011 08:29:42 +0000 (08:29 +0000)]
Extended test to cover #7062

svn changeset:22024/svn branch:6.7

12 years ago#7062 ComboBox shows required indicator when in read only
Artur Signell [Thu, 17 Nov 2011 08:27:04 +0000 (08:27 +0000)]
#7062 ComboBox shows required indicator when in read only

svn changeset:22023/svn branch:6.7

12 years agoForm and Table now sets property to fields Viewer property if one exists. fixes ...
Matti Tahvonen [Wed, 16 Nov 2011 13:17:56 +0000 (13:17 +0000)]
Form and Table now sets property to fields Viewer property if one exists. fixes #7942

svn changeset:22019/svn branch:6.7

12 years agoPropertyFormatter's format now don't get called with weird Boolean value when ds...
Matti Tahvonen [Wed, 16 Nov 2011 09:32:28 +0000 (09:32 +0000)]
PropertyFormatter's format now don't get called with weird Boolean value when ds is null. Fixes #4426 and #6843

svn changeset:22015/svn branch:6.7

12 years ago#7056 inconsistency between Chameleon theme and standard Vaadin theme concerning...
Artur Signell [Tue, 15 Nov 2011 16:44:05 +0000 (16:44 +0000)]
#7056 inconsistency between Chameleon theme and standard Vaadin theme concerning Combobox

svn changeset:22013/svn branch:6.7

12 years agoTest for #7056
Artur Signell [Tue, 15 Nov 2011 16:42:40 +0000 (16:42 +0000)]
Test for #7056

svn changeset:22012/svn branch:6.7

12 years agoFixed test to use enterCharacter that cause correct keydown/keyup events
Artur Signell [Tue, 15 Nov 2011 16:39:31 +0000 (16:39 +0000)]
Fixed test to use enterCharacter that cause correct keydown/keyup events

svn changeset:22011/svn branch:6.7

12 years ago#7837 do not use partial updates in TreeTable if the container does not support item...
Henri Sara [Tue, 15 Nov 2011 13:18:51 +0000 (13:18 +0000)]
#7837 do not use partial updates in TreeTable if the container does not support item set change notifications

svn changeset:22007/svn branch:6.7

12 years ago#7739 Correctly select items using keyboard, even if two items have the same caption
Artur Signell [Tue, 15 Nov 2011 13:06:57 +0000 (13:06 +0000)]
#7739 Correctly select items using keyboard, even if two items have the same caption
#7257 Combobox: Keyboard navigating might cause all items to disappear from the list

svn changeset:22006/svn branch:6.7

12 years ago#7396 Test gatein and exo with firefox 3.6 because of #7939
Leif Åstrand [Tue, 15 Nov 2011 11:22:14 +0000 (11:22 +0000)]
#7396 Test gatein and exo with firefox 3.6 because of #7939

svn changeset:22000/svn branch:6.7

12 years agoPossibly avoid missing locks by not cleaning up in the finally block, as another...
Leif Åstrand [Tue, 15 Nov 2011 11:20:40 +0000 (11:20 +0000)]
Possibly avoid missing locks by not cleaning up in the finally block, as another test might already have started and acquired the lock when the finally block is executed

svn changeset:21999/svn branch:6.7

12 years ago#7739 Code cleanup
Artur Signell [Tue, 15 Nov 2011 09:25:09 +0000 (09:25 +0000)]
#7739 Code cleanup

svn changeset:21998/svn branch:6.7

12 years agoTestBench test case for ticket #7916 - dynamically setting subwindow height to undefi...
Johannes Dahlström [Mon, 14 Nov 2011 15:21:14 +0000 (15:21 +0000)]
TestBench test case for ticket #7916 - dynamically setting subwindow height to undefined is not reflected in the rendered window

svn changeset:21996/svn branch:6.7

12 years ago#7396 Update integration tests to use the latest Firefox
Leif Åstrand [Mon, 14 Nov 2011 13:50:46 +0000 (13:50 +0000)]
#7396 Update integration tests to use the latest Firefox

svn changeset:21990/svn branch:6.7

12 years ago#7739 Removed unused code
Artur Signell [Mon, 14 Nov 2011 12:23:48 +0000 (12:23 +0000)]
#7739 Removed unused code

svn changeset:21989/svn branch:6.7

12 years ago#7739 Split enter handling for input field and for popup
Artur Signell [Mon, 14 Nov 2011 11:25:22 +0000 (11:25 +0000)]
#7739 Split enter handling for input field and for popup

svn changeset:21988/svn branch:6.7

12 years ago(non-automated) test case for #7923
Leif Åstrand [Mon, 14 Nov 2011 10:09:31 +0000 (10:09 +0000)]
(non-automated) test case for #7923

svn changeset:21984/svn branch:6.7

12 years ago#7739 Renamed variables to be more descriptive
Artur Signell [Mon, 14 Nov 2011 10:08:46 +0000 (10:08 +0000)]
#7739 Renamed variables to be more descriptive

svn changeset:21983/svn branch:6.7

12 years agoUpdated list of supported browsers
Artur Signell [Mon, 14 Nov 2011 07:52:43 +0000 (07:52 +0000)]
Updated list of supported browsers

svn changeset:21979/svn branch:6.7

12 years agoTickets for 6.7.2
Artur Signell [Mon, 14 Nov 2011 05:59:19 +0000 (05:59 +0000)]
Tickets for 6.7.2

svn changeset:21978/svn branch:6.7

12 years ago#7923 Shrinking browser window not detected if resizeLazy is enabled
Leif Åstrand [Fri, 11 Nov 2011 12:06:04 +0000 (12:06 +0000)]
#7923 Shrinking browser window not detected if resizeLazy is enabled

svn changeset:21974/svn branch:6.7

12 years agoFix restore of display style based on review (#3125)
Leif Åstrand [Fri, 11 Nov 2011 09:24:26 +0000 (09:24 +0000)]
Fix restore of display style based on review (#3125)

svn changeset:21968/svn branch:6.7

12 years agoHide all Vaadin apps on the same page before checking available width (#3125)
Leif Åstrand [Thu, 10 Nov 2011 14:02:39 +0000 (14:02 +0000)]
Hide all Vaadin apps on the same page before checking available width (#3125)

svn changeset:21960/svn branch:6.7

12 years ago#7918 Test with Firefox 8
Artur Signell [Thu, 10 Nov 2011 14:02:00 +0000 (14:02 +0000)]
#7918 Test with Firefox 8

svn changeset:21959/svn branch:6.7

12 years agoTest for #7908
Artur Signell [Tue, 8 Nov 2011 16:03:45 +0000 (16:03 +0000)]
Test for #7908

svn changeset:21947/svn branch:6.7

12 years agoRemoved svn:executable property to avoid problems with Git on Windows
Artur Signell [Tue, 8 Nov 2011 14:29:40 +0000 (14:29 +0000)]
Removed svn:executable property to avoid problems with Git on Windows

svn changeset:21944/svn branch:6.7

12 years agoTest for file uploads. Not run automatically due to limitations in testing file uploa...
Artur Signell [Tue, 8 Nov 2011 08:35:37 +0000 (08:35 +0000)]
Test for file uploads. Not run automatically due to limitations in testing file uploads with TestBench/Selenium.

svn changeset:21938/svn branch:6.7

12 years agoFixed dates
Artur Signell [Fri, 4 Nov 2011 14:06:10 +0000 (14:06 +0000)]
Fixed dates

svn changeset:21913/svn branch:6.7

12 years ago#7839 Corrected cases where pagelength=0 or where number of children > pagebuffer...
Artur Signell [Fri, 4 Nov 2011 12:23:49 +0000 (12:23 +0000)]
#7839 Corrected cases where pagelength=0 or where number of children > pagebuffer size

svn changeset:21910/svn branch:6.7

12 years agoTest for TreeTable with pageLength set to zero
Artur Signell [Fri, 4 Nov 2011 12:22:40 +0000 (12:22 +0000)]
Test for TreeTable with pageLength set to zero

svn changeset:21908/svn branch:6.7

12 years agoFixed dates
Artur Signell [Fri, 4 Nov 2011 12:13:59 +0000 (12:13 +0000)]
Fixed dates

svn changeset:21907/svn branch:6.7

12 years agoTheme for tickets, based on Reindeer
Artur Signell [Fri, 4 Nov 2011 11:39:28 +0000 (11:39 +0000)]
Theme for tickets, based on Reindeer

svn changeset:21904/svn branch:6.7

12 years ago#7780 Don't do partial repaints if the item set has changed during an expand or collapse
Artur Signell [Fri, 4 Nov 2011 09:01:09 +0000 (09:01 +0000)]
#7780 Don't do partial repaints if the item set has changed during an expand or collapse

svn changeset:21901/svn branch:6.7

12 years agoTest for #7839
Artur Signell [Fri, 4 Nov 2011 08:22:50 +0000 (08:22 +0000)]
Test for #7839

svn changeset:21898/svn branch:6.7

12 years agoTest for #7839
Artur Signell [Fri, 4 Nov 2011 08:20:18 +0000 (08:20 +0000)]
Test for #7839

svn changeset:21896/svn branch:6.7

12 years ago#7839 Avoid discarding rows when updating rows as row indexes have not been updated...
Artur Signell [Fri, 4 Nov 2011 08:13:49 +0000 (08:13 +0000)]
#7839 Avoid discarding rows when updating rows as row indexes have not been updated yet causing wrong rows to be removed

svn changeset:21894/svn branch:6.7

12 years ago#7839 Cleanup based on review
Artur Signell [Fri, 4 Nov 2011 08:10:42 +0000 (08:10 +0000)]
#7839 Cleanup based on review

svn changeset:21893/svn branch:6.7

12 years ago#7839 Out of Sync error when using Generated Columns with TreeTable - additional fix
Artur Signell [Fri, 4 Nov 2011 06:19:20 +0000 (06:19 +0000)]
#7839 Out of Sync error when using Generated Columns with TreeTable - additional fix

svn changeset:21892/svn branch:6.7

12 years ago#7839 Out of Sync error when using Generated Columns with TreeTable
Artur Signell [Thu, 3 Nov 2011 15:58:23 +0000 (15:58 +0000)]
#7839 Out of Sync error when using Generated Columns with TreeTable

Fixed multiple indexing issues that could occur in partial updates in Table and TreeTable

svn changeset:21889/svn branch:6.7

12 years agoAdded javadoc and debug logging
Artur Signell [Thu, 3 Nov 2011 15:52:44 +0000 (15:52 +0000)]
Added javadoc and debug logging

svn changeset:21888/svn branch:6.7

12 years ago#7790 Reverted sort methods to call refreshRenderedCells instead of refreshRowCache
Artur Signell [Thu, 3 Nov 2011 15:22:56 +0000 (15:22 +0000)]
#7790 Reverted sort methods to call refreshRenderedCells instead of refreshRowCache

svn changeset:21887/svn branch:6.7

12 years agoPartly reverted [21883] as it caused unnecessary rendering in some cases
Artur Signell [Thu, 3 Nov 2011 15:15:05 +0000 (15:15 +0000)]
Partly reverted [21883] as it caused unnecessary rendering in some cases

svn changeset:21886/svn branch:6.7

12 years agoInclude c.v.terminal.gwt.server in the test coverage data
Leif Åstrand [Thu, 3 Nov 2011 13:37:20 +0000 (13:37 +0000)]
Include c.v.terminal.gwt.server in the test coverage data

svn changeset:21885/svn branch:6.7

12 years ago#7790 Renamed method to refreshRowCache, ensured it is used internally by Table aswel...
Artur Signell [Thu, 3 Nov 2011 13:28:02 +0000 (13:28 +0000)]
#7790 Renamed method to refreshRowCache, ensured it is used internally by Table aswell and made the method public

svn changeset:21883/svn branch:6.7

12 years ago#7790 Added a method for forcing Table to repaint its rows
Artur Signell [Thu, 3 Nov 2011 13:18:42 +0000 (13:18 +0000)]
#7790 Added a method for forcing Table to repaint its rows

svn changeset:21882/svn branch:6.7

12 years agoCorrected the Scrollable JavaDoc to correspond with the code.
Marko Grönroos [Wed, 2 Nov 2011 10:56:16 +0000 (10:56 +0000)]
Corrected the Scrollable JavaDoc to correspond with the code.

svn changeset:21864/svn branch:6.7

12 years ago#7810 Fixed error handling of the row disabled in [21824]
Leif Åstrand [Wed, 2 Nov 2011 07:53:15 +0000 (07:53 +0000)]
#7810 Fixed error handling of the row disabled in [21824]

svn changeset:21858/svn branch:6.7

12 years ago#5562 Widgetset build throws an exception while throwing an exception
Artur Signell [Tue, 1 Nov 2011 12:54:30 +0000 (12:54 +0000)]
#5562 Widgetset build throws an exception while throwing an exception

Changed getCanonicalPath to getPath to avoid exceptions in the exception handler

svn changeset:21852/svn branch:6.7

12 years agoCorrected scroll offsets
Artur Signell [Tue, 1 Nov 2011 11:24:22 +0000 (11:24 +0000)]
Corrected scroll offsets

svn changeset:21848/svn branch:6.7

12 years agoTest and fix for #7852 TreeTable partial update throws NegativeArraySizeException
Artur Signell [Mon, 31 Oct 2011 13:31:22 +0000 (13:31 +0000)]
Test and fix for #7852 TreeTable partial update throws NegativeArraySizeException

svn changeset:21840/svn branch:6.7

12 years agoMergedDo not test that DST is active as it fails when DST is not active...
Artur Signell [Mon, 31 Oct 2011 06:47:20 +0000 (06:47 +0000)]
MergedDo not test that DST is active as it fails when DST is not active...

svn changeset:21838/svn branch:6.7

12 years ago#7836 Table repaint throws ArrayIndexOutOfBounds when using FileSystemContainer
Artur Signell [Thu, 27 Oct 2011 17:44:16 +0000 (17:44 +0000)]
#7836 Table repaint throws ArrayIndexOutOfBounds when using FileSystemContainer

svn changeset:21825/svn branch:6.7

12 years ago#7810 temporarily commented out row that prevents build from succeeding
Artur Signell [Thu, 27 Oct 2011 17:36:01 +0000 (17:36 +0000)]
#7810 temporarily commented out row that prevents build from succeeding

svn changeset:21824/svn branch:6.7

12 years ago#7698 FileSystemContainer throws NPE when a directory cannot be read
Artur Signell [Thu, 27 Oct 2011 16:17:49 +0000 (16:17 +0000)]
#7698 FileSystemContainer throws NPE when a directory cannot be read

svn changeset:21816/svn branch:6.7

12 years agoTest for #7698
Artur Signell [Thu, 27 Oct 2011 16:15:21 +0000 (16:15 +0000)]
Test for #7698

svn changeset:21815/svn branch:6.7

12 years agoAdded output of some debug information
Leif Åstrand [Thu, 27 Oct 2011 09:52:51 +0000 (09:52 +0000)]
Added output of some debug information

svn changeset:21813/svn branch:6.7

12 years agoDon't fail if unable to clean up the deploy dir (should be taken care of by rm -rf...
Leif Åstrand [Thu, 27 Oct 2011 07:43:39 +0000 (07:43 +0000)]
Don't fail if unable to clean up the deploy dir (should be taken care of by rm -rf run by cleanup.sh)

svn changeset:21811/svn branch:6.7

12 years agoEnsure cleanup.sh is run by bash
Leif Åstrand [Tue, 25 Oct 2011 06:23:15 +0000 (06:23 +0000)]
Ensure cleanup.sh is run by bash

svn changeset:21788/svn branch:6.7

12 years agoImproved integration server shutdown
Leif Åstrand [Mon, 24 Oct 2011 10:17:15 +0000 (10:17 +0000)]
Improved integration server shutdown

svn changeset:21785/svn branch:6.7

12 years agoIncreased thread count to possibly speed up testing
Artur Signell [Fri, 21 Oct 2011 13:42:45 +0000 (13:42 +0000)]
Increased thread count to possibly speed up testing

svn changeset:21778/svn branch:6.7

12 years ago#7823 JBoss 7 AS can't load FlagSeResource
Artur Signell [Fri, 21 Oct 2011 12:56:48 +0000 (12:56 +0000)]
#7823 JBoss 7 AS can't load FlagSeResource

svn changeset:21776/svn branch:6.7

12 years agoAdded testing for jboss6 (#7371) and jboss7 (#7372)
Leif Åstrand [Fri, 21 Oct 2011 12:26:29 +0000 (12:26 +0000)]
Added testing for jboss6 (#7371) and jboss7 (#7372)
Moved more stuff inside a try-finally block

svn changeset:21774/svn branch:6.7

12 years ago#7822 Loading Vaadin application in JBoss AS 7 throws java.lang.LinkageError
Leif Åstrand [Fri, 21 Oct 2011 11:07:17 +0000 (11:07 +0000)]
#7822 Loading Vaadin application in JBoss AS 7 throws java.lang.LinkageError

svn changeset:21773/svn branch:6.7

13 years agoTest app for #7780
Jonatan Kronqvist [Fri, 21 Oct 2011 07:23:22 +0000 (07:23 +0000)]
Test app for #7780

svn changeset:21770/svn branch:6.7

13 years agoAdded browser version test again (#7655)
Leif Åstrand [Thu, 20 Oct 2011 09:57:07 +0000 (09:57 +0000)]
Added browser version test again (#7655)

svn changeset:21757/svn branch:6.7

13 years agoImproved error handling for integration tests
Leif Åstrand [Thu, 20 Oct 2011 07:42:53 +0000 (07:42 +0000)]
Improved error handling for integration tests

svn changeset:21756/svn branch:6.7

13 years agoFix for #7808
Jonatan Kronqvist [Thu, 20 Oct 2011 07:41:11 +0000 (07:41 +0000)]
Fix for #7808

svn changeset:21755/svn branch:6.7

13 years agoTestBench test for #7808
Jonatan Kronqvist [Thu, 20 Oct 2011 06:53:09 +0000 (06:53 +0000)]
TestBench test for #7808

svn changeset:21754/svn branch:6.7

13 years ago#7810 Server side test coverage reporting
Leif Åstrand [Wed, 19 Oct 2011 13:57:32 +0000 (13:57 +0000)]
#7810 Server side test coverage reporting

svn changeset:21753/svn branch:6.7

13 years agoUpped VERSION
Jonatan Kronqvist [Tue, 18 Oct 2011 10:10:17 +0000 (10:10 +0000)]
Upped VERSION

svn changeset:21734/svn branch:6.7

13 years agoAdded some timeouts to avoid build going on forever
Leif Åstrand [Tue, 18 Oct 2011 09:17:33 +0000 (09:17 +0000)]
Added some timeouts to avoid build going on forever
Prefix remote output with server name to make it easier to interpret the build logs
Generalized the teamcity escaping

svn changeset:21730/svn branch:6.7

13 years agoUpdated release-notes 6.7.1
Jonatan Kronqvist [Tue, 18 Oct 2011 07:29:23 +0000 (07:29 +0000)]
Updated release-notes

svn changeset:21728/svn branch:6.7