Difference between revisions of "DPL Example 016"
From FollowTheScore
Line 39: | Line 39: | ||
}} | }} | ||
− | == Show all revisions of ''Issues'' | + | == Show all revisions of ''Issues'' which have an edit date later or equal to April 15, 2009 == |
<pre><nowiki> | <pre><nowiki> | ||
Line 45: | Line 45: | ||
|namespace=Issue | |namespace=Issue | ||
|addeditdate=true | |addeditdate=true | ||
+ | |allrevisionssince=2009-04-15 | ||
+ | |order=ascending | ||
+ | |count=30 | ||
+ | }} | ||
+ | </nowiki></pre> | ||
+ | ------------------------ | ||
+ | You will get the following result: | ||
+ | {{#dpl: | ||
+ | |namespace=Issue | ||
+ | |addeditdate=true | ||
+ | |allrevisionssince=2009-04-15 | ||
+ | |order=ascending | ||
+ | |count=30 | ||
+ | }} | ||
+ | |||
+ | == Show the last revision of ''Issues'' that were edited after April 15, 2009 == | ||
+ | |||
+ | <pre><nowiki> | ||
+ | {{#dpl: | ||
+ | |namespace=Issue | ||
+ | |addeditdate=true | ||
+ | |allrevisionssince=2009-04-15 | ||
|ordermethod=lastedit | |ordermethod=lastedit | ||
− | + | |order=ascending | |
− | |order= | + | |count=30 |
− | |count= | ||
|titlematch=R% | |titlematch=R% | ||
}} | }} | ||
Line 58: | Line 79: | ||
|namespace=Issue | |namespace=Issue | ||
|addeditdate=true | |addeditdate=true | ||
+ | |allrevisionssince=2009-04-15 | ||
|ordermethod=lastedit | |ordermethod=lastedit | ||
− | |||
|order=ascending | |order=ascending | ||
− | |count= | + | |count=30 |
|titlematch=R% | |titlematch=R% | ||
}} | }} |
Revision as of 12:51, 5 February 2011
Contents
Show Issues which were updated recently
{{#dpl: |namespace=Issue |addeditdate=true |ordermethod=lastedit |order=descending |count=10 }}
You will get the following result:
- 2014-09-04 05:50:00 Issue:Modifiedby and createdby produce inefficient SQL
- 2013-09-13 18:50:38 Issue:DPL references obsolete Cite mInCnt property
- 2013-07-19 16:47:56 Issue:Dplchapter crashes
- 2013-06-13 15:09:52 Issue:LanguageGetMagic is deprecated
- 2013-04-23 15:37:47 Issue:New parameter: replaceinsortkey?
- 2013-04-23 15:33:20 Issue:Category browsing with title from / until
- 2013-04-23 15:32:36 Issue:Child DPL doesn't works
- 2013-04-12 05:56:19 Issue:Order by title does not properly sort in descending
- 2013-04-12 05:54:40 Issue:Section inclusion no longer works
- 2013-04-12 05:54:16 Issue:DPL error code "DynamicPageList2.php on line 2238"
Show Issues which have not been touched for a long time
{{#dpl: |namespace=Issue |addeditdate=true |ordermethod=lastedit |count=10 }}
You will get the following result:
- 2007-09-29 12:53:37 Issue:Chinese message texts are wrong
- 2007-09-29 21:12:12 Issue:Include positional template parameter
- 2007-09-29 21:12:43 Issue:Including Sections
- 2007-09-30 15:14:21 Issue:DPL and Glossary clashing
- 2007-10-09 21:48:21 Issue:Inconsistent node height
- 2007-10-09 21:49:49 Issue:Surprising bahaviour of forcedir layout
- 2007-10-09 21:51:01 Issue:Change alignment procedure for labels
- 2007-10-09 21:54:59 Issue:Allow vertical alignment of node labels
- 2007-10-12 10:58:36 Issue:Respect multiple borders in layout
- 2007-10-12 22:44:43 Issue:Minor changes in border affect forcedir layout strongly
Show all revisions of Issues which have an edit date later or equal to April 15, 2009
{{#dpl: |namespace=Issue |addeditdate=true |allrevisionssince=2009-04-15 |order=ascending |count=30 }}
You will get the following result:
Extension:DynamicPageList (DPL), version 3.2.1: Error: The paramater 'addeditdate=true' must be used with 'ordermethod=[ firstedit | lastedit ]'
Extension:DynamicPageList (DPL), version 3.2.1: Warning: No results.
Show the last revision of Issues that were edited after April 15, 2009
{{#dpl: |namespace=Issue |addeditdate=true |allrevisionssince=2009-04-15 |ordermethod=lastedit |order=ascending |count=30 |titlematch=R% }}
You will get the following result:
- 2009-09-29 17:56:01 Issue:Respect hidden categories
- 2009-09-29 17:24:12 Issue:Respect hidden categories
- 2009-09-28 20:43:58 Issue:Respect hidden categories
- 2009-09-28 20:43:50 Issue:Respect hidden categories