[ANN] BugFixArchiveViewer 1.1 on SqueakMap

Daniel Vainsencher danielv at netvision.net.il
Thu Jun 5 12:05:49 UTC 2003


Were'nt you the guy that wanted to remove tags to simplify a couple of
weeks ago? ;-)

I'm open for suggestions, but let's wait for more opinions.

Daniel

Marcus Denker <marcus at ira.uka.de> wrote:
> Hi,
> 
> Thanks, that works nicely.
> 
> What about two more tags:
> 
> 1) [closed]
> The Bugreport can be closed without need for [approve], maybe
> because it was superseded by another change, the code was removed
> or things like that.
> 2) [forwarded]
> Lots of [FIX] and [ENH] are meant for packages on SqueakMap. These
> should be forwarded to the Maintainers. 
> 
>    Marcus
> 
> 
> On Thu, Jun 05, 2003 at 11:32:27AM +0200, Daniel Vainsencher wrote:
> > 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!
> > 
> 
> -- 
> Marcus Denker marcus at ira.uka.de  -- Squeak! http://squeak.de



More information about the Squeak-dev mailing list