|
|
1
|
Add draft release notes for Djblets 3.0beta1.
|
david
|
June 15th, 2022, 2:23 p.m.
|
|
|
|
1
|
Fix a regression in cache_memoize with Python 3.7.
|
chipx86
|
June 30th, 2022, 1:27 a.m.
|
|
|
|
1
|
Fix typo in the docstring for @web_api_request_fields decorator
|
maubin
|
June 29th, 2022, 4:45 p.m.
|
|
|
|
1
|
Make new Pillow antialias constant conditional.
|
david
|
June 27th, 2022, 2:29 p.m.
|
|
|
|
1
|
Fix cache backend encryption unit test regressions.
|
chipx86
|
June 24th, 2022, 1:13 p.m.
|
|
|
|
2
|
Update the extension failure error to use the modern button text.
|
chipx86
|
June 21st, 2022, 9:29 p.m.
|
|
|
|
1
|
Keep intermediate files when building static media.
|
chipx86
|
June 24th, 2022, 1:09 p.m.
|
|
|
|
1
|
Update thumbnail templatetag to use non-deprecated name for antialising.
|
david
|
June 23rd, 2022, 3:41 p.m.
|
|
|
|
1
|
Bump the minimum versions of Less, Uglify-jS, Babel, and Babel plugins.
|
chipx86
|
June 21st, 2022, 3:57 p.m.
|
|
|
|
1
|
Add support for encryption of cache keys and cached data.
|
chipx86
|
June 16th, 2022, 10:10 p.m.
|
|
|
|
1
|
Consolidate cache_memoize state and functionality into a CacheContext.
|
chipx86
|
June 15th, 2022, 11:37 p.m.
|
|
|
|
2
|
Allow API responses to encode a set().
|
chipx86
|
June 17th, 2022, 9:33 p.m.
|
|
|
|
1
|
Add safer cache key normalization, switch to SHA256, and fix return type.
|
chipx86
|
June 15th, 2022, 5:20 p.m.
|
|
|
|
1
|
Add AES encryption/decryption functions for working on iterables.
|
chipx86
|
June 14th, 2022, 6:30 p.m.
|
|
|
|
1
|
Clean up the djblets.cache.backend unit tests.
|
chipx86
|
June 15th, 2022, 3:25 p.m.
|
|
|
|
2
|
Add new options, normalization, and empty result checks in assertQueries().
|
chipx86
|
June 14th, 2022, 4:54 p.m.
|
|
|
|
1
|
Normalize the executed Q() in assertQueries to ease comparisons.
|
chipx86
|
June 10th, 2022, 9:08 p.m.
|
|
|
|
3
|
Add djblets.secrets, for AES crypto helpers and token generation.
|
chipx86
|
June 13th, 2022, 7 p.m.
|
|
|
|
1
|
Avoid cloning Q objects in assertQueries().
|
chipx86
|
June 13th, 2022, 5:58 p.m.
|
|
|
|
2
|
Add release notes for Djblets 2.3.1.
|
chipx86
|
June 11th, 2022, 5:11 p.m.
|
|
|
|
1
|
Allow ListEditWidget to properly handle data when the widget is not rendered
|
maubin
|
June 9th, 2022, 12:43 p.m.
|
|
|
|
1
|
Add TestCase.assertQueries(), for advanced query checks.
|
chipx86
|
June 8th, 2022, 11:54 p.m.
|
|
|
|
1
|
Add a new condition value field for multiple-choice selection.
|
david
|
June 2nd, 2022, 11:17 a.m.
|
|
|
|
2
|
Modify djblets.forms.widgets.ListEditWidget to handle any type of widget and form field
|
maubin
|
October 20th, 2021, 10:57 p.m.
|
|
|
|
1
|
Update DataGrid.load_extra_state to return lists of modified fields.
|
chipx86
|
May 31st, 2022, 5:40 p.m.
|
|
|
|
1
|
Update deprecation warning objects for Djblets 3.0 and 4.0.
|
chipx86
|
May 31st, 2022, 4:52 p.m.
|
|
|
|
1
|
Remove all deprecated functionality scheduled for removal in Djblets 3.0.
|
chipx86
|
May 31st, 2022, 10:50 p.m.
|
|
|
|
2
|
Fix errors in conditions JS.
|
david
|
May 24th, 2022, 3:05 p.m.
|
|
|
|
1
|
Bump pytest version and add current directory to python path
|
maubin
|
May 18th, 2022, 2:30 p.m.
|
|
|
|
|
Move tests.settings into the djblets package.
|
david
|
May 18th, 2022, 9:49 a.m.
|
|
|
|
1
|
Add python3.10 to supported python versions
|
maubin
|
May 17th, 2022, 10:11 a.m.
|
|
|
|
1
|
Set the extension instance early enough for admin registration.
|
chipx86
|
April 18th, 2022, 1:53 p.m.
|
|
|
|
1
|
Ensure we pass `opts` to change_form templates in siteconfig.
|
david
|
March 14th, 2022, 3:04 p.m.
|
|
|
|
1
|
Fix compiling i18n files when building Djblets packages.
|
chipx86
|
March 14th, 2022, 3:12 p.m.
|
|
|
|
1
|
Fix building the Djblets 3 documentation.
|
chipx86
|
March 11th, 2022, 7:58 p.m.
|
|
|
|
1
|
Backport a fix from the 3.x branch for type issuess in recaptcha.
|
david
|
March 7th, 2022, 3:15 p.m.
|
|
|
|
1
|
Fix up some string type issues.
|
david
|
February 23rd, 2022, 10:53 p.m.
|
|
|
|
1
|
Fix some unused imports.
|
david
|
February 23rd, 2022, 10:52 p.m.
|
|
|
|
1
|
Get rid of bare exception handlers.
|
david
|
February 23rd, 2022, 10:52 p.m.
|
|
|
|
1
|
Do some code housecleaning.
|
david
|
February 23rd, 2022, 10:56 p.m.
|
|
|
|
1
|
Move to newer dnspython query API.
|
david
|
February 8th, 2022, 2:32 p.m.
|
|
|
|
1
|
Convert ugettext to gettext.
|
david
|
January 20th, 2022, 11:14 a.m.
|
|
|
|
1
|
Fix outdated assertion names.
|
david
|
January 19th, 2022, 11:13 p.m.
|
|
|
|
1
|
Switch away from undocumented QuerySetPaginator alias.
|
david
|
January 20th, 2022, 11:16 a.m.
|
|
|
|
1
|
Don't import collection ABCs unless we know we need to.
|
david
|
January 20th, 2022, 11:16 a.m.
|
|
|
|
1
|
Change quotes on a configforms test.
|
david
|
January 20th, 2022, 1:21 p.m.
|
|
|
|
1
|
Eliminate all usage of six.moves.
|
david
|
January 19th, 2022, 9:40 p.m.
|
|
|
|
1
|
Update a test for new Django model repr
|
david
|
January 22nd, 2022, 11:47 a.m.
|
|
|
|
1
|
Fix pattern type in DynamicURLResolver.
|
david
|
January 21st, 2022, 1:48 p.m.
|
|
|
|
1
|
Update pipeline storage class.
|
david
|
January 22nd, 2022, 12:47 p.m.
|
|