Modify ↓
Opened 17 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)
Change History (4)
comment:1 Changed 17 years ago by
Changed 17 years ago by
Attachment: | parser.py.new added |
---|
comment:2 Changed 17 years ago by
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
Owner: | permon deleted |
---|
Note: See
TracTickets for help on using
tickets.
After some testing it appears it has problems parsing if there is no extra lines between the lists. Example below.
Works
Does not Work