Age | Commit message (Expand) | Author |
2023-09-23 | luci-base: cbi.js cbi_validate_named_section_add() simplify | Sergey Ponomarev |
2022-11-09 | luci-base: cbi.js: await L.ui load before updating tables | Jo-Philipp Wich |
2022-02-24 | luci-base: introduce new LuCI.ui.Table class | Jo-Philipp Wich |
2021-12-09 | luci-base: cbi.js: properly handle non-strings in `%h` and `%q` formats | Jo-Philipp Wich |
2021-11-23 | luci-base: cbi.js: properly handle falsy values in cbi_update_table() | Jo-Philipp Wich |
2021-10-08 | luci-base: cbi.js: use IEC 80000-13 units to format base 2 byte values | Jo-Philipp Wich |
2021-08-11 | Merge pull request #5154 from TDT-AG/pr/20210628-luci-compat | Florian Eckert |
2021-08-11 | luci-base: prevent empty field for adding new entry | Helge Mader |
2021-07-15 | luci-base: fix off-by-one in cbi_update_table() | Jo-Philipp Wich |
2021-07-13 | luci-base: batch DOM updates to prevent slowdown | Olli Asikainen |
2021-07-06 | luci-base: Fix time display error | DeYu Liu |
2020-11-27 | treewide: transition div tables to actual table markup | Jo-Philipp Wich |
2020-02-14 | luci-base: cbi.js: avoid double-initialization of dropdowns | Jo-Philipp Wich |
2020-02-14 | luci-base: cbi.js: handle translation contexts in _() | Jo-Philipp Wich |
2020-01-22 | luci-base: cbi.js: support plural translations and disambiguation contexts | Jo-Philipp Wich |
2020-01-16 | luci-base: cbi.js: collapse whitespace before language string hashing | Jo-Philipp Wich |
2019-09-14 | luci-base: cbi.js: update dependencies after widgets have been rendered | Jo-Philipp Wich |
2019-09-10 | luci-base: use cgi-io and rpcd-mod-file to handle file upload and browsing | Jo-Philipp Wich |
2019-09-10 | luci-base: cbi.js: handle ui elements which return a promise in render() | Jo-Philipp Wich |
2019-09-10 | luci-base: cbi.js: fix unintended number sign overflow in format | Jo-Philipp Wich |
2019-07-07 | luci-base: cbi.js: fix number rounding in string.format() | Jo-Philipp Wich |
2019-07-07 | luci-base: split off CBI validations into separate class | Jo-Philipp Wich |
2019-07-07 | luci-base: cbi.js, ui.js: add custom validation callbacks, new ui widgets | Jo-Philipp Wich |
2019-07-07 | luci-base: move dropdown, combox and dynlist widget code to L.ui | Jo-Philipp Wich |
2019-07-07 | luci-base: cbi.js: support field validation for formless inputs | Jo-Philipp Wich |
2019-07-07 | luci-base: cbi.js: untangle dropdown and dynlists from dependency update | Jo-Philipp Wich |
2019-01-05 | luci-base: Fix addr:port validate always fails | Daniel F. Dickinson |
2018-12-29 | luci-base: rework filebrowser initialization | Jo-Philipp Wich |
2018-12-13 | luci-base: cbi.js: update deps on dynlist changes, honor placeholder | Jo-Philipp Wich |
2018-12-10 | luci-base: rework ui tabbing code | Jo-Philipp Wich |
2018-12-02 | luci-base: fix ReferenceError | Jo-Philipp Wich |
2018-11-22 | luci-base: move DOM manipulation functions to luci.js | Jo-Philipp Wich |
2018-11-22 | luci-base: cbi.js: remove functions moved to luci.js | Jo-Philipp Wich |
2018-11-19 | luci-base: further hash calculation signedness bugfixes | Jo-Philipp Wich |
2018-11-19 | luci-base: cbi.js: fix sfh() signedness bug for strings with 3 trailing bytes | Jo-Philipp Wich |
2018-11-19 | luci-base: cbi.js: fix sfh() hash calculation over multibyte sequences | Jo-Philipp Wich |
2018-11-14 | luci-base: cbi.js: add modal dialog functions | Jo-Philipp Wich |
2018-11-14 | luci-base, themes: dropdown behaviour improvements | Jo-Philipp Wich |
2018-11-14 | luci-base: cbi.js: remove dead code in cbi_validate_field() | Jo-Philipp Wich |
2018-11-14 | luci-base: cbi.js: enable validation for dropdown fields | Jo-Philipp Wich |
2018-11-14 | luci-base: cbi.js: set .value property of cbi dropdown elements | Jo-Philipp Wich |
2018-11-14 | luci-base: cbi.js: properly handle cbi tooltips on nested elements | Jo-Philipp Wich |
2018-11-14 | luci-base: cbi.js: avoid using .form property directly | Jo-Philipp Wich |
2018-11-14 | luci-base: cbi.js: fix passing multiple dropdown values in change event | Jo-Philipp Wich |
2018-11-11 | luci-base: fix translation issues | INAGAKI Hiroshi |
2018-11-05 | luci-base: cbi.js: add client-side hexstring datatype validator | Jo-Philipp Wich |
2018-11-05 | luci-base: cbi.js: add heuristics to attribute handling in E() | Jo-Philipp Wich |
2018-11-05 | luci-base, themes: rework dynlist and dropdown widgets | Jo-Philipp Wich |
2018-11-05 | luci-base: cbi.js: rework dropdown implementation | Jo-Philipp Wich |
2018-11-05 | luci-base: cbi.js: utilize node.closest() if available | Jo-Philipp Wich |