Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to use PushState instead of URI fragments in Navigator (#10042) | Teemu Suo-Anttila | 2017-09-27 | 4 | -43/+105 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Navigator now by default uses pushState and normal URLs * added documentation for pushState and updated Navigator documentation * improving docs etc, adding one TODO to be solved before merging * pushState/replaceState no work better with changing titles * Making uri fragment navigator work when not using specially mapped UI * Revert to older default, add annotation for selecting * Fix tests, add null checks * Reorder if-clause, fix tests * Revert unnecessary test change * Use correct variable in UI, fix test clean up * Updates to JavaDocs, fix some methods and tests * Add comments, fix test ui, TODO for fallbacks * Navigation documentation, JavaDocs, removed TODOs * Documentation fixes * Improve JavaDocs * Fix link name in documentation * Improve throws declaration in getLocation * Change documentation about the PushState based navigation * Add since tags * Add since tags for UI | ||||
* | Rewrite unclear part in GridLayout documentation | Henri Sara | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | Replace CRLF with LF (#10062) | Henri Sara | 2017-09-22 | 22 | -26565/+26565 |
| | | | | | | | After this change, .gitattributes will take care of keeping native line endings. * Replace CRLF with LF in non-Java files | ||||
* | Fix article links in articles/contents.asciidoc (#10048) | Kari Söderholm | 2017-09-21 | 1 | -84/+84 |
| | | | With this fix the links will work properly in vaadin.com | ||||
* | Fix typo in anchor in SettingAndReadingCookies.asciidoc (#10047) | Kari Söderholm | 2017-09-21 | 1 | -1/+1 |
| | |||||
* | Add headers to community articles (#10028) | Henri Muurimaa | 2017-09-20 | 84 | -5/+511 |
| | |||||
* | Remove drag and drop from Tree doc (#9992) | Olli Tietäväinen | 2017-09-19 | 1 | -1/+0 |
| | | | Tree does not support drag and drop right now (see #9804). | ||||
* | Remove migration error message | Erik Lumme | 2017-09-18 | 1 | -2/+0 |
| | |||||
* | Fix typ and add attachment link | Erik Lumme | 2017-09-15 | 1 | -2/+2 |
| | |||||
* | Migrate AddingASplashScreen and CreatingMultiTabApplications | Erik Lumme | 2017-09-13 | 3 | -0/+84 |
| | |||||
* | Migrate ConfigureInputFieldsToGuideDataEntry | Erik Lumme | 2017-09-13 | 7 | -0/+120 |
| | |||||
* | Migrate BroadcastingMessagesToOtherUsers | Erik Lumme | 2017-09-13 | 2 | -0/+130 |
| | |||||
* | Migrate CreatingABookmarkableApplicationWithBackButtonSupport | Erik Lumme | 2017-09-13 | 2 | -0/+141 |
| | |||||
* | Migrate ViewChangeConfirmations | Erik Lumme | 2017-09-13 | 2 | -0/+221 |
| | |||||
* | Migrate OpeningAUIInAPopupWindow | Erik Lumme | 2017-09-13 | 2 | -0/+55 |
| | |||||
* | Migrate ComponentAddonProjectSetupHowto | Erik Lumme | 2017-09-13 | 2 | -0/+175 |
| | |||||
* | Migrate GettingStartedOnNetBeans | Erik Lumme | 2017-09-13 | 4 | -0/+163 |
| | |||||
* | Migrate DynamicallyUpdatingStateBeforeSendingChangesToClient | Erik Lumme | 2017-09-13 | 2 | -0/+86 |
| | |||||
* | Migrate UsingDeclarativeServices | Erik Lumme | 2017-09-13 | 2 | -0/+255 |
| | |||||
* | Migrate CreatingAComponentExtension | Erik Lumme | 2017-09-13 | 2 | -0/+93 |
| | |||||
* | Migrate UsingRPCToSendEventsToTheClient | Erik Lumme | 2017-09-13 | 2 | -0/+148 |
| | |||||
* | Migrate CreatingASimpleComponentContainer | Erik Lumme | 2017-09-13 | 2 | -0/+242 |
| | |||||
* | Migrate CreatingANEclipseProject | Erik Lumme | 2017-09-13 | 5 | -0/+99 |
| | |||||
* | Migrate CreatingAServlet3.0Application | Erik Lumme | 2017-09-13 | 2 | -0/+63 |
| | |||||
* | Migrate LabelButtonsExpressively | Erik Lumme | 2017-09-13 | 5 | -0/+52 |
| | |||||
* | Migrate VisuallyDistinguishPrimaryActions | Erik Lumme | 2017-09-13 | 6 | -0/+97 |
| | |||||
* | Migrate WidgetStylingUsingOnlyCSS | Erik Lumme | 2017-09-13 | 2 | -0/+173 |
| | |||||
* | Fix indentation | Erik Lumme | 2017-09-13 | 1 | -18/+18 |
| | |||||
* | Migrate CustomizingComponentThemeWithSass | Erik Lumme | 2017-09-13 | 2 | -0/+189 |
| | |||||
* | Migrate RightAlignComparableNumericalFields | Erik Lumme | 2017-09-13 | 4 | -0/+53 |
| | |||||
* | Migrate PackagingSCSSorCSSinAnAddOn | Erik Lumme | 2017-09-13 | 2 | -0/+160 |
| | |||||
* | Migrate MarkRequiredFieldsAsSuch | Erik Lumme | 2017-09-13 | 4 | -0/+41 |
| | |||||
* | Migrate ChangingThemeOnTheFly | Erik Lumme | 2017-09-13 | 2 | -0/+36 |
| | |||||
* | Migrate EnableAndDisableButtonsToIndicateState | Erik Lumme | 2017-09-13 | 6 | -0/+184 |
| | |||||
* | Migrate UseTooltipsToClarifyFunctions | Erik Lumme | 2017-09-13 | 3 | -0/+33 |
| | |||||
* | Migrate ValoThemeGettingStarted | Erik Lumme | 2017-09-13 | 2 | -0/+183 |
| | |||||
* | Migrate CreatingAThemeUsingSass | Erik Lumme | 2017-09-13 | 2 | -0/+196 |
| | |||||
* | Migrate ReadOnlyVsDisabledFields | Erik Lumme | 2017-09-13 | 8 | -0/+135 |
| | |||||
* | Migrate ValoExamples | Erik Lumme | 2017-09-13 | 2 | -0/+238 |
| | |||||
* | Migrate DynamicallyInjectingCSS | Erik Lumme | 2017-09-13 | 3 | -0/+308 |
| | |||||
* | Migrate UsingFontIcons | Erik Lumme | 2017-09-12 | 2 | -0/+189 |
| | |||||
* | Fix formatting error | Erik Lumme | 2017-09-12 | 1 | -1/+1 |
| | |||||
* | Add missing changes | Erik Lumme | 2017-09-12 | 1 | -21/+21 |
| | |||||
* | Migrate VaadinScalabilityTestingWIthAmazonWebServices | Erik Lumme | 2017-09-12 | 2 | -0/+210 |
| | |||||
* | Replace wiki links with vaadin.github.io/spring-tutorial | Erik Lumme | 2017-09-12 | 1 | -6/+3 |
| | |||||
* | Migrate LoadTestingWithGatling | Erik Lumme | 2017-09-12 | 2 | -0/+268 |
| | |||||
* | Add missing file changes | Erik Lumme | 2017-09-12 | 1 | -128/+144 |
| | |||||
* | Migrate UsingVaadinCDIWithJAASAuthentication | Erik Lumme | 2017-09-12 | 2 | -0/+360 |
| | |||||
* | Add CDI Injection link from master doc | Erik Lumme | 2017-09-12 | 1 | -0/+6 |
| | |||||
* | Migrate CreatingSecureVaadinApplicationsUsingJEE6 | Erik Lumme | 2017-09-12 | 8 | -0/+647 |
| |