www-data [Mon, 24 Apr 2006 23:48:05 +0000 (23:48 +0000)]
web commit by joey
www-data [Mon, 24 Apr 2006 23:40:14 +0000 (23:40 +0000)]
web commit by joey
www-data [Mon, 24 Apr 2006 23:34:00 +0000 (23:34 +0000)]
web commit by joey
www-data [Mon, 24 Apr 2006 23:26:45 +0000 (23:26 +0000)]
web commit by joey
joey [Mon, 24 Apr 2006 23:20:10 +0000 (23:20 +0000)]
update
joey [Mon, 24 Apr 2006 23:09:26 +0000 (23:09 +0000)]
commit changes for email subscriptions
joey [Mon, 24 Apr 2006 23:05:17 +0000 (23:05 +0000)]
update
joey [Mon, 24 Apr 2006 23:03:40 +0000 (23:03 +0000)]
update
joey [Fri, 21 Apr 2006 21:40:45 +0000 (21:40 +0000)]
patch fron Branden to install the man page in Makefile.PL
joey [Fri, 21 Apr 2006 16:39:59 +0000 (16:39 +0000)]
fix comment
joey [Thu, 20 Apr 2006 18:33:29 +0000 (18:33 +0000)]
version formbuilder dep
joey [Thu, 20 Apr 2006 13:34:11 +0000 (13:34 +0000)]
fix broken example config file and detect this breakage
www-data [Mon, 17 Apr 2006 22:07:28 +0000 (22:07 +0000)]
web commit by ThomasSchwinge: I like it.
www-data [Mon, 17 Apr 2006 22:06:51 +0000 (22:06 +0000)]
web commit by ThomasSchwinge: Commenting...
www-data [Mon, 17 Apr 2006 22:05:54 +0000 (22:05 +0000)]
web commit by ThomasSchwinge
www-data [Mon, 17 Apr 2006 21:59:45 +0000 (21:59 +0000)]
web commit by ThomasSchwinge
joey [Fri, 14 Apr 2006 18:10:18 +0000 (18:10 +0000)]
fix --anonok
joey [Mon, 10 Apr 2006 05:33:41 +0000 (05:33 +0000)]
bug
www-data [Mon, 10 Apr 2006 05:27:56 +0000 (05:27 +0000)]
web commit by joey
joey [Mon, 10 Apr 2006 05:22:35 +0000 (05:22 +0000)]
add basic borders around blog posts
not sure I'm 100% happy with this look, but it's better than naught
joey [Fri, 7 Apr 2006 23:59:30 +0000 (23:59 +0000)]
typo
www-data [Thu, 6 Apr 2006 18:59:55 +0000 (18:59 +0000)]
web commit by kcr
joey [Tue, 4 Apr 2006 21:11:11 +0000 (21:11 +0000)]
moving away from regenning wiki on every upgrade, added a variable to
control when to do it
joey [Tue, 4 Apr 2006 21:04:45 +0000 (21:04 +0000)]
renamed
www-data [Tue, 4 Apr 2006 21:04:40 +0000 (21:04 +0000)]
web commit by joey: remove no longer relevant note (underlaid now)
joey [Tue, 4 Apr 2006 20:57:46 +0000 (20:57 +0000)]
Convert postprocessordirectives into preprocessordirectives, so they are
expanded before markdown. Consequences:
- No need to worry about markdown messing with parameters of
preprocessordirectives. (If you had to escape stuff in one before, you'll
need to undo that escaping now.)
- No need for ugly </p> hacks before inlined subpages. Instead, subpages
are wrapped in a <div>, and this prevents markdown from touching them.
(This can also be used to add style to subpages.)
- rss generation is less of a hack.
joey [Tue, 4 Apr 2006 19:59:00 +0000 (19:59 +0000)]
markdown's overzelous _ and * expansion inside words can't really be fixed
outside of markdown
joey [Tue, 4 Apr 2006 19:34:50 +0000 (19:34 +0000)]
proper binmode settings so that with -CSD, ikiwiki will support unicode
however, due to robustness, that's not enabled by default yet
joey [Tue, 4 Apr 2006 18:45:29 +0000 (18:45 +0000)]
use [:alnum:]
joey [Tue, 4 Apr 2006 18:43:26 +0000 (18:43 +0000)]
Verified that the action parameter on cgi forms is needed for at least the
prefs form. Use $config{cgiurl}.
www-data [Tue, 4 Apr 2006 18:36:41 +0000 (18:36 +0000)]
web commit by joey: remove dup
joey [Tue, 4 Apr 2006 18:34:04 +0000 (18:34 +0000)]
fix package name
www-data [Mon, 3 Apr 2006 23:34:19 +0000 (23:34 +0000)]
web commit by iain
www-data [Mon, 3 Apr 2006 16:48:42 +0000 (16:48 +0000)]
web commit by UlrikSverdrup: using ikiwikI! concept fits me .. easy page creation, markdown etc.
www-data [Mon, 3 Apr 2006 15:39:15 +0000 (15:39 +0000)]
web commit by WillThompson: Safety of arbitrary regexen
joey [Mon, 3 Apr 2006 00:01:42 +0000 (00:01 +0000)]
add dep on libtimedate-perl for str2time
joey [Mon, 3 Apr 2006 00:00:16 +0000 (00:00 +0000)]
fix mode quoting and fix commenting out of wrapper block
www-data [Sun, 2 Apr 2006 22:59:31 +0000 (22:59 +0000)]
web commit by DavidSchmitt
joey [Sun, 2 Apr 2006 22:28:08 +0000 (22:28 +0000)]
comment out action => $q->request_uri setting, which is reporedly
unnecessary and doesn't work with old CGI.pm's (it's an undocumented
variable)
joey [Sun, 2 Apr 2006 22:24:08 +0000 (22:24 +0000)]
- add <base> to cgi output, this is especially useful for output containing
wikilinks since the urls should work now in more situations
- drop --limit from svn log run, since a) it needs a fairly new svn and
b) in some cases, it would limit it to too few entries to display the
requested number of changes
- Use driver:DB_File and not driver:db_file for better compatability with
old versions of CGI::Session.
- Note that HTML::Template 3.02.02 is needed.
www-data [Sat, 1 Apr 2006 17:53:47 +0000 (17:53 +0000)]
web commit by DavidSchmitt
www-data [Fri, 31 Mar 2006 19:49:11 +0000 (19:49 +0000)]
web commit by joey
www-data [Fri, 31 Mar 2006 19:48:35 +0000 (19:48 +0000)]
web commit by joey
www-data [Thu, 30 Mar 2006 22:19:06 +0000 (22:19 +0000)]
web commit by JeroenSchot
joey [Thu, 30 Mar 2006 20:15:42 +0000 (20:15 +0000)]
sigh, markdown..
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.