| Commit message (Expand) | Author | Age | Files | Lines |
* | Snapshot deployment to Maven now works (#9299) | Artur Signell | 2012-09-09 | 6 | -88/+68 |
* | Publish to SFTP (#9299) | Artur Signell | 2012-09-09 | 3 | -0/+154 |
* | Build javadoc and sources jars (#9299) | Artur Signell | 2012-09-09 | 18 | -36/+84 |
* | Generate pom artifacts and automatically publish to local Maven (#9299) | Artur Signell | 2012-09-09 | 14 | -25/+47 |
* | Metadata for client-compiled package (#9299) | Artur Signell | 2012-09-09 | 2 | -2/+10 |
* | Java version check (#9299) | Artur Signell | 2012-09-09 | 2 | -2/+10 |
* | Include compiled TestingWidgetSet in war (#9299) | Artur Signell | 2012-09-09 | 2 | -12/+46 |
* | Ensure required jars are available when running tests (#9299) | Artur Signell | 2012-09-09 | 1 | -3/+8 |
* | Run tests with assertions enabled | Artur Signell | 2012-09-09 | 1 | -4/+4 |
* | Do not build client-compiled-cache for now, it should be a separate module (#... | Artur Signell | 2012-09-09 | 1 | -2/+3 |
* | Assert field is dirty, does not matter how many times it has been marked | Artur Signell | 2012-09-09 | 1 | -3/+1 |
* | Reverted invalid change of test data during package rename | Artur Signell | 2012-09-09 | 1 | -33/+40 |
* | Support running TestBench tests with the vaadin-uitest war (#9299) | Artur Signell | 2012-09-09 | 9 | -627/+118 |
* | Added Git Revision to GWT version file | Artur Signell | 2012-09-09 | 1 | -1/+10 |
* | Client-compiled-cache artifact (#9299) | Artur Signell | 2012-09-09 | 5 | -42/+73 |
* | Added themes-compiled module (#9299) | Artur Signell | 2012-09-09 | 19 | -173/+311 |
* | Module for compiled client side (#9299) | Artur Signell | 2012-09-09 | 7 | -12/+146 |
* | Steps towards publishing sources and javadoc jars (#9299) | Artur Signell | 2012-09-09 | 2 | -5/+17 |
* | Support running JUnit tests (#9299) | Artur Signell | 2012-09-09 | 29 | -472/+664 |
* | Support for running sass junit tests | Artur Signell | 2012-09-09 | 3 | -5/+63 |
* | Added build-provided to make build work again | Artur Signell | 2012-09-09 | 5 | -2/+6 |
* | Clean ivy cache and gwt dir before build | Artur Signell | 2012-09-09 | 2 | -120/+126 |
* | Fixed scopes for generated Maven pom.xml files (#9299) | Artur Signell | 2012-09-09 | 4 | -25/+43 |
* | Servlet API dependency | Artur Signell | 2012-09-09 | 1 | -2/+6 |
* | Removed extra slash | Artur Signell | 2012-09-09 | 1 | -7/+7 |
* | Create dirs when unpacking GWT | Artur Signell | 2012-09-09 | 1 | -115/+121 |
* | Jsoup is now declared as a dependency (#9299) | Artur Signell | 2012-09-09 | 52 | -17462/+0 |
* | Created separate build.xml files for each module (#9299) | Artur Signell | 2012-09-09 | 24 | -1/+827 |
* | Reverted back to Transitional Doctype #8294 | John Ahlroos | 2012-09-08 | 1 | -2/+4 |
* | Fixing 1px caption jump in tabsheet and accordion after switching to | John Ahlroos | 2012-09-07 | 2 | -0/+6 |
* | Minor text change | Artur Signell | 2012-09-07 | 1 | -1/+1 |
* | Fix for 1px button caption jump after changing to HTML5 doctype | John Ahlroos | 2012-09-07 | 1 | -1/+1 |
* | Commit Pekka's patch for #8030 ((Component...) constructor for layouts) and #... | Johannes Dahlström | 2012-09-07 | 10 | -8/+329 |
* | Renamed sass -> theme-compiler for consistency (#9299) | Artur Signell | 2012-09-07 | 131 | -44/+44 |
* | Merge branch 'master' of ssh://dev.vaadin.com/vaadin | Marko Gronroos | 2012-09-07 | 11 | -28/+95 |
|\ |
|
| * | Use dedicated Lock for session synchronization (#9156) | Leif Åstrand | 2012-09-07 | 7 | -24/+87 |
| * | Add some deprecation for stuff that might still change (#8165) | Leif Åstrand | 2012-09-07 | 1 | -1/+4 |
| * | Removed paintable.scss | Jouni Koivuviita | 2012-09-07 | 1 | -12/+0 |
| * | Fixed 5px gaps between vertical layout slots (Firefox/Opera) after doctype wa... | Jouni Koivuviita | 2012-09-07 | 3 | -2/+15 |
* | | Updated Release Notes for 7.0.0.beta1 release. Fixed some merge conflicts tha... | Marko Gronroos | 2012-09-07 | 1 | -61/+60 |
|/ |
|
* | Rename Application back to LegacyApplication (#9402) | Leif Åstrand | 2012-09-07 | 219 | -410/+410 |
* | Remove unneeded requestRepaint methods (#9325) | Leif Åstrand | 2012-09-07 | 2 | -12/+0 |
* | Explicitly document deprecation as it isn't properly inherited (#9378) | Leif Åstrand | 2012-09-07 | 1 | -1/+6 |
* | Fixed references to XHTML and issue found in review #8294 | John Ahlroos | 2012-09-07 | 7 | -16/+15 |
* | Return short list instead of exception if less items available (#8028) | Henri Sara | 2012-09-07 | 4 | -41/+14 |
* | Add some deprecation messages about upcoming changes (#9402) | Leif Åstrand | 2012-09-07 | 9 | -5/+225 |
* | Moved base theme constants (v-widget and v-layout) from BaseTheme to | John Ahlroos | 2012-09-07 | 10 | -29/+26 |
* | Removed deprecated ContenMode.XHTML | John Ahlroos | 2012-09-07 | 60 | -120/+101 |
* | Now using HTML5 content mode. Also deprecated the XHTML content modes. | John Ahlroos | 2012-09-07 | 8 | -18/+35 |
* | Make ClassResource find associated Application class (#9402) | Leif Åstrand | 2012-09-07 | 3 | -6/+20 |