typeAhead: second implementation of typeAhead - user can customize LDAP queries.
TypeAhead.php: Reformat of various constants. Hard coded LDAP query replaced by one submitted via SIP. KeyValueStringParser.php: Implemented explodeWrapped() - behaves like 'explode()' but will respect strings wrapped in quotes as no explodeable. Ldap.php: New class to manage LDAP access. AbstractBuildForm.php: Add attributes DATA_TYPEAHEAD_LIMIT, DATA_TYPEAHEAD_MINLENGTH. Parsing of FormElement.parameter.typeahead* parameter.
Showing
- extension/qfq/qfq/AbstractBuildForm.php 48 additions, 4 deletionsextension/qfq/qfq/AbstractBuildForm.php
- extension/qfq/qfq/Constants.php 32 additions, 14 deletionsextension/qfq/qfq/Constants.php
- extension/qfq/qfq/form/TypeAhead.php 32 additions, 13 deletionsextension/qfq/qfq/form/TypeAhead.php
- extension/qfq/qfq/helper/KeyValueStringParser.php 83 additions, 1 deletionextension/qfq/qfq/helper/KeyValueStringParser.php
- extension/qfq/qfq/helper/Ldap.php 89 additions, 0 deletionsextension/qfq/qfq/helper/Ldap.php
- extension/qfq/qfq/helper/OnArray.php 1 addition, 0 deletionsextension/qfq/qfq/helper/OnArray.php
- extension/qfq/qfq/helper/Support.php 5 additions, 0 deletionsextension/qfq/qfq/helper/Support.php
- extension/qfq/tests/phpunit/KeyValueStringParserTest.php 81 additions, 0 deletionsextension/qfq/tests/phpunit/KeyValueStringParserTest.php
Loading
Please register or sign in to comment