summaryrefslogtreecommitdiffhomepage
path: root/libs/web/luasrc/view
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-04-04libs/web: do not cast to string when using network_netlist widget (#560)Jo-Philipp Wich
2013-01-22libs/web: support dependencies on mvaluesJo-Philipp Wich
2012-12-25libs/web: fix missing escapes in network_ifacelist widgetJo-Philipp Wich
2012-11-26libs/web: Allow to disable buttons in cbi models from the controllerManuel Munz
2012-11-26"Waiting for router..." is misleading on non-router devices. Use "Waiting ↵Daniel Golle
for changes to be applied..." instead.
2012-08-09libs/web: rework unspecified/create logic for checkboxes in network_netlist ↵Jo-Philipp Wich
widget
2012-08-09libs/web: support placeholder attribute for comboboxes, fix validation ↵Jo-Philipp Wich
quirks with input->select transition in comboboxes
2012-08-08libs/web: add missing css class to cbi simpleform templateJo-Philipp Wich
2012-07-24libs/web: support creating networks in checkbox network widget (#457)Jo-Philipp Wich
2012-06-26libs/web: extend network_ifacelist widget to display all networks an iface ↵Jo-Philipp Wich
is member of
2012-04-15libs/web: fix html output for complex datatypes containing apostrophesJo-Philipp Wich
2012-02-15libs/web: fix delete action in tblsections, fix extedit buttonsJo-Philipp Wich
2012-02-15libs/web: remove inline styles from firewall_zoneforwards and ↵Jo-Philipp Wich
firewall_zonelist widgets
2012-02-15libs/web: remove inline styles from network_netinfo widgetJo-Philipp Wich
2012-02-15libs/web: remove inline styles for interface badgesJo-Philipp Wich
2012-02-15libs/web: remove more inline styles from tblsection template, fixes action ↵Jo-Philipp Wich
buttons in bootstrap theme
2012-02-15libs/web: use new button classes for tblsection templateJo-Philipp Wich
2012-02-15libs/web: fix firewall_zoneforwards template for bootstrap themeJo-Philipp Wich
2012-02-14libs/web: use CSS class for sort buttons, drop inline styleJo-Philipp Wich
2012-02-14libs/web: fix invalid html after r8224 - the whitespace trimming removed the ↵Jo-Philipp Wich
space between the attributes
2012-02-13libs/web: fix line wrapping errorPatrick Grimm
2012-02-12libs/web: replace <a href> by <input type=button> for better css style in tablesPatrick Grimm
2011-12-20[PATCH] Naive fix for bug #208Jo-Philipp Wich
For SimpleSection, use the section name (always "1") instead of the section type in the CBI-like string used to identify the upload. This allows upload fields to be placed in SimpleSections. The fix changes a minimal number of lines, but does introduce some unnecessary confusion, it may or may not be better than a more thorough/invasive fix. Set the enctype for the form element in the simpleform view to be multipart/form-data because the default application/x-www-form-urlencoded does not support input files. Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
2011-12-20libs/web: show input/forward hints in zonelist widget only if bnoth allowany ↵Jo-Philipp Wich
and allowlocal are enabled
2011-12-20libs/web: prevent break between action buttons in tblsection templateJo-Philipp Wich
2011-12-19libs/web: add "any" option to firewall_zonelist widgetJo-Philipp Wich
2011-12-19libs/web: rework DynamicList widget to support dynamic lists composed of ↵Jo-Philipp Wich
comboboxes
2011-10-23libs/web: cbi: support description attribute in nullsection instancesJo-Philipp Wich
2011-10-11libs/web: handle .redirect property for SimpleForm widgetsJo-Philipp Wich
2011-10-10libs/web: add network_netlist widget option to filter virtual networksJo-Philipp Wich
2011-10-09libs/web: sent origin section id encoded in cbi.cts. requestsJo-Philipp Wich
2011-10-09libs/web: add error message printing to nullsection template, fixes server ↵Jo-Philipp Wich
side validation in SimpleForm instances
2011-09-30libs/web: assign extra css class to typed or named sections with tabsJo-Philipp Wich
2011-09-25libs/web: network widget fixesJo-Philipp Wich
2011-09-24libs/web: align interface related widgets to changed network model apiJo-Philipp Wich
2011-09-22libs/web: add missing class attributesJo-Philipp Wich
2011-09-22libs/web: cbi: assign dedicated css class to last childJo-Philipp Wich
2011-09-22libs/web: add another missing class attributeJo-Philipp Wich
2011-09-22modules/admin-full, modules/freifunk, modules/niu, libs/web, ↵Jo-Philipp Wich
applications/luci-upnp: tune input class attributes
2011-09-22modules/admin-full, libs/web: various interface handling fixes in network ↵Jo-Philipp Wich
settings
2011-09-14libs/web: track submit state in network_ifacelist widget, fixes deselecting ↵Jo-Philipp Wich
all member ifaces in checkbox mode
2011-09-01libs/web: fix some missing escapes in iface and netlist widgetsJo-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/&nbsp;/&#160;/gJo-Philipp Wich
2011-03-05libs/web: repair and modernize FileBrowser widget, patches by Kevin Locke ↵Jo-Philipp Wich
<klocke@digitalenginesoftware.com> (#207)
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