aboutsummaryrefslogtreecommitdiff
path: root/templates/repo
Commit message (Collapse)AuthorAge
...
| * 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
| |
* | minor CSS fixUnknwon2015-12-02
|/
* UI: Display last-commit header without 2nd columnAdam Strzelecki2015-12-03
| | | | | | | | This uses a CSS trick making first th to be relative block with width equal to first two columns, effectively working around inability to use colspan="2" on first row that was breaking "fixed-layout" for tables. Also use grey header for last-commit SHA1 tag.
* UI: Keep repo URL action right of ref combo & pathAdam Strzelecki2015-12-02
| | | | | | | Just use secondary menu instead custom ".head.meta", which simplifies code. Also do not display repo URL action when we are in subdirectory or viewing a file.
* UI: Make repository menu divide header and contentAdam Strzelecki2015-12-02
| | | | | This is more inline with way GitHub looks like and feels much more natural and in style with rest of the interface.
* UI: Keep repository settings menu button rightAdam Strzelecki2015-12-02
|
* Commits & files UI: SUI fixed single line tableAdam Strzelecki2015-12-02
| | | | | | | | Instead using own ellipsis, uses Semantic UI fixed single line table which effectively applies ellipsis to all overflowing table cells. NOTE: File list cannot use colspan="2" for 1st "Last commit" elements, otherwise layout breaks with fixed table.
* UI: Mark top menu icons blue only when non-zeroAdam Strzelecki2015-12-02
|
* fix #2057Unknwon2015-12-01
|
* finish wikiUnknwon2015-11-30
|
* wiki: finish pagesUnknwon2015-11-27
|
* wiki: finish editUnknwon2015-11-27
|
* wiki: finish newUnknwon2015-11-27
|
* introduce git-shellUnknwon2015-11-26
|
* Wiki: UI for page newUnknwon2015-11-25
|
* allow admin to migrate for any user/orgUnknwon2015-11-25
|
* more HTTP clone word fixUnknwon2015-11-22
|