]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki/Plugin/table.pm
clarify error
[ikiwiki.git] / IkiWiki / Plugin / table.pm
2009-04-04  Joey HessMerge branch 'master'
2009-01-13  intrigeriMerge commit 'upstream/master' into prv/po
2009-01-06  Joey Hesstable: Find links in external files in scan pass.
2009-01-06  Joey Hesstable: Fix misparsed links in external files
2009-01-01  intrigeriMerge commit 'upstream/master' into prv/po
2008-12-31  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-12-31  Joey HessMerge branch 'next'
2008-12-30  intrigeriMerge commit 'upstream/master' into prv/po
2008-12-29  Joey HessMerge branch 'master' into next
2008-12-28  Joey HessMerge branch 'master' into next
2008-12-26  Joey HessMerge branch 'master' into next
2008-12-26  Joey HessMerge branch 'master' into next
2008-12-25  Joey HessMerge branch 'master' into next
2008-12-23  Joey HessMerge branch 'master' into next
2008-12-23  Joey Hessfinalise version 3.00 of the plugin api
2008-12-17  Joey HessCoding style change: Remove explcit vim folding markers.
2008-09-04  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-09-02  Joey Hessuse yesno
2008-09-02  Joey Hesstable: Support header=column to make the table header...
2008-08-03  Joey Hessadd plugin safe/rebuild info (part 3 of 3)
2008-07-16  Joey HessMerge commit 'intrigeri/pedigree'
2008-07-14  Simon McVittieMerge commit 'origin/master' into aggregateinternal
2008-07-14  Simon McVittieMerge branch 'master' of git://git.ikiwiki.info
2008-07-13  Joey Hessswitch preprocess hooks to use error function
2008-06-04  Joey HessPass a destpage parameter to the sanitize hook.
2008-01-09  Joey Hess* mdwn: When htmlizing text, if it's a single line...
2008-01-05  Joey Hess* aggregate: Only save state if it was already loaded...
2007-11-08  Josh TriplettFix table plugin to not generate an unbalanced tbody...
2007-09-16  joey* table plugin: Actually specify the delimiter when...
2007-09-16  joey* table plugin: Actually specify the delimiter.
2007-09-05  joey* table: Text::CSV doesn't return decoded unicode ...
2007-08-28  joey* Tables containing links with a link text were mispars...
2007-04-27  joey* pagespec_match() has changed to take named parameters...
2007-03-07  joeyadd colspan support
2007-03-07  joeycleanup
2007-03-07  joeymissed a few
2007-03-07  joeyfurther refinement
2007-03-07  joeyfurther refinement
2007-03-07  joeymore i18n improvements
2007-03-07  joey* Add a table plugin, derived from the one written...