summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Collapse)AuthorAgeFilesLines
* Changed servlet api dependency to 2.4 (#9605)Artur Signell2012-09-141-2/+2
|
* AddonContextListener.contextDestoryed -> contextDestroyed (#9273)Johannes Dahlström2012-09-132-2/+2
|
* Add more descriptive error messageLeif Åstrand2012-09-121-2/+2
|
* Changed UI close debug message level from info to fineJohannes Dahlström2012-09-121-2/+3
|
* Avoid infinite recursion in LegacyApplication.terminalError (#9581)Leif Åstrand2012-09-122-9/+12
|
* Don't try to redirect browser on failed heartbeat requestsJohannes Dahlström2012-09-121-10/+19
|
* Don't check UI provider before running onVaadinSessionStarted (#9556)Leif Åstrand2012-09-121-6/+0
|
* Tweak UIProvider API based on review (#9443)Leif Åstrand2012-09-116-23/+23
|
* Initial version of on-the-fly compilation of scss -> css (#9222)Artur Signell2012-09-112-20/+97
|
* Add navigate() method to Navigator for navigating to the current location ↵Johannes Dahlström2012-09-111-0/+9
| | | | (#9442)
* Constants -> enums (#9072)Pekka Hyvönen2012-09-1111-125/+80
| | | | Patch from Pekka with minor changes (ButtonCode -> MouseButton, FilteringMode -> ComboBox)
* Rename isViewChangeAllowed()/navigatorViewChanged() to ↵Johannes Dahlström2012-09-113-29/+35
| | | | beforeViewChange()/afterViewChange() (#9511)
* Set a dummy VaadinSession in AddRemoveSubWindow test to fix spurious failureJohannes Dahlström2012-09-111-0/+2
|
* Minor javadoc updateJohannes Dahlström2012-09-111-8/+5
|
* Use org.json instead of com.vaadin.external.json (#9539)Leif Åstrand2012-09-1119-3692/+34
|
* Improvements to #9087:Johannes Dahlström2012-09-116-27/+96
| | | | | | | | * Rename EmbeddedBrowser to BrowserFrame * Add constructors to Flash and BrowserFrame * Change getState() methods to protected * JavaDoc improvements * Make ImageClicks test deterministic
* Improved deprecation message based on review (#9522)Leif Åstrand2012-09-101-1/+4
|
* Make WebBrowser serializable again (#8027)Leif Åstrand2012-09-101-1/+2
|
* Add rudimentary javadocs (#9402)Leif Åstrand2012-09-102-0/+30
|
* Make AddonContext serializable (#9273)Leif Åstrand2012-09-101-1/+2
|
* Don't use Resource with the Page.open API (#9522)Leif Åstrand2012-09-103-30/+91
|
* Merge remote-tracking branch 'origin/master'John Ahlroos2012-09-107-20/+7
|\
| * Revert "Verify that lock is held when accessing state (#9515)"Leif Åstrand2012-09-106-19/+5
| | | | | | | | This reverts commit 998c9c97b4b7d9531028b442df4c38a33b60e5f0.
| * Added info that debugger might cause log messages (#9481)Artur Signell2012-09-101-1/+2
| |
* | Merge branch '6.8'John Ahlroos2012-09-101-38/+42
|/ | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/common/common.scss server/src/com/vaadin/server/VaadinServlet.java server/src/com/vaadin/ui/AbstractField.java src/com/vaadin/terminal/gwt/client/ui/VUriFragmentUtility.java tests/testbench/com/vaadin/tests/components/datefield/DateFieldExtendedRange.java tests/testbench/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.java tests/testbench/com/vaadin/tests/components/table/TableReduceContainerSize.java tests/testbench/com/vaadin/tests/tickets/Ticket8291.java uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.html uitest/src/com/vaadin/tests/components/datefield/PopupDateFieldExtendedRange.java uitest/src/com/vaadin/tests/tickets/Ticket8291.java uitest/test.xml
* Remove unused exception class reintroduced in a merge.Henri Sara2012-09-101-169/+0
|
* Verify that lock is held when accessing state (#9515)Leif Åstrand2012-09-096-5/+19
|
* Allow storing values in VaadinSession (#9514)Leif Åstrand2012-09-091-0/+109
|
* 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
| | | | #5422 (addComponents(Component...) for layouts) with minor formatting/javadoc changes
* 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
| | | | Container.Indexed.getItemIds(int, int) does not throw an exception if too few items are available in the container.