]> sipb.mit.edu Git - ikiwiki.git/history - IkiWiki
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
[ikiwiki.git] / IkiWiki /
2008-03-21  Joey HessMerge branch 'master' of ssh://git.ikiwiki.info/srv...
2008-03-21  Joey Hesstypos
2008-03-21  martin f. krafftAllow external plugins to return no value
2008-03-21  Joey Hesswork around perl warning
2008-03-21  Joey Hessdelete inline data after it's used
2008-03-21  Joey Hesscrazy optimisation to work around slow markdown
2008-03-21  Joey Hessprocess smilies in a sanitize hook
2008-03-21  Joey Hessanother fix
2008-03-21  Joey Hessvarious fixes and simplifications
2008-03-21  Joey Hesssmiley: Detect smileys inside pre and tags, and do...
2008-03-21  Joey HessClose meta tag for redir properly.
2008-03-20  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-03-20  Joey HessStore userinfo in network byte order for easy portabili...
2008-03-20  Joey Hessoptimisation, only load openid module when signing in
2008-03-19  Joey Hessfix setstate
2008-03-19  Joey Hessmake setargv take an array
2008-03-19  Joey Hessfix setvar
2008-03-19  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-03-19  Joey Hessgetargv needs to return a list reference
2008-03-18  Joey Hess* Record new pages in %pagesources temporarily when...
2008-03-15  Joey Hess* external: Add getargv and setargv methods to allow...
2008-03-15  Joey Hess* htmltidy: Pass --markup yes, in case tidy's config...
2008-03-15  Joey Hess* external: Fix support of XML::RPC::fault.
2008-03-14  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-03-14  Joey Hess* Fix expiry of old recentchanges changeset pages.
2008-03-14  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-03-14  Joey Hessload HTML::Entities at top
2008-03-12  Joey Hessno need to use HTML::Entities, as it's loaded on demand...
2008-03-12  Joey Hess* Use absolute url for feedurl when filling out the...
2008-03-12  Joey Hesstruncate recentchangesdiffs after 200 lines
2008-03-12  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-03-12  Joey Hessuse git show to get the diff
2008-03-12  Joey Hess* Use forcebaseurl to make page previews be displayed...
2008-03-12  Joey Hess* monotone: Require version 0.38 or greater, and stop...
2008-03-12  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-03-12  Joey Hessfix syntax error
2008-03-11  martin f. krafftCorrect meta.robots attribute value->content
2008-03-11  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-03-11  martin f. krafftGenerate openid2 headers as well
2008-03-11  martin f. krafftLet meta.openid set X-XRDS-Location header
2008-03-07  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-03-07  Joey Hess* Remove locking code in git rcs_commit. I'm not sure...
2008-03-05  Joey Hesstest for Text::Markdown::[Mm]arkdown and use the availa...
2008-03-05  Joey Hess* Use Text::Markdown::markdown, since version 1.0.16...
2008-03-03  Joey Hess* Add recentchangesdiff plugin that adds diffs to the...
2008-03-02  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-03-02  martin f. krafftAdd robots tag to meta plugin
2008-03-02  Adeodato SimóMake directives generated by shortcuts accept a `desc...
2008-03-01  Joey HessMerge branch 'master' of git://git.madduck.net/code/ikiwiki
2008-02-29  Adeodato SimóAllow colons in URLs after the first slash
2008-02-24  Joey Hessavoid calling getctime on internal pages
2008-02-24  Joey Hess* inline: When forcing urls absolute for rss feeds...
2008-02-24  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-02-24  Joey HessFix links generated by preprocessor directives when...
2008-02-24  Joey Hess* Fix another preview will_render bug. This one involve...
2008-02-20  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-02-20  Joey Hess* tla: Remove call to escapeHTML when constructing...
2008-02-14  Joey Hess* monotone: Add code to default mergerc file to run
2008-02-14  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-02-14  Joey Hess* Preview limits the page dropdown to what's selected...
2008-02-14  Joey Hess* The search plugin needs to override <base> to point...
2008-02-12  Joey Hess* camelcase: Convert to use new linkify and scan hooks...
2008-02-12  Joey Hess* Add the linkify and scan hooks. These hooks can be...
2008-02-11  Joey Hess* Generate XML RPC messages with the encoding set to...
2008-02-11  Joey Hessuse quotemeta when building the regexp
2008-02-10  Josh TriplettAllow the smb: URI scheme.
2008-02-10  Josh TriplettAllow the snews: URI scheme.
2008-02-10  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-02-10  Josh TriplettDo not allow the steam: URI scheme.
2008-02-10  Josh TriplettMatch literal '.' in URI schemas containing '.', rather...
2008-02-10  Joey Hess* meta: Check that the urls provided for authorurl...
2008-02-10  Joey Hessexport $safe_url_regexp
2008-02-10  Josh TriplettAlso filter the attributes cite, longdesc, and usemap...
2008-02-10  Joey Hessadd parens around scheme regexp
2008-02-10  Josh TriplettDo not allow the about: URI scheme
2008-02-10  Joey Hessfix data:image handling
2008-02-10  Joey Hess* htmlscrubber security fix: Block javascript in uris.
2008-02-10  Josh TriplettMerge branch 'master' into prefix-directives
2008-02-10  Joey Hess* Page templates can now use CTIME to show when the...
2008-02-08  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-02-08  Joey Hess* Don't die if running with --getctime and rcs_getctime...
2008-02-05  Joey Hessadd support for prefix_directives
2008-02-05  Joey HessMerge branch 'master' into prefix-directives
2008-02-04  Joey Hessproper fix for the preview/will_render issue
2008-02-04  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-02-04  Joey Hesspreview shouldn't show the feed buttons or post form
2008-02-04  Joey Hess* inline: Add new `allowrss` and `allowatom` config...
2008-02-04  Joey Hessthe old code worked, suprisingly, but I prefer this form
2008-02-04  Joey HessMerge branch 'master' of ssh://git.kitenet.net/srv...
2008-02-04  Joey Hess* inline: When previewing, still call will_render on...
2008-02-04  Joey Hessmove saveindex call into preview block
2008-02-04  Joey Hessremove another commit mail mention
2008-02-03  Joey Hessremove spurious EOF
2008-02-03  Joey Hess* monotone changes by Brian May:
2008-02-03  Joey Hessimplement aggregate_locking design
2008-02-03  Joey Hessadd aggregate locking functions
2008-02-03  Joey Hess* recentchanges: Exipre all *._change pages, even if...
2008-02-03  Joey Hess* recentchanges: Improve handling of links on the very...
2008-02-03  Joey Hessprototype fix
2008-02-03  Joey Hess* aggregate: Revert use of forking to not save state...
next