aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/table.pm
Commit message (Collapse)AuthorAge
* call preprocess in scan mode hooks before scan hooksJoey Hess2010-08-30
| | | | Following along with change in Render.pm
* setup file orderingJoey Hess2010-02-12
|
* table: Find links in external files in scan pass.Joey Hess2009-01-06
|
* table: Fix misparsed links in external filesJoey Hess2009-01-06
| | | | | linkify data from external files at the same time as data from an inlined table would be linkified.
* 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
| | | | the data. (AlexandreDupas)
* 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.Joey Hess2008-06-04
| | | | | | | | 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.)
* * mdwn: When htmlizing text, if it's a single line with no newline,Joey Hess2008-01-09
| | | | | | 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.
* * aggregate: Only save state if it was already loaded. This didn't used toJoey Hess2008-01-05
| | | | * table: Fix dependency tracking for external data files. Closes: #458387
* Fix table plugin to not generate an unbalanced tbody tag with header=noJosh Triplett2007-11-08
| | | | | | The table plugin omitted </tbody> with header=no, but always generated <tbody>, resulting in an unbalanced tag. Fix that by omitting <tbody> too.
* * 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