web/hosts/issues/detectors Makefile.in,1.4,1.5

Tobias Hunger <[email protected]> Mon, 25 Aug 2003 11:32:15 -0500
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/web/hosts/issues/detectors
In directory purcel:/tmp/cvs-serv15619/detectors

Modified Files:
	Makefile.in 
Log Message:
Played with the permissions once more:

* Developers should now be able to comment on milestones, add themselves to
  nosy lists there, etc.
* You need to be a developer to change certain settings on a bug. Going round
  the webinterface shouldn't work anymore.
* Only developers are allowed to modify tasks.
* Do some sanity checks on all bugs/tasks/milestones before commiting them
  to the DB (and reject invalid changes)


Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/web/hosts/issues/detectors/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.in	20 Aug 2003 11:26:00 -0000	1.4
+++ Makefile.in	25 Aug 2003 16:32:13 -0000	1.5
@@ -3,7 +3,7 @@
 include ../../../config.mk
 
 detectors	:= __init__.py \
-                   ciabot.py nosyreaction.py statusauditor.py newissues.py
+                   ciabot.py nosyreaction.py sanitycheck.py newissues.py
 
 all: