Page MenuHomePhabricator

RefreshLinks is broken
Closed, InvalidPublic

Description

Author: domas.mituzas

Description:
I didn't verify normally yet, but RefreshLinks seams to be broken. At least with
persistent links cache turned off it does not do any inserts into links table
(LinksCache->getGoodLinks()) returns empty arrays.

I'll try to solve this myself, but anyway, tracker is tracker, if anyone knows
the code better, please help ;-)


Version: 1.4.x
Severity: normal
Platform: Other

Details

Reference
bz456

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 6:53 PM
bzimport set Reference to bz456.
bzimport added a subscriber: Unknown Object (MLST).

domas.mituzas wrote:

function replaceLinkHolders( &$text, $options = 0 ) {

...

preg_match_all( "/<!--LINK (.*?) (.*?) (.*?) (.*?)-->/", $text,

$tmpLinks );

does not match anything. strange... looking further...

domas.mituzas wrote:

strange, after cvs update it started working again, or I did some configuration
change...