Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport: skip non-regular files (e.g. submodules) on repo indexing #7716

Closed
wants to merge 42 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
f481867
Fix migration tests since #7 fixed (#7375) (#7381)
lunny Jul 8, 2019
f849766
backport of #7380 (#7383)
Cherrg Jul 8, 2019
1e585d7
backport of #7385 - add missing template variable on organisation set…
Cherrg Jul 8, 2019
82d4d72
only return head: null if source branch was deleted (#6705) (#7376)
quantonganh Jul 9, 2019
a360dae
Fix vendor (#7394) (#7396)
lunny Jul 9, 2019
2477737
Only show "New Pull Request" button if repo allows pulls (#7426) (#7432)
gary-kim Jul 12, 2019
60ccd87
backport #7425 - jquery 3 (#7442)
techknowlogick Jul 12, 2019
97d4a38
Diff: Fix indentation on unhighlighted code (#7435) (#7443)
silverwind Jul 12, 2019
f528406
backport of #7393 - create class for inline positioned lists (#7439)
Cherrg Jul 12, 2019
cc8e7dd
fix Dropzone.js integration (#7445) (#7448)
silverwind Jul 12, 2019
ba19a35
Fix an issue with some pages throwing 'not defined' js exceptions #74…
gary-kim Jul 13, 2019
ee1a8d7
cmd/serv: actually exit after fatal errors (#7460)
aswild Jul 14, 2019
b45f926
Fix regex for issues in commit messages (#7444) (#7466)
mrsdizzie Jul 14, 2019
33b1027
1.9.0-rc2 changelog (#7467)
techknowlogick Jul 15, 2019
92b993c
Fetch refs for successful testing for tag (#7388)
techknowlogick Jul 15, 2019
a29e667
Backport for #7475 - settings error (#7483)
richmahn Jul 16, 2019
91e24a3
Fixes #7474 - Handles all redirects for Web UI File CRUD (#7478) (#7507)
richmahn Jul 18, 2019
d372539
Backport drone fix from #7480 and #7496 (#7504)
sapk Jul 18, 2019
3fd07a0
remove duplicated webhook trigger (#7511) (#7516)
lunny Jul 18, 2019
5ebf499
Fix repository's pull request count error (#7518) (#7524)
lunny Jul 19, 2019
337f262
Fix markdown invoke sequence (#7513) (#7560)
lunny Jul 22, 2019
426fd2a
Fix empty commits now showing in repo overview (#7521) (#7563)
silverwind Jul 22, 2019
103a66a
Fixes #7564 - Malformed URLs in API git/commits response (#7565) (#7567)
richmahn Jul 22, 2019
d6a9805
Fix file header overflow in file and blame views (#7562) (#7579)
silverwind Jul 23, 2019
adb4335
fix #7568 (#7587) (#7589)
zeripath Jul 23, 2019
5a3d986
Handle ErrUserProhibitLogin in http git (#7586, #7591) (#7590)
zeripath Jul 23, 2019
b7e41f7
Fix panic on push at #7611 (#7615) (#7618)
zeripath Jul 25, 2019
4c69e15
Fix bug create/edit wiki pages when code master branch protected (#75…
lunny Jul 26, 2019
650fdce
Fix syntax highlight initialization (#7617) (#7626)
silverwind Jul 26, 2019
9bbe3eb
reserve .well-known username (#7638)
ashimokawa Jul 26, 2019
d789170
fix wrong email when use gitea as OAuth2 provider (#7640) (#7647)
renothing Jul 27, 2019
d827b0b
change length of some repository's columns (#7652) (#7655)
lunny Jul 29, 2019
1e6d2e4
css: use flex to fix floating paginate (#7656) (#7662)
sapk Jul 29, 2019
d4044b9
fix bug on migrating milestone from github (#7665) (#7666)
lunny Jul 29, 2019
0a9794a
hide delete/restore button on archived repos [backport] (#7660)
6543 Jul 29, 2019
9fbb898
Show protection symbol if needed on default branch (#7660) (#7668)
6543 Jul 30, 2019
93bac4e
Backport of #7675. (#7682)
davidsvantesson Jul 31, 2019
99ffd82
upgrade macaron/captcha to fix random error problem (#7407) (#7683)
lunny Jul 31, 2019
ee43d20
fix duplicated webhook when creating issue with assignees (#7681) (#7…
lunny Jul 31, 2019
8f29011
1.9.0 Changelog (#7676)
techknowlogick Jul 31, 2019
39da4ac
Correct wrong datetime format for git (#7689) (#7690)
zeripath Jul 31, 2019
d15e49f
improve branches list performance and fix protected branch icon when …
lunny Aug 1, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
backport of #7393 - create class for inline positioned lists (#7439)
see #7393
affects #6464

Signed-off-by: Michael Gnehr michael@gnehr.de
  • Loading branch information
Cherrg authored and zeripath committed Jul 12, 2019
commit f52840623c5408eadc3ccdecdd748bed96cee609
3 changes: 3 additions & 0 deletions public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ footer .ui.left,footer .ui.right{line-height:40px}
.ui.tabular.menu .item{color:rgba(0,0,0,.5)}
.ui.tabular.menu .item:hover{color:rgba(0,0,0,.8)}
.ui.tabular.menu .item.active{color:rgba(0,0,0,.9)}
.inline-grouped-list{display:inline-block;vertical-align:top}
.inline-grouped-list>.ui{display:block;margin-top:5px;margin-bottom:10px}
.inline-grouped-list>.ui:first-child{margin-top:1px}
.markdown:not(code){overflow:hidden;font-size:16px;line-height:1.6!important;word-wrap:break-word}
.markdown:not(code).ui.segment{padding:3em}
.markdown:not(code).file-view{padding:2em 2em 2em!important}
Expand Down
17 changes: 16 additions & 1 deletion public/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,6 @@ code,
.file-comment {
font: 12px @monospaced-fonts, monospace;
color: rgba(0, 0, 0, 0.87);

}

.ui.floating.dropdown {
Expand Down Expand Up @@ -877,3 +876,19 @@ footer {
.ui.tabular.menu .item.active {
color: rgba(0, 0, 0, 0.9);
}

/* multiple radio or checkboxes as inline element */
.inline-grouped-list {
display: inline-block;
vertical-align: top;

> .ui {
display: block;
margin-top: 5px;
margin-bottom: 10px;

&:first-child {
margin-top: 1px;
}
}
}
30 changes: 13 additions & 17 deletions templates/org/create.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,19 @@

<div class="inline field {{if .Err_OrgVisibility}}error{{end}}">
<span class="inline required field"><label for="visibility">{{.i18n.Tr "org.settings.visibility"}}</label></span>
<div class="ui radio checkbox">
<input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="0" {{if .DefaultOrgVisibilityMode.IsPublic}}checked{{end}}/>
<label>{{.i18n.Tr "org.settings.visibility.public"}}</label>
</div>
</div>
<div class="inline field {{if .Err_OrgVisibility}}error{{end}}">
<label>&nbsp;</label>
<div class="ui radio checkbox">
<input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="1" {{if .DefaultOrgVisibilityMode.IsLimited}}checked{{end}}/>
<label>{{.i18n.Tr "org.settings.visibility.limited"}}</label>
</div>
</div>
<div class="inline field {{if .Err_OrgVisibility}}error{{end}}">
<label>&nbsp;</label>
<div class="ui radio checkbox">
<input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="2" {{if .DefaultOrgVisibilityMode.IsPrivate}}checked{{end}}/>
<label>{{.i18n.Tr "org.settings.visibility.private"}}</label>
<div class="inline-grouped-list">
<div class="ui radio checkbox">
<input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="0" {{if .DefaultOrgVisibilityMode.IsPublic}}checked{{end}}/>
<label>{{.i18n.Tr "org.settings.visibility.public"}}</label>
</div>
<div class="ui radio checkbox">
<input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="1" {{if .DefaultOrgVisibilityMode.IsLimited}}checked{{end}}/>
<label>{{.i18n.Tr "org.settings.visibility.limited"}}</label>
</div>
<div class="ui radio checkbox">
<input class="hidden enable-system-radio" tabindex="0" name="visibility" type="radio" value="2" {{if .DefaultOrgVisibilityMode.IsPrivate}}checked{{end}}/>
<label>{{.i18n.Tr "org.settings.visibility.private"}}</label>
</div>
</div>
</div>
<div class="inline field">
Expand Down