{5} Assigned, Active Tickets by Owner (Full Description) (2 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

http://cygnus.myopenid.com/

Ticket Summary Component Milestone Type Created
Description
#32 Fix handling of $DB / $__Auth_OpenID_PEAR_AVAILABLE None None defect 09/17/07

The current code tries to include_once "DB.php" and decides upon the result, if PEAR is available ($__Auth_OpenID_PEAR_AVAILABLE). Because it's using "@include_once" this can create a fatal error, which is hard to spot, because there's no error logged/displayed anywhere. E.g., in b2evolution there's already a class DB and therefor you'll get "cannot redeclare class", if PEAR DB is available and gets sources here.

I've created a patch to remove the $__Auth_OpenID_PEAR_AVAILABLE global altogether and use another check ("method_exists") where setFetchMode is supposed to get called for PEAR DB instances. Another solution might be to check for (is_subclass_of($this->connection, 'db_common')).


http://dag.myopenid.com/

Ticket Summary Component Milestone Type Created
Description
#100 use forking mongrel for rails-openid example on openidenabled None enhancement 01/08/08

the instance of the ruby-openid example running on openidenabled.com seems to only be able to deal with one request at a time, which leaves it prone to the can't-test-it-against-itself problem. Is there a better ruby server we can serve this under that's more capable? or a way to change the configuration of the current server?


Note: See TracReports for help on using and creating reports.