Commit Graph

3004 Commits (f9e8c6012903cb98b9885ff8b76d897fa151dadb)

Author SHA1 Message Date
joey f9e8c60129 link 2007-03-31 06:59:52 +00:00
joey 056cb71ffb improve 2007-03-31 06:58:11 +00:00
joey 67cdde0327 fix 2007-03-31 06:56:52 +00:00
joey d73eb7d9b2 * Add a templates page to the basewiki. It will automatically list all
available templates. Rename the old templates page to wikitemplates.
* Include the note template in the basewiki.
* Add a popup template in the basewiki. CSS based on some by Martin Krafft.
* Make the note, popup, and plugin templates detect missing variables and be
  self-documenting, listing the available variables.
2007-03-31 06:55:12 +00:00
joey 08d6f422a7 remove old discussion page (since it's currently being included into the
basewiki as a template..)
2007-03-31 06:02:57 +00:00
joey 3a958f7196 fix error message to include url 2007-03-31 03:26:43 +00:00
joey 35ab3237fa * Fix urls generated by mirrorlist plugin. 2007-03-31 00:41:22 +00:00
joey f59796697d --no-rcs is the default now, so no need to explicitly specify 2007-03-29 22:36:18 +00:00
joey 1f175cbb1d don't exclude discussion for this example 2007-03-29 22:28:10 +00:00
joey 0302056332 * Add --post-commit option, which allows for the case of a split web server
and RCS server (or a push mirror). With this the RCS server can have a
  real post-commit hook that sshs back to the web server, and runs ikiwiki
  in post-commit mode to update the wiki.
2007-03-29 18:27:00 +00:00
joey 6be1832ce0 add news item for ikiwiki 1.48 2007-03-28 17:52:40 +00:00
joey e0cff15163 releasing version 1.48 2007-03-28 17:52:19 +00:00
joshtriplett c70cffb275 The typography plugin could support configuration of which translations to make. Text::Typography does. 2007-03-26 21:46:47 +00:00
joshtriplett b24394c0ec Note that enabling or disabling the htmlscrubber plugin also affects some other
HTML-related functionality, such as whether [[meta]] allows potentially unsafe
HTML tags.
2007-03-26 21:39:18 +00:00
joshtriplett a7d595d210 Fix typo in page name: s/MultiMarkdon/MultiMarkdown/ 2007-03-26 21:27:03 +00:00
joey 9c91cc1bed web commit by LukClaes: Add my blog 2007-03-26 16:56:04 +00:00
joey e951c475c4 web commit by http://ressukka.net/ 2007-03-25 18:16:51 +00:00
joey 7bdb984637 web commit by tuomov: A note on getctime optimisation 2007-03-25 17:24:35 +00:00
joey d031c771c8 web commit by tuomov: bah 2007-03-25 17:19:35 +00:00
joey 9338c26ea4 web commit by tuomov: Another partial darcs suppot plugin 2007-03-25 17:18:53 +00:00
joey a0727f4915 web commit by hb 2007-03-24 17:52:47 +00:00
joey 98bc61cb7b web commit by hb 2007-03-24 17:52:06 +00:00
joey c936ba1719 * Fix mercurial backend to deal with empty commit messages. 2007-03-24 15:14:53 +00:00
joey bbb0b3e72f * Finally fixed the longstanding inline removal bug.
* Renamed %oldpagemtime to a more accurately named %pagemtime and fix it to
  actually store pages' mtimes.
* Add "mtime" sort parameter to inline plugin.
2007-03-24 15:10:58 +00:00
joey dc0bf7982f web commit by MarkusSchaber: removed obsolete suggestion 2007-03-24 15:09:33 +00:00
joey dbb4622c1b web commit by MarkusSchaber 2007-03-24 14:59:10 +00:00
joey 210fe3664b web commit by hb: Adding patch for the no message case for mercurial 2007-03-24 12:21:34 +00:00
joey b2cf231a43 web commit by JonasSmedegaard: Fix for htmllink brokenness since ikiwiki 1.44. 2007-03-24 01:11:35 +00:00
joey e490e06841 web commit by http://getopenid.com/tpikonen 2007-03-22 15:47:59 +00:00
joey 5a6a93544f * Make ikiwiki's stylesheet support printing by hiding parts of the page
that shouldn't appear in a printout: Search box, actions bar,
  blog post form, tags, backlinks, and feed buttons.
2007-03-22 00:02:48 +00:00
joey eeea100023 improve Makefile 2007-03-21 23:23:21 +00:00
joey d3df4c133c typo 2007-03-21 23:16:44 +00:00
joey c79f320820 updates 2007-03-21 23:15:48 +00:00
joey 2a0d91af2f * Fix link() PageSpecs to not just look at the raw link text, but at where
that given link points based on the page doing the linking. Note that this
  could make such PageSpecs match different things than before, if you
  relied on the old behavior of them only matching the raw link text.
* This required changing the match_* interface, adding a third parameter.
* Allow link() PageSpecs to match relative, as is allowed with globs.a
* Add postform option to inline plugin.
* Add an bug tracker to the softwaresite example.
2007-03-21 23:11:09 +00:00
joey 0daec2bf14 response 2007-03-21 19:26:23 +00:00
joey 12d947a02f add news item for ikiwiki 1.47 2007-03-21 19:16:39 +00:00
joey 1ecd251ffa releasing version 1.47 2007-03-21 19:16:18 +00:00
joey c5b443f25d thoughts 2007-03-21 19:13:35 +00:00
joey b8e096f96a fix 2007-03-21 19:08:29 +00:00
joey c8b4ba354f * Fix a security hole that allowed insertion of unsafe content via the meta
plugins's support for inserting html link and meta tags. Now such content
  is passed through the htmlscrubber like everything else.
* Unfortunatly, that means that some valid uses of those tags are no longer
  usable, and special case methods needed to be added for including
  stylesheets, and for doing openid delegation. If you use either of these
  in your wiki, it will need to be modified. See the meta plugin docs
  for details.
2007-03-21 18:52:56 +00:00
joey 829d097dc5 web commit by http://getopenid.com/tpikonen 2007-03-21 17:54:46 +00:00
joey 491338496e web commit by JoshTriplett: Unindent my comment and reply to the right level, and provide an example. 2007-03-21 17:19:03 +00:00
joey 37f8769b41 web commit by JoshTriplett: meta link stylesheet test 2007-03-21 17:12:06 +00:00
joey 62e2bd136e hmm 2007-03-21 08:35:11 +00:00
joey d9ed827e28 switch to titlepage template 2007-03-21 08:29:15 +00:00
joey db6471fd50 web commit by http://joey.kitenet.net/: test 2007-03-21 08:14:09 +00:00
joey 8c26ba5283 web commit by JoshTriplett: stylesheet media="print" 2007-03-21 07:24:35 +00:00
joey d76a23f06d web commit by JoshTriplett: Avoid a line break inside the sample syntax when inside a blockquote, since that makes the > show up as part of the syntax. 2007-03-21 07:21:19 +00:00
joey 2fdedbe7e6 web commit by JoshTriplett 2007-03-21 07:16:41 +00:00
joey 24961ae9f2 add news item for ikiwiki 1.46 2007-03-21 06:57:37 +00:00