|
|
1
|
Support updating many fields on CounterField.
|
chipx86
|
January 20th, 2014, 3:38 a.m.
|
|
|
|
1
|
Clean up PyFlakes warnings and errors on Djblets.
|
chipx86
|
January 16th, 2014, 5:35 p.m.
|
|
|
|
1
|
Fix issues evolving an extension's models.
|
chipx86
|
January 14th, 2014, 11:52 p.m.
|
|
|
|
1
|
Fix URL navigation and text alignment issues in inlineEditor.
|
chipx86
|
January 12th, 2014, 3:30 p.m.
|
|
|
|
1
|
Swap column widths when reordering columns in a datagrid.
|
chipx86
|
January 8th, 2014, 11:55 p.m.
|
|
|
|
|
Add support for custom context processors, and make them and apps ref-counted.
|
chipx86
|
November 23rd, 2013, 12:29 a.m.
|
|
|
|
1
|
Improve the extensions page when things go wrong.
|
chipx86
|
January 8th, 2014, 3:52 a.m.
|
|
|
|
1
|
Support custom "end" prefixes for @blocktag.
|
chipx86
|
January 6th, 2014, 12:14 a.m.
|
|
|
|
1
|
Improve and fix parts of the inline editor widget.
|
chipx86
|
January 4th, 2014, 2:27 p.m.
|
|
|
|
1
|
Add new arguments and better heuristics to $.fn.positionToSide.
|
chipx86
|
December 17th, 2013, 4:23 p.m.
|
|
|
|
1
|
Allow the datagrid body to scroll without scrolling the header.
|
chipx86
|
December 19th, 2013, 1:40 a.m.
|
|
|
|
1
|
Add support for checkbox columns to the datagrid.
|
chipx86
|
December 18th, 2013, 7:08 p.m.
|
|
|
|
|
Added CheckboxColumn for datagrids
|
GC
gcoupar
|
January 28th, 2013, 2:20 p.m.
|
|
|
|
1
|
Compile and ship localization files for djblets.
|
david
|
December 11th, 2013, 3:11 p.m.
|
|
|
|
1
|
Handle internationalization in djblets.
|
david
|
December 10th, 2013, 6:24 p.m.
|
|
|
|
1
|
Add support for webapi auth backends.
|
chipx86
|
December 9th, 2013, 6:31 p.m.
|
|
|
|
1
|
Properly represent JSON data in text fields in the admin UI.
|
chipx86
|
December 9th, 2013, 5:41 p.m.
|
|
|
|
1
|
Fix JSON validation to accomodate JSONField data that looks like a python literal.
|
david
|
December 8th, 2013, 6:15 p.m.
|
|
|
|
1
|
Initialize Lazy Strings before passing to json.dumps
|
RA
rajasaur
|
November 28th, 2013, 7:28 p.m.
|
|
|
|
1
|
Add a signal to notify when an extension's settings are saved.
|
chipx86
|
November 23rd, 2013, 12:47 a.m.
|
|
|
|
1
|
Don't break production servers if an extension cannot initialize.
|
chipx86
|
November 23rd, 2013, 12:51 a.m.
|
|
|
|
1
|
Support specifying standard and extension-specific middleware.
|
chipx86
|
November 22nd, 2013, 11:35 p.m.
|
|
|
|
1
|
Allow plus signs and apostrophes in usernames
|
MC
mcote
|
November 27th, 2013, 11:22 a.m.
|
|
|
|
1
|
Add better labels for the RegistrationForm.
|
chipx86
|
November 19th, 2013, 3:07 a.m.
|
|
|
|
1
|
Add some protection in the extension resource for unloadable extensions.
|
chipx86
|
November 18th, 2013, 4:24 p.m.
|
|
|
|
1
|
Pass the extension to any middleware classes being constructed.
|
chipx86
|
November 18th, 2013, 3:21 p.m.
|
|
|
|
1
|
Fix ETags-based caching.
|
chipx86
|
November 18th, 2013, 3:29 p.m.
|
|
|
|
1
|
Enable use of Django admin widgets from extension configuration pages.
|
chipx86
|
November 18th, 2013, 3:25 p.m.
|
|
|
|
1
|
Split up files in djblets.util into new apps.
|
chipx86
|
November 13th, 2013, 3:44 a.m.
|
|
|
|
1
|
Support lessc include paths and global variables in extension packaging.
|
chipx86
|
November 17th, 2013, 7:38 p.m.
|
|
|
|
1
|
Rewrite the Manage Extensions page.
|
chipx86
|
November 17th, 2013, 5:46 p.m.
|
|
|
|
1
|
Expand the amount of information in ExtensionResource.
|
chipx86
|
November 17th, 2013, 5:23 p.m.
|
|
|
|
1
|
Upload Djblets releases to Amazon S3.
|
chipx86
|
November 15th, 2013, 5:33 p.m.
|
|
|
|
1
|
Audit all strings in djblets and convert to __future__.unicode_literals
|
david
|
November 12th, 2013, 3:51 p.m.
|
|
|
|
1
|
Remove a bunch of now-unused stuff from djblets.auth.
|
david
|
November 11th, 2013, 2:14 p.m.
|
|
|
|
1
|
Use the more modern six library to handle urllib, cStringIO, and cPickle.
|
david
|
November 8th, 2013, 10:34 p.m.
|
|
|
|
1
|
Pull in a newer version of six and use it for metaclasses.
|
david
|
November 8th, 2013, 7:06 p.m.
|
|
|
|
1
|
Handle unicode/str cast operators.
|
david
|
November 8th, 2013, 6 p.m.
|
|
|
|
|
Improve and fix a couple things in inlineEditor.
|
chipx86
|
November 8th, 2013, 6:05 p.m.
|
|
|
|
1
|
Clean up imports and kill port of logging.WatchedFileHandler
|
david
|
November 7th, 2013, 11:01 p.m.
|
|
|
|
1
|
Remove hashlib fallbacks
|
david
|
November 7th, 2013, 10:49 p.m.
|
|
|
|
|
Use "six" to abstract dictionary iteration and callable for python 2/3
|
david
|
November 4th, 2013, 5:33 p.m.
|
|
|
|
1
|
Abstract away some types
|
david
|
November 5th, 2013, 10:18 p.m.
|
|
|
|
1
|
Update print statements to use the new function syntax.
|
david
|
November 5th, 2013, 5:04 p.m.
|
|
|
|
1
|
Fix URL errors when configuring extensions in the presence of SITE_ROOT
|
david
|
November 4th, 2013, 4:19 p.m.
|
|
|
|
1
|
Allow JSONFields to be modified through the admin UI.
|
chipx86
|
November 4th, 2013, 2:57 p.m.
|
|
|
|
1
|
Use DjangoJSONEncoder in the json_dumps template tag.
|
chipx86
|
November 3rd, 2013, 12:25 p.m.
|
|
|
|
1
|
Allow inlineEditor dirty field calculation to be overridden.
|
chipx86
|
November 3rd, 2013, 11:16 a.m.
|
|
|
|
1
|
Update for new exception syntax.
|
david
|
November 1st, 2013, 2:29 p.m.
|
|
|
|
1
|
Bump AJAX_SERIAL when bumping the Extension sync generation.
|
chipx86
|
November 1st, 2013, 12:03 a.m.
|
|