Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Commit

Permalink
Corrected documentation
Browse files Browse the repository at this point in the history
- Resources/doc/Installation.md
    9. The user interface for user administrators
        removed 'experimental', added info on enabling translation
  • Loading branch information
metaclass-nl committed Dec 25, 2015
1 parent 9f5d545 commit 79cd69a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Resources/doc/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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)
Expand Down
12 changes: 12 additions & 0 deletions Resources/doc/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 79cd69a

Please sign in to comment.