Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-25 | treewide: separate Lua runtime resources | Jo-Philipp Wich | |
Move classes required for Lua runtime support into a new `luci-lua-runtime` package. Also replace the `luci.http` and `luci.util` classes in `luci-lib-base` with stubbed versions interacting with the ucode based runtime environment. Finally merge `luci-base-ucode` into the remainders of `luci-base`. Signed-off-by: Jo-Philipp Wich <jo@mein.io> | |||
2020-07-19 | luci-base(-libs): move pcdata() and striptags() from util- to xml-class | Sven Roederer | |
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> |