]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
13 years agoBarebones fix for #6745: Connectors for Tree, i.e. ugly but works. We can make it...
Jouni Koivuviita [Tue, 23 Aug 2011 13:02:17 +0000 (13:02 +0000)]
Barebones fix for #6745: Connectors for Tree, i.e. ugly but works. We can make it more pretty in future releases if necessary.

Includes TestBench test for the feature.

svn changeset:20577/svn branch:6.7

13 years ago#7424 Minor typo correction
Artur Signell [Tue, 23 Aug 2011 12:59:34 +0000 (12:59 +0000)]
#7424 Minor typo correction

svn changeset:20576/svn branch:6.7

13 years ago#7424 Updated release notes based on review comments
Artur Signell [Tue, 23 Aug 2011 12:52:42 +0000 (12:52 +0000)]
#7424 Updated release notes based on review comments

svn changeset:20575/svn branch:6.7

13 years ago#7435 Updated build script to include license file from correct location
Artur Signell [Tue, 23 Aug 2011 12:22:37 +0000 (12:22 +0000)]
#7435 Updated build script to include license file from correct location

svn changeset:20569/svn branch:6.7

13 years agoClarified Vaadin vs GWT relationship
Artur Signell [Tue, 23 Aug 2011 12:17:32 +0000 (12:17 +0000)]
Clarified Vaadin vs GWT relationship

svn changeset:20567/svn branch:6.7

13 years agoIT Mill -> Vaadin Ltd
Artur Signell [Tue, 23 Aug 2011 12:16:01 +0000 (12:16 +0000)]
IT Mill -> Vaadin Ltd

svn changeset:20566/svn branch:6.7

13 years agoUpdated toString method to make tests pass #6720
Jonatan Kronqvist [Tue, 23 Aug 2011 11:40:33 +0000 (11:40 +0000)]
Updated toString method to make tests pass #6720

svn changeset:20564/svn branch:6.7

13 years ago#7424 Changed links to only list beta1 tickets for now
Artur Signell [Tue, 23 Aug 2011 11:26:30 +0000 (11:26 +0000)]
#7424 Changed links to only list beta1 tickets for now

svn changeset:20563/svn branch:6.7

13 years ago#7424, #7435 Reworked license and release-notes files
Artur Signell [Tue, 23 Aug 2011 11:20:32 +0000 (11:20 +0000)]
#7424, #7435 Reworked license and release-notes files

svn changeset:20562/svn branch:6.7

13 years agoFixes for issues found during review of #6720
Jonatan Kronqvist [Tue, 23 Aug 2011 11:04:52 +0000 (11:04 +0000)]
Fixes for issues found during review of #6720
 - Don't statically set row height
 - Table.RowGenerator and Table.GeneratedRow made Serializable

svn changeset:20561/svn branch:6.7

13 years ago#5488 Link: Error when trying to use a link to a file with a percent in the filename
Leif Åstrand [Tue, 23 Aug 2011 09:31:02 +0000 (09:31 +0000)]
#5488 Link: Error when trying to use a link to a file with a percent in the filename

svn changeset:20554/svn branch:6.7

13 years ago#7092 TextField does not support setting maxLength=0
Leif Åstrand [Tue, 23 Aug 2011 07:14:26 +0000 (07:14 +0000)]
#7092 TextField does not support setting maxLength=0

svn changeset:20550/svn branch:6.7

13 years ago#7032 LoginForm should explicitly define utf-8 charset in getLoginHTML() method
Leif Åstrand [Mon, 22 Aug 2011 14:51:51 +0000 (14:51 +0000)]
#7032 LoginForm should explicitly define utf-8 charset in getLoginHTML() method

svn changeset:20546/svn branch:6.7

13 years ago#7065 ConcurrentModificationException in AbstractWebApplicationContext.endTransaction...
Leif Åstrand [Mon, 22 Aug 2011 14:39:48 +0000 (14:39 +0000)]
#7065 ConcurrentModificationException in AbstractWebApplicationContext.endTransaction() and startTransaction()

svn changeset:20545/svn branch:6.7

13 years agoFixes for #6720
Jonatan Kronqvist [Mon, 22 Aug 2011 13:22:46 +0000 (13:22 +0000)]
Fixes for #6720
- Fixes based on review
- Fix for possible NPE
- Fixed bug where resizing columns would throw off the header/column width sync
- Fixed bug where column reordering would fail due to element not found exception

svn changeset:20544/svn branch:6.7

13 years agoBuild target package-all builds also Liferay ZIP
Henri Sara [Mon, 22 Aug 2011 13:03:08 +0000 (13:03 +0000)]
Build target package-all builds also Liferay ZIP

svn changeset:20541/svn branch:6.7

13 years ago#6066 Mentioning TimeZone support in the release notes
Leif Åstrand [Mon, 22 Aug 2011 11:21:23 +0000 (11:21 +0000)]
#6066 Mentioning TimeZone support in the release notes

svn changeset:20538/svn branch:6.7

13 years ago#6066 Support for time zones in DateField
Leif Åstrand [Mon, 22 Aug 2011 11:13:29 +0000 (11:13 +0000)]
#6066 Support for time zones in DateField

svn changeset:20536/svn branch:6.7

13 years agoHide focus outline on NativeButton in sidebar in chameleon theme
Henri Sara [Mon, 22 Aug 2011 07:58:23 +0000 (07:58 +0000)]
Hide focus outline on NativeButton in sidebar in chameleon theme

svn changeset:20531/svn branch:6.7

13 years ago#7369 Test that ensures no Component contains a non-private final method
Artur Signell [Fri, 19 Aug 2011 13:41:32 +0000 (13:41 +0000)]
#7369 Test that ensures no Component contains a non-private final method

svn changeset:20526/svn branch:6.7

13 years ago#7369 Removed "final" to enable CDI compatibility and added javadoc that explains...
Artur Signell [Fri, 19 Aug 2011 13:35:36 +0000 (13:35 +0000)]
#7369 Removed "final" to enable CDI compatibility and added javadoc that explains the methods should not be overridden

svn changeset:20525/svn branch:6.7

13 years ago#7369 Removed ‌"final" from methods that do not need to be final
Artur Signell [Fri, 19 Aug 2011 13:34:45 +0000 (13:34 +0000)]
#7369 Removed ‌"final" from methods that do not need to be final

svn changeset:20524/svn branch:6.7

13 years agoFixed source formatting and Javadoc.
John Alhroos [Fri, 19 Aug 2011 13:33:07 +0000 (13:33 +0000)]
Fixed source formatting and Javadoc.

svn changeset:20523/svn branch:6.7

13 years ago#6094 Add a way to switch session key
Leif Åstrand [Fri, 19 Aug 2011 12:54:47 +0000 (12:54 +0000)]
#6094 Add a way to switch session key

svn changeset:20519/svn branch:6.7

13 years agoAdded light panel style to ChameleonTheme
Henri Sara [Fri, 19 Aug 2011 12:14:49 +0000 (12:14 +0000)]
Added light panel style to ChameleonTheme

svn changeset:20514/svn branch:6.7

13 years agoReplaced TableQuery debug mechanism with java.util.Logging #5712
John Alhroos [Fri, 19 Aug 2011 11:38:42 +0000 (11:38 +0000)]
Replaced TableQuery debug mechanism with java.util.Logging #5712

svn changeset:20511/svn branch:6.7

13 years agoReverted visibility change of updatePageLength() which mistakingly was committed...
John Alhroos [Fri, 19 Aug 2011 11:36:27 +0000 (11:36 +0000)]
Reverted visibility change of updatePageLength() which mistakingly was committed. #7292

svn changeset:20510/svn branch:6.7

13 years agoAdded TestBench test for #7292
John Alhroos [Fri, 19 Aug 2011 11:30:44 +0000 (11:30 +0000)]
Added TestBench test for #7292

svn changeset:20507/svn branch:6.7

13 years agoFixes pageLength=0 in TreeTable #7292
John Alhroos [Fri, 19 Aug 2011 11:29:53 +0000 (11:29 +0000)]
Fixes pageLength=0 in TreeTable #7292

svn changeset:20506/svn branch:6.7

13 years agoImplemented row generation for Table and TreeTable #6720#
Jonatan Kronqvist [Fri, 19 Aug 2011 07:16:01 +0000 (07:16 +0000)]
Implemented row generation for Table and TreeTable #6720#

svn changeset:20495/svn branch:6.7

13 years agoUpdated test to work with the more exact assertCSSClass introduced in #7431
Leif Åstrand [Fri, 19 Aug 2011 06:49:55 +0000 (06:49 +0000)]
Updated test to work with the more exact assertCSSClass introduced in #7431

svn changeset:20492/svn branch:6.7

13 years agoRun tests also on Firefox 6
Henri Sara [Fri, 19 Aug 2011 06:32:30 +0000 (06:32 +0000)]
Run tests also on Firefox 6

svn changeset:20490/svn branch:6.7

13 years agoAdded messages to thrown exceptions to make debugging easier
Artur Signell [Fri, 19 Aug 2011 06:18:26 +0000 (06:18 +0000)]
Added messages to thrown exceptions to make debugging easier

svn changeset:20489/svn branch:6.7

13 years agoAdded some ugly styles so that the feature can be visually verified
Artur Signell [Thu, 18 Aug 2011 14:08:08 +0000 (14:08 +0000)]
Added some ugly styles so that the feature can be visually verified

svn changeset:20478/svn branch:6.7

13 years agoCorrection to running GAE tests in parallel with other integration tests
Henri Sara [Thu, 18 Aug 2011 13:03:22 +0000 (13:03 +0000)]
Correction to running GAE tests in parallel with other integration tests

svn changeset:20474/svn branch:6.7

13 years agoMerged file copying target to the WAR target in build.xml
Henri Sara [Thu, 18 Aug 2011 11:26:28 +0000 (11:26 +0000)]
Merged file copying target to the WAR target in build.xml

svn changeset:20471/svn branch:6.7

13 years ago#7392 remove manual build from Vaadin 6.7 build
Henri Sara [Thu, 18 Aug 2011 11:02:10 +0000 (11:02 +0000)]
#7392 remove manual build from Vaadin 6.7 build

svn changeset:20468/svn branch:6.7

13 years ago#5738 TabSheet's first visible tab should be rendered as if it is the first tab ...
Leif Åstrand [Thu, 18 Aug 2011 10:36:01 +0000 (10:36 +0000)]
#5738 TabSheet's first visible tab should be rendered as if it is the first tab - merged refactoring written by Artur & added test for the first tab
#5880 Updated to use the new api

svn changeset:20466/svn branch:6.7

13 years ago#7381 Include licensing related files and release notes in JARs, removed an obsolete...
Henri Sara [Thu, 18 Aug 2011 09:38:36 +0000 (09:38 +0000)]
#7381 Include licensing related files and release notes in JARs, removed an obsolete readme.txt

svn changeset:20464/svn branch:6.7

13 years ago#7381 Some build script cleanup, removed unnecessary files from test WAR
Henri Sara [Thu, 18 Aug 2011 07:54:50 +0000 (07:54 +0000)]
#7381 Some build script cleanup, removed unnecessary files from test WAR

svn changeset:20452/svn branch:6.7

13 years agoSpecify color for even rows in the liferay theme (#6723)
Jonatan Kronqvist [Thu, 18 Aug 2011 05:34:35 +0000 (05:34 +0000)]
Specify color for even rows in the liferay theme (#6723)

svn changeset:20450/svn branch:6.7

13 years ago#7433 separate servlet configuration in web.xml to enable GAE testing
Henri Sara [Wed, 17 Aug 2011 12:34:53 +0000 (12:34 +0000)]
#7433 separate servlet configuration in web.xml to enable GAE testing

svn changeset:20449/svn branch:6.7

13 years agoFix for #7388
John Alhroos [Wed, 17 Aug 2011 11:24:12 +0000 (11:24 +0000)]
Fix for #7388

svn changeset:20447/svn branch:6.7

13 years agoRemoved unused test servlet from web.xml - problematic for GAE integration test
Henri Sara [Wed, 17 Aug 2011 10:29:13 +0000 (10:29 +0000)]
Removed unused test servlet from web.xml - problematic for GAE integration test

svn changeset:20446/svn branch:6.7

13 years agoOptional expand and collapse animations for TreeTable (#6723)
Jonatan Kronqvist [Wed, 17 Aug 2011 10:20:39 +0000 (10:20 +0000)]
Optional expand and collapse animations for TreeTable (#6723)

svn changeset:20445/svn branch:6.7

13 years ago#7381 Packaging changes for Vaadin 6.7: JAR and test WAR only, no demo WAR nor ZIP...
Henri Sara [Wed, 17 Aug 2011 08:32:29 +0000 (08:32 +0000)]
#7381 Packaging changes for Vaadin 6.7: JAR and test WAR only, no demo WAR nor ZIP; some cleanup (files that were in ZIP, build.xml)

svn changeset:20444/svn branch:6.7

13 years agoRemoved reference to SQLContainers own debug logging. (Has been replaced by java...
John Alhroos [Wed, 17 Aug 2011 07:57:55 +0000 (07:57 +0000)]
Removed reference to SQLContainers own debug logging. (Has been replaced by java.util.Logging)

svn changeset:20443/svn branch:6.7

13 years agoReplaced SQLContainers own debug logging implementation with java.util.Logging and...
John Alhroos [Wed, 17 Aug 2011 07:54:59 +0000 (07:54 +0000)]
Replaced SQLContainers own debug logging implementation with java.util.Logging and implemented custom serialization for the SQLContainer.

svn changeset:20442/svn branch:6.7

13 years agoFixed issue with toggling tooltips on/off #5414
John Alhroos [Tue, 16 Aug 2011 12:20:30 +0000 (12:20 +0000)]
Fixed issue with toggling tooltips on/off #5414

svn changeset:20417/svn branch:6.7

13 years ago#7422 Updated fix for coping with additional spaces in the input
Leif Åstrand [Tue, 16 Aug 2011 12:03:58 +0000 (12:03 +0000)]
#7422 Updated fix for coping with additional spaces in the input

svn changeset:20416/svn branch:6.7

13 years agoTooltips for Tree + Testbech test for them #6637
John Alhroos [Tue, 16 Aug 2011 11:57:04 +0000 (11:57 +0000)]
Tooltips for Tree + Testbech test for them #6637

svn changeset:20415/svn branch:6.7

13 years ago#7422 AbstractComponent.setStyleName containing spaces causes illogical results
Leif Åstrand [Tue, 16 Aug 2011 11:11:39 +0000 (11:11 +0000)]
#7422 AbstractComponent.setStyleName containing spaces causes illogical results

svn changeset:20413/svn branch:6.7

13 years ago#7183 Fixed typo, should really be default multiselect mode that clears the old selection
Artur Signell [Tue, 16 Aug 2011 10:01:33 +0000 (10:01 +0000)]
#7183 Fixed typo, should really be default multiselect mode that clears the old selection

svn changeset:20409/svn branch:6.7

13 years ago#7183 Table in single select mode fires only 1 change event on iPad
Artur Signell [Tue, 16 Aug 2011 09:22:39 +0000 (09:22 +0000)]
#7183 Table in single select mode fires only 1 change event on iPad

svn changeset:20408/svn branch:6.7

13 years agoCode cleanup, related to #7183
Artur Signell [Tue, 16 Aug 2011 09:21:22 +0000 (09:21 +0000)]
Code cleanup, related to #7183

svn changeset:20407/svn branch:6.7

13 years agoCorrected formatting
Artur Signell [Tue, 16 Aug 2011 09:17:07 +0000 (09:17 +0000)]
Corrected formatting

svn changeset:20406/svn branch:6.7

13 years ago#5880 Removed some more Java 1.6 api that somehow slipped along
Leif Åstrand [Tue, 16 Aug 2011 09:08:49 +0000 (09:08 +0000)]
#5880 Removed some more Java 1.6 api that somehow slipped along

svn changeset:20405/svn branch:6.7

13 years ago#5880 Add style name support for Tabsheet's Tab interface
Leif Åstrand [Tue, 16 Aug 2011 08:18:43 +0000 (08:18 +0000)]
#5880 Add style name support for Tabsheet's Tab interface

svn changeset:20402/svn branch:6.7

13 years agoMade ItemDescriptionGenerator serializable #5414
John Alhroos [Tue, 16 Aug 2011 07:46:43 +0000 (07:46 +0000)]
Made ItemDescriptionGenerator serializable #5414

svn changeset:20401/svn branch:6.7

13 years agoFixed TreeTable regression #5414
John Alhroos [Tue, 16 Aug 2011 07:40:05 +0000 (07:40 +0000)]
Fixed TreeTable regression #5414

svn changeset:20400/svn branch:6.7

13 years ago#7392 split manual build out from core build script - first step
Henri Sara [Tue, 16 Aug 2011 06:48:36 +0000 (06:48 +0000)]
#7392 split manual build out from core build script - first step

svn changeset:20397/svn branch:6.7

13 years ago#7178 multiapp and multiwidgetset examples moved to demo site project
Henri Sara [Tue, 16 Aug 2011 06:20:43 +0000 (06:20 +0000)]
#7178 multiapp and multiwidgetset examples moved to demo site project

svn changeset:20394/svn branch:6.7

13 years agoAdded tooltips to Table cells and rows (ItemDescriptionGenerator) + Testbench test...
John Alhroos [Mon, 15 Aug 2011 13:50:27 +0000 (13:50 +0000)]
Added tooltips to Table cells and rows (ItemDescriptionGenerator) + Testbench test for them #5414

svn changeset:20392/svn branch:6.7

13 years ago#6499 Don't close the streams multiple times
Leif Åstrand [Mon, 15 Aug 2011 13:29:36 +0000 (13:29 +0000)]
#6499 Don't close the streams multiple times

svn changeset:20391/svn branch:6.7

13 years agoIt Mill -> Vaadin
Artur Signell [Mon, 15 Aug 2011 13:23:30 +0000 (13:23 +0000)]
It Mill -> Vaadin

svn changeset:20389/svn branch:6.7

13 years ago#7178 eliminated "example" theme
Henri Sara [Sat, 13 Aug 2011 07:15:01 +0000 (07:15 +0000)]
#7178 eliminated "example" theme

svn changeset:20370/svn branch:6.7

13 years ago#7178 Fixed build.xml: launcher configuration must be included in the WAR
Henri Sara [Sat, 13 Aug 2011 06:51:20 +0000 (06:51 +0000)]
#7178 Fixed build.xml: launcher configuration must be included in the WAR

svn changeset:20369/svn branch:6.7

13 years ago#7178 fix in build script (removed reference to a non-existent directory)
Henri Sara [Fri, 12 Aug 2011 12:54:47 +0000 (12:54 +0000)]
#7178 fix in build script (removed reference to a non-existent directory)

svn changeset:20363/svn branch:6.7

13 years ago#7178 removed AddressBook, demo themes and many other demo related files
Henri Sara [Fri, 12 Aug 2011 12:20:29 +0000 (12:20 +0000)]
#7178 removed AddressBook, demo themes and many other demo related files

svn changeset:20359/svn branch:6.7

13 years ago#7178 corrected GAE integration test script
Henri Sara [Fri, 12 Aug 2011 11:48:56 +0000 (11:48 +0000)]
#7178 corrected GAE integration test script

svn changeset:20351/svn branch:6.7

13 years agoMerged VButton iPad/touch fix from 6.6, fixes #7389
Marc Englund [Fri, 12 Aug 2011 11:35:44 +0000 (11:35 +0000)]
Merged VButton iPad/touch fix from 6.6, fixes #7389

svn changeset:20347/svn branch:6.7

13 years ago#7178 New servlet integration test not using the address book demo, related screenshots
Henri Sara [Fri, 12 Aug 2011 09:53:31 +0000 (09:53 +0000)]
#7178 New servlet integration test not using the address book demo, related screenshots

svn changeset:20342/svn branch:6.7

13 years ago#7284 Simplified styleName setting
Artur Signell [Fri, 12 Aug 2011 08:48:32 +0000 (08:48 +0000)]
#7284 Simplified styleName setting

svn changeset:20341/svn branch:6.7

13 years ago#6097 Inversed the logic of the uidl attribute to avoid sending additional data when...
Leif Åstrand [Fri, 12 Aug 2011 07:07:58 +0000 (07:07 +0000)]
#6097 Inversed the logic of the uidl attribute to avoid sending additional data when the default is selected

svn changeset:20338/svn branch:6.7

13 years agoMarked SQLUtil as Serializable
John Alhroos [Fri, 12 Aug 2011 07:07:42 +0000 (07:07 +0000)]
Marked SQLUtil as Serializable

svn changeset:20337/svn branch:6.7

13 years ago#7020 Explicitly focus a field to avoid random focus frames in IE screenshots
Leif Åstrand [Fri, 12 Aug 2011 06:57:22 +0000 (06:57 +0000)]
#7020 Explicitly focus a field to avoid random focus frames in IE screenshots

svn changeset:20335/svn branch:6.7

13 years agoFixed some sign bugs with mouse wheel scrolling in VFilterSelect #4518
John Alhroos [Fri, 12 Aug 2011 06:53:25 +0000 (06:53 +0000)]
Fixed some sign bugs with mouse wheel scrolling in VFilterSelect #4518

svn changeset:20334/svn branch:6.7

13 years ago#6499 AbstractApplicationServlet#handleDownload() does not close streams in case...
Leif Åstrand [Fri, 12 Aug 2011 06:47:06 +0000 (06:47 +0000)]
#6499 AbstractApplicationServlet#handleDownload() does not close streams in case of exception

svn changeset:20333/svn branch:6.7

13 years agoRemoved enhancements for 6.6 from the 6.7 release notes
Leif Åstrand [Fri, 12 Aug 2011 06:44:11 +0000 (06:44 +0000)]
Removed enhancements for 6.6 from the 6.7 release notes
Added note about setHtmlContentAllowed in ticktes #7187, #5402, #6097

svn changeset:20332/svn branch:6.7

13 years agoUpdated layout IDs in Liferay theme tests
Henri Sara [Thu, 11 Aug 2011 13:11:28 +0000 (13:11 +0000)]
Updated layout IDs in Liferay theme tests

svn changeset:20309/svn branch:6.7

13 years ago#5916 Added null check
Artur Signell [Thu, 11 Aug 2011 13:00:11 +0000 (13:00 +0000)]
#5916 Added null check

svn changeset:20305/svn branch:6.7

13 years agoTests for #5916
Artur Signell [Thu, 11 Aug 2011 12:56:40 +0000 (12:56 +0000)]
Tests for #5916

svn changeset:20303/svn branch:6.7

13 years ago#5916 Table.ColumnGenerator should allow generation of plain text
Artur Signell [Thu, 11 Aug 2011 12:48:51 +0000 (12:48 +0000)]
#5916 Table.ColumnGenerator should allow generation of plain text

svn changeset:20302/svn branch:6.7

13 years agoAdds mouse wheel scrolling to VFilterSelect #4518
John Alhroos [Thu, 11 Aug 2011 12:36:02 +0000 (12:36 +0000)]
Adds mouse wheel scrolling to VFilterSelect #4518

svn changeset:20301/svn branch:6.7

13 years ago#7178 Remove portlet configuration for Address Book
Henri Sara [Thu, 11 Aug 2011 12:15:00 +0000 (12:15 +0000)]
#7178 Remove portlet configuration for Address Book

svn changeset:20300/svn branch:6.7

13 years agoWebLogic portal integration test using a separate test portlet
Henri Sara [Thu, 11 Aug 2011 12:04:08 +0000 (12:04 +0000)]
WebLogic portal integration test using a separate test portlet

svn changeset:20299/svn branch:6.7

13 years ago#7020 Refined the semantics of deprecation
Leif Åstrand [Thu, 11 Aug 2011 10:27:57 +0000 (10:27 +0000)]
#7020 Refined the semantics of deprecation

svn changeset:20297/svn branch:6.7

13 years ago#7178 removed demo theme containing images used by runo theme demo
Henri Sara [Thu, 11 Aug 2011 10:14:06 +0000 (10:14 +0000)]
#7178 removed demo theme containing images used by runo theme demo

svn changeset:20294/svn branch:6.7

13 years agoeXo portal integration test using a separate test portlet
Henri Sara [Thu, 11 Aug 2011 09:19:20 +0000 (09:19 +0000)]
eXo portal integration test using a separate test portlet

svn changeset:20293/svn branch:6.7

13 years agoAdded dummy test method so JUnit will not complain about "No runnable methods"
John Alhroos [Thu, 11 Aug 2011 07:14:02 +0000 (07:14 +0000)]
Added dummy test method so JUnit will not complain about "No runnable methods"

svn changeset:20290/svn branch:6.7

13 years agoAdded missing Serializable interface to classes in SQLContainer #5712
John Alhroos [Thu, 11 Aug 2011 07:10:25 +0000 (07:10 +0000)]
Added missing Serializable interface to classes in SQLContainer #5712

svn changeset:20289/svn branch:6.7

13 years ago#7020 VNotification should be created with GWT.create()
Leif Åstrand [Thu, 11 Aug 2011 07:09:04 +0000 (07:09 +0000)]
#7020 VNotification should be created with GWT.create()

svn changeset:20288/svn branch:6.7

13 years ago#4497 GateIn Portlet2 test
Henri Sara [Thu, 11 Aug 2011 06:40:55 +0000 (06:40 +0000)]
#4497 GateIn Portlet2 test

svn changeset:20283/svn branch:6.7

13 years agoLiferay theme integration tests: fix layout IDs for TestBench
Henri Sara [Thu, 11 Aug 2011 06:03:34 +0000 (06:03 +0000)]
Liferay theme integration tests: fix layout IDs for TestBench

svn changeset:20282/svn branch:6.7

13 years agoBlocked merge of version number change
Henri Sara [Thu, 11 Aug 2011 05:57:38 +0000 (05:57 +0000)]
Blocked merge of version number change

svn changeset:20280/svn branch:6.7

13 years agoMerged changes from 6.6
Henri Sara [Thu, 11 Aug 2011 05:57:13 +0000 (05:57 +0000)]
Merged changes from 6.6

svn changeset:20279/svn branch:6.7

13 years ago#7178 moved Liferay theme test portlet to com.vaadin.tests.integration
Henri Sara [Wed, 10 Aug 2011 14:58:13 +0000 (14:58 +0000)]
#7178 moved Liferay theme test portlet to com.vaadin.tests.integration

svn changeset:20277/svn branch:6.7

13 years ago#7178 replaced most demo portlets with a test portlet, use it in Liferay 5 integratio...
Henri Sara [Wed, 10 Aug 2011 14:54:20 +0000 (14:54 +0000)]
#7178 replaced most demo portlets with a test portlet, use it in Liferay 5 integration test

svn changeset:20276/svn branch:6.7

13 years agoUpdated Liferay 5 integration test (layout id)
Henri Sara [Wed, 10 Aug 2011 13:37:23 +0000 (13:37 +0000)]
Updated Liferay 5 integration test (layout id)

svn changeset:20275/svn branch:6.7

13 years ago#6097 Added support for htmlModeAllowed in notifications opened from a sub window
Leif Åstrand [Wed, 10 Aug 2011 12:21:17 +0000 (12:21 +0000)]
#6097 Added support for htmlModeAllowed in notifications opened from a sub window

svn changeset:20270/svn branch:6.7