Commit Graph

56 Commits

Author SHA1 Message Date
96dee1c354 Split view fixed 2016-01-27 23:52:42 +01:00
c3440c4dd3 #2035 Show author e-mail in commit diff 2015-12-09 11:46:39 -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
7acbcf9ddd Commit messages now rendered with line breaks and prefix spacing. 2015-09-18 19:02:23 -07:00
8c046073a8 work on PR conversation 2015-09-01 19:07:02 -04:00
1ca257ad9f rename fields 2015-08-31 16:24:28 +09:00
6821527c95 fix style 2015-08-21 00:32:46 +08:00
4275b3720a finsih diff and compare 2015-08-21 00:18:30 +08:00
aa65761d81 new commits table 2015-08-20 20:18:49 +08:00
2bb1fb8f44 Use EscapePound in link hrefs in diff/file views 2015-07-28 19:51:40 +03:00
4447a20f87 UI: issues - finish basic frame 2015-07-24 04:50:05 +08:00
d2f439a241 fix typo mistake 2015-02-19 10:19:10 +03:00
c0ad512398 remove not using vars 2015-02-19 00:55:17 +03:00
563e8b4ea9 gitlab-like hash naming 2015-02-19 00:52:22 +03:00
fc6d80d619 Link to previous commited source file (diff.view_file button) instead of returning 404 for deleted files. 2015-02-06 17:02:32 +08:00
7140f50637 public/ng/js: script fix on #901 2015-02-04 19:52:31 -05:00
e91b28eb9b little fix 2015-02-04 22:06:40 +03:00
5d4425bbbc add multifile support to diff view highlighting 2015-02-04 21:54:45 +03:00
7f71fe9dae fix diff lines highlighting 2015-02-04 12:41:35 +03: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
d4a1d9f82a Display multi-line commit message on commit diff page. 2014-12-05 10:53:37 +08:00
55dfe2c978 custom avatar upload 2014-11-21 10:58:08 -05:00
8209bf74f8 Fix #575 2014-10-20 11:44:11 +08:00
d7d167ac63 Merge pull request #560 from evolvedlight/master
First cut of fork repo
2014-10-18 23:59:36 -04:00
9ae92459a5 Fix repo css and rel path img in md 2014-10-14 23:44:34 -04:00
8d2a6fc484 Merge remote-tracking branch 'upstream/dev'
Conflicts:
	models/repo.go
2014-10-13 20:30:31 +01:00
3005c4f6db Fix diff css style, hooks \r char 2014-10-11 18:20:07 -04:00
b2632dec09 Page: Compare 2 commits 2014-10-10 21:40:51 -04:00
c9e5e38fcf Initial cut of git fork 2014-10-04 18:19:14 +01: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
ed84adb679 toutf8 improved & add max git diff lines 2014-09-17 12:03:03 +08:00
00a864e693 add commit compare functionality 2014-09-01 14:56:19 -04:00
5c4bc3c848 Huge updates!!!!! Be careful to merge!!!! 2014-07-26 02:28:04 -04:00
98dbbae2ef Fix #166 2014-05-13 12:40:32 -04:00
2401e68d7e Prepare for v0.3.1 hotfix 2014-04-28 21:53:40 -04:00
6700257558 Show parents in commit diff page 2014-04-27 23:43:14 +00:00
c3a52f7dd0 Mirror bug fix on downloading zip 2014-04-15 20:01:20 -04:00
90f6aa8cd1 Add repo mirror and import 2014-04-12 20:35:35 -04:00
31d613c01d Mirror fix 2014-04-12 01:45:43 -04:00
11f54b1426 Mirror bug fix 2014-04-11 12:14:11 -04:00
306aa5bffe Add support default branch 2014-04-10 22:03:31 -04:00
b27c34f39a update git api. fix link... and so on 2014-03-30 10:13:02 +08:00
6b43067e1b image display in diff page 2014-03-28 01:17:09 +08:00
677643b812 fix read commit source 2014-03-28 00:07:22 +08:00
dd6246877d Almost done diff page 2014-03-26 16:41:16 -04:00