Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed a problem with example code in article "Letting The User Download A ↵ | Martín López | 2020-05-08 | 1 | -2/+9 |
| | | | | | File" (#11971) Fixes #10580 | ||||
* | Added missing blank line, which fussed up the text (#11935) | thigg | 2020-04-07 | 1 | -0/+1 |
| | |||||
* | Added Note about TextField in Header cell (#11858) | Tatu Lund | 2020-01-13 | 1 | -0/+7 |
| | | | Fixes https://github.com/vaadin/framework/issues/9089 | ||||
* | Added documentation of newly added Binder features (#11845) | Tatu Lund | 2019-12-20 | 1 | -0/+13 |
| | |||||
* | Removed a duplicated word in a note. (#11785) | Anna Koskinen | 2019-11-04 | 1 | -1/+1 |
| | |||||
* | Remove double negation (#11713) | eriklumme | 2019-09-06 | 1 | -1/+1 |
| | | | "doesn't not" should be either "doesn't" or "does not". | ||||
* | Update Chrome version, snapshots and fix tests (#11684) | Zhe Sun | 2019-08-05 | 1 | -1/+1 |
| | |||||
* | Add a missing letter (#11676) | Anastasia Smirnova | 2019-07-30 | 1 | -1/+1 |
| | | | Fixes https://github.com/vaadin/framework/issues/11409 | ||||
* | Use https for Maven repositories (#11668) | Stéphane Nicoll | 2019-07-29 | 2 | -2/+2 |
| | | | | * Use https for Maven repositories | ||||
* | Input prompt was renamed to placeholder (#11649)8.9.0.beta1 | Olli Tietäväinen | 2019-07-04 | 1 | -16/+16 |
| | |||||
* | Removed ';' in lambdas (#11628) | Zhe Sun | 2019-06-27 | 1 | -4/+4 |
| | | | | | | | | * Removed ';' in lambdas credits to @voltor * Merge branch 'master' into ZheSun88-patch-1 | ||||
* | Deploying Vaadin 8.8.2 on WebSphere Application Server 8.5.5.15 traditional ↵ | akovac35 | 2019-06-18 | 2 | -0/+11 |
| | | | | | | | | | | (#11624) * Create DeployingVaadinOnWebsphere * Rename DeployingVaadinOnWebsphere to DeployingVaadinOnWebsphere.asciidoc | ||||
* | fix misspelled function call (#11602) | Trent Nguyen | 2019-05-24 | 1 | -1/+1 |
| | |||||
* | Update broken docs syntax in github (#11596) | Zhe Sun | 2019-05-23 | 107 | -285/+283 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add delay to the unstable test * Add delay for unstable tests * Update broken docs syntax in github * Merge branch 'master' into ZheSun88-patch-1 * Update doc reference syntax * Merge branch 'ZheSun88-patch-1' of github.com:vaadin/framework into ZheSun88-patch-1 # Conflicts: # documentation/components/components-overview.asciidoc * Merge branch 'master' into ZheSun88-patch-1 * use .asciidoc * Merge remote-tracking branch 'origin/ZheSun88-patch-1' into ZheSun88-patch-1 * use .asciidoc * Merge branch 'master' into ZheSun88-patch-1 | ||||
* | Fixing broken links in V8 documentation (#11591) | juhopiirainen | 2019-05-22 | 2 | -5/+5 |
| | |||||
* | Migrate blog post (#11579) | Sun Zhe | 2019-05-22 | 3 | -1/+53 |
| | | | | | | | | * Migrate blog post to articles * Add to Content list * Add link to the referred content | ||||
* | Fix the broken links in the documentation | juhopiirainen | 2019-05-15 | 14 | -25/+24 |
| | |||||
* | Init logging in VaadinServlet instead of an UI (#11525) | Martin Vysny | 2019-04-01 | 1 | -5/+4 |
| | | | If you use multiple UIs, the use of SLF4J would depend on the UI initialization order which could be pretty random. If you have multiple servlets, it's even better to init SLF4J in ServletContextListener. | ||||
* | Mention DataProvider training videos in components-grid.asciidoc (#11494) | alexandruchiuariu | 2019-03-28 | 1 | -0/+2 |
| | |||||
* | Add mention about video trainings to the tutorial page (#11493) | alexandruchiuariu | 2019-03-27 | 1 | -0/+2 |
| | |||||
* | Do not recommend crappy old containers in tutorial (#11514) | Pekka Hyvönen | 2019-03-27 | 1 | -5/+1 |
| | | | Removed link to and recommendation for SQLContainer | ||||
* | Update datamodel-forms.asciidoc (#11496) | alexandruchiuariu | 2019-03-22 | 1 | -0/+2 |
| | |||||
* | Fix code example (#11487) | A.Mahdy AbdelAziz | 2019-03-11 | 1 | -3/+3 |
| | | | Fix example of using grid.setStyleGenerator in one line | ||||
* | Added example of how to load bundles with Vaadin8 + compatibility libraries ↵ | Tatu Lund | 2019-01-29 | 1 | -0/+17 |
| | | | | (#11439) | ||||
* | added [source, java] for ComponentRenderer samples (#11428) | Olli Tietäväinen | 2019-01-22 | 1 | -0/+2 |
| | |||||
* | Adds missing Status enum to dataprovider example (#11425) | tmattsso | 2019-01-18 | 1 | -0/+19 |
| | |||||
* | removes mention of Java EE in spring doc (#11422) | tmattsso | 2019-01-17 | 1 | -6/+0 |
| | |||||
* | adds note about maven catalogue file to tutorial (#11421) | tmattsso | 2019-01-16 | 1 | -0/+3 |
| | |||||
* | Update portal-osgi.asciidoc (#11384) | Matti Tahvonen | 2018-12-18 | 1 | -9/+9 |
| | | | Updated versions to latest ones as people often just copy past things. Added comment to urge people to use the versions they need. Removed version from archetype to use the latest by default. | ||||
* | Using correct tags in the portal ui docs | DiegoSanzVi | 2018-12-17 | 1 | -1/+2 |
| | | | There are not [source, java] tags. | ||||
* | Add missing [source, java] to the java code blocks in documentation (#11381) | Anastasia Smirnova | 2018-12-17 | 11 | -31/+31 |
| | | | | | | | * Update clientsideapp-entrypoint.asciidoc Adding missing ```[source, java]``` | ||||
* | Error advanced-osgi formating (#11382) | DiegoSanzVi | 2018-12-17 | 1 | -0/+5 |
| | | | Some snippets codes do not render properly. | ||||
* | Remove outdated Designer license instructions (#11366) | Risto Yrjänä | 2018-12-12 | 1 | -2/+2 |
| | | | The instructions for applying the license in Designer are wrong and outdated. Remove them. | ||||
* | Add missing FocusShortcutListener (#11289) | Michael Forstner | 2018-12-10 | 1 | -7/+6 |
| | | | | | | | | | * Add missing FocusShortcutListener Was removed from 8.0 and not readded. Fixes #8297 * Update Release note for this change | ||||
* | Descriptive comment for TwinColSelect - no lazy load #11025 (#11350) | DiegoSanzVi | 2018-12-04 | 1 | -0/+5 |
| | | | | | | | | * Descriptive comment for TwinColSelect - no lazy load #11025 It documents the issue #11025 https://github.com/vaadin/framework/issues/11025#issuecomment-443506307 | ||||
* | Removes wrong suggestion from checkbox documentation (#11324) | tmattsso | 2018-11-20 | 1 | -2/+1 |
| | |||||
* | fixes #11297 by updating docs and pictures (#11298) | tmattsso | 2018-11-08 | 5 | -4/+3 |
| | |||||
* | Removed typo in method , there was an extra ")" (#11295) | Leviand | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | Corrected method name TreeDataProvider#getTreeData (#11286) | Alejandro J. C De Baca | 2018-11-01 | 1 | -1/+1 |
| | | | | | | * Corrected method name TreeDataProvider#getTreeData The method name was incorrect in the documentation - was showing `getData()` but should be `getTreeData()`. | ||||
* | Correct typo in tutorial (#11230) | Sun Zhe | 2018-10-09 | 1 | -1/+1 |
| | |||||
* | Fix link in "Vaadin Spring Tips" article (#11214) | Kari Söderholm | 2018-10-01 | 1 | -1/+1 |
| | | | Link to `3.0` branch of `vaadin/spring` which is the latest version for Vaadin 8 and latest version branch to contain this mentioned file with this path/name. | ||||
* | Fix broken link to mobile d&d polyfill (#11127) | haiwan | 2018-08-23 | 1 | -1/+1 |
| | |||||
* | Fix Grid stylename in documentation (#11130) | haiwan | 2018-08-22 | 1 | -1/+1 |
| | |||||
* | Set correct GWT .dtd definition (#11110) | Ilia Motornyi | 2018-08-13 | 1 | -2/+2 |
| | |||||
* | Document how to handle cancelled file downloads. (#11079) | Ilia Motornyi | 2018-08-07 | 1 | -2/+26 |
| | |||||
* | Add reminder of serialization to Grid documentation (#11037) | Ilia Motornyi | 2018-07-11 | 1 | -10/+11 |
| | |||||
* | Clarify widgetset documentation (#10984) | Leif Åstrand | 2018-06-15 | 1 | -5/+5 |
| | |||||
* | Update UsingRPCFromJavaScript.asciidoc (#10975) | Leif Åstrand | 2018-06-12 | 1 | -2/+2 |
| | | | The old syntax links to `.asciidoc` instead of `.html` on vaadin.com/docs. | ||||
* | Update combobox docs to use setNewItemProvider (#10901) | Anastasia Smirnova | 2018-05-08 | 1 | -4/+3 |
| | |||||
* | Fix asciidocs headings H1 | elmot | 2018-05-04 | 84 | -167/+84 |
| |