luci-base(-libs): move pcdata() and striptags() from util- to xml-class
authorSven Roederer <freifunk@it-solutions.geroedel.de>
Sat, 6 Jul 2019 12:18:15 +0000 (14:18 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sun, 19 Jul 2020 18:14:35 +0000 (20:14 +0200)
commit68521fca04e9b2ae801cc2daa4f920a2c43bc03f
treec156d044c3f3ed1e970b0398045ead3624c75b12
parent8b8d83e42dd3d10d82e29a8614a7b3e3e94b16c6
luci-base(-libs): move pcdata() and striptags() from util- to xml-class

To complete the previous commit these functions are defined in the resulting
luci-base package but are also used in the new luci-base-libs package. So
move them into the new xml-module of the new package.

Signed-off-by: Sven Roederer <freifunk@it-solutions.geroedel.de>
42 files changed:
docs/api/index.html
docs/api/modules/luci.dispatcher.html
docs/api/modules/luci.http.conditionals.html
docs/api/modules/luci.http.date.html
docs/api/modules/luci.http.html
docs/api/modules/luci.http.mime.html
docs/api/modules/luci.i18n.html
docs/api/modules/luci.ip.cidr.html
docs/api/modules/luci.ip.html
docs/api/modules/luci.json.html
docs/api/modules/luci.jsonc.html
docs/api/modules/luci.jsonc.parser.html
docs/api/modules/luci.model.ipkg.html
docs/api/modules/luci.model.uci.html
docs/api/modules/luci.rpcc.html
docs/api/modules/luci.rpcc.ruci.html
docs/api/modules/luci.sys.html
docs/api/modules/luci.sys.init.html
docs/api/modules/luci.sys.iptparser.html
docs/api/modules/luci.sys.net.html
docs/api/modules/luci.sys.process.html
docs/api/modules/luci.sys.user.html
docs/api/modules/luci.sys.wifi.html
docs/api/modules/luci.util.html
docs/api/modules/luci.xml.html [new file with mode: 0644]
docs/api/modules/nixio.CHANGELOG.html
docs/api/modules/nixio.CryptoHash.html
docs/api/modules/nixio.File.html
docs/api/modules/nixio.README.html
docs/api/modules/nixio.Socket.html
docs/api/modules/nixio.TLSContext.html
docs/api/modules/nixio.TLSSocket.html
docs/api/modules/nixio.UnifiedIO.html
docs/api/modules/nixio.bin.html
docs/api/modules/nixio.bit.html
docs/api/modules/nixio.crypto.html
docs/api/modules/nixio.fs.html
docs/api/modules/nixio.html
libs/luci-lib-base/luasrc/util.lua
libs/luci-lib-base/luasrc/util.luadoc
modules/luci-base/luasrc/xml.lua [new file with mode: 0644]
modules/luci-base/luasrc/xml.luadoc [new file with mode: 0644]