diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-13 00:00:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-13 00:00:46 -0400 |
commit | 18f8e333ec1f41c8874f600da650e3936fef7f10 (patch) | |
tree | 3b9421bfef9995745a8de4e639b7195730c2fced /doc/news | |
parent | 02d855a393dac7a206a2f8f80de0cbf261e2cd04 (diff) | |
download | ikiwiki-18f8e333ec1f41c8874f600da650e3936fef7f10.tar ikiwiki-18f8e333ec1f41c8874f600da650e3936fef7f10.tar.gz |
add news item for ikiwiki 3.20130212
Diffstat (limited to 'doc/news')
-rw-r--r-- | doc/news/version_3.20120629.mdwn | 4 | ||||
-rw-r--r-- | doc/news/version_3.20130212.mdwn | 18 |
2 files changed, 18 insertions, 4 deletions
diff --git a/doc/news/version_3.20120629.mdwn b/doc/news/version_3.20120629.mdwn deleted file mode 100644 index 34969798d..000000000 --- a/doc/news/version_3.20120629.mdwn +++ /dev/null @@ -1,4 +0,0 @@ -ikiwiki 3.20120629 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * mirrorlist: Add mirrorlist\_use\_cgi setting that avoids usedirs or - other config differences by linking to the mirror's CGI. (intrigeri)"""]]
\ No newline at end of file diff --git a/doc/news/version_3.20130212.mdwn b/doc/news/version_3.20130212.mdwn new file mode 100644 index 000000000..7ec4b0f0c --- /dev/null +++ b/doc/news/version_3.20130212.mdwn @@ -0,0 +1,18 @@ +ikiwiki 3.20130212 released with [[!toggle text="these changes"]] +[[!toggleable text=""" + * htmlscrubber: Allow the bitcoin URI scheme. + * htmlscrubber: Allow the URI schemes of major VCS's. + * aggregate: When run with --aggregate, if an aggregation is already + running, don't go on and --refresh. + * trail: Avoid excess dependencies between pages in the trail + and the page defining the trail. Thanks, smcv. + * opendiscussion: Don't allow editing discussion pages if discussion pages + are disabled. (smcv) + * poll: Add expandable option to allow users to easily add new choices to + a poll. + * trail: Avoid massive slowdown caused by pagetemplate hook when displaying + dynamic cgi pages, which cannot use trail anyway. + * Deal with empty diffurl in configuration. + * cvs: Various fixes. (schmonz) + * highlight: Now adds a span with class highlight-<extension> around + highlighted content, allowing for language-specific css styling."""]]
\ No newline at end of file |