2
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 28, 2024 — Jan 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update GNU address More... over 14 years ago
New: Can overwrite path to pclzip More... over 14 years ago
Add warning on a bug More... over 14 years ago
Update licence file More... over 14 years ago
Fix: Removed rubbish files More... almost 15 years ago
Fix: Update missing DTD More... about 15 years ago
Exclude dir More... over 15 years ago
Exclude "report" directory for code covergae reporting, to avoid commiting it. More... over 15 years ago
Add files to allow to execute all PHPunit tests in one same Suite. More... over 15 years ago
Add files to allow to execute all PHPunit tests in one same Suite. More... over 15 years ago
Fix: Wrong class name of PHPUnit test More... over 15 years ago
Fix: Solve line to allow usage of PHPunit tests. More... over 15 years ago
Fix: Solve corrupted file problems when adding image files. Manifest file was not updated. More... over 15 years ago
Upgrade external Pclzip library from 2.8 to 2.8.2. This fix a bug with 64 bits systems. Also restore original copyright of library. More... over 15 years ago
Fix: Several fix on usage of tmp directories More... almost 16 years ago
Removed old duplicate trunk More... almost 16 years ago
Fix: Several fix on usage of tmp directories More... almost 16 years ago
PATH_TO_TMP as a variable to avoid problem with system which don't have a "/tmp/" folder More... over 16 years ago
Version 1.0 More... over 16 years ago
Add unit tests for Odf, PclZipProxy and PhpZipProxy classes. More... over 16 years ago
Deleted test files for Zip proxies. More... over 16 years ago
Fix bug for addFile() method. More... over 16 years ago
Tutorial 4 updated with new setVars() method (instead of setVar()). More... over 16 years ago
Method setVar() of segment class renamed setVars() as in the Odf class. More... over 16 years ago
Updated developer's documentation. More... over 16 years ago
Comments are now written in english. More... over 16 years ago
[no comment] More... over 16 years ago
Delete the temporary file in the __destruct() method instead of saveToDisk() and exportAsAttachedFile(). More... over 16 years ago
Fix : checking for write access on the archive was made in the open() method. Now, it's made only when we call addFromString() or addFile(). More... over 16 years ago
Bug correction : Two tmpfile were generated for each execution : XXX.tmp and XXX.tmp.odt. Now, only one (XXX.tmp) is generated. More... over 16 years ago