From 5c414a851566a4acc4e50c18a519bf3a4ab487a0 Mon Sep 17 00:00:00 2001 From: paulr Date: Thu, 10 Nov 2011 17:01:11 +1100 Subject: [PATCH] updated desc --- gwvplib/gwvpgitwebservice.php | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/gwvplib/gwvpgitwebservice.php b/gwvplib/gwvpgitwebservice.php index 57d0881..729e58d 100644 --- a/gwvplib/gwvpgitwebservice.php +++ b/gwvplib/gwvpgitwebservice.php @@ -28,7 +28,16 @@ function gwvp_gitControlCallMe() function gwvp_GitLogProvider() { - echo "
gitload provider loaded on homepage
"; + /* + * The home page provider will: + * 1) show the last 10 commits for every repository - though, excluding private repos + * 2) if loged in, show the last commit on any repo's the user owns + * + * So i need a table thats going to list "writes" by user - as in POST writes but only + * put that info into the stats (doesnt exist) db if the repo is publically readable + * + * Or... should we instead just list every repo? + */ } function gwvp_repoPermissionCheck($repo, $user) -- 1.7.0.4