summaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Mention pointer events in release notesArtur Signell2013-06-141-1/+1
| | | | Change-Id: I754c94b2b322259198df5f2c896927d1dfb67df8
* 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
* | Re-added Property.toString warning messages (#10916)Artur Signell2013-04-241-0/+4
| | | | | | | | | | | | * 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
* | Added light and black versions of close, maximize and restore icons (#11544)Artur Signell2013-04-2321-96/+156
| | | | | | | | Change-Id: Id8463fbd18741edc2f52190feb14fd8c67657154
* | Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-231-0/+5
|\| | | | | | | | | | | | | | | Conflicts: WebContent/release-notes.html theme-compiler/src/com/vaadin/sass/internal/parser/Parser.java Change-Id: Iad9ee95b2f399ff93f0e426a0810b18d923f8ff6
| * Different fix for #11152 which is restricted to the problematic case in ↵Artur Signell2013-04-232-6/+5
| | | | | | | | | | | | horizontal layout Change-Id: I4727f0a8f0b82f14f059c7e47a1819a18630a4c0
| * Merge release notes from '7.0.4' into 7.0Henri Sara2013-04-161-0/+30
| |\ | | | | | | | | | | | | | | | 7.0.4 Change-Id: If47b657f0f941af11b02d0915e689f0568730077
| | * Update release notes7.0.4Henri Sara2013-04-081-0/+30
| | | | | | | | | | | | Change-Id: Iada521e83ddd03dbfab4cba276b313daf27a1173
| * | Fixes #11152 (IE9 caret/cursor postion) by applying position:relative to ↵Marc Englund2013-04-121-0/+6
| |/ | | | | | | | | | | inputs and textareas Change-Id: I067cd44d21ece65a0988b2fbb832a903aaf92aba
* | Move push mode to UI and add @Push annotation (#11506)Leif Åstrand2013-04-181-0/+6
| | | | | | Change-Id: Idc0e5e00a8f3ddd3f56d87484089c290d52715c2
* | Fixed streaming problem (Atmosphere bug 1027) (#11629)Artur Signell2013-04-181-3/+4
| | | | | | | | Change-Id: I1fa7efbf7261ca4cc14ac993affe567fcd9904ea
* | Build a minified version of vaadinPush.js in vaadin-push.jar (#11630)Artur Signell2013-04-173-162/+168
| | | | | | | | | | | | | | | | * 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
* | Replaced Atmosphere portal implementation with the jQuery implementation ↵Artur Signell2013-04-174-21/+12136
| | | | | | | | | | | | | | | | (#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
* | Ignore duplicate ?restartApplication during UI init (#11587)Leif Åstrand2013-04-121-0/+5
| | | | | | | | Change-Id: I8d3519bbf0ec47ec66bf08faea15ca00eb45af66
* | Added Atmosphere dependencies to the licenses list. #11513Marko Grönroos2013-04-112-1/+399
| | | | | | | | Change-Id: Ib0f96c2398b6c6759e814cf3c1073191d32a5041
* | Set character encoding before writing any response (#11501)Artur Signell2013-04-111-1/+1
| | | | | | | | Change-Id: I2a319d2b970d5d0953ece3717af17057c32f2041
* | Updated release notes for 7.1.0.beta1. #11530Marko Grönroos2013-04-111-287/+49
| | | | | | | | Change-Id: I14814cdcaed7ff065c3f2e09535c026c7feea862