|
|
1
|
Bundle an internal version of six for future compatibility.
|
chipx86
|
July 23rd, 2020, 12:53 a.m.
|
|
|
|
1
|
Add early support for Django 3.1.
|
chipx86
|
July 23rd, 2020, 11:10 a.m.
|
|
|
|
1
|
Add support for Django 3.0.
|
chipx86
|
July 23rd, 2020, 10:01 a.m.
|
|
|
|
1
|
Add a new class for managing lists of migrations.
|
chipx86
|
July 23rd, 2020, 9:40 a.m.
|
|
|
|
1
|
Fix documentation for review UIs in extensions.
|
david
|
July 21st, 2020, 11:30 p.m.
|
|
|
|
1
|
Switch from Django's old curry() method to functools.partial().
|
chipx86
|
July 23rd, 2020, 12:55 a.m.
|
|
|
|
1
|
Add support for just-in-time SQL code generation for databases.
|
chipx86
|
July 21st, 2020, 1:43 a.m.
|
|
|
|
1
|
Fix and improve column renaming on SQLite.
|
chipx86
|
July 21st, 2020, 9:39 a.m.
|
|
|
|
1
|
[rbxmlreview] Modernize the XML Review extension.
|
david
|
July 15th, 2020, 6:29 p.m.
|
|
|
|
1
|
[shipit-ascii-art] Modernize the ASCII Art extension.
|
david
|
July 20th, 2020, 11:22 p.m.
|
|
|
|
1
|
[rbstopwtach] Modernize the stopwatch extension.
|
david
|
July 13th, 2020, 9:22 p.m.
|
|
|
|
1
|
Add the beginnings of Django 2.2 support.
|
chipx86
|
July 17th, 2020, 11:13 p.m.
|
|
|
|
2
|
Add a compatibility patch for Django 2.0's SQLite unique index name quoting.
|
chipx86
|
July 17th, 2020, 7 a.m.
|
|
|
|
1
|
Fix errors Perforce post error when running under Python 3
|
c0d3h4x0r
|
June 28th, 2020, 2:38 a.m.
|
|
|
|
1
|
[rbnotefield] Modernize rbnotefield.
|
david
|
July 6th, 2020, 10:14 p.m.
|
|
|
|
1
|
[rbseverity] Modernize the rbseverity codebase.
|
david
|
July 13th, 2020, 7:27 p.m.
|
|
|
|
1
|
Show the versions of Python, Django, and database modules when running tests.
|
chipx86
|
July 17th, 2020, 3:57 a.m.
|
|
|
|
1
|
Batch together operations for a SQLite table rebuild.
|
chipx86
|
July 17th, 2020, 6:50 a.m.
|
|
|
|
1
|
Fix restoring table indexes when rebuilding a table on SQLite.
|
chipx86
|
July 17th, 2020, 3:44 a.m.
|
|
|
|
1
|
Rewrite the SQLite backend for more efficient/future-proof table rewriting.
|
chipx86
|
July 14th, 2020, 10:33 a.m.
|
|
|
|
1
|
Improve the format and capabilities for mapped SQL test statements.
|
chipx86
|
July 13th, 2020, 10 a.m.
|
|
|
|
1
|
Flesh out the docs for BaseTestCase and clean up some code.
|
chipx86
|
July 9th, 2020, 12:09 a.m.
|
|
|
|
1
|
Add a MoveToMigrations evolution for all built-in Django apps.
|
chipx86
|
July 7th, 2020, 10:42 a.m.
|
|
|
|
1
|
Tweak the UI and code for the Avatar Settings page.
|
chipx86
|
July 6th, 2020, 9:15 p.m.
|
|
|
|
1
|
[rbdemo] Update for Review Board 4.0 and Python 3 compatibility.
|
chipx86
|
July 5th, 2020, 10:22 a.m.
|
|
|
|
1
|
Fix generating AJAX caching serials on modern Django projects.
|
chipx86
|
July 6th, 2020, 9:50 a.m.
|
|
|
|
1
|
Fix all Django system check warnings in the Review Board codebase.
|
chipx86
|
July 6th, 2020, 10:05 a.m.
|
|
|
|
1
|
Update the General Settings form to improve cache backend configuration.
|
chipx86
|
July 5th, 2020, 6:40 a.m.
|
|
|
|
1
|
Fixed/improve argument handling for enable-extension/disable-extension.
|
chipx86
|
July 5th, 2020, 10:35 a.m.
|
|
|
|
1
|
Fix a compatibility issue in less-imports.js on 3.11.2+.
|
chipx86
|
July 5th, 2020, 9:05 a.m.
|
|
|
|
1
|
Update the Storage Settings page for modern subform support.
|
chipx86
|
July 3rd, 2020, 10:43 a.m.
|
|
|
|
1
|
Update the Search Settings page for modern subform support.
|
chipx86
|
July 3rd, 2020, 10:32 a.m.
|
|
|
|
1
|
Update the Authentication Settings page for modern subform support.
|
chipx86
|
July 3rd, 2020, 10:28 a.m.
|
|
|
|
1
|
Modernize rbwebhooks for Review Board 4.0.
|
david
|
July 2nd, 2020, 6:13 p.m.
|
|
|
|
1
|
Modernize rbslack and add a deprecation warning.
|
david
|
June 25th, 2020, 4:48 p.m.
|
|
|
|
1
|
Modernize the UI for managing extensions.
|
chipx86
|
June 17th, 2020, 9:49 a.m.
|
|
|
|
1
|
Normalize all named entites when parsing Markdown HTML.
|
chipx86
|
June 27th, 2020, 12:21 a.m.
|
|
|
|
1
|
Fix the "Public Read Access" indicator in the admin UI.
|
chipx86
|
June 27th, 2020, 12:34 a.m.
|
|
|
|
1
|
Update rbmotd for Review Board 4.0
|
david
|
June 25th, 2020, 4:22 p.m.
|
|
|
|
1
|
Improve reliability and use of feature flag testing.
|
chipx86
|
June 24th, 2020, 7:03 a.m.
|
|
|
|
1
|
Add release notes for Review Board 3.0.18.
|
chipx86
|
June 23rd, 2020, 9:44 a.m.
|
|
|
|
1
|
Fix a crash on Permission Denied in the Review General Comment API.
|
chipx86
|
June 23rd, 2020, 6 a.m.
|
|
|
|
1
|
Add release notes for Djblets 1.0.13.
|
chipx86
|
June 23rd, 2020, 8:49 a.m.
|
|
|
|
1
|
Provide a useful error when failing to perform post-commit with GitLab.
|
chipx86
|
June 23rd, 2020, 7:03 a.m.
|
|
|
|
1
|
Backport the new interdiff filtering algorithm and make it optional.
|
chipx86
|
June 22nd, 2020, 10:41 a.m.
|
|
|
|
1
|
Fix a regression with NIS and improve code and testing.
|
chipx86
|
June 22nd, 2020, 5:17 a.m.
|
|
|
|
1
|
Add a getattr template filter for retrieving an object's attribute.
|
chipx86
|
June 21st, 2020, 2:18 a.m.
|
|
|
|
1
|
Remove the new LessCSS URL rewriting in favor of a different approach.
|
chipx86
|
June 19th, 2020, 10:44 a.m.
|
|
|
|
1
|
Update Review Board for the new Djblets extension UI changes.
|
chipx86
|
June 17th, 2020, 9:58 a.m.
|
|
|
|
2
|
rbtools Python API client
|
SM
smacleod
|
July 10th, 2012, 2:28 a.m.
|
|