]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
13 years agoRun longest/prioritized tests first
Artur Signell [Mon, 10 Jan 2011 19:25:33 +0000 (19:25 +0000)]
Run longest/prioritized tests first

svn changeset:16843/svn branch:6.5

13 years agoTemporarily remove retry to see if the problem has been resolved
Artur Signell [Mon, 10 Jan 2011 16:44:29 +0000 (16:44 +0000)]
Temporarily remove retry to see if the problem has been resolved

svn changeset:16841/svn branch:6.5

13 years agoSome fixes to Release Notes.
Marko Grönroos [Mon, 10 Jan 2011 11:08:01 +0000 (11:08 +0000)]
Some fixes to Release Notes.

svn changeset:16833/svn branch:6.5

13 years agointernal field rename (last refactoring had inverted the meaning)
Matti Tahvonen [Mon, 10 Jan 2011 09:43:28 +0000 (09:43 +0000)]
internal field rename (last refactoring had inverted the meaning)

svn changeset:16830/svn branch:6.5

13 years ago#6258 - IE6 does not cache CSS background images
Artur Signell [Fri, 7 Jan 2011 18:19:26 +0000 (18:19 +0000)]
#6258 - IE6 does not cache CSS background images

svn changeset:16826/svn branch:6.5

13 years agoGet book repository URL from command-line as it is no longer stored in the core repo.
Marko Grönroos [Fri, 7 Jan 2011 16:46:12 +0000 (16:46 +0000)]
Get book repository URL from command-line as it is no longer stored in the core repo.

svn changeset:16825/svn branch:6.5

13 years agoRemoved extra open and extra waitForVaadin calls
Artur Signell [Fri, 7 Jan 2011 16:23:17 +0000 (16:23 +0000)]
Removed extra open and extra waitForVaadin calls

svn changeset:16822/svn branch:6.5

13 years agoAvoid using the same image multiple times to make fails clearer
Artur Signell [Fri, 7 Jan 2011 16:15:25 +0000 (16:15 +0000)]
Avoid using the same image multiple times to make fails clearer

svn changeset:16820/svn branch:6.5

13 years agoTest for #6197
Artur Signell [Fri, 7 Jan 2011 15:46:07 +0000 (15:46 +0000)]
Test for #6197

svn changeset:16818/svn branch:6.5

13 years agoAlways used fi_Fi locale to be independent of browser locale settings
Artur Signell [Fri, 7 Jan 2011 15:14:44 +0000 (15:14 +0000)]
Always used fi_Fi locale to be independent of browser locale settings

svn changeset:16817/svn branch:6.5

13 years agobetter field names + one TODO note
Matti Tahvonen [Fri, 7 Jan 2011 12:09:18 +0000 (12:09 +0000)]
better field names + one TODO note

svn changeset:16816/svn branch:6.5

13 years agosome less critical improvements related to #6200
Matti Tahvonen [Fri, 7 Jan 2011 11:22:54 +0000 (11:22 +0000)]
some less critical improvements related to #6200

svn changeset:16814/svn branch:6.5

13 years ago#5927 : cleaned and automated test case
Matti Tahvonen [Fri, 7 Jan 2011 10:22:38 +0000 (10:22 +0000)]
#5927 : cleaned and automated test case

svn changeset:16812/svn branch:6.5

13 years agoadded declaration that form commit may throw invalid value exception (RTE, but for...
Matti Tahvonen [Fri, 7 Jan 2011 09:57:22 +0000 (09:57 +0000)]
added declaration that form commit may throw invalid value exception (RTE, but for documentation purposes like in the super type)

svn changeset:16811/svn branch:6.5

13 years ago#5927, parsing error now somewhat with a similar mechanism as the required error...
Matti Tahvonen [Wed, 5 Jan 2011 17:25:44 +0000 (17:25 +0000)]
#5927, parsing error now somewhat with a similar mechanism as the required error. Kind of a built in validator that is run even though the value of the field is null.

svn changeset:16808/svn branch:6.5

13 years agofixes #6237, setting datasource no more calls discard() method
Matti Tahvonen [Wed, 5 Jan 2011 13:03:00 +0000 (13:03 +0000)]
fixes #6237, setting datasource no more calls discard() method

svn changeset:16807/svn branch:6.5

13 years ago#5927, implemented a customized validate() function to Datefield
Matti Tahvonen [Wed, 5 Jan 2011 13:01:52 +0000 (13:01 +0000)]
#5927, implemented a customized validate() function to Datefield

svn changeset:16806/svn branch:6.5

13 years agoadded TODO note
Matti Tahvonen [Wed, 5 Jan 2011 12:37:18 +0000 (12:37 +0000)]
added TODO note

svn changeset:16804/svn branch:6.5

13 years agoenhanced test case
Matti Tahvonen [Wed, 5 Jan 2011 09:43:31 +0000 (09:43 +0000)]
enhanced test case

svn changeset:16800/svn branch:6.5

13 years agocleaned and modified a test case
Matti Tahvonen [Tue, 4 Jan 2011 22:11:22 +0000 (22:11 +0000)]
cleaned and modified a test case

svn changeset:16798/svn branch:6.5

13 years agoLarge server side refactoring for DateField
Matti Tahvonen [Tue, 4 Jan 2011 21:55:57 +0000 (21:55 +0000)]
Large server side refactoring for DateField

Changes summarized:
 - removed invalid implementation of isEmpty(). Can't work with validation/buffering. Added in #4311, fixes #5927
 - removed invalid overridden implementation of valueChange. Added in #5810 and #5277.
 - moved a lot of flag updates and other internal field updates to setInternalValue. Also tasks removed from valueChange(), now possible since #6002 is fixed.
 - n non-reported bugs fixed (at least some related to read buffering)
 - m regressions caused just a moment before large milestone?

Trivial minor enhancements to improve maintainability:
 - removed obsolete toString() method (same as in AbstractField)
 - added <?> to getType() method as in super implementation, fixes a compilation warning
 - decreased visibility of setValue(Object, boolean), should be exposed to extending classes only - probably opened accidentally
 - removed obsolete implementation of setValue(Object), did exactly the same thing as the parent
 - javadoc typo

Sorry for a large patch. Don't like these either. I just don't see how this could have been fixed in smaller patches (except for the trivial fixes).

svn changeset:16797/svn branch:6.5

13 years agoTest for #6230 IE7: Tree calculates width wrong when in Panel and width is undefined
Artur Signell [Tue, 4 Jan 2011 17:16:03 +0000 (17:16 +0000)]
Test for #6230 IE7: Tree calculates width wrong when in Panel and width is undefined

svn changeset:16795/svn branch:6.5

13 years ago#6232 ComponentContainers should check that a component is in the container before...
Artur Signell [Tue, 4 Jan 2011 16:55:51 +0000 (16:55 +0000)]
#6232 ComponentContainers should check that a component is in the container before removing it

svn changeset:16793/svn branch:6.5

13 years agoFixed test case for #5927.
Marko Grönroos [Tue, 4 Jan 2011 15:07:20 +0000 (15:07 +0000)]
Fixed test case for #5927.

svn changeset:16792/svn branch:6.5

13 years agoTest case for #5927.
Marko Grönroos [Tue, 4 Jan 2011 13:07:42 +0000 (13:07 +0000)]
Test case for #5927.

svn changeset:16791/svn branch:6.5

13 years agojavadoc fix
Matti Tahvonen [Tue, 4 Jan 2011 13:05:20 +0000 (13:05 +0000)]
javadoc fix

svn changeset:16790/svn branch:6.5

13 years ago#6227 Extra scrollbars in Window and other places in Opera 11
Artur Signell [Tue, 4 Jan 2011 12:03:10 +0000 (12:03 +0000)]
#6227 Extra scrollbars in Window and other places in Opera 11

Made fix compatible with future versions if Opera decides not to fix the issue for Opera 12

svn changeset:16786/svn branch:6.5

13 years ago#6227 Extra scrollbars in Window and other places in Opera 11
Artur Signell [Tue, 4 Jan 2011 09:39:55 +0000 (09:39 +0000)]
#6227 Extra scrollbars in Window and other places in Opera 11

svn changeset:16780/svn branch:6.5

13 years agoThere are no longer double value change events sent (#6002/#6223)
Artur Signell [Tue, 4 Jan 2011 08:57:11 +0000 (08:57 +0000)]
There are no longer double value change events sent (#6002/#6223)

svn changeset:16779/svn branch:6.5

13 years agoRemoved obsolete (?) pathInfo, previously (a very long time ago) used to identify...
Matti Tahvonen [Tue, 4 Jan 2011 08:37:34 +0000 (08:37 +0000)]
Removed obsolete (?) pathInfo, previously (a very long time ago) used to identify UIDL requests. Nowdays all UIDL request goes to same APPURI/UIDL uri, the window identification happens based on request parameter

svn changeset:16778/svn branch:6.5

13 years agoTest for column sorting in Table
Artur Signell [Tue, 4 Jan 2011 07:32:34 +0000 (07:32 +0000)]
Test for column sorting in Table

svn changeset:16775/svn branch:6.5

13 years agoFix compilation problem with Ant
Artur Signell [Tue, 4 Jan 2011 07:09:16 +0000 (07:09 +0000)]
Fix compilation problem with Ant

svn changeset:16774/svn branch:6.5

13 years ago#6200: title now escaped properly, additional tuning for applicationVersion and theme...
Matti Tahvonen [Mon, 3 Jan 2011 16:29:06 +0000 (16:29 +0000)]
#6200: title now escaped properly, additional tuning for applicationVersion and theme name (now theme name can't contain some special chars, needs to be mentioned in release notes)

svn changeset:16773/svn branch:6.5

13 years agoTest also using Opera 11
Artur Signell [Mon, 3 Jan 2011 16:11:27 +0000 (16:11 +0000)]
Test also using Opera 11

svn changeset:16772/svn branch:6.5

13 years agoBasic state test for PasswordField
Artur Signell [Mon, 3 Jan 2011 15:41:50 +0000 (15:41 +0000)]
Basic state test for PasswordField

svn changeset:16767/svn branch:6.5

13 years agoApplication that shows all basic component tests
Artur Signell [Mon, 3 Jan 2011 15:35:23 +0000 (15:35 +0000)]
Application that shows all basic component tests

svn changeset:16766/svn branch:6.5

13 years agoMade DateField test non-abstract as DateField is not abstract
Artur Signell [Mon, 3 Jan 2011 15:25:32 +0000 (15:25 +0000)]
Made DateField test non-abstract as DateField is not abstract

svn changeset:16765/svn branch:6.5

13 years ago#6225 Widgetset compiler should show load style for widgets
Artur Signell [Mon, 3 Jan 2011 14:46:28 +0000 (14:46 +0000)]
#6225 Widgetset compiler should show load style for widgets

svn changeset:16764/svn branch:6.5

13 years ago#6191 NPE when rendering an undefined wide TabSheet with no tabs
Artur Signell [Mon, 3 Jan 2011 13:24:05 +0000 (13:24 +0000)]
#6191 NPE when rendering an undefined wide TabSheet with no tabs

svn changeset:16763/svn branch:6.5

13 years ago#6224 Use VLazyExecutor instead of custom timers in VMenuBar/VSlider/VView
Artur Signell [Mon, 3 Jan 2011 13:14:37 +0000 (13:14 +0000)]
#6224 Use VLazyExecutor instead of custom timers in VMenuBar/VSlider/VView

svn changeset:16762/svn branch:6.5

13 years agoAdded option for resizing parent layout
Artur Signell [Mon, 3 Jan 2011 13:14:37 +0000 (13:14 +0000)]
Added option for resizing parent layout

svn changeset:16761/svn branch:6.5

13 years ago#4376 Tree/Table: Context menu shadow is wrong on first click if it has an icon
Artur Signell [Mon, 3 Jan 2011 13:02:15 +0000 (13:02 +0000)]
#4376 Tree/Table: Context menu shadow is wrong on first click if it has an icon

Improved to lazily resize after all (or most) icons have been loaded

svn changeset:16760/svn branch:6.5

13 years agofixes #6002 and #6223
Matti Tahvonen [Mon, 3 Jan 2011 12:51:27 +0000 (12:51 +0000)]
fixes #6002 and #6223

 * value change events now not fired twice in some case, #6002
 * value change event now never called on getValue(), #6002
 * fixed a logic bug related to read buffering, #6223

svn changeset:16759/svn branch:6.5

13 years agoextended test case to cover #6002
Matti Tahvonen [Mon, 3 Jan 2011 12:33:05 +0000 (12:33 +0000)]
extended test case to cover #6002

svn changeset:16758/svn branch:6.5

13 years agoadded test case for #5746
Matti Tahvonen [Fri, 31 Dec 2010 09:12:47 +0000 (09:12 +0000)]
added test case for #5746

svn changeset:16744/svn branch:6.5

13 years agoadded test case
Matti Tahvonen [Thu, 30 Dec 2010 21:14:46 +0000 (21:14 +0000)]
added test case

svn changeset:16742/svn branch:6.5

13 years agocss to cope better with browser plugins #6219, #5879
Matti Tahvonen [Thu, 30 Dec 2010 20:51:47 +0000 (20:51 +0000)]
css to cope better with browser plugins #6219, #5879

svn changeset:16741/svn branch:6.5

13 years agofine tuned fix for #5879
Matti Tahvonen [Thu, 30 Dec 2010 18:36:57 +0000 (18:36 +0000)]
fine tuned fix for #5879

svn changeset:16740/svn branch:6.5

13 years agofixes #5879, putting flash plugin to mode that supports z-indexes propertly by defaul...
Matti Tahvonen [Thu, 30 Dec 2010 18:30:13 +0000 (18:30 +0000)]
fixes #5879, putting flash plugin to mode that supports z-indexes propertly by default. Can be overridden (must be possible - causes worse performance afaik).

svn changeset:16739/svn branch:6.5

13 years agoTest and fix for #5356
Artur Signell [Thu, 30 Dec 2010 16:45:32 +0000 (16:45 +0000)]
Test and fix for #5356

svn changeset:16738/svn branch:6.5

13 years agoUpdated to work with the Accordion test
Artur Signell [Thu, 30 Dec 2010 16:07:54 +0000 (16:07 +0000)]
Updated to work with the Accordion test

svn changeset:16737/svn branch:6.5

13 years agoExtended test for #5372 to all ComponentContainers
Artur Signell [Thu, 30 Dec 2010 16:07:11 +0000 (16:07 +0000)]
Extended test for #5372 to all ComponentContainers

svn changeset:16736/svn branch:6.5

13 years agoBasic test for Accordion
Artur Signell [Thu, 30 Dec 2010 15:45:40 +0000 (15:45 +0000)]
Basic test for Accordion

svn changeset:16735/svn branch:6.5

13 years agoAbstractSplitPanel should really be abstract...
Artur Signell [Thu, 30 Dec 2010 14:41:43 +0000 (14:41 +0000)]
AbstractSplitPanel should really be abstract...

svn changeset:16731/svn branch:6.5

13 years agoStatic helper methods for finding all available Components and ComponentContainers...
Artur Signell [Thu, 30 Dec 2010 14:39:35 +0000 (14:39 +0000)]
Static helper methods for finding all available Components and ComponentContainers in Vaadin core

svn changeset:16730/svn branch:6.5

13 years ago#6166 Exception in IE7/IE8 when a narrow PopupDateField is rendered
Artur Signell [Thu, 30 Dec 2010 13:10:45 +0000 (13:10 +0000)]
#6166 Exception in IE7/IE8 when a narrow PopupDateField is rendered

svn changeset:16725/svn branch:6.5

13 years ago#6191 fixed - removed workaround
Artur Signell [Thu, 30 Dec 2010 11:51:40 +0000 (11:51 +0000)]
#6191 fixed - removed workaround

svn changeset:16723/svn branch:6.5

13 years agomaking test scripts independent of current time (am/pm)
Matti Tahvonen [Thu, 30 Dec 2010 08:18:10 +0000 (08:18 +0000)]
making test scripts independent of current time (am/pm)

svn changeset:16720/svn branch:6.5

13 years agoanother test script for #6211
Matti Tahvonen [Wed, 29 Dec 2010 16:21:20 +0000 (16:21 +0000)]
another test script for #6211

svn changeset:16714/svn branch:6.5

13 years agofixes #6211
Matti Tahvonen [Wed, 29 Dec 2010 16:20:13 +0000 (16:20 +0000)]
fixes #6211

svn changeset:16713/svn branch:6.5

13 years agotest script for #6211
Matti Tahvonen [Wed, 29 Dec 2010 16:07:10 +0000 (16:07 +0000)]
test script for #6211

svn changeset:16712/svn branch:6.5

13 years agofixes #6191
Matti Tahvonen [Wed, 29 Dec 2010 14:13:36 +0000 (14:13 +0000)]
fixes #6191

svn changeset:16710/svn branch:6.5

13 years agofixes #6170
Matti Tahvonen [Wed, 29 Dec 2010 13:58:02 +0000 (13:58 +0000)]
fixes #6170

svn changeset:16709/svn branch:6.5

13 years agorenamed html file (test script) to end with .html
Matti Tahvonen [Wed, 29 Dec 2010 13:56:19 +0000 (13:56 +0000)]
renamed html file (test script) to end with .html

svn changeset:16708/svn branch:6.5

13 years agotest script
Matti Tahvonen [Wed, 29 Dec 2010 13:49:53 +0000 (13:49 +0000)]
test script

svn changeset:16707/svn branch:6.5

13 years ago#5372 : test case, script and fix
Matti Tahvonen [Wed, 29 Dec 2010 11:15:50 +0000 (11:15 +0000)]
#5372 : test case, script and fix

svn changeset:16704/svn branch:6.5

13 years agofixes #6171
Matti Tahvonen [Wed, 29 Dec 2010 09:23:24 +0000 (09:23 +0000)]
fixes #6171

svn changeset:16701/svn branch:6.5

13 years agotest case for #6171
Matti Tahvonen [Wed, 29 Dec 2010 09:20:00 +0000 (09:20 +0000)]
test case for #6171

svn changeset:16700/svn branch:6.5

13 years agoA minor security fix: exception to logger instead of UI, relates also to #6200
Matti Tahvonen [Tue, 28 Dec 2010 16:06:41 +0000 (16:06 +0000)]
A minor security fix: exception to logger instead of UI, relates also to #6200

svn changeset:16699/svn branch:6.5

13 years agofixes #6200
Matti Tahvonen [Tue, 28 Dec 2010 13:32:55 +0000 (13:32 +0000)]
fixes #6200

svn changeset:16698/svn branch:6.5

13 years agoUpdated locators because of changes related to #5039
Artur Signell [Tue, 28 Dec 2010 13:06:44 +0000 (13:06 +0000)]
Updated locators because of changes related to #5039

svn changeset:16697/svn branch:6.5

13 years agoTest for #6147
Artur Signell [Tue, 28 Dec 2010 12:50:58 +0000 (12:50 +0000)]
Test for #6147

svn changeset:16691/svn branch:6.5

13 years agoTest for #6212 Memory leak in KeyMapper
Artur Signell [Tue, 28 Dec 2010 12:35:53 +0000 (12:35 +0000)]
Test for #6212 Memory leak in KeyMapper

svn changeset:16689/svn branch:6.5

13 years ago#6212 Memory leak in KeyMapper
Artur Signell [Tue, 28 Dec 2010 12:07:18 +0000 (12:07 +0000)]
#6212 Memory leak in KeyMapper

svn changeset:16687/svn branch:6.5

13 years agoadded some details to release notes
Matti Tahvonen [Tue, 28 Dec 2010 11:31:24 +0000 (11:31 +0000)]
added some details to release notes

svn changeset:16686/svn branch:6.5

13 years agorelocated debug code to helper class + fixed bug when reporting variables and when...
Matti Tahvonen [Tue, 28 Dec 2010 10:10:02 +0000 (10:10 +0000)]
relocated debug code to helper class + fixed bug when reporting variables and when multiple bursts in queue

svn changeset:16682/svn branch:6.5

13 years agoMade Date printing consistent
Artur Signell [Tue, 28 Dec 2010 09:41:35 +0000 (09:41 +0000)]
Made Date printing consistent

svn changeset:16679/svn branch:6.5

13 years agoContext menu support
Artur Signell [Tue, 28 Dec 2010 09:41:20 +0000 (09:41 +0000)]
Context menu support

svn changeset:16678/svn branch:6.5

13 years ago#6199 MouseEventDetails should implement Serializable
Artur Signell [Tue, 28 Dec 2010 09:29:43 +0000 (09:29 +0000)]
#6199 MouseEventDetails should implement Serializable

svn changeset:16677/svn branch:6.5

13 years ago#6107 - VTwinColSelect should provide information about logical parts to TestBench
Artur Signell [Tue, 28 Dec 2010 09:27:11 +0000 (09:27 +0000)]
#6107 - VTwinColSelect should provide information about logical parts to TestBench

svn changeset:16676/svn branch:6.5

13 years agoTest for Table context menu
Artur Signell [Tue, 28 Dec 2010 09:09:01 +0000 (09:09 +0000)]
Test for Table context menu

svn changeset:16673/svn branch:6.5

13 years agoTest for Tree context menu
Artur Signell [Tue, 28 Dec 2010 09:06:32 +0000 (09:06 +0000)]
Test for Tree context menu

svn changeset:16672/svn branch:6.5

13 years ago#6209 Icon is not removed from context menu
Artur Signell [Tue, 28 Dec 2010 09:03:02 +0000 (09:03 +0000)]
#6209 Icon is not removed from context menu

svn changeset:16671/svn branch:6.5

13 years ago#4376 Tree: Context menu shadow is wrong on first click if it has an icon
Artur Signell [Tue, 28 Dec 2010 08:28:56 +0000 (08:28 +0000)]
#4376 Tree: Context menu shadow is wrong on first click if it has an icon

svn changeset:16670/svn branch:6.5

13 years ago#6037 - PortletApplicationContext on Liferay is not serializable because of a referen...
Artur Signell [Tue, 28 Dec 2010 07:38:20 +0000 (07:38 +0000)]
#6037 - PortletApplicationContext on Liferay is not serializable because of a reference to a portlet response

svn changeset:16669/svn branch:6.5

13 years ago#6204 - IE6 png transparency fix depends on Runo theme
Artur Signell [Tue, 28 Dec 2010 07:27:42 +0000 (07:27 +0000)]
#6204 - IE6 png transparency fix depends on Runo theme

svn changeset:16668/svn branch:6.5

13 years ago#6208 - Changing date format does not update field contents
Artur Signell [Mon, 27 Dec 2010 16:16:58 +0000 (16:16 +0000)]
#6208 - Changing date format does not update field contents

svn changeset:16667/svn branch:6.5

13 years agoAdded FULL format for testing #6207
Artur Signell [Mon, 27 Dec 2010 16:11:25 +0000 (16:11 +0000)]
Added FULL format for testing #6207

svn changeset:16665/svn branch:6.5

13 years agoUpdated locators because of changes related to #5039
Artur Signell [Mon, 27 Dec 2010 14:26:04 +0000 (14:26 +0000)]
Updated locators because of changes related to #5039

svn changeset:16662/svn branch:6.5

13 years ago#6205 - Too many items are collapsed in certain cases
Artur Signell [Mon, 27 Dec 2010 14:24:52 +0000 (14:24 +0000)]
#6205 - Too many items are collapsed in certain cases

svn changeset:16661/svn branch:6.5

13 years agoTest for icons in MenuBar
Artur Signell [Mon, 27 Dec 2010 14:09:20 +0000 (14:09 +0000)]
Test for icons in MenuBar

svn changeset:16658/svn branch:6.5

13 years agoTest for icons in MenuBar
Artur Signell [Mon, 27 Dec 2010 14:02:57 +0000 (14:02 +0000)]
Test for icons in MenuBar

svn changeset:16656/svn branch:6.5

13 years ago#6035 - Icons are no longer transparent in MenuBar in IE6
Artur Signell [Mon, 27 Dec 2010 14:01:33 +0000 (14:01 +0000)]
#6035 - Icons are no longer transparent in MenuBar in IE6

svn changeset:16655/svn branch:6.5

13 years ago#6035 - Icons are no longer transparent in MenuBar in IE6
Artur Signell [Mon, 27 Dec 2010 12:20:32 +0000 (12:20 +0000)]
#6035 - Icons are no longer transparent in MenuBar in IE6
#6204 - IE6 png transparency fix depends on Runo theme

svn changeset:16654/svn branch:6.5

13 years agoAdded missing javadoc
Artur Signell [Mon, 27 Dec 2010 10:50:04 +0000 (10:50 +0000)]
Added missing javadoc

svn changeset:16649/svn branch:6.5

13 years agoUse en_US as default locale for components to avoid problems where test cluster brows...
Artur Signell [Mon, 27 Dec 2010 10:48:20 +0000 (10:48 +0000)]
Use en_US as default locale for components to avoid problems where test cluster browsers send different locales

svn changeset:16648/svn branch:6.5

13 years agoAllow setting DateField value
Artur Signell [Mon, 27 Dec 2010 10:47:37 +0000 (10:47 +0000)]
Allow setting DateField value

svn changeset:16647/svn branch:6.5

13 years ago#6192 - DateField milliseconds select has fails to update value in the client
Artur Signell [Mon, 27 Dec 2010 10:43:13 +0000 (10:43 +0000)]
#6192 - DateField milliseconds select has fails to update value in the client

svn changeset:16646/svn branch:6.5

13 years agoTest for InlineDateField msec resolution (#6192)
Artur Signell [Mon, 27 Dec 2010 10:42:34 +0000 (10:42 +0000)]
Test for InlineDateField msec resolution (#6192)

svn changeset:16645/svn branch:6.5

13 years ago#5064 - NativeSelect with nullSelectionAllowed==false does not work properly
Artur Signell [Mon, 27 Dec 2010 10:42:04 +0000 (10:42 +0000)]
#5064 - NativeSelect with nullSelectionAllowed==false does not work properly
 * Changed to use boolean instead of int

svn changeset:16644/svn branch:6.5