| 2009-08-26 |
Undo the part of [3855f70905bd]: It caused strings to be incorrectly escaped and causing our XML parsing to break. Rather, escape hash-symbols when parsing in XML data as not to confuse AIHTMLDecoder. Refs #8141. Fixes #12856.
|
file | diff | annotate |
| 2009-08-11 |
Cherry-picked 3855f70905bd from adium:
|
file | diff | annotate |
| 2009-04-09 |
Make AIXMLElement -copyWithZone: not leak
|
file | diff | annotate |
| 2009-03-22 |
Completes [26431], but doesn't revert [25499]. Modifies AIXMLAppender to use AIXMLElements instead of NSXMLElements (which lack the ability to put spaces between elements, log > as >, which are major killjoys). Fixes all the issues I've found with logging.
|
file | diff | annotate |
| 2009-03-22 |
Revert [25511], [25538], [25539] which removed AIXMLElement. This breaks our ability to log elements the way we want (notably, > as > to avoid problems with LMX's reverse-parsing). This is still broken, though: [25499]'s use of NSXMLElement causes the changes to encoding we've made in AIXMLElement to be reverted.
|
file | diff | annotate |
| 2008-08-14 |
Preliminary conversion to using fast enumeration; caveats: variable declarations were not moved into loop headers. In *most* cases it should be safe to move them, but make sure the variable is not needed later on in the method. Also, AIContactController was not converted, because the conversion tool freaked out
|
file | diff | annotate |
| 2008-08-06 |
Merge 64 bit branch to trunk. Fingers crossed, and I have been testing it some, but expect fallout from this. 11,000 line diffs are rarely without consequence ;)
|
file | diff | annotate |
| 2008-08-06 |
svn 1.5 merge tracking is terrible. This is a manual merge of the Sparkle 1.5 branch into trunk
|
file | diff | annotate |