Last modified: 2012-12-12 13:25:55 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 T41973, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 39973 - Harvesting problems for header values in combination with some kind of wikitext
Harvesting problems for header values in combination with some kind of wikitext
Status: REOPENED
Product: Wiki Loves Monuments
Classification: Unclassified
Database (Other open bugs)
unspecified
All All
: Lowest normal
: ---
Assigned To: Nobody - You can work on this!
: upstream
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2012-09-04 14:53 UTC by AleXXw
Modified: 2012-12-12 13:25 UTC (History)
4 users (show)

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


Attachments

Description AleXXw 2012-09-04 14:53:32 UTC
Some values provided by headertemplates (ie 'Gemeinde' in Austrian lists) are not filled if there is a template part of any row parameter. Specific example:

http://de.wikipedia.org/wiki/Liste_der_denkmalgesch%C3%BCtzten_Objekte_in_Pfons

In article:
{{Denkmalliste Österreich Tabellenkopf
|Gemeinde         = Pfons
|Bezirk           = Bezirk Innsbruck Land
<...>
}}
{{Denkmalliste Österreich Tabellenzeile
|Name              = Friedhof mit Kapellen und Kleindenkmalen
|Beschreibung      = 
|ObjektID          = 110694
<...>
}}
{{Denkmalliste Österreich Tabellenzeile
|Name              = Kath. Pfarrkirche Mariä Himmelfahrt
|Beschreibung      = {{Hauptartikel|Mariä-Himmelfahrt-Kirche (Pfons)}}
|ObjektID          = 64604
<...>
}}

and in database:
SELECT `objektid`, `name`, `gemeinde`, `bezirk` FROM  `p_erfgoed_p`.`monuments_at_(de)` WHERE `objektid` = 110694 or `objektid` = 64604;

| objektid | name                       | gemeinde | bezirk
| 110694   | Friedhof mit Kapellen<...> | Pfons    | Bezirk Innsbruck Land
| 64604    | Kath. Pfarrkirche Mar<...> |          | 

many other examples can be found by SELECT * FROM  `p_erfgoed_p`.`monuments_at_(de)` WHERE `gemeinde` = '';
Comment 1 Maarten Dammers 2012-10-23 21:11:42 UTC
All template parsing is Pywikipedia. This should be fixed upstream (Pywikipedia).
Comment 2 Andre Klapper 2012-10-23 21:38:47 UTC
(In reply to comment #1)
> All template parsing is Pywikipedia. This should be fixed upstream
> (Pywikipedia).

...which means filing a ticket in http://sourceforge.net/tracker/?group_id=93107 . AleXXw, could you do that please and provide the link here afterwards?
Comment 3 AleXXw 2012-10-24 04:55:24 UTC
Copy of this bug @sourceforge: https://sourceforge.net/tracker/?func=detail&aid=3579646&group_id=93107&atid=603138
Comment 4 Andre Klapper 2012-10-24 16:32:55 UTC
Thanks a lot!
Comment 5 Andre Klapper 2012-12-12 13:25:55 UTC
[Removing RESOLVED LATER as discussed in
http://lists.wikimedia.org/pipermail/wikitech-l/2012-November/064240.html .
Reopening and setting priority to "Lowest".
For future reference, please use either RESOLVED WONTFIX (for issues that will
not be fixed), or simply set lowest priority. Thanks a lot!]

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


Navigation
Links