From: paulr Date: Mon, 7 Nov 2011 05:13:00 +0000 (+1100) Subject: added a few comments on the repo addition page X-Git-Url: http://git.pjr.cc/?p=gwvp.git;a=commitdiff_plain;h=fd4cf08e3ec4b127996696c2c11062f676dc39c5 added a few comments on the repo addition page added a section in the todo for what im currently working on (to remind myself) --- diff --git a/TODO b/TODO index 59d6a0c..372bef6 100644 --- a/TODO +++ b/TODO @@ -6,6 +6,13 @@ TGOW (total) or something My basic roadmap of the things I want to do with this project in the order I want to do them: +Current +======= +1) implement repo permissions +2) add a page after repo creation to explain how to populate +3) remove initial repo bit via bundle - going to leave this here for now +4) fix up the gitbackend function once and for all + Alpha Release ============= 1) user/group admin page fully functional + form validation diff --git a/gwvplib/gwvprepoadmin.php b/gwvplib/gwvprepoadmin.php index 665aeff..07bab8e 100644 --- a/gwvplib/gwvprepoadmin.php +++ b/gwvplib/gwvprepoadmin.php @@ -84,7 +84,8 @@ function gwvp_CreateRepoPageBody() echo ""; echo ""; echo ""; - echo ""; + echo ""; echo "
Repository Name
Repository Description
Repository BundleCreate a bundle for pro-creating the git repository (export your git bundle with \"git bundle create /tmp/filename --branches\")
Repository BundleCreate a bundle for pro-creating the git repository (export your git bundle with \"git bundle create /tmp/filename --branches\")
"; + echo "Typically you wouldn't use this as its easier to \"push\" to the repo after its created by adding it as a remote and pushing your local master branch
Default Permisison Set";