Age | Commit message (Expand) | Author |
2009-09-21 | 'easy' way to handle notices at queue time | Evan Prodromou |
2009-09-21 | add a hook at point of enqueuing notices | Evan Prodromou |
2009-09-21 | Fixes for posting shortened URLs or uploads | Brion Vibber |
2009-09-09 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews |
2009-09-09 | If a shortened URL begins with http://, don't include it in the shortened url... | Craig Andrews |
2009-09-09 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews |
2009-09-09 | :: isn't a valid IPv6 address for our purposes | Craig Andrews |
2009-09-05 | more info in error message, to help next person who has to debug locales | brenda |
2009-09-04 | Added additional characters as allowed in URLs. | Craig Andrews |
2009-09-03 | Pluginize the URL shorteners | Craig Andrews |
2009-09-02 | Merge remote branch 'laconica/0.8.x' into 0.9.x | Craig Andrews |
2009-08-31 | Fix attachment saving | Craig Andrews |
2009-08-31 | Allow :'s in the path, query string, and fragment parts of the url (Mediawiki... | Craig Andrews |
2009-08-28 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou |
2009-08-28 | Add % and ~ as valid characters in the path, querystring, and fragment parts ... | Craig Andrews |
2009-08-28 | fix 'callback_helper'0.8.1 | Evan Prodromou |
2009-08-27 | make URL analyzer save new info on URLs0.8.1rc2 | Evan Prodromou |
2009-08-27 | remove duplicate save of Notice and streamline attachment detection | Evan Prodromou |
2009-08-27 | reformat curry() to make my editor happy | Evan Prodromou |
2009-08-27 | Merge branch '0.8.x' of git@gitorious.org:laconica/mainline into 0.8.x | Evan Prodromou |
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou |
2009-08-27 | Do not used named capturing groups | Craig Andrews |
2009-08-27 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou |
2009-08-25 | global search and replace for laconica -> statusnet | Evan Prodromou |
2009-08-25 | a distributed -> the distributed | Evan Prodromou |
2009-08-25 | change Laconica and Control Yourself to StatusNet in PHP files | Evan Prodromou |
2009-08-25 | Allow ({['" to preceded #tags | Craig Andrews |
2009-08-25 | Handle grouping symbols ()[]{} correctly. Now passing all tests! | Craig Andrews |
2009-08-25 | Add UTF-8 encodings of the IDN TLDs | Craig Andrews |
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-21 | Finally got the IPv6 regex right in the url finder | Craig Andrews |
2009-08-21 | Improve url finding more. Properly end urls when a space is caught. | Craig Andrews |
2009-08-21 | URLs surrounded by (),{}, and [] are correctly handled now! | Craig Andrews |
2009-08-21 | Merge branch '0.9.x' into openidplugin | Evan Prodromou |
2009-08-21 | Linkifier support many more urls, and less mismatches | Craig Andrews |
2009-08-21 | Merge branch '0.8.x' into 0.9.x | Evan Prodromou |
2009-08-21 | Use currying to call the url callbacks, and use preg_replace_callback | Craig Andrews |
2009-08-21 | url-shortening check correctly checks max notice length | Evan Prodromou |
2009-08-21 | make common_config() handle nulls correctly | Evan Prodromou |
2009-08-20 | Change the notice type defines all into class constants and adapt all files. | Marcel van der Boom |
2009-08-18 | Removed all the redundant logic in common_replace_urls_callback | Craig Andrews |
2009-08-18 | IPv4 and IPv6 addresses are picked up in URLs | Craig Andrews |
2009-08-04 | move check for SSL from util.php to OpenIDPlugin | Evan Prodromou |
2009-08-04 | add an event for determining if an action is sensitive | Evan Prodromou |
2009-08-02 | Fixed PHP Notices: | Jeffery To |
2009-08-02 | Fixed PHP Notice "Use of undefined constant session_name - assumed 'session_n... | Jeffery To |
2009-07-26 | lowercase tags using mb_convert_case(), which understands many more alphabets... | Brenda Wallace |
2009-07-22 | Merge commit 'br3nda/0.8.x-hashtags' into 0.8.x | Craig Andrews |
2009-07-21 | Detect xmpp uri's and make them into hyperlinks | Craig Andrews |