aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Migrate LoadTestingWithGatlingErik Lumme2017-09-122-0/+268
| |
| * Add missing file changesErik Lumme2017-09-121-128/+144
| |
| * Migrate UsingVaadinCDIWithJAASAuthenticationErik Lumme2017-09-122-0/+360
| |
| * Add CDI Injection link from master docErik Lumme2017-09-121-0/+6
| |
| * Migrate CreatingSecureVaadinApplicationsUsingJEE6Erik Lumme2017-09-128-0/+647
| |
| * Migrate IIInjectionAndScopesErik Lumme2017-09-125-0/+254
| |
| * Migrate VaadinCDIErik Lumme2017-09-122-0/+63
| |
| * Add formatting for propertiesErik Lumme2017-09-121-3/+3
| |
| * Migrate VaadinSpringTipsErik Lumme2017-09-122-0/+21
| |
| * Migrate UsingBeanValidationToValidateInputErik Lumme2017-09-122-0/+54
| |
| * Migrate Vaadin7SpringSecurityBaseAuthenticationErik Lumme2017-09-122-0/+66
| |
| * Migrate IBGettingStartedWithVaadinSpringWithoutSPringBootErik Lumme2017-09-123-0/+227
| |
| * Migrate UsingRPCFromJavaScriptErik Lumme2017-09-122-0/+109
| |
| * Migrate ExposingServerSideAPIToJavaScriptErik Lumme2017-09-122-0/+135
| |
| * Migrate UsingAJavaSscriptLibraryOrAStyleSheetInAnAddOnErik Lumme2017-09-122-0/+47
| |
| * Remove link to non-migrated articleErik Lumme2017-09-121-2/+1
| |
| * Migrate CreatingAUIExtensionErik Lumme2017-09-122-0/+173
| |
| * Fix file linkErik Lumme2017-09-121-1/+1
| |
| * Migrate IntegratingAJavaScriptLibraryAsAnExtensionErik Lumme2017-09-122-0/+81
| |
| * Change code annotation to JavaScriptErik Lumme2017-09-121-2/+2
| |
| * Migrate IntegratingAJavaScriptComponentErik Lumme2017-09-122-0/+102
| |
| * Migrate VaadinOnGrailsMultipleUIsErik Lumme2017-09-122-0/+53
| |
| * Remove unneccessary filesErik Lumme2017-09-121-0/+0
| |
| * Migrate VaadinOnGrailsDatabaseAccessErik Lumme2017-09-122-0/+154
| |
| * Migrate VaadinOnGrailsCreateProjectInIntellijIDEAErik Lumme2017-09-122-0/+109
| |
| * Fix link typo and remove dead linkErik Lumme2017-09-121-4/+1
| |
| * Fix image filename typoErik Lumme2017-09-122-1/+1
| |
| * Migrate IntegrationExperiencesErik Lumme2017-09-115-0/+418
| |
| * Fix typo in the correct placeErik Lumme2017-09-111-1/+1
| |
| * Fix attachment typoErik Lumme2017-09-111-1/+1
| |
| * Migrate IntegratingAnExistingGWTWidgetErik Lumme2017-09-113-0/+180
| |
| * Migrate CreatingASimpleComponentErik Lumme2017-09-112-0/+134
| |
| * Migrate ChooseInputFieldComponentsWiselyErik Lumme2017-09-118-0/+93
| |
| * Migrate UsingServerInitiatedEventsErik Lumme2017-09-112-0/+131
| |
| * Migrate OptimizingTheWidgetSetErik Lumme2017-09-112-0/+188
| |
| * Migrate documentation files and change typoErik Lumme2017-09-115-6/+207
| |
* | Add aria-sort to Grid (#10007)Knoobie2017-09-182-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 Ashour2017-09-1418-22/+4
| |
* | Fix javadoc typos (#9998)Ahmed Ashour2017-09-143-4/+4
| |
* | Add DOCTYPE for GWT module filesAhmed Ashour2017-09-148-4/+12
| |
* | Upgrade maven-dependency and -source pluginsAhmed Ashour2017-09-144-5/+2
| |
* | Fix bnd warningsAhmed Ashour2017-09-144-5/+7
| |
* | Simplify conditional logic.Ahmed Ashour2017-09-149-104/+41
| |
* | Unify exec-maven-plugin to 1.6.0Ahmed Ashour2017-09-136-111/+2
| |
* | Javadoc fixesAhmed Ashour2017-09-139-19/+17
| |
* | Simplify boolean expressionsAhmed Ashour2017-09-138-15/+15
| |
* | Fix varargs warningsAhmed Ashour2017-09-1318-32/+27
| |
* | Fix generics type in test (#9977)Ahmed Ashour2017-09-131-1/+1
| | | | | | This fixes a compilation error with Eclipse Oxygen.
* | Fix javadoc for CustomizedSystemMessages (#9970)Michael Benz2017-09-121-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 Moonen2017-09-111-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 "/".