summaryrefslogtreecommitdiff
path: root/dashboard
AgeCommit message (Expand)Author
2026-05-08Add djade linter and format templates.Anshul Zilpe
2025-11-21Moved docs search bar to top navigation in prep for global search.Sarah Boyce
2025-09-20Updated translationsTobias McNulty
2025-09-12Updated translationsTobias McNulty
2025-09-11Isolated `dashboard` app JavaScript (#2155)Adam Zapletal
2025-03-14Reapply "Fixed page header structure and used semantic HTML."Baptiste Mispelon
2025-03-11Revert "Fixed page header structure and used semantic HTML."Baptiste Mispelon
2025-03-11Fixed page header structure and used semantic HTML.Sarah Boyce
2024-11-17Added links for user-profile stats.Sarah Boyce
2024-11-07Fixed #1690 -- fixed trac metrics involving timeBaptiste Mispelon
2024-10-25[dashboard] Marked all user-facing strings for translationMark Walker
2024-10-24Improve pre-commit configuration hooks (#1645)Paolo Melchiorre
2024-04-25Used tracdb instead of Trac RPC endpoint in dashboardBaptiste Mispelon
2023-06-02[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
2022-12-25Fixed #1293 -- Modernize to Django 3.2/Python 3.8 (#1294)Paolo Melchiorre
2022-11-30Refs #1184 -- Reformatted code with Black.django-bot
2021-10-27Fixed #1119 -- Used GitHub API for commits stats.Mariusz Felisiak
2019-07-26Fixed typos.Min ho Kim
2019-03-16Added all languages supported by the docs and pulled in the latest translatio...Tobias McNulty
2019-03-11Updated messages & translationsTobias McNulty
2019-03-11Moved dashboard and docs base templates to their respective template dirs (#882)Tobias McNulty
2019-03-11Reorganized locale directories and added Transifex config for managing the tr...Tobias McNulty
2018-10-24Fixed W605 "invalid escape sequence" flake8 warnings.Tim Graham
2018-06-07Updated URLpatterns to use path().Tim Graham
2017-09-14Removed inheritance of object to define new style classes.Tim Graham
2017-08-15Updated links to https.CHI Cheng
2016-12-14Switched to Python 3 style super().Tim Graham
2016-10-03Added fixtures of dashboard's categories and metrics.Tobias McNulty
2016-02-10Removed flake8 exclude from migrations.Tim Graham
2016-01-21Removed usage of deprecated assertRaisesRegexp().Tim Graham
2016-01-21Added on_delete to ForeignKey and OneToOneField.Tim Graham
2015-09-28Removed unnecessary source file encoding declarations.Tim Graham
2015-09-28Replaced deprecated string function references in urlpatterns.Tim Graham
2015-09-28Removed usage of deprecated NoArgsCommand.Tim Graham
2015-08-25Adjusted some imports for deprecations.Tim Graham
2015-05-11Converted bytestrings in migrations to unicode.Tim Graham
2015-04-17Fix isort calls in makefile, use -rc optionRolf Erik Lekang
2015-04-17Removed unnecessary future imports.Tim Graham
2015-04-07Add isort settings and sort importsRolf Erik Lekang
2015-04-06Ported from Python 2.7 to Python 3.4.Rolf Erik Lekang
2015-02-09Merge branch 'master' of github.com:django/djangoproject.comJannis Leidel
2015-02-09Cache dev dashboard index as well.Jannis Leidel
2015-02-09Fix typo in timeout of generation cache key.Jannis Leidel
2015-02-03Removed usage of printBaptiste Mispelon
2015-02-03Add test for update_metric management commandRolf Erik Lekang
2015-02-01Cache metric JSON response until manually updating.Jannis Leidel
2015-02-01Fixed tests as well.Jannis Leidel
2015-02-01Use reversed URL to to have to have a hardcoded URL in the JS.Jannis Leidel
2015-01-31Minor cosmetic fix.Jannis Leidel
2015-01-31Cosmentic updates.Jannis Leidel