Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-31 | Fix attachment saving | Craig Andrews | |
2009-08-31 | Allow :'s in the path, query string, and fragment parts of the url ↵ | Craig Andrews | |
(Mediawiki URLs often do this) | |||
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 | |
of URLs | |||
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 | Do not used named capturing groups | Craig Andrews | |
I'm not sure all php 5.2's are compiled with a PCRE library that supported named captures. | |||
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. ↵ | Craig Andrews | |
The remaining failing tests I believe are incorrect. | |||
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 | Linkifier support many more urls, and less mismatches | Craig Andrews | |
2009-08-21 | Use currying to call the url callbacks, and use preg_replace_callback | Craig Andrews | |
This definitely looks neater than the string maniplation it replaces | |||
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 | |
Modified the regex so that strings such as /usr/share/perl5/HTML/Mason/ApacheHandler.pm as not turned into links | |||
2009-08-18 | IPv4 and IPv6 addresses are picked up in URLs | Craig Andrews | |
Added ".onion" as a possible TLD | |||
2009-08-02 | Fixed PHP Notices: | Jeffery To | |
Undefined index: HTTP_X_FORWARDED_FOR Undefined index: HTTP_CLIENT_IP Undefined variable: proxy Also fixed the return value order to match calls to common_client_ip() in actions/api.php and lib/rssaction.php | |||
2009-08-02 | Fixed PHP Notice "Use of undefined constant session_name - assumed ↵ | Jeffery To | |
'session_name'" | |||
2009-07-26 | lowercase tags using mb_convert_case(), which understands many more ↵ | Brenda Wallace | |
alphabets than I do. | |||
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 | |
http://laconi.ca/trac/ticket/1592 | |||
2009-07-20 | show full utf8 in tags | Brenda Wallace | |
2009-07-04 | don't try to show non-object | Evan Prodromou | |
2009-07-03 | Merge branch '0.8.x' into queuemanager | Evan Prodromou | |
2009-07-02 | Make logging facility configurable | Zach Copley | |
2009-07-02 | Merge branch '0.8.x' into queuemanager | Evan Prodromou | |
2009-07-01 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-07-01 | better transport choices when xmpp is disabled | Evan Prodromou | |
2009-07-01 | take out session handler notification | Evan Prodromou | |
2009-07-01 | Add UnQueueManager for immediate handling | Evan Prodromou | |
Perhaps it's a little precious, but I took out the switches in util.php to determine what's supposed to be sent when, and made a queuemanager class that will just do things when they're supposed to be done. | |||
2009-06-30 | Merge commit 'jeff-themovie/small-fixes' into 0.8.x | Zach Copley | |
* commit 'jeff-themovie/small-fixes': Fix missing max_id in API search calls Fix "Trying to get property of non-object" errors when a user tries to log in using an unknown nickname Fix "Trying to get property of non-object" errors when accessing the people search results page Fix "Undefined variable: cnt" Fix "Trying to get property of non-object" errors in groupeditform.php Fix "Undefined property: DisfavorAction::$id" | |||
2009-06-28 | better output for common error handler | Evan Prodromou | |
2009-06-28 | extract log-line formatting to its own function | Evan Prodromou | |
2009-06-28 | don't canonicalize people's text into URLs | Evan Prodromou | |
2009-06-28 | start of queuemanager code | Evan Prodromou | |
2009-06-27 | log IP for API auth errors | Evan Prodromou | |
2009-06-27 | some debugging code for sessions | Evan Prodromou | |
2009-06-27 | use the session class to store sessions | Evan Prodromou | |
2009-06-27 | a memcached_dataobject class for saving sessions | Evan Prodromou | |
2009-06-27 | marker in sessions | Evan Prodromou | |