Last modified: 2014-11-10 09:49:49 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T11203, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 9203 - More flexible reports, dynamic arguments, template awareness ...
More flexible reports, dynamic arguments, template awareness ...
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
DynamicPageList2 (Other open bugs)
unspecified
Macintosh Mac OS X 10.4
: Low normal with 14 votes (vote)
: ---
Assigned To: Nobody - You can work on this!
http://semeb.com/dpldemo
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2007-03-07 08:39 UTC by Gero Scholz
Modified: 2014-11-10 09:49 UTC (History)
12 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Gero Scholz 2007-03-07 08:39:32 UTC
DynamicPageList has great potential for improving structure and transparency in wikis. I see a bunch of 
functional enhancements which would make DPL more beneficial:

* dynamic argument interpretation, usable as a parserfunction {{#dpl: ...}}
  this means that full template syntax can be used within parameters being passed to DPL
* improved page inclusion
  * labeled sections, regular chapters (by heading), template parameters
  * ability to accept multiple inclusions of the same template, heading, section label
* complete control over output format
  * the layout should be controlled in wiki syntax (not html tags) by the user
  * output like article name, size, author, change date etc. should be available as pseudo variables
* multi-column, multi-row output in generic form
* flexible date formatting
* selecting pages by title (SQL LIKE ...)
* selecting pages by the fact whether they contain pages to certain other articles
* selecting pages by the fact whether they use certain templates
* random selection of a subset of the result
* control over link escaping (i.e. you decide whether an image is output as image or as 
  a link to the image)
* provide an offset mechanism so that a result can be split into portions of 
  reasonable size
* allow the use of other user defined extension tags within the parameters of DPL
  e.g. for creation of imagelinks, inputboxes etc.
* relay the restrictions on addfirstcategorydate (accepting some ambiguity in results)

I believe that these functions will allow automatic creation of comprehensive views of existing material 
in wikis WITHOUT the need to introduce new syntax elements (as semantic web approaches do).

An updated version of DPL2 which CONTAINS ALL ABOVE MENTIONED FUNCTIONS is available under 
http://semeb.com/dpldemo

Feel free to play with it and report any bugs you may detect.
Comment 1 Barns 2007-03-09 13:45:26 UTC
This extension is amazing, and unleashes the real value of Mediawiki.

I think it should even be part of the core code of Mediawiki, as it uses the
semantic syntax that's at the core of it (categories and links) to produce its
output.

I cannot imagine how a medium-large size wiki can do without it.
The only thing that needs to be carefully considered are the limit parameters
when installing this extension.
Comment 2 David 2007-06-09 02:34:44 UTC
I agree this is a fabulous extension.

I'd like to see more of an API structure to the code.  The manual lists all the parameters and groups them by functionality, but no such break-up exists in the code.  At minimum, I'd like there be one function that processes the search criteria to get the results or groups of results in the form of an array of Title objects (or an array of arrays of title objects), and another function to display the results in a specified or default format.

I'd like to be able to build my own extension that uses the DPL2 extension as a base without having to hack the DPL2 code.
Comment 3 Sandman 2007-07-25 15:52:16 UTC
The DPL extension is a great piece of work. Not only is the look fully customizable and looks far better than Category pages, customizing the contents of generated lists is extremely efficient and easy; there is a large number of different methods for selecting various articles, which results in a list of exactly the pages needed.

In my opinion, like stated before, DPL is a wanted extension for most MediaWiki's. Using the Category pages for list generation doesn't look all that, but DPL does the job.

Keep up the good work.
Comment 4 Rasqual Twilight 2007-08-08 13:12:12 UTC
Look extremely interesting. I was drawn by the possibility to list articles belonging to a given set of categories, but it seems this extension can be even more powerful.
Comment 5 Chmichels 2008-01-21 23:24:24 UTC
YES, DPL is really good and very helpfull, and works very well. It should be included into the basic installation of mediawiki. 

Good work!
Comment 6 Dan Barrett 2008-04-02 16:53:10 UTC
DPL is the singlemost important extension for MediaWiki. You should make it part of the core code!
Comment 7 Wolf Peuker 2008-04-16 22:25:53 UTC
DPL is important for my dayly work on MediaWiki-based wikis. The inclusion would be great.
Comment 8 bruno 2008-04-18 07:38:11 UTC
DPL is important extension for MediaWiki and for me.
You should make it part of the core code!
Comment 9 Michael Chang 2008-04-22 01:41:44 UTC
DPL is one of the most powerful extension and it is easy to use. Making it part of the core code (like as Tree view extension)is a great idea.
Comment 10 Dan Bolser 2008-04-25 18:34:46 UTC
Include DPL in MediaWiki NOW! (Or I kill the hostage). 

Its that good.

Comment 11 Siebrand Mazeland 2008-08-16 19:39:38 UTC
It may be good for the exposure of this extension to start maintaining it in the MediaWiki Subversion repository. That would mean that one or more developers working on it would need svn access. See http://mediawiki.org for how that can be arranged.
Comment 12 Siebrand Mazeland 2008-08-16 19:40:25 UTC
Keywords: removed "need-review, patch, testme" (no patch, nothing that needs review, nothing to be tested)
Comment 13 Subfader 2009-08-16 02:17:50 UTC
Still nothing new? :(
Extension:Intersection is not enough. Go DPL!
Comment 14 a.h.m. 2010-01-03 07:11:11 UTC
Nothing on all of MediaWiki compares to this. This absolutely needs be included. I especially love the power of surrogate templates, and use them extensively - this feature alone makes DPL extremely powerful, creating beautiful tables with data which would take days to gather and compute manually. DPL can be used to find out how many pages meet a certain requirement (for instance: How many pages, ending in the letter "T" and using the template "{{!}}" are in the category "Category:Foo"?) It can be used to greatly enhance the power of variables with dplvar; dplmatrix and dplreplace increase the power of many other extensions; there really is nothing nearly as powerful as DPL. The ability to use surrogate templates for another page, at least, should really be part of the core code.
Comment 15 mrmax 2014-11-10 09:49:49 UTC
DPL is one of the most interesting extensions for MediaWiki. I really would be happy to see it included!

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links