- Apr 06, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Apr 02, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Mar 08, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Mar 07, 2020
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Nov 30, 2019
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Oct 17, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Sep 01, 2019
-
-
Julien (jvoisin) Voisin authored
This is related to the previous commit
-
Julien (jvoisin) Voisin authored
nsids are random identifiers, usually used to ease merging between documents, and can trivially be used for fingerprinting.
-
- Apr 27, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Mar 05, 2019
-
- Feb 08, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Feb 07, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Feb 03, 2019
-
-
Julien (jvoisin) Voisin authored
This should make easier to get more metadata from archive-based file formats.
-
- Oct 25, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Oct 12, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Oct 05, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Oct 04, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Oct 03, 2018
-
-
Julien (jvoisin) Voisin authored
We didn't take the whitelist into account while removing dangling files from [Content_types].xml
-
Julien (jvoisin) Voisin authored
- Replace some class members by instance members - Don't thread the cleaning process anymore for now
-
- Oct 02, 2018
-
-
Julien (jvoisin) Voisin authored
-
georg authored
-
- Oct 01, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Sep 30, 2018
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
- Sep 24, 2018
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
MS Office XML rsid is a "unique identifier used to track the editing session when the physical character representing this section mark was last formatted." See the following links for details: - https://msdn.microsoft.com/en-us/library/office/documentformat.openxml.wordprocessing.previoussectionproperties.rsidrpr.aspx - https://blogs.msdn.microsoft.com/brian_jones/2006/12/11/whats-up-with-all-those-rsids/.
-
Julien (jvoisin) Voisin authored
In XML, the order of the attributes shouldn't be meaningful, however, MS Office sorts attributes for a given XML tag differently than LibreOffice.
-
- Sep 06, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Sep 05, 2018
-
-
Julien (jvoisin) Voisin authored
-
Julien (jvoisin) Voisin authored
- Sep 04, 2018
-
-
dkg authored
the end result will be the same -- an abort -- but the user will get to see all the warnings for a particular file, instead of getting them one at a time.
-
dkg authored
This makes it easy to get a list of all files that mat2 doesn't know how to handle, without having to choose -u keep or -u omit.
-
dkg authored
previously, encountering an unknown member meant that any parser of this type would abort. now, the user can set parser.unknown_member_policy to either 'omit' or 'keep' if they don't want the current action of 'abort' note that this causes pylint to complain about branching depth for remove_all() because of the nuanced error-handling. I've disabled this check.
-
- Sep 01, 2018
-
-
Julien (jvoisin) Voisin authored
-