*(
bug 23720) CodeReview doesn't show ancient revisions for a path
Start of bug, save all path fragments to code_paths table
e.g
r78295
Instead of
/trunk/phase3/includes/search/SearchEngine.php
/trunk/phase3/includes/specials/SpecialSearch.php
save (obviously, not as php var_dump ;))
array(8) {
[0]=>
string(1) "/"
[1]=>
string(6) "/trunk"
[2]=>
string(13) "/trunk/phase3"
[3]=>
string(22) "/trunk/phase3/includes"
[4]=>
string(29) "/trunk/phase3/includes/search"
[5]=>
string(46) "/trunk/phase3/includes/search/SearchEngine.php"
[10]=>
string(31) "/trunk/phase3/includes/specials"
[11]=>
string(49) "/trunk/phase3/includes/specials/SpecialSearch.php"
}