| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
| |
Fixes #9471
|
|
|
|
|
| |
When finished with upload, streamVariable should be disposed.
Now StreamVariable is removed also from streamVariableToSeckey.
https://github.com/vaadin/framework/issues/10695 #10695
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add fallback resolvers for CurrentInstance
This allow applications to inject custom default instances when the
current instances cannot be found by regular means.
For example, when VaadinServlet.getCurrent() would return null, a
fallback resolver could be invoked to properly create the servlet and
return it.
* Make the setting of CurrentInstanceFallbackResolvers protected
* Remove the default constructor. Improve test.
* Made setFallbackResolver public again
* Rename the method to defineFallbackResolver, and make it throw when a
type is used twice
* Make the method thread-safe
* Make the method thread-safe in a Java 6 way
* Thread safety with ConcurrentHashMap API instead of just Map
* Improve test with fake classes.
* Clear the test state after it has been run.
|
|
|
|
|
|
|
|
| |
* Open methods to allow custom static file serving logic
The methods serveStaticResources and serveStaticResourcesInVAADIN have
been changed from private to protected to allow subclasses to change how
static files are served.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
* Prevent killing UI if heartbeats are pending (#10371)
Fixes #9663
* fixed Java 1.8 syntax -> 1.6
|
| |
|
|
|
|
|
|
| |
* added missing javadocs and since tags
* fix formatting of javadocs
|
|
|
|
| |
UIDL might contain sensitive information that we should prevent from
being stored anywhere.
|
| |
|
|
|
| |
Ignore null intermediate properties in setValue().
|
|
|
|
|
| |
Add additional class names and style to components and error indicators to distinguish different error levels.
Vaadin 7 solution for #3139
|
|
|
|
|
|
| |
By using a separate id we can avoid sending the sessions
CSRF token as a GET parameter when initializing a push connection.
Cherry-picked from #8700 to the 7.7 branch.
|
|
|
|
|
|
|
|
| |
There's an intermittently happening issue with both Table and TreeTable, which results in row data disappearing.
This change removes a method which is probably a vestigial one from over five years ago and other changes are handling the things the method used to perform. Currently the method removes rows deemed unnecessary from the row buffer. The problem is, those rows are visible to the user and removing causes row contents to be lost.
Also included are manually runnable test cases which demonstrate that this removal actually prevents the issue from happening.
Fixes #7964
Fixes #5030
|
|
|
|
|
| |
Fixes #7261
Fixes #5178
Fixes #4409
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#9730)
As there is no "request end" call after invoking UI.access() from a background thread,
the connector map was not earlier properly cleaned afterwards. If you toggled visibility of a
component from the background thread, the tracker state became inconsistent.
If this becomes a performance problem, it could probably be optimized to that cleanup
is done in request end and only at the end of access if not inside a request.
Backported from master
Fixes #9693
|
|
|
|
|
| |
Unregister old NavigationStateManager before setting new one (backport of #9410).
Fixes #9406
|
|
|
|
|
| |
Remove unnecessary warning on server log when using shortcut on disabled connector.
Fixes #6951
|
|
|
|
|
| |
Immediately clean connectors which the client side does not know about
Fixes #9303
|
|
|
| |
Fixes #9009
|
|
|
| |
Fixes #8775
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Correctly detach header/footer components when column is removed
Fixes #8638
* Merge branch '7.7' into _detach-header-components-on-remove-column
* Merge branch '7.7' into _detach-header-components-on-remove-column
* Merge branch '7.7' into _detach-header-components-on-remove-column
|
|
|
| |
Fixes #8629
|
|
|
| |
This change aims to reduce the number of false positives when comparing Vaadin 7 compatibility package in Vaadin 8 and actual Vaadin 7.7 branch. Conflicting parts are moved to imports as much as possible. Files have been formatted with same Eclipse version.
|
|
|
|
| |
* Add missing since tags for 7.7.7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Call "destroy" instead of "destory" in JavaScriptRenders
For backwards compatibility, calls "destory" if no "destroy" exists
Fixes #8162
* Merge branch '7.7' into _js-renderer-destory
* Merge branch '7.7' into _js-renderer-destory
* Merge branch '7.7' into _js-renderer-destory
* Merge branch '7.7' into _js-renderer-destory
* Merge branch '7.7' into _js-renderer-destory
|
|
|
|
|
|
| |
* Add method for refreshing all Grid rows
Fixes #8350
|
|
|
| |
Fixes #7880
|
|
|
|
|
|
|
| |
* Improve Grid extendability (#8342).
Find GridState field type using getField() instead of getDeclaredField() so that the field could be found in superclass as well.
Change-Id: I33996f45e848575d11bb206c6a1d30d19e514968
|
|
|
|
|
|
| |
* Remove invalid trailing comma from Thai date format
Fixes #8303
|
|
|
| |
Fixes #8206
|
|
|
|
|
|
| |
* Properly report invalid arguments to StaticRow.join()
Closes #8234
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove tracking of unregistered connectors
* Merge branch '7.7' into 8111-remove-unregistered-connector-tracking
* Merge branch '7.7' into 8111-remove-unregistered-connector-tracking
* Add tests that verify markAsDirty is called on old parent
* Merge branch '7.7' into 8111-remove-unregistered-connector-tracking
|
|
|
| |
Fixes #8140
|
|
|
| |
Fixes #4995
|
|
|
|
|
| |
There is no sensible way to use a custom version of APC, so protected
access does not help in any way to access the underlying resource and/or
connected UI.
|
| |
|
|
|
|
|
|
| |
When storing a bean to the database, you typically get a new and updated
bean instance back. By allowing to change the bean instance, we make it
possible to just update the single BeanItem instance which can be used
in many places.
|
| |
|
|
|
|
|
|
|
|
|
| |
gridlayout (#103) (#7952)
Backported to 7.7 from master (8).
Fixes vaadin/framework8-issues#465
Change-Id: I9734341b747b8d16020443c71d72fcfd7e331af7
|
|
|
|
| |
Change-Id: I73201908b537ca0a65106e03c9bad913b59fae9f
|
|
|
|
|
|
|
|
| |
Moves FocusDelegate to AbstractFieldState.
This change is done to revert backwards compatibiity breaking API
change in 7.7.4 when CustomFieldState was introduced.
Change-Id: I76212a8700463140520d5482b740fe0edbfb082c
|
|
|
|
| |
Change-Id: I47427efc28c350382dba8c1f50fd332a3f4585e4
|
|
|
|
| |
Change-Id: Iff53a803596f4fc1eae8e4bfa307b9c1f4df961a
|