]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
13 years agoFixes issue with menubar submenu overflowing right edge of the screen in IE/and causi...
John Alhroos [Wed, 18 May 2011 08:47:40 +0000 (08:47 +0000)]
Fixes issue with menubar submenu overflowing right edge of the screen in IE/and causing scrollbars #5547

svn changeset:18878/svn branch:6.6

13 years agoFix for #6216 "refreshing page causes size-full components grow out of containing...
Jouni Koivuviita [Wed, 18 May 2011 06:42:14 +0000 (06:42 +0000)]
Fix for #6216 "refreshing page causes size-full components grow out of containing window"

Updating of caption is done before calling client.updateComponent (and hence before possible sizing and size measurements).

svn changeset:18872/svn branch:6.6

13 years agofixes #6956
Matti Tahvonen [Tue, 10 May 2011 08:33:48 +0000 (08:33 +0000)]
fixes #6956

svn changeset:18734/svn branch:6.6

13 years agoIncremented development version number to 6.6.1.
Marko Grönroos [Mon, 9 May 2011 12:40:27 +0000 (12:40 +0000)]
Incremented development version number to 6.6.1.

svn changeset:18708/svn branch:6.6

13 years agofinetuning #6848 to work more stable
Matti Tahvonen [Mon, 9 May 2011 09:39:34 +0000 (09:39 +0000)]
finetuning #6848 to work more stable

svn changeset:18696/svn branch:6.6

13 years agoremoved unnecessary workaround for liferays body style position:relative
Matti Tahvonen [Fri, 6 May 2011 14:10:55 +0000 (14:10 +0000)]
removed unnecessary workaround for liferays body style position:relative

svn changeset:18673/svn branch:6.6

13 years agoCorrections to the Release Notes. For #6327.
Marko Grönroos [Fri, 6 May 2011 12:05:40 +0000 (12:05 +0000)]
Corrections to the Release Notes. For #6327.

svn changeset:18667/svn branch:6.6

13 years agofixes #6848
Matti Tahvonen [Fri, 6 May 2011 12:03:18 +0000 (12:03 +0000)]
fixes #6848

svn changeset:18666/svn branch:6.6

13 years agoisolating #6911 related hack to only grid layout and ordered layouts which are most...
Matti Tahvonen [Fri, 6 May 2011 06:09:00 +0000 (06:09 +0000)]
isolating #6911 related hack to only grid layout and ordered layouts which are most likely to face the issue

svn changeset:18657/svn branch:6.6

13 years agoa possible fix for #6911
Matti Tahvonen [Thu, 5 May 2011 14:35:06 +0000 (14:35 +0000)]
a possible fix for #6911

svn changeset:18655/svn branch:6.6

13 years agoUpdated Release Notes: more details in upgrading. For #6327.
Marko Grönroos [Thu, 5 May 2011 13:47:15 +0000 (13:47 +0000)]
Updated Release Notes: more details in upgrading. For #6327.

svn changeset:18651/svn branch:6.6

13 years agoRenamed a method based on review #6936
Jonatan Kronqvist [Thu, 5 May 2011 12:16:43 +0000 (12:16 +0000)]
Renamed a method based on review #6936

svn changeset:18647/svn branch:6.6

13 years agoFixes #6936 - extended the browser info timezone api
Jonatan Kronqvist [Thu, 5 May 2011 10:57:28 +0000 (10:57 +0000)]
Fixes #6936 - extended the browser info timezone api

svn changeset:18646/svn branch:6.6

13 years agoRemoved unnecessary code that slipped by in the fix for #6924
Jonatan Kronqvist [Thu, 5 May 2011 07:49:34 +0000 (07:49 +0000)]
Removed unnecessary code that slipped by in the fix for #6924

svn changeset:18637/svn branch:6.6

13 years agoFixes #6924 - focus outlines and keyboard navigation now work correctly in non-select...
Jonatan Kronqvist [Thu, 5 May 2011 07:13:23 +0000 (07:13 +0000)]
Fixes #6924 - focus outlines and keyboard navigation now work correctly in non-selectable trees

svn changeset:18635/svn branch:6.6

13 years agoAdded GWT dependency jars to build-widgetset.xml, together with some cleanup. For...
Marko Grönroos [Wed, 4 May 2011 13:55:18 +0000 (13:55 +0000)]
Added GWT dependency jars to build-widgetset.xml, together with some cleanup. For #6803.

svn changeset:18629/svn branch:6.6

13 years agofixes #4014. Also modified poller to avoid adding variable burst to queue in case...
Matti Tahvonen [Wed, 4 May 2011 12:50:19 +0000 (12:50 +0000)]
fixes #4014. Also modified poller to avoid adding variable burst to queue in case a request is currently pending. Avoids unneccessary server visit in case e.g server is overloaded for some reason (or e.g developer is debugging code on the server side).

svn changeset:18628/svn branch:6.6

13 years agoTable is now in multiselectmode.SIMPLE always on touch devices.
Matti Tahvonen [Wed, 4 May 2011 11:51:09 +0000 (11:51 +0000)]
Table is now in multiselectmode.SIMPLE always on touch devices.

svn changeset:18626/svn branch:6.6

13 years agoEnhanced javadoc
Matti Tahvonen [Wed, 4 May 2011 07:52:01 +0000 (07:52 +0000)]
Enhanced javadoc

svn changeset:18623/svn branch:6.6

13 years agoUpdated upgrading instructions in Release Notes and mentioned GWT validation dependen...
Marko Grönroos [Tue, 3 May 2011 16:55:45 +0000 (16:55 +0000)]
Updated upgrading instructions in Release Notes and mentioned GWT validation dependency libraries. For #6900 and #6327.

svn changeset:18620/svn branch:6.6

13 years agofixes #6881, VUpload now creates a fresh target frame if the server side reports...
Matti Tahvonen [Tue, 3 May 2011 15:11:53 +0000 (15:11 +0000)]
fixes #6881, VUpload now creates a fresh target frame if the server side reports the upload should be ready to receive

svn changeset:18618/svn branch:6.6

13 years ago#6918 mentioned in release notes
Henri Sara [Tue, 3 May 2011 13:42:30 +0000 (13:42 +0000)]
#6918 mentioned in release notes

svn changeset:18615/svn branch:6.6

13 years ago#6918 Test case for CheckBox with null value
Henri Sara [Tue, 3 May 2011 13:37:51 +0000 (13:37 +0000)]
#6918 Test case for CheckBox with null value

svn changeset:18613/svn branch:6.6

13 years ago#6918 CheckBox/Button in switch mode should support null value
Henri Sara [Tue, 3 May 2011 11:34:43 +0000 (11:34 +0000)]
#6918 CheckBox/Button in switch mode should support null value

svn changeset:18604/svn branch:6.6

13 years ago#6286 Getters for fields of SimpleStringFilter to enable creation of lazy implementations
Henri Sara [Tue, 3 May 2011 10:29:44 +0000 (10:29 +0000)]
#6286 Getters for fields of SimpleStringFilter to enable creation of lazy implementations

svn changeset:18601/svn branch:6.6

13 years ago#6694 Updated to GWT 2.3.0
Artur Signell [Tue, 3 May 2011 07:04:32 +0000 (07:04 +0000)]
#6694 Updated to GWT 2.3.0

svn changeset:18593/svn branch:6.6

13 years ago#6834 improvements to the test case
Henri Sara [Tue, 3 May 2011 05:38:54 +0000 (05:38 +0000)]
#6834 improvements to the test case

svn changeset:18590/svn branch:6.6

13 years agomaybe fixes #6834 (can't reproduce as described, but this fixes an other related...
Matti Tahvonen [Mon, 2 May 2011 15:12:40 +0000 (15:12 +0000)]
maybe fixes #6834 (can't reproduce as described, but this fixes an other related (possibly same) issue with Firefox 4)

svn changeset:18588/svn branch:6.6

13 years agomerged test case for #6834 to 6.6
Matti Tahvonen [Mon, 2 May 2011 12:54:18 +0000 (12:54 +0000)]
merged test case for #6834 to 6.6

svn changeset:18587/svn branch:6.6

13 years ago#6911 Test
Artur Signell [Mon, 2 May 2011 12:51:52 +0000 (12:51 +0000)]
#6911 Test

svn changeset:18585/svn branch:6.6

13 years ago#6911 Test
Artur Signell [Mon, 2 May 2011 12:51:45 +0000 (12:51 +0000)]
#6911 Test

svn changeset:18584/svn branch:6.6

13 years agoAdded some explaining comments to a bit of code introduced in the fix for #6841
Jonatan Kronqvist [Mon, 2 May 2011 12:51:03 +0000 (12:51 +0000)]
Added some explaining comments to a bit of code introduced in the fix for #6841

svn changeset:18583/svn branch:6.6

13 years agoMentioning #6724 in release notes.
Matti Tahvonen [Mon, 2 May 2011 11:56:01 +0000 (11:56 +0000)]
Mentioning #6724 in release notes.

svn changeset:18578/svn branch:6.6

13 years agoTest case for #6878
Jonatan Kronqvist [Mon, 2 May 2011 09:20:31 +0000 (09:20 +0000)]
Test case for #6878

svn changeset:18574/svn branch:6.6

13 years agoFix for #6841 - Tree no longer scrolls horizontally on selection.
Jonatan Kronqvist [Mon, 2 May 2011 08:17:50 +0000 (08:17 +0000)]
Fix for #6841 - Tree no longer scrolls horizontally on selection.

svn changeset:18573/svn branch:6.6

13 years ago#6694 Updated to GWT 2.3.0.rc1
Artur Signell [Fri, 29 Apr 2011 06:39:45 +0000 (06:39 +0000)]
#6694 Updated to GWT 2.3.0.rc1

svn changeset:18551/svn branch:6.6

13 years agoRemoved test that has never worked
Artur Signell [Thu, 28 Apr 2011 14:18:41 +0000 (14:18 +0000)]
Removed test that has never worked

svn changeset:18542/svn branch:6.6

13 years agofinetuning for special column resize on ie (scrolled horizontally, narrowing column...
Matti Tahvonen [Thu, 28 Apr 2011 08:05:28 +0000 (08:05 +0000)]
finetuning for special column resize on ie (scrolled horizontally, narrowing column so that space on right is getting free)

svn changeset:18522/svn branch:6.6

13 years agoReview fixes for #6697 - Don't fire column resize events for all columns. Naming...
Jonatan Kronqvist [Thu, 28 Apr 2011 07:58:02 +0000 (07:58 +0000)]
Review fixes for #6697 - Don't fire column resize events for all columns. Naming of constants.

svn changeset:18521/svn branch:6.6

13 years ago#6697: fixes regression (ResizeColumnAfterScrolling) from [18492]
Matti Tahvonen [Thu, 28 Apr 2011 07:39:41 +0000 (07:39 +0000)]
#6697: fixes regression (ResizeColumnAfterScrolling) from [18492]

svn changeset:18519/svn branch:6.6

13 years agopreliminary support for multiple widgetset on a same host page
Matti Tahvonen [Wed, 27 Apr 2011 14:20:21 +0000 (14:20 +0000)]
preliminary support for multiple widgetset on a same host page

svn changeset:18507/svn branch:6.6

13 years agoshout out the widgetset name on module load if debugging
Matti Tahvonen [Wed, 27 Apr 2011 14:19:07 +0000 (14:19 +0000)]
shout out the widgetset name on module load if debugging

svn changeset:18506/svn branch:6.6

13 years ago#6697: added back some code removed in [18496] to make tables with rowheaders work
Matti Tahvonen [Wed, 27 Apr 2011 14:14:21 +0000 (14:14 +0000)]
#6697: added back some code removed in [18496] to make tables with rowheaders work

svn changeset:18505/svn branch:6.6

13 years agofixes #6724
Matti Tahvonen [Wed, 27 Apr 2011 12:38:30 +0000 (12:38 +0000)]
fixes #6724

Also removed old focusing hack required for ancient non supported browsers only. Latest Operas and Safari's from 3.x work fine without it.

svn changeset:18502/svn branch:6.6

13 years agoNull pointer checks added to the fix for #6697 based on review
Jonatan Kronqvist [Wed, 27 Apr 2011 11:34:03 +0000 (11:34 +0000)]
Null pointer checks added to the fix for #6697 based on review

svn changeset:18496/svn branch:6.6

13 years agoSimplified if-else conditional for actions in Tree as well #5992
John Alhroos [Wed, 27 Apr 2011 11:33:14 +0000 (11:33 +0000)]
Simplified if-else conditional for actions in Tree as well #5992

svn changeset:18495/svn branch:6.6

13 years agoSimplified if-else conditional for actions #5992
John Alhroos [Wed, 27 Apr 2011 11:30:16 +0000 (11:30 +0000)]
Simplified if-else conditional for actions #5992

svn changeset:18494/svn branch:6.6

13 years ago#6893 ComboBox FILTERINGMODE_CONTAINS only matched prefix
Henri Sara [Wed, 27 Apr 2011 11:06:46 +0000 (11:06 +0000)]
#6893 ComboBox FILTERINGMODE_CONTAINS only matched prefix

svn changeset:18493/svn branch:6.6

13 years agoFix for #6697 - Resizing a table column no longer affects the size of other columns
Jonatan Kronqvist [Wed, 27 Apr 2011 11:05:51 +0000 (11:05 +0000)]
Fix for #6697 - Resizing a table column no longer affects the size of other columns

svn changeset:18492/svn branch:6.6

13 years agoremoved obsolete flag setting
Matti Tahvonen [Wed, 27 Apr 2011 10:52:02 +0000 (10:52 +0000)]
removed obsolete flag setting

svn changeset:18491/svn branch:6.6

13 years agoAdded Testbench test Tree context menu for #5992
John Alhroos [Wed, 27 Apr 2011 10:08:00 +0000 (10:08 +0000)]
Added Testbench test Tree context menu for #5992

svn changeset:18489/svn branch:6.6

13 years agoAdds context menu to empty space in Tree. #5992
John Alhroos [Wed, 27 Apr 2011 09:33:13 +0000 (09:33 +0000)]
Adds context menu to empty space in Tree. #5992

svn changeset:18488/svn branch:6.6

13 years ago#6527 Minor protected API improvement in AbstractInMemoryContainer
Henri Sara [Wed, 27 Apr 2011 09:15:06 +0000 (09:15 +0000)]
#6527 Minor protected API improvement in AbstractInMemoryContainer

svn changeset:18487/svn branch:6.6

13 years agoCleaned up loops to use shorthand for-loops instead of iterator based for better...
John Alhroos [Wed, 27 Apr 2011 08:03:30 +0000 (08:03 +0000)]
Cleaned up loops to use shorthand for-loops instead of iterator based for better readability #5992

svn changeset:18484/svn branch:6.6

13 years agoAdded Testbench test for #5992
John Alhroos [Wed, 27 Apr 2011 07:40:03 +0000 (07:40 +0000)]
Added Testbench test for #5992

svn changeset:18483/svn branch:6.6

13 years agoAdds context menu to empty space in Table. #5992
John Alhroos [Wed, 27 Apr 2011 07:34:43 +0000 (07:34 +0000)]
Adds context menu to empty space in Table. #5992

svn changeset:18482/svn branch:6.6

13 years agoAdded mouse click details to NativeButton #6605
John Alhroos [Wed, 27 Apr 2011 05:50:06 +0000 (05:50 +0000)]
Added mouse click details to NativeButton #6605

svn changeset:18481/svn branch:6.6

13 years ago#6407 Removed setInvalidAllowed(false) from DateField to be consistent with other...
Artur Signell [Tue, 26 Apr 2011 16:10:38 +0000 (16:10 +0000)]
#6407 Removed setInvalidAllowed(false) from DateField to be consistent with other fields and AbstractField declaration of default for invalidAllowed

svn changeset:18480/svn branch:6.6

13 years ago#6716 Support for resizeLazy for sub window
Artur Signell [Tue, 26 Apr 2011 15:37:03 +0000 (15:37 +0000)]
#6716 Support for resizeLazy for sub window

svn changeset:18479/svn branch:6.6

13 years agoFixed compilation error
Artur Signell [Tue, 26 Apr 2011 15:36:15 +0000 (15:36 +0000)]
Fixed compilation error

svn changeset:18478/svn branch:6.6

13 years ago#6440: simplified method name
Matti Tahvonen [Tue, 26 Apr 2011 14:59:33 +0000 (14:59 +0000)]
#6440: simplified method name

svn changeset:18477/svn branch:6.6

13 years agoAdd support for actions for Table when no row is selected
Artur Signell [Tue, 26 Apr 2011 14:52:10 +0000 (14:52 +0000)]
Add support for actions for Table when no row is selected

svn changeset:18475/svn branch:6.6

13 years agoremoved override annotation
Matti Tahvonen [Tue, 26 Apr 2011 14:44:14 +0000 (14:44 +0000)]
removed override annotation

svn changeset:18474/svn branch:6.6

13 years agoUpdated Release Notes for 6.6.0.pre1.
Marko Grönroos [Tue, 26 Apr 2011 14:37:22 +0000 (14:37 +0000)]
Updated Release Notes for 6.6.0.pre1.

svn changeset:18473/svn branch:6.6

13 years agoAdd support for testing filtering mode
Artur Signell [Tue, 26 Apr 2011 14:22:12 +0000 (14:22 +0000)]
Add support for testing filtering mode

svn changeset:18472/svn branch:6.6

13 years ago#6715 Added option for enabling/disabling lazy resize mode.
Artur Signell [Tue, 26 Apr 2011 13:40:13 +0000 (13:40 +0000)]
#6715 Added option for enabling/disabling lazy resize mode.

Now allows IE9 to use non-lazy mode aswell (remains to be seen if IE9 also sometimes produces extra resize events)

svn changeset:18471/svn branch:6.6

13 years agoUpdated test application for Button click mouse events to include checkboxes as well...
John Alhroos [Tue, 26 Apr 2011 13:34:20 +0000 (13:34 +0000)]
Updated test application for Button click mouse events to include checkboxes as well #6605

svn changeset:18470/svn branch:6.6

13 years agoAdded mouse click details to CheckBox #6605
John Alhroos [Tue, 26 Apr 2011 13:28:07 +0000 (13:28 +0000)]
Added mouse click details to CheckBox #6605

svn changeset:18469/svn branch:6.6

13 years agoRemoved java 6 @Override
Artur Signell [Tue, 26 Apr 2011 12:40:19 +0000 (12:40 +0000)]
Removed java 6 @Override

svn changeset:18468/svn branch:6.6

13 years agoTest application for Button click mouse event #6605
John Alhroos [Tue, 26 Apr 2011 12:31:56 +0000 (12:31 +0000)]
Test application for Button click mouse event #6605

svn changeset:18467/svn branch:6.6

13 years agoAdds mouse event details to button clicks #6605
John Alhroos [Tue, 26 Apr 2011 12:18:47 +0000 (12:18 +0000)]
Adds mouse event details to button clicks #6605

svn changeset:18466/svn branch:6.6

13 years agoFixes #5423 Warns serverside if widgetset does not match vaadin version
Marc Englund [Tue, 26 Apr 2011 12:00:55 +0000 (12:00 +0000)]
Fixes #5423 Warns serverside if widgetset does not match vaadin version

svn changeset:18464/svn branch:6.6

13 years agoCorrected locators
Artur Signell [Tue, 26 Apr 2011 11:06:50 +0000 (11:06 +0000)]
Corrected locators

svn changeset:18463/svn branch:6.6

13 years ago#6527 Minor cleanup in AbstractInMemoryContainer
Henri Sara [Tue, 26 Apr 2011 10:47:31 +0000 (10:47 +0000)]
#6527 Minor cleanup in AbstractInMemoryContainer

svn changeset:18461/svn branch:6.6

13 years agoMerged integration test renames from 6.5
Artur Signell [Tue, 26 Apr 2011 10:46:05 +0000 (10:46 +0000)]
Merged integration test renames from 6.5

svn changeset:18460/svn branch:6.6

13 years agoRenamed tests to use the same style as other integration tests. Related to earlier...
Artur Signell [Tue, 26 Apr 2011 10:43:02 +0000 (10:43 +0000)]
Renamed tests to use the same style as other integration tests. Related to earlier commit

svn changeset:18459/svn branch:6.5

13 years agoRenamed ListenerMethods to AbstractListenerMethodsTest to avoid it being run as a...
Artur Signell [Tue, 26 Apr 2011 10:37:14 +0000 (10:37 +0000)]
Renamed ListenerMethods to AbstractListenerMethodsTest to avoid it being run as a test

svn changeset:18457/svn branch:6.6

13 years agoPrepended Abstract* tests that should be run (are not abstract test files but test...
Artur Signell [Tue, 26 Apr 2011 10:35:51 +0000 (10:35 +0000)]
Prepended Abstract* tests that should be run (are not abstract test files but test Abstract* classes) with Test

svn changeset:18456/svn branch:6.6

13 years agoMinor javadoc typo fix
Artur Signell [Tue, 26 Apr 2011 10:09:19 +0000 (10:09 +0000)]
Minor javadoc typo fix

svn changeset:18455/svn branch:6.6

13 years ago#6572 added comments
Henri Sara [Tue, 26 Apr 2011 09:54:17 +0000 (09:54 +0000)]
#6572 added comments

svn changeset:18453/svn branch:6.6

13 years agoDummy test to avoid warnings
Artur Signell [Tue, 26 Apr 2011 09:47:42 +0000 (09:47 +0000)]
Dummy test to avoid warnings

svn changeset:18452/svn branch:6.6

13 years agoExplicitly set locale in test.xml also when converting tests with retries.
Henri Sara [Tue, 26 Apr 2011 09:37:04 +0000 (09:37 +0000)]
Explicitly set locale in test.xml also when converting tests with retries.

svn changeset:18447/svn branch:6.6

13 years ago#4659 Container javadoc improvements based on review.
Henri Sara [Tue, 26 Apr 2011 08:49:52 +0000 (08:49 +0000)]
#4659 Container javadoc improvements based on review.

svn changeset:18444/svn branch:6.6

13 years ago#6885 Split makeUidlRequest into makeUidlRequest+doUidlRequest+doAsyncUIDLRequest...
Artur Signell [Tue, 26 Apr 2011 08:38:34 +0000 (08:38 +0000)]
#6885 Split makeUidlRequest into makeUidlRequest+doUidlRequest+doAsyncUIDLRequest to make it easier to override

svn changeset:18442/svn branch:6.6

13 years agoError message typo fix
Artur Signell [Tue, 26 Apr 2011 05:30:09 +0000 (05:30 +0000)]
Error message typo fix

svn changeset:18440/svn branch:6.6

13 years agoremoved automatically compiled css files from svn. Derived files and should thus...
Matti Tahvonen [Thu, 21 Apr 2011 17:05:48 +0000 (17:05 +0000)]
removed automatically compiled css files from svn. Derived files and should thus not be in version control. core developers not need to build theme with ant script after core css files have been modified in the version control.

svn changeset:18438/svn branch:6.6

13 years agofixes #6875
Matti Tahvonen [Thu, 21 Apr 2011 16:55:34 +0000 (16:55 +0000)]
fixes #6875

svn changeset:18437/svn branch:6.6

13 years agofixes #6874
Matti Tahvonen [Thu, 21 Apr 2011 16:55:02 +0000 (16:55 +0000)]
fixes #6874

svn changeset:18436/svn branch:6.6

13 years agohelper to detect touch based devices, related to #6873, #6874, #6875
Matti Tahvonen [Thu, 21 Apr 2011 16:52:25 +0000 (16:52 +0000)]
helper to detect touch based devices, related to #6873, #6874, #6875

svn changeset:18435/svn branch:6.6

13 years agoBuilding docs was missing from nightly target.
Marko Grönroos [Thu, 21 Apr 2011 14:44:32 +0000 (14:44 +0000)]
Building docs was missing from nightly target.

svn changeset:18434/svn branch:6.6

13 years agoremote log address can now be overrided
Matti Tahvonen [Thu, 21 Apr 2011 12:58:29 +0000 (12:58 +0000)]
remote log address can now be overrided

svn changeset:18431/svn branch:6.6

13 years ago#6871 Make it possible to provide a custom CommunicationManager for portlets
Artur Signell [Thu, 21 Apr 2011 12:38:42 +0000 (12:38 +0000)]
#6871 Make it possible to provide a custom CommunicationManager for portlets

svn changeset:18430/svn branch:6.6

13 years ago#6801 Added GWT 2.3 dependency information
Artur Signell [Thu, 21 Apr 2011 12:17:16 +0000 (12:17 +0000)]
#6801 Added GWT 2.3 dependency information

svn changeset:18428/svn branch:6.6

13 years agotest case
Matti Tahvonen [Thu, 21 Apr 2011 08:56:14 +0000 (08:56 +0000)]
test case

svn changeset:18426/svn branch:6.5

13 years ago#6787 Use document mode in IE to detect browser version
Artur Signell [Thu, 21 Apr 2011 07:27:37 +0000 (07:27 +0000)]
#6787 Use document mode in IE to detect browser version

svn changeset:18425/svn branch:6.6

13 years agoJavadoc and formatting fixes
Artur Signell [Thu, 21 Apr 2011 07:26:19 +0000 (07:26 +0000)]
Javadoc and formatting fixes

svn changeset:18424/svn branch:6.6

13 years agoRenamed tests to use the same style as other integration tests
Artur Signell [Thu, 21 Apr 2011 06:58:09 +0000 (06:58 +0000)]
Renamed tests to use the same style as other integration tests

svn changeset:18422/svn branch:6.5

13 years agomerged #18418 (typo in fieldname)
Matti Tahvonen [Wed, 20 Apr 2011 15:03:39 +0000 (15:03 +0000)]
merged #18418 (typo in fieldname)

svn changeset:18419/svn branch:6.6

13 years agofixes #6259 (typo in field name)
Matti Tahvonen [Wed, 20 Apr 2011 15:02:13 +0000 (15:02 +0000)]
fixes #6259 (typo in field name)

svn changeset:18418/svn branch:6.5

13 years agomerged doc improvement
Matti Tahvonen [Wed, 20 Apr 2011 14:22:50 +0000 (14:22 +0000)]
merged doc improvement

svn changeset:18417/svn branch:6.6