summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Build a zip file containing all jars + dependencies (#9299)Artur Signell2012-09-094-4/+96
|
* Include all required themesArtur Signell2012-09-091-1/+2
|
* Fixed refactoring problem and added missing dependencyArtur Signell2012-09-091-1/+5
|
* Added missing dependencies (#9299)Artur Signell2012-09-092-6/+10
|
* Run server integration tests with other tests (#9299)Artur Signell2012-09-092-23/+29
|
* File for compiling widgetset/theme in Eclipse (#9299)Artur Signell2012-09-091-0/+91
|
* Run integration tests too (#9299)Artur Signell2012-09-091-0/+5
|
* Fixed running of TestBench tests (#9299)Artur Signell2012-09-093-19/+14
|
* Do not run test which in not a real testArtur Signell2012-09-091-0/+1
|
* Run TestBench tests from mani tests target (#9299)Artur Signell2012-09-091-3/+6
|
* Dummy default for sftp.ivy.pattern as ivy files are not deployed using sftpArtur Signell2012-09-091-1/+2
|
* Snapshot deployment to Maven now works (#9299)Artur Signell2012-09-096-88/+68
|
* Publish to SFTP (#9299)Artur Signell2012-09-093-0/+154
|
* Build javadoc and sources jars (#9299)Artur Signell2012-09-0918-36/+84
|
* Generate pom artifacts and automatically publish to local Maven (#9299)Artur Signell2012-09-0914-25/+47
|
* Metadata for client-compiled package (#9299)Artur Signell2012-09-092-2/+10
|
* Java version check (#9299)Artur Signell2012-09-092-2/+10
|
* Include compiled TestingWidgetSet in war (#9299)Artur Signell2012-09-092-12/+46
|
* Ensure required jars are available when running tests (#9299)Artur Signell2012-09-091-3/+8
|
* Run tests with assertions enabledArtur Signell2012-09-091-4/+4
|
* Do not build client-compiled-cache for now, it should be a separate module ↵Artur Signell2012-09-091-2/+3
| | | | (#9299)
* 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
|
* Support running TestBench tests with the vaadin-uitest war (#9299)Artur Signell2012-09-099-627/+118
| | | | Server is now launched using jetty-runner instead of a custom DemoLauncher
* Added Git Revision to GWT version fileArtur Signell2012-09-091-1/+10
|
* Client-compiled-cache artifact (#9299)Artur Signell2012-09-095-42/+73
|
* Added themes-compiled module (#9299)Artur Signell2012-09-0919-173/+311
|
* Module for compiled client side (#9299)Artur Signell2012-09-097-12/+146
|
* Steps towards publishing sources and javadoc jars (#9299)Artur Signell2012-09-092-5/+17
|
* Support running JUnit tests (#9299)Artur Signell2012-09-0929-472/+664
|
* Support for running sass junit testsArtur Signell2012-09-093-5/+63
|
* Added build-provided to make build work againArtur Signell2012-09-095-2/+6
|
* Clean ivy cache and gwt dir before buildArtur Signell2012-09-092-120/+126
|
* Fixed scopes for generated Maven pom.xml files (#9299)Artur Signell2012-09-094-25/+43
|
* Servlet API dependencyArtur Signell2012-09-091-2/+6
|
* Removed extra slashArtur Signell2012-09-091-7/+7
|
* Create dirs when unpacking GWTArtur Signell2012-09-091-115/+121
|
* 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-0924-1/+827
|
* Reverted back to Transitional Doctype #8294John Ahlroos2012-09-081-2/+4
|
* Fixing 1px caption jump in tabsheet and accordion after switching toJohn Ahlroos2012-09-072-0/+6
| | | HTML5 doctype
* Minor text changeArtur Signell2012-09-071-1/+1
|
* Fix for 1px button caption jump after changing to HTML5 doctypeJohn Ahlroos2012-09-071-1/+1
|
* Commit Pekka's patch for #8030 ((Component...) constructor for layouts) and ↵Johannes Dahlström2012-09-0710-8/+329
| | | | #5422 (addComponents(Component...) for layouts) with minor formatting/javadoc changes
* Renamed sass -> theme-compiler for consistency (#9299)Artur Signell2012-09-07131-44/+44
|
* Merge branch 'master' of ssh://dev.vaadin.com/vaadinMarko Gronroos2012-09-0711-28/+95
|\
| * Use dedicated Lock for session synchronization (#9156)Leif Åstrand2012-09-077-24/+87
| |
| * Add some deprecation for stuff that might still change (#8165)Leif Åstrand2012-09-071-1/+4
| |
| * Removed paintable.scssJouni Koivuviita2012-09-071-12/+0
| |
| * Fixed 5px gaps between vertical layout slots (Firefox/Opera) after doctype ↵Jouni Koivuviita2012-09-073-2/+15
| | | | | | | | was changed to HTML5 (#8294). Refactored paintable.scss to widget.scss (this time for real)