aboutsummaryrefslogtreecommitdiff
path: root/templates/repo
Commit message (Collapse)AuthorAge
...
* Fix tab index on new issue/comment formchriswatt2016-02-07
|
* Merge pull request #2581 from chriswatt/committabUnknwon2016-02-07
|\ | | | | Make commits tab active when on diff page
| * Make commits tab active when on diff pagechriswatt2016-02-07
| |
* | Enable sintax highlighting on diff view. Close #733Andrey Nering2016-02-04
|/
* Minor fix for #2444Unknwon2016-02-01
|
* Merge pull request #2444 from bkcsoft/feature/participantsUnknwon2016-02-01
|\ | | | | Implemented participant-listing for issue-pages (Fixes #2377)
| * Name popupKim "BKC" Carlbäcker2016-01-26
| |
| * Implemented participant-listing for issue-pagesKim "BKC" Carlbäcker2016-01-26
| |
* | Remember last selected clone protocol, and establish uniform order (https, ssh)Florian Kaiser2016-02-01
| |
* | Merge pull request #2502 from bkcsoft/fix/split-view-diffUnknwon2016-01-28
|\ \ | | | | | | Split view fixed
| * | Split view fixedKim "BKC" Carlbäcker2016-01-27
| |/
* / Refactoring of inline diff computing to prevent empty diff box. Fix #2489Andrey Nering2016-01-27
|/
* fix CSS of branch dropdown when view commits under revisionUnknwon2016-01-14
|
* commit.RefUrl expects AppUrl argumentAdam Strzelecki2016-01-13
| | | | | | This is fixup for ea375c0dcca118c8ac3c48ba569b025836ad5ccf. 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
* Merge pull request #2335 from andreynering/highlight-diffUnknwon2016-01-09
|\ | | | | Highlight diff
| * Declaring specific types for enums constants.Andrey Nering2016-01-06
| | | | | | | | | | This makes the code more strict since you can't assign or compare values of different types without proper cast.
| * Highlighting differences of lines in the diff view.Andrey Nering2016-01-06
| |
* | fix markdown autolink errorUnknwon2016-01-09
|/
* Removed opticon-foldKim "BKC" Carlbäcker2016-01-06
|
* merged split/unified templatesKim "BKC" Carlbäcker2016-01-06
|
* Changed name from inline to unifiedKim "BKC" Carlbäcker2016-01-05
|
* i18n-fix for split-viewKim "BKC" Carlbäcker2016-01-05
|
* Implement Split Diff-ViewKim "BKC" Carlbäcker2016-01-05
| | | | - Unified/Inline Diff-View Selectable
* #2283 set text/plain for non-binary files in raw modeUnknwon2015-12-25
|
* #1692 APIs: Users FollowersUnknwon2015-12-21
| | | | | - User profile un/follow - List user's followers/following
* #2014 allow switch branches between two orgs in compose PRUnknwon2015-12-20
|
* #2251 fix button nameUnknwon2015-12-19
|
* #2250 Use HTTP/HTTPS as default clone optionUnknwon2015-12-19
|
* #2103 #2181 improvments of highlight class nameUnknwon2015-12-16
|
* fix only admin can view milestone descUnknwon2015-12-15
|
* new template funcUnknwon2015-12-13
|
* improve get commits performanceUnknwon2015-12-13
|
* prepare releaseUnknwon2015-12-12
|
* #2114 External URL for wikiUnknwon2015-12-11
|
* #2035 Show author e-mail in commit diffUnknwon2015-12-09
|
* Break branch-selection dropdown into a templateAngus Gibson2015-12-09
| | | | | We only handle branch selection for repo home and commits pages, so the redirection URL is based on PageIsCommits
* Dropdown on commits page to choose branch #1846Angus Gibson2015-12-09
| | | | | | 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.
* unified name: IsViewBranch, IsViewCommit and IsViewTagUnknwon2015-12-09
|
* #1984 Better mirror repo managementUnknwon2015-12-08
|
* Indent all templates with tabsAdam Strzelecki2015-12-08
| | | | | | | | | | | | 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
* Render commit msg as header + verbatim descriptionAdam Strzelecki2015-12-07
| | | | | | | | | 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.
* fix #2105 and fix #1857Unknwon2015-12-05
|
* fix #2102Unknwon2015-12-05
|
* template fixUnknwon2015-12-04
|
* fix #1829 and fix #890Unknwon2015-12-04
|
* UI: Use more subtle grey SHA1 labelsAdam Strzelecki2015-12-03
| | | | | | | | | | | Current green SHA1 labels are more pronounced than other UI elements attracting attention as if they were most important thing in the UI, while they are not as important, especially without real Git client. Using grey SHA1 labels makes the UI more balanced, less aggressive and lets user to focus on other content elements. NOTE: Neither GitHub or Bitbucket uses so heavy pronunciation as Gogs.
* more UI minor fixesUnknwon2015-12-02
|
* Merge pull request #2088 from nanoant/patch/further-layout-fixesUnknwon2015-12-02
|\ | | | | Further layout fixes
| * UI: Always show menu on repo pagesAdam Strzelecki2015-12-03
| | | | | | | | | | Merges repo/sidebar.tmpl with repo/header.tmpl and makes every repo page use middleware.RepoRef() necessary to display information on this menu.
* | clean test dataUnknwon2015-12-02
| |