]> source.dussan.org Git - vaadin-framework.git/log
vaadin-framework.git
11 years agoPass ServletConfig to atmosphere init (#11716)
Leif Åstrand [Thu, 25 Apr 2013 12:32:50 +0000 (15:32 +0300)]
Pass ServletConfig to atmosphere init (#11716)

Furthermore, the exception that might get thrown from there is passed up
through the call stack until it can be handled in a sensible way.

Change-Id: I4a741b5ad4d9216255932c2328b49e73e92df2f4

11 years agoFixed incorrect assert (#11720)
Artur Signell [Thu, 25 Apr 2013 17:39:48 +0000 (20:39 +0300)]
Fixed incorrect assert (#11720)

Change-Id: I723230420c893ed9d5f498309b0763afaf55d6a5

11 years agoVerify CSRF token before accepting new CSRF connection (#11635)
Leif Åstrand [Thu, 25 Apr 2013 09:45:45 +0000 (12:45 +0300)]
Verify CSRF token before accepting new CSRF connection (#11635)

* Can't open push connection during client-side init because CSRF token
is not available at that point. This allows simplifying the
initialization because the push state will not be checked until the
first response has been processed.
* Add helper for checking the CSRF token

Change-Id: I31da1ac669dc9a581cbd66f58c07f10ea4b8b676

11 years agoGlobal code clean up
Leif Åstrand [Thu, 25 Apr 2013 11:01:27 +0000 (14:01 +0300)]
Global code clean up

Change-Id: I380d6afbc6b30d817ea6cca3d6b4634ab12522b1

11 years agoRemove unused indirection (#11192)
Leif Åstrand [Wed, 24 Apr 2013 15:55:50 +0000 (18:55 +0300)]
Remove unused indirection (#11192)

Change-Id: I6c0d2342b29b79d224dfb2d1f42eb9d95a589981

11 years agoSupport schemas and catalogs in TableQuery (#7827)
Henri Sara [Thu, 25 Apr 2013 06:18:51 +0000 (09:18 +0300)]
Support schemas and catalogs in TableQuery (#7827)

Change-Id: Ib8282dc77e3d06d49ce8815a3f4b036541d9acea

11 years agoUse scheduleFinally for pending variable changes (#11707)
Leif Åstrand [Wed, 24 Apr 2013 12:15:03 +0000 (15:15 +0300)]
Use scheduleFinally for pending variable changes (#11707)

Change-Id: Ie87f0042823731a4a3ab5a10e3c23eb62ce57f37

11 years agoUpdate javadoc to reflect moved getPushMode method (#11506)
Leif Åstrand [Wed, 24 Apr 2013 11:46:30 +0000 (14:46 +0300)]
Update javadoc to reflect moved getPushMode method (#11506)

Change-Id: I712791e829be699a75b26bdad9709121ebe7a55d

11 years agoReplaced Filterable.hasContainerFilters with getContainerFilters (#11234)
Artur Signell [Wed, 24 Apr 2013 10:17:35 +0000 (13:17 +0300)]
Replaced Filterable.hasContainerFilters with getContainerFilters (#11234)

Change-Id: Ie0b05e55c1d8fc8d10d073c508b112da740c3333

11 years agoFixed failing path resolving when scss compiler is resolving included mixins from...
John Ahlroos [Tue, 23 Apr 2013 09:50:09 +0000 (12:50 +0300)]
Fixed failing path resolving when scss compiler is resolving included mixins from classpath #11684

Change-Id: I7943ecb283cca80526fc9b35ff51b698a3b9af6a

11 years agoAvoid excessive logging related to response handling locks (#11702)
Leif Åstrand [Wed, 24 Apr 2013 09:53:26 +0000 (12:53 +0300)]
Avoid excessive logging related to response handling locks (#11702)

Change-Id: I0e50663a2500c56a042d20c80909aacfc707a5dd

11 years agoAdd default save actions to the project settings
Leif Åstrand [Wed, 24 Apr 2013 09:38:54 +0000 (12:38 +0300)]
Add default save actions to the project settings

Change-Id: I71f634df26b8ed87ef57184dea3fb55d57a7694d

11 years agoAdded jQuery to license file (#11513)
Artur Signell [Wed, 24 Apr 2013 09:19:07 +0000 (12:19 +0300)]
Added jQuery to license file (#11513)

Change-Id: Ic4ca1aa2b3d1ac61a7919b3a8f404915e6ea51ab

11 years agoRe-added Property.toString warning messages (#10916)
Artur Signell [Mon, 22 Apr 2013 12:06:09 +0000 (15:06 +0300)]
Re-added Property.toString warning messages (#10916)

* Made it possible to toggle the toString() behavior using the "legacyPropertyToString" init parameter. The default value is "warning" which enables the legacy Property.toString implementation and logs a warning message when it is used. Other supported values are "true" which enables the legacy mode and "false" which disables it.

Change-Id: Ife19352b86590464c8e441b7f82f4fec3b1f3235

11 years agoAdd default javadoc templates to the project settings
Leif Åstrand [Tue, 9 Apr 2013 08:46:29 +0000 (11:46 +0300)]
Add default javadoc templates to the project settings

Change-Id: I7bf84619778781fbd7bd1ac61ca9ce8ffac2cab1

11 years agoaddons.scss should contain "addons"-mixin and include all found mixins into that.
John Ahlroos [Tue, 23 Apr 2013 11:09:48 +0000 (14:09 +0300)]
addons.scss should contain "addons"-mixin and include all found mixins into that.

Also now that addon stylesheet metadata now contains the full path of the stylesheet,
the @import should handle it by prefixing the paths with "../" .

Change-Id: I9631e8151e053337e6d0fa2023c38faeec7a0a5b

11 years agoAssert that connector needing layout is attached (#11698)
Leif Åstrand [Wed, 24 Apr 2013 08:29:36 +0000 (11:29 +0300)]
Assert that connector needing layout is attached (#11698)

Change-Id: Ie2d1ec330b857497c7673f3805e35b452f409f3c

11 years agoTestBench test for tree (#11612)
michaelvogt [Mon, 15 Apr 2013 14:35:18 +0000 (17:35 +0300)]
TestBench test for tree (#11612)

Together with fix for tree to pass the test

Change-Id: I3d6bead220ab61b171a267d15bda2570f7351d49

11 years agoAdd missing license header (#11655)
Leif Åstrand [Wed, 24 Apr 2013 06:13:17 +0000 (09:13 +0300)]
Add missing license header (#11655)

Change-Id: Ida9119b64ec570200d0d91cf95740c4166b1cbc4

11 years agoUpdated test as there is no longer a minimum height for a Window
Artur Signell [Tue, 23 Apr 2013 14:41:59 +0000 (17:41 +0300)]
Updated test as there is no longer a minimum height for a Window

Change-Id: I171ec24350c96a9b662b0407643743bad3793921

11 years agoMade test work in all browsers
Artur Signell [Tue, 23 Apr 2013 14:20:55 +0000 (17:20 +0300)]
Made test work in all browsers

Change-Id: Id3b1edeb121b353fa5c83bbef052fbde2d1e8ae4

11 years agoMake WebBrowser information available in LegacyApplication init again (#11690)
Artur Signell [Tue, 23 Apr 2013 14:17:26 +0000 (17:17 +0300)]
Make WebBrowser information available in LegacyApplication init again (#11690)

Change-Id: I254e3db6401efc2c14505a3ab0299a62c5fdb339

11 years agoAdded push dependency to make project compile (#11654)
Artur Signell [Tue, 23 Apr 2013 15:15:14 +0000 (18:15 +0300)]
Added push dependency to make project compile (#11654)

Change-Id: I2e60a0e36bf95a64790745944cc9c846c23dfb88

11 years agoMoved WidgetSetBuilder to server as ClassPathExplorer dependends on it (#11591)
Artur Signell [Tue, 23 Apr 2013 15:16:19 +0000 (18:16 +0300)]
Moved WidgetSetBuilder to server as ClassPathExplorer dependends on it (#11591)

Change-Id: I1091de12737e242129cd8fb62daba9e2273e67ff

11 years agoFixed screenshot identifiers
Artur Signell [Tue, 23 Apr 2013 14:03:05 +0000 (17:03 +0300)]
Fixed screenshot identifiers

Change-Id: I7b1ca21ec7fa89f3c725151a7d3dea0493614f93

11 years agoAdded light and black versions of close, maximize and restore icons (#11544)
Artur Signell [Tue, 23 Apr 2013 06:05:05 +0000 (09:05 +0300)]
Added light and black versions of close, maximize and restore icons (#11544)

Change-Id: Id8463fbd18741edc2f52190feb14fd8c67657154

11 years agoInclude commit id and message in merge commit message
Artur Signell [Tue, 23 Apr 2013 13:27:37 +0000 (16:27 +0300)]
Include commit id and message in merge commit message

Change-Id: I2557eddcb4fbd4fd1ec5c608a0d73c7fa1b243b6

11 years agoAdd patched AtmosphereFramework without support message (#11654)
Leif Åstrand [Tue, 23 Apr 2013 13:26:35 +0000 (16:26 +0300)]
Add patched AtmosphereFramework without support message (#11654)

Change-Id: If0c236cf696d744b55a5288d4622b5d16e07a5cc

11 years agoRemove and deprecate old logging classes (#11658)
Leif Åstrand [Tue, 23 Apr 2013 10:12:07 +0000 (13:12 +0300)]
Remove and deprecate old logging classes (#11658)

* VConsole logs directly to java.util.logging.Logger
* ConsoleAdapter is removed and required parts from the interal package
are instead made public
* Exception notification is displayed by a separate log Handler

Change-Id: I64e778b07c53c16872932b48dc99eff0eafd553c

11 years agoMerged changes from origin/7.0
Artur Signell [Tue, 23 Apr 2013 13:25:31 +0000 (16:25 +0300)]
Merged changes from origin/7.0

9c6d4b4 Fix fragment handling regression caused by #10769 (#11686)

Change-Id: I5050ec03b1f97c1da7aa6bbbc3718635fe7f6102

11 years agoNo-op merge from origin/7.0
Artur Signell [Tue, 23 Apr 2013 13:25:26 +0000 (16:25 +0300)]
No-op merge from origin/7.0

2c29e7b Fixed broken Gridlayout cell position calculation in IE10 #11644 (backported from #11303)

Change-Id: I8ac8eaf5d17e4144e6caec8fd930c646176ca790

11 years agoMoved SASSAddonImportFileCreator and ClassPathExplorer to vaadin-server #11591
John Ahlroos [Tue, 23 Apr 2013 13:00:27 +0000 (16:00 +0300)]
Moved SASSAddonImportFileCreator and ClassPathExplorer to vaadin-server #11591

Change-Id: I81f453d6a74a0a47c7007e0bfe20c72b866134c7

11 years agoIntegration tests should be run with Firefox 17 ESR instead of Firefox 11 #11494"
John Ahlroos [Tue, 23 Apr 2013 12:46:15 +0000 (15:46 +0300)]
Integration tests should be run with Firefox 17 ESR instead of Firefox 11 #11494"

Change-Id: I232cc1ad329a1ac00ff23b6c629418838af6102c

11 years agoUse java.util.logging for the debug window (#11657)
Leif Åstrand [Mon, 22 Apr 2013 13:49:10 +0000 (16:49 +0300)]
Use java.util.logging for the debug window (#11657)

Change-Id: I1c3e49591253244948d8ce15c8d05170dd49a03a

11 years agoEnsure no-op merges get a change id
Artur Signell [Tue, 23 Apr 2013 12:03:24 +0000 (15:03 +0300)]
Ensure no-op merges get a change id

Change-Id: Icda1db985b3a0654fa1274e700cddfe2f990df12

11 years agoFix fragment handling regression caused by #10769 (#11686) 7.0.5
Johannes Dahlström [Tue, 23 Apr 2013 11:22:30 +0000 (14:22 +0300)]
Fix fragment handling regression caused by #10769 (#11686)

Due to the way Window.Location.createUrlBuilder works, a location URI with no
fragment (as opposed to an empty fragment) was sent on Webkit browsers when
the client-side location had an empty fragment.

TestBench test: FragmentChangeEvents.html

Change-Id: Ie2e8dc3fffc13aaa53105b54e07b1f81f3878f1b

11 years agoMerge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'
Artur Signell [Tue, 23 Apr 2013 11:54:48 +0000 (14:54 +0300)]
Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'

Conflicts:
WebContent/release-notes.html
theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java

Change-Id: Iad9ee95b2f399ff93f0e426a0810b18d923f8ff6

11 years agoMerge commit 'c0bf2608dd23051f11f2a031e08aebbfdf7b5472'
Artur Signell [Tue, 23 Apr 2013 11:49:14 +0000 (14:49 +0300)]
Merge commit 'c0bf2608dd23051f11f2a031e08aebbfdf7b5472'

Change-Id: I4bf49b564c1195e2123a636bbe5daad2343a68c7

11 years agoMerge commit '2b5f6ccc1e9ae5c9c8c88dc3195020eaa27a3be6'
Artur Signell [Tue, 23 Apr 2013 11:49:11 +0000 (14:49 +0300)]
Merge commit '2b5f6ccc1e9ae5c9c8c88dc3195020eaa27a3be6'

Change-Id: I1b5502cfe7891ca52806bf1f2204d92f9cff14b1

11 years agoFixed broken Gridlayout cell position calculation in IE10 #11644 (backported from...
John Ahlroos [Wed, 13 Mar 2013 09:23:32 +0000 (11:23 +0200)]
Fixed broken Gridlayout cell position calculation in IE10 #11644 (backported from #11303)

Change-Id: I9003feeb3ee22f29975a3e8557cd8775e838c57f
Merge: no

11 years agoSources for the "Broadcasting messages to other users" tutorial
Artur Signell [Tue, 16 Apr 2013 10:57:14 +0000 (13:57 +0300)]
Sources for the "Broadcasting messages to other users" tutorial

Change-Id: I1408d2b4c33bb51393867b2a089035699a5af756

11 years agoRenamed loading indicator states to 'first','second','third' (#11668)
Artur Signell [Mon, 22 Apr 2013 11:18:32 +0000 (14:18 +0300)]
Renamed loading indicator states to 'first','second','third' (#11668)

Change-Id: I127070e2014bebf8aa09778b2dffee5481845ab4

11 years agoRenamed UI.getLoadingIndicator -> getLoadingIndicatorConfiguration (#11665)
Artur Signell [Mon, 22 Apr 2013 11:06:54 +0000 (14:06 +0300)]
Renamed UI.getLoadingIndicator -> getLoadingIndicatorConfiguration (#11665)

Change-Id: If80abf821abd9c6c025e49b249339eb20d56f7ce

11 years agoRenamed UI.getTooltip to getTooltipConfiguration (#11663)
Artur Signell [Mon, 22 Apr 2013 11:02:46 +0000 (14:02 +0300)]
Renamed UI.getTooltip to getTooltipConfiguration (#11663)

Change-Id: Idd33f68171b40b4097454418b78f75aee8f76eab

11 years agoRenamed DisplayState to WindowMode (#11662)
Artur Signell [Mon, 22 Apr 2013 10:52:21 +0000 (13:52 +0300)]
Renamed DisplayState to WindowMode (#11662)

Change-Id: I0f70c4195a0871185a1924b008ebd855068e5787

11 years agoDifferent fix for #11152 which is restricted to the problematic case in horizontal...
Artur Signell [Tue, 23 Apr 2013 07:36:44 +0000 (10:36 +0300)]
Different fix for #11152 which is restricted to the problematic case in horizontal layout

Change-Id: I4727f0a8f0b82f14f059c7e47a1819a18630a4c0

11 years agoSimplify and clarify WAI-ARIA API (#11659)
michaelvogt [Mon, 22 Apr 2013 07:56:44 +0000 (10:56 +0300)]
Simplify and clarify WAI-ARIA API (#11659)

Change-Id: I8daf3f377d4d9f2c2f774781e0c68f550d5c86e0

11 years agoUpdated commons-io dependency to 2.2 (#11643)
Artur Signell [Mon, 22 Apr 2013 09:30:25 +0000 (12:30 +0300)]
Updated commons-io dependency to 2.2 (#11643)

Change-Id: Ia134929a67328e2a759028b2ee5b64206dc78883

11 years agoDocumented that push and pull settings is only for the app developer (#11666)
Artur Signell [Mon, 22 Apr 2013 11:31:02 +0000 (14:31 +0300)]
Documented that push and pull settings is only for the app developer (#11666)

Change-Id: I6128abbfc6227ee4d86dd65b8073c5ccdea542f0

11 years agoAdd PushConnection interface (#11655)
Leif Åstrand [Mon, 22 Apr 2013 10:19:31 +0000 (13:19 +0300)]
Add PushConnection interface (#11655)

* Add PushConnection interface and rename old class to
AtmospherePushConnection
* Define deferred binding to use AtmospherePushConnection by default
* Redesign connection and disconnection workflow to better cope with
situations where connection is quickly toggled

Change-Id: I9b9427c2df40d446a25895eb39e7b166cb929a85

11 years agoRestore Atmosphere version that was accidentally changed (#11506)
Leif Åstrand [Mon, 22 Apr 2013 10:20:28 +0000 (13:20 +0300)]
Restore Atmosphere version that was accidentally changed (#11506)

Change-Id: I99353b7b63ca70b4fa83462c433f7873d805ce3f

11 years agoFixed Accordion tab stylenames which never got applied on the tab widgets #11645...
John Ahlroos [Fri, 12 Apr 2013 10:35:36 +0000 (10:35 +0000)]
Fixed Accordion tab stylenames which never got applied on the tab widgets #11645 (merged from #10605 in 6.8 branch)

Change-Id: I6af93e3846ecedd31cb9afac6321316b122c9df5

11 years agoMake handleJSONText private (#11656)
Leif Åstrand [Mon, 22 Apr 2013 05:58:33 +0000 (08:58 +0300)]
Make handleJSONText private (#11656)

Change-Id: I734ced5487ce3d0bd197ef9399027c6842a27c6c

11 years agoSet PushMode.AUTOMATIC as the default @Push value (#11653)
Leif Åstrand [Mon, 22 Apr 2013 05:56:42 +0000 (08:56 +0300)]
Set PushMode.AUTOMATIC as the default @Push value (#11653)

Change-Id: I3db47e1bd87e4e58a404b93a23da24270f764e14

11 years agoRemoved unused class (#11254)
Artur Signell [Fri, 19 Apr 2013 10:46:45 +0000 (13:46 +0300)]
Removed unused class (#11254)

Change-Id: I6c374e61452a0e3b1fedc5ecbd90d50c22619c63

11 years agoDo not use generated ids as anchor points for TestBench (#11634)
Artur Signell [Thu, 18 Apr 2013 14:17:14 +0000 (17:17 +0300)]
Do not use generated ids as anchor points for TestBench (#11634)

Change-Id: I831af0d72d009405ceed3e201bc135dffb43c8b2

11 years agoPrevent double encoding problems when URI fragment contains special characters (...
Johannes Dahlström [Thu, 18 Apr 2013 13:45:02 +0000 (16:45 +0300)]
Prevent double encoding problems when URI fragment contains special characters (#10769)

Change-Id: I9043a1f84140b441ab4b3e86eadb708359a29155

11 years agoLoad vaadinPush.js on demand (#11506)
Leif Åstrand [Thu, 18 Apr 2013 13:05:40 +0000 (16:05 +0300)]
Load vaadinPush.js on demand (#11506)

For optimal performance, the script will still be included in the host
HTML if push is enabled when the UI is bootstrapped.

Change-Id: I2245b45434f3097c32fd3580267f692dce3b7649

11 years agoInitial support for toggling push on the fly (#11506)
Leif Åstrand [Thu, 18 Apr 2013 09:35:10 +0000 (12:35 +0300)]
Initial support for toggling push on the fly (#11506)

Still missing is the ability to load vaadinPush.js if it has not yet
been loaded.

Change-Id: Ibe3596c38a7c4e3432b0396072866ee3072e6d30

11 years agoSupport "to" in CSS function parameters (#11309)
Henri Sara [Thu, 18 Apr 2013 07:36:31 +0000 (10:36 +0300)]
Support "to" in CSS function parameters (#11309)

This change also relaxes whitespace checking in SCSS tests slightly.

Change-Id: I2ad5087e7d77ddd0473df47d202c6dd3e228181f

11 years agoDon't detach and reattach VAbstractSplitPanel child widgets unnecessarily (#11628)
Johannes Dahlström [Wed, 17 Apr 2013 14:35:38 +0000 (17:35 +0300)]
Don't detach and reattach VAbstractSplitPanel child widgets unnecessarily (#11628)

Change-Id: I84da9b786706410b42ae4116be0b0a3da896538b

11 years agoEnsure addon css styles are before scss styles in addons.scss #11390
John Ahlroos [Thu, 18 Apr 2013 09:37:06 +0000 (12:37 +0300)]
Ensure addon css styles are before scss styles in addons.scss #11390

Change-Id: I3737a94f076917cd896bd90e2936a5b752ccd801

11 years agoClean the connector map after pushing (#11624)
Leif Åstrand [Thu, 18 Apr 2013 12:28:41 +0000 (15:28 +0300)]
Clean the connector map after pushing (#11624)

Removing UidlRequestHandler.postHandleRequest should not affect
backwards compatibility as UidlRequestHandler is a new class.

Change-Id: I7f3753b1c3d37afcc973d3e5571c0d1708177bf9

11 years agoSimple speed test for testing roundtrips/s in various browsers
Artur Signell [Wed, 17 Apr 2013 22:08:55 +0000 (01:08 +0300)]
Simple speed test for testing roundtrips/s in various browsers

Change-Id: Id6e96e8d115b02c79038396dfada5c04e0f451ed

11 years agoSeparate generic UI finding and locking from event handling (#11506)
Leif Åstrand [Wed, 17 Apr 2013 08:30:32 +0000 (11:30 +0300)]
Separate generic UI finding and locking from event handling (#11506)

This is one step towards support for toggling push on and off on demand
as that functionality requires accessing the UI e.g. when processing
cancel events.

Also ensures ThreadLocal instances are properly set up when handling
push events.

Change-Id: I8ed6bf3bbee5ede0696ed9017e1d9d84db5936b5

11 years agoMove push mode to UI and add @Push annotation (#11506)
Leif Åstrand [Wed, 17 Apr 2013 08:20:13 +0000 (11:20 +0300)]
Move push mode to UI and add @Push annotation (#11506)

Change-Id: Idc0e5e00a8f3ddd3f56d87484089c290d52715c2

11 years agoRestrict longer padding to IE8 as Chrome fails without the original padding (#11573)
Artur Signell [Wed, 17 Apr 2013 21:52:33 +0000 (00:52 +0300)]
Restrict longer padding to IE8 as Chrome fails without the original padding (#11573)

Change-Id: I00742d66052e318a023ed8ec2e3e5afbc7a3199f

11 years agoFixed streaming problem (Atmosphere bug 1027) (#11629)
Artur Signell [Wed, 17 Apr 2013 21:21:22 +0000 (00:21 +0300)]
Fixed streaming problem (Atmosphere bug 1027) (#11629)

Change-Id: I1fa7efbf7261ca4cc14ac993affe567fcd9904ea

11 years agoRun server integration tests with push enabled #11494
John Ahlroos [Tue, 16 Apr 2013 12:20:44 +0000 (15:20 +0300)]
Run server integration tests with push enabled #11494

Change-Id: Iaeac0053372f4606e760925ab0f105193153c3a3

11 years agoBuild a minified version of vaadinPush.js in vaadin-push.jar (#11630)
Artur Signell [Wed, 17 Apr 2013 16:16:59 +0000 (19:16 +0300)]
Build a minified version of vaadinPush.js in vaadin-push.jar (#11630)

* Replaced jquery and jquery.atmosphere.js with original, unmodified versions
* Added vaadinPush.js build target to ide.xml and push/build.xml
* Uses yuicompressor to compress the resulting push javascript

Change-Id: I59ba9c2bbf74e05d10325d38efdb106b638cd8e7

11 years agoPackage Atmosphere javascript files in vaadin-push (#11629)
Artur Signell [Wed, 17 Apr 2013 15:08:38 +0000 (18:08 +0300)]
Package Atmosphere javascript files in vaadin-push (#11629)

Change-Id: Id1beb7f83945478e464eca15a9cc0015d792c8db

11 years agoReplaced Atmosphere portal implementation with the jQuery implementation (#11629)
Artur Signell [Wed, 17 Apr 2013 14:33:16 +0000 (17:33 +0300)]
Replaced Atmosphere portal implementation with the jQuery implementation (#11629)

* jquery-1.7.2.rebased.js and jquery.atmosphere.rebased.js are imported from atmosphere-jquery and updated to use the jQueryVaadin namespace instead of jQuery and $

Change-Id: I1461ac7803e90d2a40b390551023a118ed5dc704

11 years agoAdd PushMode.isEnabled() (#11626)
Leif Åstrand [Wed, 17 Apr 2013 11:25:48 +0000 (14:25 +0300)]
Add PushMode.isEnabled() (#11626)

Change-Id: I416dc73566e2404a6dce35045fc79f9038e8dd5e

11 years agoFixed IE8 scrollbar issue with vertical layout when using both expansions and alignme...
John Ahlroos [Wed, 17 Apr 2013 14:17:39 +0000 (17:17 +0300)]
Fixed IE8 scrollbar issue with vertical layout when using both expansions and alignments #11169

Change-Id: Ia62db30e4e7f9bd02966db31b3bb691a1a60e58d

11 years agoAdded test for testing push with different transports #11494
John Ahlroos [Wed, 17 Apr 2013 08:46:19 +0000 (11:46 +0300)]
Added test for testing push with different transports #11494

Change-Id: I0296bdee1925ba93ca7e4e65c68215e025d072f6

11 years agoRemove redundant locking (#8894)
Leif Åstrand [Wed, 17 Apr 2013 08:04:42 +0000 (11:04 +0300)]
Remove redundant locking (#8894)

Change-Id: I2a5176fe0c329e66d9e7a87825fc99a03fb5d708

11 years agoFix for WAI-ARIA Button test for IE8 (#11616)
michaelvogt [Wed, 17 Apr 2013 07:41:07 +0000 (10:41 +0300)]
Fix for WAI-ARIA Button test for IE8 (#11616)

Test for empty attribute fails

Change-Id: Id0b992482454daa7c47674e152fb1b414fd4a38d

11 years agoDon't assign PushConnection to UI before it has been connected (#11506)
Leif Åstrand [Mon, 15 Apr 2013 12:26:54 +0000 (15:26 +0300)]
Don't assign PushConnection to UI before it has been connected (#11506)

Change-Id: I728c830d6740f77a200ea69925772924e58f45a4

11 years agoLog message instead of printing to stdout (#11556)
Artur Signell [Wed, 17 Apr 2013 07:25:39 +0000 (10:25 +0300)]
Log message instead of printing to stdout (#11556)

Change-Id: I0b297e2eb48e6c52558745650a18d9c466e4b8c2

11 years agoUse "push" as a keyword in all push related log messages
Artur Signell [Wed, 17 Apr 2013 07:14:54 +0000 (10:14 +0300)]
Use "push" as a keyword in all push related log messages

Change-Id: Ia122959627dc705eb7b6183bc944bca7c690397e

11 years agoFixed invalid log parameter references (#11622)
Artur Signell [Tue, 16 Apr 2013 13:57:19 +0000 (16:57 +0300)]
Fixed invalid log parameter references (#11622)

Change-Id: I93232d6696a5813f9cdad222c43444769ecf2fcf

11 years agoHandle JSONException and InvalidUIDLSecurityKeyException the same way in PushHandler...
Artur Signell [Tue, 16 Apr 2013 13:12:42 +0000 (16:12 +0300)]
Handle JSONException and InvalidUIDLSecurityKeyException the same way in PushHandler and UIDLRequestHandler (#11556)

Change-Id: Ide3a162bd77fb9b2ec3d44ea4422b5841d19eec8

11 years agoMerge release notes from '7.0.4' into 7.0
Henri Sara [Tue, 16 Apr 2013 07:22:52 +0000 (10:22 +0300)]
Merge release notes from '7.0.4' into 7.0

7.0.4

Change-Id: If47b657f0f941af11b02d0915e689f0568730077

11 years agoSimple test for testing push capabilities #11494
John Ahlroos [Mon, 15 Apr 2013 13:01:51 +0000 (16:01 +0300)]
Simple test for testing push capabilities #11494

Change-Id: I7dc3b861c2fa19bd1cffad93911c525fc5a2d24c

11 years agoUse text/plain instead of application/json (#11610)
Artur Signell [Mon, 15 Apr 2013 13:21:10 +0000 (16:21 +0300)]
Use text/plain instead of application/json (#11610)

Change-Id: Id578d2204f99986b54174022febc3e2d4510a414

11 years agoFixes test (locator) and quiet mode for DebugWindow #11603
Marc Englund [Mon, 15 Apr 2013 07:45:32 +0000 (10:45 +0300)]
Fixes test (locator) and quiet mode for DebugWindow #11603

Change-Id: If80e903bec9cb4dbd9dc87d0994634f4eaf0b9ae
Ticket: 11603

11 years agoEnabled closure compiler for default widget set (#9103)
Artur Signell [Fri, 12 Apr 2013 10:35:22 +0000 (13:35 +0300)]
Enabled closure compiler for default widget set (#9103)

Change-Id: I3edc50f73635f4529fb25dec1466b8f1d5f5cba6

11 years agoConsider context root redirect when pathInfo is null (#11552)
Leif Åstrand [Fri, 12 Apr 2013 10:22:25 +0000 (13:22 +0300)]
Consider context root redirect when pathInfo is null (#11552)

Change-Id: I752b8de4ff3f7288cc6822bfc5a583caa4f27179

11 years agoAdd isPushRequest() check to VaadinServletService.isOtherRequest() (#11556)
Johannes Dahlström [Fri, 12 Apr 2013 11:31:49 +0000 (14:31 +0300)]
Add isPushRequest() check to VaadinServletService.isOtherRequest() (#11556)

* Prevents VaadinService from creating a new session for push requests
* Also unify behaviour when UI is not found in session (log and return)

Change-Id: Iea0e4ae5e0b5fa81404f688aa6d92d16343ebd26

11 years agoFixes #11152 (IE9 caret/cursor postion) by applying position:relative to inputs and...
Marc Englund [Fri, 12 Apr 2013 13:16:48 +0000 (16:16 +0300)]
Fixes #11152 (IE9 caret/cursor postion) by applying position:relative to inputs and textareas

Change-Id: I067cd44d21ece65a0988b2fbb832a903aaf92aba

11 years agoIgnore duplicate ?restartApplication during UI init (#11587)
Leif Åstrand [Fri, 12 Apr 2013 07:44:41 +0000 (10:44 +0300)]
Ignore duplicate ?restartApplication during UI init (#11587)

Change-Id: I8d3519bbf0ec47ec66bf08faea15ca00eb45af66

11 years agoUpdated client compiler deps to 1.0.0 #11590
John Ahlroos [Fri, 12 Apr 2013 09:15:55 +0000 (12:15 +0300)]
Updated client compiler deps to 1.0.0 #11590

Change-Id: I362ee3e84b81c76e193aec2067d4d9f0b6558f7f

11 years agoMake AtmosphereResource field transient (#11512)
Leif Åstrand [Fri, 12 Apr 2013 08:09:02 +0000 (11:09 +0300)]
Make AtmosphereResource field transient (#11512)

Also add assert to catch theoretical case when old push connection is
still active even though session has been deserialized

Change-Id: I5b11a4ef273e36e90d97bfa84bf7e90bc2395fd7

11 years agoFixed date reset when calendar is first initialized #11387
John Ahlroos [Fri, 12 Apr 2013 07:09:10 +0000 (10:09 +0300)]
Fixed date reset when calendar is first initialized #11387

Change-Id: I48a839cceeab3cfc6722657eac8681a8766ab396

11 years agoFix minor issues raised in #111 code review
Johannes Dahlström [Thu, 11 Apr 2013 15:26:51 +0000 (18:26 +0300)]
Fix minor issues raised in #111 code review

Change-Id: Ibca25fea1d08e98271e68e3d4703afe5aeaae182

11 years agoTestBench test for Button (#11581)
michaelvogt [Thu, 11 Apr 2013 10:47:51 +0000 (13:47 +0300)]
TestBench test for Button (#11581)

Makes sure the WAI-ARIA functions work

Change-Id: If3835f038f5cca009bef678fdfe037d4287ece7e

11 years agoAdded Atmosphere dependencies to the licenses list. #11513
Marko Grönroos [Thu, 11 Apr 2013 10:00:36 +0000 (13:00 +0300)]
Added Atmosphere dependencies to the licenses list. #11513

Change-Id: Ib0f96c2398b6c6759e814cf3c1073191d32a5041

11 years agoUse longer padding for streaming requests to avoid IE8 issues (#11573)
Leif Åstrand [Thu, 11 Apr 2013 10:33:20 +0000 (13:33 +0300)]
Use longer padding for streaming requests to avoid IE8 issues (#11573)

Change-Id: Ib9fd7634065719146a492318916a4f7a1527e2a0

11 years agoSet character encoding before writing any response (#11501)
Artur Signell [Tue, 9 Apr 2013 21:42:54 +0000 (00:42 +0300)]
Set character encoding before writing any response (#11501)

Change-Id: I2a319d2b970d5d0953ece3717af17057c32f2041

11 years agoUpdated release notes for 7.1.0.beta1. #11530
Marko Grönroos [Thu, 11 Apr 2013 08:03:55 +0000 (11:03 +0300)]
Updated release notes for 7.1.0.beta1. #11530

Change-Id: I14814cdcaed7ff065c3f2e09535c026c7feea862