Commit Graph

2401 Commits (b4b063875100662dfd33520b6f4f3c9d8d84b039)

Author SHA1 Message Date
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 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 c5b443f25d thoughts 2007-03-21 19:13:35 +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
joey 201e832977 add news item for ikiwiki 1.33.2 2007-03-21 06:55:49 +00:00
joey 1c65ca4922 * Fix a few bugs around page titles containing html. The worst of these
is an actual security hole as it allows insertion of html into the title
  element of a page, which is not processed by the htmlscrubber.
2007-03-21 06:05:21 +00:00
joey 9bf29d60b2 web commit by JoshTriplett 2007-03-21 00:07:12 +00:00
joey 09dada42da web commit by http://choffee.co.uk/: Added a zooomr shortcut 2007-03-20 18:31:04 +00:00
joey b984d00921 another issue with the mercurual backend 2007-03-19 19:55:37 +00:00
joey 0416a79dfe web commit by http://bmalee.eu/~bma/: Oops...fix the toggle thing. 2007-03-19 17:56:37 +00:00
joey 0b57bfe5b9 web commit by http://bmalee.eu/~bma/: Here's my mostly-working darcs plugin. 2007-03-19 17:51:39 +00:00
joey 16112c3294 response 2007-03-18 22:27:09 +00:00
joey cb0c642aed * Applied a patch from Michał to make the mercurial backend pass --quiet to
hg.
2007-03-18 22:20:44 +00:00
joey 62aecc19f0 web commit by http://meep.pl/: bug report 2007-03-18 21:59:04 +00:00
joey eeaaac10e5 web commit by http://joey.kitenet.net/: more detail 2007-03-17 23:26:46 +00:00
joey 188f1931c2 * Fix some broken logic in cgi creation of a subpage when a toplevel page
with the same name already exists, and generally simplify the edit code.
2007-03-17 23:20:27 +00:00
joey c1bf0eaf5d respinse 2007-03-17 22:07:46 +00:00
joey bf2c7f2298 response 2007-03-17 22:05:15 +00:00
joey 57606c7992 web commit by MichaelStevens: added new bug report 2007-03-17 21:00:34 +00:00
joey 52fde1b201 web commit by http://id.inelegant.org/: Added link to my site. 2007-03-17 02:01:19 +00:00
joey 49a8657302 web commit by MarkusSchaber 2007-03-17 01:37:36 +00:00
joey d012f18a95 web commit by http://id.inelegant.org/: Let .htaccess files be copied over. 2007-03-17 00:59:18 +00:00
joey 41d4f99713 web commit by http://id.inelegant.org/: Suggestion for branch. 2007-03-17 00:45:51 +00:00
joey f1b09207bf web commit by http://id.inelegant.org/: Bug report. 2007-03-17 00:09:37 +00:00
joey 6d04e7b202 web commit by http://id.inelegant.org/: Test over. Please delete this page. 2007-03-16 23:40:17 +00:00
joey 017034314a web commit by http://id.inelegant.org/: Testing a possible bug. 2007-03-16 23:38:10 +00:00
joey 5bc575c365 close 2007-03-16 21:47:31 +00:00
joey ab5811fa5d web commit by http://id.inelegant.org/: Admission of stupidity. ;-) 2007-03-16 21:10:31 +00:00
joey 9f9a806527 response 2007-03-16 20:34:18 +00:00
joey b6117ed771 web commit by http://ressukka.net/: nice and simple 2007-03-16 20:28:18 +00:00
joey 4be6ccbc02 response 2007-03-16 19:20:36 +00:00
joey f6a15f38c2 web commit by http://id.inelegant.org/ 2007-03-16 13:52:35 +00:00
joey 50408be042 web commit by http://id.inelegant.org/: Comment on potential scaling issue. 2007-03-16 12:28:52 +00:00
joey 4e697ad425 web commit by http://joey.kitenet.net/ 2007-03-15 19:19:54 +00:00
joey 427121d7a6 web commit by http://joey.kitenet.net/: comments, soc 2007-03-15 19:18:27 +00:00
joey 6715718ff7 web commit by http://formorer.myopenid.com/ 2007-03-15 19:00:49 +00:00
joey ffc649f1f3 web commit from 62.213.72.100: poll vote (It's fast enough) 2007-03-15 14:31:13 +00:00
joey a355d9e0b6 web commit by JoshTriplett: Google has accepted ikiwiki as a mentoring organization for Summer of Code 2007. 2007-03-15 10:55:18 +00:00
joey 56d00d05f3 web commit by http://id.inelegant.org/ 2007-03-15 04:16:43 +00:00
joey 9e8552c5a1 web commit by http://per.bothner.myopenid.com/: translate foo/index.html to foo using JavaScript 2007-03-15 01:29:36 +00:00
joey 176fdc1967 web commit by MarkusSchaber 2007-03-14 23:56:41 +00:00
joey 4b055fbc59 web commit by http://dmarti.myopenid.com/ 2007-03-12 23:07:09 +00:00
joey bfcf5d40d2 web commit by http://sven.lankes.net/: changed lbw url to www 2007-03-12 10:41:07 +00:00
joey a509510b21 web commit by http://thedaniel.livejournal.com/: added reference to my site 2007-03-12 06:22:20 +00:00
joey 5d3489d8bf web commit by http://gypark.pe.kr/cgi-bin/wiki/wiki.pl 2007-03-12 03:54:20 +00:00
joey bd827f9097 web commit by http://gypark.pe.kr/wiki 2007-03-12 03:46:36 +00:00
joey 199031edc4 web commit by http://gypark.pe.kr/wiki 2007-03-12 03:43:06 +00:00
joey a7ce70a699 response 2007-03-12 03:42:45 +00:00
joey dd6fd0f7b4 web commit by http://raymundo.egloos.com/ 2007-03-12 03:37:11 +00:00
joey 2618e5b406 web commit by http://id.inelegant.org/ 2007-03-12 02:08:49 +00:00
joey 6a01fac911 rm obsolete news item 2007-03-11 02:30:58 +00:00
joey 530f125188 add news item for ikiwiki 1.45 2007-03-11 02:29:34 +00:00
joey c7dd47619a foo 2007-03-11 00:32:00 +00:00
joey e0e65bc026 suggest as a soc project 2007-03-11 00:29:25 +00:00
joey 89673afc6b add postsparkline plugin, providing sparkliney stats goodness for blog
posts
2007-03-11 00:24:31 +00:00
joey ca5e4fbf37 rm 2007-03-09 22:51:41 +00:00
joey fcacabcdf9 web commit by http://ajdlinux.livejournal.com/ 2007-03-09 22:41:25 +00:00
joey 6077687034 web commit by http://ajdlinux.livejournal.com/ 2007-03-09 22:40:10 +00:00
joey 258c89e841 web commit by JoshTriplett: Add flickr 2007-03-08 08:48:40 +00:00
joey 5da072afb0 web commit by JoshTriplett: Add GNOME bugzilla. 2007-03-08 08:43:36 +00:00
joey 012cc7dd05 web commit by JoshTriplett: Add the Haskell wiki. 2007-03-08 08:31:23 +00:00
joey bd40543ab0 web commit by JoshTriplett: Add hoogle, the Haskell code search engine. 2007-03-08 08:22:03 +00:00
joey 8430ee09e5 web commit by http://joey.kitenet.net/ 2007-03-08 04:42:10 +00:00
joey 99c0f5654f rm 2007-03-08 04:40:19 +00:00
joey 3cb28ea95c web commit by http://joey.kitenet.net/ 2007-03-08 04:36:59 +00:00
joey 9fa2294d4e web commit by http://joey.kitenet.net/: test commit 2007-03-08 04:34:44 +00:00
joey 84b3fe66d4 web commit from 128.151.253.249: poll vote (It's fast enough) 2007-03-08 03:18:43 +00:00
joey 14ed04b2e9 update 2007-03-07 19:57:53 +00:00
joey 6304f6a595 add colspan support 2007-03-07 19:50:34 +00:00
joey 0d108e74d9 further refinement 2007-03-07 19:07:36 +00:00
joey 355494b78b web commit by JoshTriplett: Fix typo. 2007-03-07 12:39:26 +00:00
joey b0e643aacc web commit by JoshTriplett: Fix typo. 2007-03-07 12:36:56 +00:00