36 Commits

Author SHA1 Message Date
2e17dda8bb Remove sha1 hash display in repository table and add latest commit GPG check (#1678) 2017-05-05 15:15:36 +08:00
c22f9114c7 Implementation of Folder Jumping 2016-12-28 18:09:52 +01:00
17f9ab4ff8 Use user fullname if resolved 2016-11-04 08:13:14 +01:00
22e14a0a67 templates/repo/view: fix bad link 2016-08-30 13:59:41 -07:00
780cc2d110 router/repo: code refactoring 2016-08-30 02:08:38 -07:00
6e171c5225 Web editor: improve edit file tooltip 2016-08-27 15:25:01 -07:00
50422f1fc2 #3348 always use relative avatar link in the template 2016-08-05 12:12:54 -07:00
971e2c3bd6 Upgrade octicon to 4.3.0 2016-07-16 12:45:13 +08:00
73b4acbb63 Update glide.yaml 2016-06-27 23:40:36 +08:00
13e71acadf Render emojis in more places. 2016-03-02 21:54:05 -03:00
41fdaabcf7 commit.RefUrl expects AppUrl argument
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
2016-01-13 19:09:50 +01:00
ea375c0dcc new template func 2015-12-13 23:16:58 -05:00
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
2015-12-08 00:57:46 +01:00
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.
2015-12-07 01:50:45 +01:00
1ee7c33e93 template fix 2015-12-04 21:32:33 -05:00
edbb67cb3f UI: Use more subtle grey SHA1 labels
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.
2015-12-03 14:21:20 +01:00
b73241ceb1 UI: Display last-commit header without 2nd column
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.
2015-12-03 01:15:40 +01:00
61fdd8c571 Commits & files UI: SUI fixed single line table
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.
2015-12-02 21:57:39 +01:00
7b1c10ea7e new repo ui
- copy link button: #1396, #1168, #1668,
- synxtax highlight: #1712, #1549, #1315, #670
- z-index: #1942
2015-11-14 04:34:01 -05:00
1b5e1bebc2 fix #1886 2015-11-04 00:32:25 -05:00
167265d533 Allow file and directory names to contain percent character 2015-07-28 11:42:06 +03:00
5d5d774e03 Handle submodules without a .gitmodules entry - fix #1023 2015-03-10 03:08:17 +00:00
faddaff90d templates: fix commit message render issue #828 2015-01-31 15:31:09 -05:00
37fcc8daf2 modules/base: add RenderCommitMessage with XSS-safe and special links
- update russian locale
2015-01-30 18:05:20 -05:00
9a1fe801e5 fix #711 2014-12-09 02:18:25 -05:00
528c075ad6 Added issue link rendering in commit messages 2014-12-05 11:02:52 +01:00
55dfe2c978 custom avatar upload 2014-11-21 10:58:08 -05:00
35977cd34c continue work on #255 2014-11-07 16:44:25 -05:00
963354c5d7 Add raw, history file button, and other mirror fixes 2014-10-11 18:02:48 -04:00
b8368f98ff Add directory level commit message 2014-09-26 08:55:13 -04:00
54724c33ec no neet for md5 email 2014-09-26 13:46:51 +08:00
7df60af60e submodule support and closed #478 2014-09-22 14:23:36 +08:00
150eef93b2 add submodule basic support & buf fixed #478 2014-09-22 10:43:16 +08:00
7ba9257a7f Add suburl support 2014-09-19 20:11:34 -04:00
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
2014-09-18 20:50:48 +02:00
8dd07c0ddd New UI merge in progress 2014-07-26 00:24:27 -04:00