gluon/package/gluon-web-model
Matthias Schiffer 11a3b56617 gluon-web-model: add dependency support for sections
- Add a dependency array to section template
- Lift dependency handling from AbstractValue to Node
- Split resolve_depends() into a function handling dependencies of a
  node itself (resolve_node_depends()), which now is used for all nodes,
  and the existing recursive descent through the node tree
- When any node's dependencies are not satisfied, all descendents are
  reset recursively, meaning that an option in a section that is hidden
  will always be ignored, as if the option's own dependencies were
  unsatisfied

Fixes: #1349
2020-06-04 22:54:28 +02:00
..
files/lib/gluon/web gluon-web-model: add dependency support for sections 2020-06-04 22:54:28 +02:00
i18n gluon-web: split out model support into a separate package 2018-02-26 00:07:08 +01:00
javascript gluon-web-model: update inputs on form reset 2020-04-05 12:47:49 +02:00
luasrc/usr/lib/lua/gluon/web gluon-web-model: add dependency support for sections 2020-06-04 22:54:28 +02:00
Makefile treewide: automatically set SECTION and CATEGORY for Gluon packages 2018-04-14 00:01:04 +02:00