|
Enable linkifyText for review comments (as done already for reply comments, or body top/bottom comments)
|
LO
lonico
|
March 30th, 2010, 4:57 a.m.
|
|
|
Comments that were entered in a section of code that is folded are not visible, even when expanding that section
|
LO
lonico
|
March 29th, 2010, 4:31 a.m.
|
|
|
Check for GNU diff when needed.
|
chipx86
|
March 28th, 2010, 9:33 a.m.
|
|
|
Added some useful error information for empty diffs and invalid repositories.
|
chipx86
|
March 28th, 2010, 9:19 a.m.
|
|
|
Introduce webapi compatibility fixes for Review Board 1.0.x and a modern Djblets.
|
chipx86
|
March 27th, 2010, 7:22 a.m.
|
|
|
Improve the speed of datagrid rendering.
|
chipx86
|
March 24th, 2010, 7:26 p.m.
|
|
|
Add support for closing and submitting reviews
|
PS
psa
|
March 19th, 2010, 8:08 a.m.
|
|
|
Add --git-patchset option
|
sgallagh
|
March 11th, 2010, 5:04 a.m.
|
|
|
adding clickability to summary td elements
|
DB
dbuch-agi
|
March 9th, 2010, 11:36 a.m.
|
|
|
new fetch-diff tool - does what it says
|
MW
mw_triad
|
March 9th, 2010, 9:58 a.m.
|
|
|
fixing hg web client and git-formatted diff parser behavior
|
DB
dbuch-agi
|
March 8th, 2010, 10:41 p.m.
|
|
|
postreview.py: add separator between commits
|
MW
mw_triad
|
March 8th, 2010, 3:52 a.m.
|
|
|
filling in features and tests for hg and hg+svn
|
DB
dbuch-agi
|
March 8th, 2010, 2:05 a.m.
|
|
|
bug fix: registerscmtools error print
|
DJ
djs
|
March 7th, 2010, 12:27 p.m.
|
|
|
Support pagination in the web API.
|
chipx86
|
March 6th, 2010, 2:52 p.m.
|
|
|
Add support for easy pagination with the web API.
|
chipx86
|
March 6th, 2010, 2:50 p.m.
|
|
|
Add support for Basic Auth to the web API.
|
chipx86
|
March 6th, 2010, 8:08 a.m.
|
|
|
Add a toggle to hide / show trailing or extra whitespaces
|
LO
lonico
|
March 5th, 2010, 2:14 p.m.
|
|
|
post-review tool fails if file is not readable (or other diff issue)
|
LO
lonico
|
March 5th, 2010, 8:28 a.m.
|
|
|
post-review: UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 4931: ordinal not in range(128)
|
LO
lonico
|
March 5th, 2010, 7:49 a.m.
|
|
|
SCM Path 256 -> 255
|
TR
trimbo
|
March 5th, 2010, 2:31 a.m.
|
|
|
Hopefully fix the stale site configuration issue.
|
chipx86
|
March 4th, 2010, 7:26 p.m.
|
|
|
Log e-mail failures
|
chipx86
|
March 4th, 2010, 6:28 p.m.
|
|
|
Add support for custom site-specific management commands.
|
chipx86
|
March 4th, 2010, 6:11 p.m.
|
|
|
Improve several forms in the database browser.
|
chipx86
|
March 4th, 2010, 5:17 p.m.
|
|
|
Enable ticket based authentication for Perforce
|
AR
arenaweb
|
March 3rd, 2010, 9:38 p.m.
|
|
|
Improve the rb-site installer UI.
|
chipx86
|
March 3rd, 2010, 5:09 p.m.
|
|
|
Set HOME to @sitedir@/data by default.
|
chipx86
|
March 3rd, 2010, 4:25 p.m.
|
|
|
post-review.py doesn't allow parameters for http username/password
|
ST
stodge
|
February 28th, 2010, 8:43 p.m.
|
|
|
SVN hook can include empty arguments which seems to confuse svn diff
|
ST
stodge
|
February 28th, 2010, 8:42 p.m.
|
|
|
ReviewBoard: newlines and formatting are not preserved in HTML emails
|
LO
lonico
|
February 26th, 2010, 2:27 p.m.
|
|
|
Group counts are inconsistent in dashboard - they count all reviews, instead of only pending reviews
|
LO
lonico
|
February 24th, 2010, 1:56 a.m.
|
|
|
Fix two problems with post-review's SVN client support.
|
NH
nheijermans
|
February 23rd, 2010, 9:16 a.m.
|
|
|
Update build documentation with python dependencies
|
RA
rajasaur
|
February 22nd, 2010, 5:28 p.m.
|
|
|
Protect against uninitialized variable or None value in two error cases in post-review 0.2RC1
|
LO
lonico
|
February 22nd, 2010, 7:25 a.m.
|
|
|
Save mail auth info as plain strings, not unicode strings.
|
chipx86
|
February 21st, 2010, 5:41 a.m.
|
|
|
Show the File Not Found error when uploading diffs.
|
chipx86
|
February 21st, 2010, 5:13 a.m.
|
|
|
Issue 1500, expand link stopped working
|
LO
lonico
|
February 17th, 2010, 1:28 p.m.
|
|
|
Completing support for Perforce default changeset
|
LO
lonico
|
February 17th, 2010, 5:27 a.m.
|
|
|
Bring up an editor for --description if it's not supplied
|
PS
psa
|
February 16th, 2010, 7 a.m.
|
|
|
Improve contrast for sidebyside diffs
|
PS
psa
|
February 11th, 2010, 4:21 p.m.
|
|
|
post-review: Args required in reviewboard should be enforced in the command line
|
PS
psa
|
February 11th, 2010, 5:16 a.m.
|
|
|
MyersDiffer def _find_diagonal had some problems, missing self, and cost parameters.
|
AH
aharvey
|
February 9th, 2010, 7:04 a.m.
|
|
|
The post-review support for Plastic SCM
|
DI
dick
|
February 8th, 2010, 12:45 a.m.
|
|
|
Add Plastic SCM support
|
DI
dick
|
February 8th, 2010, 12:33 a.m.
|
|
|
Added support for --diff-filename for use with --repository-url.
|
LR
lrobison
|
February 5th, 2010, 7:14 a.m.
|
|
|
post-review: Mercurial client path from .hg/hgrc fixup when path url has http://user@host/repo
|
TS
tsaeger
|
February 4th, 2010, 11:24 a.m.
|
|
|
Include COPYING file for packagers
|
sgallagh
|
February 3rd, 2010, 11:22 p.m.
|
|
|
--git-only option to make post-review ignore git-svn
|
CH
che0
|
February 1st, 2010, 11:19 p.m.
|
|
|
Do not run git remote show just because of remote URL
|
CH
che0
|
February 1st, 2010, 11:17 p.m.
|
|