Modify

Opened 16 years ago

Last modified 4 years ago

#2566 new defect

List Bug #1

Reported by: Jason Trahan Owned by:
Priority: normal Component: MediaWikiPluginMacro
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

When using the following MediaWiki Example I get the following error message

* Lists are easy to do:
** start every line
* with a star
** more stars mean
*** deeper levels 
Trac detected an internal error: TypeError: nextItem() takes exactly 2 arguments (1 given)

Attachments (1)

parser.py.new (108.2 KB) - added by anonymous 16 years ago.

Download all attachments as: .zip

Change History (4)

comment:1 Changed 16 years ago by Jason Trahan

After some testing it appears it has problems parsing if there is no extra lines between the lists. Example below.

Works

* Lists are easy to do:
** start every line

* with a star
** more stars mean
*** deeper levels

Does not Work

* Lists are easy to do:
** start every line
* with a star
** more stars mean
*** deeper levels

Changed 16 years ago by anonymous

Attachment: parser.py.new added

comment:2 Changed 16 years ago by anonymous

I have hacked away in parser.py to be able to move from mediawiki to trac. I am not a programmer by far, but at least it works for us. See attached parser.py.new, though this is not the only problem I have "fixed".

comment:3 Changed 4 years ago by Ryan J Ollos

Owner: permon deleted

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.