Commit graph

9 commits

Author SHA1 Message Date
Zeth Green 6f841f9655 Everyone with really old projects will lose their settings but will get a new settings file. 2021-06-21 03:48:28 +01:00
Jan Wester ff2cbca028 Converted most print statements to use logging
Some snippets have yet to be converted due to the more complex nature
of those snippets, and to keep things neat a separate commit makes more
sense for those.
2021-04-08 18:44:28 +02:00
Jan Wester 33ac127173 Directory entries in ZIP break loading code
While tackling issue #529, I stumbled across the odd behaviour that
re-compressing the archive with 7-Zip broke what should be a valid
Manuskript project.

After investigation it turned out that the code that loads the texts
sensibly expects there to only be files tracked in the files dictionary.

It is completely valid for a zip file to contain entries describing the
contained directories. The logical fix is to simply avoid adding these
directory entries to our files dictionary in the first place.
2019-03-12 14:44:51 -06:00
Sebastian Rasmussen dfe88a9681 Fix typos in code comments, invisible to end-users. 2018-01-29 10:30:41 -07:00
Olivier Keshavjee 085a9e4a2d Fixes bug #27, probably 2016-04-18 09:24:17 +02:00
Olivier Keshavjee 05715a26e0 Writes outline 2016-03-08 09:21:44 +01:00
Olivier Keshavjee b45a32cfde Saves World Model. Still work in progress, but a step closer. 2016-03-05 17:46:02 +01:00
Olivier Keshavjee 3fd446dd1e Working on backward compatibility 2016-03-05 12:55:56 +01:00
Olivier Keshavjee 1f85ee6171 Working on a more flexible loading/saving system 2016-03-04 22:00:02 +01:00