gnu-social/tests
Brion Vibber fffc10a230 Nickname class to encapsulate validation & common regexes for nickname formats.
This provides initial infrastructure for decoupling display names from internal canonical names, but continues to have us storing and using the canonical forms.

It should be/become possible to provide mixed-case and underscore-containing names in links, @-mention, !-group, etc, but we don't store those alternate forms generally.
2010-11-29 14:46:10 -08:00
..
oauth Fix option settings on oauth_post_notice.php 2010-10-20 16:16:00 -07:00
sample-uploads Enhanced upload file type detection. If given an original filename, we'll attempt to detect type from the extension if we were unable to make a definitive match from content. Generic octet-stream, zip, and MS Office type are explicitly singled out for re-checks, which fixes OpenOffice and MS Office documents to come up with the proper types when misdetected. 2010-06-28 08:59:47 -07:00
ActivityGenerationTests.php update tests to include 'mentioned' links 2010-08-03 16:04:19 -07:00
ActivityParseTests.php Test cases and fixes for Atom and RSS content decoding. 2010-04-23 15:40:48 -07:00
CurryTest.php PHP 5.3 closure-based implementation of curry(); old implementation used as fallback for older PHP versions. Added unit tests to confirm they both work! 2009-12-16 09:27:48 -05:00
HashTagDetectionTests.php Fix some bugs in the URL linkification, and fixed the unit test. 2009-09-27 16:52:15 -04:00
JidValidateTest.php Ticket #1281: JID validation now more or less follows spec instead of calling e-mail validator 2010-03-30 17:35:27 -07:00
LocationTest.php Renaming GeonamesPlugin::NAMESPACE to GeonamesPlugin::LOCATION_NS to avoid parse errors; 'namespace' is a reserved keyword in PHP 5.3 and later. 2009-11-17 16:56:43 -08:00
MediaFileTest.php Enhanced upload file type detection. If given an original filename, we'll attempt to detect type from the extension if we were unable to make a definitive match from content. Generic octet-stream, zip, and MS Office type are explicitly singled out for re-checks, which fixes OpenOffice and MS Office documents to come up with the proper types when misdetected. 2010-06-28 08:59:47 -07:00
NicknameTest.php Nickname class to encapsulate validation & common regexes for nickname formats. 2010-11-29 14:46:10 -08:00
oEmbedTest.php Add some data integrity checks on oembed tests (shows a bug on identi.ca test case -- missing width/height in photo data) 2010-11-15 12:58:00 -08:00
TagURITest.php Add a library to mint tag URIs 2010-02-20 13:23:08 -05:00
URLDetectionTest.php Update URLDetectionTest.php for rel="nofollow external". There are still some broken tests due to bad quote splitting, which is unrelated. 2010-10-18 12:26:01 -07:00
UserFeedParseTest.php Some initial media parsing 2010-03-22 18:55:17 -07:00
UserRightsTest.php Fix UserRightsTest unit tests 2009-12-16 09:27:48 -05:00