2
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 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... almost 15 years ago
New: Can overwrite path to pclzip More... almost 15 years ago
Add warning on a bug More... almost 15 years ago
Update licence file More... almost 15 years ago
Fix: Removed rubbish files More... over 15 years ago
Fix: Update missing DTD More... over 15 years ago
Exclude dir More... almost 16 years ago
Exclude "report" directory for code covergae reporting, to avoid commiting it. More... about 16 years ago
Add files to allow to execute all PHPunit tests in one same Suite. More... about 16 years ago
Add files to allow to execute all PHPunit tests in one same Suite. More... about 16 years ago
Fix: Wrong class name of PHPUnit test More... about 16 years ago
Fix: Solve line to allow usage of PHPunit tests. More... about 16 years ago
Fix: Solve corrupted file problems when adding image files. Manifest file was not updated. More... about 16 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... about 16 years ago
Fix: Several fix on usage of tmp directories More... over 16 years ago
Removed old duplicate trunk More... over 16 years ago
Fix: Several fix on usage of tmp directories More... over 16 years ago
PATH_TO_TMP as a variable to avoid problem with system which don't have a "/tmp/" folder More... almost 17 years ago
Version 1.0 More... about 17 years ago
Add unit tests for Odf, PclZipProxy and PhpZipProxy classes. More... about 17 years ago
Deleted test files for Zip proxies. More... about 17 years ago
Fix bug for addFile() method. More... about 17 years ago
Tutorial 4 updated with new setVars() method (instead of setVar()). More... about 17 years ago
Method setVar() of segment class renamed setVars() as in the Odf class. More... about 17 years ago
Updated developer's documentation. More... about 17 years ago
Comments are now written in english. More... about 17 years ago
[no comment] More... about 17 years ago
Delete the temporary file in the __destruct() method instead of saveToDisk() and exportAsAttachedFile(). More... about 17 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... about 17 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... about 17 years ago