-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- v0.11.34
- v0.11.33
- v0.11.29
- v0.11.19
- v0.11.4
- v0.11
- v0.11rc
- v0.10.18
- v0.10.8
- v0.10.1
- v0.10
- v0.10rc
- v0.9.141
- v0.9.128
- v0.9.113
- v0.9.97
- v0.9.71
- v0.9.60
- v0.9.48
- v0.9.46
- v0.9.13
- v0.9.0
- v0.8.43
- v0.8.25
- v0.8.10
- v0.8.0
- v0.7.33
- v0.7.22
- v0.7.19
- v0.7.6
- v0.7.0
- v0.6.15
- v0.6.9
- v0.6.5
- v0.6.3
- v0.6.1
- v0.6.0
- v0.5.13
- v0.5.11
- v0.5.9
- v0.5.8
Showing
11 changed files
with
241 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,19 @@ | ||
Copyright (c) 2014 | ||
All rights reserved. | ||
Copyright (c) 2014 All Gogs Contributors | ||
|
||
Redistribution and use in source and binary forms, with or without | ||
modification, are permitted provided that the following conditions are met: | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
* Redistributions of source code must retain the above copyright notice, this | ||
list of conditions and the following disclaimer. | ||
The above copyright notice and this permission notice shall be included in | ||
all copies or substantial portions of the Software. | ||
|
||
* Redistributions in binary form must reproduce the above copyright notice, | ||
this list of conditions and the following disclaimer in the documentation | ||
and/or other materials provided with the distribution. | ||
|
||
* Neither the name of the {organization} nor the names of its | ||
contributors may be used to endorse or promote products derived from | ||
this software without specific prior written permission. | ||
|
||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" | ||
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | ||
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | ||
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE | ||
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | ||
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | ||
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | ||
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | ||
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE | ||
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.5.6.1104 Beta | ||
0.5.7.1105 Beta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
{{template "ng/base/head" .}} | ||
{{template "ng/base/header" .}} | ||
<div id="repo-wrapper"> | ||
<form id="repo-create-form" class="form form-align panel panel-radius" action="{{AppSubUrl}}/repo/fork?fork_id={{.ForkId}}" method="post"> | ||
{{.CsrfTokenHtml}} | ||
<div class="panel-header"> | ||
<h2>{{.i18n.Tr "new_fork"}}</h2> | ||
</div> | ||
<div class="panel-content"> | ||
{{template "ng/base/alert" .}} | ||
<div class="field"> | ||
<label for="owner" class="req">{{.i18n.Tr "repo.owner"}}</label> | ||
<input id="repo-owner-id" type="hidden" name="uid" value="{{.ContextUser.Id}}" /> | ||
<div class="inline-block drop"> | ||
<a class="drop-bottom"> | ||
<img class="avatar" src="{{.ContextUser.AvatarLink}}" id="repo-owner-avatar" alt="user-avatar"> | ||
<strong id="repo-owner-name">{{.ContextUser.Name}}</strong> | ||
</a> | ||
<ul class="drop-down menu menu-vertical menu-radius switching-list" id="repo-create-owner-list"> | ||
<li {{if eq $.ContextUser.Id .SignedUser.Id}}class="checked"{{end}} data-uid="{{.SignedUser.Id}}"> | ||
<a> | ||
<i class="octicon octicon-check"></i> | ||
<img class="avatar" src="{{.SignedUser.AvatarLink}}" alt="user-avatar"> | ||
<strong>{{.SignedUser.Name}}</strong> | ||
</a> | ||
</li> | ||
{{range .Orgs}} | ||
<li {{if eq $.ContextUser.Id .Id}}class="checked"{{end}} data-uid="{{.Id}}"> | ||
<a> | ||
<i class="octicon octicon-check"></i> | ||
<img class="avatar" src="{{.AvatarLink}}" alt="user-avatar"> | ||
<strong>{{.Name}}</strong> | ||
</a> | ||
</li> | ||
{{end}} | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="field"> | ||
<label>{{.i18n.Tr "repo.fork_from"}}</label> | ||
<span><a target="_blank" href="{{AppSubUrl}}/{{.ForkFrom}}">{{.ForkFrom}}</a></span> | ||
</div> | ||
<div class="field"> | ||
<label class="req" for="repo-name">{{.i18n.Tr "repo.repo_name"}}</label> | ||
<input class="ipt ipt-large ipt-radius {{if .Err_RepoName}}ipt-error{{end}}" id="repo-name" name="repo_name" type="text" value="{{.repo_name}}" required /> | ||
<span class="form-label"></span> | ||
<span class="help">{{.i18n.Tr "repo.repo_name_helper" | Str2html}}</span> | ||
</div> | ||
<div class="field"> | ||
<label for="visibility">{{.i18n.Tr "repo.visibility"}}</label> | ||
<span>{{.i18n.Tr "repo.fork_visiblity_helper"}}</span> | ||
</div> | ||
<div class="field clear"> | ||
<label class="left" for="desc">{{.i18n.Tr "repo.repo_desc"}}</label> | ||
<textarea class="ipt ipt-large ipt-radius {{if .Err_Description}}ipt-error{{end}}" id="desc" name="desc">{{.desc}}</textarea> | ||
</div> | ||
<div class="field"> | ||
<label></label> | ||
<button class="btn btn-large btn-blue btn-radius">{{.i18n.Tr "repo.fork_repo"}}</button> | ||
<a class="btn btn-small btn-gray btn-radius" id="repo-create-cancel" href="{{AppSubUrl}}/"><strong>{{.i18n.Tr "cancel"}}</strong></a> | ||
</div> | ||
</div> | ||
</form> | ||
</div> | ||
{{template "ng/base/footer" .}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters