6.0.0-beta1
7/6/25

[#242] summary block not availabe
Summary summary block not availabe
Queue Nag
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners
Requester xk3 (at) mompl (dot) org
Created 05/30/2004 (7707 days ago)
Due
Updated 07/24/2004 (7652 days ago)
Assigned
Resolved 07/24/2004 (7652 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
07/24/2004 04:57:05 AM Chuck Hagenbuch Comment #3
State ⇒ Resolved
Reply to this comment
This was fixed a while ago.
05/31/2004 10:58:20 AM Jan Schneider Comment #2
State ⇒ Stalled
Reply to this comment
The Blocks API is currently being reworked. Try again in a week or two.
05/30/2004 01:28:32 PM xk3 (at) mompl (dot) org Comment #1
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Queue ⇒ Nag
Reply to this comment
Is there a reason that the nag summary block is not availabe on the 
horde start page? A little pattern matching with other modules let me 
insert the following in nag/lib/api.php



$_services['blocks'] = array(

     'args' => array(),

     'type' => 'stringArray'

);



function _nag_blocks()

{

      return array('summary' => array('name' => _("Tasks Summary")));

}



I have no idea of the horde framework internals, but it's working that way.


Saved Queries