From 549ecbb3fc2fddafb22aeeb4a4a6d4305d8f1636 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Thu, 5 Nov 2009 02:08:18 +0100 Subject: [PATCH] TODO: Some zwelch's ideas - watches, ssh, server-side tracking branches --- TODO | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 5dc9b97..e76a72a 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,14 @@ * Support for commit notifications in mirrored repos +* Watches support - random strangers can ask to be notified each time + a certain project[#branch]:path changes; c.f. + + http://repo.or.cz/w/repo/ztw.git/commitdiff/e4fe8a5bed0f548187c7d2d9750254ef1205fa08 + + but probably with much simpler single-file state structure. + +* Upload SSH key as a file instead of pasting it to textarea + * Ratelimiting mail notifications * Captcha instead of the Sun-check @@ -22,5 +31,9 @@ * The notion of project forking: - Make it possible to aggregate the forks in graphiclog and diff - between forks. Mmmm... + * Make it possible to aggregate the forks in graphiclog and diff + between forks. + + * Provide "server-side tracking branch" management service: + - Propogate changes in "tracking branches" to other forks that want them. + - Users pull their fork and know those tracking branches are current. -- 2.11.4.GIT