Andrey Nering
d160c7e565
Little refactoring of diff highlight.
...
Moving cache variable to template instead of in the struct.
9 years ago
Unknwon
7140dbac95
Fix #857
9 years ago
Download-Fritz
a467184e13
#2505 Allow to fork and disallow to create PRs for mirrors.
9 years ago
Andrey Nering
658bfc2704
Implement issue and pull request templates.
...
Similar to GitHub:
https://github.com/blog/2111-issue-and-pull-request-templates
Priority:
- root
- .gogs
- .github
9 years ago
Unknwon
632c27802c
Minor fix for #2624
9 years ago
chriswatt
d710b5e791
Fix when repo is empty
9 years ago
chriswatt
c47866b34a
Add grey bg to tabs on repo page
9 years ago
Martin Hartkorn
15d37b7a95
Refactored according to suggestions
9 years ago
Martin Hartkorn
3650bd8528
Convert mirrors to regular repositories.
9 years ago
chriswatt
af8e323248
Fix tab index on new issue/comment form
9 years ago
chriswatt
a881f776d0
Make commits tab active when on diff page
9 years ago
Andrey Nering
2bfb8bb5fd
Enable sintax highlighting on diff view. Close #733
9 years ago
Unknwon
1c74612b3c
Minor fix for #2444
9 years ago
Florian Kaiser
d568019306
Remember last selected clone protocol, and establish uniform order (https, ssh)
9 years ago
Kim "BKC" Carlbäcker
96dee1c354
Split view fixed
9 years ago
Andrey Nering
5deb726f3f
Refactoring of inline diff computing to prevent empty diff box. Fix #2489
9 years ago
Kim "BKC" Carlbäcker
b921161666
Name popup
9 years ago
Kim "BKC" Carlbäcker
2cc1ee3fc0
Implemented participant-listing for issue-pages
9 years ago
Unknwon
d1675c2701
fix CSS of branch dropdown when view commits under revision
9 years ago
Adam Strzelecki
41fdaabcf7
commit.RefUrl expects AppUrl argument
...
This is fixup for ea375c0dcc
. The bug was not
visible because commit.RefUrl was always returning empty url due regression
described in https://github.com/gogits/git-module/pull/4
9 years ago
Unknwon
cc8c67ff29
fix markdown autolink error
9 years ago
Andrey Nering
81ed5c4bee
Declaring specific types for enums constants.
...
This makes the code more strict since you can't assign or compare
values of different types without proper cast.
9 years ago
Andrey Nering
73474c043b
Highlighting differences of lines in the diff view.
9 years ago
Kim "BKC" Carlbäcker
2087156119
Removed opticon-fold
9 years ago
Kim "BKC" Carlbäcker
3870a7a3c8
merged split/unified templates
9 years ago
Kim "BKC" Carlbäcker
8fe5d887ae
Changed name from inline to unified
9 years ago
Kim "BKC" Carlbäcker
4e6d048ba1
i18n-fix for split-view
9 years ago
Kim "BKC" Carlbäcker
0df39b33eb
Implement Split Diff-View
...
- Unified/Inline Diff-View Selectable
9 years ago
Unknwon
93f03707a7
#2283 set text/plain for non-binary files in raw mode
9 years ago
Unknwon
a49af93faf
#1692 APIs: Users Followers
...
- User profile un/follow
- List user's followers/following
9 years ago
Unknwon
c62a6b7a12
#2014 allow switch branches between two orgs in compose PR
9 years ago
Unknwon
5ff6eedf5e
#2251 fix button name
9 years ago
Unknwon
3bcdb3855c
#2250 Use HTTP/HTTPS as default clone option
9 years ago
Unknwon
6673dcb038
#2103 #2181 improvments of highlight class name
9 years ago
Unknwon
eb918c2368
fix only admin can view milestone desc
9 years ago
Unknwon
ea375c0dcc
new template func
9 years ago
Unknwon
7509fa2c33
improve get commits performance
9 years ago
Unknwon
351dfc95a9
prepare release
9 years ago
Unknwon
40f3142264
#2114 External URL for wiki
9 years ago
Unknwon
c3440c4dd3
#2035 Show author e-mail in commit diff
9 years ago
Angus Gibson
df05134494
Break branch-selection dropdown into a template
...
We only handle branch selection for repo home and commits pages, so the
redirection URL is based on PageIsCommits
9 years ago
Angus Gibson
9bd3ebe207
Dropdown on commits page to choose branch #1846
...
I've mostly duplicated the dropdown code from repo/home.tmpl, which
basically only required a change to the URL. This could probably be
broken out into something more modular.
9 years ago
Unknwon
a576224d0e
unified name: IsViewBranch, IsViewCommit and IsViewTag
9 years ago
Unknwon
120cd4e471
#1984 Better mirror repo management
9 years ago
Adam Strzelecki
da2585c11e
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
9 years ago
Adam Strzelecki
e2ca53029e
Render commit msg as header + verbatim description
...
Most commit in Git are expected to follow standard of single header line,
followed by description paragraphs, separated by empty line from previous block.
Previously Gogs were treating everything as single header. Now we are trying to
render only first line as header, but following lines (description chunks) as a
verbatim.
9 years ago
Unknwon
404867f206
fix #2105 and fix #1857
9 years ago
Unknwon
f0ee33267c
fix #2102
9 years ago
Unknwon
1ee7c33e93
template fix
9 years ago
Unknwon
e538ff2770
fix #1829 and fix #890
9 years ago