aboutsummaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Tooltip accessibility fixes (#11799)michaelvogt2013-05-171-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove previously added attribute for WAI-ARIA live area Set overlay container as live area instead Change-Id: Ie75c2993fdb42f29f307cbd294ae3352d2ef1ce3
* | | | Send browser window resizes if there is a listener (#10055)Henri Sara2013-05-172-10/+55
| |_|/ |/| | | | | | | | | | | | | | | | | This also introduces PageState, which is at the moment a part of UIState. Change-Id: I4f927e6b8217fa789d83ce5e0d8254b141f485c7
* | | Merge changes from origin/7.0Leif Åstrand2013-05-101-6/+63
|\| | | |/ |/| | | | | | | | | | | | | | | | | | | | | | | 7d9f544 Test for #11396 (merged from 6.8 branch). Depends on a blur event so cannot be autotested with TB. 1b18807 Remove pre-loader element after pre-loading, fixes #10863 ce9c818 Instead of applying workaround to the root panel, apply it to the sub window content element instead to prevent scrolling of the document when a sub window is removed. #11713 (#10776) 3f5d022 Liferay 6.2 compatibility (#11751) ffd1c1b Don't ignore child component margins in AbstractOrderedLayout (#11553) 62ae5e1 More verbose output from running Jetty 21d9b67 Add a large number of debug calls to VFilterSelect (disabled by default) bdb7931 Merge test for #11623 to 7.0. 19e27a1 Move suggestion popup width calculation from connector to VFilterSelect Change-Id: I2d980126599e55fa5e4f6ec523dca16ba54107b5
| * Liferay 6.2 compatibility (#11751)Henri Sara2013-05-101-6/+63
| | | | | | | | Change-Id: I5a14aba47f3e92249b245392acaf5ff9bda62083
* | Only complain about other session if it is locked (#11757)Leif Åstrand2013-05-031-1/+2
| | | | | | | | Change-Id: I94ff6cecc52ae79724e45bb1c246401d9521a7cf
* | Fix typo (#11754)Leif Åstrand2013-05-021-3/+3
| | | | | | | | Change-Id: Ib9f75c81a18a555b34cd620260f85063c58c90ce
* | Allow setting push mode in UI.init (#11739)Johannes Dahlström2013-05-021-5/+5
| | | | | | | | Change-Id: Ied24bc42a25800033351fcbacdc5fc5e0be8eda1
* | Make access() throw if another session is already locked (#11757)Leif Åstrand2013-05-023-0/+41
| | | | | | | | Change-Id: Ic8571b0d078c3ff64e8b9914e55c51766ae49024
* | Rename runSafely() to access() (#11756)Leif Åstrand2013-05-026-30/+59
| | | | | | | | Change-Id: I640244732fb561d9f55da58f8ba94fd02875c191
* | Split client-to-server messages when websockets are used (#11648)Johannes Dahlström2013-04-293-9/+112
| | | | | | | | | | | | | | | | * First part of a fragmented message prefixed by total message length plus '|' * Atmosphere websocket buffer size set to 65536 * Fragment size is 65535 characters (Jetty requires less than buffer size) Change-Id: I8bf872bbb03b86386070fdc99c14ea805dd2ef3a
* | Merge commit 'd214efa39a011002eb88e683676508e438842fe4'Henri Sara2013-04-292-42/+50
|\| | | | | | | | | | | | | Conflicts: client/src/com/vaadin/client/ui/orderedlayout/Slot.java Change-Id: I2fb5d1ac4b5c10a1fe5b1a6f976c1f59283b9169
| * Ensure actions are handled in a deterministic order (#11735) (mergedHenri Sara2013-04-291-35/+25
| | | | | | | | | | | | | | | | from #11432 in 6.8 branch) svn changeset:25867/svn branch:6.8 Change-Id: Ie34cc4c4fe6524a23b2e7692b9e73a421443ac4f
| * Add content length header for static resources (#11699)Henri Sara2013-04-251-7/+25
| | | | | | | | Change-Id: Ie307198a05e5c4f1b8bd74ec17185b9086ff0577
* | Fixed NPE in UI check (#11714)Artur Signell2013-04-291-1/+2
| | | | | | | | Change-Id: I837a15c2ac58119ec203c1b214e19381184c8617
* | Fixed refresh after invalid CSRF has been received (#11635)Artur Signell2013-04-261-7/+21
| | | | | | | | Change-Id: I10648c5b375efc09d3d20ffe0a620ddf01675bc1
* | Moved message 'escaping' to AtmospherePushConnection to be able to send ↵Artur Signell2013-04-262-4/+4
| | | | | | | | | | | | pre-escaped messages (#11635) Change-Id: I732bb26cfea9c5f59d85d6119d19a61e73381f5b
* | Store security key in VaadinSession (#11717)Leif Åstrand2013-04-266-61/+36
| | | | | | | | | | | | | | * Also removes the WRITE_SECURITY_TOKEN_FLAG flag that was defined twice but never set Change-Id: I02d172b7ccd230df7c59b3b17227235bea9d2e7d
* | Send communication error if UI with given id is not found (#11485)Artur Signell2013-04-262-5/+39
| | | | | | | | Change-Id: I83da8e1732296b6549a56de62b8c09660e39a8ec
* | Wait max 1000ms before closing push channel (#11596)Artur Signell2013-04-261-4/+22
| | | | | | | | Change-Id: I85c8b0a1f499294b85f130eeb9061644aa8f2f4f
* | Handle session expired for UIDL requests correctly (#11705)Artur Signell2013-04-262-5/+35
| | | | | | | | Change-Id: I497e3b96387d16d9cb31fa9fce6daf0650af458e
* | Deal correctly with session expired during opening of push connection (#11705)Artur Signell2013-04-267-87/+168
| | | | | | | | | | | | | | * Added SessionExpiredHandler which any RequestHandler can implement to customize session expired handling * The issue can be tested by creating a non-serializable UI (e.g. new Object() in a field) and restarting the server. Change-Id: I3eb6bc56298e025bcde088af53ea656fb44e897b
* | Ensure RPC are not delivered to closed UIs (#11714)Artur Signell2013-04-261-0/+14
| | | | | | | | Change-Id: I7fadaa5d5190c36cd83a06249d7ae1d4475724e0
* | Close push connection when UI is detached (#11596)Artur Signell2013-04-264-3/+39
| | | | | | | | Change-Id: Ibfc5923406b386786ae399b7f53cea47ac885f48
* | Pass ServletConfig to atmosphere init (#11716)Leif Åstrand2013-04-256-15/+52
| | | | | | | | | | | | | | 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
* | Fixed incorrect assert (#11720)Artur Signell2013-04-251-1/+2
| | | | | | | | Change-Id: I723230420c893ed9d5f498309b0763afaf55d6a5
* | Verify CSRF token before accepting new CSRF connection (#11635)Leif Åstrand2013-04-256-38/+78
| | | | | | | | | | | | | | | | | | | | * 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
* | Global code clean upLeif Åstrand2013-04-252-4/+4
| | | | | | | | Change-Id: I380d6afbc6b30d817ea6cca3d6b4634ab12522b1
* | Remove unused indirection (#11192)Leif Åstrand2013-04-251-10/+3
| | | | | | | | Change-Id: I6c0d2342b29b79d224dfb2d1f42eb9d95a589981
* | Support schemas and catalogs in TableQuery (#7827)Henri Sara2013-04-251-33/+167
| | | | | | | | Change-Id: Ib8282dc77e3d06d49ce8815a3f4b036541d9acea
* | Update javadoc to reflect moved getPushMode method (#11506)Leif Åstrand2013-04-241-1/+1
| | | | | | | | Change-Id: I712791e829be699a75b26bdad9709121ebe7a55d
* | Replaced Filterable.hasContainerFilters with getContainerFilters (#11234)Artur Signell2013-04-246-10/+65
| | | | | | | | Change-Id: Ie0b05e55c1d8fc8d10d073c508b112da740c3333
* | Re-added Property.toString warning messages (#10916)Artur Signell2013-04-249-53/+302
| | | | | | | | | | | | * 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
* | addons.scss should contain "addons"-mixin and include all found mixins into ↵John Ahlroos2013-04-241-10/+32
| | | | | | | | | | | | | | | | | | 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
* | Make WebBrowser information available in LegacyApplication init again (#11690)Artur Signell2013-04-231-0/+4
| | | | | | | | Change-Id: I254e3db6401efc2c14505a3ab0299a62c5fdb339
* | Moved WidgetSetBuilder to server as ClassPathExplorer dependends on it (#11591)Artur Signell2013-04-231-0/+213
| | | | | | | | Change-Id: I1091de12737e242129cd8fb62daba9e2273e67ff
* | Add patched AtmosphereFramework without support message (#11654)Leif Åstrand2013-04-231-0/+4
| | | | | | | | Change-Id: If0c236cf696d744b55a5288d4622b5d16e07a5cc
* | Moved SASSAddonImportFileCreator and ClassPathExplorer to vaadin-server #11591John Ahlroos2013-04-232-0/+716
| | | | | | | | Change-Id: I81f453d6a74a0a47c7007e0bfe20c72b866134c7
* | Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-231-1/+6
|\| | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: Iad9ee95b2f399ff93f0e426a0810b18d923f8ff6
| * Fixed date reset when calendar is first initialized #11387John Ahlroos2013-04-121-1/+6
| | | | | | | | Change-Id: I48a839cceeab3cfc6722657eac8681a8766ab396
| * Remove resource related code from VaadinPortlet (#11527)Henri Sara2013-04-081-30/+3
| | | | | | | | | | Change-Id: I33f489922bab432d1d85f4d46b73df8bd89ae91c Merge: no
| * Backported fix of minimal (empty hashmap) leak on redeploy (#9993)Artur Signell2013-04-031-9/+26
| | | | | | | | | | Change-Id: I9933c21ab8449378269c577c9622d75586590e45 Merge: no
* | Renamed loading indicator states to 'first','second','third' (#11668)Artur Signell2013-04-231-38/+39
| | | | | | | | Change-Id: I127070e2014bebf8aa09778b2dffee5481845ab4
* | Renamed UI.getLoadingIndicator -> getLoadingIndicatorConfiguration (#11665)Artur Signell2013-04-232-9/+9
| | | | | | | | Change-Id: If80abf821abd9c6c025e49b249339eb20d56f7ce
* | Renamed UI.getTooltip to getTooltipConfiguration (#11663)Artur Signell2013-04-232-9/+9
| | | | | | | | Change-Id: Idd33f68171b40b4097454418b78f75aee8f76eab
* | Renamed DisplayState to WindowMode (#11662)Artur Signell2013-04-231-60/+57
| | | | | | | | Change-Id: I0f70c4195a0871185a1924b008ebd855068e5787
* | Simplify and clarify WAI-ARIA API (#11659)michaelvogt2013-04-232-5/+26
| | | | | | | | Change-Id: I8daf3f377d4d9f2c2f774781e0c68f550d5c86e0
* | Documented that push and pull settings is only for the app developer (#11666)Artur Signell2013-04-221-0/+10
| | | | | | | | Change-Id: I6128abbfc6227ee4d86dd65b8073c5ccdea542f0
* | Restore Atmosphere version that was accidentally changed (#11506)Leif Åstrand2013-04-221-1/+1
| | | | | | | | Change-Id: I99353b7b63ca70b4fa83462c433f7873d805ce3f
* | Set PushMode.AUTOMATIC as the default @Push value (#11653)Leif Åstrand2013-04-221-3/+9
| | | | | | | | Change-Id: I3db47e1bd87e4e58a404b93a23da24270f764e14
* | Load vaadinPush.js on demand (#11506)Leif Åstrand2013-04-191-1/+1
| | | | | | | | | | | | | | 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