|
|
1
|
Add filtering for the repository selector.
|
david
|
September 4th, 2013, 4:06 p.m.
|
|
|
|
1
|
Centralize webapi tests' mimetypes and URL lookups.
|
chipx86
|
September 2nd, 2013, 1:32 a.m.
|
|
|
|
|
Split resources.py into per-resource files.
|
chipx86
|
September 3rd, 2013, 3:41 p.m.
|
|
|
|
1
|
Reference all resource instances in a Resources object instance.
|
chipx86
|
September 2nd, 2013, 1:22 p.m.
|
|
|
|
37
|
Split out User and Watched* webapi tests.
|
chipx86
|
August 30th, 2013, 3:02 p.m.
|
|
|
|
|
Split out ReviewGroup and ReviewGroupUser webapi tests.
|
chipx86
|
August 30th, 2013, 2:44 p.m.
|
|
|
|
|
Split out RepositoryBranches and RepositoryCommits webapi tests.
|
chipx86
|
August 30th, 2013, 2:29 p.m.
|
|
|
|
|
Split out Repository and RepositoryInfo webapi tests.
|
chipx86
|
August 30th, 2013, 2:18 p.m.
|
|
|
|
|
Move BaseWebAPITestCase and ValidateDiffResourceTests into new files.
|
chipx86
|
August 29th, 2013, 6:27 p.m.
|
|
|
|
|
Split our four more classes from webapi tests.
|
chipx86
|
August 30th, 2013, 2:05 p.m.
|
|
|
|
1
|
Move webapi/tests.py into webapi/tests/.
|
chipx86
|
August 29th, 2013, 5:06 p.m.
|
|
|
|
1
|
Move WebAPIResource and utility methods into webapi/base.py.
|
chipx86
|
August 29th, 2013, 3:13 p.m.
|
|
|
|
1
|
Fix all the current pyflakes warnings in the codebase.
|
chipx86
|
August 29th, 2013, 3:41 p.m.
|
|
|
|
1
|
Exclude diff-associated FileAttachments from the resource list.
|
chipx86
|
August 29th, 2013, 2:38 p.m.
|
|
|
|
1
|
LDAP: Use fully qualified DN for authentication
|
HG
hglock
|
August 26th, 2013, 12:06 p.m.
|
|
|
|
1
|
Make long-form text entries use markdown formatting.
|
david
|
August 28th, 2013, 5:17 p.m.
|
|
|
|
1
|
Fix ReviewBoxListView iteration over changedescs.
|
david
|
August 28th, 2013, 4:35 p.m.
|
|
|
|
1
|
Call success and update draft field when setting the close description.
|
david
|
August 28th, 2013, 4:24 p.m.
|
|
|
|
1
|
Render new RRs, Reviews and Comments as markdown.
|
GR
gregwym
|
February 19th, 2013, 7:30 p.m.
|
|
|
|
1
|
Add support for image diffs.
|
chipx86
|
August 27th, 2013, 7:10 p.m.
|
|
|
|
1
|
Move i18n building into a script to fix deployment issues.
|
chipx86
|
August 28th, 2013, 1:35 a.m.
|
|
|
|
1
|
Fixed some visual issues with the chunk highlighter and diff margins.
|
chipx86
|
August 28th, 2013, 3:23 p.m.
|
|
|
|
1
|
Don't auto-open the change description editor when loading a draft.
|
david
|
August 28th, 2013, 12:17 a.m.
|
|
|
|
1
|
Add support for showing diffs of file attachments in the diff viewer.
|
chipx86
|
August 23rd, 2013, 1:16 a.m.
|
|
|
|
1
|
Fix the field name for changedescription in drafts.
|
david
|
August 27th, 2013, 11:54 p.m.
|
|
|
|
1
|
Make some CSS selectors more specific to avoid style bleed into descendents.
|
david
|
August 27th, 2013, 4:48 p.m.
|
|
|
|
1
|
Make linkifyReviewRequests and linkifyBugs produce markdown output.
|
david
|
August 27th, 2013, 4:41 p.m.
|
|
|
|
|
Image diffing
|
MI
miche.chuang
|
October 25th, 2012, 7:23 p.m.
|
|
|
|
1
|
Rename scmtools.crypto to scmtools.crypto_utils
|
SM
smacleod
|
August 25th, 2013, 5:52 p.m.
|
|
|
|
1
|
Fix up pep-8 issues in some more apps directories.
|
david
|
August 26th, 2013, 12:17 a.m.
|
|
|
|
1
|
Make field formatters in ReviewRequestEditorView set the element's html.
|
david
|
August 26th, 2013, 5:17 p.m.
|
|
|
|
1
|
Split RB.linkifyText into separate pieces.
|
david
|
August 26th, 2013, 4:49 p.m.
|
|
|
|
1
|
Build and ship compiled locale files.
|
david
|
August 23rd, 2013, 3:58 p.m.
|
|
|
|
1
|
Add review UIs to the diff viewer.
|
chipx86
|
August 22nd, 2013, 3:07 p.m.
|
|
|
|
1
|
Remove preloading of the first file in the diff viewer.
|
chipx86
|
August 22nd, 2013, 1:50 p.m.
|
|
|
|
1
|
Fix parsing git diffs with binary changes.
|
chipx86
|
August 22nd, 2013, 3:04 a.m.
|
|
|
|
9
|
Add rendering of binary file attachments in the diff viewer.
|
chipx86
|
August 20th, 2013, 6:10 p.m.
|
|
|
|
1
|
Remove the base_url parameter for diff rendering.
|
chipx86
|
August 21st, 2013, 4:47 p.m.
|
|
|
|
1
|
Move the main diffviewer views to extensible class-based views.
|
chipx86
|
August 21st, 2013, 3:12 a.m.
|
|
|
|
1
|
Fix up pep-8 issues in some more apps directories.
|
david
|
August 21st, 2013, 1:38 p.m.
|
|
|
|
1
|
Add icons for search, jump-to, start to use them in the new review request page.
|
david
|
August 21st, 2013, 12:43 a.m.
|
|
|
|
1
|
Fix alignment of the file attachment thumbnail overlay.
|
david
|
August 21st, 2013, 3:20 p.m.
|
|
|
|
1
|
Fix HTML escaping for localized strings in javascript.
|
david
|
August 21st, 2013, 12:09 a.m.
|
|
|
|
1
|
If there's only one repository, auto-select it for new Review Requests.
|
david
|
August 21st, 2013, 12:13 p.m.
|
|
|
|
1
|
Inline File Attachments
|
TI
tinayang
|
October 25th, 2012, 4:29 p.m.
|
|
|
|
1
|
Improve our support for inline review UIs.
|
chipx86
|
August 18th, 2013, 9:25 p.m.
|
|
|
|
1
|
Fix the "Open an issue" checkbox.
|
david
|
August 19th, 2013, 11:19 p.m.
|
|
|
|
1
|
Handle ImproperlyConfigured when trying to load the S3 backend.
|
david
|
August 19th, 2013, 2:54 p.m.
|
|
|
|
1
|
Polish up some styling in the diff viewer.
|
chipx86
|
August 15th, 2013, 1:18 p.m.
|
|
|
|
1
|
Pass request object to auth backends' get_or_create_user() methods.
|
MC
mcote
|
August 7th, 2013, 2:01 p.m.
|
|