b187641376* Patch from Recai to allow selection of page type when creating a new page. Default page type is inherited from the link clicked on to create the new page.
joey
2006-07-26 21:23:06 +0000
11c6054614web commit by joey
www-data
2006-07-26 20:28:36 +0000
621a3632b0web commit by joey: comments on patch..
www-data
2006-07-26 20:27:23 +0000
90845b5481web commit by gsf
www-data
2006-07-22 22:32:38 +0000
06ffcb399d<paravoid> you're right <paravoid> I can't explain it <paravoid> but it's definitely fixing it <paravoid> I triple-checked...
joey
2006-07-11 22:06:57 +0000
2356ac8280use archive format
joey
2006-07-11 21:23:07 +0000
ed8d6bcf23* Consolidated all decode_utf8 in FormBuilder's fields to make the code more readable and avoid future mistakes. The patch seems to work and for the first time I have a UTF-8 username ;-) (Faidon) * Use form->field consistently, not form->param.
joey
2006-07-11 21:20:14 +0000
afedd60d79* Match 'web commit from' in SVN and git, these are web commits too. (Faidon)
joey
2006-07-11 20:55:14 +0000
fcffc462beweb commit by joey
www-data
2006-07-11 20:40:22 +0000
8423016f5aweb commit by joey
www-data
2006-07-11 20:36:31 +0000
d390421c8cweb commit by joey
www-data
2006-07-11 20:32:59 +0000
20da61215fweb commit by joey
www-data
2006-07-11 20:32:33 +0000
40057f507dweb commit by joey
www-data
2006-07-11 20:30:05 +0000
f389b08a0c* Fix from Faidon for a XML parser issue that breaks utf-8 for RecentChanges. Avoid using XML::SAX::PurePerl, which is buggy in this area, and also way slow.
joey
2006-07-11 20:18:11 +0000
1bdfa4d8b5* Support a w3mmode, which lets w3m run ikiwiki using its local CGI support, to edit pages etc without a web server.
joey
2006-07-07 21:00:48 +0000
1cd1f073ffweb commit from 127.0.0.1
joey
2006-07-07 19:38:35 +0000
0f22d66c96* Add wikitext markup plugin, which supports ".wiki" pages written in the original wiki syntax, CamelCase links and all.
joey
2006-07-07 18:28:27 +0000
723ebda476some stylesheet improvements for the table, also add a bit more border between items to avoid them running together in some cases
joey
2006-07-06 19:50:32 +0000
89697f2c7a* Patch from Recai to fix utf8 issues in git backend.
joey
2006-07-05 20:54:10 +0000
56378a14e2Encode:: cleanup from Recai
joey
2006-07-05 18:20:25 +0000
97e6f39dd0* Patch from Faidon to use svn --limit when possible for recentchanges, speeds up recentchanges a lot for wikis with more history.
joey
2006-07-05 17:40:07 +0000
9308b11e28meta done a while ago
joey
2006-07-05 00:31:33 +0000
01fc6c0a4e* Improve display of parentlinks and page title of toplevel index page.
joey
2006-07-04 20:04:33 +0000
1f6ed67e69web commit by joey
www-data
2006-07-04 16:51:42 +0000
29f24d4ea2add news item for ikiwiki 1.8
joey
2006-07-04 16:48:25 +0000
c00e923351releasing version 1.8
joey
2006-07-04 16:47:28 +0000
014a387996* Memoize abs2rel, which is still kinda slow, for another 30% speedup in time to build the doc wiki.
joey
2006-07-04 16:34:27 +0000
4aa5d301aeremove most of the black lines
joey
2006-07-04 16:19:29 +0000
87a1d3ff8f* Encode & in diffurl in examples, to conform to pedantic rules. * Speed up RecentChanges by another 40% or so with some memoization.
joey
2006-07-04 16:18:18 +0000
0ff488e380add a commit type column
joey
2006-07-04 07:21:51 +0000
e059c9eff9* 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
2006-07-04 06:07:32 +0000
d3f032c4d0<paravoid> cosmetic and minor, but it makes the output far more readable, imho
joey
2006-07-04 04:43:33 +0000
ebc6120f99* 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
2006-07-04 03:42:19 +0000
f877845353remove leading dot from default_pageext
joey
2006-07-04 01:29:45 +0000
7b87549558* Don't sent pings if the wiki is being rebuilt.
joey
2006-07-04 01:02:04 +0000
349ff86006* Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuild will be automatically done on all upgrades.
joey
2006-07-04 00:28:59 +0000
ef6d8d7e2fsanitise them, like any other page type. * Rebuilding wrappers is necessary on upgrade to this version.
joey
2006-07-04 00:21:48 +0000
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.
joey
2006-07-03 22:31:20 +0000
af029154d6use "use open" pragma to avoid manually needing to specify utf8 everywhere and also to set default stdio mode
joey
2006-07-03 22:14:52 +0000
6551c1e560* Support htmlize plugins and make mdwn one such plugin, which is enabled by default (of course!). Based on a patch by Faidon Liambotis.
joey
2006-07-03 22:08:04 +0000
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.
joey
2006-07-03 21:29:56 +0000
929b9de9c2Encode is used in nearly all code paths so stop loading it on demand
joey
2006-07-03 20:18:16 +0000
fa9517e5bb* Support pages with utf8 filenames. Patch by Faidon Liambotis.
joey
2006-07-03 20:12:27 +0000
117e71ec9bweb commit by KellyClowers
www-data
2006-07-03 17:40:28 +0000
1f6f598a2afix path to git hook script
joey
2006-07-03 16:43:30 +0000
d1d212203c* Centralised all calls to HTML::Template and force all the templates to be read as utf8.
joey
2006-07-02 19:06:08 +0000
2ed1419c1dweb commit by joey: revert
www-data
2006-07-02 19:04:43 +0000
46a6b7fa71web commit by joey
www-data
2006-07-02 19:03:57 +0000
0e1bfa69a0new approach for forcing utf8 -- use a HTML::Template filter
joey
2006-07-02 18:16:44 +0000
cacc2cefa7web commit by joey
www-data
2006-07-02 18:06:39 +0000
48373d7a10web commit by joey
www-data
2006-07-02 18:05:57 +0000
b74ddf69ceperl bugnum and refix
joey
2006-07-02 17:46:23 +0000
1452b3adf3so 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.
joey
2006-07-02 17:44:43 +0000
c7e06b65fdweb commit by ThomasSchwinge: HelpOnFormatting link disappears.
www-data
2006-07-02 17:05:19 +0000
dc35513522web commit by ThomasSchwinge: Typo fixes.
www-data
2006-07-02 16:50:13 +0000
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)
joey
2006-07-02 04:02:08 +0000
995dfd6cf4web commit by joey
www-data
2006-07-02 02:22:22 +0000
0bb605baf8* Parse svn log as xml for improved utf8 and security. Note that this makes ikiwiki depend on XML::Simple. Patch by Faidon Liambotis.
joey
2006-07-02 02:18:31 +0000
25b35c3c74* Honor LC_CTIME when formatting a time for display. Thanks, Faidon Liambotis.
joey
2006-07-02 00:32:12 +0000
8966b8504cweb commit by AlesandroDottiContra
www-data
2006-07-01 11:29:00 +0000
913b2fc3dcweb commit by AlesandroDottiContra
www-data
2006-07-01 11:28:21 +0000
14ca7095cbdon't die fatally here
joey
2006-06-27 01:14:46 +0000
b0e7e2e123* Support pinging services such as Technorati using XML-RPC to notify them about changes to rss feeds.
joey
2006-06-27 01:13:03 +0000