summaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
* Update release notes to more closely be like 7.0.x (#12544)Artur Signell2013-09-191-25/+29
| | | | | | | | * Fixed ticket link and removed duplicate link * Reordered sections to changes in this version comes before changes in old versions * Updated browser versions Change-Id: Ib3afc6257c93fe6481103fbb80aa5ebf9d2a5dd5
* Enable native scrolling in all iOS versions newer than 5, not just iOS 6 ↵Johannes Dahlström2013-09-181-3/+5
| | | | | | (#12324) Change-Id: I8f9ec7f34aefa5b48fd23f3f000f9455475edefa
* Add async-supported to all servlets to enable push testing (#12573)Artur Signell2013-09-171-0/+4
| | | | Change-Id: I8025c7d032f1a76244dbf085e76cb231c1a4459c
* fixed incorrect name for close-pressed.png for windows in black theme (#12563)Fabian Lange2013-09-131-0/+0
| | | | | | | | | The scss file and the light and normal style suggest that the name should be "-pressed". This is what this patch fixes. I have considered renaming all "-pressed" to "-active", to be consistent with e.g. "maximize-active.png" but decided against due to compatibility concerns. Change-Id: I42f37b3311715fab04e5fe05fdf4bc3026e52ed1
* Updated browser versionsArtur Signell2013-09-021-2/+2
| | | | Change-Id: If091d718fc45b226a60a4c69d3469b4b31919ac1
* Changed 'feature release' text to maintenance release (#12486)Artur Signell2013-09-021-4/+3
| | | | Change-Id: I2896136065232d2704bb4807ff92e6ef384407e8
* Corrected typo in version variable (#12440)Artur Signell2013-09-021-1/+1
| | | | Change-Id: Ib9a3efee02f4887072e7892d869911b78ec5e1d8
* The colon in the calendar event caption is now also hideable. Fixes #12460Jonatan Kronqvist2013-09-021-1/+9
| | | | Change-Id: Idc81c3cc614bc59c2a93615bd5ac5cac9b72f752
* Updated _trackMessageSize based on latest upstream version (#12468)Leif Åstrand2013-09-021-25/+21
| | | Change-Id: Ie7db27a026d52befe027ed2abb96e62947f8116d
* Search only remaining message for delimiter (#12404)Artur Signell2013-08-201-1/+5
| | | | Change-Id: I0d61984aa795ec2b3bd384c2f93f6e3ee2a71be3
* Fix native scrolling regression in iOS 6 homescreen apps (#12295)Johannes Dahlström2013-08-061-2/+2
| | | | Change-Id: Ie225663ebc2a9ffe4b481a49e34e9dcf79b064b2
* Fixes parsing of multiple push messages in streaming mode (#12197)Fabian Lange2013-08-011-2/+9
| | | | | | | | | | | The current atmosphere code can handle messages split up using the message length header. But it does not handle the case where the header is actually split up itself. This patch solves it by making sure the length header stays intact. Corresponding atmosphere ticket: https://github.com/Atmosphere/atmosphere/issues/1199 Change-Id: If22c42ea63b0749c68df19c869b316f9b69f4317
* Fixes light theme window sprites #12171John Ahlroos2013-07-261-9/+9
| | | | | | | | | The close buttons images for the Window black theme was mistakenly added to the white theme sprite and ended up in the middle of the light theme window. Moved the black theme button images to the black theme sprite. Change-Id: Ieaaaa1b404f1d623c61fe7cfecb4996d96904b27
* Update to Atmosphere 1.0.14.vaadin4 (#12242)Leif Åstrand2013-07-191-1/+2
| | | | Change-Id: I76ccbf631f8ba169f11513b7d585f39b8ab570a4
* 32x32 favicons added, replacing the old favicons (#12143)Jouni Koivuviita2013-06-287-0/+0
| | | | | | | | Added new version for favicon.ico, which has 32x32 pixel version in addition to 16x16 pixels. Adds support for high resolution/retina displays. Change-Id: I49bd84b9d23f1e26ceee28dab1e26d9cd4f6b6d2
* The 'license.html' file has flaw in the HTML (unclosed span tag)michaelvogt2013-06-281-1/+1
| | | | | | (#11952) Change-Id: Ib940b76df7d2507e8a8b7122e99c4542850f9ac9
* Actually show loading indicator during loading (#12128)Artur Signell2013-06-261-1/+1
| | | | | | * Add theme name already during bootstrap Change-Id: I78da3029b818ced51714d385cd77f5ba9bfce625
* Include Atmosphere fix for Android 4.1 (#12101)Artur Signell2013-06-251-0/+4
| | | | Change-Id: Ia17a9d8c6ece9861476be8861a735fe5d3e054bf
* Specified supported server versions and added Glassfish 4 (#12075)Artur Signell2013-06-141-12/+12
| | | | Change-Id: I1113a1c6133d744ebd9c12e64a3b040855efab27
* DebugWindow styles improved and structured more, for #12058Marc Englund2013-06-141-38/+51
| | | | Change-Id: I1a3a821b15d7350b5ebf2e19056854e9124197ea
* Consistently recover from disconnections in IE (#12073)Johannes Dahlström2013-06-131-2/+1
| | | | Change-Id: Ia65bc9238b712d69ba91b7a7a3fad8c57c4eddce
* DebugWindow resize/move improved, fixes #11937 (also implements shift-resize ↵Marc Englund2013-06-131-2/+22
| | | | | | and alt-move, improves bounds-check) Change-Id: Ic313e545940a6073e30171a610f6d02c38a90037
* Handle push disconnections and reconnections more reliably (#11831, #11922)Johannes Dahlström2013-06-121-19/+16
| | | | | | | | | | | | | | | | Client-side: * Call onOpen() also after a successful reconnection * Reliably call onClose() and try to reconnect after disconnection * Don't try to reconnect if !isApplicationRunning() after push * Queue messages while trying to reconnect (state CONNECT_PENDING) Server-side: * Implement AtmosphereResourceEventListener.onDisconnect() * Push marked as pending until client reconnects (if ever) Change-Id: I1783eb72eb7005b07cae786d8ec8371da3903108
* Merge changes from origin/7.0Artur Signell2013-06-121-0/+60
|\ | | | | | | | | | | 02da730 Merged testbench test for #7110 from 6.8 (fix not needed for 7.0) Change-Id: I4a53d5a1fed3018c8cdda5b1aa88715e911ed112
| * Merged testbench test for #7110 from 6.8 (fix not needed for 7.0)7.0.77.0John Ahlroos2013-06-051-0/+60
| | | | | | | | | | Change-Id: I14e02a02d77420e601ec5f98d70453fa85f1a473 svn: http://dev.vaadin.com/changeset/0000025944/svn
* | Updated release notes for 7.1.0 (#11993, #11991, #11870)Artur Signell2013-06-111-38/+94
| | | | | | | | Change-Id: I6ea0fec8896138d2a4b0e02908217c2fa3d8505f
* | Reformatted release notes using Eclipse (4 spaces)Artur Signell2013-06-111-481/+572
| | | | | | | | Change-Id: Iafebc7ea313e7dc6f6c7b87c6fdae6c83e82fc41
* | Info section for the debug window (#12019)Artur Signell2013-06-071-0/+8
| | | | | | | | Change-Id: Ie265c6e994c8038a3dc0bb05b94233bbc2506c58
* | Correctly report theme version in the debug window (#11442)Artur Signell2013-06-071-0/+4
| | | | | | | | | | | | | | * Adds a special v-vaadin-version selector for detecting the theme version * The version in the base theme is replaced during build (for releases) and by the current version also when compiling in the IDE Change-Id: Id6b94ab2edead61602fed021b7152f6e46be809f
* | Fixed button highlighting when dragging #10917John Ahlroos2013-06-061-1/+3
| | | | | | | | Change-Id: I69ff2c5a987e26d5d065f7c5a7ac45f9d6fa289a
* | Use window.console instead of just console in vaadinPush to appease IE (#11980)Johannes Dahlström2013-06-041-3/+3
| | | | | | | | Change-Id: I6f363e9afc550d70eb451005dcfdfb53e5533273
* | Add missing dialog maximize/restore icons for Runo (#11734)Artur Signell2013-05-313-1/+24
| | | | | | | | Change-Id: If8ebbdb7cd8e6a6acfb15fcdc48a41489ab059c6
* | Extracted dialog style to a separate block (#11734)Artur Signell2013-05-311-23/+25
| | | | | | | | Change-Id: I3f57188cde30122b56bb6f8cea435cd4c56b58e2
* | Formatted XML files using defined rules (#11956)Artur Signell2013-05-304-181/+175
| | | | | | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
* | Add primary style name support for ProgressBar/Indicator (#9913)Artur Signell2013-05-295-5/+21
| | | | | | | | Change-Id: I3d773640d2f1c8cd1b71c673685afd7059811d16
* | Fix debug window SEVERE style, add styles for FINE, FINER and FINEST (#11891)Johannes Dahlström2013-05-281-1/+10
| | | | | | | | Change-Id: Ibbe209a6a67e594318a7ac50f962c48aeab4730d
* | Upgrade to Atmosphere 1.0.13 (#11861)Johannes Dahlström2013-05-211-272/+281
| | | | | | | | Change-Id: Ie9281ff5e9805be89942bf3ca8259740f49e15ab
* | Merge changes from origin/7.0Leif Åstrand2013-05-171-1/+12
|\| | | | | | | | | | | | | | | | | | | | | | | 1a6200e Merge #6880 test from 6.8; fix itself is not needed in Vaadin 7 67696f3 SQLContainer.indexOfId() also searches backwards (#11849, #10376) 611e5f9 Test for #11267 adapted from 6.8. 609acd1 Fixed table height rendering in Android 2.3 #11331 63dd611 Centers VOverlays in visual viewport on iOS, Android, fixes #11614 5a33d7d Test for #11775 0c8edf1 Avoid marking AbstractField dirty in primitive getters (#11201) Change-Id: I7437e0b249c1a95372d6f349e9d6336fb85f08a4
| * Test for #11267 adapted from 6.8. Marc Englund2013-05-151-1/+12
| | | | | | | | | | | | | | The problem is not present in 7, but you need to use a slightly different css to acieve the same result. Change-Id: Iee6907a15fd9b0674dcb490f9110fc762c56deb6 Ticket: 11267
* | Move .v-assistive-device-only out of @mixin base-commonLeif Åstrand2013-05-081-1/+2
| | | | | | | | Change-Id: Ic75bb693077640ff9c93f09ad0341d9b24f85d1e
* | Mention asserts and experimental plugin in release notes (#11530)Leif Åstrand2013-05-031-1/+3
| | | | | | | | Change-Id: I25ee810c72ba32e8087f0da6ca3b72575505740d
* | Fix order in web.xml to pass validation (#11688, #11672)Henri Sara2013-05-021-2/+2
| | | | | | | | Change-Id: I84ae6cbded5982da9e9a67b58e9ff9a1617627b8
* | Fixed invalid xml (#11688)Artur Signell2013-05-021-3/+2
| | | | | | | | Change-Id: I68f74ecbaf0ee2795dc3d80a96b5333232b3d1f4
* | Updated release notes for beta1 (#11530)Artur Signell2013-05-021-2/+5
| | | | | | | | Change-Id: I539cf45e23059723a7adbedd92169969748f1052
* | Updated web.xml to use servlet 3.0 and added a 2.4 compatible web.xml for ↵Artur Signell2013-05-022-3/+136
| | | | | | | | | | | | older test servers (#11688) Change-Id: Iff9a4b0bbe70832ced7d71e1cfc0855cc0026320
* | Revert "Imported new Atmosphere JS from Atmosphere 1.0.x (#11642)"Artur Signell2013-04-301-204/+145
| | | | | | | | | | | | | | | | This reverts commit 17a60afd6eaab10a24de5cde3bffaeaf23ba3cd2 Causes regressions in IE10 Change-Id: Icd1073898f668b3f0ab61123c2a92f45675160fb
* | Imported new Atmosphere JS from Atmosphere 1.0.x (#11642)Artur Signell2013-04-291-145/+204
| | | | | | | | | | | | * Atmosphere change 2a6b6ce0f5fc1185df6d293d1c919840fabbadf9 Change-Id: I5460cc75045d78930c2a5e0ac0a0199cb1bea100
* | Enabled async-supported for integration and push servlets #11672"John Ahlroos2013-04-261-0/+2
| | | | | | | | Change-Id: I7797078da9c887d7853acd1f23866b67118e7aea
* | Verify CSRF token before accepting new CSRF connection (#11635)Leif Åstrand2013-04-251-6/+0
| | | | | | | | | | | | | | | | | | | | * 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
* | Added jQuery to license file (#11513)Artur Signell2013-04-241-0/+5
| | | | | | | | Change-Id: Ic4ca1aa2b3d1ac61a7919b3a8f404915e6ea51ab