Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-12 | setup file ordering | Joey Hess | |
2009-01-06 | table: Find links in external files in scan pass. | Joey Hess | |
2009-01-06 | table: Fix misparsed links in external files | Joey Hess | |
linkify data from external files at the same time as data from an inlined table would be linkified. | |||
2008-12-23 | finalise version 3.00 of the plugin api | Joey Hess | |
2008-12-17 | Coding style change: Remove explcit vim folding markers. | Joey Hess | |
2008-09-02 | use yesno | Joey Hess | |
2008-09-02 | table: Support header=column to make the table header be the first column of ↵ | Joey Hess | |
the data. (AlexandreDupas) | |||
2008-08-03 | add plugin safe/rebuild info (part 3 of 3) | Joey Hess | |
2008-07-13 | switch preprocess hooks to use error function | Joey Hess | |
2008-06-04 | Pass a destpage parameter to the sanitize hook. | Joey Hess | |
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.) | |||
2008-01-09 | * mdwn: When htmlizing text, if it's a single line with no newline, | Joey Hess | |
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. | |||
2008-01-05 | * aggregate: Only save state if it was already loaded. This didn't used to | Joey Hess | |
* table: Fix dependency tracking for external data files. Closes: #458387 | |||
2007-11-08 | Fix table plugin to not generate an unbalanced tbody tag with header=no | Josh Triplett | |
The table plugin omitted </tbody> with header=no, but always generated <tbody>, resulting in an unbalanced tag. Fix that by omitting <tbody> too. | |||
2007-09-16 | * table plugin: Actually specify the delimiter when parsing CSV. | joey | |
* 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. | |||
2007-09-16 | * table plugin: Actually specify the delimiter. | joey | |
2007-09-05 | * table: Text::CSV doesn't return decoded unicode (XS module); decode its | joey | |
return values. | |||
2007-08-28 | * Tables containing links with a link text were misparsed, because the "|" | joey | |
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. | |||
2007-04-27 | * pagespec_match() has changed to take named parameters, to better allow | joey | |
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. | |||
2007-03-07 | add colspan support | joey | |
2007-03-07 | cleanup | joey | |
2007-03-07 | missed a few | joey | |
2007-03-07 | further refinement | joey | |
2007-03-07 | further refinement | joey | |
fix a regexp injection hole | |||
2007-03-07 | more i18n improvements | joey | |
2007-03-07 | * Add a table plugin, derived from the one written by Victor Moral. | joey | |