joey
dae0f48e91
* Work on firming up the plugin interface:
...
- Plugins should not need to load IkiWiki::Render to get commonly
used functions, so moved some functions from there to IkiWiki.
- Picked out the set of functions and variables that most plugins
use, documented them, and made IkiWiki export them by default,
like a proper perl module should.
- Use the other functions at your own risk.
- This is not quite complete, I still have to decide whether to
export some other things.
* Changed all plugins included in ikiwiki to not use "IkiWiki::" when
referring to stuff now exported by the IkiWiki module.
* Anyone with a third-party ikiwiki plugin is strongly enrouraged
to make like changes to it and avoid use of non-exported symboles from
"IkiWiki::".
* Link debian/changelog and debian/news to NEWS and CHANGELOG.
* Support hyperestradier version 1.4.2, which adds a new required phraseform
setting.
2006-09-09 22:50:27 +00:00
joey
d92142d09e
add
2006-09-09 07:13:21 +00:00
joey
aa2b3b8f63
* Add a googlecalendar plugin. A bit special-purpose, but it shows
...
one way to to deal with user-supplied content that could cause XSS
issues w/o the htmlscrubber, and won't survive the scrubber.
2006-09-09 07:11:51 +00:00
joey
1431e29934
add news item for ikiwiki 1.26
2006-09-08 20:55:05 +00:00
joey
949c66c3eb
add news item for ikiwiki 1.25
2006-09-08 06:06:47 +00:00
joey
a79f5ce802
switch updo url
2006-09-07 23:57:54 +00:00
joey
516eaeafbd
web commit by joey
2006-09-07 15:42:01 +00:00
joey
cd5f2eadd9
web commit by joey
2006-09-07 15:39:05 +00:00
joey
e7ff9acf86
web commit by joey
2006-09-07 15:38:02 +00:00
joey
3e9a6a7d4f
size limits
2006-09-07 06:58:27 +00:00
joey
d772d2d3b2
web commit by joey
2006-09-07 05:46:38 +00:00
joey
68a8d7b1cc
typo
2006-09-07 05:34:48 +00:00
joey
eff2ddbe9a
* Add a linkmap plugin (requires graphviz).
2006-09-07 05:31:01 +00:00
www-data
bd70136ca1
web commit by joey
2006-09-07 03:43:17 +00:00
www-data
4e16fefca1
web commit by joey
2006-09-07 03:42:19 +00:00
www-data
61ae19259a
web commit by joey
2006-09-06 22:45:09 +00:00
www-data
e5ce21301b
web commit by joey
2006-09-06 22:44:38 +00:00
www-data
9ac8abd43c
web commit by joey
2006-09-06 22:42:46 +00:00
www-data
9e15fd7bc3
web commit by joey
2006-09-06 22:40:21 +00:00
joey
17ee4179f3
reword
2006-09-06 22:36:05 +00:00
joey
7ba4a844a8
* Include <link rel> tag for RSS feeds, used by some aggregators and
...
firefox to find the feed.
2006-09-06 21:03:39 +00:00
joey
bd1eb38ed8
comment
2006-09-06 20:49:01 +00:00
joey
7aaacd17d0
fix
2006-09-06 20:35:18 +00:00
joey
6a2abf8352
cleanup
2006-09-06 20:34:44 +00:00
joey
f7f3b0bb7d
* Add support for mercurial, contributed by Emanuele Aina.
2006-09-06 20:31:55 +00:00
joey
513af0c0df
typo
2006-09-06 20:04:20 +00:00
joey
9439a374d0
update
2006-09-06 20:01:37 +00:00
www-data
85f7f40863
web commit by tuomov
2006-09-05 08:13:34 +00:00
www-data
b8c8977bcb
web commit by tuomov
2006-09-05 08:13:15 +00:00
www-data
7df3f98b38
web commit by ClintAdams
2006-09-04 19:54:04 +00:00
joey
435645a8ee
foo
2006-09-04 06:17:51 +00:00
joey
99d52a1794
* Add support for tla, contributed by Clint Adama. Closes : #385936
2006-09-04 06:15:54 +00:00
joey
2b7145a43c
fix
2006-09-04 03:46:47 +00:00
joey
ea95624e2d
* Drop real uid/gid in the suid wrapper, thus allowing commits to remote
...
subversion repos and fixing some other issues.
2006-09-04 03:38:02 +00:00
joey
9b4d117eb1
add news item for ikiwiki 1.24
2006-09-03 19:56:09 +00:00
joey
afc75badfe
add news item for ikiwiki 1.23
2006-09-03 16:25:59 +00:00
joey
2fc39b28b2
releasing version 1.22
2006-09-02 05:32:59 +00:00
joey
7abcfe429a
note that expire options are not yet implemented
2006-09-02 02:28:33 +00:00
joey
4345f3af33
revert premature commit
2006-09-02 02:10:40 +00:00
joey
bd4cd357a1
* Add processed date to aggregate preprocessor directive status output.
2006-09-02 02:07:44 +00:00
www-data
d71c50b43c
web commit by Kyle
2006-09-01 15:00:20 +00:00
www-data
49b2bf5a1a
web commit by Kyle
2006-09-01 14:58:35 +00:00
www-data
999559cbc9
web commit by bo
2006-08-30 20:21:49 +00:00
www-data
c212b26259
web commit by bo
2006-08-30 20:20:42 +00:00
joey
27e5cd4496
update
2006-08-28 20:02:16 +00:00
joey
ca98211c95
fix formatting
2006-08-28 19:59:13 +00:00
joey
d464c47a15
update
2006-08-28 19:53:33 +00:00
joey
1aeb64e148
* Patch from James Westby to add an actions option to inline; this
...
adds Edit and Discussion links at the end of blog entries.
2006-08-28 19:43:07 +00:00
joey
4895955cea
* Change htmlize, format, and sanitize hooks to use named parameters.
2006-08-28 18:17:59 +00:00
www-data
e3a6ff0044
web commit by JamesWestby
2006-08-28 16:47:59 +00:00