Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove redundant versions in POMs (#9990) | Ahmed Ashour | 2017-09-14 | 18 | -22/+4 |
| | |||||
* | Fix javadoc typos (#9998) | Ahmed Ashour | 2017-09-14 | 3 | -4/+4 |
| | |||||
* | Add DOCTYPE for GWT module files | Ahmed Ashour | 2017-09-14 | 8 | -4/+12 |
| | |||||
* | Upgrade maven-dependency and -source plugins | Ahmed Ashour | 2017-09-14 | 4 | -5/+2 |
| | |||||
* | Fix bnd warnings | Ahmed Ashour | 2017-09-14 | 4 | -5/+7 |
| | |||||
* | Simplify conditional logic. | Ahmed Ashour | 2017-09-14 | 9 | -104/+41 |
| | |||||
* | Unify exec-maven-plugin to 1.6.0 | Ahmed Ashour | 2017-09-13 | 6 | -111/+2 |
| | |||||
* | Javadoc fixes | Ahmed Ashour | 2017-09-13 | 9 | -19/+17 |
| | |||||
* | Simplify boolean expressions | Ahmed Ashour | 2017-09-13 | 8 | -15/+15 |
| | |||||
* | Fix varargs warnings | Ahmed Ashour | 2017-09-13 | 18 | -32/+27 |
| | |||||
* | Fix generics type in test (#9977) | Ahmed Ashour | 2017-09-13 | 1 | -1/+1 |
| | | | This fixes a compilation error with Eclipse Oxygen. | ||||
* | Fix javadoc for CustomizedSystemMessages (#9970) | Michael Benz | 2017-09-12 | 1 | -2/+5 |
| | | | | | | | | | Fixed two typos in the CustomizedSystemMessages Javadoc. Added the two missing situations: (although AuthenticationError seems not to be used in the server workspace) Authentication error: the client received a 401 (Unauthorized) response from the server. Cookies disabled: the browser does not support cookies reference in documentation: https://vaadin.com/vaadin-documentation-portlet/framework/application/application-errors.html | ||||
* | Fix incorrect resource name generation (#9957) | Dos Moonen | 2017-09-11 | 1 | -1/+1 |
| | | | | Javadoc has this to say about ClassLoader#getResource(String): "The name of a resource is a '/'-separated path name that identifies the resource." The test fails on Windows because its File.separator does not equal "/". | ||||
* | Remove element explicitly when reordering tree grid rows (#9952) | Adam Wagner | 2017-09-11 | 3 | -0/+73 |
| | | | | | | | Under certain circumstances IE 11 (11.0.45 / 11.0.9600.18762) produces an exception when collapsing/expanding rows (particularly the first child after the very first element) in a TreeGrid within a Window. This workaround removes the row explicitly before inserting, instead of letting JS handle it. Fixes #9850 | ||||
* | Migrate wiki articles to Vaadin documentation (#9912) | Henri Muurimaa | 2017-09-11 | 35 | -1/+4305 |
| | | | | | | | | | | | | | | | | | | | | | * Vaadin Tutorial For Swing Developers * Setting And Reading Session Attributes * Enabling Server Push * Cleaning Up Resources In A UI * Sending Email From Java Applications * Using Parameters With Views * Optimizing Sluggish UI * Configuring Push For Your Enviroment * Setting And Reading Cookies * Using Polling * Creating An Application That Preserves State On Refresh * Finding The Current UI And Page And Vaadin Session * Sending Events From The Client To The Server Using RPC * Handling Logout * Remember To Set The Locale * Scalable Web Applications * MVC Basics In ITMill Toolkit * Access Control For Views * Customizing The Startup Page In An Application | ||||
* | Make Servlet related classes more welcoming to DI (#9658) | Dos Moonen | 2017-09-08 | 3 | -31/+128 |
| | | | | VaadinCDIServlet can be made much cleaner when VaadinServletService can be proxied. This also enables specialization, interceptors and delegators. | ||||
* | Update release publishing scripts (#9947) | Henri Sara | 2017-09-08 | 2 | -7/+7 |
| | | | | | * Remove version from URL in publish script. Otherwise, Chrome can cache the failure too aggressively. * Move mention of creating new milestone to earlier report. * Add mention of preparing release notes earlier. | ||||
* | Update version to 8.2-SNAPSHOT (#9946) | Teemu Suo-Anttila | 2017-09-08 | 47 | -49/+49 |
| | |||||
* | Add missing source encoding to wiget-set-testutil8.2.0.alpha1 | Teemu Suo-Anttila | 2017-09-08 | 1 | -0/+2 |
| | |||||
* | Add wait for UI load to test | Teemu Suo-Anttila | 2017-09-08 | 1 | -6/+13 |
| | |||||
* | Fix vaadin-osgi-integration dependency for Karaf test | Teemu Suo-Anttila | 2017-09-08 | 1 | -1/+2 |
| | |||||
* | Changed ContentMode Package in Label doc | Jonathan Ilk | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | Combine Archetype and Demo build scripts (#9943) | Teemu Suo-Anttila | 2017-09-07 | 3 | -189/+81 |
| | |||||
* | Update build report scripts for 8.2 (#9939) | Henri Sara | 2017-09-07 | 3 | -42/+37 |
| | |||||
* | Add missing since tags for 8.2 (#9938) | Henri Sara | 2017-09-07 | 6 | -20/+20 |
| | |||||
* | Update release notes for 8.2.0.alpha1 (#9937) | Henri Sara | 2017-09-07 | 1 | -31/+17 |
| | |||||
* | Fix making components visible by push (#9934) | Henri Sara | 2017-09-06 | 8 | -54/+173 |
| | | | | | | | | Fix connector tracker cleanup for the case where a component is hidden by a request and is made visible again by push. This fixes a regression caused by #9305. Fixes #9905 | ||||
* | Add methods to remove Bindings from Binder (#9932) | Teemu Suo-Anttila | 2017-09-05 | 2 | -0/+117 |
| | |||||
* | Update Binder isValid() javadoc (#9930) | Henri Sara | 2017-09-05 | 1 | -1/+4 |
| | |||||
* | Fix grid client side performance regression (#9913) | Aleksi Hietanen | 2017-09-05 | 1 | -2/+4 |
| | | | | | Trigger update of header/footer only if visibility changes. Fixes #9884 | ||||
* | Fix Binder bindInstanceFields code example in JavaDoc (#9929) | Teemu Suo-Anttila | 2017-09-05 | 1 | -1/+1 |
| | | | Closes #8994 | ||||
* | Force re-measurement of CheckBoxGroup and RadioButtonGroup (#9901) | Petter Holmström | 2017-09-04 | 7 | -0/+118 |
| | | | | | | The related tests have a workaround for another (Chrome specific) GridLayout bug #9921. Those workarounds should be removed once that issue is fixed. Fixes #9148 | ||||
* | Remove scroll bar inherited borders and background for Tree (#9924) | Adam Wagner | 2017-09-04 | 1 | -0/+16 |
| | | | Resolves #9644 | ||||
* | Position caption correctly in GridLayout (#9909) | Petter Holmström | 2017-09-04 | 3 | -1/+83 |
| | | | | | Position caption correctly when using different vertical alignment than TOP in GridLayout. Fixes #7895 | ||||
* | Add 3 wiki articles (#9903) | Henri Muurimaa | 2017-08-31 | 27 | -1/+491 |
| | | | | | | | Add articles: - Configure ComboBoxes wisely - Letting the user download a file - Using Vaadin in IBM Domino | ||||
* | Update DOCTYPE in WidgetSetBuilder | Henri Sara | 2017-08-31 | 1 | -1/+1 |
| | |||||
* | Make BaseThemeTest more stable on IE11 | Henri Sara | 2017-08-31 | 1 | -1/+2 |
| | | | | | Try to make the test more stable by using a different way of detecting the presence of a notification. This approach is used e.g. in GridComponentsTest. | ||||
* | Correct DOCTYPE of GWT widgetset | Ahmed Ashour | 2017-08-31 | 1 | -2/+2 |
| | |||||
* | Migrate first Wiki article (#9902) | Henri Muurimaa | 2017-08-30 | 3 | -0/+108 |
| | | | Created the folder "articles" under documentation, added img folder for article images and added one article. | ||||
* | Fix AbstractClientConnector stateTypeCache memory leak (#9896) | Aleksi Hietanen | 2017-08-30 | 2 | -7/+75 |
| | | | Fixes #9883 | ||||
* | Update and rename vaadin-icons.scss to _vaadin-icons.scss (#9895) | Knoobie | 2017-08-30 | 1 | -1/+1 |
| | | | Rename the vaadin-icons.scss to allow other libsass to compile the project successful. | ||||
* | Omit duplicate caption for a Panel in a Composite | Henri Sara | 2017-08-30 | 3 | -0/+85 |
| | | | | | | Correctly render components that handle their own captions inside a Composite. Fixes #9848 | ||||
* | Fix missing since tag in compatibility package Grid | Aleksi Hietanen | 2017-08-30 | 1 | -1/+1 |
| | |||||
* | Add missing Tree#getContentMode (#9889) | Aleksi Hietanen | 2017-08-29 | 1 | -2/+14 |
| | |||||
* | Remove drag over style on file drop (#9888) | Henri Sara | 2017-08-29 | 1 | -0/+2 |
| | | | Fixes #9870 | ||||
* | Fix since tags for 8.1.3 release (#9887) | Aleksi Hietanen | 2017-08-29 | 2 | -3/+3 |
| | |||||
* | Binder javadoc fix (#9886) | Aleksi Hietanen | 2017-08-29 | 1 | -8/+9 |
| | |||||
* | Enable Declarative Services in OSGi portlet UI (#9879) | Mirjan Merruko | 2017-08-29 | 4 | -9/+75 |
| | | | | | If the UI scope is not prototype, show a warning that declarative services are not available in the UI. Fixes #9589 | ||||
* | Minor javadoc improvements (#9885) | Aleksi Hietanen | 2017-08-29 | 2 | -11/+11 |
| | |||||
* | Add declarative support to Tree (#9881) | Aleksi Hietanen | 2017-08-29 | 3 | -2/+348 |
| | | | Closes #9838 |