Last modified: 2011-04-14 15:11:44 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 T21629, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 19629 - Tablecreation fails due to lengthlimit on includesection containing diacritical Characters
Tablecreation fails due to lengthlimit on includesection containing diacritic...
Status: NEW
Product: MediaWiki extensions
Classification: Unclassified
DynamicPageList2 (Other open bugs)
unspecified
All All
: Low normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-07-10 08:19 UTC by k.friedeheim
Modified: 2011-04-14 15:11 UTC (History)
1 user (show)

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


Attachments

Description k.friedeheim 2009-07-10 08:19:04 UTC
We use so following dpl-Section with success creating a large table with roundabout 250 rows:

<div id="Stellungnahme">
{{#dpl:
titlematch=Stellungnahmen/ID%
|nottitlematch=%ID00000
|mode=userformat
|includemaxlength=100
|include=#Institution,#Verschlagwortung,#Einwand kurz[250],#Einwand Langtext[252],#Erstsichtung[250],#Hinweis intern,#Bearbeiter BR,#Bezug Protokolle[250],#Vorschlag zur Antwort[250],#erforderliche Änderungen[250],#Status
|table=class="sortable", Stellungnahme,Institution, Verschlagwortung, Einwand kurz, Einwand Langtext, Erstsichtung, Hinweis intern, Bearbeiter BR, Bezug Protokolle, Vorschlag zur Antwort, erforderliche Änderungen, Status
}}
</div>

Everything works, until a new Page (Stellungnahme/ID13060) was added.
After adding the page the table was empty, no error-message was shown.

The Problem could be solved by changing the length limit (initialy 250 on all sections) for one section (#Einwand Langtext) to a value below 249 or above 251. Also deleting a few characters at the beginning off that section, brings the table back to life.

After setting the limit to 252 the text shown in the offending section ends with th Phrase
  ....Anhör ..<Arrow-Link to page>.
Returning to the initialy used 250 text length limit and changing "Anhör" to "Anhoer" also solves the Problem. 

I think, the error is caused by the text-limit, which cuts the multibyte-UTF8-character "ö" in "Anhör" in way, that breaks the table-generation.
Comment 1 Bawolff (Brian Wolff) 2009-12-19 08:50:43 UTC
Moving to DynamicPageList2 as DynamicPageList refers to a different extension (sometimes called intersection) then the one your bug is about.

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


Navigation
Links