summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* #8052 Restore Portlet supportLeif Åstrand2011-12-1416-880/+1085
|
* Update regex to cope with the request paths used in portletsLeif Åstrand2011-12-141-1/+1
|
* Migrate AAP.getStaticFilesLocstion to WrappedPortletRequestLeif Åstrand2011-12-142-29/+22
|
* Refactor to use different WrappedRequests for Portal specific hacksLeif Åstrand2011-12-147-287/+287
| | | | | Also move the code for updating WebBrowser to that class instead of the duplicated code for Servlet and Portlet.
* Merge branch 'windowing'Marc Englund2011-12-144-52/+193
|\
| * UIDL can now be included in initial html, or second 'browser details' ↵Marc Englund2011-12-144-52/+193
| | | | | | | | response, to avoid an extra UIDL request. For #8049
* | Fix null handling for CheckBox.Henri Sara2011-12-131-1/+3
| | | | | | | | Broken probably in Button hierarchy refactoring, see the old ticket #6918.
* | Fix log component references in WindowClickEvents test.Henri Sara2011-12-131-77/+78
| |
* | Fix test TableClickValueChangeInteraction.Henri Sara2011-12-132-75/+73
| |
* | #8111 Remove dotted prefix of nested property names from captions.Henri Sara2011-12-131-0/+4
| |
* | Fix test TableUndefinedSize.Henri Sara2011-12-131-4/+4
| |
* | Fix TableUndefinedSize test to add listeners after setting values.Henri Sara2011-12-131-4/+3
| |
* | Fix test class name in test bench test ValidationOfRequiredEmptyFields.Henri Sara2011-12-131-19/+19
| |
* | Fix exclusion pattern for test data bean classes.Henri Sara2011-12-131-1/+1
| |
* | Update license header in one more source file.Henri Sara2011-12-131-1/+1
| |
* | Exclude test data beans from JUnit test execution.Henri Sara2011-12-131-1/+1
| |
* | Update old license headersHenri Sara2011-12-1315-16/+16
| |
* | Misc minor javadoc fixesArtur Signell2011-12-124-14/+64
| |
* | #8103 ConverterFactory is no longer static + javadoc updatesArtur Signell2011-12-123-37/+67
| |
* | Removed unused classArtur Signell2011-12-121-18/+0
| |
* | #8101/#8103 Javadoc for converters and converter factoryArtur Signell2011-12-1212-32/+343
| |
* | #8101 Javadoc for ConverterArtur Signell2011-12-121-2/+82
| |
* | #7930 Fix/Improve Validator javadoc based on review.Henri Sara2011-12-122-7/+5
| |
* | Test for #8074Artur Signell2011-12-121-0/+25
| |
* | #8074 Additional fix to still allow using setValue with integersArtur Signell2011-12-121-0/+13
| |
* | Improve #7930 (elimination of Validator.isValid()) based on review.Henri Sara2011-12-096-23/+21
| |
* | Add some comments in CustomField javadoc.Henri Sara2011-12-091-2/+5
| |
* | #8026 Removed deprecated API from Slider/VSliderArtur Signell2011-12-092-149/+0
| |
* | #8074 Ensure Slider value is in valid range.Artur Signell2011-12-091-53/+9
| | | | | | | | | | Changed ValueOutOfBoundsException to be a RuntimeException and removed extra methods. Also changed type of Slider to Double from Number as it is 100% based on doubles.
* | #8073 Slider.setValue(Double value, boolean repaintIsNotNeeded) shouldArtur Signell2011-12-091-1/+1
| | | | | | be protected, not public
* | Mark ConverterFactory as SerializableLeif Åstrand2011-12-091-1/+3
| |
* | Removed dummy test fileArtur Signell2011-12-091-1/+0
| |
* | #3851 AbstractField should run validators for empty fieldsArtur Signell2011-12-091-36/+25
| |
* | Remove more deleted files that were resurrected by a mergeLeif Åstrand2011-12-093-299/+0
| |
* | Add license header to some new filesLeif Åstrand2011-12-0913-0/+52
| |
* | Use Logger for debug messages in DefaultConverterFactory.Henri Sara2011-12-091-5/+9
| |
* | Resolve compile errors caused by merge of 6.8 branchLeif Åstrand2011-12-094-39/+7
| |
* | Dropped support for portlet 1.0Leif Åstrand2011-12-092-436/+0
| | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-09512-810/+3510
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java
| * \ Merged fixes from 6.7Artur Signell2011-12-085-4/+266
| |\ \ | | | | | | | | | | | | svn changeset:22331/svn branch:6.8
| | * | Test for how validators work with empty fieldsArtur Signell2011-12-082-0/+227
| | | | | | | | | | | | | | | | svn changeset:22329/svn branch:6.7
| | * | #4925 com.vaadin.tools.ReflectTools javadocArtur Signell2011-12-081-2/+2
| | | | | | | | | | | | | | | | svn changeset:22321/svn branch:6.7
| | * | #6603 Added IllegalArgumentException to javadoc and added testArtur Signell2011-12-082-2/+37
| | | | | | | | | | | | | | | | svn changeset:22320/svn branch:6.7
| * | | Merged #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-08488-678/+678
| |\| | | | | | | | | | | | | | svn changeset:22325/svn branch:6.8
| | * | Test case for #8077Leif Åstrand2011-12-081-0/+48
| | | | | | | | | | | | | | | | svn changeset:22319/svn branch:6.7
| | * | #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-08488-678/+678
| | | | | | | | | | | | | | | | svn changeset:22317/svn branch:6.7
| | * | Update selection ranges when unselecting rows from the server (#8076)Leif Åstrand2011-12-082-1/+5
| | | | | | | | | | | | | | | | svn changeset:22316/svn branch:6.7
| | * | Test application and disabled testbench script for #8076Leif Åstrand2011-12-082-0/+124
| | | | | | | | | | | | | | | | svn changeset:22309/svn branch:6.7
| | * | #6603 AbstractBeanContainer.addAll does not ensure resolved itemIds are not nullArtur Signell2011-12-071-0/+5
| | | | | | | | | | | | | | | | svn changeset:22308/svn branch:6.7
| | * | #7008 Table.setTableFieldFactory should refresh contentArtur Signell2011-12-071-0/+3
| | | | | | | | | | | | | | | | svn changeset:22307/svn branch:6.7