|
Guess the mimetype of uploaded files when they're unknown.
|
chipx86
|
December 14th, 2012, 3:40 a.m.
|
|
|
Improve the styling of file attachment thumbnails containing text.
|
chipx86
|
December 14th, 2012, 3:34 a.m.
|
|
|
Add file attachment comments to e-mails.
|
chipx86
|
December 14th, 2012, 4:13 a.m.
|
|
|
Improve the summary field and make it less jumpy.
|
chipx86
|
December 13th, 2012, 1:50 a.m.
|
|
|
Fix redisplaying the inline editor a second time.
|
chipx86
|
December 13th, 2012, 2:22 a.m.
|
|
|
Improve the styling of the repository confirmation banners.
|
chipx86
|
December 10th, 2012, 6:41 a.m.
|
|
|
Change the styling a bit for the per-comment issue displays.
|
chipx86
|
December 12th, 2012, 6:44 a.m.
|
|
|
Add comment thumbnail rendering for file attachments.
|
chipx86
|
December 11th, 2012, 4:43 a.m.
|
|
|
Use the new button styles throughout the UI.
|
chipx86
|
December 11th, 2012, 10:33 p.m.
|
|
|
Improve button styling in the admin UI.
|
chipx86
|
December 10th, 2012, 7:24 a.m.
|
|
|
Polish up many of our settings forms.
|
chipx86
|
December 6th, 2012, 6:22 a.m.
|
|
|
Update our settings documentation.
|
chipx86
|
December 6th, 2012, 6:21 a.m.
|
|
|
Added some overview docs on extensions and management.
|
chipx86
|
December 6th, 2012, 6:26 a.m.
|
|
|
Replace the Windows installation docs.
|
chipx86
|
December 6th, 2012, 6:28 a.m.
|
|
|
Support the p4api 12.2.
|
chipx86
|
December 4th, 2012, 6:10 a.m.
|
|
|
Provide a nicer selector for cache backends compatible with settings.CACHES.
|
chipx86
|
December 2nd, 2012, 1:48 a.m.
|
|
|
Add a normalize_cache_backend function.
|
chipx86
|
December 2nd, 2012, 1:56 a.m.
|
|
|
Handle setting a dictionary in siteconfig's cache_backend.
|
chipx86
|
December 1st, 2012, 9:19 p.m.
|
|
|
Transition to CACHES and away from CACHE_BACKEND.
|
chipx86
|
November 29th, 2012, 7:11 a.m.
|
|
|
Deserialize the cache_backend setting into the new settings.CACHES.
|
chipx86
|
November 29th, 2012, 6:20 a.m.
|
|
|
Introduce DynamicURLResolver, and use it for extensions.
|
chipx86
|
November 28th, 2012, 5:58 a.m.
|
|
|
Require an extension_manager parameter for Extension.
|
chipx86
|
November 29th, 2012, 3:16 a.m.
|
|
|
Fix overzealous caching of static media.
|
chipx86
|
November 27th, 2012, 3:19 p.m.
|
|
|
Don't show "None" for the repository for review requests in the dashboard.
|
chipx86
|
November 27th, 2012, 4:20 a.m.
|
|
|
Use lessc for building media, if available.
|
chipx86
|
November 27th, 2012, 12:54 a.m.
|
|
|
Fix review request caching when issue statuses change.
|
chipx86
|
November 27th, 2012, 3:13 a.m.
|
|
|
Redo the look and feel of the admin UI.
|
chipx86
|
November 23rd, 2012, 3:53 p.m.
|
|
|
Fix the cache stats page.
|
chipx86
|
November 23rd, 2012, 3:43 p.m.
|
|
|
Synchronize extension state across threads/processes/servers.
|
chipx86
|
November 21st, 2012, 6:03 a.m.
|
|
|
Show the thumbnail for a file attachment after uploading to a review request.
|
chipx86
|
November 22nd, 2012, 4:45 a.m.
|
|
|
Switch over to file attachments entirely in place of screenshot uploading.
|
chipx86
|
November 22nd, 2012, 4:19 a.m.
|
|
|
Fix review request field sizing issues and hide unused fields.
|
chipx86
|
November 20th, 2012, 6:39 a.m.
|
|
|
Use a different URL for SSL-backed gravatars.
|
chipx86
|
November 19th, 2012, 2:30 a.m.
|
|
|
Improve the inline editor size matching and increase the animation speed.
|
chipx86
|
November 19th, 2012, 8:57 p.m.
|
|
|
Fix a memory leak with the new in-database SVN cert storage.
|
chipx86
|
November 13th, 2012, 12:29 a.m.
|
|
|
Change the FileAttachmentComment API to require an "extra_data." prefix for extra data.
|
chipx86
|
November 15th, 2012, 4:47 a.m.
|
|
|
Add API support for creating a review request with no repository.
|
chipx86
|
November 15th, 2012, 3:22 a.m.
|
|
|
Choose a better default for the hosting account on the repository form.
|
chipx86
|
November 19th, 2012, 4:56 p.m.
|
|
|
Add better help text to the repository form's Path field.
|
chipx86
|
November 19th, 2012, 4:34 p.m.
|
|
|
Add mutation APIs for review groups and their users.
|
chipx86
|
November 4th, 2012, 5:49 a.m.
|
|
|
Prevent useless comment fetching for screenshots and file attachments.
|
chipx86
|
November 8th, 2012, 2:04 a.m.
|
|
|
Use raw ID fields for the LocalSite fields in the admin UI.
|
chipx86
|
July 31st, 2012, 9:12 p.m.
|
|
|
Add an avatar URL in the user resource.
|
chipx86
|
November 4th, 2012, 12:29 a.m.
|
|
|
Update the serialize_*_fields functions to take a **kwargs.
|
chipx86
|
November 3rd, 2012, 9:19 p.m.
|
|
|
Fix a couple path-related issues with rb-site and rbssh.
|
chipx86
|
October 31st, 2012, 2:28 a.m.
|
|
|
Introduce a file attachment image review UI.
|
chipx86
|
October 22nd, 2012, 2:14 a.m.
|
|
|
Add a get_gravatar_url function in gravatars.
|
chipx86
|
November 3rd, 2012, 9:11 p.m.
|
|
|
Update etag and field serialization functions to take a HttpRequest.
|
chipx86
|
November 3rd, 2012, 9:15 p.m.
|
|
|
Add support for deleting user keys to SSHClient.
|
chipx86
|
October 28th, 2012, 1:51 a.m.
|
|
|
Add profiling for unit tests.
|
chipx86
|
October 21st, 2012, 7:01 p.m.
|
|