Rename '-- All Projects --' in documentation to 'All-Projects'

The wild project that is the root project for all other projects was
renamed from '-- All Projects --' to 'All-Projects', but some places
in the Gerrit documentation were not updated.

Change-Id: I6b908b6e80c9e7861011a23f3b25608728943caf
Signed-off-by: Edwin Kempin <edwin.kempin@sap.com>
This commit is contained in:
Edwin Kempin
2011-09-15 14:17:25 +02:00
parent 86a76eb6c2
commit 0b8a3d157b

View File

@@ -319,9 +319,9 @@ is ignored. This behavior is useful to hide a handful of projects
on an otherwise public server.
For an open source, public Gerrit installation it is common to grant
`Read Access +1` to `Anonymous Users` in the `-- All Projects
--` ACL, enabling casual browsing of any project's changes,
as well as fetching any project's repository over SSH or HTTP.
`Read Access +1` to `Anonymous Users` in the `All-Projects` ACL,
enabling casual browsing of any project's changes, as well as
fetching any project's repository over SSH or HTTP.
New projects can be temporarily hidden from public view by granting
`Read Access -1` to `Anonymous Users` and granting `Read Access +1`
to the project owner's group within the per-project ACL.
@@ -349,8 +349,8 @@ Read Access +1 to even develop a change. Therefore upload access
implies read access by simply being a higher level of it.
For an open source, public Gerrit installation, it is common to
grant `Read Access +1..+2` to `Registered Users` in the `-- All
Projects --` ACL. For more private installations, its common to
grant `Read Access +1..+2` to `Registered Users` in the
`All-Projects` ACL. For more private installations, its common to
simply grant `Read Access +1..+2` to all users of a project.
[[category_READ_3]]