aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/table.pm
Commit message (Collapse)AuthorAge
* * table plugin: Actually specify the delimiter when parsing CSV.joey2007-09-16
| | | | | | * table plugin: The previous version broke WikiLinks inside quoted values. Fix this by linkifying CSV data after parsing it, while DSV data is still linkified before parsing.
* * table plugin: Actually specify the delimiter.joey2007-09-16
|
* * table: Text::CSV doesn't return decoded unicode (XS module); decode itsjoey2007-09-05
| | | | return values.
* * Tables containing links with a link text were misparsed, because the "|"joey2007-08-28
| | | | | | | in the wikilink looked like a table field separator. Avoid this ambiguity by linkifying the data before parsing it as a table. * Turn on allow_loose_quotes in the table plugin's Text::CSV object, so that links from wikilinks don't confuse the parser.
* * pagespec_match() has changed to take named parameters, to better allowjoey2007-04-27
| | | | | | | | | for extended pagespecs. The old calling convention will still work for back-compat for now. * The calling convention for functions in the IkiWiki::PageSpec namespace has changed so they are passed named parameters. * Plugin interface version increased to 2.00 since I don't anticipate any more interface changes before 2.0.
* add colspan supportjoey2007-03-07
|
* cleanupjoey2007-03-07
|
* missed a fewjoey2007-03-07
|
* further refinementjoey2007-03-07
|
* further refinementjoey2007-03-07
| | | | | fix a regexp injection hole
* more i18n improvementsjoey2007-03-07
|
* * Add a table plugin, derived from the one written by Victor Moral.joey2007-03-07