<feed xmlns='http://www.w3.org/2005/Atom'>
<title>djangoproject.com.git/dashboard/templates/base_dashboard.html, 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>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>[dashboard] Marked all user-facing strings for translation</title>
<updated>2024-10-25T16:16:03Z</updated>
<author>
<name>Mark Walker</name>
<email>mark@marksweb.co.uk</email>
</author>
<published>2024-10-25T16:16:03Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=c137adc6ad19ab13adc7b16dcdc23da435600f17'/>
<id>urn:sha1:c137adc6ad19ab13adc7b16dcdc23da435600f17</id>
<content type='text'>
Refs #1648</content>
</entry>
<entry>
<title>Moved dashboard and docs base templates to their respective template dirs (#882)</title>
<updated>2019-03-12T01:36:47Z</updated>
<author>
<name>Tobias McNulty</name>
<email>tobias@caktusgroup.com</email>
</author>
<published>2019-03-12T01:36:47Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/djangoproject.com.git/commit/?id=638fda8ec36bfb2dfb86a808db052d8c6c7ec07a'/>
<id>urn:sha1:638fda8ec36bfb2dfb86a808db052d8c6c7ec07a</id>
<content type='text'>
* Moved dashboard and docs base templates to their respective template dirs

* Added translation strings for docs base template
</content>
</entry>
</feed>
