- Implement File class, factor out duplicate functionality in Page to this class
commit6eb6072356d79e04ec4574a82c28e7804ee5b6e8
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Thu, 15 Mar 2007 21:31:37 +0000 (15 21:31 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Thu, 15 Mar 2007 21:31:37 +0000 (15 21:31 +0000)
tree9a2b34a1732d04ffa2199853f5a005389b88b0a2
parente796600ea9f66a7a637f944678a44e76f44274f9
- Implement File class, factor out duplicate functionality in Page to this class
- Have unit test cases restore Singletons to old state after they finish
- Fix broken orphaned file handling

git-svn-id: http://htmlpurifier.org/svnroot@815 48356398-32a2-884e-a903-53898d9a118a
XHTMLCompiler.php
XHTMLCompiler/File.php [new file with mode: 0644]
XHTMLCompiler/Page.php
common.php
tests/XHTMLCompiler/FileTest.php [new file with mode: 0644]
tests/XHTMLCompilerHarness.php
tests/index.php
update.php