Downloads
Download tar.gz
10.56 KB
MD5: b38b0edfc399e4dc634d8fbd69dc93ca
SHA-1: e7c2b450ff7fd2c2aecb22be68053f6c81599409
SHA-256: 7f76dca90c5f4fb7fbbb52785cccfa62564a5a4be9d4c9efe49dc2ecfffcb5e0
Download zip
11.21 KB
MD5: ee95be62fca83bfd2202130c9fd011a4
SHA-1: 6a1acc7822d51e2a5b040e050b50309f0f4c9f06
SHA-256: ab4bed5a408dc0a8eb705ea435d03b11610349ab7f43b85d34b1121f5d9c5f34
Release notes
From CVS commit:
#253585 by quimrovira: Cleaner implementation of this patch, which adds:
- Items from SQL query (inherently dangerous, be warned!)
- Items from content types (implementing feature request #128623 by ray007)
- Skip-Empty formatter
- TextField widget for arbitrary values (implementing feature request #228631 from aexl)
- Range validation on submit
- Change from name-to-value relation to itemkey-to-value and itemkey-to-name (Be careful, since this implies changing the database table {inventory_items} renaming the "name" column to "itemkey")