summaryrefslogtreecommitdiffhomepage
path: root/modules/luci-base/luasrc/view
AgeCommit message (Expand)Author
2018-07-12luci-base: apply_widget: various fixesJo-Philipp Wich
2018-07-09luci-base: fix placement of CBI stringsJo-Philipp Wich
2018-07-09treewide: always include cbi.jsJo-Philipp Wich
2018-06-25luci-base: add "Name" label to autogenerated title columnJo-Philipp Wich
2018-06-25luci-base: annotate tblsection description row as wellJo-Philipp Wich
2018-06-23luci-base: globally cleanup markupJo-Philipp Wich
2018-06-08treewide: switch firewall zone, network and iface lists to dropdown codeJo-Philipp Wich
2018-06-08luci-base: add markup, JS and CSS for new dropdownJo-Philipp Wich
2018-05-31luci-base: use common alert message markupJo-Philipp Wich
2018-05-31luci-base: add full page overlay during applyJo-Philipp Wich
2018-05-28treewide: convert HTML tables to divJo-Philipp Wich
2018-05-05treewide: rework uci apply workflowJo-Philipp Wich
2018-05-03luci-base: support hiding the "Back to Overview" button in cbi mapsJo-Philipp Wich
2018-05-03Revert "luci-base: support hiding the "Back to Overview" button in cbi maps"Jo-Philipp Wich
2018-05-03luci-base: support hiding the "Back to Overview" button in cbi mapsJo-Philipp Wich
2018-04-10luci-base: error404: do not access request env directlyJo-Philipp Wich
2018-04-07luci-base: escape path strings and field parameterJo-Philipp Wich
2018-04-06luci-base: properly initialize cbi.js on SimpleFormsJo-Philipp Wich
2018-04-04luci-base: use FULL_REQUEST_URI on login form templatesJo-Philipp Wich
2018-03-27luci-base: fix colspans calculation in tblsectionFlorian Eckert
2018-03-15Merge pull request #1654 from TDT-AG/pr/20180301-luci-several-fixesJo-Philipp Wich
2018-03-09luci-base/firewall_zonelist: fix visual interface/background alignmentDirk Brenken
2018-03-01luci-base: fix browser.htm templateFlorian Eckert
2017-10-17luci-base: gracefully handle broken firewall forwarding sectionsJo-Philipp Wich
2017-01-26luci-base: mvalue: fix column wrappingJo-Philipp Wich
2016-12-10Merge pull request #663 from NeoRaider/styleable-checkboxesDaniel Dickinson
2016-08-18luci-base: properly style login alert messageJo-Philipp Wich
2016-03-03luci-base: view: make checkboxes and radio buttons styleableMatthias Schiffer
2016-02-24luci-base: cbi: fix misplaced ID in nullsection templateJo-Philipp Wich
2016-02-24luci-base: cbi: also initialize JS if pageactions are disabledJo-Philipp Wich
2016-02-23luci-base: cbi: fix dependency handling of list and multivalues with radio/ch...Jo-Philipp Wich
2016-02-18Merge pull request #644 from chris5560/masterChristian Schoenebeck
2016-02-10luci-base: cbi: rely on auto-serialization for combobox choicesJo-Philipp Wich
2016-02-10luci-base: cbi: rework ListValue and MultiValue templatesJo-Philipp Wich
2016-02-10luci-base: cbi: further refactoringJo-Philipp Wich
2016-02-09luci-base: fix dependency handling of optionals (#645)Jo-Philipp Wich
2016-02-09luci-base: cbi: remove duplicate id from templateJo-Philipp Wich
2016-02-08luci-base: fixed tabbed map when using NamedSection of same typeChristian Schoenebeck
2016-01-18luci-base: cbi: refactor event handling jsJo-Philipp Wich
2016-01-18luci-base: refactor cbi dependency handling codeJo-Philipp Wich
2016-01-18luci-base: improve tab hide logicJo-Philipp Wich
2016-01-18luci-base: add extra css class for map level tabs, don't track tab child countJo-Philipp Wich
2016-01-18luci-base: do not render section description tag when description is emptyJo-Philipp Wich
2016-01-15luci-base: add basic support for CBI map level tabbingJo-Philipp Wich
2015-12-15luci-base: Make default for FileUpload 'safe'Daniel Dickinson
2015-12-14applications: firewall: Add time and date for rules and redirectsDaniel Dickinson
2015-12-02luci-base: fix escaping lua string to js reprYousong Zhou
2015-11-03luci-base: add support for DynamicList with FileBrowserYousong Zhou
2015-11-01template cbi/value.htm implement documented property maxlengthChristian Schoenebeck
2015-10-31template cbi/value.htm: add "readonly" propertyChristian Schoenebeck