<feed xmlns='http://www.w3.org/2005/Atom'>
<title>djangoproject.com.git/dashboard, branch issue-1630</title>
<subtitle>djangoproject.com
</subtitle>
<id>http://cgit.adnoto.dev/djangoproject.com.git/atom?h=issue-1630</id>
<link rel='self' href='http://cgit.adnoto.dev/djangoproject.com.git/atom?h=issue-1630'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/'/>
<updated>2026-05-08T10:45:50Z</updated>
<entry>
<title>Add djade linter and format templates.</title>
<updated>2026-05-08T10:45:50Z</updated>
<author>
<name>Anshul Zilpe</name>
<email>anshulzilpe@gmail.com</email>
</author>
<published>2025-12-08T17:39:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=8cec44a35d8f38284f2ea52f2f338a7154d86afb'/>
<id>urn:sha1:8cec44a35d8f38284f2ea52f2f338a7154d86afb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moved docs search bar to top navigation in prep for global search.</title>
<updated>2025-11-21T21:46:02Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-10-17T16:54:18Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=e81dd718cba062f6ace41428278621429cb2d7fc'/>
<id>urn:sha1:e81dd718cba062f6ace41428278621429cb2d7fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated translations</title>
<updated>2025-09-20T11:58:59Z</updated>
<author>
<name>Tobias McNulty</name>
<email>tobias@caktusgroup.com</email>
</author>
<published>2025-09-20T11:58:59Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=6418dc101daaeca5df4138ac0ee2c046564ef4ff'/>
<id>urn:sha1:6418dc101daaeca5df4138ac0ee2c046564ef4ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated translations</title>
<updated>2025-09-12T07:14:11Z</updated>
<author>
<name>Tobias McNulty</name>
<email>tobias@caktusgroup.com</email>
</author>
<published>2025-09-04T15:22:33Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=567e690b8cd58db5081a95d3a2b7f9e9c7c07861'/>
<id>urn:sha1:567e690b8cd58db5081a95d3a2b7f9e9c7c07861</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Isolated `dashboard` app JavaScript (#2155)</title>
<updated>2025-09-11T18:47:21Z</updated>
<author>
<name>Adam Zapletal</name>
<email>adamzap@gmail.com</email>
</author>
<published>2025-09-11T18:47:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=100d673a8ff0a9072ee0eeebcee4252f396049bf'/>
<id>urn:sha1:100d673a8ff0a9072ee0eeebcee4252f396049bf</id>
<content type='text'>
* Isolated `dashboard` app JavaScript

This patch moves the `dashboard` app's JavaScript inclusion from the
project's `require.js` structure to the app itself.

This was achieved with a new block in the base template called
`javascript`. The rest of the site gets the default JavaScript includes,
and the `dashboard` app overrides the block to include the JavaScript
specific to it. The `dashboard` app benefits by not knowing about
JavaScript related to the rest of the site and vice versa.

None of the actual `dashboard` JavaScript code was changed. It was only
adapted to the new structure.

- Added `javascript` block to base template
- Added `dashboard_javascript` block to `dashboard` base template
- Included `dashboard` JavaScript directly in `dashboard` templates
- Removed `dashboard`-related entries in `main.js`
- Remove references to `jquery.flot.min.js` from base template
  - This library is only used by the `dashboard` app
- Removed `dashboard-*` CSS classes only used by `require.js`
- Removed `require.js` structure in `dashboard` JavaScript files
- Simplified structure of `utils.js`

* Update `static` template tag loading

* Simplify JavaScript inclusion</content>
</entry>
<entry>
<title>Reapply "Fixed page header structure and used semantic HTML."</title>
<updated>2025-03-14T15:05:35Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>baptiste.mispelon@torchbox.com</email>
</author>
<published>2025-03-14T15:05:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=1ee5166d50806b9da29f64c440c87beec5b6516d'/>
<id>urn:sha1:1ee5166d50806b9da29f64c440c87beec5b6516d</id>
<content type='text'>
This reverts commit f1fca5e8a412da1bb8b5ffd11a59eac8579738bb.
</content>
</entry>
<entry>
<title>Revert "Fixed page header structure and used semantic HTML."</title>
<updated>2025-03-11T20:31:07Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2025-03-11T20:31:07Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=f1fca5e8a412da1bb8b5ffd11a59eac8579738bb'/>
<id>urn:sha1:f1fca5e8a412da1bb8b5ffd11a59eac8579738bb</id>
<content type='text'>
This reverts commit f87e1dbd3c06fe9b1100ddcd06394de5ae338577.
</content>
</entry>
<entry>
<title>Fixed page header structure and used semantic HTML.</title>
<updated>2025-03-11T19:40:52Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2025-03-04T15:52:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=f87e1dbd3c06fe9b1100ddcd06394de5ae338577'/>
<id>urn:sha1:f87e1dbd3c06fe9b1100ddcd06394de5ae338577</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added links for user-profile stats.</title>
<updated>2024-11-17T20:28:18Z</updated>
<author>
<name>Sarah Boyce</name>
<email>42296566+sarahboyce@users.noreply.github.com</email>
</author>
<published>2024-11-15T10:30:37Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=2495507fd80a9e175f698c0f3521a0c81a324036'/>
<id>urn:sha1:2495507fd80a9e175f698c0f3521a0c81a324036</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed #1690 -- fixed trac metrics involving time</title>
<updated>2024-11-07T14:20:19Z</updated>
<author>
<name>Baptiste Mispelon</name>
<email>bmispelon@gmail.com</email>
</author>
<published>2024-10-26T22:42:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=95f2767115bb7271fd2733bde7aa3631aa815d2f'/>
<id>urn:sha1:95f2767115bb7271fd2733bde7aa3631aa815d2f</id>
<content type='text'>
This also introduces the fix_trac_metrics management
command to help fix collected data.
</content>
</entry>
</feed>
