CBI-UVL Validation Integration part #1
This commit is contained in:
parent
565bc6d4c2
commit
4ca6f02af2
9 changed files with 99 additions and 23 deletions
|
@ -1,7 +1,10 @@
|
||||||
cbi_add = [[Add entry]]
|
cbi_add = [[Add entry]]
|
||||||
cbi_del = [[Remove entry]]
|
cbi_del = [[Remove entry]]
|
||||||
cbi_invalid = [[<strong>Error:</strong> Invalid input value]]
|
cbi_invalid = [[<strong>Error:</strong> Invalid input value]]
|
||||||
|
cbi_invalid_section = [[<strong>Error:</strong> Validation failed]]
|
||||||
cbi_missing = [[<strong>Error:</strong> This field is mandatory]]
|
cbi_missing = [[<strong>Error:</strong> This field is mandatory]]
|
||||||
|
cbi_deperror = [[<strong>Error:</strong> At least one mandatory field has no or an invalid value]]
|
||||||
|
cbi_reqerror = [[<strong>Error:</strong> A requirement for this option was not met]]
|
||||||
cbi_addopt = [[-- Additional Field --]]
|
cbi_addopt = [[-- Additional Field --]]
|
||||||
cbi_optional = [[ (optional)]]
|
cbi_optional = [[ (optional)]]
|
||||||
cbi_sectempty = [[This section contains no values yet]]
|
cbi_sectempty = [[This section contains no values yet]]
|
||||||
|
|
|
@ -5,7 +5,10 @@
|
||||||
<i18n:msg xml:id="cbi_add">Add entry</i18n:msg>
|
<i18n:msg xml:id="cbi_add">Add entry</i18n:msg>
|
||||||
<i18n:msg xml:id="cbi_del">Remove entry</i18n:msg>
|
<i18n:msg xml:id="cbi_del">Remove entry</i18n:msg>
|
||||||
<i18n:msg xml:id="cbi_invalid"><strong>Error:</strong> Invalid input value</i18n:msg>
|
<i18n:msg xml:id="cbi_invalid"><strong>Error:</strong> Invalid input value</i18n:msg>
|
||||||
|
<i18n:msg xml:id="cbi_invalid_section"><strong>Error:</strong> Validation failed</i18n:msg>
|
||||||
<i18n:msg xml:id="cbi_missing"><strong>Error:</strong> This field is mandatory</i18n:msg>
|
<i18n:msg xml:id="cbi_missing"><strong>Error:</strong> This field is mandatory</i18n:msg>
|
||||||
|
<i18n:msg xml:id="cbi_deperror"><strong>Error:</strong> At least one mandatory field has no or an invalid value</i18n:msg>
|
||||||
|
<i18n:msg xml:id="cbi_reqerror"><strong>Error:</strong> A requirement for this option was not met</i18n:msg>
|
||||||
<i18n:msg xml:id="cbi_addopt">-- Additional Field --</i18n:msg>
|
<i18n:msg xml:id="cbi_addopt">-- Additional Field --</i18n:msg>
|
||||||
<i18n:msg xml:id="cbi_optional"> (optional)</i18n:msg>
|
<i18n:msg xml:id="cbi_optional"> (optional)</i18n:msg>
|
||||||
<i18n:msg xml:id="cbi_sectempty">This section contains no values yet</i18n:msg>
|
<i18n:msg xml:id="cbi_sectempty">This section contains no values yet</i18n:msg>
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
cbi_add = [[Eintrag hinzufügen]]
|
cbi_add = [[Eintrag hinzufügen]]
|
||||||
cbi_del = [[Eintrag entfernen]]
|
cbi_del = [[Eintrag entfernen]]
|
||||||
cbi_invalid = [[Fehler: Ungültige Eingabe]]
|
cbi_invalid = [[Fehler: Ungültige Eingabe]]
|
||||||
|
cbi_invalid_section = [[<strong>Fehler:</strong> Validierung fehlgeschlagen]]
|
||||||
cbi_missing = [[Fehler: Dieses Feld muss ausgefüllt werden]]
|
cbi_missing = [[Fehler: Dieses Feld muss ausgefüllt werden]]
|
||||||
|
cbi_deperror = [[<strong>Fehler:</strong> Mindestens ein benötigtes Feld ist leer oder hat einen ungültigen Wert]]
|
||||||
|
cbi_reqerror = [[<strong>Fehler:</strong> Nicht erfüllte Abhängigkeit für dieses Feld]]
|
||||||
cbi_addopt = [[-- Zusätzliches Feld --]]
|
cbi_addopt = [[-- Zusätzliches Feld --]]
|
||||||
cbi_sectempty = [[Diese Sektion enthält noch keine Einträge]]
|
cbi_sectempty = [[Diese Sektion enthält noch keine Einträge]]
|
||||||
cbi_manual = [[-- benutzerdefiniert --]]
|
cbi_manual = [[-- benutzerdefiniert --]]
|
||||||
|
|
|
@ -5,7 +5,10 @@
|
||||||
<i18n:msg xml:id="cbi_add">Eintrag hinzufügen</i18n:msg>
|
<i18n:msg xml:id="cbi_add">Eintrag hinzufügen</i18n:msg>
|
||||||
<i18n:msg xml:id="cbi_del">Eintrag entfernen</i18n:msg>
|
<i18n:msg xml:id="cbi_del">Eintrag entfernen</i18n:msg>
|
||||||
<i18n:msg xml:id="cbi_invalid">Fehler: Ungültige Eingabe</i18n:msg>
|
<i18n:msg xml:id="cbi_invalid">Fehler: Ungültige Eingabe</i18n:msg>
|
||||||
|
<i18n:msg xml:id="cbi_invalid_section"><strong>Fehler:</strong> Validierung fehlgeschlagen</i18n:msg>
|
||||||
<i18n:msg xml:id="cbi_missing">Fehler: Dieses Feld muss ausgefüllt werden</i18n:msg>
|
<i18n:msg xml:id="cbi_missing">Fehler: Dieses Feld muss ausgefüllt werden</i18n:msg>
|
||||||
|
<i18n:msg xml:id="cbi_deperror"><strong>Fehler:</strong> Mindestens ein benötigtes Feld ist leer oder hat einen ungültigen Wert</i18n:msg>
|
||||||
|
<i18n:msg xml:id="cbi_reqerror"><strong>Fehler:</strong> Nicht erfüllte Abhängigkeit für dieses Feld</i18n:msg>
|
||||||
<i18n:msg xml:id="cbi_addopt">-- Zusätzliches Feld --</i18n:msg>
|
<i18n:msg xml:id="cbi_addopt">-- Zusätzliches Feld --</i18n:msg>
|
||||||
<i18n:msg xml:id="cbi_sectempty">Diese Sektion enthält noch keine Einträge</i18n:msg>
|
<i18n:msg xml:id="cbi_sectempty">Diese Sektion enthält noch keine Einträge</i18n:msg>
|
||||||
<i18n:msg xml:id="cbi_manual">-- benutzerdefiniert --</i18n:msg>
|
<i18n:msg xml:id="cbi_manual">-- benutzerdefiniert --</i18n:msg>
|
||||||
|
|
|
@ -175,12 +175,14 @@ function Map.__init__(self, config, ...)
|
||||||
self.parsechain = {self.config}
|
self.parsechain = {self.config}
|
||||||
self.template = "cbi/map"
|
self.template = "cbi/map"
|
||||||
self.uci = uci.cursor()
|
self.uci = uci.cursor()
|
||||||
|
self.save = true
|
||||||
if not self.uci:load(self.config) then
|
if not self.uci:load(self.config) then
|
||||||
error("Unable to read UCI data: " .. self.config)
|
error("Unable to read UCI data: " .. self.config)
|
||||||
end
|
end
|
||||||
|
|
||||||
self.validator = luci.uvl.UVL()
|
self.validator = luci.uvl.UVL()
|
||||||
self.scheme = self.validator:get_scheme(self.config)
|
self.scheme = self.validator:get_scheme(self.config)
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
function Map.get_scheme(self, sectiontype, option)
|
function Map.get_scheme(self, sectiontype, option)
|
||||||
|
@ -202,24 +204,26 @@ end
|
||||||
function Map.parse(self, ...)
|
function Map.parse(self, ...)
|
||||||
Node.parse(self, ...)
|
Node.parse(self, ...)
|
||||||
|
|
||||||
for i, config in ipairs(self.parsechain) do
|
if self.save then
|
||||||
self.uci:save(config)
|
|
||||||
end
|
|
||||||
if luci.http.formvalue("cbi.apply") then
|
|
||||||
for i, config in ipairs(self.parsechain) do
|
for i, config in ipairs(self.parsechain) do
|
||||||
self.uci:commit(config)
|
self.uci:save(config)
|
||||||
self.uci:apply(config)
|
|
||||||
|
|
||||||
-- Refresh data because commit changes section names
|
|
||||||
self.uci:load(config)
|
|
||||||
end
|
end
|
||||||
|
if luci.http.formvalue("cbi.apply") then
|
||||||
|
for i, config in ipairs(self.parsechain) do
|
||||||
|
self.uci:commit(config)
|
||||||
|
self.uci:apply(config)
|
||||||
|
|
||||||
-- Reparse sections
|
-- Refresh data because commit changes section names
|
||||||
Node.parse(self, ...)
|
self.uci:load(config)
|
||||||
|
end
|
||||||
|
|
||||||
end
|
-- Reparse sections
|
||||||
for i, config in ipairs(self.parsechain) do
|
Node.parse(self, ...)
|
||||||
self.uci:unload(config)
|
|
||||||
|
end
|
||||||
|
for i, config in ipairs(self.parsechain) do
|
||||||
|
self.uci:unload(config)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -385,6 +389,10 @@ function AbstractSection.__init__(self, map, sectiontype, ...)
|
||||||
self.config = map.config
|
self.config = map.config
|
||||||
self.optionals = {}
|
self.optionals = {}
|
||||||
self.defaults = {}
|
self.defaults = {}
|
||||||
|
self.fields = {}
|
||||||
|
self.tag_error = {}
|
||||||
|
self.tag_invalid = {}
|
||||||
|
self.tag_deperror = {}
|
||||||
|
|
||||||
self.optional = true
|
self.optional = true
|
||||||
self.addremove = false
|
self.addremove = false
|
||||||
|
@ -413,6 +421,7 @@ function AbstractSection.option(self, class, option, ...)
|
||||||
Node._i18n(obj, self.config, self.section or self.sectiontype, option, ...)
|
Node._i18n(obj, self.config, self.section or self.sectiontype, option, ...)
|
||||||
|
|
||||||
self:append(obj)
|
self:append(obj)
|
||||||
|
self.fields[option] = obj
|
||||||
return obj
|
return obj
|
||||||
elseif class == true then
|
elseif class == true then
|
||||||
error("No valid class was given and autodetection failed.")
|
error("No valid class was given and autodetection failed.")
|
||||||
|
@ -597,7 +606,6 @@ function NamedSection.parse(self)
|
||||||
local s = self.section
|
local s = self.section
|
||||||
local active = self:cfgvalue(s)
|
local active = self:cfgvalue(s)
|
||||||
|
|
||||||
|
|
||||||
if self.addremove then
|
if self.addremove then
|
||||||
local path = self.config.."."..s
|
local path = self.config.."."..s
|
||||||
if active then -- Remove the section
|
if active then -- Remove the section
|
||||||
|
@ -620,8 +628,23 @@ function NamedSection.parse(self)
|
||||||
if not self.override_scheme and self.map.scheme then
|
if not self.override_scheme and self.map.scheme then
|
||||||
local co = self.map:get()
|
local co = self.map:get()
|
||||||
local stat, err = self.map.validator:validate_section(self.config, s, co)
|
local stat, err = self.map.validator:validate_section(self.config, s, co)
|
||||||
luci.http.prepare_content("text/html")
|
if err then
|
||||||
luci.util.dumptable(err)
|
self.map.save = false
|
||||||
|
if err.code == luci.uvl.errors.ERR_DEPENDENCY then
|
||||||
|
self.tag_deperror[s] = true
|
||||||
|
else
|
||||||
|
self.tag_invalid[s] = true
|
||||||
|
end
|
||||||
|
for i, v in ipairs(err.childs) do
|
||||||
|
if v.option and self.fields[v.option] then
|
||||||
|
if v.code == luci.uvl.errors.ERR_DEPENDENCY then
|
||||||
|
self.fields[v.option].tag_reqerror[s] = true
|
||||||
|
elseif v.code == luci.uvl.errors.ERR_OPTION then
|
||||||
|
self.fields[v.option].tag_invalid[s] = true
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
AbstractSection.parse_optionals(self, s)
|
AbstractSection.parse_optionals(self, s)
|
||||||
|
@ -719,9 +742,25 @@ function TypedSection.parse(self)
|
||||||
Node.parse(self, k)
|
Node.parse(self, k)
|
||||||
|
|
||||||
if not self.override_scheme and self.map.scheme then
|
if not self.override_scheme and self.map.scheme then
|
||||||
co = co or self.map:get()
|
local co = self.map:get()
|
||||||
local stat, err = self.map.uvl:validate_section(self.config, k, co)
|
local stat, err = self.map.validator:validate_section(self.config, k, co)
|
||||||
luci.util.perror(err)
|
if err then
|
||||||
|
self.map.save = false
|
||||||
|
if err.code == luci.uvl.errors.ERR_DEPENDENCY then
|
||||||
|
self.tag_deperror[k] = true
|
||||||
|
else
|
||||||
|
self.tag_invalid[k] = true
|
||||||
|
end
|
||||||
|
for i, v in ipairs(err.childs) do
|
||||||
|
if v.option and self.fields[v.option] then
|
||||||
|
if v.code == luci.uvl.errors.ERR_DEPENDENCY then
|
||||||
|
self.fields[v.option].tag_reqerror[k] = true
|
||||||
|
elseif v.code == luci.uvl.errors.ERR_OPTION then
|
||||||
|
self.fields[v.option].tag_invalid[k] = true
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
AbstractSection.parse_optionals(self, k)
|
AbstractSection.parse_optionals(self, k)
|
||||||
|
@ -780,6 +819,7 @@ function AbstractValue.__init__(self, map, section, option, ...)
|
||||||
self.config = map.config
|
self.config = map.config
|
||||||
self.tag_invalid = {}
|
self.tag_invalid = {}
|
||||||
self.tag_missing = {}
|
self.tag_missing = {}
|
||||||
|
self.tag_reqerror = {}
|
||||||
self.tag_error = {}
|
self.tag_error = {}
|
||||||
self.deps = {}
|
self.deps = {}
|
||||||
self.cast = "string"
|
self.cast = "string"
|
||||||
|
|
|
@ -15,6 +15,8 @@ $Id$
|
||||||
|
|
||||||
<% if self.tag_error[section] then -%>
|
<% if self.tag_error[section] then -%>
|
||||||
<div class="cbi-error"><%=self.tag_error[section]%></div>
|
<div class="cbi-error"><%=self.tag_error[section]%></div>
|
||||||
|
<%- elseif self.tag_reqerror[section] then -%>
|
||||||
|
<div class="cbi-error"><%:cbi_reqerror%></div>
|
||||||
<%- elseif self.tag_invalid[section] then -%>
|
<%- elseif self.tag_invalid[section] then -%>
|
||||||
<div class="cbi-error"><%:cbi_invalid%></div>
|
<div class="cbi-error"><%:cbi_invalid%></div>
|
||||||
<%- elseif self.tag_missing[section] then -%>
|
<%- elseif self.tag_missing[section] then -%>
|
||||||
|
|
|
@ -28,6 +28,8 @@ $Id$
|
||||||
|
|
||||||
<% if self.tag_error[section] then -%>
|
<% if self.tag_error[section] then -%>
|
||||||
<div class="cbi-error"><%=self.tag_error[section]%></div>
|
<div class="cbi-error"><%=self.tag_error[section]%></div>
|
||||||
|
<%- elseif self.tag_reqerror[section] then -%>
|
||||||
|
<div class="cbi-error"><%:cbi_reqerror%></div>
|
||||||
<%- elseif self.tag_invalid[section] then -%>
|
<%- elseif self.tag_invalid[section] then -%>
|
||||||
<div class="cbi-error"><%:cbi_invalid%></div>
|
<div class="cbi-error"><%:cbi_invalid%></div>
|
||||||
<%- elseif self.tag_missing[section] then -%>
|
<%- elseif self.tag_missing[section] then -%>
|
||||||
|
|
|
@ -89,6 +89,19 @@ end
|
||||||
</td>
|
</td>
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
</tr>
|
</tr>
|
||||||
|
<% if self.tag_deperror[section] or self.tag_invalid[section] or self.tag_error[section] then %>
|
||||||
|
<tr class="cbi-section-table-row">
|
||||||
|
<td colspan="<%=count%>">
|
||||||
|
<%- if self.tag_deperror[section] then -%>
|
||||||
|
<div class="cbi-error"><%:cbi_deperror%></div>
|
||||||
|
<%- elseif self.tag_invalid[section] then -%>
|
||||||
|
<div class="cbi-error"><%:cbi_invalid_section%></div>
|
||||||
|
<%- elseif self.tag_error[section] then -%>
|
||||||
|
<div class="cbi-error"><%=self.tag_error[section]%></div>
|
||||||
|
<%- end -%>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
<% end %>
|
||||||
<%- end -%>
|
<%- end -%>
|
||||||
|
|
||||||
<%- if isempty then -%>
|
<%- if isempty then -%>
|
||||||
|
|
|
@ -16,6 +16,13 @@ $Id$
|
||||||
<% self:render_children(section, scope or {}) %>
|
<% self:render_children(section, scope or {}) %>
|
||||||
|
|
||||||
<% if #self.optionals[section] > 0 or self.dynamic then %>
|
<% if #self.optionals[section] > 0 or self.dynamic then %>
|
||||||
|
<% if self.tag_deperror[section] then -%>
|
||||||
|
<div class="cbi-error"><%:cbi_deperror%></div>
|
||||||
|
<% elseif self.tag_invalid[section] then -%>
|
||||||
|
<div class="cbi-error"><%:cbi_invalid_section%></div>
|
||||||
|
<%- elseif self.tag_error[section] then -%>
|
||||||
|
<div class="cbi-error"><%=self.tag_error[section]%></div>
|
||||||
|
<%- end %>
|
||||||
<div class="cbi-optionals">
|
<div class="cbi-optionals">
|
||||||
<% if self.dynamic then %>
|
<% if self.dynamic then %>
|
||||||
<input type="text" name="cbi.opt.<%=self.config%>.<%=section%>" />
|
<input type="text" name="cbi.opt.<%=self.config%>.<%=section%>" />
|
||||||
|
|
Loading…
Reference in a new issue