aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/table.pm
Commit message (Expand)AuthorAge
* table: Find links in external files in scan pass.Joey Hess2009-01-06
* table: Fix misparsed links in external files•••linkify data from external files at the same time as data from an inlined table would be linkified. Joey Hess2009-01-06
* finalise version 3.00 of the plugin apiJoey Hess2008-12-23
* Coding style change: Remove explcit vim folding markers.Joey Hess2008-12-17
* use yesnoJoey Hess2008-09-02
* table: Support header=column to make the table header be the first column of ...Joey Hess2008-09-02
* add plugin safe/rebuild info (part 3 of 3)Joey Hess2008-08-03
* switch preprocess hooks to use error functionJoey Hess2008-07-13
* Pass a destpage parameter to the sanitize hook.•••Because the search plugin needed it, also because it's one of the few plugins that didn't already have it. I also considered adding it to htmlize, but I really cannot imagine caring what the destpage is when htmlizing. (I'll probably be poven wrong later.) Joey Hess2008-06-04
* * mdwn: When htmlizing text, if it's a single line with no newline,••• remove the enclosing paragraph and newline markdown wraps it in. This allows removing several hacks around this markdown behavior from other plugins that htmlize fragements of pages. Joey Hess2008-01-09
* * aggregate: Only save state if it was already loaded. This didn't used to•••* table: Fix dependency tracking for external data files. Closes: #458387 Joey Hess2008-01-05
* Fix table plugin to not generate an unbalanced tbody tag with header=no•••The table plugin omitted </tbody> with header=no, but always generated <tbody>, resulting in an unbalanced tag. Fix that by omitting <tbody> too. Josh Triplett2007-11-08
* * table plugin: Actually specify the delimiter when parsing CSV.•••* 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. joey2007-09-16
* * table plugin: Actually specify the delimiter.joey2007-09-16
* * table: Text::CSV doesn't return decoded unicode (XS module); decode its••• return values. joey2007-09-05
* * Tables containing links with a link text were misparsed, because the "|"••• 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. joey2007-08-28
* * pagespec_match() has changed to take named parameters, to better allow••• 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. joey2007-04-27
* add colspan supportjoey2007-03-07
* cleanupjoey2007-03-07
* missed a fewjoey2007-03-07
* further refinementjoey2007-03-07
* further refinement•••fix a regexp injection hole joey2007-03-07
* more i18n improvementsjoey2007-03-07
* * Add a table plugin, derived from the one written by Victor Moral.joey2007-03-07