| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
no problems found
|
|
|
|
|
|
|
|
|
|
|
| |
This patch applies the correct pagename cleaning to namespaces as well.
Namespaces should follow the same rules as pagenames but due to a bug it
was possible to have namespaces ending in a underscore.
If you used such a namespace it will be inaccessible after applying this
patch. You should rename the namespace directory on the filesystem
(removing the trailing underscore). You old links will then work
automatically again. Rebuilding the search index is recommended.
|
|
|
|
|
|
| |
As of VIM 7.3 it is no longer possible to specify the encoding in the
modeline. This gives an error message whenever such a file is opened,
thus this commit removes the enc setting from the modeline.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ignore-this: 261098274bce329f446fc8768c25b9e5
Most failing tests were just out of date, because certain behavior was
changed.
There is one test failing for parsing italic tests. This can probably not
be fixed without larger changes at the parser to catch runaway lines at
the paragraph end. FS#1574
darcs-hash:20090125221855-7ad00-968655d609945aae764c3124fb906ce086025df4.gz
|
|
|
|
|
|
|
| |
- move caches into global scope (they were static in function scope)
- add teardown() method to clean_id unit test - to clear its cache
darcs-hash:20060827183327-9b6ab-cf9beb2ca6c47142dfaad3117d7c86748a54312c.gz
|
|
+ fix missing utf8 deaccent character mapping
+ set utf-8 charset for HTMLReporter (unit tests)
darcs-hash:20060809160209-9b6ab-26c80a4830643b9790536f6d3a4adee0f451e4f0.gz
|