joey
e5d01f5516
on second though, just remove done patches
2006-07-11 21:25:16 +00:00
joey
3605ec6fe6
update
2006-07-11 21:24:30 +00:00
joey
2356ac8280
use archive format
2006-07-11 21:23:07 +00:00
joey
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.
2006-07-11 21:20:14 +00:00
joey
afedd60d79
* Match 'web commit from' in SVN and git, these are web commits too.
...
(Faidon)
2006-07-11 20:55:14 +00:00
joey
c4e222f591
add
2006-07-11 20:45:33 +00:00
joey
10b3a79168
add
2006-07-11 20:42:58 +00:00
joey
eecc8af979
foo
2006-07-11 20:41:30 +00:00
www-data
fcffc462be
web commit by joey
2006-07-11 20:40:22 +00:00
www-data
8423016f5a
web commit by joey
2006-07-11 20:36:31 +00:00
www-data
d390421c8c
web commit by joey
2006-07-11 20:32:59 +00:00
www-data
20da61215f
web commit by joey
2006-07-11 20:32:33 +00:00
www-data
40057f507d
web commit by joey
2006-07-11 20:30:05 +00:00
joey
dfcd4c299a
simplify
2006-07-07 21:03:26 +00:00
joey
1bdfa4d8b5
* Support a w3mmode, which lets w3m run ikiwiki using its local CGI
...
support, to edit pages etc without a web server.
2006-07-07 21:00:48 +00:00
joey
1cd1f073ff
web commit from 127.0.0.1
2006-07-07 19:38:35 +00:00
joey
42ffdb661c
html too
2006-07-07 18:33:40 +00:00
joey
0f22d66c96
* Add wikitext markup plugin, which supports ".wiki" pages written in the
...
original wiki syntax, CamelCase links and all.
2006-07-07 18:28:27 +00:00
joey
97e6f39dd0
* Patch from Faidon to use svn --limit when possible for recentchanges,
...
speeds up recentchanges a lot for wikis with more history.
2006-07-05 17:40:07 +00:00
joey
2379299a24
fix
2006-07-05 00:34:30 +00:00
joey
9308b11e28
meta done a while ago
2006-07-05 00:31:33 +00:00
joey
01fc6c0a4e
* Improve display of parentlinks and page title of toplevel index page.
2006-07-04 20:04:33 +00:00
www-data
1f6ed67e69
web commit by joey
2006-07-04 16:51:42 +00:00
joey
29f24d4ea2
add news item for ikiwiki 1.8
2006-07-04 16:48:25 +00:00
joey
014a387996
* Memoize abs2rel, which is still kinda slow, for another 30% speedup
...
in time to build the doc wiki.
2006-07-04 16:34:27 +00:00
joey
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.
2006-07-04 06:07:32 +00:00
joey
77b38730d4
update
2006-07-04 03:59:37 +00:00
joey
349ff86006
* Make ikiwiki --setup --refresh rebuild wrappers, so wrapper rebuild
...
will be automatically done on all upgrades.
2006-07-04 00:28:59 +00:00
joey
02aed8df36
update
2006-07-04 00:03:36 +00:00
joey
5fa050cea0
foo
2006-07-03 22:52:00 +00:00
joey
84815d0ce9
word wrap
2006-07-03 22:49:24 +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
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
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
24a4bf8977
ugh, this is a tricky one..
2006-07-02 19:46:57 +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
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
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