zhoupzh
1542fe8503
fix issue #760
4 years ago
zhoupzh
df751837b2
fix the href pulls
4 years ago
zhoupzh
14da028808
fix the pull page as same issue page
4 years ago
zhoupzh
b79d09592a
fix issue #515
4 years ago
zhoupzh
be36944a84
fix issue #515
4 years ago
zhoupzh
985cd7010c
fix issue #327
4 years ago
Sorien
097dce68a4
Prettify timeline 3 ( #11139 )
* Fix timeline comments sections borders
* Fix files dropzone right alignment
* Update review comment form and controls
* Clear segment style from comment form tabs
* Remove segment class from pulls tab
* Fix Time Tracker - Add Time button border
* Fix buttons right alignment
* Markdown tab minimal height
* Fix DropZone hover effect
* Fix Lint + remove unused controls class
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
6 years ago
kolaente
e27a5c45c4
Feature: Archive repos ( #5009 )
7 years ago
nubenum
b9d77c0d84
Fix some issues with special chars in branch names ( #3767 )
Signed-off-by: Robin Durner <github@nubenum.de>
7 years ago
Morgan Bazalgette
1847c44035
Responsive view ( #2750 )
* Viewport meta tag
* responsive: dashboard
* responsive: issues page
* responsive: Explore page
* responsive: navbar, and some navbar css refactoring
* responsive: button for collapsing navbar in mobile view
* Mark the hamburger button as active when pressed
* better homepage for responsive views
* Bring back jump class in navbar
The class was necessary, because this way the
dropdown doesn't assume the contents of the
selected item.
* make repository homes responsive
* Make file view page responsive
* Make forms look good on responsive views
* make commits and commit diff view responsive
* issues and PRs
* responsive wiki
* Don't place auto-init far off the page
* Minor changes to amend broken stuff
minor improvements
- make login/sign up in navbar stackable
- make navbar in explore and sign in not stackable
Change selected class in TestPullCompare
Fix typo that happened when rebasing
fix dashboard on org view
improve profile UI
Use clearing on file diff to fix broken UI caused by floating elements
remove unresolved merge conflict, and | Sanitize
Fix repo home not loading
8 years ago
Unknwon
d6fbbb3384
#2458 fix emoji been rendered inside raw content area
9 years ago
Unknwon
f925c24186
Fix pull request availability check
10 years ago
Andrey Nering
7bbb4b49e7
Render emojis in more places.
10 years ago
Adam Strzelecki
69427c6115
Indent all templates with tabs
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.
1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
such as {{if}} {{with}}
2. Cleans all trailing white-space
3. Adds trailing last line-break to each file
10 years ago
Unknwon
b7d8606b4b
minor fix for #1961
10 years ago
Unknwon
249e492b6b
finish PR UI
10 years ago
Unknwon
85784c41d9
add view pull desc
10 years ago
Unknwon
315b183c66
work on PR conversation
10 years ago
Unknwon
d16c228a08
finish view issue without comments and ops
10 years ago
Unknwon
7af7ee836c
finish attachments when create issue
10 years ago
Unknwon
d12a83f985
list view: issue, label, milestone
10 years ago
James Anderson
310a8af7b2
Add check to see if comments on an issue are by the repo owner
10 years ago
Unknwon
04f1db0139
finish new milestone page
10 years ago
Unknwon
02b700d1ed
fix template
10 years ago
Unknwon
dfcb8673b9
UI: basic label list
- create new label
10 years ago
Unknwon
0f9a1090bb
UI compatibility
11 years ago
Unknwon
8e384ce46c
fix #828 , may cause unintentional break in other features, but security is no.1
11 years ago
James Cracknell
4d123d0a93
Fix user links
11 years ago
Vyacheslav Bakhmutov
ce7422473a
add omitted lang
11 years ago
Unknwon
7ba9257a7f
Add suburl support
11 years ago
Martin van Beurden
0055cbd365
Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain.com/gogs/
Conflicts:
modules/setting/setting.go
Conflicts:
templates/repo/release/list.tmpl
templates/user/dashboard/dashboard.tmpl
Conflicts:
routers/repo/setting.go
11 years ago
Tristan Storch
69e332f432
Removed trailing white spaces
Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork.
11 years ago
Unknwon
3428baa3b5
Mirror fix on template
11 years ago
Unknwon
5c4bc3c848
Huge updates!!!!! Be careful to merge!!!!
11 years ago
Justin Nuß
12fb42de5a
Fix IE bug and show errors.
11 years ago
Justin Nuß
4e2477a1a5
Fix #318 . Switch to JS(ON) implementation for issue/comment creation.
11 years ago
Justin Nuß
dedb156d4a
Fix #321 . Allow empty comments as long as there are attachments.
11 years ago
Justin Nuß
4d702eb345
Allow disabling uploads
11 years ago
Justin Nuß
bfe5b86004
Add file upload for attachments
11 years ago
Justin Nuß
43e5de7f83
Show attachments in issues/comments and add preview for images
11 years ago
Justin Nuß
1129f756c8
Fix missing . (dot) in issue templates
11 years ago
Justin Nuß
967856f36e
Merge branch 'dev' into feature/attachments
Conflicts:
models/issue.go
routers/repo/issue.go
11 years ago
Justin Nuß
d43c5895bc
Update template and style, only close commit if commit is in same repository
11 years ago
Justin Nuß
3c025b3950
Add delete route for attachments, remove upload buttons from issues/comments
11 years ago
Justin Nuß
34304e6a0c
WIP: Allow attachments for issues, not only comments
11 years ago
Justin Nuß
4617bef895
WIP: Allow attachments for comments
11 years ago
Unknown
be8ac7fb75
fix #273
11 years ago
Unknown
9924e65ca1
In progress of name template name constant
12 years ago