2006-08-19 |
Edward Z. Yang | Document core classes up to EntityLookup.php
|
commit | commitdiff | tree |
2006-08-19 |
Edward Z. Yang | Malformed UTF-8 and non-SGML character detection and...
|
commit | commitdiff | tree |
2006-08-19 |
Edward Z. Yang | Attempt to fix inconsistent DOM behavior regarding...
|
commit | commitdiff | tree |
2006-08-19 |
Edward Z. Yang | Fix syntax error.
|
commit | commitdiff | tree |
2006-08-18 |
Edward Z. Yang | Put in cleanUTF8 function, currently unused but will...
|
commit | commitdiff | tree |
2006-08-18 |
Edward Z. Yang | Fixed broken multibyte numeric entity conversion in...
|
commit | commitdiff | tree |
2006-08-18 |
Edward Z. Yang | + DevNetwork thread "Non-SGML characters"
|
commit | commitdiff | tree |
2006-08-18 |
Edward Z. Yang | Make unit tests UTF-8, add phpdoc.ini config file.
|
commit | commitdiff | tree |
2006-08-18 |
Edward Z. Yang | Fix typo: $attributes to $attr.
|
commit | commitdiff | tree |
2006-08-18 |
Edward Z. Yang | Add next release to NEWS.
|
commit | commitdiff | tree |
2006-08-17 |
Edward Z. Yang | Add a variableWidthAttack smoketest, and add analysis...
|
commit | commitdiff | tree |
2006-08-17 |
Edward Z. Yang | Add lots of documentation.
|
commit | commitdiff | tree |
2006-08-17 |
Edward Z. Yang | Update NEWS and TODO after IPv6 was fixed.
|
commit | commitdiff | tree |
2006-08-17 |
Edward Z. Yang | Link back to home page.
|
commit | commitdiff | tree |
2006-08-17 |
Edward Z. Yang | Commit IPv6 fix, with majoring factoring out. Thank...
|
commit | commitdiff | tree |
2006-08-16 |
Edward Z. Yang | Update docs, add CREDITS.
|
commit | commitdiff | tree |
2006-08-16 |
Edward Z. Yang | Commit FontFamily implementation. It's a little flaky...
|
commit | commitdiff | tree |
2006-08-16 |
Edward Z. Yang | Update docs, add NEWS and WYSIWYG.
|
commit | commitdiff | tree |
2006-08-16 |
Edward Z. Yang | Commit text-decoration implementation.
|
commit | commitdiff | tree |
2006-08-16 |
Edward Z. Yang | Update TODO.
|
commit | commitdiff | tree |
2006-08-16 |
Edward Z. Yang | Rename root-docs to standard names.
|
commit | commitdiff | tree |
2006-08-16 |
Edward Z. Yang | Add readme and install documents.
|
commit | commitdiff | tree |
2006-08-16 |
Edward Z. Yang | Rename so that there's no txt extension, adhering with...
|
commit | commitdiff | tree |
2006-08-16 |
Edward Z. Yang | Commit SLOW, which details what to do if the library...
|
commit | commitdiff | tree |
2006-08-16 |
Edward Z. Yang | Update progress document.
|
commit | commitdiff | tree |
2006-08-16 |
Edward Z. Yang | Implement all "Multiple" CSS properties.
|
commit | commitdiff | tree |
2006-08-16 |
Edward Z. Yang | Commit Multiple AttrDef, forms scaffolding for a few...
|
commit | commitdiff | tree |
2006-08-16 |
Edward Z. Yang | Implement all composite CSS definitions.
|
commit | commitdiff | tree |
2006-08-15 |
Edward Z. Yang | Update TODO.
|
commit | commitdiff | tree |
2006-08-15 |
Edward Z. Yang | Change unacceptable value default behavior to drop...
|
commit | commitdiff | tree |
2006-08-15 |
Edward Z. Yang | Prevent image crash attacks.
|
commit | commitdiff | tree |
2006-08-15 |
Edward Z. Yang | Urldecode the US-ASCII test.
|
commit | commitdiff | tree |
2006-08-15 |
Edward Z. Yang | Further optimization: 20% - 12%. Also fixed broken...
|
commit | commitdiff | tree |
2006-08-15 |
Edward Z. Yang | Major optimization on tokenizeDOM(), reduce execution...
|
commit | commitdiff | tree |
2006-08-15 |
Edward Z. Yang | Add profiling capabilities to demo.php .
|
commit | commitdiff | tree |
2006-08-15 |
Edward Z. Yang | Add more threads to Devnetwork.
|
commit | commitdiff | tree |
2006-08-15 |
Edward Z. Yang | Spelling fix.
|
commit | commitdiff | tree |
2006-08-15 |
Edward Z. Yang | Add license document. We still haven't added notices...
|
commit | commitdiff | tree |
2006-08-15 |
Edward Z. Yang | Update TODO, add extra fringe test-case for extractBody()
|
commit | commitdiff | tree |
2006-08-15 |
Edward Z. Yang | Add support for full document parsing, aka discard...
|
commit | commitdiff | tree |
2006-08-15 |
Edward Z. Yang | Outfit a bunch of other classes so they can accept...
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Implement attribute transforms for required attributes...
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Rename Definition to HTMLDefinition.
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Update docs.
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Remove legacy required code from AttrDef_URI, also...
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Fix DOM bug where default encoding for HTML docs is...
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Add UTF-8 encoding declaration to htmlspecialchars.
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Fix minor mispelling.
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Fix misleading statement: To say it's completely done...
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Bugfix: test overwrite another.
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Commit XSS cheatsheet-based smoketest.
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Format config-ideas correctly.
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Add sample test file which demonstrates basic usage.
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Bugfix: add missing include Percentage
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | - Fixed lots of bugs
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Add Percentage, and font-size (not all styles fully...
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Have child definition drop invalid tags.
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Add missing caption child definition.
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Rename to demo.
|
commit | commitdiff | tree |
2006-08-14 |
Edward Z. Yang | Commit live demo, implement unified interface, and...
|
commit | commitdiff | tree |
2006-08-13 |
Edward Z. Yang | Add CSSLength support, and roll out to all applicable...
|
commit | commitdiff | tree |
2006-08-13 |
Edward Z. Yang | Commit AttrDef number, currently used by no styles...
|
commit | commitdiff | tree |
2006-08-13 |
Edward Z. Yang | Commit dud AttrDef integer.
|
commit | commitdiff | tree |
2006-08-13 |
Edward Z. Yang | CSS parsed as CDATA.
|
commit | commitdiff | tree |
2006-08-13 |
Edward Z. Yang | Make note that this is HTML specific.
|
commit | commitdiff | tree |
2006-08-13 |
Edward Z. Yang | Add slight documentation to CompositeTest.php
|
commit | commitdiff | tree |
2006-08-13 |
Edward Z. Yang | Implement the color AttrDef.
|
commit | commitdiff | tree |
2006-08-13 |
Edward Z. Yang | Add more information to progress document, fix an invalid...
|
commit | commitdiff | tree |
2006-08-13 |
Edward Z. Yang | Implement Composite attribute definition.
|
commit | commitdiff | tree |
2006-08-13 |
Edward Z. Yang | Minor formatting fixes.
|
commit | commitdiff | tree |
2006-08-13 |
Edward Z. Yang | Implemented CSS properties whose valid values were...
|
commit | commitdiff | tree |
2006-08-13 |
Edward Z. Yang | Make CSS validator drop duplicate declarations.
|
commit | commitdiff | tree |
2006-08-13 |
Edward Z. Yang | Update Progress document with more annotations and...
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Commit initial implementation of AttrDef_CSS, with...
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Commit optimization document.
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Commit code-quality tracking documentation.
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Hook in URI to Definition. Update progress documents.
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Commit a very lenient mailto checker. We'll tighten...
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Implement URIScheme and subclasses except for mailto...
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Update TODO with things we aren't going to fix right...
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Add a directive that lets you disallow pure-registry...
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Augment URISchemeRegistry with the ability to overload...
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Revamp URITest to use the harness.
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Fix a few errors that came with API change. I really...
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Generalize IDAccumulator into AttrContext. Modify...
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Fix PHP 4 problems with references.
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Initial implementation of URISchemeRegistry (fixed...
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Finish bare-bones implementation of URI. This will...
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Refactor a little, but I think I'm going to end up...
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Commit configuration ideas document.
|
commit | commitdiff | tree |
2006-08-12 |
Edward Z. Yang | Commit initial URI unit tests and implementation. They...
|
commit | commitdiff | tree |
2006-08-11 |
Edward Z. Yang | Add a DevNetwork thanks document.
|
commit | commitdiff | tree |
2006-08-11 |
Edward Z. Yang | E_STRICT fix: put $config in parameter list even if...
|
commit | commitdiff | tree |
2006-08-11 |
Edward Z. Yang | Revamp Configuration classes, breaking backwards configurati...
|
commit | commitdiff | tree |
2006-08-10 |
Edward Z. Yang | Add more possibilities for alternate Def, but we're...
|
commit | commitdiff | tree |
2006-08-10 |
Edward Z. Yang | Make PEAR tests configurable.
|
commit | commitdiff | tree |
2006-08-10 |
Edward Z. Yang | Use configuration in test runner.
|
commit | commitdiff | tree |
2006-08-10 |
Edward Z. Yang | Mention profiling in the TODO document.
|
commit | commitdiff | tree |
2006-08-07 |
Edward Z. Yang | Add CSS1 info to progress.
|
commit | commitdiff | tree |
2006-08-07 |
Edward Z. Yang | Profusely comment FixNesting.
|
commit | commitdiff | tree |