| c0956f69 | 18-Oct-2017 |
Michael Große <grosse@cosmocode.de> |
feat: Allow overwriting the output configuration
Currently the export via bookcreator fails if output is set to Browser. Hence now Bookcreator cann supply outputTarget=file to force the output as Do
feat: Allow overwriting the output configuration
Currently the export via bookcreator fails if output is set to Browser. Hence now Bookcreator cann supply outputTarget=file to force the output as Download.
show more ...
|
| eea6fd2c | 17-Aug-2017 |
Michael Große <grosse@cosmocode.de> |
fix: sort numbers after namespace separators
When sorting by pagename, then we want the pages in the following order:
page page:subpage1 page:subpage2 page2 page2:subpage3
Prior to this commit the
fix: sort numbers after namespace separators
When sorting by pagename, then we want the pages in the following order:
page page:subpage1 page:subpage2 page2 page2:subpage3
Prior to this commit they were sorted:
page page2 page2:page3 page:page1 page:page2
The cause of this bug was, that the character ':' comes after the numbers in the ascii-table.
show more ...
|