Skip to content

Small Fixes

gitlab-qa-bot requested to merge github/fork/dubcanada/master into master

Created by: dubcanada

Hey,

I did a few fixes...

  • Made the admin area create a project a duplicate of the client area create a project, and made the admin area create a project function.
  • Removed the taggify javascript from project _new form (it wasn't being called and was causing the rest of the page's javascript to not function)
  • Removed the env -i from the post-receive-hooks file (it was causing problems in Debian 5, Mac OS) tested it on Debian 5, Ubuntu Server 11, Mac OSX without env -i and they are all working. Someone may want to test in some other OS's before merging in this change.

Merge request reports