From: paulr Date: Thu, 3 Nov 2011 16:41:34 +0000 (+1100) Subject: minor text change X-Git-Url: http://git.pjr.cc/?p=gwvp.git;a=commitdiff_plain;h=05d58ec6d8a44b3c0213a1e666c354efa1e66a33 minor text change --- diff --git a/gwvplib/gwvpdatabase.php b/gwvplib/gwvpdatabase.php index 0c9a121..d9b51cd 100644 --- a/gwvplib/gwvpdatabase.php +++ b/gwvplib/gwvpdatabase.php @@ -39,8 +39,8 @@ function gwvp_dbCreateSQLiteStructure($dbloc) )'; // this looks like null, , , user:|group:|authed|anon - // where authed = any authenticated user, anon = any unauthed user - // read|visible|write = can clone from repo|can see repo exists but not clone from it|can push to repo + // where authed = any authenticated user, anon = everyone (logged in, not logged in, etc) + // read|visible|write = can clone from repo|can see repo exists and see description but not clone from it|can push to repo // TODO: is this sufficient? i have to think about it $repoperms = ' CREATE TABLE "repoperms" ( diff --git a/gwvplib/gwvprepoadmin.php b/gwvplib/gwvprepoadmin.php index e0943ba..53cf4b1 100644 --- a/gwvplib/gwvprepoadmin.php +++ b/gwvplib/gwvprepoadmin.php @@ -46,6 +46,8 @@ function gwvp_RepoAdminPageBody() // next we need a repo list - with perms checking - ug + // i must also remember that the home page will also contain a list of repos and that this page is solely for maintance + // and creation of repos - so i dont need to get over-worked about the info stored on this page outside of those activities $rlist = gwvp_GetRepoList(); echo ""; foreach($rlist as $u_res) {
Repo NameRepo DescriptionRepo Owner