]>
source.dussan.org Git - vaadin-framework.git/log
Piotr Wilkin [Tue, 19 Sep 2017 07:44:16 +0000 (09:44 +0200)]
Fix removeBinding logic (#10002)
Fixes and improves on PR #9932.
Ahmed Ashour [Tue, 19 Sep 2017 07:41:48 +0000 (09:41 +0200)]
Replace iterators with enhanced for loops (#10018)
This change also includes some other minor cleanup.
Henri Sara [Tue, 19 Sep 2017 06:50:42 +0000 (09:50 +0300)]
Migrate wiki articles to Vaadin documentation (#9959)
Erik Lumme [Mon, 18 Sep 2017 07:51:59 +0000 (10:51 +0300)]
Remove migration error message
Knoobie [Mon, 18 Sep 2017 07:47:46 +0000 (09:47 +0200)]
Add aria-sort to Grid (#10007)
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
Erik Lumme [Fri, 15 Sep 2017 12:03:26 +0000 (15:03 +0300)]
Fix typ and add attachment link
Ahmed Ashour [Thu, 14 Sep 2017 10:28:32 +0000 (12:28 +0200)]
Remove redundant versions in POMs (#9990)
Ahmed Ashour [Thu, 14 Sep 2017 10:15:13 +0000 (12:15 +0200)]
Fix javadoc typos (#9998)
Ahmed Ashour [Thu, 14 Sep 2017 07:48:31 +0000 (09:48 +0200)]
Add DOCTYPE for GWT module files
Ahmed Ashour [Thu, 14 Sep 2017 06:39:20 +0000 (08:39 +0200)]
Upgrade maven-dependency and -source plugins
Ahmed Ashour [Thu, 14 Sep 2017 06:20:10 +0000 (08:20 +0200)]
Fix bnd warnings
Ahmed Ashour [Wed, 13 Sep 2017 13:18:53 +0000 (15:18 +0200)]
Simplify conditional logic.
Ahmed Ashour [Wed, 13 Sep 2017 12:18:56 +0000 (14:18 +0200)]
Unify exec-maven-plugin to 1.6.0
Ahmed Ashour [Wed, 13 Sep 2017 11:33:11 +0000 (13:33 +0200)]
Javadoc fixes
Erik Lumme [Wed, 13 Sep 2017 12:07:25 +0000 (15:07 +0300)]
Migrate AddingASplashScreen and CreatingMultiTabApplications
Erik Lumme [Wed, 13 Sep 2017 11:59:17 +0000 (14:59 +0300)]
Migrate ConfigureInputFieldsToGuideDataEntry
Erik Lumme [Wed, 13 Sep 2017 11:51:59 +0000 (14:51 +0300)]
Migrate BroadcastingMessagesToOtherUsers
Erik Lumme [Wed, 13 Sep 2017 11:42:03 +0000 (14:42 +0300)]
Migrate CreatingABookmarkableApplicationWithBackButtonSupport
Ahmed Ashour [Wed, 13 Sep 2017 10:35:24 +0000 (12:35 +0200)]
Simplify boolean expressions
Erik Lumme [Wed, 13 Sep 2017 11:20:22 +0000 (14:20 +0300)]
Migrate ViewChangeConfirmations
Erik Lumme [Wed, 13 Sep 2017 11:14:16 +0000 (14:14 +0300)]
Migrate OpeningAUIInAPopupWindow
Erik Lumme [Wed, 13 Sep 2017 11:10:42 +0000 (14:10 +0300)]
Migrate ComponentAddonProjectSetupHowto
Ahmed Ashour [Wed, 13 Sep 2017 10:06:36 +0000 (12:06 +0200)]
Fix varargs warnings
Erik Lumme [Wed, 13 Sep 2017 10:36:28 +0000 (13:36 +0300)]
Migrate GettingStartedOnNetBeans
Erik Lumme [Wed, 13 Sep 2017 10:18:56 +0000 (13:18 +0300)]
Migrate DynamicallyUpdatingStateBeforeSendingChangesToClient
Erik Lumme [Wed, 13 Sep 2017 10:06:54 +0000 (13:06 +0300)]
Migrate UsingDeclarativeServices
Erik Lumme [Wed, 13 Sep 2017 09:54:25 +0000 (12:54 +0300)]
Migrate CreatingAComponentExtension
Erik Lumme [Wed, 13 Sep 2017 09:46:44 +0000 (12:46 +0300)]
Migrate UsingRPCToSendEventsToTheClient
Erik Lumme [Wed, 13 Sep 2017 09:39:49 +0000 (12:39 +0300)]
Migrate CreatingASimpleComponentContainer
Erik Lumme [Wed, 13 Sep 2017 09:29:17 +0000 (12:29 +0300)]
Migrate CreatingANEclipseProject
Erik Lumme [Wed, 13 Sep 2017 09:20:16 +0000 (12:20 +0300)]
Migrate CreatingAServlet3.0Application
Erik Lumme [Wed, 13 Sep 2017 09:16:01 +0000 (12:16 +0300)]
Migrate LabelButtonsExpressively
Erik Lumme [Wed, 13 Sep 2017 09:11:09 +0000 (12:11 +0300)]
Migrate VisuallyDistinguishPrimaryActions
Ahmed Ashour [Wed, 13 Sep 2017 08:28:19 +0000 (10:28 +0200)]
Fix generics type in test (#9977)
This fixes a compilation error with Eclipse Oxygen.
Erik Lumme [Wed, 13 Sep 2017 08:27:27 +0000 (11:27 +0300)]
Migrate WidgetStylingUsingOnlyCSS
Erik Lumme [Wed, 13 Sep 2017 08:13:50 +0000 (11:13 +0300)]
Fix indentation
Erik Lumme [Wed, 13 Sep 2017 08:11:24 +0000 (11:11 +0300)]
Migrate CustomizingComponentThemeWithSass
Erik Lumme [Wed, 13 Sep 2017 08:05:18 +0000 (11:05 +0300)]
Migrate RightAlignComparableNumericalFields
Erik Lumme [Wed, 13 Sep 2017 08:01:26 +0000 (11:01 +0300)]
Migrate PackagingSCSSorCSSinAnAddOn
Erik Lumme [Wed, 13 Sep 2017 07:51:21 +0000 (10:51 +0300)]
Migrate MarkRequiredFieldsAsSuch
Erik Lumme [Wed, 13 Sep 2017 07:48:29 +0000 (10:48 +0300)]
Migrate ChangingThemeOnTheFly
Erik Lumme [Wed, 13 Sep 2017 07:45:39 +0000 (10:45 +0300)]
Migrate EnableAndDisableButtonsToIndicateState
Erik Lumme [Wed, 13 Sep 2017 07:27:22 +0000 (10:27 +0300)]
Migrate UseTooltipsToClarifyFunctions
Erik Lumme [Wed, 13 Sep 2017 07:23:25 +0000 (10:23 +0300)]
Migrate ValoThemeGettingStarted
Erik Lumme [Wed, 13 Sep 2017 07:18:04 +0000 (10:18 +0300)]
Migrate CreatingAThemeUsingSass
Erik Lumme [Wed, 13 Sep 2017 07:01:51 +0000 (10:01 +0300)]
Migrate ReadOnlyVsDisabledFields
Erik Lumme [Wed, 13 Sep 2017 06:47:26 +0000 (09:47 +0300)]
Migrate ValoExamples
Erik Lumme [Wed, 13 Sep 2017 06:43:00 +0000 (09:43 +0300)]
Migrate DynamicallyInjectingCSS
Erik Lumme [Tue, 12 Sep 2017 13:37:44 +0000 (16:37 +0300)]
Migrate UsingFontIcons
Erik Lumme [Tue, 12 Sep 2017 13:22:51 +0000 (16:22 +0300)]
Fix formatting error
Erik Lumme [Tue, 12 Sep 2017 13:20:57 +0000 (16:20 +0300)]
Add missing changes
Erik Lumme [Tue, 12 Sep 2017 13:20:17 +0000 (16:20 +0300)]
Migrate VaadinScalabilityTestingWIthAmazonWebServices
Erik Lumme [Tue, 12 Sep 2017 12:42:40 +0000 (15:42 +0300)]
Replace wiki links with vaadin.github.io/spring-tutorial
Erik Lumme [Tue, 12 Sep 2017 12:36:15 +0000 (15:36 +0300)]
Migrate LoadTestingWithGatling
Erik Lumme [Tue, 12 Sep 2017 11:57:23 +0000 (14:57 +0300)]
Add missing file changes
Erik Lumme [Tue, 12 Sep 2017 11:56:53 +0000 (14:56 +0300)]
Migrate UsingVaadinCDIWithJAASAuthentication
Erik Lumme [Tue, 12 Sep 2017 11:29:16 +0000 (14:29 +0300)]
Add CDI Injection link from master doc
Erik Lumme [Tue, 12 Sep 2017 10:57:37 +0000 (13:57 +0300)]
Migrate CreatingSecureVaadinApplicationsUsingJEE6
Erik Lumme [Tue, 12 Sep 2017 10:31:26 +0000 (13:31 +0300)]
Migrate IIInjectionAndScopes
Michael Benz [Tue, 12 Sep 2017 10:29:12 +0000 (12:29 +0200)]
Fix javadoc for CustomizedSystemMessages (#9970)
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
Erik Lumme [Tue, 12 Sep 2017 10:23:00 +0000 (13:23 +0300)]
Migrate VaadinCDI
Erik Lumme [Tue, 12 Sep 2017 10:15:56 +0000 (13:15 +0300)]
Add formatting for properties
Erik Lumme [Tue, 12 Sep 2017 10:14:23 +0000 (13:14 +0300)]
Migrate VaadinSpringTips
Erik Lumme [Tue, 12 Sep 2017 10:11:36 +0000 (13:11 +0300)]
Migrate UsingBeanValidationToValidateInput
Erik Lumme [Tue, 12 Sep 2017 10:06:05 +0000 (13:06 +0300)]
Migrate Vaadin7SpringSecurityBaseAuthentication
Erik Lumme [Tue, 12 Sep 2017 09:59:47 +0000 (12:59 +0300)]
Migrate IBGettingStartedWithVaadinSpringWithoutSPringBoot
Erik Lumme [Tue, 12 Sep 2017 09:04:00 +0000 (12:04 +0300)]
Migrate UsingRPCFromJavaScript
Erik Lumme [Tue, 12 Sep 2017 08:52:14 +0000 (11:52 +0300)]
Migrate ExposingServerSideAPIToJavaScript
Erik Lumme [Tue, 12 Sep 2017 08:43:05 +0000 (11:43 +0300)]
Migrate UsingAJavaSscriptLibraryOrAStyleSheetInAnAddOn
Erik Lumme [Tue, 12 Sep 2017 08:34:45 +0000 (11:34 +0300)]
Remove link to non-migrated article
Erik Lumme [Tue, 12 Sep 2017 08:30:37 +0000 (11:30 +0300)]
Migrate CreatingAUIExtension
Erik Lumme [Tue, 12 Sep 2017 08:16:19 +0000 (11:16 +0300)]
Fix file link
Erik Lumme [Tue, 12 Sep 2017 08:14:20 +0000 (11:14 +0300)]
Migrate IntegratingAJavaScriptLibraryAsAnExtension
Erik Lumme [Tue, 12 Sep 2017 08:02:55 +0000 (11:02 +0300)]
Change code annotation to JavaScript
Erik Lumme [Tue, 12 Sep 2017 08:01:45 +0000 (11:01 +0300)]
Migrate IntegratingAJavaScriptComponent
Erik Lumme [Tue, 12 Sep 2017 07:48:59 +0000 (10:48 +0300)]
Migrate VaadinOnGrailsMultipleUIs
Erik Lumme [Tue, 12 Sep 2017 07:37:42 +0000 (10:37 +0300)]
Remove unneccessary files
Erik Lumme [Tue, 12 Sep 2017 07:13:42 +0000 (10:13 +0300)]
Migrate VaadinOnGrailsDatabaseAccess
Erik Lumme [Tue, 12 Sep 2017 06:47:41 +0000 (09:47 +0300)]
Migrate VaadinOnGrailsCreateProjectInIntellijIDEA
Erik Lumme [Tue, 12 Sep 2017 06:17:48 +0000 (09:17 +0300)]
Fix link typo and remove dead link
Erik Lumme [Tue, 12 Sep 2017 06:10:26 +0000 (09:10 +0300)]
Fix image filename typo
Erik Lumme [Mon, 11 Sep 2017 13:39:05 +0000 (16:39 +0300)]
Migrate IntegrationExperiences
Erik Lumme [Mon, 11 Sep 2017 13:01:54 +0000 (16:01 +0300)]
Fix typo in the correct place
Erik Lumme [Mon, 11 Sep 2017 13:01:19 +0000 (16:01 +0300)]
Fix attachment typo
Erik Lumme [Mon, 11 Sep 2017 13:00:24 +0000 (16:00 +0300)]
Migrate IntegratingAnExistingGWTWidget
Erik Lumme [Mon, 11 Sep 2017 12:33:21 +0000 (15:33 +0300)]
Migrate CreatingASimpleComponent
Erik Lumme [Mon, 11 Sep 2017 12:22:48 +0000 (15:22 +0300)]
Migrate ChooseInputFieldComponentsWisely
Erik Lumme [Mon, 11 Sep 2017 12:06:32 +0000 (15:06 +0300)]
Migrate UsingServerInitiatedEvents
Erik Lumme [Mon, 11 Sep 2017 11:37:38 +0000 (14:37 +0300)]
Migrate OptimizingTheWidgetSet
Erik Lumme [Mon, 11 Sep 2017 11:02:42 +0000 (14:02 +0300)]
Migrate documentation files and change typo
Dos Moonen [Mon, 11 Sep 2017 10:18:05 +0000 (12:18 +0200)]
Fix incorrect resource name generation (#9957)
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 "/".
Adam Wagner [Mon, 11 Sep 2017 09:02:20 +0000 (12:02 +0300)]
Remove element explicitly when reordering tree grid rows (#9952)
Under certain circumstances IE 11 (11.0.45 / 11.0.9600.18762) produces an exception when collapsing/expanding rows (particularly the first child after the very first element) in a TreeGrid within a Window.
This workaround removes the row explicitly before inserting, instead of letting JS handle it.
Fixes #9850
Henri Muurimaa [Mon, 11 Sep 2017 08:57:15 +0000 (11:57 +0300)]
Migrate wiki articles to Vaadin documentation (#9912)
* Vaadin Tutorial For Swing Developers
* Setting And Reading Session Attributes
* Enabling Server Push
* Cleaning Up Resources In A UI
* Sending Email From Java Applications
* Using Parameters With Views
* Optimizing Sluggish UI
* Configuring Push For Your Enviroment
* Setting And Reading Cookies
* Using Polling
* Creating An Application That Preserves State On Refresh
* Finding The Current UI And Page And Vaadin Session
* Sending Events From The Client To The Server Using RPC
* Handling Logout
* Remember To Set The Locale
* Scalable Web Applications
* MVC Basics In ITMill Toolkit
* Access Control For Views
* Customizing The Startup Page In An Application
Dos Moonen [Fri, 8 Sep 2017 13:05:14 +0000 (15:05 +0200)]
Make Servlet related classes more welcoming to DI (#9658)
VaadinCDIServlet can be made much cleaner when VaadinServletService can be proxied.
This also enables specialization, interceptors and delegators.
Henri Sara [Fri, 8 Sep 2017 12:54:48 +0000 (15:54 +0300)]
Update release publishing scripts (#9947)
* Remove version from URL in publish script. Otherwise, Chrome can cache the failure too aggressively.
* Move mention of creating new milestone to earlier report.
* Add mention of preparing release notes earlier.
Teemu Suo-Anttila [Fri, 8 Sep 2017 09:47:15 +0000 (12:47 +0300)]
Update version to 8.2-SNAPSHOT (#9946)
Teemu Suo-Anttila [Thu, 7 Sep 2017 14:01:15 +0000 (17:01 +0300)]
Add missing source encoding to wiget-set-testutil
Teemu Suo-Anttila [Thu, 7 Sep 2017 13:15:25 +0000 (16:15 +0300)]
Add wait for UI load to test
Teemu Suo-Anttila [Thu, 7 Sep 2017 12:57:55 +0000 (15:57 +0300)]
Fix vaadin-osgi-integration dependency for Karaf test
Jonathan Ilk [Thu, 7 Sep 2017 09:40:41 +0000 (11:40 +0200)]
Changed ContentMode Package in Label doc