Commit 08b73ba
committed
Several changes:
- Use public deployment path for default Path of cookie, use
that for multisession cookie. Should fix issue #5560.
- resolveRelativeUrl: properly append url to public deployment path,
fixes issue where URL substitutions in WTemplate would turn a link like
<a href="#/contact"> into a link to "/ontact"
- Renamed test target to test.wt, fixes issue #5534
- Load stylesheets after all widgets have loaded when using progressive
bootstrap, fixes glitch in widget gallery where WMediaPlayer was not
shown correctly when switching to the Media tab.
- Added stripes for bootstrap theme, fixes alternating row colors not
working for WTreeView when using WBootstrapTheme
- Fix stateless slot issue on load with high latency, may fix #5555
- issue #5535: added docs for WApplication:customJQuery
- Removed default arg in setThemeStyleEnabled
- Add SMTP properties with documentation to auth example
- Mention tutorial, not blog in README of auth example
- Stop finding a parent at reparenting border, fixes issue #55541 parent 21f3b28 commit 08b73ba
File tree
59 files changed
+320
-115
lines changed- examples
- feature
- auth1
- auth2
- resources/themes/bootstrap/stripes
- src
- Wt
- Chart
- js
- web
- skeleton
- test
- dbo
- private
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
59 files changed
+320
-115
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
4 | 12 | | |
5 | 13 | | |
6 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
4 | 12 | | |
5 | 13 | | |
6 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments