date | project | content | link |
|---|
| 00:05 today | reviewboard | Commit by Bogdana Popa on master :: r b047a4e / reviewboard/reviews/datagrids.py : ( link) | # |
| 23:52 yesterday | reviewboard | Commit by Bogdana Popa on master :: r 937722d / (3 files in 3 dirs): ( link) | # |
| 21:24 on May 20 | reviewboard | Commit by Alexey Neyman on release-1.6.x :: r 2517730 / (AUTHORS reviewboard/scmtools/svn.py): ( link) | # |
| 05:50 on May 01 | reviewboard | Commit by Bogdana Popa on master :: r 6cdbdf7 / (2 files in 2 dirs): ( link) Fix an exception in the fill-database script. fill-database.py raised the following error "AttributeError: 'file' object has no attribute 'size'" whenever it was called with a greater than 0 diff number. Updating the script to use UploadedFile instead of a regular File object fixes the problem. Reviewed at http://reviews.reviewboard.org/r/3086/ - http://git.io/jxSGow | # |
| 05:39 on May 01 | reviewboard | Commit by Yazan Medanat on master :: r 77e875a / (7 files in 5 dirs): ( link) Enhanced and moved summary table to request box. The issue summary table has been moved into the review request box and updated to better fit the style of Review Board. Issues are linked and will take the user to the right location in the review. There's also a link on each issue taking the user back to the issue tracker, for quick navigation back-and-forth. By default, only opened issues are shown. There's a filter for displaying other states. A couple new columns (Last Updated and Issue ID) have been added. Clicking the headers will sort the list. Reviewed at http://reviews.reviewboard.org/r/2964/ - http://git.io/oeWyMA | # |
| 19:07 on Apr 25 | reviewboard | Commit by Yazan Medanat on master :: r 4be2b88 / (2 files in 2 dirs): ( link) Move expandChunk into the RB namespace. expandChunk was not reachable from the javascript public scope. expandChunk is now invoked through the RB object: RB.expandChunk(). - http://git.io/BSfajQ | # |
| 09:45 on Apr 25 | reviewboard | Commit by Christian Hammond on master :: r a00d555 / docs/releasenotes/reviewboard/1.6.6.txt : ( link) | # |
| 09:45 on Apr 25 | reviewboard | Commit by Christian Hammond on release-1.6.x :: r 26a0888 / docs/releasenotes/reviewboard/1.6.6.txt : ( link) Add Stephen Gallagher to the release notes. I accidentally left him off :( Sorry, Stephen! - http://git.io/BNmLTw | # |
| 09:45 on Apr 25 | reviewboard | Commit by Christian Hammond on master :: r 26a0888 / docs/releasenotes/reviewboard/1.6.6.txt : ( link) Add Stephen Gallagher to the release notes. I accidentally left him off :( Sorry, Stephen! - http://git.io/BNmLTw | # |
| 09:41 on Apr 25 | reviewboard | Commit by Christian Hammond on master :: r 3b42b8c / docs/manual/docs.db : ( link) | # |
| 09:35 on Apr 25 | reviewboard | Commit by Christian Hammond on master :: r e722b43 / (7 files in 5 dirs): ( link) | # |
| 09:30 on Apr 25 | reviewboard | Commit by Christian Hammond on master :: r 06bf97f / (3 files in 2 dirs): ( link) | # |
| 09:30 on Apr 25 | reviewboard | Commit by Christian Hammond on release-1.6.x :: r 06bf97f / (3 files in 2 dirs): ( link) | # |
| 08:38 on Apr 25 | reviewboard | Commit by Christian Hammond on master :: r ffa5d26 / (5 files in 4 dirs): ( link) Support getting GitHub API v2 tokens when configuring a repository. GitHub is soon deprecating its older APIs in a switch to their v3 API. As part of this, they have removed the API tokens from the accounts page. However, they just today announced an API for getting these legacy tokens. This change adds a "Get your API token" button that prompts for a password and then fetches the API token for the user and populates the field. With this, people should be able to set up new GitHub repositories again. - http://git.io/UTkD-Q | # |
| 08:38 on Apr 25 | reviewboard | Commit by Christian Hammond on release-1.6.x :: r ffa5d26 / (5 files in 4 dirs): ( link) Support getting GitHub API v2 tokens when configuring a repository. GitHub is soon deprecating its older APIs in a switch to their v3 API. As part of this, they have removed the API tokens from the accounts page. However, they just today announced an API for getting these legacy tokens. This change adds a "Get your API token" button that prompts for a password and then fetches the API token for the user and populates the field. With this, people should be able to set up new GitHub repositories again. - http://git.io/UTkD-Q | # |
| 08:37 on Apr 25 | reviewboard | Commit by Stephen Gallagher on master :: r a6d4ed5 / reviewboard/settings.py : ( link) Allow adding custom Django apps in settings_local.py
This makes it easy to add per-site additional Django applications, such as
custom auth processors. In order to add a new app, settings_local.py just has to
provide the variable RB_EXTRA_APPS.
Tested successfully with django-socialregistration.
RB_EXTRA_APPS = (
'socialregistration',
)
Ran unit tests.
Reviewed at http://reviews.reviewboard.org/r/2630/ - http://git.io/eR-glA | # |
| 08:37 on Apr 25 | reviewboard | Commit by Stephen Gallagher on release-1.6.x :: r a6d4ed5 / reviewboard/settings.py : ( link) Allow adding custom Django apps in settings_local.py
This makes it easy to add per-site additional Django applications, such as
custom auth processors. In order to add a new app, settings_local.py just has to
provide the variable RB_EXTRA_APPS.
Tested successfully with django-socialregistration.
RB_EXTRA_APPS = (
'socialregistration',
)
Ran unit tests.
Reviewed at http://reviews.reviewboard.org/r/2630/ - http://git.io/eR-glA | # |
| 22:40 on Apr 14 | reviewboard | Commit by chipx86@gmail.com :: r 2187 /wiki/UCOSP_Winter2012_Post_Mortem.wiki: ( link) Add the major highlights of the post-mortem. | # |
| 08:55 on Apr 14 | reviewboard | Commit by Christian Hammond on master :: r 9a191b1 / setup.py : ( link) Require Django Evolution 0.6.7+. This version fixes an issue with apps that don't contain models. In our case, pipeline. - http://git.io/5rSKRA | # |
| 02:25 on Apr 11 | reviewboard | Commit by Steven MacLeod on master :: r df93035 / (2 files in 2 dirs): ( link) | # |