diff --git a/Resources/doc/Installation.md b/Resources/doc/Installation.md index add2671..a8515ff 100644 --- a/Resources/doc/Installation.md +++ b/Resources/doc/Installation.md @@ -118,8 +118,8 @@ Installation ``` -9. The user interface for user administrators to look into why a user may have been blocked is experimental and its labels are still in Dutch. - If you want enable it, add the following to your app/config/routing.yml: +9. The user interface for user administrators to look into why a user may have been blocked is optional. + To enable it add the following to your app/config/routing.yml: ```yml metaclass_auth_guard: resource: "@MetaclassAuthenticationGuardBundle/Resources/config/routing.yml" @@ -134,6 +134,11 @@ Installation Add the above path to the list in an appropriate place. You may have to adapt ROLE_ADMIN to the user role identifier appropriate for your application's security configuration. + It needs translation enabled in your app/config/config.yml: + ```yml + framework: + translator: { fallbacks: ["%locale%"] } + ``` The user interface has the following entries: - guard/statistics - guard/history/ipAddress (replace 'ipAddress' by an actual ip address) diff --git a/Resources/doc/changelog.txt b/Resources/doc/changelog.txt index 2386862..2de61cf 100644 --- a/Resources/doc/changelog.txt +++ b/Resources/doc/changelog.txt @@ -301,6 +301,7 @@ Make web based user interface more extendable: ::initDateFormatAndPattern may be overridden for setting locale dependent (custom) patterns comitted, pushed, published, tagged v0.3.1 ---------------------------------------------------- +(branche 0_3) #14: Make user interface independent of DoctrineBundle - Controller\GuardStatsController no longer uses annotations - Resources/config/routing.yml now defines each route individually @@ -323,3 +324,14 @@ Make web based user interface more extendable: title added 13. Template used by the web based user interface for user administrators added +committed, pushed, published +------------------------------------------------- +(branche 0_3) +- Corrected README.md (Release notes) +committed +------------------------------------------- +(branche 0_3) +Corrected documentation +- Resources/doc/Installation.md + 9. The user interface for user administrators + removed 'experimental', added info on enabling translation