group() function Survey::ExpressionEngine that returns 1/0 depending on whether the current user is in a group

This commit is contained in:
Scott Walters 2012-06-19 16:22:30 -04:00
parent 851844c917
commit eaa29c5f44
3 changed files with 38 additions and 1 deletions

View file

@ -1,4 +1,5 @@
7.10.25
- added: group() function for Survey::ExpressionEngine to test group membership
- added: give WebGUI::PseudoRequest a hostname method
- fixed: don't clobber the request handler if WebGUI::Test was loaded inside of mod_perl
- fixed #12365: editing a metadata may cause a fatal error (Arjan Widlak / United Knowledge)