Skip to content

Commit 2fce8ae

Browse files
authored
Merge pull request phpbb#6820 from marc1706/ticket/17514
[tticket/17514] Remove version 3 specifier from paths and content
2 parents 9adb7eb + 14f055c commit 2fce8ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+93
-3268
lines changed

git-tools/hooks/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# A hook to check syntax of a phpBB3 commit message, per:
3+
# A hook to check syntax of a phpBB commit message, per:
44
# * <https://area51.phpbb.com/docs/dev/master/development/git.html>
55
# * <http://area51.phpbb.com/phpBB/viewtopic.php?p=209919#p209919>
66
#

git-tools/merge.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function show_usage()
5656
function work($pull_id, $remote)
5757
{
5858
// Get some basic data
59-
$pull = get_pull('phpbb', 'phpbb3', $pull_id);
59+
$pull = get_pull('phpbb', 'phpbb', $pull_id);
6060

6161
if (!$pull_id)
6262
{
@@ -79,7 +79,7 @@ function work($pull_id, $remote)
7979
run("git checkout develop-olympus");
8080
run("git pull $remote develop-olympus");
8181

82-
add_remote($pull_user, 'phpbb3');
82+
add_remote($pull_user, 'phpbb');
8383
run("git fetch $pull_user");
8484
run("git merge --no-ff $pull_user/$pull_branch");
8585
run("phpBB/vendor/bin/phpunit");
@@ -94,7 +94,7 @@ function work($pull_id, $remote)
9494
run("git checkout develop");
9595
run("git pull $remote develop");
9696

97-
add_remote($pull_user, 'phpbb3');
97+
add_remote($pull_user, 'phpbb');
9898
run("git fetch $pull_user");
9999
run("git merge --no-ff $pull_user/$pull_branch");
100100
run("phpBB/vendor/bin/phpunit");

phpBB/adm/style/admin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* global phpbb */
22

33
/**
4-
* phpBB3 ACP functions
4+
* phpBB ACP functions
55
*/
66

77
/**

phpBB/docs/CHANGELOG.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="keywords" content="" />
7-
<meta name="description" content="phpBB 3.3.x Changelog" />
7+
<meta name="description" content="phpBB Changelog" />
88
<title>phpBB &bull; Changelog</title>
99

1010
<link href="assets/css/stylesheet.css" rel="stylesheet" type="text/css" media="screen" />
@@ -21,7 +21,7 @@
2121

2222
<div id="doc-description">
2323
<a href="../index.php" id="logo"><span class="site_logo"></span></a>
24-
<h1>phpBB 3.3.x Changelog</h1>
24+
<h1>phpBB Changelog</h1>
2525
<p style="display: none;"><a href="#start_here">Skip</a></p>
2626
</div>
2727

@@ -36,7 +36,7 @@ <h1>phpBB 3.3.x Changelog</h1>
3636
<!-- BEGIN DOCUMENT -->
3737

3838
<p class="paragraph main-description">
39-
This is a non-exhaustive (but still near complete) changelog for phpBB 3.3.x including release candidate versions.
39+
This is a non-exhaustive (but still near complete) changelog for phpBB including release candidate versions.
4040
Our thanks to all those people who've contributed bug reports and code fixes.
4141
</p>
4242

phpBB/docs/FAQ.html

Lines changed: 0 additions & 328 deletions
This file was deleted.

0 commit comments

Comments
 (0)