| ecad51dd | 17-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
fix handling of loading auth backend
When a non existing auth backend was configured, the action router ran into an infinie loop exception. The reason was that the denied action required a configure
fix handling of loading auth backend
When a non existing auth backend was configured, the action router ran into an infinie loop exception. The reason was that the denied action required a configured auth system, but denying access should always work.
Interestingly the problem did not occur when the auth backend signalled a failure to load. This was because the auth backend was not properly deinitialized. This is now done.
To aid debugging similar problems, fatal errors are now logged through the logging mechanism in the action router
show more ...
|
| 6c9fde82 | 11-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Ui\Revisions class replaces html_revisions()
no space between printed items such as date, unsername, sizechange info. Further work needed for better looks/design. The code for page navigation in Ui\
Ui\Revisions class replaces html_revisions()
no space between printed items such as date, unsername, sizechange info. Further work needed for better looks/design. The code for page navigation in Ui\Revisions is different with Ui\Recent.
show more ...
|