Index: trunk/extensions/CodeReview/ui/CodeReleaseNotes.php |
— | — | @@ -21,13 +21,7 @@ |
22 | 22 | return; |
23 | 23 | } |
24 | 24 | $this->showForm(); |
25 | | - # Sanity/performance check... |
26 | | - $lastRev = $this->mRepo->getLastStoredRev(); |
27 | | - if ( $this->mStartRev < ( $lastRev - 10000 ) ) { |
28 | | - global $wgOut; |
29 | | - $wgOut->addHtml( wfMsgHtml( 'code-release-badrange' ) ); |
30 | | - return; |
31 | | - } |
| 25 | + |
32 | 26 | # Show notes if we have at least a starting revision |
33 | 27 | if ( $this->mStartRev ) { |
34 | 28 | $this->showReleaseNotes(); |