#
cb81639b |
| 22-Jan-2016 |
Damien Regad <dregad@mantisbt.org> |
Do not connect DB if we're already connected
|
#
5a360df9 |
| 22-Jan-2016 |
Damien Regad <dregad@mantisbt.org> |
Remove unnecessary variable assignment
|
#
0341717f |
| 22-Jan-2016 |
Damien Regad <dregad@mantisbt.org> |
Change properties and methods visibility
Use protected instead of private
|
#
29953764 |
| 22-Jan-2016 |
Damien Regad <dregad@mantisbt.org> |
Control default group membership via config option
Prior to this, the plugin would automatically add all users to the Dokuwiki defaultgroup.
This is now an option for the administrator, via Configu
Control default group membership via config option
Prior to this, the plugin would automatically add all users to the Dokuwiki defaultgroup.
This is now an option for the administrator, via Configuration Manager.
Fixes #4
show more ...
|
#
eed09871 |
| 20-Jan-2016 |
Damien Regad <dregad@mantisbt.org> |
Add debugging information
When DokuWiki is running in Debug mode (allowdebug = 1), the plugin will write detailed information in the debug.log file.
- id of user logging in - SQL statement executed
Add debugging information
When DokuWiki is running in Debug mode (allowdebug = 1), the plugin will write detailed information in the debug.log file.
- id of user logging in - SQL statement executed - query execution status - password check result
Fixes #5
show more ...
|
#
015f33b2 |
| 19-Jan-2016 |
Damien Regad <dregad@mantisbt.org> |
Store PDO connection as property
This way, we only connect to the DB once (in the constructor) and reuse the established connection when retrieving user data.
Fixes #3
|
#
5a632944 |
| 18-Jan-2016 |
Damien Regad <dregad@mantisbt.org> |
The prefix also applies to capabilities
|
#
b5b72c15 |
| 13-Jan-2016 |
Damien Regad <dregad@mantisbt.org> |
Implement configurable Wordpress DB table prefix
Fixes #1
|
#
9520968d |
| 21-Nov-2015 |
Damien Regad <dregad@mantisbt.org> |
Fix error when user does not exist
Warning: array_keys() expects parameter 1 to be array, boolean given
|
#
0e6cb03c |
| 21-Nov-2015 |
Damien Regad <dregad@mantisbt.org> |
Fix vi modeline to not expand tabs
|
#
35dd80b8 |
| 21-Nov-2015 |
Damien Regad <dregad@mantisbt.org> |
Auth plugin base implementation
|
#
24cd6f55 |
| 21-Nov-2015 |
Damien Regad <dregad@mantisbt.org> |
Initial commit with plugin structure
Created with DokuWiki Plugin Wizard http://pluginwiz.dokuwiki.org/
|