summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-01MAT 0.5.20.5.2jvoisin
2014-04-01Add some translationsjvoisin
2014-04-01Fix style elementsjvoisin
2014-02-16MAT 0.5.2-rc10.5.2-rc1jvoisin
2014-02-16Add some translationsjvoisin
2014-02-10Rename mat.ui to mat.gladejvoisin
2014-02-10Update translationsjvoisin
2014-02-10Fix a remanence bugjvoisin
The PDF parser used to instantiate a parameter on construction, which screwed everything up if a method was called multiples times, since it wasn't re-instantiated.
2014-02-03Minor refactorization/harmonization of ./matjvoisin
2014-02-03Remove the --force option, since it's pretty useless.jvoisin
2014-02-03MAT's cli now returns 1 on failurejvoisin
2014-02-03The testsuite now returns 1 on failurejvoisin
This address https://labs.riseup.net/code/issues/6617
2014-02-01Build some testfiles at runtimejvoisin
2014-02-01Fix https://labs.riseup.net/code/issues/6627jvoisin
This commit changes `chmod 777` to `chmod 220` in the secure_remove() function. Sinc ethis function is meant to remove files, 777 is ok-ish, but 220 is safer, and cleaner. Plus, it prevents audacious TOCTOU.
2014-02-01Fix https://labs.riseup.net/code/issues/6628jvoisin
Escape some "-" in the manpage to make lintian happy.
2014-02-01Fix https://labs.riseup.net/code/issues/6416jvoisin
This commit fix the "Does not inform the user when files where lost while cleaning an archive" (for the CLI) bug, and adds a test for it.
2014-01-31Fix office-format handling by the GUIjvoisin
2014-01-29Add a testing procedure.jvoisin
2014-01-28MAT 0.5.10.5.1jvoisin
2014-01-28Update translationsjvoisin
2014-01-27Non-writtables test files are now chmod'ed to be properly removed.jvoisin
2014-01-27Update release process once againjvoisin
2014-01-21Mat-gui now displays "Cleaning $ilename" instead of "Cleaning $state"jvoisin
Fix https://labs.riseup.net/code/issues/6618
2014-01-21Add a reminder to the RELEASE.sh about the previous commitjvoisin
2014-01-21Update copyright to 2014jvoisin
Fix https://labs.riseup.net/code/issues/6614
2014-01-21Remove the non-existing "TODO" file form the setup.pyjvoisin
Close https://labs.riseup.net/code/issues/6615
2014-01-21Add a missing testjvoisin
2014-01-21Remove the disfunctional "release.sh" scriptjvoisin
2014-01-21Update the release processjvoisin
"Fix commited" tickets must be marked as "resolved" before a release.
2014-01-20Fix https://labs.riseup.net/code/issues/6609jvoisin
Fix "MAT's GUI traceback when cleaning files"
2014-01-20Update translationsjvoisin
2014-01-19MAT 0.50.5jvoisin
2014-01-19Update the threat model to reflect gui changesjvoisin
2014-01-19The "ok" button from the archive_popup is now "scour".jvoisin
2014-01-19Improves some comments in archive.pyjvoisin
2014-01-19Improves archive.py code consistencyjvoisin
2014-01-19MAT will now process read-only files inside tar.* archivesjvoisin
2014-01-18Fix https://labs.riseup.net/code/issues/6604jvoisin
2014-01-18Fix small errors in READMEfr33 tux
2014-01-18Removes the TODO file, since there is a bugtracker.jvoisin
2014-01-18Mat-gui is now able to sort files on the "State" columnjvoisin
2014-01-18Fix a logical mistake with mat-gui's archives handlingjvoisin
Mat-gui will now process archives correctly
2014-01-18Fix a zipinfo issuejvoisin
MAT will now returns correct results when asked to get non-supported files from a zip archive with a comment
2014-01-17Implement a better warning message for non-supported files in archivesjvoisin
2014-01-17Document the fact that --add2archive is off by defaultjvoisin
2014-01-17s/double-clic/double-click/jvoisin
2014-01-15Add support for zipfiles!jvoisin
2014-01-10Add tar.gz files to the testsuitejvoisin
2014-01-06Fix the testsuitejvoisin
2014-01-06GUI-archive-unsupported-handling, 2nd iterationjvoisin