Commit Graph

5438 Commits (4f0359bdd9addb5c16cc65f159b752fd69a71284)

Author SHA1 Message Date
Joey Hess 4f0359bdd9 I suppose monotone post-commit can be removed from the todo list now 2008-02-14 16:18:09 -05:00
Joey Hess 1c06aed378 * monotone: Add code to default mergerc file to run
_MTN/ikiwiki-netsync-hook when a commit is merged in from the net.
2008-02-14 16:10:33 -05:00
Joey Hess 8f7d7c1a00 er, what absolute links? 2008-02-14 15:46:24 -05:00
Joey Hess 841617c9ff Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info 2008-02-14 15:42:50 -05:00
Joey Hess 553136ec1f * Preview limits the page dropdown to what's selected previously
(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 15:42:14 -05:00
Joey Hess 85145afbd9 web commit by https://brian.may.myopenid.com/: relative links 2008-02-14 15:40:22 -05:00
Joey Hess 8be2b60aac * The search plugin needs to override <base> to point to the directory
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 15:20:49 -05:00
Joey Hess 9192a88375 web commit by https://brian.may.myopenid.com/: openid https certificates checked? 2008-02-14 05:05:36 -05:00
Joey Hess a3c3786954 web commit by https://brian.may.myopenid.com/: http proxy 2008-02-14 04:45:28 -05:00
Joey Hess 9c87cc0d13 web commit by rdennis 2008-02-14 04:41:52 -05:00
Joey Hess 31a52efc91 web commit by rdennis 2008-02-14 04:19:36 -05:00
Joey Hess af6b56c9c2 web commit by http://id.loopysoft.com/matt/ 2008-02-14 00:31:11 -05:00
Joey Hess c371d1eb83 web commit by http://id.loopysoft.com/matt/: Update to include simpler instructions, hopefully more correct 2008-02-14 00:01:47 -05:00
Joey Hess c5182314d5 web commit by http://harningt.eharning.us/: Added TrustBearer OpenID link, great for using strong authentication in a simple way 2008-02-13 15:33:37 -05:00
Joey Hess 4eabe04ced * Depend on HTML::Scrubber, since the scrubber is enabled by default and
dies if its can't be loaded.
2008-02-13 13:17:07 -05:00
Joey Hess 14cdc43083 Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info 2008-02-12 17:41:01 -05:00
Joey Hess 49adc59474 * Setting NOTAINT=1 had no effect when building ikiwiki itself, fix this. 2008-02-12 17:17:49 -05:00
Joey Hess c23abb3553 web commit by http://edward.myopenid.com/: spelling fix and link [[hyperestraier]] 2008-02-12 06:03:54 -05:00
Joey Hess b9f738f0b0 web commit by http://adam.shand.net/ 2008-02-12 04:37:17 -05:00
Joey Hess 491c62f5b0 fix name of plugin in changelog 2008-02-11 23:05:18 -05:00
Joey Hess 1de1fb15a0 * camelcase: Convert to use new linkify and scan hooks rather than the old
hack.
2008-02-11 23:04:19 -05:00
Joey Hess 4763514861 * Add the linkify and scan hooks. These hooks can be used to implement
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-11 22:48:27 -05:00
Josh Triplett 5163646e26 Remove trailing whitespace from README.Debian 2008-02-10 22:55:48 -08:00
Josh Triplett 2294200e70 Remove trailing whitespace 2008-02-10 22:54:56 -08:00
Joey Hess 4aab5f0a73 * Generate XML RPC messages with the encoding set to utf-8 instead
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-11 00:11:49 -05:00
Joey Hess 4029389414 add templates 2008-02-10 23:06:46 -05:00
Joey Hess 10351be39a add template 2008-02-10 23:02:57 -05:00
Joey Hess 800a1b3271 add templates 2008-02-10 23:00:30 -05:00
Joey Hess b29add934b add template 2008-02-10 22:57:34 -05:00
Joey Hess ccc5b496e3 Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info 2008-02-10 22:54:17 -05:00
Joey Hess 129d924c0e fix bazaar id 2008-02-10 22:54:00 -05:00
Joey Hess 4c0cc8e3a7 web commit by http://id.loopysoft.com/matt/ 2008-02-10 21:30:27 -05:00
Joey Hess 1510725aef * Danish translation update from Jonas Smedegaard. Closes: #465152 2008-02-10 19:05:33 -05:00
Joey Hess c6fc554c54 use quotemeta when building the regexp 2008-02-10 19:02:12 -05:00
Joey Hess 0e445d62d2 some updates about the recent hole 2008-02-10 19:00:26 -05:00
Joey Hess 886adf9f9f add news item for ikiwiki 2.32.3 2008-02-10 18:59:31 -05:00
Joey Hess 78c7f4dc71 attribution 2008-02-10 18:46:53 -05:00
Josh Triplett 728dfd9595 Allow the smb: URI scheme. 2008-02-10 15:08:56 -08:00
Josh Triplett 502cd00ec7 Allow the snews: URI scheme. 2008-02-10 15:05:11 -08:00
Joey Hess 598d604fa8 Merge branch 'master' of ssh://git.kitenet.net/srv/git/ikiwiki.info 2008-02-10 18:02:18 -05:00
Joey Hess 11a781d1c5 debian-stable branch 2008-02-10 18:01:48 -05:00
Josh Triplett ec9d3ab549 Do not allow the steam: URI scheme. 2008-02-10 14:59:08 -08:00
Josh Triplett 3cda22a27f Match literal '.' in URI schemas containing '.', rather than matching any character 2008-02-10 14:50:30 -08:00
Joey Hess 14414fcd92 web commit by http://users.itk.ppke.hu/~cstamas/: creating my own page 2008-02-10 17:49:15 -05:00
Joey Hess e5f97777ad update 2008-02-10 17:27:59 -05:00
Joey Hess bbcf878f75 * meta: Check that the urls provided for authorurl, permalink, and openid
are safe and can't contain javascript.
2008-02-10 17:17:44 -05:00
Joey Hess 4bfdbd4858 export $safe_url_regexp 2008-02-10 17:07:21 -05:00
Josh Triplett d20e24b636 Also filter the attributes cite, longdesc, and usemap, which can contain URIs 2008-02-10 13:59:37 -08:00
Josh Triplett 34115a34e0 Move about: fix to version 2.31.3 in the changelog 2008-02-10 13:36:52 -08:00
Joey Hess 2078f706d6 add parens around scheme regexp 2008-02-10 16:29:46 -05:00