summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc
AgeCommit message (Collapse)Author
2011-08-12[PATCH] Wasted memory use storing path copies in node treeJo-Philipp Wich
When creating the node tree, every node stores a copy of its full path table. e.g. for node("admin.network.wireless"), node.path = { "admin", "network", "wireless" } This value is not used anywhere, and likely may be from before the addition of the treecache lookup table? In any instance, I've searched high and low and see nothing ever referencing any node's path via the path member. It eats a good chunk of memory though and as such I believe it should be removed. I've tested every page in the admin-full module after removing it and all seem to function properly.
2011-07-21libs/web: more verbose faultsJo-Philipp Wich
2011-07-20libs/web: make dispatcher faults more verboseJo-Philipp Wich
2011-07-18libs/web: fix index cache rebuild triggering (#275)Jo-Philipp Wich
2011-06-17libs/web: add new datatypes min(...), max(...) and neg_network_ip4addrJo-Philipp Wich
2011-05-04libs/web: remove license comments from cbi templates, saves around 50% of ↵Jo-Philipp Wich
their size
2011-05-03libs/web: fix another invalid entityJo-Philipp Wich
2011-05-03trunk: s/ / /gJo-Philipp Wich
2011-04-13luci-firewall: Add support for negations for ip addresses/nets (#218)Manuel Munz
2011-03-17libs/web: fix "port" datatype to allow port 0Jo-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-29libs/web: improve cbi handling of Flag values, support usage of .default ↵Jo-Philipp Wich
attribute to signalize default-on checkboxes, this helps to deal with the reversed logic of various uci bools within OpenWrt configs
2011-01-26libs/web: remove a stray non breaking space in DummyValue templateJo-Philipp Wich
2011-01-23libs/web: readd add/remove icons to dynamic list widgetsJo-Philipp Wich
2011-01-20libs/web: add missing cells to tblsection templateJo-Philipp Wich
2011-01-20libs/web: implement sortable rows for uci reorderingJo-Philipp Wich
2011-01-14libs/web: fix an untranslated stringJo-Philipp Wich
2011-01-14libs/web: some fixes for network_ifacelist widgetJo-Philipp Wich
2011-01-13libs/web: properly handle .default property for ListValue fields with ↵Jo-Philipp Wich
integer keys
2011-01-13libs/web: introduce width property for fields in tblsectionsJo-Philipp Wich
2010-12-16libs/web: fix error in wep key validationJo-Philipp Wich
2010-12-12libs/web: change "module" variable to "modname" in dispatcher.lua, solves ↵Jo-Philipp Wich
apidoc artefacts
2010-12-05libs/web: add field validation for add section name inputsJo-Philipp Wich
2010-12-05libs/web: handle empty tables in Map.set()Jo-Philipp Wich
2010-12-05libs/web: add float and ufloat datatypes for field validationJo-Philipp Wich
2010-12-03libs/web: fix dynamic list handlingJo-Philipp Wich
2010-11-27libs/web: render aggregated messagesJo-Philipp Wich
2010-11-27libs/web: add the ability for maps to push error messages to the global page ↵Jo-Philipp Wich
header
2010-11-22libs/web: combine apply actions of all maps on a page, prevents concurrent XHRJo-Philipp Wich
2010-11-21libs/web: implement "unspecified" option for netlist widgetJo-Philipp Wich
2010-11-21libs/web: add network_netinfo widgetJo-Philipp Wich
2010-11-21libs/web: add "back to overview" button to page actions if .redirect is set ↵Jo-Philipp Wich
on the corresponding map
2010-11-21libs/web: expose cbi map redirect property to page templatesJo-Philipp Wich
2010-11-20libs/web: better server side handling of DynList valuesJo-Philipp Wich
2010-11-20libs/web: fix DynList template for empty valuesJo-Philipp Wich
2010-11-20libs/web: skip empty values in DynList widgetJo-Philipp Wich
2010-11-19libs/web: give cbi tabcontainers a CSS classJo-Philipp Wich
2010-11-18libs/web: fix apply xhr for IE...Jo-Philipp Wich
2010-11-17libs/web: make apply_xhr less aggressive, only rerequest status if previous ↵Jo-Philipp Wich
response returned
2010-11-16libs/web: add range(min,max) datatype validatorJo-Philipp Wich
2010-11-16libs/web: treat .rmempty like .optional for live field validationJo-Philipp Wich
2010-11-15libs/web: add support for exclude property to ifacelist and netlist widgetsJo-Philipp Wich
2010-11-13libs/web: allow percent sign in urlsJo-Philipp Wich
2010-11-13libs/web: stricter validation in build_url(), prevents some XSSJo-Philipp Wich
2010-11-08libs/web: implement rawhtml property for DummyValue switches, allowes ↵Jo-Philipp Wich
passing arbritary markup
2010-11-07libs/web: support local destination in zonelist widgetJo-Philipp Wich
2010-11-07libs/web: add luci.http.write_json()Jo-Philipp Wich
2010-11-01libs/web: introduce firewall_zoneforwards widgetJo-Philipp Wich