Last modified: 2010-05-15 15:32:54 UTC
The current CVS 1.4 version in a fresh checkout with a fresh database has a problem in Skin.php: recent changes views (standard or enhanced) do not show User link nor User_talk link. I analysed, that it could be problem of module makeLink() but could not solve it. Does anyone know, what goes wrong and could please repair it in the CVS ? Tom
I again would like to draw the developers' attention to the fact, that the current CVS 1.4 (freshly-checked-out program and freshly-installed database) has a problem in Recent Changes view: after edited page titles there is *no USER (page editor) link* and *no USER_TALK link* shown (for registered page editors; however & strange: anonymous page editors' IP addresses *are* shown). Sorry for introducing "page editors" here, but "user" in ambigous, "page editor" is hopefully clear, what it stands for. I usually use "watching user", "page editor" (a person is meant) and "user". What I want from you: I need a working CVS 1.4 version to test and perhaps commit tonight Enotif for CVS 1.4. Tom
Problem was the post-parse link replacement placeholders. The replacement step was recently moved from OutputPage to Parser, which broke every single link in a special page not made through addWikiText(). I've now set the placeholders to *off* by default, turning on only during replaceInternalLinks().
(In reply to comment #2) > Problem was the post-parse link replacement placeholders. The replacement step was recently moved from > OutputPage to Parser, which broke every single link in a special page not made through addWikiText(). > > I've now set the placeholders to *off* by default, turning on only during replaceInternalLinks(). Brion: just to confirm your problem-solution: the 737-problem is *solved*. I will continue to test "Enotif-1.4 for CVS 1.4", which I hope to finish in a couple of hours from now. Tom Gries