Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fixed broken link in documentation (#10875) | Matti Tahvonen | 2018-05-04 | 1 | -1/+1 |
| | | | Fixes #10874 | ||||
* | Update Using RPC To Send Events To The Client | Anastasia Smirnova | 2018-05-03 | 1 | -2/+2 |
| | | | | | Update the article to make it compile, if using right imports Addresses : https://github.com/vaadin/framework/issues/10439 | ||||
* | Removing obsolete link (#10857) | Johannes Häyry | 2018-04-27 | 1 | -5/+0 |
| | |||||
* | Updated to use non-deprecated API (#10855) | Matti Tahvonen | 2018-04-27 | 1 | -1/+1 |
| | | | | * Update layout-orderedlayout.asciidoc | ||||
* | Updated link to vaadin.com downloads section | Matti Tahvonen | 2018-04-25 | 1 | -1/+1 |
| | |||||
* | Add MenuItem notices to BrowserWindowOpener documentation (#10820) | Ilia Motornyi | 2018-04-20 | 3 | -4/+4 |
| | |||||
* | Update example for Comparator in Grid (#10833) | Anastasia Smirnova | 2018-04-20 | 1 | -3/+3 |
| | | | Fixes #10337 | ||||
* | Documentation: Updated version example and added a mvn example snippet (#10827) | Sami Ekblad | 2018-04-17 | 1 | -1/+11 |
| | |||||
* | Remove reference to supportsParameters (#10798) | Olli Tietäväinen | 2018-04-09 | 1 | -13/+1 |
| | |||||
* | Add "Using debug ids in communication" to LoadTestingWithGatling.asciidoc ↵ | Johannes Tuikkala | 2018-04-09 | 1 | -2/+10 |
| | | | | (#10794) | ||||
* | Fix HtmlRenderer code example in documentation (#10790)8.4.0.alpha2 | Boppleton Industries | 2018-04-05 | 1 | -1/+1 |
| | |||||
* | Small docs fix (#10749) | Ilia Motornyi | 2018-04-03 | 1 | -3/+3 |
| | |||||
* | Support starting downloads and opening URLs from a menu item (#10478) | Artur | 2018-03-28 | 1 | -1/+1 |
| |