Age | Commit message (Collapse) | Author |
|
Merges libs/core, libs/ipkg, libs/web, libs/sys, libs/sgi-cgi, libs/sgi-uhttpd,
modules/admin-core, themes/base and protcols/core into modules/base and renames
luci-lib-core to luci-base.
|
|
|
|
|
|
prototype options, introduce String.nobr()
|
|
_kerberos._udp.EXAMPLE.COM
|
|
quirks with input->select transition in comboboxes
|
|
|
|
|
|
screens
|
|
"or" and "and" datatypes
The commit adds a recursive parser for datatype expressions which allows nesting of validators,
this allows for complex expressions like "list(or(range(0,65535),'infinite'))" to allow a list of
values which are either integers between 0 and 65535 or the literal string "inifinite".
That change also deprecates combined datatypes like "ipaddr" ["or(ip4addr,ip6addr)"] or
"host" ["or(hostname,ip4addr,ip6addr)"]
|
|
can be represented with neg(type)
|
|
|
|
|
|
notation
|
|
comboboxes
|
|
and dots
|
|
datatypes
|
|
|
|
|
|
update
|
|
"neg(hostname)" would allow "!example.com"
|
|
|
|
|
|
avoid throwing an exception in toFixed() with very low values
|
|
|
|
<klocke@digitalenginesoftware.com> (#207)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|