summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Publish zip also (#9299)Artur Signell2012-09-091-5/+5
* Build javadoc and sources jars (#9299)Artur Signell2012-09-092-1/+7
* Generate pom artifacts and automatically publish to local Maven (#9299)Artur Signell2012-09-091-2/+3
* Ensure required jars are available when running tests (#9299)Artur Signell2012-09-091-3/+8
* Assert field is dirty, does not matter how many times it has been markedArtur Signell2012-09-091-3/+1
* Reverted invalid change of test data during package renameArtur Signell2012-09-091-33/+40
* Added themes-compiled module (#9299)Artur Signell2012-09-092-7/+6
* Module for compiled client side (#9299)Artur Signell2012-09-091-1/+1
* Support running JUnit tests (#9299)Artur Signell2012-09-0914-421/+465
* Fixed scopes for generated Maven pom.xml files (#9299)Artur Signell2012-09-091-13/+23
* Servlet API dependencyArtur Signell2012-09-091-2/+6
* Jsoup is now declared as a dependency (#9299)Artur Signell2012-09-0952-17462/+0
* Created separate build.xml files for each module (#9299)Artur Signell2012-09-092-0/+84
* Reverted back to Transitional Doctype #8294John Ahlroos2012-09-081-2/+4
* Commit Pekka's patch for #8030 ((Component...) constructor for layouts) and #...Johannes Dahlström2012-09-0710-8/+329
* Use dedicated Lock for session synchronization (#9156)Leif Åstrand2012-09-073-12/+55
* Add some deprecation for stuff that might still change (#8165)Leif Åstrand2012-09-071-1/+4
* Rename Application back to LegacyApplication (#9402)Leif Åstrand2012-09-076-21/+21
* Remove unneeded requestRepaint methods (#9325)Leif Åstrand2012-09-072-12/+0
* Explicitly document deprecation as it isn't properly inherited (#9378)Leif Åstrand2012-09-071-1/+6
* Fixed references to XHTML and issue found in review #8294John Ahlroos2012-09-077-16/+15
* Return short list instead of exception if less items available (#8028)Henri Sara2012-09-074-41/+14
* Add some deprecation messages about upcoming changes (#9402)Leif Åstrand2012-09-079-5/+225
* Moved base theme constants (v-widget and v-layout) from BaseTheme toJohn Ahlroos2012-09-071-11/+0
* Removed deprecated ContenMode.XHTMLJohn Ahlroos2012-09-073-14/+4
* Now using HTML5 content mode. Also deprecated the XHTML content modes.John Ahlroos2012-09-076-16/+24
* Make ClassResource find associated Application class (#9402)Leif Åstrand2012-09-073-6/+20
* Redesign to make session inited in Application.init (#9402)Leif Åstrand2012-09-074-53/+82
* Simple override for getItemIds(int,int) for TreeTable (#9509)Artur Signell2012-09-062-1/+14
* Separate view name from parameters with a slash in StaticViewProvider as wellJohannes Dahlström2012-09-061-1/+2
* Remove Application from UIProvider API (#9402)Leif Åstrand2012-09-066-24/+18
* Add VaadinSession getter to VaadinService (#9402)Leif Åstrand2012-09-064-0/+23
* Remove some 'Application' from CommunicationManager (#9402)Leif Åstrand2012-09-063-88/+72
* Remove 'Application' from RequestHandler API (#9402)Leif Åstrand2012-09-069-62/+54
* Remove some 'Application' from the Bootstrap API (#9402)Leif Åstrand2012-09-065-33/+30
* Remove VaadinSession.isProductionMode() (#9402)Leif Åstrand2012-09-062-15/+3
* Renamed .v-boxlayout selector to .v-layout and applied the .v-layoutJohn Ahlroos2012-09-061-0/+5
* Move ErrorListener implementation out of VaadinSession (#9402)Leif Åstrand2012-09-063-54/+63
* Remove unused variableLeif Åstrand2012-09-061-3/+0
* Remove some references to Application in API and docs (#9402)Leif Åstrand2012-09-0611-795/+146
* Rename ApplicationConfiguration -> DeploymentConfiguration (#9402)Leif Åstrand2012-09-0612-83/+76
* Fix some stray references to the name deployment configuration (#9402)Leif Åstrand2012-09-068-15/+13
* Fix import for javadocsLeif Åstrand2012-09-061-0/+1
* Rename DeploymentConfiguration -> VaadinService (#9402)Leif Åstrand2012-09-0625-174/+151
* Remove invalid importLeif Åstrand2012-09-061-3/+1
* Reformat projectLeif Åstrand2012-09-05109-4120/+6354
* Deprecated EventRouter with a message that it will be replaced before 7.0.0 (...Artur Signell2012-09-053-0/+23
* Fixed copy/paste errorArtur Signell2012-09-051-1/+1
* Merge branch 'removeApplication'Leif Åstrand2012-09-0578-4179/+3802
|\
| * Rename LegacyApplication -> Application (#9402)Leif Åstrand2012-09-056-17/+17