joey
66ce94c464
add htmlise
2006-07-03 22:42:11 +00:00
joey
c1160151d3
fix
2006-07-03 22:39:27 +00:00
joey
d7dc7f699b
fix
2006-07-03 22:37:32 +00:00
joey
08890fdd7f
misc updated
2006-07-03 22:35:30 +00:00
joey
8d4c474f3b
* 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.
2006-07-03 22:31:20 +00:00
joey
af029154d6
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"
2006-07-03 22:14:52 +00:00
joey
6551c1e560
* Support htmlize plugins and make mdwn one such plugin, which is enabled by
...
default (of course!). Based on a patch by Faidon Liambotis.
2006-07-03 22:08:04 +00:00
joey
7ea8df24b3
* 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.
2006-07-03 21:29:56 +00:00
joey
929b9de9c2
Encode is used in nearly all code paths so stop loading it on demand
2006-07-03 20:18:16 +00:00
joey
fa9517e5bb
* Support pages with utf8 filenames. Patch by Faidon Liambotis.
2006-07-03 20:12:27 +00:00
www-data
117e71ec9b
web commit by KellyClowers
2006-07-03 17:40:28 +00:00
joey
1f6f598a2a
fix path to git hook script
2006-07-03 16:43:30 +00:00
joey
fe5689ec16
updates
2006-07-02 19:52:46 +00:00
joey
628e2ad5e0
modify to actually work
2006-07-02 19:47:22 +00:00
joey
24a4bf8977
ugh, this is a tricky one..
2006-07-02 19:46:57 +00:00
joey
e71ca35ac6
remove the blog_list sub, only used one place and simplifies code to do
...
away with it
2006-07-02 19:44:42 +00:00
joey
93351f1275
bug
2006-07-02 19:08:46 +00:00
joey
d1d212203c
* Centralised all calls to HTML::Template and force all the templates
...
to be read as utf8.
2006-07-02 19:06:08 +00:00
www-data
2ed1419c1d
web commit by joey: revert
2006-07-02 19:04:43 +00:00
www-data
46a6b7fa71
web commit by joey
2006-07-02 19:03:57 +00:00
joey
0e1bfa69a0
new approach for forcing utf8 -- use a HTML::Template filter
2006-07-02 18:16:44 +00:00
www-data
cacc2cefa7
web commit by joey
2006-07-02 18:06:39 +00:00
www-data
48373d7a10
web commit by joey
2006-07-02 18:05:57 +00:00
joey
b74ddf69ce
perl bugnum and refix
2006-07-02 17:46:23 +00:00
joey
1452b3adf3
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.
2006-07-02 17:44:43 +00:00
www-data
c7e06b65fd
web commit by ThomasSchwinge: HelpOnFormatting link disappears.
2006-07-02 17:05:19 +00:00
www-data
dc35513522
web commit by ThomasSchwinge: Typo fixes.
2006-07-02 16:50:13 +00:00
joey
ac7b1c32b1
* 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)
2006-07-02 04:02:08 +00:00
joey
a5fdf47147
FUCK UTF8 fuck fuck fuck!!!
...
(and perl)
2006-07-02 03:54:12 +00:00
www-data
995dfd6cf4
web commit by joey
2006-07-02 02:22:22 +00:00
joey
0bb605baf8
* Parse svn log as xml for improved utf8 and security. Note that this makes
...
ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.
2006-07-02 02:18:31 +00:00
joey
25b35c3c74
* Honor LC_CTIME when formatting a time for display. Thanks, Faidon
...
Liambotis.
2006-07-02 00:32:12 +00:00
www-data
8966b8504c
web commit by AlesandroDottiContra
2006-07-01 11:29:00 +00:00
www-data
913b2fc3dc
web commit by AlesandroDottiContra
2006-07-01 11:28:21 +00:00
joey
14ca7095cb
don't die fatally here
2006-06-27 01:14:46 +00:00
joey
b0e7e2e123
* Support pinging services such as Technorati using XML-RPC to notify them
...
about changes to rss feeds.
2006-06-27 01:13:03 +00:00
joey
c0ce99f77c
typo
2006-06-27 00:31:41 +00:00
joey
f8ffce3e44
improve minor
2006-06-26 21:59:17 +00:00
www-data
74208f45f4
web commit by ColasNahaboo: test of 3rd blockquote level
2006-06-25 08:09:51 +00:00
joey
5fa878cc75
* Fix orphans plugin to not count a link to a nonexistant page as a reason
...
for a page not being an orphan.
2006-06-25 07:21:53 +00:00
joey
c55076d8e8
add
2006-06-23 00:54:05 +00:00
joey
cbfe2af8b5
make the bugs page work like the todo page
2006-06-23 00:51:19 +00:00
www-data
9289f684bb
web commit by joey
2006-06-22 23:36:52 +00:00
joey
3a0aab26fa
update
2006-06-21 05:28:52 +00:00
joey
89bfe1c278
add news item for ikiwiki 1.7
2006-06-19 03:36:59 +00:00
joey
e3dd54af7d
releasing version 1.7
2006-06-19 03:36:37 +00:00
joey
77c7582f72
* Patch from Recai to fix git recentchanges code to work with git 1.4 which
...
changed some output.
* Copyright update.
2006-06-19 03:33:23 +00:00
joey
8fe50707c3
simplify
2006-06-19 03:30:34 +00:00
joey
895a7b7594
* Updated logo from Recai with some kerning and alingment tuning.
2006-06-18 23:40:17 +00:00
joey
f1cd1abd20
add news item for ikiwiki 1.6
2006-06-18 23:27:47 +00:00