<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luci/modules/luci-compat, branch master</title>
<subtitle>Lua Configuration Interface (mirror)</subtitle>
<id>https://git-03.infra.openwrt.org/project/luci/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/project/luci/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/'/>
<updated>2025-12-03T20:51:32Z</updated>
<entry>
<title>luci-compat: CBI skip fields that do not satisfy depends</title>
<updated>2025-12-03T20:51:32Z</updated>
<author>
<name>Liangbin Lian</name>
</author>
<published>2024-12-10T09:39:29Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=9a863c8888fd088988f3857e1acdc91c248e83e0'/>
<id>urn:sha1:9a863c8888fd088988f3857e1acdc91c248e83e0</id>
<content type='text'>
If depends is not satisfied, the fvalue will be nil.

Signed-off-by: Liangbin Lian &lt;jjm2473@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: vectorise iconography</title>
<updated>2025-06-12T16:55:53Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2025-04-25T21:39:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=ae5d91da903b6f1d3086d6082ca622231e34f555'/>
<id>urn:sha1:ae5d91da903b6f1d3086d6082ca622231e34f555</id>
<content type='text'>
Clear, crisp, resolution independent vector graphics replace the trusty
microscopic PNG. Some minor CSS changes were needed to constrain images
in some locations to make sure they don't consume too much space.

Iconography taken from Mate desktop theme with minor adjustments:

https://github.com/mate-desktop/mate-icon-theme/

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-compat: opkg_package -&gt; package_name</title>
<updated>2024-12-15T19:34:15Z</updated>
<author>
<name>Paul Donald</name>
</author>
<published>2024-12-15T19:34:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=367b67faa7ea07d2e5a786567886585c9a3781d0'/>
<id>urn:sha1:367b67faa7ea07d2e5a786567886585c9a3781d0</id>
<content type='text'>
opkg is no longer available as the generic name for package-manager

Signed-off-by: Paul Donald &lt;newtwen+github@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: HTML Cleanup</title>
<updated>2024-11-22T21:39:46Z</updated>
<author>
<name>Mustafa Can Elmacı</name>
</author>
<published>2024-11-17T12:52:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=ae8bbb814f16c2dc2a82e88d408bee1812ceda9c'/>
<id>urn:sha1:ae8bbb814f16c2dc2a82e88d408bee1812ceda9c</id>
<content type='text'>
* HTML Cleanup: Meta tags.
* Converted charset to shorthand.
* Removed meta tags with `Content-Script-Type` attribute. (Invalid in HTML5 spec.)

* HTML Cleanup: CSS tags.
* Removed `type` attribute with CSS files from link tags. (HTML5 spec recommends omitting it.)
* Removed `type` attribute from style tags. (Deprecated in HTML5 spec.)
https://html.spec.whatwg.org/#attr-link-type
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/style

* HTML Cleanup: Convert from XHTML to HTML5
* Removed XML declaration.
* Removed XML namespace.
* Changed doctype to HTML5.

* HTML Cleanup: CDATA tags.
* CDATA sections should not be used within HTML they are considered as comments and not displayed.
https://developer.mozilla.org/en-US/docs/Web/API/CDATASection

* HTML Cleanup: Script tags.
* Removed `language` attribute from script tags. (No longer valid in HTML5)
* Removed `type` attribute with JavaScript MIME type from script tags. (HTML5 spec recommends omitting it.)
https://html.spec.whatwg.org/multipage/scripting.html#attr-script-type
https://mimesniff.spec.whatwg.org/#javascript-mime-type

Signed-off-by: Mustafa Can Elmacı &lt;mustafacan@elmaci.net&gt;
</content>
</entry>
<entry>
<title>luci-wireless: Add 11be support</title>
<updated>2024-10-07T17:29:35Z</updated>
<author>
<name>Rudy Andram</name>
</author>
<published>2024-10-03T08:39:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=383edb4d6d0f1774ea83f08ac1fea1e1713cd5fe'/>
<id>urn:sha1:383edb4d6d0f1774ea83f08ac1fea1e1713cd5fe</id>
<content type='text'>
Tested with filogic banana rpi4 / QNAP qualcommax ipq8074

Signed-off-by: Rudy Andram &lt;rmandrad@gmail.com&gt;
Tested-By: Daniel Pawlik &lt;pawlik.dan@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: Add missing PKG_MAINTAINER</title>
<updated>2024-05-27T23:55:14Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2024-01-09T20:56:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=fbbfdb4afc95a59df1034f1fda525e94855e1633'/>
<id>urn:sha1:fbbfdb4afc95a59df1034f1fda525e94855e1633</id>
<content type='text'>
Daniel F. Dickinson changed email address to &lt;dfdpublic@wildtechgarden.ca&gt;

luci-all-lxl has a maintainer Petar Koretic &lt;petar.koretic@sartura.hr&gt; but there is no corresponding GitHub account.
So Dirk Brenken was added as a second maintainer: he answered on an issue of the app.

When maintainer wasn't set the initial author was used, or most contributor or Jo-Philipp Wich as a default.

Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>luci-compat: add missing license information</title>
<updated>2024-03-19T12:52:05Z</updated>
<author>
<name>Florian Eckert</name>
</author>
<published>2024-03-19T12:52:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=f896ca1dce80e5f00073ed2d595e1fd9ed986cdb'/>
<id>urn:sha1:f896ca1dce80e5f00073ed2d595e1fd9ed986cdb</id>
<content type='text'>
Signed-off-by: Florian Eckert &lt;fe@dev.tdt.de&gt;
</content>
</entry>
<entry>
<title>luci-proto-ipv6: Add support for IPIP6(RFC2473) tunnel</title>
<updated>2024-03-16T22:24:24Z</updated>
<author>
<name>Arayuki Mago</name>
</author>
<published>2024-02-13T10:18:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=c88e24772e50cb9e58d6707f1082d9ceb3a8b3e1'/>
<id>urn:sha1:c88e24772e50cb9e58d6707f1082d9ceb3a8b3e1</id>
<content type='text'>
Add Generic Packet Tunneling in IPv6 Specification (RFC 2473) support.

Signed-off-by: Arayuki Mago &lt;ms@missing233.com&gt;
</content>
</entry>
<entry>
<title>luci-base: Make uci mode strings match iwinfo mode strings</title>
<updated>2023-12-14T22:11:10Z</updated>
<author>
<name>Evan Benn</name>
</author>
<published>2023-12-08T01:02:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=22101eb50af976f5f026b76079d37cb756c7425a'/>
<id>urn:sha1:22101eb50af976f5f026b76079d37cb756c7425a</id>
<content type='text'>
uci mesh was being displayed as 'Mesh', while iwinfo mesh was being
reported as 'Mesh Point'. Unify those. Update getActiveModeI18n to deal
with all the values iwinfo returns. Fix the incorrect 'Mash'
translation.

Signed-off-by: Evan Benn &lt;evan.benn@morsemicro.com&gt;
</content>
</entry>
<entry>
<title>treewide: separate Lua runtime resources</title>
<updated>2022-10-24T23:03:37Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2022-09-13T21:50:12Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/luci/commit/?id=673f38246ac3548caefec41183e3dd7477d9f6f6'/>
<id>urn:sha1:673f38246ac3548caefec41183e3dd7477d9f6f6</id>
<content type='text'>
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 &lt;jo@mein.io&gt;
</content>
</entry>
</feed>
