typo
[ikiwiki.git] / IkiWiki /
2008-01-29 Joey Hesssome parameteraisation and generalisation
2008-01-29 Joey Hess* Removed support for sending commit notification mails...
2008-01-29 Joey Hessdon't render internal-use pages, and document them
2008-01-29 Joey Hessproof of concept implementation of static recentchanges
2008-01-29 Joey Hess * prettydate,ddate: Don't ignore time formats passed...
2008-01-29 Joey Hesssupport for internal-use page types
2008-01-29 Joey Hessmove userlink to IkiWiki.pm
2008-01-29 Joey Hesschange rcs_recentchanges when to absolute, not relative...
2008-01-29 Joey Hessremove debug message
2008-01-29 Joey HessMerge branch 'master' into recentchanges
2008-01-29 Joey Hessfigured out how rev is used..
2008-01-29 Joey Hess * inline: The template can check for FIRST and LAST...
2008-01-29 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-01-29 Joey Hessadd an id field to the rcs_recentchanges return structure
2008-01-28 Joey Hessremove extraneous quoting
2008-01-28 Joey Hesstest1
2008-01-28 Joey Hessreally fix comment
2008-01-28 Joey Hessupdate comment
2008-01-28 Jelmer VernooijFinish bazaar backend and make the remaining test pass.
2008-01-28 Jelmer VernooijInitial work adding support for Bazaar.
2008-01-27 Josh Triplettaggregate.pm: Replace Unicode apostrophe with ASCII...
2008-01-24 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-01-24 Joey Hess* aggregate: Fork a child process to handle the aggrega...
2008-01-17 Brian DowningAdd full parser for git diff-tree output
2008-01-16 Joey Hess* aggregate: Don't let feeds set creation times for...
2008-01-10 Patrick WinnertzI've wrote a little patch for the bug in teximg (can...
2008-01-09 Joey HessIn preferences, allow the subscriptions and email field...
2008-01-09 Joey Hessnot only markdown adds gunk, so remove it in the main...
2008-01-09 Joey Hess* mdwn: When htmlizing text, if it's a single line...
2008-01-09 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-01-09 Joey Hess* template: Remove bogus htmlize pass added in 2.16.
2008-01-09 Joey Hessdon't process data metadata in scan, as it's expensive...
2008-01-09 Joey Hess* meta: Run in scan mode again (more intelligently...
2008-01-09 Joey Hessoptimisation: detect scan mode and avoid generating...
2008-01-09 Joey Hess* inline: Add copyright/license info on a per-post...
2008-01-09 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv... 2.19
2008-01-09 Joey Hess* aggregate: Include copyright statements from rss...
2008-01-07 Joey Hess* htmlscrubber: Further work around #365971 by adding...
2008-01-07 Joey Hess* Add a prereq on Data::Dumper 2.11 or better, needed...
2008-01-07 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-01-07 Joey Hessadd explicit test for do=postsignin
2008-01-07 Joey Hessfixes
2008-01-07 Joey Hessfixes
2008-01-07 Joey Hess* Improved the canedit hook interface, allowing a callb...
2008-01-07 Joey Hess* opendiscussion: allow editing of the toplevel discuss...
2008-01-07 Joey Hess* Only try postsignin if no other action matched. Fixes...
2008-01-07 Joey Hessfix some bad copy and pasted plugin ids
2008-01-05 Joey Hess* aggregate: Only save state if it was already loaded...
2008-01-05 Joey Hessfix an uninitialised value warning
2008-01-05 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-01-05 Joey Hess* aggregate: Only save state if it was already loaded.
2008-01-03 Joey Hessround days old message
2008-01-02 Joey Hess* Stop testing Encode::is_utf8 in decode_form_utf8...
2008-01-02 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-01-01 Joey Hess* Split error messages for failures to drop real uid...
2007-12-30 Joey HessI *think* that this comment is out of date.
2007-12-30 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2007-12-30 Joey Hess* aggregate: Fix stupid mistake introduced when convert...
2007-12-28 Joey Hess* map: Fix handling of common prefix to handle the...
2007-12-28 Joey Hess* conditional: Improve regexp testing for simple uses...
2007-12-28 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2007-12-28 Joey Hess* img: Allow the link parameter to point to an exterior...
2007-12-26 Joey Hess* img: Avoid nesting images when linking to another...
2007-12-22 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2007-12-22 Thomas SchwingeIkiWiki/Plugin/meta.pm <redir>: Support for specifying...
2007-12-19 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2007-12-19 Joey Hess* Improved parentlinks special case for index pages.
2007-12-17 Joey Hessimprove error message if shortcuts.mdwn DNE
2007-12-17 Joey Hessloadstate needs to be called even if no pages are being...
2007-12-16 Joey Hess* git: Correct display of multiline commit messages...
2007-12-16 Joey Hess* brokenlinks: Don't list the same link multiple times...
2007-12-16 Joey Hesscorrect variable scoping error in nils's patch
2007-12-16 Nis Martensenrssurl and atomurl are only needed where $feeds is set
2007-12-16 Nis MartensenAlso increment feednum only if feeds are generated
2007-12-16 Joey Hess* meta: Drop support for "meta link", since supporting...
2007-12-16 Joey Hess* meta: Drop support for "meta link", since supporting...
2007-12-13 Joey Hess* Allow editing a page and deleting all content, while...
2007-12-12 Nis MartensenSet page_numfeeds only if feeds are being generated
2007-12-12 Joey Hess* shortcut: Expand %S to the raw input text, not url...
2007-12-12 Joey Hess* Htmlize parameters passed to the template preprocesso...
2007-12-12 Joey Hess* Avoid unnecessary stat calls to get mtime when render...
2007-12-12 Joey Hess* Ensure that web edited pages always end in a newline.
2007-12-12 Joey Hessdon't duplicate code from editpage, just pull the value...
2007-12-12 Joey Hess* Change formbuilder hook to not be responsible for...
2007-12-12 Joey Hessworks, but I'm not entirely happy with it yet
2007-12-12 Joey Hessincomplate edittemplate plugin
2007-12-09 Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2007-12-09 Joey Hessreorg
2007-12-09 Joey Hesslogic fix
2007-12-09 Joey Hess* The calendar plugin stores state about when it needs...
2007-12-09 Joey Hessreal redir cycle detection
2007-12-09 Joey Hessensure state is dropped when a page stops embeddeding...
2007-12-09 Joey Hessforgot to add
2007-12-08 Joey Hess* Finally implemented a simple per-page data storage...
2007-12-08 Joey HessMAJOR basewiki reorg
2007-12-08 Joey Hesswikilink fix
2007-12-08 Joey Hessdrop redir loop detection code
2007-12-08 Joey Hess* meta: Add redir support, based on a patch by Thomas...
2007-12-08 Thomas SchwingeHere is a patch to add a forwarding functionality to...
2007-11-27 Joey Hess* Improve workaround for perl bug #376329. Rather than...
next