Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |
| | | ||||||
| * | Migrate IIInjectionAndScopes | Erik Lumme | 2017-09-12 | 5 | -0/+254 | |
| | | ||||||
| * | Migrate VaadinCDI | Erik Lumme | 2017-09-12 | 2 | -0/+63 | |
| | | ||||||
| * | Add formatting for properties | Erik Lumme | 2017-09-12 | 1 | -3/+3 | |
| | | ||||||
| * | Migrate VaadinSpringTips | Erik Lumme | 2017-09-12 | 2 | -0/+21 | |
| | | ||||||
| * | Migrate UsingBeanValidationToValidateInput | Erik Lumme | 2017-09-12 | 2 | -0/+54 | |
| | | ||||||
| * | Migrate Vaadin7SpringSecurityBaseAuthentication | Erik Lumme | 2017-09-12 | 2 | -0/+66 | |
| | | ||||||
| * | Migrate IBGettingStartedWithVaadinSpringWithoutSPringBoot | Erik Lumme | 2017-09-12 | 3 | -0/+227 | |
| | | ||||||
| * | Migrate UsingRPCFromJavaScript | Erik Lumme | 2017-09-12 | 2 | -0/+109 | |
| | | ||||||
| * | Migrate ExposingServerSideAPIToJavaScript | Erik Lumme | 2017-09-12 | 2 | -0/+135 | |
| | | ||||||
| * | Migrate UsingAJavaSscriptLibraryOrAStyleSheetInAnAddOn | Erik Lumme | 2017-09-12 | 2 | -0/+47 | |
| | | ||||||
| * | Remove link to non-migrated article | Erik Lumme | 2017-09-12 | 1 | -2/+1 | |
| | | ||||||
| * | Migrate CreatingAUIExtension | Erik Lumme | 2017-09-12 | 2 | -0/+173 | |
| | | ||||||
| * | Fix file link | Erik Lumme | 2017-09-12 | 1 | -1/+1 | |
| | | ||||||
| * | Migrate IntegratingAJavaScriptLibraryAsAnExtension | Erik Lumme | 2017-09-12 | 2 | -0/+81 | |
| | | ||||||
| * | Change code annotation to JavaScript | Erik Lumme | 2017-09-12 | 1 | -2/+2 | |
| | | ||||||
| * | Migrate IntegratingAJavaScriptComponent | Erik Lumme | 2017-09-12 | 2 | -0/+102 | |
| | | ||||||
| * | Migrate VaadinOnGrailsMultipleUIs | Erik Lumme | 2017-09-12 | 2 | -0/+53 | |
| | | ||||||
| * | Remove unneccessary files | Erik Lumme | 2017-09-12 | 1 | -0/+0 | |
| | | ||||||
| * | Migrate VaadinOnGrailsDatabaseAccess | Erik Lumme | 2017-09-12 | 2 | -0/+154 | |
| | | ||||||
| * | Migrate VaadinOnGrailsCreateProjectInIntellijIDEA | Erik Lumme | 2017-09-12 | 2 | -0/+109 | |
| | | ||||||
| * | Fix link typo and remove dead link | Erik Lumme | 2017-09-12 | 1 | -4/+1 | |
| | | ||||||
| * | Fix image filename typo | Erik Lumme | 2017-09-12 | 2 | -1/+1 | |
| | | ||||||
| * | Migrate IntegrationExperiences | Erik Lumme | 2017-09-11 | 5 | -0/+418 | |
| | | ||||||
| * | Fix typo in the correct place | Erik Lumme | 2017-09-11 | 1 | -1/+1 | |
| | | ||||||
| * | Fix attachment typo | Erik Lumme | 2017-09-11 | 1 | -1/+1 | |
| | | ||||||
| * | Migrate IntegratingAnExistingGWTWidget | Erik Lumme | 2017-09-11 | 3 | -0/+180 | |
| | | ||||||
| * | Migrate CreatingASimpleComponent | Erik Lumme | 2017-09-11 | 2 | -0/+134 | |
| | | ||||||
| * | Migrate ChooseInputFieldComponentsWisely | Erik Lumme | 2017-09-11 | 8 | -0/+93 | |
| | | ||||||
| * | Migrate UsingServerInitiatedEvents | Erik Lumme | 2017-09-11 | 2 | -0/+131 | |
| | | ||||||
| * | Migrate OptimizingTheWidgetSet | Erik Lumme | 2017-09-11 | 2 | -0/+188 | |
| | | ||||||
| * | Migrate documentation files and change typo | Erik Lumme | 2017-09-11 | 5 | -6/+207 | |
| | | ||||||
* | | Add aria-sort to Grid (#10007) | Knoobie | 2017-09-18 | 2 | -2/+14 | |
| | | | | | | | | | | | | | | | | | | This adds basic support for aria-sort for Grid (https://www.w3.org/TR/wai-aria-1.1/#aria-sort). - aria-sort is not added, if the column is not sortable - aria-sort="none" is added, if the column is sortable but currently not sorted - aria-sort="ascending" is added, if the column is sorted by asc - aria-sort="descending" is added, if the column is sorted by desc - aria-sort="other" is added, if more than 1 column is sorted, currently there is no aria-sort-order | |||||
* | | 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 "/". |