Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-14 | * monotone: Add code to default mergerc file to run | Joey Hess | |
_MTN/ikiwiki-netsync-hook when a commit is merged in from the net. | |||
2008-02-14 | er, what absolute links? | Joey Hess | |
2008-02-14 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2008-02-14 | * Preview limits the page dropdown to what's selected previously | Joey Hess | |
(as preserving the full list across preview would be tricky). Userdirs were still being offered as an option there, remove them. * Fix a bug where user A created a page concurrently with user B, and when B previewed it would redirect B to A's new page, losing B's work. Instead, don't redirect and let conflict handling resolve it. | |||
2008-02-14 | web commit by https://brian.may.myopenid.com/: relative links | Joey Hess | |
2008-02-14 | * The search plugin needs to override <base> to point to the directory | Joey Hess | |
containing ikiwiki.cgi, but this should not change the urls to the style sheets etc. Add a new forcebareurl parameter to misctemplate to allow it to do that. | |||
2008-02-14 | web commit by https://brian.may.myopenid.com/: openid https certificates ↵ | Joey Hess | |
checked? | |||
2008-02-14 | web commit by https://brian.may.myopenid.com/: http proxy | Joey Hess | |
2008-02-14 | web commit by rdennis | Joey Hess | |
2008-02-14 | web commit by rdennis | Joey Hess | |
2008-02-14 | web commit by http://id.loopysoft.com/matt/ | Joey Hess | |
2008-02-14 | web commit by http://id.loopysoft.com/matt/: Update to include simpler ↵ | Joey Hess | |
instructions, hopefully more correct | |||
2008-02-13 | web commit by http://harningt.eharning.us/: Added TrustBearer OpenID link, ↵ | Joey Hess | |
great for using strong authentication in a simple way | |||
2008-02-13 | * Depend on HTML::Scrubber, since the scrubber is enabled by default and | Joey Hess | |
dies if its can't be loaded. | |||
2008-02-12 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2008-02-12 | * Setting NOTAINT=1 had no effect when building ikiwiki itself, fix this. | Joey Hess | |
2008-02-12 | web commit by http://edward.myopenid.com/: spelling fix and link ↵ | Joey Hess | |
[[hyperestraier]] | |||
2008-02-12 | web commit by http://adam.shand.net/ | Joey Hess | |
2008-02-11 | fix name of plugin in changelog | Joey Hess | |
2008-02-11 | * camelcase: Convert to use new linkify and scan hooks rather than the old | Joey Hess | |
hack. | |||
2008-02-11 | * Add the linkify and scan hooks. These hooks can be used to implement | Joey Hess | |
custom, first-class types of wikilinks. * Move standard wikilink implementation to a new wikilink plugin, which will of course be enabled by default. | |||
2008-02-10 | Remove trailing whitespace from README.Debian | Josh Triplett | |
2008-02-10 | Remove trailing whitespace | Josh Triplett | |
2008-02-11 | * Generate XML RPC messages with the encoding set to utf-8 instead | Joey Hess | |
of XML::RPC's default of us-ascii. Allows interoperation with python's xmlrpc library, which threw invalid encoding exceptions and caused the rst plugin to hang. | |||
2008-02-10 | add templates | Joey Hess | |
2008-02-10 | add template | Joey Hess | |
2008-02-10 | add templates | Joey Hess | |
2008-02-10 | add template | Joey Hess | |
2008-02-10 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2008-02-10 | fix bazaar id | Joey Hess | |
2008-02-10 | web commit by http://id.loopysoft.com/matt/ | Joey Hess | |
2008-02-10 | * Danish translation update from Jonas Smedegaard. Closes: #465152 | Joey Hess | |
2008-02-10 | use quotemeta when building the regexp | Joey Hess | |
2008-02-10 | some updates about the recent hole | Joey Hess | |
2008-02-10 | add news item for ikiwiki 2.32.3 | Joey Hess | |
2008-02-10 | attribution | Joey Hess | |
2008-02-10 | Allow the smb: URI scheme. | Josh Triplett | |
2008-02-10 | Allow the snews: URI scheme. | Josh Triplett | |
2008-02-10 | Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info | Joey Hess | |
2008-02-10 | debian-stable branch | Joey Hess | |
2008-02-10 | Do not allow the steam: URI scheme. | Josh Triplett | |
2008-02-10 | Match literal '.' in URI schemas containing '.', rather than matching any ↵ | Josh Triplett | |
character | |||
2008-02-10 | web commit by http://users.itk.ppke.hu/~cstamas/: creating my own page | Joey Hess | |
2008-02-10 | update | Joey Hess | |
2008-02-10 | * meta: Check that the urls provided for authorurl, permalink, and openid | Joey Hess | |
are safe and can't contain javascript. | |||
2008-02-10 | export $safe_url_regexp | Joey Hess | |
2008-02-10 | Also filter the attributes cite, longdesc, and usemap, which can contain URIs | Josh Triplett | |
2008-02-10 | Move about: fix to version 2.31.3 in the changelog | Josh Triplett | |
2008-02-10 | add parens around scheme regexp | Joey Hess | |
2008-02-10 | Do not allow the about: URI scheme | Josh Triplett | |
Some browsers interpret about: URIs like a limited version of data: URIs. In particular, some versions of Internet Explorer interpret arbitrary HTML content in about: URIs. |