summaryrefslogtreecommitdiff
path: root/lib/util.php
AgeCommit message (Expand)Author
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-25Allow ({['" to preceded #tagsCraig Andrews
2009-08-25Handle grouping symbols ()[]{} correctly. Now passing all tests!Craig Andrews
2009-08-25Add UTF-8 encodings of the IDN TLDsCraig Andrews
2009-08-25All tests pass except for those that require matching parens or bracketsCraig Andrews
2009-08-25Improved the URL tests, and improve the matcher so more tests are passed. The...Craig Andrews
2009-08-21Finally got the IPv6 regex right in the url finderCraig Andrews
2009-08-21Improve url finding more. Properly end urls when a space is caught.Craig Andrews
2009-08-21URLs surrounded by (),{}, and [] are correctly handled now!Craig Andrews
2009-08-21Linkifier support many more urls, and less mismatchesCraig Andrews
2009-08-21Use currying to call the url callbacks, and use preg_replace_callbackCraig Andrews
2009-08-20Change the notice type defines all into class constants and adapt all files.Marcel van der Boom
2009-08-18Removed all the redundant logic in common_replace_urls_callbackCraig Andrews
2009-08-18IPv4 and IPv6 addresses are picked up in URLsCraig Andrews
2009-08-02Fixed PHP Notices:Jeffery To
2009-08-02Fixed PHP Notice "Use of undefined constant session_name - assumed 'session_n...Jeffery To
2009-07-26lowercase tags using mb_convert_case(), which understands many more alphabets...Brenda Wallace
2009-07-22Merge commit 'br3nda/0.8.x-hashtags' into 0.8.xCraig Andrews
2009-07-21Detect xmpp uri's and make them into hyperlinksCraig Andrews
2009-07-20show full utf8 in tagsBrenda Wallace
2009-07-04don't try to show non-objectEvan Prodromou
2009-07-03Merge branch '0.8.x' into queuemanagerEvan Prodromou
2009-07-02Make logging facility configurableZach Copley
2009-07-02Merge branch '0.8.x' into queuemanagerEvan Prodromou
2009-07-01Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev i...Evan Prodromou
2009-07-01better transport choices when xmpp is disabledEvan Prodromou
2009-07-01take out session handler notificationEvan Prodromou
2009-07-01Add UnQueueManager for immediate handlingEvan Prodromou
2009-06-30Merge commit 'jeff-themovie/small-fixes' into 0.8.xZach Copley
2009-06-28better output for common error handlerEvan Prodromou
2009-06-28extract log-line formatting to its own functionEvan Prodromou
2009-06-28don't canonicalize people's text into URLsEvan Prodromou
2009-06-28start of queuemanager codeEvan Prodromou
2009-06-27log IP for API auth errorsEvan Prodromou
2009-06-27some debugging code for sessionsEvan Prodromou
2009-06-27use the session class to store sessionsEvan Prodromou
2009-06-27a memcached_dataobject class for saving sessionsEvan Prodromou
2009-06-27marker in sessionsEvan Prodromou
2009-06-26Merge branch '0.8.x' into small-fixesJeffery To
2009-06-25Return clippy to his rightful place next to attachmentsZach Copley
2009-06-24make stomp server work with username and passwordEvan Prodromou
2009-06-24Merge branch '0.8.x' into small-fixesJeffery To
2009-06-23append uploads to content rather than showing them doubleEvan Prodromou
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-06-15allow a configured base for cache keysEvan Prodromou
2009-06-14Link and distribute notices tagged for a group aliasEvan Prodromou
2009-06-12Fix "Trying to get property of non-object" errors when a user tries to log in...Jeffery To
2009-06-10merge error in util.phpEvan Prodromou
2009-06-08Merge branch '0.7.x' into 0.8.xEvan Prodromou