Issue:DPL allows transclusion of non-transcludable namespaces

From FollowTheScore
Revision as of 20:24, 27 March 2008 by Ooom (talk | contribs) (New page: {{Issue |Type = Bug |Extension = DPL |Version = 1.6.4 |Description = DPL allows transclusion of non-transcludable namespaces |Status = open }} == Problem == On our ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Description: DPL allows transclusion of non-transcludable namespaces
Extension / Version: DPL   /   1.6.4
Type / Status: Bug   /   open

Problem

On our wiki, we have some non-transcludable namespaces (which are also locked down by user). However, when using DPL, I can do something like:

 <DPL>
   namespace=SecuredNamespace
   include=*
   format=,<H3>[[%PAGE%|%TITLE%]]</H3>,<BR>,
 </DPL>

to get all the contents of that namespace. Yikes!

Reply