Index: trunk/extensions/SemanticMediaWiki/specials/Export/SMW_SpecialOWLExport.php |
— | — | @@ -163,7 +163,7 @@ |
164 | 164 | if ( $date === '' ) { |
165 | 165 | $date = $wgRequest->getVal( 'date' ); |
166 | 166 | } |
167 | | - |
| 167 | + |
168 | 168 | if ( $date !== '' ) { |
169 | 169 | $timeint = strtotime( $date ); |
170 | 170 | $stamp = date( "YmdHis", $timeint ); |
Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES |
— | — | @@ -10,6 +10,7 @@ |
11 | 11 | |
12 | 12 | * Dropped compatibility with MediaWiki 1.16.x (and earlier). |
13 | 13 | * Full compatibility with MediaWiki 1.19 and foreward-compatibility with 1.20. |
| 14 | +* Fixed page parameter handling on Special:ExportPDF (bug 35180). |
14 | 15 | |
15 | 16 | == SMW 1.7.1 == |
16 | 17 | |