joey [Wed, 5 Jul 2006 17:40:07 +0000 (17:40 +0000)]
* Patch from Faidon to use svn --limit when possible for recentchanges,
speeds up recentchanges a lot for wikis with more history.
joey [Wed, 5 Jul 2006 00:34:30 +0000 (00:34 +0000)]
fix
joey [Wed, 5 Jul 2006 00:31:33 +0000 (00:31 +0000)]
meta done a while ago
joey [Tue, 4 Jul 2006 20:04:33 +0000 (20:04 +0000)]
* Improve display of parentlinks and page title of toplevel index page.
www-data [Tue, 4 Jul 2006 16:51:42 +0000 (16:51 +0000)]
web commit by joey
joey [Tue, 4 Jul 2006 16:48:25 +0000 (16:48 +0000)]
add news item for ikiwiki 1.8
joey [Tue, 4 Jul 2006 16:47:28 +0000 (16:47 +0000)]
releasing version 1.8
joey [Tue, 4 Jul 2006 16:34:27 +0000 (16:34 +0000)]
* Memoize abs2rel, which is still kinda slow, for another 30% speedup
in time to build the doc wiki.
joey [Tue, 4 Jul 2006 16:19:29 +0000 (16:19 +0000)]
remove most of the black lines
joey [Tue, 4 Jul 2006 16:18:18 +0000 (16:18 +0000)]
* Encode & in diffurl in examples, to conform to pedantic rules.
* Speed up RecentChanges by another 40% or so with some memoization.
joey [Tue, 4 Jul 2006 07:25:56 +0000 (07:25 +0000)]
fix
joey [Tue, 4 Jul 2006 07:21:51 +0000 (07:21 +0000)]
add a commit type column
joey [Tue, 4 Jul 2006 06:07:32 +0000 (06:07 +0000)]
* Make RecentChanges use a table and some CSS, should be much more readable.
No code changes involved.
* Encode & in diffurl in examples, to conform to pedantic rules.
joey [Tue, 4 Jul 2006 04:43:33 +0000 (04:43 +0000)]
<paravoid> cosmetic and minor, but it makes the output far more readable,
imho
joey [Tue, 4 Jul 2006 03:59:37 +0000 (03:59 +0000)]
update
joey [Tue, 4 Jul 2006 03:42:19 +0000 (03:42 +0000)]
* Work around very innefficient behavior in File::Spec::abs2rel. Result
is a savings of 2 pointless fork/execs per link calculation, which
results in ~25% speedup of ikiwiki building its own doc wiki, and
about 35% speedup displaying RecentChanges!
joey [Tue, 4 Jul 2006 01:29:45 +0000 (01:29 +0000)]
remove leading dot from default_pageext
fix preview to not assume it's the default page type, and instead get the
type from the page
joey [Tue, 4 Jul 2006 01:02:04 +0000 (01:02 +0000)]
* Don't sent pings if the wiki is being rebuilt.
joey [Tue, 4 Jul 2006 00:31:03 +0000 (00:31 +0000)]
re-improve regexp
joey [Tue, 4 Jul 2006 00:28:59 +0000 (00:28 +0000)]
* Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuild
will be automatically done on all upgrades.
joey [Tue, 4 Jul 2006 00:21:48 +0000 (00:21 +0000)]
sanitise them, like any other page type.
* Rebuilding wrappers is necessary on upgrade to this version.
joey [Tue, 4 Jul 2006 00:03:36 +0000 (00:03 +0000)]
update
joey [Mon, 3 Jul 2006 23:59:34 +0000 (23:59 +0000)]
improve regexp
joey [Mon, 3 Jul 2006 22:52:00 +0000 (22:52 +0000)]
foo
joey [Mon, 3 Jul 2006 22:49:24 +0000 (22:49 +0000)]
word wrap
joey [Mon, 3 Jul 2006 22:42:11 +0000 (22:42 +0000)]
add htmlise
joey [Mon, 3 Jul 2006 22:39:27 +0000 (22:39 +0000)]
fix
joey [Mon, 3 Jul 2006 22:37:32 +0000 (22:37 +0000)]
fix
joey [Mon, 3 Jul 2006 22:35:30 +0000 (22:35 +0000)]
misc updated
joey [Mon, 3 Jul 2006 22:31:20 +0000 (22:31 +0000)]
* Add a html plugin, which can be used to write wikis in raw html,
if you'd ever want to do such a thing. Slightly tricky, since ikiwiki
defaults to not processing .html files, since w/o this plugin they would
be copied unsanitised. With this plugin, it will process, and html
sanitise, them like any other page type.
joey [Mon, 3 Jul 2006 22:14:52 +0000 (22:14 +0000)]
use "use open" pragma to avoid manually needing to specify utf8 everywhere
and also to set default stdio mode
change filetype to return undef, not "unknown"
joey [Mon, 3 Jul 2006 22:08:04 +0000 (22:08 +0000)]
* Support htmlize plugins and make mdwn one such plugin, which is enabled by
default (of course!). Based on a patch by Faidon Liambotis.
joey [Mon, 3 Jul 2006 21:29:56 +0000 (21:29 +0000)]
* Introduce add_plugins and disable_plugins config options in setup files.
This allows adding or removing plugins w/o overriding the whole list of
default plugins, which makes it easier to upgrade when new default plugins
are added.
joey [Mon, 3 Jul 2006 20:18:16 +0000 (20:18 +0000)]
Encode is used in nearly all code paths so stop loading it on demand
joey [Mon, 3 Jul 2006 20:12:27 +0000 (20:12 +0000)]
* Support pages with utf8 filenames. Patch by Faidon Liambotis.
www-data [Mon, 3 Jul 2006 17:40:28 +0000 (17:40 +0000)]
web commit by KellyClowers
joey [Mon, 3 Jul 2006 16:43:30 +0000 (16:43 +0000)]
fix path to git hook script
joey [Sun, 2 Jul 2006 19:52:46 +0000 (19:52 +0000)]
updates
joey [Sun, 2 Jul 2006 19:47:22 +0000 (19:47 +0000)]
modify to actually work
joey [Sun, 2 Jul 2006 19:46:57 +0000 (19:46 +0000)]
ugh, this is a tricky one..
joey [Sun, 2 Jul 2006 19:44:42 +0000 (19:44 +0000)]
remove the blog_list sub, only used one place and simplifies code to do
away with it
joey [Sun, 2 Jul 2006 19:08:46 +0000 (19:08 +0000)]
bug
joey [Sun, 2 Jul 2006 19:06:08 +0000 (19:06 +0000)]
* Centralised all calls to HTML::Template and force all the templates
to be read as utf8.
www-data [Sun, 2 Jul 2006 19:04:43 +0000 (19:04 +0000)]
web commit by joey: revert
www-data [Sun, 2 Jul 2006 19:03:57 +0000 (19:03 +0000)]
web commit by joey
joey [Sun, 2 Jul 2006 18:16:44 +0000 (18:16 +0000)]
new approach for forcing utf8 -- use a HTML::Template filter
www-data [Sun, 2 Jul 2006 18:06:39 +0000 (18:06 +0000)]
web commit by joey
www-data [Sun, 2 Jul 2006 18:05:57 +0000 (18:05 +0000)]
web commit by joey
joey [Sun, 2 Jul 2006 17:46:23 +0000 (17:46 +0000)]
perl bugnum and refix
joey [Sun, 2 Jul 2006 17:44:43 +0000 (17:44 +0000)]
so make sure to let perl know it should be handled as utf8. Also,
* Improve layout of edit page so formatting help link is always visible w/o
getting in the way of the preview.
www-data [Sun, 2 Jul 2006 17:05:19 +0000 (17:05 +0000)]
web commit by ThomasSchwinge: HelpOnFormatting link disappears.
www-data [Sun, 2 Jul 2006 16:50:13 +0000 (16:50 +0000)]
web commit by ThomasSchwinge: Typo fixes.
joey [Sun, 2 Jul 2006 04:02:08 +0000 (04:02 +0000)]
* POSIX::strftime doesn't know about encodings and doesn't return a utf8
flagged string even if the locale causes it to generate utf8 output,
so make sure to let perl know it should be handled as utf8. Also,
the optimised version used for standard time formats won't work if the
user has changed locale, so drop it. Thanks, Faidon Liambotis.
* Fix re-encoding of the comments field to utf8 if a commit fails
due to a conflict. Thanks, Faidon Liambotis.
* Let svn know that commits have utf8 commit messages. Thanks, Faidon
Liambotis.
* Add insane double encode/decode to utf8 around call to markdown.
This works around a truely strange bug, which is apparently a bug in
perl, which I lack space to describe here (see t/crazy-badass-perl-bug.t)
joey [Sun, 2 Jul 2006 03:54:12 +0000 (03:54 +0000)]
FUCK UTF8 fuck fuck fuck!!!
(and perl)
www-data [Sun, 2 Jul 2006 02:22:22 +0000 (02:22 +0000)]
web commit by joey
joey [Sun, 2 Jul 2006 02:18:31 +0000 (02:18 +0000)]
* Parse svn log as xml for improved utf8 and security. Note that this makes
ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.
joey [Sun, 2 Jul 2006 00:32:12 +0000 (00:32 +0000)]
* Honor LC_CTIME when formatting a time for display. Thanks, Faidon
Liambotis.
www-data [Sat, 1 Jul 2006 11:29:00 +0000 (11:29 +0000)]
web commit by AlesandroDottiContra
www-data [Sat, 1 Jul 2006 11:28:21 +0000 (11:28 +0000)]
web commit by AlesandroDottiContra
joey [Tue, 27 Jun 2006 01:14:46 +0000 (01:14 +0000)]
don't die fatally here
joey [Tue, 27 Jun 2006 01:13:03 +0000 (01:13 +0000)]
* Support pinging services such as Technorati using XML-RPC to notify them
about changes to rss feeds.
joey [Tue, 27 Jun 2006 00:31:41 +0000 (00:31 +0000)]
typo
joey [Mon, 26 Jun 2006 21:59:17 +0000 (21:59 +0000)]
improve minor
www-data [Sun, 25 Jun 2006 08:09:51 +0000 (08:09 +0000)]
web commit by ColasNahaboo: test of 3rd blockquote level
joey [Sun, 25 Jun 2006 07:21:53 +0000 (07:21 +0000)]
* Fix orphans plugin to not count a link to a nonexistant page as a reason
for a page not being an orphan.
joey [Fri, 23 Jun 2006 00:54:05 +0000 (00:54 +0000)]
add
joey [Fri, 23 Jun 2006 00:51:19 +0000 (00:51 +0000)]
make the bugs page work like the todo page
www-data [Thu, 22 Jun 2006 23:36:52 +0000 (23:36 +0000)]
web commit by joey
joey [Wed, 21 Jun 2006 05:28:52 +0000 (05:28 +0000)]
update
joey [Mon, 19 Jun 2006 03:36:59 +0000 (03:36 +0000)]
add news item for ikiwiki 1.7
joey [Mon, 19 Jun 2006 03:36:37 +0000 (03:36 +0000)]
releasing version 1.7
joey [Mon, 19 Jun 2006 03:33:23 +0000 (03:33 +0000)]
* Patch from Recai to fix git recentchanges code to work with git 1.4 which
changed some output.
* Copyright update.
joey [Mon, 19 Jun 2006 03:30:34 +0000 (03:30 +0000)]
simplify
joey [Sun, 18 Jun 2006 23:40:17 +0000 (23:40 +0000)]
* Updated logo from Recai with some kerning and alingment tuning.
joey [Sun, 18 Jun 2006 23:27:47 +0000 (23:27 +0000)]
add news item for ikiwiki 1.6
joey [Sun, 18 Jun 2006 23:27:25 +0000 (23:27 +0000)]
releasing version 1.6
www-data [Sun, 18 Jun 2006 21:26:13 +0000 (21:26 +0000)]
web commit by joey
joey [Sun, 18 Jun 2006 21:21:06 +0000 (21:21 +0000)]
update
joey [Sun, 18 Jun 2006 21:20:49 +0000 (21:20 +0000)]
update
joey [Sun, 18 Jun 2006 21:20:04 +0000 (21:20 +0000)]
update
joey [Sun, 18 Jun 2006 21:19:00 +0000 (21:19 +0000)]
* New SVG logo from Recai.
www-data [Sat, 17 Jun 2006 22:18:50 +0000 (22:18 +0000)]
web commit by ChristofferSawicki
joey [Sat, 17 Jun 2006 03:02:28 +0000 (03:02 +0000)]
document utf8
joey [Sat, 17 Jun 2006 02:54:53 +0000 (02:54 +0000)]
note on perl warnings
www-data [Sat, 17 Jun 2006 02:16:51 +0000 (02:16 +0000)]
web commit by RecaiOktas: test utf8
joey [Sat, 17 Jun 2006 02:15:00 +0000 (02:15 +0000)]
- Add 'use encoding "utf8"' to CGI.pm to avoid warnings about wide
character in print.
joey [Sat, 17 Jun 2006 01:44:19 +0000 (01:44 +0000)]
* More utf-8 fixes from Recai, partly to things I broke above:
- The serious problem is that writefile() saves the content in undecoded
format in CGI, hence all (non-ascii) chars are corrupted permanently.
- Comment field in edit page is not decoded and all the non-ascii chars in
this field are corrupted as the result. We should decode it as we do it
for the content.
joey [Fri, 16 Jun 2006 04:56:25 +0000 (04:56 +0000)]
add a testcase for the weird markdown utf-8 crasher to make sure that
ikiwiki continues to work around it
joey [Fri, 16 Jun 2006 04:42:06 +0000 (04:42 +0000)]
* Put back the encode_utf8 in the input to markdown; it's really not utf-8
safe.
joey [Thu, 15 Jun 2006 06:37:33 +0000 (06:37 +0000)]
* -CSD does not affect modules, so readfile() was not using the utf-8 input
layer, which led to lots of problems; make it force read files as utf-8.
Closes: #373203
* writefile() likewise needs to use the utf8 output layer.
* Remove the -CSD from ikiwiki's hashbang since it's useless to have it
there.
* Revert some of the decode_utf8 changes in CGI.pm that seem unnecessary
given the readfile fix.
* Add utf-8 testcases for readfile and htmlize.
joey [Thu, 15 Jun 2006 03:44:27 +0000 (03:44 +0000)]
* YA utf-8 patch from Recai, this time to fix previewing a page so that
the text in the input box is re-encoded back to utf-8.
www-data [Mon, 12 Jun 2006 00:16:08 +0000 (00:16 +0000)]
web commit by joey
joey [Mon, 12 Jun 2006 00:14:49 +0000 (00:14 +0000)]
add news item for ikiwiki 1.5
joey [Mon, 12 Jun 2006 00:13:43 +0000 (00:13 +0000)]
releasing version 1.5
joey [Mon, 12 Jun 2006 00:03:40 +0000 (00:03 +0000)]
add perl to build deps
joey [Mon, 12 Jun 2006 00:00:26 +0000 (00:00 +0000)]
removing some test pages
joey [Sun, 11 Jun 2006 22:56:07 +0000 (22:56 +0000)]
fix setup for git; git requires the repo not be empty before it's checked
out
www-data [Sun, 11 Jun 2006 19:16:01 +0000 (19:16 +0000)]
web commit by joey
www-data [Sun, 11 Jun 2006 19:13:52 +0000 (19:13 +0000)]
web commit by joey
joey [Sun, 11 Jun 2006 19:08:11 +0000 (19:08 +0000)]
add