Activity log for bug #498274

Date Who What changed Old value New value Message
2009-12-18 18:40:51 Tilman Blumenbach bug added bug
2009-12-18 19:14:37 Tilman Blumenbach branch linked lp:~quam-plures-core/quam-plures/qp-bug-498274
2009-12-19 14:42:49 Tilman Blumenbach description Bazzar branch: trunk The calendar widget is broken. It uses a helper class (called "Calendar") whose methods try to call a non-existing T_() method (leading to a fatal PHP error when trying to display the widget). This bug was introduced when replacing all calls to the global T_() function with calls to Plugin::T_(). Possible solutions: - Revert to global T_() function calls. - Use a reference to the Plugin class which uses the Calendar class. Bazaar branch: trunk The calendar widget is broken. It uses a helper class (called "Calendar") whose methods try to call a non-existing T_() method (leading to a fatal PHP error when trying to display the widget). This bug was introduced when replacing all calls to the global T_() function with calls to Plugin::T_(). Possible solutions: - Revert to global T_() function calls. - Use a reference to the Plugin class which uses the Calendar class.
2009-12-19 14:43:22 Tilman Blumenbach quam-plures: status Confirmed Fix Committed
2009-12-19 15:55:22 Launchpad Janitor branch linked lp:quam-plures
2009-12-19 15:57:30 Yabs quam-plures: status Fix Committed Fix Released