aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* Update broken docs syntax in github (#11596)Zhe Sun2019-05-23107-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)juhopiirainen2019-05-222-5/+5
|
* Migrate blog post (#11579)Sun Zhe2019-05-223-1/+53
| | | | | | | | * Migrate blog post to articles * Add to Content list * Add link to the referred content
* Fix the broken links in the documentationjuhopiirainen2019-05-1514-25/+24
|
* Init logging in VaadinServlet instead of an UI (#11525)Martin Vysny2019-04-011-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)alexandruchiuariu2019-03-281-0/+2
|
* Add mention about video trainings to the tutorial page (#11493)alexandruchiuariu2019-03-271-0/+2
|
* Do not recommend crappy old containers in tutorial (#11514)Pekka Hyvönen2019-03-271-5/+1
| | | Removed link to and recommendation for SQLContainer
* Update datamodel-forms.asciidoc (#11496)alexandruchiuariu2019-03-221-0/+2
|
* Fix code example (#11487)A.Mahdy AbdelAziz2019-03-111-3/+3
| | | Fix example of using grid.setStyleGenerator in one line
* Added example of how to load bundles with Vaadin8 + compatibility libraries ↵Tatu Lund2019-01-291-0/+17
| | | | (#11439)
* added [source, java] for ComponentRenderer samples (#11428)Olli Tietäväinen2019-01-221-0/+2
|
* Adds missing Status enum to dataprovider example (#11425)tmattsso2019-01-181-0/+19
|
* removes mention of Java EE in spring doc (#11422)tmattsso2019-01-171-6/+0
|
* adds note about maven catalogue file to tutorial (#11421)tmattsso2019-01-161-0/+3
|
* Update portal-osgi.asciidoc (#11384)Matti Tahvonen2018-12-181-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 docsDiegoSanzVi2018-12-171-1/+2
| | | There are not [source, java] tags.
* Add missing [source, java] to the java code blocks in documentation (#11381)Anastasia Smirnova2018-12-1711-31/+31
| | | | | | | * Update clientsideapp-entrypoint.asciidoc Adding missing ```[source, java]```
* Error advanced-osgi formating (#11382)DiegoSanzVi2018-12-171-0/+5
| | | Some snippets codes do not render properly.
* Remove outdated Designer license instructions (#11366)Risto Yrjänä2018-12-121-2/+2
| | | The instructions for applying the license in Designer are wrong and outdated. Remove them.
* Add missing FocusShortcutListener (#11289)Michael Forstner2018-12-101-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)DiegoSanzVi2018-12-041-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)tmattsso2018-11-201-2/+1
|
* fixes #11297 by updating docs and pictures (#11298)tmattsso2018-11-085-4/+3
|
* Removed typo in method , there was an extra ")" (#11295)Leviand2018-11-081-1/+1
|
* Corrected method name TreeDataProvider#getTreeData (#11286)Alejandro J. C De Baca2018-11-011-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 Zhe2018-10-091-1/+1
|
* Fix link in "Vaadin Spring Tips" article (#11214)Kari Söderholm2018-10-011-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)haiwan2018-08-231-1/+1
|
* Fix Grid stylename in documentation (#11130)haiwan2018-08-221-1/+1
|
* Set correct GWT .dtd definition (#11110)Ilia Motornyi2018-08-131-2/+2
|
* Document how to handle cancelled file downloads. (#11079)Ilia Motornyi2018-08-071-2/+26
|
* Add reminder of serialization to Grid documentation (#11037)Ilia Motornyi2018-07-111-10/+11
|
* Clarify widgetset documentation (#10984)Leif Åstrand2018-06-151-5/+5
|
* Update UsingRPCFromJavaScript.asciidoc (#10975)Leif Åstrand2018-06-121-2/+2
| | | The old syntax links to `.asciidoc` instead of `.html` on vaadin.com/docs.
* Update combobox docs to use setNewItemProvider (#10901)Anastasia Smirnova2018-05-081-4/+3
|
* Fix asciidocs headings H1elmot2018-05-0484-167/+84
|
* Fixed broken link in documentation (#10875)Matti Tahvonen2018-05-041-1/+1
| | | Fixes #10874
* Update Using RPC To Send Events To The ClientAnastasia Smirnova2018-05-031-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äyry2018-04-271-5/+0
|
* Updated to use non-deprecated API (#10855)Matti Tahvonen2018-04-271-1/+1
| | | | * Update layout-orderedlayout.asciidoc
* Updated link to vaadin.com downloads sectionMatti Tahvonen2018-04-251-1/+1
|
* Add MenuItem notices to BrowserWindowOpener documentation (#10820)Ilia Motornyi2018-04-203-4/+4
|
* Update example for Comparator in Grid (#10833)Anastasia Smirnova2018-04-201-3/+3
| | | Fixes #10337
* Documentation: Updated version example and added a mvn example snippet (#10827)Sami Ekblad2018-04-171-1/+11
|
* Remove reference to supportsParameters (#10798)Olli Tietäväinen2018-04-091-13/+1
|
* Add "Using debug ids in communication" to LoadTestingWithGatling.asciidoc ↵Johannes Tuikkala2018-04-091-2/+10
| | | | (#10794)
* Fix HtmlRenderer code example in documentation (#10790)8.4.0.alpha2Boppleton Industries2018-04-051-1/+1
|
* Small docs fix (#10749)Ilia Motornyi2018-04-031-3/+3
|
* Support starting downloads and opening URLs from a menu item (#10478)Artur2018-03-281-1/+1
|