|
|
1
|
Add a signal to notify when an extension's settings are saved.
|
chipx86
|
November 23rd, 2013, 8:47 a.m.
|
|
|
|
1
|
Don't break production servers if an extension cannot initialize.
|
chipx86
|
November 23rd, 2013, 8:51 a.m.
|
|
|
|
1
|
Support specifying standard and extension-specific middleware.
|
chipx86
|
November 23rd, 2013, 7:35 a.m.
|
|
|
|
1
|
Allow plus signs and apostrophes in usernames
|
MC
mcote
|
November 27th, 2013, 7:22 p.m.
|
|
|
|
1
|
Add better labels for the RegistrationForm.
|
chipx86
|
November 19th, 2013, 11:07 a.m.
|
|
|
|
1
|
Add some protection in the extension resource for unloadable extensions.
|
chipx86
|
November 19th, 2013, 12:24 a.m.
|
|
|
|
1
|
Pass the extension to any middleware classes being constructed.
|
chipx86
|
November 18th, 2013, 11:21 p.m.
|
|
|
|
1
|
Fix ETags-based caching.
|
chipx86
|
November 18th, 2013, 11:29 p.m.
|
|
|
|
1
|
Enable use of Django admin widgets from extension configuration pages.
|
chipx86
|
November 18th, 2013, 11:25 p.m.
|
|
|
|
1
|
Split up files in djblets.util into new apps.
|
chipx86
|
November 13th, 2013, 11:44 a.m.
|
|
|
|
1
|
Support lessc include paths and global variables in extension packaging.
|
chipx86
|
November 18th, 2013, 3:38 a.m.
|
|
|
|
1
|
Rewrite the Manage Extensions page.
|
chipx86
|
November 18th, 2013, 1:46 a.m.
|
|
|
|
1
|
Expand the amount of information in ExtensionResource.
|
chipx86
|
November 18th, 2013, 1:23 a.m.
|
|
|
|
1
|
Upload Djblets releases to Amazon S3.
|
chipx86
|
November 16th, 2013, 1:33 a.m.
|
|
|
|
1
|
Audit all strings in djblets and convert to __future__.unicode_literals
|
david
|
November 12th, 2013, 11:51 p.m.
|
|
|
|
1
|
Remove a bunch of now-unused stuff from djblets.auth.
|
david
|
November 11th, 2013, 10:14 p.m.
|
|
|
|
1
|
Use the more modern six library to handle urllib, cStringIO, and cPickle.
|
david
|
November 9th, 2013, 6:34 a.m.
|
|
|
|
1
|
Pull in a newer version of six and use it for metaclasses.
|
david
|
November 9th, 2013, 3:06 a.m.
|
|
|
|
1
|
Handle unicode/str cast operators.
|
david
|
November 9th, 2013, 2 a.m.
|
|
|
|
|
Improve and fix a couple things in inlineEditor.
|
chipx86
|
November 9th, 2013, 2:05 a.m.
|
|
|
|
1
|
Clean up imports and kill port of logging.WatchedFileHandler
|
david
|
November 8th, 2013, 7:01 a.m.
|
|
|
|
1
|
Remove hashlib fallbacks
|
david
|
November 8th, 2013, 6:49 a.m.
|
|
|
|
|
Use "six" to abstract dictionary iteration and callable for python 2/3
|
david
|
November 5th, 2013, 1:33 a.m.
|
|
|
|
1
|
Abstract away some types
|
david
|
November 6th, 2013, 6:18 a.m.
|
|
|
|
1
|
Update print statements to use the new function syntax.
|
david
|
November 6th, 2013, 1:04 a.m.
|
|
|
|
1
|
Fix URL errors when configuring extensions in the presence of SITE_ROOT
|
david
|
November 5th, 2013, 12:19 a.m.
|
|
|
|
1
|
Allow JSONFields to be modified through the admin UI.
|
chipx86
|
November 4th, 2013, 10:57 p.m.
|
|
|
|
1
|
Use DjangoJSONEncoder in the json_dumps template tag.
|
chipx86
|
November 3rd, 2013, 8:25 p.m.
|
|
|
|
1
|
Allow inlineEditor dirty field calculation to be overridden.
|
chipx86
|
November 3rd, 2013, 7:16 p.m.
|
|
|
|
1
|
Update for new exception syntax.
|
david
|
November 1st, 2013, 9:29 p.m.
|
|
|
|
1
|
Bump AJAX_SERIAL when bumping the Extension sync generation.
|
chipx86
|
November 1st, 2013, 7:03 a.m.
|
|
|
|
1
|
Allow callers to override the inlineEditor multi-line text field.
|
chipx86
|
October 24th, 2013, 12:32 a.m.
|
|
|
|
1
|
Optimize queries when fetching objects in the API.
|
chipx86
|
October 22nd, 2013, 1:02 a.m.
|
|
|
|
1
|
Remove backwards-compatibility for allowed_{item,list}_mimetypes.
|
chipx86
|
October 21st, 2013, 9:07 p.m.
|
|
|
|
1
|
Allow a custom ID field to be passed to WebAPIResource.get_object.
|
chipx86
|
October 21st, 2013, 10:16 p.m.
|
|
|
|
1
|
Cache calculated values when we know they won't change.
|
chipx86
|
October 21st, 2013, 9:03 p.m.
|
|
|
|
1
|
Don't query for objects in a response when we know the count is 0.
|
chipx86
|
October 21st, 2013, 9 p.m.
|
|
|
|
1
|
Fix auto-sizing the inlineEditor when forcing an auto-size.
|
chipx86
|
October 19th, 2013, 2:43 a.m.
|
|
|
|
1
|
Fix inlineEditor dirty detection with hasRawValue.
|
chipx86
|
October 19th, 2013, 2:20 a.m.
|
|
|
|
1
|
Reduce the query count by one per page when using SiteConfiguration.
|
chipx86
|
October 20th, 2013, 9:12 a.m.
|
|
|
|
1
|
Add support for defining, packaging and using static media bundles.
|
chipx86
|
October 15th, 2013, 10:22 p.m.
|
|
|
|
1
|
[Djblets] Update to the latest version of django-pipeline.
|
chipx86
|
October 15th, 2013, 12:50 a.m.
|
|
|
|
1
|
Split up extensions/base.py into several files.
|
chipx86
|
October 14th, 2013, 11 p.m.
|
|
|
|
1
|
Add formal support for looking up static files for extensions.
|
chipx86
|
October 14th, 2013, 1:18 a.m.
|
|
|
|
1
|
Allow a max number of newlines to be passed to {% condense %}.
|
chipx86
|
October 13th, 2013, 8:36 a.m.
|
|
|
|
1
|
Add support for JavaScript extensions.
|
chipx86
|
October 12th, 2013, 10:41 p.m.
|
|
|
|
1
|
Add a new has_list_access_permissions function.
|
chipx86
|
October 11th, 2013, 12:08 a.m.
|
|
|
|
|
Fix datagrid pagination on Django 1.5.
|
chipx86
|
October 7th, 2013, 1:36 a.m.
|
|
|
|
1
|
Remove a bunch of hacks and quirks from jquery.gravy
|
david
|
October 3rd, 2013, 11:08 p.m.
|
|
|
|
5
|
Add support for middleware to extensions
|
MC
mcote
|
September 6th, 2013, 3:56 a.m.
|
|