|
|
1
|
Move away from deprecated ifequal and ifnotequal tags.
|
david
|
January 21st, 2022, 2:19 p.m.
|
|
|
|
1
|
Use new import path for static templatetags.
|
david
|
January 21st, 2022, 2:18 p.m.
|
|
|
|
1
|
Add renderer argument to form widgets.
|
david
|
January 21st, 2022, 2:02 p.m.
|
|
|
|
1
|
Remove default_app_config definitions.
|
david
|
January 21st, 2022, 1:25 p.m.
|
|
|
|
1
|
Invoke session middleware correctly.
|
david
|
January 22nd, 2022, 12:30 p.m.
|
|
|
|
1
|
Pass choices as kwarg for TimeZoneField.
|
david
|
January 21st, 2022, 2:08 p.m.
|
|
|
|
1
|
Explicitly escape for "unsafe" mode in definevar.
|
david
|
January 21st, 2022, 10:55 a.m.
|
|
|
|
1
|
Get rid of __future__ imports
|
david
|
January 20th, 2022, 11:41 a.m.
|
|
|
|
1
|
Fix some test errors in extension manager caused by database changes.
|
david
|
January 22nd, 2022, 11:48 a.m.
|
|
|
|
1
|
Switch to class-based JavascriptCatalog view.
|
david
|
January 21st, 2022, 10:54 a.m.
|
|
|
|
1
|
Remove use of six
|
david
|
January 19th, 2022, 11:01 p.m.
|
|
|
|
1
|
Define MEDIA_URL in test settings.
|
david
|
January 26th, 2022, 9:57 a.m.
|
|
|
|
1
|
Fix bad QueryDict syntax.
|
david
|
January 26th, 2022, 9:55 a.m.
|
|
|
|
1
|
Tweak check for request.resolver_match in extension templatetags.
|
david
|
January 26th, 2022, 9:51 a.m.
|
|
|
|
1
|
Add flake8/pep8 settings to setup.cfg
|
david
|
January 21st, 2022, 12:33 p.m.
|
|
|
|
1
|
Switch out force_text and smart_text for force_str and smart_str
|
david
|
January 26th, 2022, 9:52 a.m.
|
|
|
|
1
|
Update to Django 3.2.
|
david
|
January 22nd, 2022, 12:43 p.m.
|
|
|
|
1
|
Change middleware to always be new-style.
|
david
|
January 21st, 2022, 12:48 p.m.
|
|
|
|
1
|
Update template loaders for new API.
|
david
|
January 21st, 2022, 1:32 p.m.
|
|
|
|
|
Remove deprecated and outdated files.
|
david
|
January 26th, 2022, 12:47 p.m.
|
|
|
|
1
|
Update URL patterns to use new path() and re_path().
|
david
|
January 21st, 2022, 12:25 p.m.
|
|
|
|
2
|
Switch Djblets's test suite to use pytest.
|
chipx86
|
January 10th, 2022, 2:23 a.m.
|
|
|
|
1
|
Fix building docs on Python 3.
|
chipx86
|
January 24th, 2022, 7:32 p.m.
|
|
|
|
1
|
Add release notes and bump the version for Djblets 2.3.
|
chipx86
|
January 24th, 2022, 7:30 p.m.
|
|
|
|
1
|
Move away from deprecated ifequal and ifnotequal tags.
|
david
|
January 20th, 2022, 2:17 p.m.
|
|
|
|
1
|
Use ExtensionTestCaseMixin instead of ExtensionTestsMixin in tests.
|
chipx86
|
January 11th, 2022, 11:52 p.m.
|
|
|
|
1
|
Update Markdown extension code for Markdown 3.0 deprecations.
|
chipx86
|
January 14th, 2022, 6:27 p.m.
|
|
|
|
1
|
Update deprecation warning classes and warning catch code.
|
chipx86
|
January 12th, 2022, 11:24 p.m.
|
|
|
|
1
|
Add and use backports of Django's arg spec functions.
|
chipx86
|
January 12th, 2022, 10:25 p.m.
|
|
|
|
1
|
Add extension state cleanup and new features in ExtensionTestCaseMixin.
|
chipx86
|
January 11th, 2022, 7:56 p.m.
|
|
|
|
1
|
Avoid a crash when disabling a non-enabled extension with load errors.
|
chipx86
|
January 11th, 2022, 11:33 p.m.
|
|
|
|
1
|
Ignore a specific six-related import warning on Python 3.10 in tests.
|
chipx86
|
January 12th, 2022, 11:28 p.m.
|
|
|
|
2
|
Update djblets for future Django deprecations.
|
david
|
January 10th, 2022, 2:57 p.m.
|
|
|
|
1
|
Update djblets to support MIDDLEWARE setting.
|
david
|
January 7th, 2022, 1:30 p.m.
|
|
|
|
1
|
Update the development and documentation dependencies.
|
chipx86
|
January 10th, 2022, 2:32 a.m.
|
|
|
|
1
|
Rename all test utility classes with a "Test" prefix.
|
chipx86
|
January 10th, 2022, 9:17 p.m.
|
|
|
|
1
|
Bullet-proof some static media operations in the unit tests.
|
chipx86
|
January 10th, 2022, 1:58 a.m.
|
|
|
|
1
|
Fix babel arguments for tests and extension packaging.
|
david
|
December 22nd, 2021, 11:22 a.m.
|
|
|
|
1
|
Pin the version of django-braces used during development.
|
chipx86
|
December 16th, 2021, 8:05 p.m.
|
|
|
|
18
|
Custom Admin Emoji Panel (Djblets)
|
mxwang
|
November 20th, 2021, 12:19 p.m.
|
|
|
|
7
|
[Emoji UI Picker] [PART 2 | Djblets] Finished working implementation
|
matthewgoodman13
|
November 21st, 2021, 9:26 p.m.
|
|
|
|
15
|
Custom Admin Emoji Panel (Djblets)
|
mxwang
|
November 27th, 2021, 9:57 p.m.
|
|
|
|
1
|
Add compat imports for collections.abc.
|
david
|
November 23rd, 2021, 10 a.m.
|
|
|
|
1
|
Fix cache_memoize to work with non-sequence data.
|
david
|
October 17th, 2021, 3:06 p.m.
|
|
|
|
1
|
Update the paths to the node_modules binaries when building extensions.
|
chipx86
|
October 21st, 2021, 6:32 p.m.
|
|
|
|
30
|
[WIP | Emoji UI Picker] [PART 2] [djblets] Created Wrapper for Markdown Emoji Extension + Created quick UI for Emoji Picker
|
matthewgoodman13
|
October 21st, 2021, 6:24 p.m.
|
|
|
|
1
|
Update Djblets documentation to build with Sphinx 4.2.
|
chipx86
|
October 2nd, 2021, 8:13 p.m.
|
|
|
|
1
|
Update all scripts to use python3 instead of python.
|
chipx86
|
October 2nd, 2021, 2:15 p.m.
|
|
|
|
1
|
Drop support for Python 2.7 and 3.6.
|
chipx86
|
October 2nd, 2021, 2:05 p.m.
|
|
|
|
1
|
Bump up some Djblets dependencies and switch to modern version specifiers.
|
chipx86
|
October 2nd, 2021, 8:19 p.m.
|
|