|
|
1
|
Remove a bunch of now-unused stuff from djblets.auth.
|
david
|
November 11th, 2013, 2:14 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
|
Use the more modern six library to handle urllib, cStringIO, and cPickle.
|
david
|
November 8th, 2013, 10:34 p.m.
|
|
|
|
1
|
Pull in a newer version of six and use it for metaclasses.
|
david
|
November 8th, 2013, 7:06 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
|
Handle unicode/str cast operators.
|
david
|
November 8th, 2013, 6 p.m.
|
|
|
|
|
Improve and fix a couple things in inlineEditor.
|
chipx86
|
November 8th, 2013, 6:05 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
|
Clean up imports and kill port of logging.WatchedFileHandler
|
david
|
November 7th, 2013, 11:01 p.m.
|
|
|
|
1
|
Remove hashlib fallbacks
|
david
|
November 7th, 2013, 10:49 p.m.
|
|
|
|
|
Use "six" to abstract dictionary iteration and callable for python 2/3
|
david
|
November 4th, 2013, 5:33 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
|
Abstract away some types
|
david
|
November 5th, 2013, 10:18 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.
|
|
|
|
|
first
|
PS
psih747
|
November 5th, 2013, 11:01 p.m.
|
|
|
|
1
|
Update print statements to use the new function syntax.
|
david
|
November 5th, 2013, 5:04 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 URL errors when configuring extensions in the presence of SITE_ROOT
|
david
|
November 4th, 2013, 4:19 p.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
|
Allow JSONFields to be modified through the admin UI.
|
chipx86
|
November 4th, 2013, 2:57 p.m.
|
|
|
|
1
|
Factor in the "Blocks" list for the review request cache key.
|
chipx86
|
November 3rd, 2013, 11:27 a.m.
|
|
|
|
1
|
Use DjangoJSONEncoder in the json_dumps template tag.
|
chipx86
|
November 3rd, 2013, 12:25 p.m.
|
|
|
|
1
|
Allow inlineEditor dirty field calculation to be overridden.
|
chipx86
|
November 3rd, 2013, 11:16 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
|
Update for new exception syntax.
|
david
|
November 1st, 2013, 2:29 p.m.
|
|