aboutsummaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Fixed problem with fallback on Safari and iOS (#11546)Artur Signell2013-04-101-1/+1
| | | | | | | | Change-Id: Iaa07d0500989d21a2c6ea7899bfb13b86f69636d
* | Fixed header padding to avoid caption overlap (#3400)Artur Signell2013-04-091-1/+1
| | | | | | | | Change-Id: If12a50a6f50ab502573ff84dcf88a7b9a4f0b5a6
* | Added /run-push to tests to be able to test with push enabled (#11494)Artur Signell2013-04-081-0/+14
| | | | | | | | Change-Id: I5b7ce3406017e02ca7494d95090dbbaf9e3836e1
* | Implement range for date field (#6241)johan2013-04-081-1/+12
| | | | | | | | Change-Id: I34458f676fede39e1992316cbed8d62193ce8509
* | New DebugWindow implmentation (internal) fixes #2460 #9626 at least...Marc Englund2013-04-056-0/+295
| | | | | | | | | | Change-Id: I42a72797a214b567d1efc077af8a49bc8cff52b0 Ticket: 9626
* | Maximize/restore icons for Chameleon, Liferay, Runo (#3400)Artur Signell2013-04-059-24/+64
| | | | | | | | Change-Id: Ibbeed5b5925442f966841c0f5d2ea3dbfe9007bb
* | Use fallback transport if websockets is not supported by server (#11491Artur Signell2013-04-051-1/+1
| | | | | | | | | | | | Applied fix from GitHub Atmosphere project: https://github.com/Atmosphere/atmosphere/commit/367a88d340910ef5fda702d1467fbbba1dec6907 Change-Id: Ieae27cab5a8637886a66f923184b52ce1e0ed661
* | Maximize Restore for Window #3400Pekka Hyvönen2013-04-045-6/+64
| | | | | | | | Change-Id: I164ae83bd6cf98f7a3d7e76d8e717a56e8cb5183
* | Server push (#111)Johannes Dahlström2013-04-042-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Asynchronous bidirectional communication * Use Atmosphere as a backend * Use websockets if available, fallback to HTTP streaming * Push mode (disabled, manual, automatic) * Configurable via servlet parameter pushMode * Disabled: The default; regular AJAX communication * Manual: Need explicit UI.push() call * Automatic: push all UIs in session when lock released * UI.push() * Push pending state and RPC to client asynchronously * Must hold session lock when invoking Change-Id: Idb5978ac81f7ff1e66665df4e3f96e29e4c419d4
* | Fix for CheckBox and Layout (#11407)michaelvogt2013-04-031-0/+1
| | | | | | | | | | | | | | Change in CheckBoxConnector led to wrong enabled behaviour and addition to top coordinate to prevent scrollbars with VPopupCalendar Change-Id: I381ab7c8a605535280ae58716181ef4c346997f7
* | Integrate Calendar into core #11079John Ahlroos2013-04-034-0/+476
| | | | | | | | | | | | Everything else integrated, except TB3 tests (ticket #11090, old TB2 tests used instead) Change-Id: If1700d7680a6c0a45f84d6e3c7b80e6536da78c8
* | Merge commit '5d8b1862b63d32070b4084d7e49cae1f4bc66953'Artur Signell2013-04-031-3/+3
|\| | | | | | | Change-Id: I329cab3a4a039cd41486353d41d678abf29cb6a9