- Implement File class, factor out duplicate functionality in Page to this class
commit32f763bbfea3b3c5f84c40cf2392aef0eeb0e44d
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)
tree09e4be1270d55efa4c1d1e72562cb0468e0fdf68
parent5c8d43b8896a9f139d43bcf75a655297d5bb72f1
- 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
xhtml-compiler/XHTMLCompiler.php
xhtml-compiler/XHTMLCompiler/File.php [new file with mode: 0644]
xhtml-compiler/XHTMLCompiler/Page.php
xhtml-compiler/common.php
xhtml-compiler/tests/XHTMLCompiler/FileTest.php [new file with mode: 0644]
xhtml-compiler/tests/XHTMLCompilerHarness.php
xhtml-compiler/tests/index.php
xhtml-compiler/update.php