summaryrefslogtreecommitdiffstats
path: root/WebContent
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Chameleon theme for InlineDatefield #10070John Ahlroos2012-10-293-57/+71
| | | | Change-Id: I7891d727ab75a48e6607d6c49eba664a32a4d255
* Update test to avoid doing cross domain loadingLeif Åstrand2012-10-261-0/+8
| | | | Change-Id: I168b278d8320b3e7f0346167b7b2dc99bbb136fa
* Removed testing and support mention for Weblogic 9 (#10045)Artur Signell2012-10-241-1/+1
| | | | Change-Id: I6a7bdba2f9e3cc4eb199df341028a81259af441c
* Moved init params after servlet name and class (#10040)Artur Signell2012-10-231-2/+2
| | | | Change-Id: I9a54ab880b565297f401e14dff7eac25fc369beb
* Properly read heartbeat interval servlet parameter (#9987)Johannes Dahlström2012-10-181-0/+17
| | | | | | * Test that servlet parameters in general are read correctly Change-Id: I4a015070e5ce03cff0fee10e037b4df2c3df8219
* Fixed primary stylename handling for Datefield and InlineDatefield #9903John Ahlroos2012-10-1610-77/+114
| | | | Change-Id: I4fb460a19a2bf40131172319070edde78851c4a7
* Reverted previously fixed scrollbars since it does not work with components ↵John Ahlroos2012-10-103-34/+0
| | | | | | requiring inline-block #9552 #9572 Change-Id: Iec43c1e4926b51724c93c93d1f4500e0fcf8759e
* Merge "Add placeholder text to prevent NPE with Ant builds #9863"Artur Signell2012-10-091-0/+1
|\
| * Add placeholder text to prevent NPE with Ant builds #9863Mikael Vappula2012-10-041-0/+1
| | | | | | | | Change-Id: Ica0000b337657b5000bae07761650290a83cdbc8
* | Merge "Applied splitpanel scrollbar fix for IE9 as well #9552"Leif Åstrand2012-10-091-5/+6
|\ \
| * | Applied splitpanel scrollbar fix for IE9 as well #9552John Ahlroos2012-10-091-5/+6
| | | | | | | | | | | | Change-Id: Ife96da6315796548c9aeab34b6f307a70e80ef36
* | | Applied a similar fix for the scrollbars in accordion and tabsheet as was ↵John Ahlroos2012-10-092-0/+22
|/ / | | | | | | | | | | done for the splitpanel previously #9572 Change-Id: Ic52081d30e0febeac2cc2378e4a6af7f83306ae9
* | Merge branch 'sass'John Ahlroos2012-10-0876-1457/+1512
|\ \
| * | Merge branch 'master' into sassJohn Ahlroos2012-10-082-12/+3
| |\|
| * | Merge branch 'master' into sassMarc Englund2012-10-045-42/+42
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/formlayout/formlayout.scss WebContent/VAADIN/themes/reindeer/formlayout/formlayout.scss Change-Id: Ie895a1bbafdcf2fe79d500efb04c6eef3f5a812e
| * \ \ Merge branch 'primary-stylename' into sassMarc Englund2012-10-011-2/+2
| |\ \ \
| | * \ \ Merge branch 'master' into primary-stylenameJohn Ahlroos2012-10-011-1/+1
| | |\ \ \
| | * | | | Fixed layout primary stylenames #9724John Ahlroos2012-09-271-2/+2
| | | | | |
| * | | | | Merge branch 'master' into sassMarc Englund2012-10-012-10/+10
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/tabsheet/tabsheet.scss theme-compiler/src/com/vaadin/sass/tree/ListRemoveNode.java theme-compiler/src/com/vaadin/sass/visitor/EachVisitor.java
| * | | | | | Sass restructure: split button into nativebutton and checkboxMarc Englund2012-09-288-100/+149
| | | | | | |
| * | | | | | Sass restructure: fixed bug in embedded.scssMarc Englund2012-09-281-1/+1
| | | | | | |
| * | | | | | Sass restructure: base theme with renameable componentsMarc Englund2012-09-2831-495/+495
| | | | | | |
| * | | | | | Sass restructure: tried some variants, this should be a reindeer structure ↵Marc Englund2012-09-2831-712/+712
| | | | | | | | | | | | | | | | | | | | | | | | | | | | that should work w/o overlay-container
| * | | | | | Sass restructure: need to disable .themename{} -wrapping until we get ↵Marc Englund2012-09-2810-64/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | overlay-container.
| * | | | | | Rearranging sass theme structure in phases.Marc Englund2012-09-268-109/+109
| | |/ / / / | |/| | | |
* | | | | | Bootstrap UI using relative URLs with servlets (#6771)Leif Åstrand2012-10-082-14/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Configure widgetset using URLs relative to the requested page * Provide a Util method for getting an absolute URL from a relative URL * Test by using an embedded Jetty acting as a transparent proxy * Make /embed1 use the Buttons test to enable testing UIDL requests Change-Id: I4ef9b40e3954ae16b682d743a339f4360db40d4d
* | | | | | Merge "Add Page.getLocation() (#9249)"Leif Åstrand2012-10-051-5/+3
|\ \ \ \ \ \
| * | | | | | Add Page.getLocation() (#9249)Johannes Dahlström2012-10-051-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Send the whole window location, not just fragment, in bootstrap and when the fragment changes * BrowserDetails now has URI getLocation() instead of String getUriFragment() * Keep FragmentChangeListeners as-is, should perhaps change to LocationChangeListeners at some point * Implement Page.getFragment() by means of Page.getLocation() * Differentiate between no fragment (null) and empty fragment ("") as java.net.URI does Change-Id: I1da1ea0664304d0c121a57e85d127fe48605e940
* | | | | | | Merge "Fixed datefield height #9798"Johannes Dahlström2012-10-051-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Fixed datefield height #9798John Ahlroos2012-10-041-0/+1
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Change-Id: Iabd4c7e7729efeed02f8be087769de5f51634662
* | | | | | | Merge "Fixed selectors in layout.scss #9860"John Ahlroos2012-10-051-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Fixed selectors in layout.scss #9860John Ahlroos2012-10-041-2/+2
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Change-Id: I297de32c4123ecc70bbadd92171b7858d7ef7399
* | | | | | | Merge "Added IE8 HTML5 doctype fix for removing unneeded scrollbars in ↵John Ahlroos2012-10-051-0/+10
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | splitpanel #9552"
| * | | | | | Added IE8 HTML5 doctype fix for removing unneeded scrollbars in splitpanel #9552John Ahlroos2012-10-041-0/+10
| |/ / / / / | | | | | | | | | | | | | | | | | | Change-Id: I2d9abc2add60809412a8625d4b4753aca408c7cd
* | | | | | Merge "Fixed combobox line heights in Chameleon theme #9838"Johannes Dahlström2012-10-041-0/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fixed combobox line heights in Chameleon theme #9838John Ahlroos2012-10-031-0/+3
| |/ / / / | | | | | | | | | | | | | | | Change-Id: I2193f9304b378084bdd9f0e750e049af5af5e0ec
* / / / / Remove default bootstrap parameter support (#9824)Leif Åstrand2012-10-021-12/+0
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Also remove the code that used to set the pathInfo parameter which is never used. Change-Id: I0ec7cc8453766bccf9527bfcf5e78411364da5f0
* | | | Merge "Merge from 6.8: Limit propagation of vertical spacing and margins in ↵Johannes Dahlström2012-10-023-36/+36
|\ \ \ \ | | | | | | | | | | | | | | | nested FormLayouts, related test (#9427)"
| * | | | Merge from 6.8: Limit propagation of vertical spacing and margins inHenri Sara2012-10-013-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nested FormLayouts, related test (#9427) svn changeset:24503/svn branch:6.8 svn changeset:24504/svn branch:6.8 svn changeset:24506/svn branch:6.8 Change-Id: I7eca0fccdd9fc9258514c68025bd9e99dcc0b89d
* | | | | Updated GAE test to be UI based (#9816)Artur Signell2012-10-011-5/+5
|/ / / / | | | | | | | | | | | | Change-Id: I50a0ac7a8aca239e04806a8d6f9be1d9263e71dd
* | / / Added a dummy value to the parameter to make Websphere happy (#9776)Artur Signell2012-09-281-1/+1
| |/ / |/| | | | | | | | Change-Id: If44a4705fe6c2d9ce381924b2d2a47de532a712c
* | | Add missing semicolons to vaadinBootstrap.jsHenri Sara2012-09-281-9/+9
| |/ |/| | | | | Change-Id: I7917798ab2f3bf092b2c3e18f173f720e9e43e49
* | Fix and test case for #9294 (hideTabs() hides a nested tabsheet tabs as well)Johannes Dahlström2012-09-271-1/+1
|/
* Release notes for 7.0.0.beta2Artur Signell2012-09-251-33/+33
|
* Fix "invalid" xml.Leif Åstrand2012-09-251-5/+5
|
* Fix logic error in initialPath handling (#9747)Leif Åstrand2012-09-251-1/+1
|
* Restored content:"" for layout slots which fixes #9736John Ahlroos2012-09-251-1/+1
|
* Show internal error reponses for browser details request (#8243)Artur Signell2012-09-241-0/+2
|
* Only use UI from web.xml for requests without additional path (#9722)Leif Åstrand2012-09-241-1/+4
|
* Caption text should be middle aligned #8294John Ahlroos2012-09-241-1/+1
|