This website requires JavaScript.
Explore
Help
Sign In
urosm
/
ikiwiki
Watch
1
Star
0
Fork
You've already forked ikiwiki
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4723d5f9f1
ikiwiki
/
IkiWiki
History
Joey Hess
9652cdfe2e
toc: Add the table of contents at sanitize time, rather than at format time. This allows the toc to be displayed when previewing an edit. It also avoids headers in the page template from showing up in the toc.
2008-04-26 15:13:01 -04:00
..
Plugin
toc: Add the table of contents at sanitize time, rather than at format time. This allows the toc to be displayed when previewing an edit. It also avoids headers in the page template from showing up in the toc.
2008-04-26 15:13:01 -04:00
Rcs
Use bzr --quiet to avoid it outputting stuff and messing up http headers. (Scott Bronson)
2008-04-10 17:44:40 -04:00
Setup
…
CGI.pm
Fix CSRF attacks against the preferences and edit forms.
Closes
:
#475445
2008-04-10 16:35:30 -04:00
Render.pm
Added a hardlink option in the setup file, useful if the source and dest are on the same filesystem and the wiki includes large media files, which would normally be copied, wasting time and space.
2008-03-29 21:02:47 -04:00
Setup.pm
…
UserInfo.pm
Store userinfo in network byte order for easy portability. (Old files will be automatically converted.)
2008-03-19 22:46:51 -04:00
Wrapper.pm
…