|
42c4a39510
|
Allow input type to be specified in ui_opt_textbox
|
2024-10-21 16:35:48 -07:00 |
|
|
7225ccab73
|
[FIX] Add missing title parameter to ui_print_header documentation
|
2024-07-30 01:02:54 +02:00 |
|
|
a15446d3b1
|
Fix to simplify the code and use no globals [build]
|
2024-07-19 13:40:14 +03:00 |
|
|
e307fb4dcd
|
Fix to drop unnecessary option
|
2024-07-19 12:36:52 +03:00 |
|
|
470bed602b
|
Fix to prevent locking the select widths
2f5ee346b2 (commitcomment-140754610)
|
2024-04-15 15:33:09 +03:00 |
|
|
2f5ee346b2
|
Width needs a 'px' suffix
|
2024-03-23 11:42:59 -07:00 |
|
|
3cc8e71035
|
Fix to support new lines
|
2024-01-06 19:02:18 +02:00 |
|
|
8edffc8f30
|
Add new ui_radio_row API
|
2024-01-06 16:50:40 +02:00 |
|
|
2cbdf62b1b
|
Merge branch 'master' of github.com:webmin/webmin
|
2023-12-23 16:04:14 -08:00 |
|
|
e89220e846
|
Don't include newline in text string
|
2023-12-23 16:04:08 -08:00 |
|
|
1df9920aa9
|
Fix to further simplify the code
d00945bdfc (r135639921)
|
2023-12-23 22:36:40 +02:00 |
|
|
d00945bdfc
|
Fix to use scalar instead
d275ee095b (r135620123)
|
2023-12-23 12:28:47 +02:00 |
|
|
86bab830b3
|
Fix to simplify working code to preserve precision
d275ee095b (r135407587)
|
2023-12-20 15:40:24 +02:00 |
|
|
bed55e7e08
|
Simpler code to support fractional units
|
2023-12-19 18:38:33 -08:00 |
|
|
3ac0a468b1
|
Fix to use localized labels for size
|
2023-12-19 16:53:45 +02:00 |
|
|
8da45b832a
|
Fix to remove trailing zeros in decimal part
|
2023-12-19 16:29:48 +02:00 |
|
|
d275ee095b
|
Fix to accomplish not loosing precision when showing higher values
bf97df4522
|
2023-12-19 16:03:48 +02:00 |
|
|
bf97df4522
|
Don't lose precious when showing higher units https://github.com/virtualmin/virtualmin-gpl/issues/719
|
2023-12-18 22:56:19 -08:00 |
|
|
d7de842f45
|
Fix to change version in caller
|
2023-10-10 23:36:52 +03:00 |
|
|
5114308d0d
|
Fix to never double escape HTML in display
|
2023-10-04 00:51:49 +03:00 |
|
|
9d360f1c24
|
Fix not to enable on error_stack option
|
2023-10-01 21:34:50 +03:00 |
|
|
3a099fabec
|
Fix to consider stand alone option as well
|
2023-09-29 15:32:07 +03:00 |
|
|
9a1e869a82
|
Fix to only enable theme switcher in debug mode
|
2023-09-29 12:56:23 +03:00 |
|
|
cbdc843500
|
Add theme switcher using hotkeys
|
2023-09-29 03:24:14 +03:00 |
|
|
b339c76fc7
|
Fix to always escape & by default
|
2023-09-25 19:19:52 +03:00 |
|
|
f0f8dc2850
|
Fix to correctly escape content in editor mode
https://forum.virtualmin.com/t/webmins-file-managers-editor-converting-html-special-characters-making-the-next-save-detrimental/122606/18?u=ilia
605a32f87d
|
2023-09-16 16:57:08 +03:00 |
|
|
8ae4364ee1
|
Fix let caller do filtering
|
2023-08-02 23:42:17 +03:00 |
|
|
054f0a254e
|
Fix to do a bit more filtering to prevent root user XSS itself
|
2023-08-02 23:31:59 +03:00 |
|
|
bedb091e56
|
Add ui_element_inline API and use it on the button in **Net** module
|
2023-07-15 14:51:54 +03:00 |
|
|
cc05c62609
|
Fix sub name and add missing class name
|
2023-07-10 05:48:24 +03:00 |
|
|
643ace4777
|
Add new API: ui_space , ui_newline , ui_text
Nothing can be thrown to the browser without being used with UI lib!
|
2023-07-09 23:07:59 +03:00 |
|
|
754f1efc66
|
Revert "Fix missing HTML escapes for select option"
This reverts commit 04d75bc526 .
|
2023-05-31 20:42:25 +03:00 |
|
|
04d75bc526
|
Fix missing HTML escapes for select option
|
2023-05-15 18:47:33 +03:00 |
|
|
baf8a643bb
|
Fix to always use get method with paginations to avoid bugs
|
2023-05-13 16:46:55 +03:00 |
|
|
1236027445
|
Fix to use get by default as it's better for returns
|
2023-05-13 16:21:11 +03:00 |
|
|
a27ae8b7be
|
Add support to pass elements to the parent form
|
2023-05-13 16:02:45 +03:00 |
|
|
d572edb7ed
|
Fix form targets submission ; fix elements duplication bug
|
2023-05-13 15:33:28 +03:00 |
|
|
d4dcf6314c
|
Add sanity check for minimum items per page
|
2023-05-13 13:38:15 +03:00 |
|
|
996227d197
|
Fix to refactor input and output data structures
|
2023-05-13 13:16:38 +03:00 |
|
|
3ec090f222
|
Fix default offsets
|
2023-05-13 12:24:59 +03:00 |
|
|
7e417a84e8
|
Update description
|
2023-05-13 12:17:04 +03:00 |
|
|
8f46fbf836
|
Fix right arrow to be consistent with left
|
2023-05-12 22:28:33 +03:00 |
|
|
1e97b55c9d
|
Add ability for listing paginated pages using "Alt + left/right" hotkeys
|
2023-05-12 15:13:28 +03:00 |
|
|
7188b3581a
|
Add new ui_paginations API
|
2023-05-12 13:44:19 +03:00 |
|
|
e63defe0d3
|
Fix to take away a new ui_paginations sub to discuss on the PR instead
|
2023-05-12 13:42:13 +03:00 |
|
|
cfa2e38162
|
Fix to drop no longer need code to inject client height into forms
|
2023-05-12 11:47:06 +03:00 |
|
|
d915a3aacd
|
Fix to use right header name
|
2023-05-11 21:39:52 +03:00 |
|
|
cc24384fea
|
Fix clear search button to look inbuilt into search field
|
2023-05-11 13:20:06 +03:00 |
|
|
7e8788cec3
|
Fix to support multiple instances of ui_paginations on a single page
|
2023-05-10 16:41:10 +03:00 |
|
|
5f46f05ba4
|
Add support for searching paginated with hashes too
|
2023-05-10 11:46:52 +03:00 |
|