https://bugzilla.wikimedia.org/show_bug.cgi?id=3438
Eloy Lafuente <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Eloy Lafuente <[email protected]> 2009-01-29 15:45:55 UTC --- Just in case this helps to somebody. We have some normal wiki pages, called: Moodle 1.9.4 release notes => http://docs.moodle.org/en/Moodle_1.9.4_release_notes Moodle_1.8.8 release notes => http://docs.moodle.org/en/Moodle_1.8.8_release_notes And then, one "container" (Latest release notes => http://docs.moodle.org/en/Latest_release_notes) page including them by using: {{:Moodle 1.8.8 release notes}} {{:Moodle 1.9.4 release notes}} Our ParserBeforeStrip and ParserAfterStrip hooks weren't processing those "included" contents when they work perfectly in the individual pages. We have changed those hooks to InternalParseBeforeLinks and now it seems that "included" content is being processed properly. Not sure why, but it works. Just in case this helps to somebody. Ciao, stronk7 :-) This is our version page: http://docs.moodle.org/en/Special:Version P.S: I really think this IS a bug and "included" content should be processed too. Else there is one important inconsistency between how pages are rendered individually and when included in others. ;-) -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
