|
|
1
|
Add support for access control on repositories.
|
chipx86
|
November 2nd, 2010, 7:01 p.m.
|
|
|
|
1
|
Cache review request counts for quick lookup in the dashboard.
|
chipx86
|
October 19th, 2010, 5:03 p.m.
|
|
|
|
1
|
Stop shipping our own copy of the Django Admin media files.
|
chipx86
|
October 2nd, 2010, 11:27 a.m.
|
|
|
|
1
|
Upgrade the database settings on a site during rb-site upgrade.
|
chipx86
|
October 19th, 2010, 7:52 p.m.
|
|
|
|
1
|
Add a CounterField for atomically updating counters.
|
chipx86
|
October 16th, 2010, 7:50 p.m.
|
|
|
|
1
|
Support review requests without diffs.
|
chipx86
|
August 29th, 2010, 3:38 p.m.
|
|
|
|
1
|
Better support both HTTP Accept mimetypes and ?api_format= for resources.
|
chipx86
|
August 22nd, 2010, 9:50 a.m.
|
|
|
|
1
|
Provide new ways to introspect webapi Resource classes.
|
chipx86
|
August 22nd, 2010, 9:52 a.m.
|
|
|
|
1
|
Add the augment_method_from decorator for augmenting existing functions.
|
chipx86
|
August 22nd, 2010, 9:48 a.m.
|
|
|
|
|
Add support for downloading patches and parsed diff data in the API.
|
chipx86
|
June 7th, 2010, 8:53 p.m.
|
|
|
|
1
|
Support marking files as deleted in the diff viewer.
|
chipx86
|
June 26th, 2010, 9:11 p.m.
|
|
|
|
1
|
Support filtering review requests using date ranges in the API.
|
chipx86
|
June 27th, 2010, 9:30 a.m.
|
|
|
|
1
|
Improve move detection
|
chipx86
|
June 26th, 2010, 4:58 p.m.
|
|
|
|
1
|
Better handle stripping CVSROOTs from CVS paths.
|
chipx86
|
June 26th, 2010, 9:10 p.m.
|
|
|
|
1
|
Add a resource for retrieving info on the client's session.
|
chipx86
|
June 2nd, 2010, 7:17 p.m.
|
|
|
|
1
|
Add new utility functions for HTTP Accept-based content negotiation.
|
chipx86
|
June 7th, 2010, 8:57 p.m.
|
|
|
|
1
|
Fix linkifying text for users that don't own the review request.
|
chipx86
|
May 26th, 2010, 7:35 p.m.
|
|
|
|
1
|
Fix wrapping of text in HTML e-mails.
|
chipx86
|
May 26th, 2010, 7:12 p.m.
|
|
|
|
1
|
Fix rb-site to better handle empty directories.
|
chipx86
|
May 20th, 2010, 8:07 p.m.
|
|
|
|
1
|
Add utility functions and fixes for iPhone/iPad integration.
|
chipx86
|
May 16th, 2010, 6:59 p.m.
|
|
|
|
1
|
Improve Review Board's interaction with the multi-touch model on the iPad and iPhone
|
chipx86
|
May 16th, 2010, 6:41 p.m.
|
|
|
|
1
|
Use the WatchedFileHandler for logging to allow log rotation.
|
chipx86
|
May 9th, 2010, 11:43 a.m.
|
|
|
|
|
Use CSS for the comment flags, make them multi-line, and improve positioning.
|
chipx86
|
May 8th, 2010, 5:18 p.m.
|
|
|
|
1
|
Add a new RESTful API model for Review Board
|
chipx86
|
May 2nd, 2010, 8:28 p.m.
|
|
|
|
2
|
Add a resize grip to the comment dialog.
|
chipx86
|
May 7th, 2010, 7:09 p.m.
|
|
|
|
1
|
Support pagination in the web API.
|
chipx86
|
March 6th, 2010, 2:52 p.m.
|
|
|
|
1
|
Optimize several queries for review requests.
|
chipx86
|
April 1st, 2010, 2:21 p.m.
|
|
|
|
1
|
Open the appropriate comment flag when clicking on the line number.
|
chipx86
|
April 21st, 2010, 7:43 p.m.
|
|
|
|
1
|
Enhance our Selenium tests for screenshot modification/deletion.
|
chipx86
|
May 2nd, 2010, 10:43 a.m.
|
|
|
|
1
|
Mark the old API as deprecated and isolate it in preparation for the new API.
|
chipx86
|
May 1st, 2010, 7:19 p.m.
|
|
|
|
1
|
Add a WebAPIResource class for creating more RESTful APIs.
|
chipx86
|
April 21st, 2010, 9:14 p.m.
|
|
|
|
1
|
Add resource registration.
|
chipx86
|
May 1st, 2010, 6:29 p.m.
|
|
|
|
1
|
Add expansion of resources.
|
chipx86
|
May 1st, 2010, 6:30 p.m.
|
|
|
|
1
|
Factor in the starred state on a review request for caching.
|
chipx86
|
April 21st, 2010, 7:45 p.m.
|
|
|
|
1
|
Fix an off-by-one and rounding error with screenshot comments.
|
chipx86
|
April 21st, 2010, 7:46 p.m.
|
|
|
|
1
|
Add a Selenium test suite for Review Board.
|
chipx86
|
April 21st, 2010, 7:50 p.m.
|
|
|
|
1
|
Add support for Selenium unit testing.
|
chipx86
|
April 21st, 2010, 7:29 p.m.
|
|
|
|
1
|
Added some useful error information for empty diffs and invalid repositories.
|
chipx86
|
March 28th, 2010, 9:19 a.m.
|
|
|
|
1
|
Check for GNU diff when needed.
|
chipx86
|
March 28th, 2010, 9:33 a.m.
|
|
|
|
1
|
Introduce webapi compatibility fixes for Review Board 1.0.x and a modern Djblets.
|
chipx86
|
March 27th, 2010, 7:22 a.m.
|
|
|
|
1
|
Improve the speed of datagrid rendering.
|
chipx86
|
March 24th, 2010, 7:26 p.m.
|
|
|
|
2
|
Add support for specifying HTTP status codes on errors.
|
chipx86
|
January 28th, 2010, 5:15 p.m.
|
|
|
|
2
|
Add support for Basic Auth to the web API.
|
chipx86
|
March 6th, 2010, 8:08 a.m.
|
|
|
|
1
|
Add support for easy pagination with the web API.
|
chipx86
|
March 6th, 2010, 2:50 p.m.
|
|
|
|
1
|
Improve several forms in the database browser.
|
chipx86
|
March 4th, 2010, 5:17 p.m.
|
|
|
|
|
Set HOME to @sitedir@/data by default.
|
chipx86
|
March 3rd, 2010, 4:25 p.m.
|
|
|
|
1
|
Hopefully fix the stale site configuration issue.
|
chipx86
|
March 4th, 2010, 7:26 p.m.
|
|
|
|
1
|
Improve the rb-site installer UI.
|
chipx86
|
March 3rd, 2010, 5:09 p.m.
|
|
|
|
1
|
Add support for custom site-specific management commands.
|
chipx86
|
March 4th, 2010, 6:11 p.m.
|
|
|
|
1
|
Log e-mail failures
|
chipx86
|
March 4th, 2010, 6:28 p.m.
|
|