[ANN] BugFixArchiveViewer 1.1 on SqueakMap

Brent Vukmer bvukmer at blackboard.com
Thu Jun 5 10:24:46 UTC 2003


That should work for now!  And I'll fully integrate the concept of "isApproved" into the model in 1.1x.


-----Original Message-----
From:	Daniel Vainsencher [mailto:danielv at netvision.net.il]
Sent:	Thu 6/5/2003 5:32 AM
To:	The general-purpose Squeak developers list
Cc:	The general-purpose Squeak developers list
Subject:	Re: [ANN] BugFixArchiveViewer 1.1 on SqueakMap
Add the following method to BugFixArchiveViewer.

filterGroupForNotApproved

 ^ [ :archivePostGroup | (archivePostGroup titleOrBodyMatches:
'*pprov*') not]

Change defaultGroupFilters 

	^ {  #filterGroupForAuthorEmailMatch.
		#filterGroupForAuthorNameMatch.
		#filterGroupForSizeLimit.
		#filterGroupForTitleOrBodyMatch. }

To also include your new filter. Seems to get the right effect.
Enjoy!

Daniel

Marcus Denker <marcus at ira.uka.de> wrote:
> On Wed, Jun 04, 2003 at 09:42:49PM -0400, Brent Vukmer wrote:
> > 
> > Hope you enjoy this tool.  
> > It's definitely a beta product -- let me know what you think of it!
> > 
> Wow, that's nice! I just started to play with it. 
> 
> I just had an idea for an improvement: I'm a big fan of todo-lists,
> so what I would like to have would be a filter-option to not
> show all the threads that allready got an [approved] tag.
> (We should have a second tag [rejected] for those things
> that have been decided to not get added...].
> 
> So, I'd like to have a "Bug-fix TODO-List Viewer".
> 
>    Marcus
> 
> 
> 
> 
> -- 
> Marcus Denker marcus at ira.uka.de  -- Squeak! http://squeak.de




-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/ms-tnef
Size: 3411 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20030605/93a3ee95/attachment.bin


More information about the Squeak-dev mailing list