Skip to content

Commit 022a77e

Browse files
authored
Merge pull request #536 from outlandishideas/develop
dependency update
2 parents dfead71 + 466f50d commit 022a77e

9 files changed

Lines changed: 811 additions & 659 deletions

File tree

.circleci/config.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,16 @@ orbs:
66
aws-ecr: circleci/aws-ecr@8.1.3
77
aws-ecs: circleci/aws-ecs@3.2.0
88

9+
executors:
10+
outlandish:
11+
machine:
12+
image: ubuntu-2004:edge
13+
914
workflows:
1015
deploy-staging:
1116
jobs:
1217
- aws-ecr/build-and-push-image:
18+
executor: outlandish
1319
context:
1420
- ecs-deploys
1521
filters:
@@ -31,6 +37,7 @@ workflows:
3137
deploy-production:
3238
jobs:
3339
- aws-ecr/build-and-push-image:
40+
executor: outlandish
3441
context:
3542
- ecs-deploys
3643
filters:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"symfony/twig-bundle": "^5.4",
4444
"symfony/yaml": "^5.0",
4545
"twig/extra-bundle": "^3.4",
46-
"twig/twig": "^3.4"
46+
"twig/twig": "^3.14"
4747
},
4848
"require-dev": {
4949
"roave/security-advisories": "dev-latest"

composer.lock

Lines changed: 766 additions & 626 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Controller/MainController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public function packageJson(string $package, string $hash, string $dir): Respons
111111
public function home(Request $request): Response
112112
{
113113
return $this->render('index.twig', [
114-
'title' => 'WordPress Packagist: Manage your plugins and themes with Composer',
114+
'title' => 'WPackagist: Manage your WordPress® plugins and themes with Composer',
115115
'searchForm' => $this->getForm()->handleRequest($request)->createView(),
116116
]);
117117
}
@@ -130,7 +130,7 @@ public function search(Request $request, EntityManagerInterface $entityManager):
130130
$query = mb_convert_encoding($query, 'UTF-8');
131131

132132
$data = [
133-
'title' => "WordPress Packagist: Search packages",
133+
'title' => "WPackagist: Search packages",
134134
'searchForm' => $form->createView(),
135135
'currentPageResults' => '',
136136
'error' => '',

web/templates/footer.twig

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
<div class="panel">
2-
<p class="right">
3-
<a href="https://twitter.com/wpackagist" class="twitter-follow-button" data-size="large">Follow @wpackagist</a>
4-
<script>!function (d, s, id) {
5-
var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https';
6-
if (!d.getElementById(id)) {
7-
js = d.createElement(s);
8-
js.id = id;
9-
js.src = p + '://platform.twitter.com/widgets.js';
10-
fjs.parentNode.insertBefore(js, fjs);
11-
}
12-
}(document, 'script', 'twitter-wjs');</script>
13-
</p>
14-
<p>An <a href="https://outlandish.com" target="_blank">Outlandish</a> experiment.</p>
15-
</div>
1+
<div class="panel">
2+
<p class="right">
3+
<a href="https://twitter.com/wpackagist" class="twitter-follow-button" data-size="large">Follow @wpackagist</a>
4+
<script>!function (d, s, id) {
5+
var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https';
6+
if (!d.getElementById(id)) {
7+
js = d.createElement(s);
8+
js.id = id;
9+
js.src = p + '://platform.twitter.com/widgets.js';
10+
fjs.parentNode.insertBefore(js, fjs);
11+
}
12+
}(document, 'script', 'twitter-wjs');</script>
13+
</p>
14+
<p>An <a href="https://outlandish.com" target="_blank">Outlandish</a> experiment.</p>
15+
<p>
16+
The WordPress&reg; trademark is the intellectual property of the WordPress Foundation. Uses of the WordPress&reg;
17+
name in this website are for identification purposes only and do not imply an endorsement by WordPress Foundation.
18+
WPackagist is not endorsed or owned by, or affiliated with, the WordPress Foundation.
19+
</p>
20+
</div>

web/templates/index.twig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{% endblock %}
66

77
{% block content %}
8-
<p class="mission">This site mirrors the WordPress <a href=
8+
<p class="mission">This site mirrors the WordPress&reg; <a href=
99
"https://plugins.svn.wordpress.org/">plugin</a> and <a href=
1010
"https://themes.svn.wordpress.org/">theme</a> directories as a <a href=
1111
"https://getcomposer.org/">Composer</a> repository.
@@ -106,7 +106,7 @@
106106

107107
<li>Avoid having to use git submodules.</li>
108108

109-
<li>Manage WordPress and non-WordPress project libraries with the
109+
<li>Manage WordPress&reg; and non-WordPress&reg; project libraries with the
110110
same tools.</li>
111111

112112
<li>Could eventually be used to manage dependencies between
@@ -116,7 +116,7 @@
116116
<h3>How does the repository work?</h3>
117117

118118
<ul>
119-
<li>Scans the WordPress Subversion repository every hour for <a href=
119+
<li>Scans the WordPress&reg; Subversion repository every hour for <a href=
120120
"https://plugins.svn.wordpress.org/" target="_blank">plugins</a> and <a href=
121121
"https://themes.svn.wordpress.org/" target="_blank">themes</a>. Search and click <button disabled class="search-result__refresh-button">↺</button> to make any newer versions available.
122122
</li>
@@ -148,12 +148,12 @@
148148
<li>You can also check for <a href="https://github.com/outlandishideas/wpackagist/issues" target="_blank">open issues</a>.</li>
149149
</ul>
150150

151-
<h3>WordPress Core</h3>
151+
<h3>WordPress&reg; Core</h3>
152152

153153
<p>See
154154
<code><a href="https://github.com/fancyguy/webroot-installer" target="_blank">fancyguy/webroot-installer</a></code> or
155155
<code><a href="https://github.com/roots/wordpress" target="_blank">roots/wordpress</a></code> for installing
156-
WordPress itself using Composer.</p>
156+
WordPress&reg; itself using Composer.</p>
157157

158158
<h3>Contribute or get support</h3>
159159

web/templates/layout.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<link rel="stylesheet" href="{{ app.request.basepath }}/assets/css/foundation.css">
88
<link rel="stylesheet" href="{{ app.request.basepath }}/assets/css/style.css">
99
<link rel="shortcut icon" href="favicon.png">
10-
<link rel="search" href="{{ app.request.basepath }}/opensearch.xml" type="application/opensearchdescription+xml" title="Wordpress Packagist">
10+
<link rel="search" href="{{ app.request.basepath }}/opensearch.xml" type="application/opensearchdescription+xml" title="WPackagist">
1111
<!-- Google tag (gtag.js) -->
1212
<script async src="https://www.googletagmanager.com/gtag/js?id=G-66E5KL2YSN"></script>
1313
<script>
@@ -21,14 +21,14 @@
2121
<div class="row">
2222
<div class="small-12 columns">
2323

24-
<h1 id="title"><a href="{{ app.request.basepath }}/">WordPress Packagist</a></h1>
24+
<h1 id="title"><a href="{{ app.request.basepath }}/">WPackagist</a></h1>
2525

2626
{% block content %}{% endblock %}
2727

2828
{% include 'footer.twig' %}
2929
</div>
3030
</div>
31-
<a href="https://github.com/outlandishideas/wpackagist" class="fork"><img src="{{ app.request.basepath }}/assets/img/fork.png" alt="Fork WordPress Packagist on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
31+
<a href="https://github.com/outlandishideas/wpackagist" class="fork"><img src="{{ app.request.basepath }}/assets/img/fork.png" alt="Fork WPackagist on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png"></a>
3232
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
3333
<script src="{{ app.request.basepath }}/assets/js/main.js"></script>
3434
</body>

web/templates/opensearch.twig

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
3-
<ShortName>Wordpress Packagist</ShortName>
4-
<Description>Search Wordpress plugins and themes</Description>
5-
<Url type="text/html" template="http://{{ host }}{{ app.request.basepath }}/search?q={searchTerms}"/>
6-
</OpenSearchDescription>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
3+
<ShortName>WPackagist</ShortName>
4+
<Description>Search Wordpress&reg; plugins and themes</Description>
5+
<Url type="text/html" template="http://{{ host }}{{ app.request.basepath }}/search?q={searchTerms}"/>
6+
</OpenSearchDescription>

web/templates/search.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<th width="8%">Type</th>
1717
<th width="20%">Name</th>
1818
<th width="16%"><abbr title="Last time a modification was committed to the SVN repository">Last committed</abbr></th>
19-
<th width="16%"><abbr title="Last time this package was updated in the WordPress Packagist database">Last fetched</abbr></th>
19+
<th width="16%"><abbr title="Last time this package was updated in the WordPress® Packagist database">Last fetched</abbr></th>
2020
<th width="32%">Versions</th>
2121
<th width="4%">Active</th>
2222
<th width="4%">Refresh</th>

0 commit comments

Comments
 (0)