[ANN] BugFixArchiveViewer 1.1 on SqueakMap

Marcus Denker marcus at ira.uka.de
Thu Jun 5 09:56:10 UTC 2003


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