Skip to content

Commit fba5906

Browse files
committed
Complete themeing; edit homepage content; find/replace core -> ui
1 parent 47f8dcb commit fba5906

21 files changed

+149
-205
lines changed

_data/metadata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
title: 'jQuery - Bug Tracker',
2+
title: 'jQuery UI - Bug Tracker',
33
url: 'https://bugs.jqueryui.com/',
44
language: 'en',
55
description: 'Static archive of the old bugs.jqueryui.com Trac site.',

_includes/layouts/base.njk

Lines changed: 21 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -79,60 +79,51 @@
7979
</ul>
8080
</nav>
8181
<nav id="jq-secondaryNavigation">
82-
<h2 class="visually-hidden">jQuery Core navigation menu</h2>
82+
<h2 class="visually-hidden">jQuery UI navigation menu</h2>
8383
<ul class="nav">
8484
<li class="jq-download">
85-
<a href="https://jquery.com/download/">
85+
<a href="https://jqueryui.com/download/">
8686
Download
8787
</a>
8888
</li>
8989
<li class="jq-documentation">
90-
<a href="https://api.jquery.com/">
91-
Documentation
90+
<a href="https://jqueryui.com/demos/">
91+
Demos &amp; Documentation
9292
</a>
9393
</li>
94-
<li class="jq-tutorials">
95-
<a href="https://learn.jquery.com/">
96-
Tutorials
94+
<li class="jq-themes">
95+
<a href="https://jqueryui.com/themeroller/">
96+
Themes
9797
</a>
9898
</li>
99-
<li class="jq-bugTracker">
100-
<a href="https://github.com/jquery/jquery/issues">
101-
Bug Tracker
99+
<li class="jq-development">
100+
<a href="https://jqueryui.com/development/">
101+
Development
102102
</a>
103103
</li>
104-
<li class="jq-discussion">
105-
<a href="https://forum.jquery.com/">
106-
Discussion
104+
<li class="jq-support">
105+
<a href="https://jqueryui.com/support/">
106+
Support
107107
</a>
108108
</li>
109109
</ul>
110110
</nav>
111111
</div>
112112
</div>
113-
<div id="bug-tracker-form" class="flex-column flex-between-center">
114-
<h1>Bug Tracker</h1>
113+
</header>
114+
<main id="skip" class="flex-column white-box">
115+
<h2 class="visually-hidden">Search and Top Navigation</h2>
116+
<div class="flex-row flex-end-center">
115117
<div id="search"></div>
116-
{# <form class="flex-row flex-start-center" action="/search" method="get">
117-
<label for="jq-primarySearch">Search Tickets</label>
118-
<input type="text" value="" title="Search jQuery" name="q" id="jq-primarySearch">
119-
<button type="submit" name="go" id="jq-searchButton">
120-
<span class="visually-hidden">Search</span>
121-
</button>
122-
</form> #}
123118
</div>
124-
</header>
125-
<main id="skip" class="flex-column">
126-
<h2 class="visually-hidden">Side navigation</h2>
127-
<nav id="jq-sidenav" class="flex-column white-box">
128-
<h5 class="sidenav-header">Bug Tracker</h5>
119+
<nav id="jq-topnav" class="flex-column flex-start-center">
129120
<a href="/newticket">New Ticket</a>
130121
<a href="/report">View Tickets</a>
131122
<a href="/ticketgraph">Ticket Graph</a>
132123
<a href="/roadmap">Roadmap</a>
133124
<a href="/timeline">Recent Changes</a>
134125
</nav>
135-
<div id="jq-content" class="white-box">
126+
<div id="jq-content" class="flex-column">
136127
{{ content | safe }}
137128
</div>
138129
</main>
@@ -148,11 +139,11 @@
148139
element: "#search",
149140
showImages: false,
150141
translations: {
151-
placeholder: '',
142+
placeholder: 'Search tickets',
152143
zero_results: 'No matches found.'
153144
}
154145
})
155146
})
156147
</script>
157148
</body>
158-
</html>
149+
</html>

content/404.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Sorry, but the page you were trying to view does not exist.
1212

1313
It may have existed before, but this site is now a static archive of the old Trac site. Some pages have been removed.
1414

15-
jQuery issues have moved to [GitHub](https://github.com/jquery/jquery/issues).
15+
jQuery UI issues have moved to [GitHub](https://github.com/jquery/jquery-ui/issues).
1616

1717
If you know the ticket number you are looking for, use the following URL format to go directly to the ticket:
1818

content/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: layouts/base.njk
66

77
---
88

9-
jQuery issues have moved to [GitHub](https://github.com/jquery/jquery/issues).
9+
jQuery UI issues have moved to [GitHub](https://github.com/jquery/jquery-ui/issues).
1010

1111
This site is now a static version of the old Trac bugs site.
1212

content/attachment.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
layout: 'layouts/base.njk',
1616
eleventyComputed: {
17-
title: "{{ attachment.filename }} on Ticket #{{ attachment.id }} – Attachment – jQuery - Bug Tracker"
17+
title: "{{ attachment.filename }} on Ticket #{{ attachment.id }} – Attachment – jQuery UI - Bug Tracker"
1818
},
1919
permalink: '/attachment/ticket/{{ attachment.id }}/{{ attachment.filename }}/index.html',
2020
tags: ['attachment']

content/index.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
layout: layouts/wiki.njk
3+
breadcrumb: WikiStart
4+
---
5+
6+
## This site is no longer in use
7+
8+
jQuery UI is in **maintenance-only mode**. Users should not expect any new releases. Patches may be issued to resolve critical security, interoperability, or regression bugs. See the [blog post](https://blog.jqueryui.com/2021/10/jquery-maintainers-update-and-transition-jquery-ui-as-part-of-overall-modernization-efforts/) for more information.
9+
10+
jQuery UI issues were moved to <a href="https://github.com/jquery/jquery-ui/issues">GitHub</a>. This site is now a static, read-only archive of the old <a href="https://trac.edgewall.org/">Trac</a> site. Any critical issues should be filed on the project's GitHub repository.
11+
12+
_Search_ is still supported for tickets and milestones, but some functions and pages no longer work.

content/index.njk

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

content/milestone.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pagination:
66
addAllPagesToCollections: true
77
layout: layouts/base.njk
88
eleventyComputed:
9-
title: "Milestone {{ milestone.name }} – jQuery - Bug Tracker"
9+
title: "Milestone {{ milestone.name }} – jQuery UI - Bug Tracker"
1010
permalink: '/milestone/{{ milestone.name }}/index.html'
1111
tags: ['milestone']
1212
---

content/newticket.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ layout: layouts/base.njk
66

77
---
88

9-
jQuery issues have moved to [GitHub](https://github.com/jquery/jquery/issues). This site is now a static version of the old Trac bugs site. Tickets can no longer be created here.
9+
jQuery UI issues have moved to [GitHub](https://github.com/jquery/jquery-ui/issues). This site is now a static version of the old Trac bugs site. Tickets can no longer be created here.
1010

11-
If you'd like to report a new issue, please [open an issue on GitHub](https://github.com/jquery/jquery/issues/new/choose).
11+
If you'd like to report a new issue, please [open an issue on GitHub](https://github.com/jquery/jquery-ui/issues/new/choose).

content/prefs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: layouts/base.njk
66

77
---
88

9-
jQuery issues have moved to [GitHub](https://github.com/jquery/jquery/issues). This site is now a static version of the old Trac bugs site. There are no longer any preferences to set.
9+
jQuery UI issues have moved to [GitHub](https://github.com/jquery/jquery-ui/issues). This site is now a static version of the old Trac bugs site. There are no longer any preferences to set.
1010

1111
If you know the ticket number you are looking for, use the following URL format to go directly to the ticket:
1212

0 commit comments

Comments
 (0)