| #
3a97d936 |
| 11-May-2018 |
Andreas Gohr <andi@splitbrain.org> |
PSR-2 for usermanager plugin
|
| #
9c9753d6 |
| 12-May-2017 |
Andreas Gohr <andi@splitbrain.org> |
replace some var keywords
This should fix some tests on PHP 7.1. The work is far from done, we still have a lot of variables without proper accessibility defined.
|
| #
d0c0a5c4 |
| 19-Apr-2016 |
Anika Henke <anika@selfthinker.org> |
removed implementation of _getcsv() in usermanager
Our minimum PHP version requirement is now over 5.3, so this workaround is not needed anymore. See also c9454ee3a82b29418a7ee59f0bb35006ea6a7fb1
|
| #
c9454ee3 |
| 01-Dec-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Per FS#2884, implement a local version of str_getcsv() to maintain compatibility with php 5.2.x (str_getcsv() is only available in php 5.3+ and is used by user manager import feature.
|
| #
211955be |
| 28-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
test import against auth plugin which doesn't allow adding users
|
| #
ed6bf75f |
| 28-Nov-2013 |
Christopher Smith <chris@jalakai.co.uk> |
Add unit tests for usermanager import & export functions
|