Commit Graph

3112 Commits (fd8463c878d1fb9920ef6f10944f8522e7a48f69)

Author SHA1 Message Date
joey bf9e8bc900 * Fix a big in the img plugin that caused thumbnailed files to not be
tracked properly.
2007-04-01 20:53:03 +00:00
joey 6351ae2ac4 fix links to sparklines; abs2rel -> urlto 2007-04-01 20:25:27 +00:00
joey 7910c2c7f6 use urlto; htmlpage is no longer appropriate here 2007-04-01 20:21:35 +00:00
joey 02b9f69ba5 * Finally apply the index.html patch, with thanks to everyone who worked
on and supported creating it (especially Tumov). This adds a "usedirs"
  option that makes ikiwiki use foo/index.html instead of foo.html as
  output page names. It is not yet enabled by default.
2007-04-01 19:59:42 +00:00
joey 1087e234f0 web commit by hb: force reconstruction of the page 2007-04-01 16:32:27 +00:00
joey c8b80a96d6 web commit by hb: test 2007-04-01 16:31:43 +00:00
joey 874c52c277 web commit by hb: trying to put this done (it is !) 2007-04-01 16:28:57 +00:00
joey a2cfdaaec5 * Hide excess backlinks and expand using CSS trick; control quantiy via
the numbacklinks setting.
2007-03-31 08:48:10 +00:00
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