joey [Fri, 2 Jun 2006 02:17:56 +0000 (02:17 +0000)]
add
joey [Fri, 2 Jun 2006 02:07:21 +0000 (02:07 +0000)]
* Reorganised the doc wiki's todo/* pages, using a [[done]] tag to flag
when a todo item is done, instead of the previous moving it to a different
subdir.
joey [Fri, 2 Jun 2006 01:17:26 +0000 (01:17 +0000)]
* Patch from Dr. Zini to add link() and backlink() to globlists. This allows
for some handy stuff like:
- Using links as a kind of tag; creating blog pages that list all pages
containing a given tag/link or not containing some other tag.
- Subscribing to mail notifications whenever a change is made to a page
that is a backlink of page foo. Ie, "Please notify me of changes in all
pages that link to my home page in the wiki"
- Locking any pages that are linked to from a particular page, so that
lists of locks can be exposed in the wiki.
joey [Thu, 1 Jun 2006 20:44:12 +0000 (20:44 +0000)]
* More security review.
www-data [Wed, 31 May 2006 02:02:47 +0000 (02:02 +0000)]
web commit by joey: cleanup
www-data [Wed, 31 May 2006 01:57:46 +0000 (01:57 +0000)]
web commit by joey
www-data [Wed, 31 May 2006 01:56:56 +0000 (01:56 +0000)]
web commit by joey
www-data [Wed, 31 May 2006 01:55:11 +0000 (01:55 +0000)]
web commit by joey
www-data [Tue, 30 May 2006 12:15:17 +0000 (12:15 +0000)]
web commit by VictorMoral
www-data [Tue, 30 May 2006 12:14:06 +0000 (12:14 +0000)]
web commit by VictorMoral
www-data [Tue, 30 May 2006 12:04:07 +0000 (12:04 +0000)]
web commit by VictorMoral
www-data [Tue, 30 May 2006 12:02:35 +0000 (12:02 +0000)]
web commit by VictorMoral
joey [Mon, 29 May 2006 05:10:23 +0000 (05:10 +0000)]
cannot reproduce a problem
joey [Mon, 29 May 2006 05:09:43 +0000 (05:09 +0000)]
* Add --timeformat config option to allow changing how dates are displayed.
Note that as a side effect, dates will now be displayed using the local
timezone, not as GMT.
joey [Sat, 27 May 2006 19:48:23 +0000 (19:48 +0000)]
remove some old news pages, I'll only be keeping the most recent couple of
things around
www-data [Sat, 27 May 2006 19:46:27 +0000 (19:46 +0000)]
web commit by joey
joey [Sat, 27 May 2006 19:17:02 +0000 (19:17 +0000)]
add news item for ikiwiki 1.4
joey [Sat, 27 May 2006 19:16:41 +0000 (19:16 +0000)]
releasing version 1.4
joey [Sat, 27 May 2006 19:04:46 +0000 (19:04 +0000)]
* Add -refresh option to ikiwiki-mass-rebuild and use that on upgrades that
do not need a full rebuild, in order to update any basewiki pages.
joey [Sat, 27 May 2006 18:42:12 +0000 (18:42 +0000)]
missed a couple htmllinks
joey [Sat, 27 May 2006 18:33:33 +0000 (18:33 +0000)]
Make page edit textarea resize to fit browser window.
joey [Fri, 26 May 2006 16:23:48 +0000 (16:23 +0000)]
typo
joey [Fri, 26 May 2006 16:11:53 +0000 (16:11 +0000)]
* --getctime had bitrotted (well I only ever used it the once so far..),
* When inlining a page in another one, links from the inlined page are now
expanded the same as they are when rendering the inlined page as a
standalone page. So rather than being expanded from the POV of the
inlining page, they are expanded from the POV of the inlined page.
For example, a link from blog/foo to "bar" will now link to blog/bar
if it exists. Previously this needed to be a link explicitly to
"blog/bar"; such links will also continue to work.
(This was slightly complex to do as the link still has to be constructed
relative to the inlining page.)
joey [Fri, 26 May 2006 15:33:14 +0000 (15:33 +0000)]
utf-8 support seems to be working now
joey [Fri, 26 May 2006 15:22:43 +0000 (15:22 +0000)]
* --getctime had bitrotted (well I only ever used it the once so far..),
fix and make it a bit more flexible
* rcs_getctime is changed, now rather than needing to loop over all pages,
it should just use the rcs to get the ctime of the passed file.
joey [Fri, 26 May 2006 15:18:12 +0000 (15:18 +0000)]
better fix for empty actions list issue
joey [Fri, 26 May 2006 14:54:47 +0000 (14:54 +0000)]
fix call to getctime
joey [Fri, 26 May 2006 08:24:36 +0000 (08:24 +0000)]
* Rebuilding on upgrade to this version is recommended.
* Add a html validity check to the test suite, using the wdg-html-validator,
if available.
* Make the html valid when there is nothing in the actions list by adding an
empty <li> to the end of it.
* Reordered some function call parameters for consistency.
joey [Fri, 26 May 2006 01:42:00 +0000 (01:42 +0000)]
header can appear more than one time, so is a class, not an id
joey [Fri, 26 May 2006 01:12:36 +0000 (01:12 +0000)]
update
joey [Fri, 26 May 2006 01:10:58 +0000 (01:10 +0000)]
* The page name and parent links has switched from using a <h1> to a styled
<span>, so pages can use <h1> internally instead of needing to use <h2>.
* Updated all of ikiwiki's own wiki pages for that.
* Add pagetemplate hook, which can be used by plugins that want to mess
around with adding new stuff to the page template.
* Remove headercontent; the search plugin now adds the search box to the
header by registering a pagetemplate hook, and other plugins should do
similarly.
joey [Thu, 25 May 2006 22:03:22 +0000 (22:03 +0000)]
* Tell HTML::Scrubber to treat "/" as a valid attribute which is its
very strange way of enabling proper XHTML <br /> type tags. Output html
should be always valid again now.
joey [Thu, 25 May 2006 21:52:03 +0000 (21:52 +0000)]
use right name for search plugin
www-data [Thu, 25 May 2006 08:19:04 +0000 (08:19 +0000)]
web commit by IainMcLaren
joey [Wed, 24 May 2006 21:33:23 +0000 (21:33 +0000)]
latex version of logo
some other changes
www-data [Sat, 20 May 2006 14:25:14 +0000 (14:25 +0000)]
web commit by PaulCollins: adding my wiki
joey [Tue, 16 May 2006 15:20:50 +0000 (15:20 +0000)]
add news item for ikiwiki 1.3
joey [Tue, 16 May 2006 15:20:33 +0000 (15:20 +0000)]
releasing version 1.3
joey [Mon, 15 May 2006 16:01:13 +0000 (16:01 +0000)]
add news item for ikiwiki 1.2
joey [Mon, 15 May 2006 16:00:34 +0000 (16:00 +0000)]
releasing version 1.2
www-data [Sun, 14 May 2006 13:27:29 +0000 (13:27 +0000)]
web commit by RecaiOktas: UTF-8 test (conclusion)
www-data [Sun, 14 May 2006 13:21:32 +0000 (13:21 +0000)]
web commit by RecaiOktas: UTF-8 test (last entry)
www-data [Sun, 14 May 2006 13:17:51 +0000 (13:17 +0000)]
web commit by RecaiOktas: UTF-8 test (second entry)
www-data [Sun, 14 May 2006 13:13:47 +0000 (13:13 +0000)]
web commit by RecaiOktas: UTF-8 test (first entry)
joey [Sat, 13 May 2006 16:35:37 +0000 (16:35 +0000)]
add
joey [Sat, 13 May 2006 16:12:23 +0000 (16:12 +0000)]
add
www-data [Sat, 13 May 2006 10:56:34 +0000 (10:56 +0000)]
web commit by RecaiOktas: Add URL for Git
www-data [Sat, 13 May 2006 08:08:14 +0000 (08:08 +0000)]
web commit by tuomov: Fixed a typo
www-data [Fri, 12 May 2006 23:45:07 +0000 (23:45 +0000)]
web commit by joey
www-data [Fri, 12 May 2006 23:44:35 +0000 (23:44 +0000)]
web commit by joey: git support!
www-data [Fri, 12 May 2006 22:35:19 +0000 (22:35 +0000)]
web commit by joey
www-data [Fri, 12 May 2006 18:05:00 +0000 (18:05 +0000)]
web commit by joey
www-data [Fri, 12 May 2006 15:24:03 +0000 (15:24 +0000)]
web commit by EfraimFeinstein: test display of Hebrew text
joey [Fri, 12 May 2006 05:17:29 +0000 (05:17 +0000)]
update
joey [Mon, 8 May 2006 23:00:42 +0000 (23:00 +0000)]
* Add libc6-dev to dependencies, needed to build wrappers.
joey [Sat, 6 May 2006 03:57:43 +0000 (03:57 +0000)]
* Remove dups from the brokenlinks list.
www-data [Fri, 5 May 2006 21:21:00 +0000 (21:21 +0000)]
web commit by joey
www-data [Fri, 5 May 2006 21:20:40 +0000 (21:20 +0000)]
web commit by joey
www-data [Fri, 5 May 2006 21:18:30 +0000 (21:18 +0000)]
web commit by joey
joey [Fri, 5 May 2006 21:14:34 +0000 (21:14 +0000)]
add news item for ikiwiki 1.1
joey [Fri, 5 May 2006 21:14:10 +0000 (21:14 +0000)]
releasing version 1.1
joey [Fri, 5 May 2006 20:48:20 +0000 (20:48 +0000)]
* Add ikiwiki-mass-rebuild script, ripped out of the postinst.
* Add some new config items to the estseek.conf template, which are needed
by hyperestraier 1.2.3.
www-data [Fri, 5 May 2006 20:43:48 +0000 (20:43 +0000)]
web commit by joey
www-data [Fri, 5 May 2006 20:30:54 +0000 (20:30 +0000)]
web commit by joey
joey [Fri, 5 May 2006 18:20:52 +0000 (18:20 +0000)]
* Allow discussion links on pages to be turned off with --no-discussion.
www-data [Fri, 5 May 2006 13:49:50 +0000 (13:49 +0000)]
web commit by ThomasSchwinge
www-data [Fri, 5 May 2006 05:47:52 +0000 (05:47 +0000)]
web commit by joey
www-data [Fri, 5 May 2006 05:45:57 +0000 (05:45 +0000)]
web commit by joey
joey [Fri, 5 May 2006 05:41:11 +0000 (05:41 +0000)]
* Removed --sanitize and --no-sanitize, replaced with --plugin htmlscrubber
and --disable-plugin htmlscrubber.
joey [Fri, 5 May 2006 05:10:00 +0000 (05:10 +0000)]
rename the "render" hook to "change", which is clearer
www-data [Fri, 5 May 2006 04:44:09 +0000 (04:44 +0000)]
web commit by joey
www-data [Fri, 5 May 2006 04:43:41 +0000 (04:43 +0000)]
web commit by joey
www-data [Fri, 5 May 2006 04:41:31 +0000 (04:41 +0000)]
web commit by joey
joey [Fri, 5 May 2006 04:33:58 +0000 (04:33 +0000)]
let's actually work, shall we?
joey [Fri, 5 May 2006 04:15:47 +0000 (04:15 +0000)]
haiku plugin
joey [Fri, 5 May 2006 03:05:46 +0000 (03:05 +0000)]
add
joey [Thu, 4 May 2006 18:51:26 +0000 (18:51 +0000)]
dirname, basename, bestlink, linkify, pagetitle, titlepage.
* Allow links of the form [[some page|page]], with whitespace in the link
text.
www-data [Thu, 4 May 2006 16:13:01 +0000 (16:13 +0000)]
web commit by ThomasSchwinge: yet another test
www-data [Thu, 4 May 2006 15:13:51 +0000 (15:13 +0000)]
web commit by joey
joey [Thu, 4 May 2006 15:05:31 +0000 (15:05 +0000)]
use a multi word link in example, as this is a bit confusing
joey [Thu, 4 May 2006 15:02:51 +0000 (15:02 +0000)]
remove test page; it was in TODO before removal
www-data [Thu, 4 May 2006 15:01:33 +0000 (15:01 +0000)]
web commit by joey
www-data [Thu, 4 May 2006 15:00:50 +0000 (15:00 +0000)]
web commit by joey
joey [Thu, 4 May 2006 14:59:30 +0000 (14:59 +0000)]
link updates
www-data [Thu, 4 May 2006 14:53:17 +0000 (14:53 +0000)]
web commit by joey
joey [Thu, 4 May 2006 14:50:53 +0000 (14:50 +0000)]
update
www-data [Thu, 4 May 2006 12:18:48 +0000 (12:18 +0000)]
web commit by AlexHudson
www-data [Thu, 4 May 2006 11:03:52 +0000 (11:03 +0000)]
web commit by ThomasSchwinge
www-data [Thu, 4 May 2006 10:55:02 +0000 (10:55 +0000)]
web commit by ThomasSchwinge
www-data [Thu, 4 May 2006 10:48:19 +0000 (10:48 +0000)]
web commit by ThomasSchwinge
www-data [Thu, 4 May 2006 10:45:21 +0000 (10:45 +0000)]
web commit by ThomasSchwinge
www-data [Thu, 4 May 2006 10:42:58 +0000 (10:42 +0000)]
web commit by ThomasSchwinge: Initial version.
www-data [Thu, 4 May 2006 10:35:39 +0000 (10:35 +0000)]
web commit by ThomasSchwinge: Fix the last commit.
www-data [Thu, 4 May 2006 10:31:51 +0000 (10:31 +0000)]
web commit by ThomasSchwinge: Different sorts of links
joey [Thu, 4 May 2006 06:31:24 +0000 (06:31 +0000)]
bugnum
www-data [Thu, 4 May 2006 05:42:35 +0000 (05:42 +0000)]
web commit by joey
www-data [Thu, 4 May 2006 05:41:41 +0000 (05:41 +0000)]
web commit by joey
www-data [Thu, 4 May 2006 05:40:46 +0000 (05:40 +0000)]
web commit by joey
www-data [Thu, 4 May 2006 05:39:28 +0000 (05:39 +0000)]
web commit by joey
www-data [Thu, 4 May 2006 05:04:59 +0000 (05:04 +0000)]
web commit by joey