joey [Thu, 30 Mar 2006 20:15:14 +0000 (20:15 +0000)]
arrange for new releases to get news prepared for them via my wikiannounce
script
joey [Thu, 30 Mar 2006 18:36:07 +0000 (18:36 +0000)]
update
www-data [Thu, 30 Mar 2006 12:31:28 +0000 (12:31 +0000)]
web commit by JeroenSchot: moved to done.
www-data [Thu, 30 Mar 2006 12:27:52 +0000 (12:27 +0000)]
web commit by JeroenSchot
joey [Thu, 30 Mar 2006 00:17:28 +0000 (00:17 +0000)]
improved logic
joey [Wed, 29 Mar 2006 23:05:52 +0000 (23:05 +0000)]
don't clear h1 padding
www-data [Wed, 29 Mar 2006 22:38:54 +0000 (22:38 +0000)]
web commit by joey
www-data [Wed, 29 Mar 2006 22:38:30 +0000 (22:38 +0000)]
web commit by joey
joey [Wed, 29 Mar 2006 22:36:23 +0000 (22:36 +0000)]
fixes
joey [Wed, 29 Mar 2006 22:21:23 +0000 (22:21 +0000)]
added --hyperestraier switch, which turns on search support
(ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..)
www-data [Wed, 29 Mar 2006 19:08:49 +0000 (19:08 +0000)]
web commit by JeroenSchot: idea about markdown enclosing.
www-data [Wed, 29 Mar 2006 18:52:09 +0000 (18:52 +0000)]
web commit by joey
joey [Wed, 29 Mar 2006 18:50:36 +0000 (18:50 +0000)]
improve fix for symlink attacks to check subdirectories for symlinks too
before writing
joey [Wed, 29 Mar 2006 18:35:04 +0000 (18:35 +0000)]
fix for replacing from underlay
joey [Wed, 29 Mar 2006 18:34:25 +0000 (18:34 +0000)]
rm
www-data [Wed, 29 Mar 2006 18:33:59 +0000 (18:33 +0000)]
web commit by joey: test edit, replacing a file from underlay
joey [Wed, 29 Mar 2006 18:21:01 +0000 (18:21 +0000)]
Implemented --underlaydir, and moved files provided by underlay out of doc
so I don't need to maintain two copies anymore.
You might also want to remove the files provided in the basewiki underlay
from your wiki, if you have not created custom local versions of them, so
that these pages will be automatically updated in future ikiwiki upgrades.
joey [Wed, 29 Mar 2006 18:19:13 +0000 (18:19 +0000)]
updates from src
www-data [Wed, 29 Mar 2006 14:57:38 +0000 (14:57 +0000)]
web commit by joey
www-data [Wed, 29 Mar 2006 14:52:44 +0000 (14:52 +0000)]
web commit by joey
joey [Wed, 29 Mar 2006 07:32:56 +0000 (07:32 +0000)]
minor
joey [Wed, 29 Mar 2006 07:31:13 +0000 (07:31 +0000)]
minor improvements
www-data [Wed, 29 Mar 2006 07:26:56 +0000 (07:26 +0000)]
web commit by joey
joey [Wed, 29 Mar 2006 07:24:03 +0000 (07:24 +0000)]
css support
joey [Wed, 29 Mar 2006 07:21:16 +0000 (07:21 +0000)]
better button
joey [Wed, 29 Mar 2006 07:13:36 +0000 (07:13 +0000)]
add rss button
joey [Wed, 29 Mar 2006 06:58:53 +0000 (06:58 +0000)]
fix
joey [Wed, 29 Mar 2006 06:58:22 +0000 (06:58 +0000)]
fix
joey [Wed, 29 Mar 2006 06:57:41 +0000 (06:57 +0000)]
fix
joey [Wed, 29 Mar 2006 06:50:56 +0000 (06:50 +0000)]
fix
joey [Wed, 29 Mar 2006 06:50:21 +0000 (06:50 +0000)]
fix
joey [Wed, 29 Mar 2006 06:48:18 +0000 (06:48 +0000)]
add things needed by formbuilder
joey [Wed, 29 Mar 2006 06:35:12 +0000 (06:35 +0000)]
add
www-data [Wed, 29 Mar 2006 03:49:03 +0000 (03:49 +0000)]
web commit by joey
www-data [Wed, 29 Mar 2006 03:43:35 +0000 (03:43 +0000)]
web commit by joey
www-data [Wed, 29 Mar 2006 03:32:57 +0000 (03:32 +0000)]
web commit by joey
joey [Wed, 29 Mar 2006 03:31:59 +0000 (03:31 +0000)]
don't escape . in titlepage conversion
joey [Wed, 29 Mar 2006 03:30:28 +0000 (03:30 +0000)]
missing <p>
www-data [Wed, 29 Mar 2006 03:30:26 +0000 (03:30 +0000)]
web commit by joey
www-data [Wed, 29 Mar 2006 03:29:23 +0000 (03:29 +0000)]
web commit by joey
joey [Wed, 29 Mar 2006 03:18:21 +0000 (03:18 +0000)]
html validation fixes:
- escape & in urls (also clean up cgi url generation)
- since markdown wraps inlined pages in <p></p>, close and re-open
the paragraph tags when generating the embedded html
- added XHTML 1.0 doctypes to templates
- fixed <hr /> and <br /> in templates
- add an alt attribute to inline images, based on the WikiLink to the
image. Allows things like [[my_image|img.png]] to customise alt text.
www-data [Wed, 29 Mar 2006 02:34:04 +0000 (02:34 +0000)]
web commit by joey
joey [Wed, 29 Mar 2006 02:26:29 +0000 (02:26 +0000)]
removing test pages
www-data [Wed, 29 Mar 2006 02:22:30 +0000 (02:22 +0000)]
web commit by joey
www-data [Wed, 29 Mar 2006 02:21:29 +0000 (02:21 +0000)]
web commit by joey
joey [Wed, 29 Mar 2006 02:14:55 +0000 (02:14 +0000)]
Improved handling of wikilinks containing characters that are not allowed
in filenames. Now converts to valid filenames automatically.
Note, need to --refresh your wiki after updating to this version, if you
use any pages with __nn__ in their names.
www-data [Wed, 29 Mar 2006 02:07:09 +0000 (02:07 +0000)]
web commit by joey
www-data [Wed, 29 Mar 2006 01:52:26 +0000 (01:52 +0000)]
web commit by joey
joey [Wed, 29 Mar 2006 00:21:57 +0000 (00:21 +0000)]
Change the name of the session cookie. This will avoid problems with
multiple wikis on the same host.
www-data [Tue, 28 Mar 2006 23:38:00 +0000 (23:38 +0000)]
web commit by joey
joey [Tue, 28 Mar 2006 23:31:53 +0000 (23:31 +0000)]
support [[linktext|pagename]] links
joey [Tue, 28 Mar 2006 23:06:28 +0000 (23:06 +0000)]
There was a bug that [[inline archive="yes]] created an RSS link, but no feed.
Fixed in the easiest way by creating an RSS feed for archive pages (it will
include only a limited number of items, not everything).
Alternative fix would be to track separately which pages are archives and
which not, and only create feeds for non-archives.
joey [Tue, 28 Mar 2006 22:56:56 +0000 (22:56 +0000)]
Put in a quick fix for a bug involving page preview while creating a page
that caused the page location to be changed to a subdir. This is not a very
good fix.
joey [Tue, 28 Mar 2006 20:44:08 +0000 (20:44 +0000)]
case insensative image filenames
www-data [Tue, 28 Mar 2006 19:15:41 +0000 (19:15 +0000)]
web commit by JeroenSchot: summarize current html problems.
www-data [Tue, 28 Mar 2006 16:33:12 +0000 (16:33 +0000)]
web commit by KyleMacLea
www-data [Tue, 28 Mar 2006 15:17:16 +0000 (15:17 +0000)]
web commit by JeroenSchot: escape [[]]'s.
www-data [Tue, 28 Mar 2006 15:16:14 +0000 (15:16 +0000)]
web commit by JeroenSchot: rss bug added.
www-data [Mon, 27 Mar 2006 21:17:16 +0000 (21:17 +0000)]
web commit by JamesAntill: Relative links
www-data [Sun, 26 Mar 2006 05:39:05 +0000 (05:39 +0000)]
web commit by joey
www-data [Sun, 26 Mar 2006 05:38:23 +0000 (05:38 +0000)]
web commit by joey
www-data [Sun, 26 Mar 2006 05:35:19 +0000 (05:35 +0000)]
web commit by joey
www-data [Sun, 26 Mar 2006 05:33:34 +0000 (05:33 +0000)]
web commit by joey
www-data [Sun, 26 Mar 2006 05:32:54 +0000 (05:32 +0000)]
web commit by joey
www-data [Sun, 26 Mar 2006 05:32:30 +0000 (05:32 +0000)]
web commit by joey
www-data [Sun, 26 Mar 2006 05:31:24 +0000 (05:31 +0000)]
web commit by joey
www-data [Sun, 26 Mar 2006 05:26:13 +0000 (05:26 +0000)]
web commit by joey
www-data [Sun, 26 Mar 2006 05:25:12 +0000 (05:25 +0000)]
web commit by joey
joey [Sun, 26 Mar 2006 05:24:03 +0000 (05:24 +0000)]
split up options by type
joey [Sun, 26 Mar 2006 05:08:41 +0000 (05:08 +0000)]
add --refresh and make it with with --setup
joey [Sun, 26 Mar 2006 04:32:41 +0000 (04:32 +0000)]
don't keep the wiki locked while rendering recentchanges
joey [Sun, 26 Mar 2006 03:33:49 +0000 (03:33 +0000)]
fix rss url in nested pages
www-data [Sun, 26 Mar 2006 03:18:04 +0000 (03:18 +0000)]
web commit by joey
joey [Sun, 26 Mar 2006 02:49:34 +0000 (02:49 +0000)]
don't escape "/" in title when making a blog entry, allow creating a subdir
joey [Sun, 26 Mar 2006 02:30:44 +0000 (02:30 +0000)]
added --getctime
joey [Sat, 25 Mar 2006 22:33:50 +0000 (22:33 +0000)]
add
www-data [Sat, 25 Mar 2006 18:16:53 +0000 (18:16 +0000)]
web commit by joey
www-data [Sat, 25 Mar 2006 18:16:37 +0000 (18:16 +0000)]
web commit by joey
joey [Sat, 25 Mar 2006 18:15:45 +0000 (18:15 +0000)]
typo
joey [Sat, 25 Mar 2006 18:15:10 +0000 (18:15 +0000)]
add
joey [Sat, 25 Mar 2006 18:14:27 +0000 (18:14 +0000)]
add logo
www-data [Sat, 25 Mar 2006 18:08:47 +0000 (18:08 +0000)]
web commit by joey
www-data [Sat, 25 Mar 2006 18:08:10 +0000 (18:08 +0000)]
web commit by joey
joey [Sat, 25 Mar 2006 18:07:43 +0000 (18:07 +0000)]
add logo, contributed by Jeroen Schot
www-data [Fri, 24 Mar 2006 23:22:27 +0000 (23:22 +0000)]
web commit by JeroenSchot: typo.
www-data [Fri, 24 Mar 2006 23:18:37 +0000 (23:18 +0000)]
web commit by JeroenSchot: update.
www-data [Fri, 24 Mar 2006 23:15:40 +0000 (23:15 +0000)]
web commit by JeroenSchot: removed silly <hr/>.
www-data [Fri, 24 Mar 2006 21:43:16 +0000 (21:43 +0000)]
web commit by joey
www-data [Fri, 24 Mar 2006 21:42:33 +0000 (21:42 +0000)]
web commit by joey
joey [Fri, 24 Mar 2006 21:41:53 +0000 (21:41 +0000)]
no need to use h2's here
joey [Fri, 24 Mar 2006 21:36:37 +0000 (21:36 +0000)]
implemented upgradehooksh
www-data [Fri, 24 Mar 2006 21:35:53 +0000 (21:35 +0000)]
web commit by joey
www-data [Fri, 24 Mar 2006 20:53:54 +0000 (20:53 +0000)]
web commit by joey
www-data [Fri, 24 Mar 2006 20:50:08 +0000 (20:50 +0000)]
web commit by joey
www-data [Fri, 24 Mar 2006 11:05:58 +0000 (11:05 +0000)]
web commit by JeroenSchot: added myself as an ikiwiki-user :)
www-data [Fri, 24 Mar 2006 10:52:53 +0000 (10:52 +0000)]
web commit by PerOlofsson: typo
www-data [Fri, 24 Mar 2006 10:52:04 +0000 (10:52 +0000)]
web commit by PerOlofsson
www-data [Fri, 24 Mar 2006 07:24:23 +0000 (07:24 +0000)]
web commit by joey
www-data [Fri, 24 Mar 2006 07:17:39 +0000 (07:17 +0000)]
web commit by joey
joey [Fri, 24 Mar 2006 06:01:26 +0000 (06:01 +0000)]
foo