|
Better check for needed executables in the PATH.
|
chipx86
|
July 15th, 2009, 8:32 p.m.
|
|
|
Add djblets.util.filesystem.is_exe_in_path, which will check if the specified executable is in the executable search path.
|
chipx86
|
July 15th, 2009, 8:26 p.m.
|
|
|
Auto-fix duplicate reviews.
|
chipx86
|
June 17th, 2009, 6:19 p.m.
|
|
|
Better define and show Review Board version information.
|
chipx86
|
June 17th, 2009, 4:56 p.m.
|
|
|
Chain up API calls to the server.
|
chipx86
|
June 11th, 2009, 7:09 p.m.
|
|
|
Add a concept of "in progress" to queues.
|
chipx86
|
June 11th, 2009, 7:03 p.m.
|
|
|
Greatly improve database query speeds in Review Board.
|
chipx86
|
June 7th, 2009, 8:51 a.m.
|
|
|
Optimize our datagrid queries when sorting data.
|
chipx86
|
June 7th, 2009, 8:34 a.m.
|
|
|
Remove the last_activity_timestamp query and use last_updated instead.
|
chipx86
|
June 1st, 2009, 6:30 p.m.
|
|
|
Make the page load for the review request page less jumpy.
|
chipx86
|
May 2nd, 2009, 7:25 p.m.
|
|
|
Change the Ship It column to show the number of Ship It reviews.
|
chipx86
|
April 26th, 2009, 7:32 p.m.
|
|
|
Add e-mail, username, and search root improvements for ActiveDirectory.
|
chipx86
|
April 26th, 2009, 8:19 p.m.
|
|
|
Linkify text in reviews
|
chipx86
|
April 22nd, 2009, 6:48 p.m.
|
|
|
Drastically reduce the number of queries made in the dashboard.
|
chipx86
|
April 14th, 2009, 6:28 p.m.
|
|
|
Always use select_related(depth=1) when fetching items in a DataGrid.
|
chipx86
|
April 14th, 2009, 6:09 p.m.
|
|
|
Inform users of missing dependencies in rb-site install.
|
chipx86
|
April 17th, 2009, 8:10 p.m.
|
|
|
Add an activity indicator for AJAX calls.
|
chipx86
|
March 31st, 2009, 5:26 p.m.
|
|
|
Drastically improve performance in the diff viewer
|
chipx86
|
March 28th, 2009, 10:30 a.m.
|
|
|
Improve performance in Gravy
|
chipx86
|
March 28th, 2009, 10:26 a.m.
|
|
|
Return an SCMError for P4 errors.
|
chipx86
|
March 24th, 2009, 8:40 p.m.
|
|
|
Move post-review into a new top-level "rbtools" package
|
chipx86
|
March 25th, 2009, 6:43 p.m.
|
|
|
Only require login for read-only API calls if anonymous access for the site is disabled.
|
chipx86
|
March 24th, 2009, 5:30 p.m.
|
|
|
Add support for disabling user registration.
|
chipx86
|
March 13th, 2009, 6:33 p.m.
|
|
|
Standardize SCM-related errors a bit and handle EmptyChangeSetError
|
chipx86
|
February 19th, 2009, 2:18 p.m.
|
|
|
Add a more scalable version of diff fragment loading
|
chipx86
|
March 9th, 2009, 9:28 p.m.
|
|
|
Pre-load the first diff in the diff viewer
|
chipx86
|
February 13th, 2009, 4:43 p.m.
|
|
|
Make the diff viewer load diffs progressively
|
chipx86
|
January 28th, 2009, 7:35 p.m.
|
|
|
Improve lighttpd and fastcgi support
|
chipx86
|
January 26th, 2009, 6:29 p.m.
|
|
|
Optimize media and resource file lookups
|
chipx86
|
December 27th, 2008, 6:30 p.m.
|
|
|
Add code to Djblets for generating media serial suffixes
|
chipx86
|
December 27th, 2008, 6:27 p.m.
|
|
|
Linkify various pieces of text in the Description and Testing Done fields
|
chipx86
|
January 21st, 2009, 7:41 p.m.
|
|
|
Allow periods in usernames.
|
chipx86
|
December 27th, 2008, 6:08 p.m.
|
|
|
Rework much of the Review Board UI, and move to jQuery
|
chipx86
|
December 3rd, 2008, 12:32 p.m.
|
|
|
Add several utility functions and UI widgets to jquery.gravy for the Review Board UI rewrite
|
chipx86
|
December 3rd, 2008, 12:12 p.m.
|
|
|
Add dynamic loading of diff comment fragments to the review request page
|
chipx86
|
November 13th, 2008, 8:06 p.m.
|
|
|
Add funcQueue to Gravy
|
chipx86
|
November 13th, 2008, 7:51 p.m.
|
|
|
Add rb-site, a site installer/maintenance script
|
chipx86
|
November 11th, 2008, 5:20 p.m.
|
|
|
Add the ability to output XML for webapi responses
|
chipx86
|
November 7th, 2008, 5:55 p.m.
|
|
|
Add some new API functions in the ReviewRequest and Review models.
|
chipx86
|
October 26th, 2008, 8:39 p.m.
|
|
|
Load site settings into the Django settings object on each request
|
chipx86
|
November 1st, 2008, 6:21 p.m.
|
|
|
Fix stale SiteConfigurations when using a web server with multiple worker processes
|
chipx86
|
November 1st, 2008, 6:13 p.m.
|
|
|
Tighten up the logic for looking up drafts
|
chipx86
|
October 21st, 2008, 5:58 p.m.
|
|
|
Add several enhancements and a couple fixes to the API
|
chipx86
|
October 21st, 2008, 11:47 a.m.
|
|
|
Migrate the Admin dashboard, settings page and New Review Request pages to jQuery
|
chipx86
|
October 14th, 2008, 6:26 p.m.
|
|
|
Add support for change descriptions in drafts
|
chipx86
|
September 17th, 2008, 5:03 p.m.
|
|
|
Support the new jQuery-based datagrids
|
chipx86
|
September 17th, 2008, 4:44 p.m.
|
|
|
Move datagrids over to using jQuery
|
chipx86
|
September 17th, 2008, 4:25 p.m.
|
|
|
Add dynamic site configuration to Review Board
|
chipx86
|
July 30th, 2008, 1:59 p.m.
|
|
|
Add some basic logging for certain Review Board operatoins
|
chipx86
|
August 31st, 2008, 7:36 p.m.
|
|
|
Properly escape execute commands and handle environment variables cross-platform
|
chipx86
|
August 24th, 2008, 8:28 p.m.
|
|