From fd4cf08e3ec4b127996696c2c11062f676dc39c5 Mon Sep 17 00:00:00 2001 From: paulr Date: Mon, 7 Nov 2011 16:13:00 +1100 Subject: [PATCH] added a few comments on the repo addition page added a section in the todo for what im currently working on (to remind myself) --- TODO | 7 +++++++ gwvplib/gwvprepoadmin.php | 3 ++- 2 files changed, 9 insertions(+), 1 deletions(-) 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"; -- 1.7.0.4