summaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * Unified all portal integration tests to be based on JSR286Portlet (#8013, ↵Artur Signell2013-03-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | #9566, #11314) All portal tests are now based on the same test script. Portal tests avoid Vaadin locators to avoid random problems with the portlet id changing between test runs. * eXo 3 test must be run on Firefox, does not work in Chrome * Liferay theme test is now a separate test which does not depend on the Liferay integration test * Changing to maximized state using an action URL does not work with GateIn or eXo * The edit mode link does not work in WebLogic Portal as WebLogic feels it is not an allowed mode for the portlet Change-Id: I7a683688d8ffc611e211f8a60889a34b233b81c9
* | Merge commit 'e4c9eda51082a443822b66864df2fe14be7dc6d7'Artur Signell2013-03-212-6/+32
|\| | | | | | | | | | | | | Conflicts: uitest/test.xml Change-Id: I2c82fa7117b21bddad313abdd2f3f43143317c12
| * Enable a Vaadin applications to be re-initialized if if has been re-added to ↵Artur Signell2013-03-201-4/+30
| | | | | | | | | | | | the same page (#8350) Change-Id: I30dbc14f00108fa699694ecd1d37679d8a0dff4b
| * Updated supported browser versions in release notes (#10887)Leif Åstrand2013-03-131-2/+2
| | | | | | | | | | | | Based on svn changeset:25626/svn branch:6.8 Change-Id: I76333c1af0eab1d727a03dcd82ae6b9b7187e58a
* | WAI-ARIA fields (#11180)michaelvogt2013-03-201-0/+6
| | | | | | | | | | Field implementations of the WAI-ARIA changes in the base classes Change-Id: Ie51e76130f3f9976a32c373334b709f0f5b68f1a
* | Fixed error indicator styles in Tabsheet tab on IE10 #11329John Ahlroos2013-03-141-4/+0
| | | | | | | | Change-Id: I6134c5b9be9618bad0f1b9d22cc505ae062043ca
* | Removes the clear button added to all input fields by IE10 #11300John Ahlroos2013-03-121-0/+5
| | | | | | | | Change-Id: Iae8f2073356db9702bbd0c63bc639cbb4ad27823
* | Applied IE9 CSS fixes to IE10 also (#11301)Artur Signell2013-03-115-30/+32
| | | | | | | | Change-Id: I50e5d33773127e9073e820bc4e307979bbcbd875
* | Added IE10 touch support detection #9216John Ahlroos2013-03-051-2/+14
|/ | | | Change-Id: I3e5b2266b641901590b7806a04c6ef8c68fbe0f4
* Created maintenance release notes for 7.0.x releases. #10881Marko Gronroos2013-02-191-941/+82
| | | | Change-Id: Ifbe33c7101075c11b469890efbe8ecf06a84db32
* Merge "Set the overlay container width and height to zero (#10860)" into 7.0John Ahlroos2013-02-121-1/+6
|\
| * Set the overlay container width and height to zero (#10860)Johannes Dahlström2013-02-111-1/+6
| | | | | | | | | | | | * Fix body scrolling in touch devices that do not honor overflow: hidden Change-Id: Ia444d3c222094b9aa83ba31d5710eed9d9e549cc
* | Fixed close icon too high in tabsheet when using IE9 and TABSHEET_MINIMAL ↵John Ahlroos2013-02-111-3/+9
| | | | | | | | | | | | style #10884 Change-Id: Iac91b00d60e55e80d5b4deea397bad1e4442d6a1
* | Minor updates to release notesArtur Signell2013-02-011-3/+2
| | | | | | | | Change-Id: Ia7180a1a9a01e19e8da324dde29b149f866a5651
* | Update release notes for 7.0.0Leif Åstrand2013-02-011-94/+249
|/ | | | Change-Id: Ibdc57a75394d52c81af88b2b7c4ea7d07e5492b2
* Included licence files #10902John Ahlroos2013-01-3117-209/+3076
| | | | Change-Id: Id1ae14206137a366b85c6e25843c11cc2bf4804d
* Specified versions for mobile devices (#10885)Artur Signell2013-01-301-2/+2
| | | | Change-Id: I1ad6c0c4fbe969c252d9d0da14344a2943c73620
* Fixed typo. Websphere < 7 is not supported as it does not use Java6Artur Signell2013-01-301-1/+1
| | | | Change-Id: I24fdb9073763d6916c16ae07d82fc676b2a73290
* Updated Release Notes for Vaadin 7.0.0. #10861Marko Gronroos2013-01-291-45/+966
| | | | Change-Id: I2d428757b62a8bf02d9e898794374ec46a92841b
* Split the license dependencies into runtime and development. #10858Marko Gronroos2013-01-291-53/+120
| | | | Change-Id: I40f69b18f09252f2cf79ce7e22c43702f2787dd3
* Fixes caption icons too low in Accordion #10872 #10635John Ahlroos2013-01-291-5/+7
| | | | Change-Id: Ib23c49d988aeecc7619727f02423ac16bab8f64d
* Fixed broken TabSheet styles (again) in Liferay theme after fixes to #10682John Ahlroos2013-01-161-3/+3
| | | | Change-Id: Id3c97e19490725698b6b82d1f08a2e3fd77e8701
* Merge "Fixed wrapping caption #10082"Artur Signell2013-01-151-1/+0
|\
| * Fixed wrapping caption #10082John Ahlroos2013-01-151-1/+0
| | | | | | | | Change-Id: I2d1769215c601103407a81b7421287b23b7f053e
* | Merge "Fixed Tabsheet small styles after fixes to #10682"Artur Signell2013-01-151-0/+5
|\ \
| * | Fixed Tabsheet small styles after fixes to #10682John Ahlroos2013-01-151-0/+5
| |/ | | | | | | Change-Id: Ic08d6949376f5caa76193ade1c358a365da878fc
* / Fixed broken TabSheet styles in Liferay theme after fixes to #10682John Ahlroos2013-01-151-0/+7
|/ | | | Change-Id: I83f26ce22d350b4ca01612e58cbf0e6a9e8a1a8b
* Fixed broken Tabsheet styles after fixes to #10682John Ahlroos2013-01-152-7/+13
| | | | Change-Id: I752e2cd2a83b89c0ac2623f57b3311aa7ae9934b
* Merge "Reverted [e22dd3f3db39b8bd067600c414c6c889ab35cd3e]. No longer needed ↵Artur Signell2013-01-141-1/+1
|\ | | | | | | because of #10682"
| * Reverted [e22dd3f3db39b8bd067600c414c6c889ab35cd3e]. No longer needed ↵Artur Signell2013-01-151-1/+1
| | | | | | | | | | | | because of #10682 Change-Id: Ie0203db2cc8244013fe251796658a9412322a3f9