summaryrefslogtreecommitdiff
path: root/tracdb
AgeCommit message (Expand)Author
2025-11-21Moved docs search bar to top navigation in prep for global search.Sarah Boyce
2025-11-21[tracdb] Marked all user-facing strings for translationMark Walker
2025-04-02Used composite PKs for tracdb instead of hacksBaptiste Mispelon
2025-02-07Added Trac api to receive information on specific ticket. (#1931)Sarah Boyce
2025-02-06[pre-commit.ci] pre-commit autoupdate (#1927)pre-commit-ci[bot]
2025-02-01Revert temporary upgrade to Django 5.2a1Baptiste Mispelon
2025-01-31Used actual composite PKs for Trac modelsBaptiste Mispelon
2025-01-22Updated Django dependency to version 5.1.5Ülgen Sarıkavak
2024-11-17Added links for user-profile stats.Sarah Boyce
2024-11-12Fixed #1725 -- Fixed incorrect usage of time_property on tracdb modelsAnkit Dware
2024-11-07Fixed #1690 -- fixed trac metrics involving timeBaptiste Mispelon
2024-11-07Fixed issues with TracDBCreateDatabaseMixinBaptiste Mispelon
2024-10-30Dropped support for Python 3.8 (#1701)Baptiste Mispelon
2024-10-24Improve pre-commit configuration hooks (#1645)Paolo Melchiorre
2024-10-03Fixed #1574 -- Added support for Python 3.12 (#1640)Tobias McNulty
2024-06-14Upgraded Django to 4.2.13 (attempt 3)Baptiste Mispelon
2024-06-14Revert "Upgraded Django to 4.2.10 (attempt 2)"Baptiste Mispelon
2024-06-14Upgraded Django to 4.2.10 (attempt 2)Baptiste Mispelon
2024-06-09Revert "Upgraded Django to 4.2.10"Baptiste Mispelon
2024-06-09Upgraded Django to 4.2.10Baptiste Mispelon
2024-04-25Used tracdb instead of Trac RPC endpoint in dashboardBaptiste Mispelon
2024-04-19[pre-commit.ci] auto fixes from pre-commit.com hookspre-commit-ci[bot]
2024-02-09Added ticket resolution states to trac.sql (#1478)Baptiste Mispelon
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
2022-11-04Updated tracdb/models.py to work without ipnr which is removed in Trac 1.4.Florian Apolloner
2022-11-04Upgraded Trac dump to the version 45.Mariusz Felisiak
2022-03-09Updated to Django 3.2.Mariusz Felisiak
2022-02-28Upgraded Trac dump to the version 41.Tobias McNulty
2021-02-16Added rows with database and SpamFilter versions to Trac dump.Mariusz Felisiak
2018-06-07Updated URLpatterns to use path().Tim Graham
2017-09-14Removed inheritance of object to define new style classes.Tim Graham
2016-12-14Switched to Python 3 style super().Tim Graham
2016-01-21Added on_delete to ForeignKey and OneToOneField.Tim Graham
2015-10-05__unicode__ --> __str__Aymeric Augustin
2015-09-28Updated to Django 1.8's allow_migrate() signature.Tim Graham
2015-08-25Adjusted some imports for deprecations.Tim Graham
2015-04-17Fix isort calls in makefile, use -rc optionRolf Erik Lekang
2015-04-07Fixed #437 -- Fixed tracdb router after pathlib migration.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
2014-11-20Updated to Django 1.7Tim Graham
2014-08-25Added flake8.cfg and cleaned up code.Tim Graham
2014-08-25Removed usage of django.conf.urls.patterns().Tim Graham
2014-01-18Upgraded to Django 1.6.Tim Graham
2013-05-15Argh, typo fix to last commit.Jacob Kaplan-Moss
2013-05-15Added a "bounceing ticket" view.Jacob Kaplan-Moss
2013-02-08Switch to Django's built-in auth handler.Aymeric Augustin
2013-02-07Fix Trac auth handler.Aymeric Augustin
2013-02-07Make it possible to run tests.Aymeric Augustin