|
|
1
|
Preserve the rich_text setting from the draft when publishing.
|
chipx86
|
October 22nd, 2013, 6:33 p.m.
|
|
|
|
1
|
Fix overzealous escaping of periods when escaping for Markdown.
|
chipx86
|
October 22nd, 2013, 5:38 p.m.
|
|
|
|
1
|
Reduce database queries when returning the User list resource.
|
chipx86
|
October 21st, 2013, 5:55 p.m.
|
|
|
|
1
|
Clarify in the docs that you need to upload full diffs.
|
david
|
October 22nd, 2013, 6:22 p.m.
|
|
|
|
1
|
Fix the API docs generator.
|
david
|
October 22nd, 2013, 6:25 p.m.
|
|
|
|
1
|
Pull the old djblets sort images into the reviewboard tree.
|
david
|
October 22nd, 2013, 4:48 p.m.
|
|
|
|
1
|
Add API support for the rich_text field on several resources.
|
chipx86
|
October 18th, 2013, 6:24 p.m.
|
|
|
|
1
|
Reduce queries for user profiles.
|
chipx86
|
October 21st, 2013, 5:42 p.m.
|
|
|
|
1
|
Fix a breakage with interdiffs.
|
chipx86
|
October 21st, 2013, 7:32 p.m.
|
|
|
|
1
|
Make use of the new web API optimizations in Djblets.
|
chipx86
|
October 21st, 2013, 6:07 p.m.
|
|
|
|
1
|
Optimize queries when fetching objects in the API.
|
chipx86
|
October 21st, 2013, 6:02 p.m.
|
|
|
|
1
|
Rewrite the documentation for selecting diff revisions.
|
david
|
October 17th, 2013, 1:16 a.m.
|
|
|
|
1
|
Remove positional and unnecessary arguments on get_queryset calls.
|
chipx86
|
October 21st, 2013, 2:19 p.m.
|
|
|
|
1
|
Switch to using allowed_mimetypes in webapi resources.
|
chipx86
|
October 20th, 2013, 2:40 a.m.
|
|
|
|
1
|
Remove backwards-compatibility for allowed_{item,list}_mimetypes.
|
chipx86
|
October 21st, 2013, 2:07 p.m.
|
|
|
|
1
|
Allow a custom ID field to be passed to WebAPIResource.get_object.
|
chipx86
|
October 21st, 2013, 3:16 p.m.
|
|
|
|
1
|
Cache calculated values when we know they won't change.
|
chipx86
|
October 21st, 2013, 2:03 p.m.
|
|
|
|
|
Document extension API resources.
|
david
|
October 21st, 2013, 2:58 p.m.
|
|
|
|
1
|
Fix prepare-dev.py to not link djblets static media
|
david
|
October 21st, 2013, 1:32 p.m.
|
|
|
|
1
|
Initialize the superclass for ReviewBoardHTTPPasswordMgr in the constructor
|
YA
yaneurabeya
|
October 16th, 2013, 6:44 p.m.
|
|
|
|
1
|
Fix crash in rbt diff.
|
JO
jop
|
October 13th, 2013, 1:52 p.m.
|
|
|
|
1
|
Don't query for objects in a response when we know the count is 0.
|
chipx86
|
October 21st, 2013, 2 p.m.
|
|
|
|
1
|
Fix review requests becoming private after discard, reopen, close.
|
chipx86
|
October 21st, 2013, 1:48 p.m.
|
|
|
|
1
|
Reorganize the list of resources in the webapi docs.
|
chipx86
|
October 19th, 2013, 4:43 p.m.
|
|
|
|
1
|
Fix updating the favicon when there's a notification.
|
chipx86
|
October 19th, 2013, 5:11 p.m.
|
|
|
|
1
|
Bump the minimum version of some of our dependencies.
|
chipx86
|
October 19th, 2013, 4:56 p.m.
|
|
|
|
1
|
Make the Markdown styles consistent with the source text.
|
chipx86
|
October 19th, 2013, 2:17 a.m.
|
|
|
|
1
|
Load the richText field in several resource models.
|
chipx86
|
October 18th, 2013, 6:02 p.m.
|
|
|
|
1
|
Expose the 'rich_text' field for reading in the API, and doc it.
|
chipx86
|
October 18th, 2013, 4:29 p.m.
|
|
|
|
1
|
Format Markdown text for file attachment and screenshot comments.
|
chipx86
|
October 18th, 2013, 5:40 p.m.
|
|
|
|
1
|
Add "Rich Text" fields in the administration UI.
|
chipx86
|
October 18th, 2013, 5:41 p.m.
|
|
|
|
1
|
Fix auto-sizing the inlineEditor when forcing an auto-size.
|
chipx86
|
October 18th, 2013, 7:43 p.m.
|
|
|
|
1
|
Fix inlineEditor dirty detection with hasRawValue.
|
chipx86
|
October 18th, 2013, 7:20 p.m.
|
|
|
|
1
|
Reduce the query count by one per page when using SiteConfiguration.
|
chipx86
|
October 20th, 2013, 2:12 a.m.
|
|
|
|
1
|
Add a new revision selector UI.
|
david
|
October 7th, 2013, 10:04 p.m.
|
|
|
|
1
|
Document extension metadata field.
|
david
|
October 18th, 2013, 1:01 a.m.
|
|
|
|
1
|
Disable JavaScript extensions when running unit tests.
|
chipx86
|
October 18th, 2013, 2:33 a.m.
|
|
|
|
1
|
Expand upon some of the API resource descriptions.
|
chipx86
|
October 18th, 2013, 2:34 a.m.
|
|
|
|
1
|
Don't use httplib constants instead of hardcoded values
|
YA
yaneurabeya
|
October 16th, 2013, 6:38 p.m.
|
|
|
|
1
|
Make crypto_utils backwards compatible with python-crypto on CentOS 6.4
|
YA
yaneurabeya
|
October 16th, 2013, 6:20 p.m.
|
|
|
|
1
|
Pass through template name for the configure_extension view.
|
david
|
October 17th, 2013, 8:36 p.m.
|
|
|
|
1
|
Add blank GitHub token
|
PU
puiterwijk
|
September 29th, 2013, 2:28 p.m.
|
|
|
|
1
|
Fixed the fill-database command
|
EN
endee
|
October 7th, 2013, 12:46 p.m.
|
|
|
|
1
|
Fix review-requests/ resource to catch diff related errors.
|
ZA
zav
|
October 16th, 2013, 4:51 a.m.
|
|
|
|
|
Fix switching to Custom repositories and missing hosting services.
|
ZA
zav
|
October 16th, 2013, 12:45 a.m.
|
|
|
|
1
|
Support static media bundles in review UIs.
|
chipx86
|
October 15th, 2013, 11:26 p.m.
|
|
|
|
1
|
Support the new static bundles for extensions.
|
chipx86
|
October 15th, 2013, 4:23 p.m.
|
|
|
|
1
|
Centralize much of the comment API update/create code.
|
chipx86
|
October 15th, 2013, 11:57 p.m.
|
|
|
|
1
|
Add support for defining, packaging and using static media bundles.
|
chipx86
|
October 15th, 2013, 3:22 p.m.
|
|
|
|
1
|
Fix review-requests/ resource to catch diff related errors.
|
david
|
October 15th, 2013, 12:50 a.m.
|
|