Age | Commit message (Expand) | Author |
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 | Include php-gettext 1.0.7 into extlibs; loading it up if native gettext exten... | Brion Vibber |
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 |
2009-08-20 | Change the notice type defines all into class constants and adapt all files. | Marcel van der Boom |
2009-08-20 | Fix the default value of ['server']['path'] when running from command line sc... | Francois Marier |
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-16 | Merge commit 'jeff-themovie/0.8.x-openid-enabled' into 0.8.x | Craig Andrews |
2009-08-15 | Fixed OpenID appearing in primary nav when OpenID is enabled but not OpenID-only | Jeffery To |
2009-08-14 | whitespace in error.php | Evan Prodromou |
2009-08-13 | Added a configuration option to disable OpenID. | Jeffery To |
2009-08-12 | ServerErrorAction always logs | Evan Prodromou |
2009-08-12 | Define the member variable N | Craig Andrews |
2009-08-11 | oEmbed provider does not use the twitter api library classes any more | Craig Andrews |
2009-08-11 | Merge commit 'jeff-themovie/0.8.x-private-search' into 0.8.x | Craig Andrews |
2009-08-11 | Merge branch 'master' into 0.8.x | Evan Prodromou |
2009-08-11 | Don't show Search in the primary nav if the user isn't logged in and the site... | Jeffery To |
2009-08-11 | two variables $public and $system were generating notices in lib/htmloutputt... | Brett Taylor |
2009-08-10 | Revert "Typo, session_name is a function." | Evan Prodromou |
2009-08-10 | Merge commit 'jeff-themovie/0.8.x-openidonly' into 0.8.x | Craig Andrews |
2009-08-10 | Typo, session_name is a function. | Adrian Lang |
2009-08-10 | Merge branch 'twitter-oauth' into 0.8.x | Zach Copley |
2009-08-10 | I forgot that we don't do database upgrades for point releases. So I've | Zach Copley |
2009-08-10 | Moved some stuff around. More comments and phpcs compliance. | Zach Copley |
2009-08-10 | Added configuration option to only allow OpenID logins. | Jeffery To |
2009-08-08 | Fix logic that determines if a URL is relative or absolute in script() and cs... | Craig Andrews |
2009-08-08 | Merge branch '0.8.x' into twitter-oauth | Zach Copley |
2009-08-08 | Only populate attachments array element if there are attachments | Zach Copley |
2009-08-08 | Also show XML representation of attachments in the API | Zach Copley |
2009-08-08 | Post to Facebook user's stream if notice has an attachment, otherwise post no... | Zach Copley |
2009-08-08 | Better error handling when updating Facebook | Zach Copley |
2009-08-08 | Call $this->getNotices() always, becuase $this will be the right class. | Brenda Wallace |
2009-08-07 | bug 1770 conversation link for email | anontwit |
2009-08-07 | Redirect instead of showing an error when the user visits a non-local notice'... | Craig Andrews |
2009-08-07 | Implemented the list_all and list groups API methods as defined at http://lac... | Craig Andrews |
2009-08-06 | Merge commit 'jeff-themovie/0.8.x-jsonsearchresultslist' into 0.8.x | Craig Andrews |
2009-08-06 | Merge commit 'jeff-themovie/0.8.x-subsystems-enabled' into 0.8.x | Craig Andrews |
2009-08-06 | Make TwitterStatusFetcher extend ParallelizingDaemon | Zach Copley |
2009-08-06 | remove redundant/unnecessary lines | Craig Andrews |
2009-08-06 | Support the 'lite' parameter to statuses/friends and statuses/followers twitt... | Craig Andrews |
2009-08-07 | Fixed IM and SMS enabled options to default to true. | Jeffery To |
2009-08-07 | Added configuration option to disable post-by-email. | Jeffery To |
2009-08-07 | Added configuration options to enable/disable SMS and Twitter integration. | Jeffery To |
2009-08-06 | Check theme first for CSS files, then use the non-theme path. | Craig Andrews |