You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Wt 4 specific:
- Fixed regression introduced by adding msecsToHMS
- Make sure that slots attached during signal emit are not executed immediately
This fixes an issue where signals would loop infinitely, because the
adding of a slot caused the same slot to be added again, etc.
(modelReset() signal when calling e.g. clear() on a WStandardItemModel)
- Merges from master:
- Added a small clarification to WText intro about how invalid XHTML causes WText to switch to PlainText mode
- CORS: only allow for WidgetSet, and allowed origins
Introduced <allowed-origins> configuration option:
- empty for no allowed origins
- * for all
- comma-separated list for exact matching
- Added timeout handling to Postgres connections
- fix dbo potential _unwind_resume problem with non-std::exception
- make jwt resources-serving dependent on servlet version:
v < 3: application server serves wt-resources
v >= 3: servlet serves the wt-resources
- fix ability to deploy same resource on multiple urls
- added auxId() needed for e.g. sharding using Citus
- Issue #5770: always render WAxisSliderWidget after WCartesianChart
- Fix race condition related to detectDisconnect:
Issue reported by Bruce Toll.
We need to make sure to change disconnectCallback_ on the connection's
strand, and we don't need an extra buffer to detect disconnect.
Added test case written by Bruce Toll to check this race condition.
- Handling NaN in maxZoom(), possible if using an empty series
- Implement missing modelReset() in proxy models
Issue raised by PR #118 on GitHub.
0 commit comments