ObjFW  History of tests/OFXMLElementTests.m of a85a9b60769c5509

History of the file that is called tests/OFXMLElementTests.m at check-in a85a9b60769c5509

2011-10-04
13:14
Deleted: Split OFXMLElement into OFXML{Element,Characters,CDATA,Comment}. (check-in: [03f14bf019] user: js, branch: trunk, size: 0)
2011-06-06
16:28
[6d538f8842] part of check-in [af23d890f1] Use memset() for indentation in OFXMLElement. (check-in: [af23d890f1] user: js, branch: trunk, size: 5282) [annotate] [blame] [check-ins using] [diff]
2011-06-05
23:59
[0c7d40f6d8] part of check-in [14991e7035] Add -[XMLStringWithIndentation:] to OFXMLElement. (check-in: [14991e7035] user: js, branch: trunk, size: 5248) [annotate] [blame] [check-ins using] [diff]
2011-06-04
14:00
[9cc1013df2] part of check-in [cee604408e] Add -[isEqual:] to OFXMLElement and OFXMLAttribute. (check-in: [cee604408e] user: js, branch: trunk, size: 5040) [annotate] [blame] [check-ins using] [diff]
2011-05-14
19:48
[fe66efda43] part of check-in [12a8ac4cb3] Ignore whitespaces around the root element in -[initWithXMLString]. (check-in: [12a8ac4cb3] user: js, branch: trunk, size: 4745) [annotate] [blame] [check-ins using] [diff]
2011-04-09
12:30
[1e31b5bb2b] part of check-in [91d438b5d2] Also test comments in -[stringValue]. (check-in: [91d438b5d2] user: js, branch: trunk, size: 4694) [annotate] [blame] [check-ins using] [diff]
2011-03-31
12:14
[7235d66d34] part of check-in [4e88d4192d] Add -[stringValue] to OFXMLElement. (check-in: [4e88d4192d] user: js, branch: trunk, size: 4681) [annotate] [blame] [check-ins using] [diff]
11:45
[878add25fb] part of check-in [5c80b8838f] Rename -[stringValue] to -[XMLString] in OFXMLElement. (check-in: [5c80b8838f] user: js, branch: trunk, size: 4490) [annotate] [blame] [check-ins using] [diff]
2011-03-24
19:42
[60a7c83b15] part of check-in [cda44767f4] Get rid of OFExceptions.h. (check-in: [cda44767f4] user: js, branch: trunk, size: 4522) [annotate] [blame] [check-ins using] [diff]
2011-02-19
16:08
[32f41396af] part of check-in [8732769f4c] Add -[elementsForName:namespace:] to OFXMLElement. (check-in: [8732769f4c] user: js, branch: trunk, size: 4547) [annotate] [blame] [check-ins using] [diff]
15:06
[dbaee50446] part of check-in [2086095795] OFXMLElement improvements. (check-in: [2086095795] user: js, branch: trunk, size: 4309) [annotate] [blame] [check-ins using] [diff]
2011-02-08
12:11
[af4b374070] part of check-in [783ccbbad8] Use xmlns if there is no prefix for the namespace. (check-in: [783ccbbad8] user: js, branch: trunk, size: 3855) [annotate] [blame] [check-ins using] [diff]
2011-01-01
20:19
[0f42eb718c] part of check-in [da6b3d26cb] Change license. (check-in: [da6b3d26cb] user: js, branch: trunk, size: 3592) [annotate] [blame] [check-ins using] [diff]
2010-12-25
19:31
[99da37aae1] part of check-in [39cb19595d] Add OFDate. (check-in: [39cb19595d] user: js, branch: trunk, size: 3336) [annotate] [blame] [check-ins using] [diff]
2010-12-11
20:13
[5a91def578] part of check-in [4a8fcc8716] Add -[description] to OFXMLElement. (check-in: [4a8fcc8716] user: js, branch: trunk, size: 3357) [annotate] [blame] [check-ins using] [diff]
2010-07-29
19:32
[56acb16688] part of check-in [ed63c0fdc1] Comply with section 6.2 of XML namespaces.

More specifically to this:
"The namespace name for an unprefixed attribute name always has no
value." (check-in: [ed63c0fdc1] user: js, branch: trunk, size: 3283) [annotate] [blame] [check-ins using] [diff]

2010-07-02
20:56
[f1b03ff45a] part of check-in [e2499be5c1] Add support for CDATA to OFXMLElement. (check-in: [e2499be5c1] user: js, branch: trunk, size: 3318) [annotate] [blame] [check-ins using] [diff]
20:45
[3f6cbf99e7] part of check-in [4ea5f3f7fd] Rename +[elementWithText:] to +[elementWithCharacters:]. (check-in: [4ea5f3f7fd] user: js, branch: trunk, size: 3168) [annotate] [blame] [check-ins using] [diff]
2010-06-13
15:40
[e3337d2bec] part of check-in [29384131f7] Add +[elementWithText:] and +[elementWithComment:] to OFXMLElement. (check-in: [29384131f7] user: js, branch: trunk, size: 3156) [annotate] [blame] [check-ins using] [diff]
2010-06-06
20:04
[0b94bf1d4a] part of check-in [e8c8d5a894] Support for namespaces in OFXMLElement and OFXMLParser. HUGE diff! (check-in: [e8c8d5a894] user: js, branch: trunk, size: 2859) [annotate] [blame] [check-ins using] [diff]
2010-04-30
14:16
Deleted: Branch for 0.3. (check-in: [7c4399b41c] user: js, branch: 0.3, size: 0)
2010-04-17
15:46
[a0a019906c] part of check-in [062a052b50] Don't return self where not necessary, return void or something useful. (check-in: [062a052b50] user: js, branch: trunk, size: 1531) [annotate] [blame] [check-ins using] [diff]
2010-04-07
21:06
Added: [df22df1a10] part of check-in [7bbce47bda] Rename tests files so they are named after the category they implement. (check-in: [7bbce47bda] user: js, branch: trunk, size: 1532) [annotate] [blame] [check-ins using]