Age | Commit message (Collapse) | Author |
|
Auth as well as OAuth
|
|
|
|
|
|
|
|
|
|
I'm not sure all php 5.2's are compiled with a PCRE library that supported named captures.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
304db1d30b4ad96f8a2ca500d224bb1609588fed
|
|
|
|
|
|
|
|
The remaining failing tests I believe are incorrect.
|
|
|
|
Conflicts:
actions/twitterauthorization.php
lib/oauthclient.php
lib/twitter.php
lib/twitterapi.php
lib/twitteroauthclient.php
scripts/twitterstatusfetcher.php
|
|
is a protected resource
|
|
|
|
|
|
|
|
|
|
Conflicts:
lib/rssaction.php
lib/twitterapi.php
|
|
|
|
|
|
|
|
extension is not present.
This provides a pure PHP implementation of the gettext functions.
This should help get laconica running on shared hosting environments where PHP's gettext module may not be installed.
Also gets us one step closer to running on Mac OS X 10.5 with Apple's preinstalled PHP, which doesn't provide an easy way to add modules.
Source: http://savannah.nongnu.org/projects/php-gettext
Copyright (c) 2005 Steven Armstrong <sa at c-area dot ch>
GPLv2 or later
|
|
|
|
This definitely looks neater than the string maniplation it replaces
|
|
|
|
scripts
The logic in _sn_to_path() doesn't make sense when not running via a remote server.
Default to the empty string if running from the command line and ['server']['path']
is not set manually in config.php
|
|
Modified the regex so that strings such as /usr/share/perl5/HTML/Mason/ApacheHandler.pm as not turned into links
|