|
|
2
|
Update for renamed assertQuerySetEquals method.
|
david
|
January 5th, 2024, 11:19 p.m.
|
|
|
|
1
|
Add a bunch of things to the warnings ignore list.
|
david
|
January 8th, 2024, 9:40 p.m.
|
|
|
|
1
|
Move JSONField test model to a higher scope.
|
david
|
January 8th, 2024, 9:43 p.m.
|
|
|
|
1
|
Delete old $.inlineEditor implementation.
|
david
|
January 8th, 2024, 9:47 p.m.
|
|
|
|
1
|
Get rid of usage of monkey-patched String methods.
|
david
|
January 8th, 2024, 9:56 p.m.
|
|
|
|
1
|
Remove old retina images JS code.
|
david
|
January 8th, 2024, 9:59 p.m.
|
|
|
|
1
|
Remove a couple more jquery.gravy utilities.
|
david
|
January 8th, 2024, 10:03 p.m.
|
|
|
|
2
|
Get rid of usage of monkey-patched String methods.
|
david
|
January 9th, 2024, 4:19 p.m.
|
|
|
|
2
|
Remove obsolete enableRetinaImages usage.
|
david
|
January 9th, 2024, 4:20 p.m.
|
|
|
|
2
|
Mark old inline editor implementation as deprecated.
|
david
|
January 9th, 2024, 5:43 p.m.
|
|
|
|
1
|
Mark monkey-patched String methods as deprecated.
|
david
|
January 9th, 2024, 6:57 p.m.
|
|
|
|
2
|
Add deprecation warnings to retina image methods.
|
david
|
January 10th, 2024, 4:23 p.m.
|
|
|
|
1
|
Switch a lot of conditional behavior over from settings.DEBUG to PRODUCTION.
|
david
|
January 10th, 2024, 4:37 p.m.
|
|
|
|
1
|
Convert Djblets avatars bundle to TypeScript and spina.
|
david
|
January 11th, 2024, 5:22 p.m.
|
|
|
|
1
|
Fix a regression in loading/storing datagrid column settings.
|
chipx86
|
January 11th, 2024, 11:19 p.m.
|
|
|
|
1
|
Allow DJANGO_SETTINGS_MODULE to be customized in reviewboard.wsgi.
|
chipx86
|
January 19th, 2024, 4:01 a.m.
|
|
|
|
1
|
Fix issues bootstrapping the installer.
|
chipx86
|
January 22nd, 2024, 3:14 a.m.
|
|
|
|
1
|
Improve support for light background terminals.
|
chipx86
|
January 22nd, 2024, 3:38 a.m.
|
|
|
|
1
|
Don't attempt an implicit unattended install when outputting to a file.
|
chipx86
|
January 22nd, 2024, 3:45 a.m.
|
|
|
|
1
|
Add explicit support for macOS.
|
chipx86
|
January 22nd, 2024, 4:07 a.m.
|
|
|
|
2
|
Add documentation on the Review Board Installer.
|
chipx86
|
January 22nd, 2024, 7:07 a.m.
|
|
|
|
1
|
Remove caching for HideActionHook results.
|
david
|
January 23rd, 2024, 5:49 p.m.
|
|
|
|
1
|
Add support for rollup.config.mjs and rollup.config.ts files.
|
chipx86
|
January 26th, 2024, 3:33 a.m.
|
|
|
|
1
|
Check if mimetype handler exists in delete_related_files signal handler.
|
david
|
January 31st, 2024, 10:07 p.m.
|
|
|
|
1
|
Improve performance of mimetype guessing when we use the file extension.
|
david
|
January 31st, 2024, 10:08 p.m.
|
|
|
|
1
|
Add type hints to ReviewUI implementation.
|
david
|
January 31st, 2024, 10:12 p.m.
|
|
|
|
1
|
Convert RB.BaseComment to TypeScript/spina.
|
david
|
February 1st, 2024, 3:58 p.m.
|
|
|
|
1
|
Convert RB.ReviewRequest model to TypeScript/spina.
|
david
|
February 1st, 2024, 4:31 p.m.
|
|
|
|
1
|
Fix defaults() to always be static.
|
david
|
February 1st, 2024, 4:36 p.m.
|
|
|
|
1
|
Fix a bad assumption in a test on Node 15+.
|
chipx86
|
February 4th, 2024, 12:25 a.m.
|
|
|
|
2
|
Get rid of duplicate prototypeAttrs definitions.
|
david
|
February 5th, 2024, 4:44 p.m.
|
|
|
|
1
|
Finish changing user-visible "Submitted" to "Completed".
|
david
|
February 5th, 2024, 6:17 p.m.
|
|
|
|
1
|
Use $.html() instead of setting innerHTML when inserting diff fragments.
|
david
|
February 5th, 2024, 6:18 p.m.
|
|
|
|
1
|
Make inline rendering explicit for review UI diff fragments.
|
david
|
February 5th, 2024, 6:19 p.m.
|
|
|
|
2
|
Update extend() to take optional arguments and Spina options.
|
chipx86
|
February 6th, 2024, 9:23 a.m.
|
|
|
|
1
|
Enhance Spina class typing and expose utility types.
|
chipx86
|
February 6th, 2024, 11:18 p.m.
|
|
|
|
|
Move functionality from FileAttachmentReviewUI into base ReviewUI.
|
david
|
February 6th, 2024, 11:54 p.m.
|
|
|
|
2
|
Convert comment block models to TypeScript/spina.
|
david
|
February 7th, 2024, 12:25 a.m.
|
|
|
|
1
|
Convert comment block views to TypeScript/spina.
|
david
|
February 7th, 2024, 12:26 a.m.
|
|
|
|
2
|
Fix issues inheriting Spina options for attribute promoting/merging.
|
chipx86
|
February 7th, 2024, 4:42 a.m.
|
|
|
|
1
|
Add dependency for @types/jqueryui.
|
david
|
February 7th, 2024, 5:24 p.m.
|
|
|
|
2
|
Convert reviewable models to TypeScript/spina.
|
david
|
February 7th, 2024, 5:41 p.m.
|
|
|
|
2
|
Convert reviewable views to TypeScript/spina.
|
david
|
February 12th, 2024, 5:55 p.m.
|
|
|
|
2
|
Update FileAttachment.objects.create_from_filediff to set needed fields.
|
david
|
February 12th, 2024, 5:56 p.m.
|
|
|
|
2
|
Improve construction of ReviewUIs and show error for diff type mismatches.
|
david
|
February 12th, 2024, 6 p.m.
|
|
|
|
2
|
Avoid duplicate instantiation and rendering of review UIs in diffs.
|
david
|
February 12th, 2024, 10:47 p.m.
|
|
|
|
2
|
Remove half-baked inline-actions-header from Review UI diff HTML.
|
david
|
February 12th, 2024, 10:48 p.m.
|
|
|
|
2
|
Store Review UIs in a real registry.
|
david
|
February 12th, 2024, 10:49 p.m.
|
|
|
|
2
|
Add supported review UI MIME types to the server info capabilities.
|
david
|
February 12th, 2024, 11:02 p.m.
|
|
|
|
2
|
Fix various issues in FileAttachment.objects.get_for_filediff.
|
david
|
February 12th, 2024, 11:10 p.m.
|
|