Enabling linkattrs explicitly on doc pages having external links

Asciidoc may fail to render link attributes for external links
supposed to open in a new window correctly. This change adds
:linkattrs: to the beginning of such files to force parsing link
attributes correctly.

Bug: Issue 12068
Change-Id: If18be60de646ff78f672239dd4fa435fd4fd92ab
This commit is contained in:
Marian Harbach
2019-12-13 10:42:46 +01:00
parent ea6dce80ad
commit ebeb15460c
76 changed files with 76 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Access Controls = Gerrit Code Review - Access Controls
Access controls in Gerrit are group based. Every user account is a Access controls in Gerrit are group based. Every user account is a

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Backup = Gerrit Code Review - Backup
A Gerrit Code Review site contains data that needs to be backed up regularly. A Gerrit Code Review site contains data that needs to be backed up regularly.

View File

@@ -1,3 +1,4 @@
:linkattrs:
= commit-msg Hook = commit-msg Hook

View File

@@ -1,3 +1,4 @@
:linkattrs:
= The refs/for namespace = The refs/for namespace
When pushing a new or updated commit to Gerrit, you push that commit using a When pushing a new or updated commit to Gerrit, you push that commit using a

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Accounts = Gerrit Code Review - Accounts
== Overview == Overview

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Configuration = Gerrit Code Review - Configuration
== File `etc/gerrit.config` == File `etc/gerrit.config`

View File

@@ -1,3 +1,4 @@
:linkattrs:
== Gitweb Integration == Gitweb Integration
Gerrit Code Review can manage and generate hyperlinks to gitweb, Gerrit Code Review can manage and generate hyperlinks to gitweb,

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Hooks = Gerrit Code Review - Hooks
Gerrit does not run any of the standard git hooks in the repositories Gerrit does not run any of the standard git hooks in the repositories

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Mail Templates = Gerrit Code Review - Mail Templates
Gerrit uses link:https://developers.google.com/closure/templates/[Closure Templates,role=external,window=_blank] Gerrit uses link:https://developers.google.com/closure/templates/[Closure Templates,role=external,window=_blank]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Plugins = Plugins
The Gerrit server functionality can be extended by installing plugins. The Gerrit server functionality can be extended by installing plugins.

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Single Sign-On Security = Gerrit Code Review - Single Sign-On Security
Gerrit supports integration with some types of single sign-on Gerrit supports integration with some types of single sign-on

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Building with Bazel = Gerrit Code Review - Building with Bazel
[[installation]] [[installation]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Contributor License Agreement = Gerrit Code Review - Contributor License Agreement
In order to link::dev-community.html#how-to-contribute[contribute] to In order to link::dev-community.html#how-to-contribute[contribute] to

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Community = Gerrit Community
Gerrit is developed as a Gerrit is developed as a

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Contributing = Gerrit Code Review - Contributing
[[cla]] [[cla]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Core Plugins = Gerrit Code Review - Core Plugins
[[definition]] [[definition]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Crafting Changes = Gerrit Code Review - Crafting Changes
Here are some hints as to what approvers may be looking for Here are some hints as to what approvers may be looking for

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - System Design = Gerrit Code Review - System Design
== Objective == Objective

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - End to end load tests = Gerrit Code Review - End to end load tests
This document provides a description of a Gerrit load test scenario implemented using the link:http://gatling.io[`Gatling`] framework. This document provides a description of a Gerrit load test scenario implemented using the link:http://gatling.io[`Gatling`] framework.

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Eclipse Setup = Gerrit Code Review - Eclipse Setup
This document is about configuring Gerrit Code Review into an This document is about configuring Gerrit Code Review into an

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Inspector = Gerrit Inspector
== NAME == NAME

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - IntelliJ IDEA Setup = Gerrit Code Review - IntelliJ IDEA Setup
== Prerequisites == Prerequisites

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Plugin Lifecycle = Plugin Lifecycle
Most of the plugins are hosted on the same instance as the Most of the plugins are hosted on the same instance as the

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Plugin Development = Gerrit Code Review - Plugin Development
The Gerrit server functionality can be extended by installing plugins. The Gerrit server functionality can be extended by installing plugins.

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Development Processes = Gerrit Code Review - Development Processes
[[project-governance]] [[project-governance]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review: Developer Setup = Gerrit Code Review: Developer Setup
To build a developer instance, you'll need link:https://bazel.build/[Bazel,role=external,window=_blank] to To build a developer instance, you'll need link:https://bazel.build/[Bazel,role=external,window=_blank] to

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Deploy Gerrit Artifacts = Deploy Gerrit Artifacts
[[deploy-configuration-setting-maven-central]] [[deploy-configuration-setting-maven-central]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Making a Snapshot Release of JGit = Making a Snapshot Release of JGit
This step is only necessary if we need to create an unofficial JGit This step is only necessary if we need to create an unofficial JGit

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Making a Release of a Gerrit Subproject = Making a Release of a Gerrit Subproject
[[make-snapshot]] [[make-snapshot]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Making a Gerrit Release = Making a Gerrit Release
[NOTE] [NOTE]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Supporting Roles = Gerrit Code Review - Supporting Roles
As an open source project Gerrit has a large community of people As an open source project Gerrit has a large community of people

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Starter Projects = Gerrit Code Review - Starter Projects
We have created a We have created a

View File

@@ -1,3 +1,4 @@
:linkattrs:
= change ... closed = change ... closed
With this error message Gerrit rejects to push a commit or submit a With this error message Gerrit rejects to push a commit or submit a

View File

@@ -1,3 +1,4 @@
:linkattrs:
= commit xxxxxxx: Change-Id must be in message footer = commit xxxxxxx: Change-Id must be in message footer
With this error message, Gerrit rejects a push of a commit to a project With this error message, Gerrit rejects a push of a commit to a project

View File

@@ -1,3 +1,4 @@
:linkattrs:
= contains banned commit ... = contains banned commit ...
With this error message Gerrit rejects to push a commit that is With this error message Gerrit rejects to push a commit that is

View File

@@ -1,3 +1,4 @@
:linkattrs:
= ... has duplicates = ... has duplicates
With this error message Gerrit rejects to push a commit if its commit With this error message Gerrit rejects to push a commit if its commit

View File

@@ -1,3 +1,4 @@
:linkattrs:
= invalid author = invalid author
For every pushed commit Gerrit verifies that the e-mail address of For every pushed commit Gerrit verifies that the e-mail address of

View File

@@ -1,3 +1,4 @@
:linkattrs:
= invalid Change-Id line format in commit message footer = invalid Change-Id line format in commit message footer
With this error message Gerrit rejects to push a commit if its commit With this error message Gerrit rejects to push a commit if its commit

View File

@@ -1,3 +1,4 @@
:linkattrs:
= invalid committer = invalid committer
For every pushed commit Gerrit verifies that the e-mail address of For every pushed commit Gerrit verifies that the e-mail address of

View File

@@ -1,3 +1,4 @@
:linkattrs:
= commit xxxxxxx: missing Change-Id in message footer = commit xxxxxxx: missing Change-Id in message footer
With this error message Gerrit rejects to push a commit to a project With this error message Gerrit rejects to push a commit to a project

View File

@@ -1,3 +1,4 @@
:linkattrs:
= commit xxxxxxx: missing subject; Change-Id must be in message footer = commit xxxxxxx: missing subject; Change-Id must be in message footer
With this error message Gerrit rejects to push a commit to a project With this error message Gerrit rejects to push a commit to a project

View File

@@ -1,3 +1,4 @@
:linkattrs:
= commit xxxxxxx: multiple Change-Id lines in message footer = commit xxxxxxx: multiple Change-Id lines in message footer
With this error message Gerrit rejects to push a commit if the commit With this error message Gerrit rejects to push a commit if the commit

View File

@@ -1,3 +1,4 @@
:linkattrs:
= no new changes = no new changes
With this error message Gerrit rejects to push a commit if the pushed With this error message Gerrit rejects to push a commit if the pushed

View File

@@ -1,3 +1,4 @@
:linkattrs:
= non-fast forward = non-fast forward
With this error message Gerrit rejects a push if the remote branch can't With this error message Gerrit rejects a push if the remote branch can't

View File

@@ -1,3 +1,4 @@
:linkattrs:
= you are not allowed to upload merges = you are not allowed to upload merges
With this error message Gerrit rejects to push a merge commit if the With this error message Gerrit rejects to push a merge commit if the

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Permission denied (publickey) = Permission denied (publickey)
With this error message an SSH command to Gerrit is rejected if the With this error message an SSH command to Gerrit is rejected if the

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Push fails due to commit message = Push fails due to commit message
If Gerrit rejects pushing a commit it is often the case that there is If Gerrit rejects pushing a commit it is often the case that there is

View File

@@ -1,3 +1,4 @@
:linkattrs:
= same Change-Id in multiple changes = same Change-Id in multiple changes
With this error message Gerrit rejects to push a commit if it With this error message Gerrit rejects to push a commit if it

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Upload denied for project ... = Upload denied for project ...
With this error message Gerrit rejects to push a commit if the With this error message Gerrit rejects to push a commit if the

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review for Git = Gerrit Code Review for Git
== Quickstarts == Quickstarts

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - J2EE Installation = Gerrit Code Review - J2EE Installation
== Description == Description

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Standalone Daemon Installation Guide = Gerrit Code Review - Standalone Daemon Installation Guide
[[prerequisites]] [[prerequisites]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Basic Gerrit Walkthrough -- For GitHub Users = Basic Gerrit Walkthrough -- For GitHub Users

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Working with Gerrit: An example = Working with Gerrit: An example
To understand how Gerrit works, let's follow a change through its entire To understand how Gerrit works, let's follow a change through its entire

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Project Owner Guide = Project Owner Guide
This is a Gerrit guide that is dedicated to project owners. It This is a Gerrit guide that is dedicated to project owners. It

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review Product Overview = Gerrit Code Review Product Overview
Gerrit Code Review is a web-based code review tool built on Gerrit Code Review is a web-based code review tool built on

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Use Gerrit to Be a Rockstar Programmer = Use Gerrit to Be a Rockstar Programmer
== Overview == Overview

View File

@@ -1,3 +1,4 @@
:linkattrs:
= User Guide = User Guide
This is a Gerrit guide that is dedicated to Gerrit end-users. It This is a Gerrit guide that is dedicated to Gerrit end-users. It

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Quickstart for Installing Gerrit on Linux = Quickstart for Installing Gerrit on Linux
This content explains how to install a basic instance of Gerrit on a Linux This content explains how to install a basic instance of Gerrit on a Linux

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - NoteDb Backend = Gerrit Code Review - NoteDb Backend
NoteDb is the next generation of Gerrit storage backend, which replaces the NoteDb is the next generation of Gerrit storage backend, which replaces the

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - PolyGerrit Plugin Development = Gerrit Code Review - PolyGerrit Plugin Development
CAUTION: Work in progress. Hard hat area. Please CAUTION: Work in progress. Hard hat area. Please

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - PolyGerrit Plugin Development = Gerrit Code Review - PolyGerrit Plugin Development
CAUTION: Work in progress. Hard hat area. Please CAUTION: Work in progress. Hard hat area. Please

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - PolyGerrit Plugin Styling = Gerrit Code Review - PolyGerrit Plugin Styling
== Plugin styles == Plugin styles

View File

@@ -1,3 +1,4 @@
:linkattrs:
= MigrateAccountPatchReviewDb = MigrateAccountPatchReviewDb
== NAME == NAME

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Prolog Submit Rules Cookbook = Gerrit Code Review - Prolog Submit Rules Cookbook
[[SubmitRule]] [[SubmitRule]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Quota = Gerrit Code Review - Quota
Gerrit does not provide out of the box quota enforcement. However, it does Gerrit does not provide out of the box quota enforcement. However, it does

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - /accounts/ REST API = Gerrit Code Review - /accounts/ REST API
This page describes the account related REST endpoints. This page describes the account related REST endpoints.

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - /changes/ REST API = Gerrit Code Review - /changes/ REST API
This page describes the change related REST endpoints. This page describes the change related REST endpoints.

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - /projects/ REST API = Gerrit Code Review - /projects/ REST API
This page describes the project related REST endpoints. This page describes the project related REST endpoints.

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - REST API = Gerrit Code Review - REST API
Gerrit Code Review comes with a REST like API available over HTTP. Gerrit Code Review comes with a REST like API available over HTTP.

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Creating and Editing Changes in the Gerrit Web Interface = Creating and Editing Changes in the Gerrit Web Interface
== Overview == Overview

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Request Tracing = Request Tracing
[[on-demand]] [[on-demand]]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Review UI = Review UI
Reviewing changes is an important task and the Gerrit Web UI provides Reviewing changes is an important task and the Gerrit Web UI provides

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Searching Changes = Gerrit Code Review - Searching Changes
== Default Searches == Default Searches

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Signed-off-by Lines = Gerrit Code Review - Signed-off-by Lines
[NOTE] [NOTE]

View File

@@ -1,3 +1,4 @@
:linkattrs:
= Gerrit Code Review - Uploading Changes = Gerrit Code Review - Uploading Changes
Gerrit supports three methods of uploading changes: Gerrit supports three methods of uploading changes: