From: Paul V. <pau...@gm...> - 2007-09-07 11:03:46
|
Hi, Currently a lot of graphs have still a hardcoded length check on the tags (<8). This is used to get rid of the release candidates for the linux kernel. This hardcoded check has to be removed if we want to be able to use all kind of git-repositories. The idea is: - have the ability to create 'Admin' users - create one or more administration pages (only for the administrator not (yet) for users) - add the ability to add a 'visibility' flag to the tags - change all php files to get rid of the '<8' and instead check for the above flag. I think the 'Admin' user is something we have to do anyway. This also in light of adding a configuration/installation page (Feature Request 1784591). For now having the ability to mark the tags should be with the administrator. In next versions we could maybe have the user decide as well(cookies?). Any thoughts on this or remarks/suggestions? Cheers, Paul. |