Release Instki 0.18.1
Seems warranted, in light of the Ruby 1.9 encoding issues.
This commit is contained in:
parent
0c2bc65e7a
commit
c8ef0a3dd4
17
CHANGELOG
17
CHANGELOG
|
@ -4,6 +4,23 @@ N.B.: You *must* run
|
||||||
|
|
||||||
after installing the new software, to enjoy the benefits of this new version.
|
after installing the new software, to enjoy the benefits of this new version.
|
||||||
|
|
||||||
|
------------------------------------------------------------------------------
|
||||||
|
* 0.18.1
|
||||||
|
|
||||||
|
New Features:
|
||||||
|
|
||||||
|
* (Markdown-Extra syle) fenced codeblocks. [From Jason Blevins]
|
||||||
|
* Fortran syntax colouring. [From Jason Blevins]
|
||||||
|
|
||||||
|
Bugs Fixed:
|
||||||
|
|
||||||
|
* Fixed some Ruby 1.9 encoding issues, with unicode page names,
|
||||||
|
author names and categories.
|
||||||
|
* Better display of inter-web wikilinks
|
||||||
|
* various syntax-colouring fixes
|
||||||
|
* Corrected length of wiki_references referenced_name (affects
|
||||||
|
MySQL users)
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
* 0.18
|
* 0.18
|
||||||
|
|
||||||
|
|
|
@ -266,7 +266,7 @@ module Instiki
|
||||||
module VERSION #:nodoc:
|
module VERSION #:nodoc:
|
||||||
MAJOR = 0
|
MAJOR = 0
|
||||||
MINOR = 18
|
MINOR = 18
|
||||||
TINY = 0
|
TINY = 1
|
||||||
SUFFIX = '(MML+)'
|
SUFFIX = '(MML+)'
|
||||||
PRERELEASE = false
|
PRERELEASE = false
|
||||||
if PRERELEASE
|
if PRERELEASE
|
||||||
|
|
|
@ -384,7 +384,7 @@ a.existingWikiWord[title]{
|
||||||
border: 1px dashed #000;
|
border: 1px dashed #000;
|
||||||
}
|
}
|
||||||
|
|
||||||
.web_protected a.existingWikiWord[t, .web_normal a.existingWikiWord[title]{
|
.web_protected a.existingWikiWord[title], .web_normal a.existingWikiWord[title]{
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue