index
:
statusnet/lukeshus-statusnet
0.7.x
0.8.x
0.9.x
1.0.x
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
URLDetectionTest.php
Age
Commit message (
Expand
)
Author
2009-11-02
fix the [] unit tests
Craig Andrews
2009-10-23
Fix an incorrectly passing URL test case and add two a related test case:
Brion Vibber
2009-09-27
Fix some bugs in the URL linkification, and fixed the unit test.
Craig Andrews
2009-09-27
Fix URL linkification test cases for addition of 'title' attribution with lon...
Brion Vibber
2009-09-10
Allow @ signs in the path, querystring, and fragment parts of URLs
Craig Andrews
2009-09-09
:: isn't a valid IPv6 address for our purposes
Craig Andrews
2009-09-04
Added additional characters as allowed in URLs.
Craig Andrews
2009-08-31
Allow :'s in the path, query string, and fragment parts of the url (Mediawiki...
Craig Andrews
2009-08-28
Add % and ~ as valid characters in the path, querystring, and fragment parts ...
Craig Andrews
2009-08-25
change LACONICA to STATUSNET
Evan Prodromou
2009-08-25
All tests pass except for those that require matching parens or brackets
Craig Andrews
2009-08-25
Improved the URL tests, and improve the matcher so more tests are passed. The...
Craig Andrews
2009-08-24
ftps protocol should be handled the same way as ftp
Craig Andrews
2009-08-24
change class to rel in unit tests for URL check
Evan Prodromou
2009-08-24
Add unit test directory and first test
Evan Prodromou