Unknwon
0607f13964
Merge pull request #2624 from mhartkorn/convert-mirror-to-repo
Convert mirrors to regular repositories
9 years ago
chriswatt
ff07256d4c
Fix when repo is empty
9 years ago
chriswatt
aa55f2e41f
Add grey bg to tabs on repo page
9 years ago
Martin Hartkorn
d07e6233a3
Refactored according to suggestions
9 years ago
Martin Hartkorn
42b1b57e94
Convert mirrors to regular repositories.
9 years ago
chriswatt
723417b66d
Fix tab index on new issue/comment form
9 years ago
Unknwon
3a9c8bd557
Merge pull request #2581 from chriswatt/committab
Make commits tab active when on diff page
9 years ago
chriswatt
a32e9cfcfc
Make commits tab active when on diff page
9 years ago
Andrey Nering
a00f3969c0
Enable sintax highlighting on diff view. Close #733
9 years ago
Unknwon
c4dccaf1eb
Minor fix for #2444
9 years ago
Unknwon
29b3a1d5f9
Merge pull request #2444 from bkcsoft/feature/participants
Implemented participant-listing for issue-pages (Fixes #2377 )
9 years ago
Florian Kaiser
13faaaf506
Remember last selected clone protocol, and establish uniform order (https, ssh)
9 years ago
Unknwon
2f639d25cb
Merge pull request #2502 from bkcsoft/fix/split-view-diff
Split view fixed
9 years ago
Kim "BKC" Carlbäcker
5086de50c1
Split view fixed
9 years ago
Andrey Nering
8320b077a0
Refactoring of inline diff computing to prevent empty diff box. Fix #2489
9 years ago
Kim "BKC" Carlbäcker
b73bba1c76
Name popup
9 years ago
Kim "BKC" Carlbäcker
cdeed98cb4
Implemented participant-listing for issue-pages
9 years ago
Unknwon
ea7ca442b5
fix CSS of branch dropdown when view commits under revision
9 years ago
Adam Strzelecki
fe562dbafa
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
30a996fbc4
Merge pull request #2335 from andreynering/highlight-diff
Highlight diff
9 years ago
Unknwon
30a1b74552
fix markdown autolink error
9 years ago
Andrey Nering
183ee384c7
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
000931e238
Highlighting differences of lines in the diff view.
9 years ago
Kim "BKC" Carlbäcker
ec768bbff1
Removed opticon-fold
9 years ago
Kim "BKC" Carlbäcker
aabab341ca
merged split/unified templates
9 years ago
Kim "BKC" Carlbäcker
827b2477b8
Changed name from inline to unified
9 years ago
Kim "BKC" Carlbäcker
b34c4f23ca
i18n-fix for split-view
9 years ago
Kim "BKC" Carlbäcker
f5576c90a7
Implement Split Diff-View
- Unified/Inline Diff-View Selectable
9 years ago
Unknwon
4483f26434
#2283 set text/plain for non-binary files in raw mode
9 years ago
Unknwon
00a60453fb
#1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
9 years ago
Unknwon
498d0a8267
#2014 allow switch branches between two orgs in compose PR
9 years ago
Unknwon
7bf2bd9f88
#2251 fix button name
9 years ago
Unknwon
9406da2b22
#2250 Use HTTP/HTTPS as default clone option
9 years ago
Unknwon
64d05fafd5
#2103 #2181 improvments of highlight class name
9 years ago
Unknwon
e1c820e565
fix only admin can view milestone desc
9 years ago
Unknwon
a7bdb64a8d
new template func
9 years ago
Unknwon
33a898f44b
improve get commits performance
9 years ago
Unknwon
b743fb6639
prepare release
9 years ago
Unknwon
ce054072fa
#2114 External URL for wiki
9 years ago
Unknwon
8776475bdc
#2035 Show author e-mail in commit diff
9 years ago
Angus Gibson
f92ec51538
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
6fca9c3a22
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
e2c8e58a5c
unified name: IsViewBranch, IsViewCommit and IsViewTag
9 years ago
Unknwon
ab55ca457f
#1984 Better mirror repo management
9 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
9 years ago
Adam Strzelecki
a1de908dad
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
442f027ad1
fix #2105 and fix #1857
9 years ago
Unknwon
7f00b5f2f4
fix #2102
9 years ago
Unknwon
fea9ff85b6
template fix
9 years ago
Unknwon
caac2f9b19
fix #1829 and fix #890
9 years ago