|
|
|
SVN version of post-review script
|
PH
phil
|
June 20th, 2007, 3:18 p.m.
|
|
|
|
1
|
Swap column widths when reordering columns in a datagrid.
|
chipx86
|
January 8th, 2014, 11:55 p.m.
|
|
|
|
1
|
Swap out Pikaday for bootstrap-datepicker.
|
david
|
August 11th, 2015, 3:16 p.m.
|
|
|
|
1
|
Swap out tagsinput for selectize.
|
david
|
August 11th, 2015, 7:03 p.m.
|
|
|
|
1
|
Swap the order in which attachments are made inactive.
|
chipx86
|
November 6th, 2014, 7:21 p.m.
|
|
|
|
1
|
Switch a lot of conditional behavior over from settings.DEBUG to PRODUCTION.
|
david
|
January 10th, 2024, 8:37 a.m.
|
|
|
|
1
|
Switch a use of inspect.getargspec to func_accepts_kwargs
|
david
|
February 3rd, 2022, 10:59 p.m.
|
|
|
|
2
|
Switch all cases of window.location over to RB.navigateTo.
|
david
|
November 22nd, 2022, 4:14 p.m.
|
|
|
|
1
|
Switch all console sessions in the docs to the console lexer.
|
chipx86
|
March 29th, 2022, 6:29 p.m.
|
|
|
|
1
|
Switch all JavaScript code to use single quotes instead of double.
|
chipx86
|
January 6th, 2023, 2:03 a.m.
|
|
|
|
1
|
Switch all references to reviewboard.org to use https.
|
chipx86
|
July 21st, 2014, 5:35 p.m.
|
|
|
|
2
|
Switch away from 'requests' and standardize SCMTool HTTP usage.
|
chipx86
|
February 19th, 2012, 5:40 p.m.
|
|
|
|
1
|
Switch away from django-multiselectfield.
|
david
|
February 20th, 2024, 12:27 p.m.
|
|
|
|
1
|
Switch away from iteration shims.
|
david
|
October 14th, 2021, 12:41 p.m.
|
|
|
|
1
|
Switch away from six moves shims.
|
david
|
January 22nd, 2022, 3:03 p.m.
|
|
|
|
1
|
Switch away from text_type shims.
|
david
|
October 15th, 2021, 10:14 a.m.
|
|
|
|
2
|
Switch away from the deprecated Field.error_message attribute.
|
chipx86
|
October 8th, 2018, 7:20 p.m.
|
|
|
|
1
|
Switch away from undocumented QuerySetPaginator alias.
|
david
|
January 20th, 2022, 11:16 a.m.
|
|
|
|
1
|
Switch between selected commit revisions shown in the diffviewer
|
brennie
|
September 10th, 2018, 2:55 p.m.
|
|
|
|
1
|
Switch data storage over to MongoDB.
|
david
|
April 21st, 2015, 2:41 p.m.
|
|
|
|
1
|
Switch Django Evolution's test suite to use pytest.
|
chipx86
|
January 9th, 2022, 11:52 p.m.
|
|
|
|
1
|
Switch Djblets to using Django's static media setup.
|
chipx86
|
February 23rd, 2012, 6:28 p.m.
|
|
|
|
4
|
Switch Djblets's packaging to pyproject.toml.
|
chipx86
|
September 3rd, 2024, 12:07 p.m.
|
|
|
|
2
|
Switch Djblets's test suite to use pytest.
|
chipx86
|
January 10th, 2022, 2:23 a.m.
|
|
|
|
2
|
Switch DMARC checking to use the publicsuffixlist module.
|
chipx86
|
December 13th, 2023, 12:58 a.m.
|
|
|
|
1
|
Switch exception-catching syntax to use 'as'
|
david
|
November 12th, 2014, 1:27 p.m.
|
|
|
|
1
|
Switch exclusively to server-side Markdown rendering.
|
chipx86
|
October 9th, 2014, 1:55 a.m.
|
|
|
|
1
|
Switch from Django's old curry() method to functools.partial().
|
chipx86
|
July 22nd, 2020, 5:55 p.m.
|
|
|
|
1
|
Switch from pkg_resources to importlib/packaging.
|
chipx86
|
May 25th, 2023, 12:27 a.m.
|
|
|
|
1
|
Switch from pkg_resources to modern packaging support.
|
chipx86
|
July 13th, 2023, 10:15 p.m.
|
|
|
|
1
|
Switch from smart_unicode/force_unicode to force_text.
|
chipx86
|
October 8th, 2018, 7:59 p.m.
|
|
|
|
1
|
Switch from using SortedDict to OrderedDict everywhere.
|
chipx86
|
October 9th, 2018, 2:36 p.m.
|
|
|
|
1
|
Switch fully to new-style static support.
|
chipx86
|
March 15th, 2012, 6:52 p.m.
|
|
|
|
1
|
Switch function-based generic views to class-based ones.
|
david
|
September 17th, 2013, 12:55 p.m.
|
|
|
|
2
|
Switch kgb to pyproject.toml.
|
chipx86
|
September 14th, 2024, 2:15 p.m.
|
|
|
|
1
|
Switch Mercurial test to use a bundle repo
|
DU
durin42
|
January 19th, 2009, 1:40 a.m.
|
|
|
|
2
|
Switch our JavaScript compressor to UglifyJS.
|
chipx86
|
July 11th, 2013, 1:30 a.m.
|
|
|
|
|
Switch our media setup to use Django's staticfiles support.
|
chipx86
|
February 23rd, 2012, 6:31 p.m.
|
|
|
|
1
|
Switch out ConcurrencyManager for Manager.
|
david
|
August 4th, 2024, 10:55 a.m.
|
|
|
|
2
|
Switch out django timezone.utc for datetime.timezone.utc.
|
david
|
January 4th, 2024, 4:28 p.m.
|
|
|
|
1
|
Switch out FILE_ALREADY_EXISTS for DUPLICATE_ITEM.
|
david
|
April 30th, 2016, 3:52 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
|
Switch over to django's bundled six library.
|
david
|
February 18th, 2014, 3:04 p.m.
|
|
|
|
1
|
Switch over to django's bundled six library.
|
david
|
February 18th, 2014, 1:51 p.m.
|
|
|
|
1
|
Switch over to django.contrib.auth.views.login
|
david
|
November 10th, 2013, 3:52 p.m.
|
|
|
|
1
|
Switch over to file attachments entirely in place of screenshot uploading.
|
chipx86
|
November 22nd, 2012, 1:19 a.m.
|
|
|
|
1
|
Switch over to the new Markdown support in Djblets.
|
chipx86
|
May 18th, 2015, 9:01 p.m.
|
|
|
|
1
|
Switch p4python build to use the 2014.1 release.
|
david
|
May 13th, 2014, 6:08 p.m.
|
|
|
|
1
|
Switch preamble's "format" option to "mimetype".
|
chipx86
|
July 1st, 2021, 12:51 a.m.
|
|
|
|
1
|
Switch pydiffx's test runner to pytest.
|
chipx86
|
September 19th, 2022, 7:14 p.m.
|
|