|
|
1
|
Add protection against a null LocalSiteProfile.permissions.
|
chipx86
|
November 14th, 2013, 5:36 p.m.
|
|
|
|
1
|
Fix default focus in the Review form.
|
chipx86
|
November 14th, 2013, 4:26 p.m.
|
|
|
|
1
|
Re-enable the Publish/Discard buttons for replies after a second save.
|
chipx86
|
November 12th, 2013, 5:43 p.m.
|
|
|
|
1
|
Don't show the asterisk next to "Reviewers" when closed.
|
chipx86
|
November 12th, 2013, 5:42 p.m.
|
|
|
|
1
|
Fixed issues saving Markdown data in certain cases.
|
chipx86
|
November 12th, 2013, 5:12 p.m.
|
|
|
|
1
|
Add blank lines around lists in rendered Markdwon.
|
chipx86
|
November 12th, 2013, 1:22 p.m.
|
|
|
|
1
|
Revamp the review request layout.
|
chipx86
|
November 8th, 2013, 6:17 p.m.
|
|
|
|
1
|
Clarify that SCMTool.get_file and HostingService.get_file return bytes.
|
david
|
November 12th, 2013, 12:23 a.m.
|
|
|
|
1
|
Get rid of deprecated 'xreadlines'
|
david
|
November 12th, 2013, 1:28 p.m.
|
|
|
|
1
|
Handle a bunch of renamed methods.
|
david
|
November 11th, 2013, 1:52 p.m.
|
|
|
|
1
|
Fix next/next_page mess.
|
david
|
November 10th, 2013, 11:21 p.m.
|
|
|
|
|
Switch to django's built-in login_required decorator.
|
david
|
November 10th, 2013, 5:54 p.m.
|
|
|
|
1
|
Switch over to django.contrib.auth.views.login
|
david
|
November 10th, 2013, 3:52 p.m.
|
|
|
|
1
|
Simplify logout view.
|
david
|
November 10th, 2013, 2:38 p.m.
|
|
|
|
1
|
Convert metaclasses using @six.add_metaclass()
|
david
|
November 8th, 2013, 7:49 p.m.
|
|
|
|
1
|
Handle unicode/str cast operators.
|
david
|
November 8th, 2013, 6:40 p.m.
|
|
|
|
1
|
Fix places where we were using relative imports.
|
david
|
November 9th, 2013, 3:04 p.m.
|
|
|
|
1
|
Fix clicking on move flags in the diff viewer.
|
chipx86
|
November 9th, 2013, 2 a.m.
|
|
|
|
1
|
Prevent update bubbles when resolving/reopening issues.
|
chipx86
|
November 9th, 2013, 1:18 a.m.
|
|
|
|
1
|
Stop trying to link the old Djblets directory during install.
|
chipx86
|
November 9th, 2013, 12:51 a.m.
|
|
|
|
1
|
Better optimize for empty Markdown text fields.
|
chipx86
|
November 9th, 2013, 12:45 a.m.
|
|
|
|
1
|
Fix and improve move detection.
|
chipx86
|
November 8th, 2013, 6:58 p.m.
|
|
|
|
1
|
WIP release notes for 2.0
|
david
|
October 30th, 2013, 4:52 p.m.
|
|
|
|
1
|
Escape content before going into google-code-prettify.
|
chipx86
|
November 8th, 2013, 12:41 p.m.
|
|
|
|
1
|
Fix editing close descriptions when a review request is closed.
|
chipx86
|
November 7th, 2013, 1:06 a.m.
|
|
|
|
1
|
Move the static media bundle definitions out of settings.py.
|
chipx86
|
November 7th, 2013, 1:26 p.m.
|
|
|
|
1
|
Move review request draft banner logic into new classes.
|
chipx86
|
November 4th, 2013, 1:39 p.m.
|
|
|
|
1
|
Use "six" to abstract dictionary iteration and callable for python 2/3
|
david
|
November 4th, 2013, 5:35 p.m.
|
|
|
|
1
|
Abstract away some types
|
david
|
November 5th, 2013, 10:21 p.m.
|
|
|
|
1
|
Fix up issues with map usage.
|
david
|
November 5th, 2013, 6:42 p.m.
|
|
|
|
1
|
Update print statements to use the new function syntax.
|
david
|
November 5th, 2013, 5:06 p.m.
|
|
|
|
1
|
Add the field mirror_path to RepositoryResource.
|
ED
edwlee
|
November 4th, 2013, 11:44 p.m.
|
|
|
|
1
|
Fix a series of breakages noticed while browsing as anonymous.
|
chipx86
|
November 4th, 2013, 6:27 p.m.
|
|
|
|
1
|
Add support for permissions specific to Local Sites.
|
chipx86
|
November 3rd, 2013, 1:05 a.m.
|
|
|
|
1
|
Fix issues with last update bubbles and timestamp comparison.
|
chipx86
|
November 3rd, 2013, 12:39 p.m.
|
|
|
|
1
|
Provide better dirty state calculation for Markdown inlineEditors.
|
chipx86
|
November 3rd, 2013, 11:18 a.m.
|
|
|
|
1
|
Clean up the diff loading style.
|
chipx86
|
November 3rd, 2013, 1:42 a.m.
|
|
|
|
1
|
Fix JavaScript unit test breakages from the recent Markdown changes.
|
chipx86
|
November 4th, 2013, 12:11 p.m.
|
|
|
|
1
|
Factor in the "Blocks" list for the review request cache key.
|
chipx86
|
November 3rd, 2013, 11:27 a.m.
|
|
|
|
1
|
Add API for fetching and setting diff file attachments.
|
chipx86
|
October 30th, 2013, 2:39 a.m.
|
|
|
|
1
|
Allow setting a review request's status with just the can_change_status permission.
|
chipx86
|
November 3rd, 2013, 12:18 a.m.
|
|
|
|
1
|
Fix showing private review requests in a couple lists.
|
chipx86
|
November 2nd, 2013, 5:13 p.m.
|
|
|
|
1
|
Fix post-commit diff creation with unicode characters.
|
david
|
October 30th, 2013, 5:29 p.m.
|
|
|
|
1
|
Update for new exception syntax.
|
david
|
November 1st, 2013, 4:03 p.m.
|
|
|
|
1
|
Use the GitHub API to determine repository validity.
|
chipx86
|
October 26th, 2013, 3:34 p.m.
|
|
|
|
1
|
Update the draft filediff test suite to use the new mixins.
|
chipx86
|
October 30th, 2013, 2:28 a.m.
|
|
|
|
1
|
Fix reversing URLs on Local Site with template caching turned on.
|
chipx86
|
October 31st, 2013, 11:52 p.m.
|
|
|
|
1
|
Switch the position of the moved-line flags.
|
david
|
October 30th, 2013, 5:35 p.m.
|
|
|
|
10
|
Add API for fetching and setting diff file attachments.
|
chipx86
|
September 25th, 2013, 12:46 a.m.
|
|
|
|
1
|
Improve diff pagination a little bit.
|
david
|
October 28th, 2013, 3:57 p.m.
|
|