]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Enhanced OStatus fixup-shadow.php cleanup script to check for direct matches against...
authorBrion Vibber <brion@pobox.com>
Mon, 27 Sep 2010 21:23:10 +0000 (14:23 -0700)
committerBrion Vibber <brion@pobox.com>
Mon, 27 Sep 2010 21:23:10 +0000 (14:23 -0700)
commit7c4fcefd314a8f651b2f3fa21bdac869107c81e5
tree1ef6beecf9690e838bf642dae5ba55adb26d7f95
parent80e0e60c3722cd542911187d2644866df3867138
Enhanced OStatus fixup-shadow.php cleanup script to check for direct matches against user.uri and user_group.uri (for local groups). This should catch cases that were missed before because we were only doing pattern-matching checks, and the pattern didn't match because the site has been renamed and the old URI no longer matches the current domain / path structure.
Could use some more thorough testing in practice!
plugins/OStatus/scripts/fixup-shadow.php