DEBUGGING

DEBUG INFO: CFE

") io.write(html.cfe_unpack(form)) io.write("
") --]] if form.query ~= nil then ?> " .. val.label .. "") io.write("\n\t\t
") if (viewtype == "viewonly") then if not (val.value) or (val.value == "") then val.value = " " end io.write(val.value) elseif (val.type == "radio") and (type(val.option) == "table") and (#val.option > 0) then io.write("") for k1,v1 in pairs(val.option) do io.write("\n\t\t\t"..tostring(v1) .. ":") io.write("") end io.write("\n\t\t\t") else io.write(html.form[val.type](val)) end if (val.descr) and (#val.descr > 0) then io.write("\n\t\t

" .. string.gsub(val.descr, "\n", "
") .. "

") end if (val.errtxt) then io.write("\n\t\t

" .. string.gsub(val.errtxt, "\n", "
") .. "

") end io.write("\n\t\t
\n") end end end ?>

Header

Details

") if (#v.label > 0) then io.write("" .. (v.label or "Uknown") .. "") end for i=1,#v do io.write("
" .. (v[i] or "Uknown") .. "
") end io.write("\n") end ?>

Current Alpine problem reports

Bugs can be in one of several states (S)

o - open
A problem report has been submitted, no sanity checking performed.
a - analyzed
The problem is understood and a solution is being sought.
f - feedback
Further work requires additional information from the originator or the community - possibly confirmation of the effectiveness of a proposed solution.
s - suspended
The problem is not being worked on, due to lack of information or resources. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended.
c - closed
A problem report is closed when any changes have been integrated, documented, and tested -- or when fixing the problem is abandoned.

SUMMARY

ID S Submitted Severity Description