summaryrefslogtreecommitdiffhomepage
path: root/libs/web/htdocs
AgeCommit message (Collapse)Author
2014-06-11build: introduce luci-baseJo-Philipp Wich
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.
2013-02-05libs/web: allow '!' and '.' symbols in phonedigit datatypeJo-Philipp Wich
2013-01-22libs/web: support dependencies on mvaluesJo-Philipp Wich
2012-12-02libs/web: make JS String.format() and String.serialize() available as ↵Jo-Philipp Wich
prototype options, introduce String.nobr()
2012-10-06libs/web: relax validation for hostnames to allow names like ↵Jo-Philipp Wich
_kerberos._udp.EXAMPLE.COM
2012-08-09libs/web: support placeholder attribute for comboboxes, fix validation ↵Jo-Philipp Wich
quirks with input->select transition in comboboxes
2012-06-25libs/web: implement minlength(), maxlength() and rangelength() datatypesJo-Philipp Wich
2012-03-04libs/web: fix wrong default focus in dynlist widgets (#388)Jo-Philipp Wich
2012-02-14libs/web: implement new phone digit datatype, useful for VoIP related config ↵Jo-Philipp Wich
screens
2012-01-08libs/web: introduce recursive expression support for datatypes, introduce ↵Jo-Philipp Wich
"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)"]
2012-01-07libs/web: remove neg_ipaddr, neg_ip4addr and neg_network_ip4addr datatypes, ↵Jo-Philipp Wich
can be represented with neg(type)
2011-12-20libs/web: fix placeholder attribute for DynListJo-Philipp Wich
2011-12-20libs/web: fix undesired autofocus of DynamicList widgetJo-Philipp Wich
2011-12-20libs/web: improve ip6addr datype validation, accept both CIDR and IP/Mask ↵Jo-Philipp Wich
notation
2011-12-19libs/web: rework DynamicList widget to support dynamic lists composed of ↵Jo-Philipp Wich
comboboxes
2011-12-16libs/web: rework hostname match to not allow arbritary sequences of numbers ↵Jo-Philipp Wich
and dots
2011-12-16libs/web: add list(...) datatype for space separated lists of arbritary ↵Jo-Philipp Wich
datatypes
2011-12-16libs/web: implement "network" cbi datatypeJo-Philipp Wich
2011-12-14libs/web: allow one-character hostnamesJo-Philipp Wich
2011-09-22libs/web: cbi: dynamically update css class of last field after dependency ↵Jo-Philipp Wich
update
2011-09-04libs/web: add "neg()" cbi datatype to negate arbritary types, e.g. ↵Jo-Philipp Wich
"neg(hostname)" would allow "!example.com"
2011-06-17libs/web: add new datatypes min(...), max(...) and neg_network_ip4addrJo-Philipp Wich
2011-04-13luci-firewall: Add support for negations for ip addresses/nets (#218)Manuel Munz
2011-03-13libs/web: explicitely cast input value of %m pattern to float in order to ↵Jo-Philipp Wich
avoid throwing an exception in toFixed() with very low values
2011-03-13libs/web: add %m pattern to String.format()Jo-Philipp Wich
2011-03-05libs/web: repair and modernize FileBrowser widget, patches by Kevin Locke ↵Jo-Philipp Wich
<klocke@digitalenginesoftware.com> (#207)
2011-02-12web: Relax hostname validation for lengthManuel Munz
2011-02-12web: Improve hostname validationManuel Munz
2011-01-23libs/web: readd add/remove icons to dynamic list widgetsJo-Philipp Wich
2011-01-20libs/web: fix row sorting in IEJo-Philipp Wich
2011-01-20libs/web: fix row ordering for named sectionsJo-Philipp Wich
2011-01-20libs/web: implement sortable rows for uci reorderingJo-Philipp Wich
2011-01-19libs/web: add up & down arrow iconsJo-Philipp Wich
2010-12-05libs/web: add float and ufloat datatypes for field validationJo-Philipp Wich
2010-12-01libs/web: remove debug code from cbi.jsJo-Philipp Wich
2010-12-01libs/web: add %t format to String.format(), fix float formattingJo-Philipp Wich
2010-11-23libs/web: fix IPv6 live validationJo-Philipp Wich
2010-11-16libs/web: add range(min,max) datatype validatorJo-Philipp Wich
2010-10-30libs/web: introduce "uciname" datatype for cbi validationJo-Philipp Wich
2010-10-30libs/web: live validation fixesJo-Philipp Wich
2010-10-25libs/web: rework DynamicList widgetJo-Philipp Wich
2010-10-21libs/web: fix ip6addr js validation, fixes for live validationJo-Philipp Wich
2010-10-20libs/web: fix tab highlighting with multiple tabsJo-Philipp Wich
2010-10-19libs/web: add String.serialize() and String.format() to cbi.jsJo-Philipp Wich
2010-10-12libs: merge libs/cbi into libs/webJo-Philipp Wich