gitroast/modules
Sondre Nilsen 86ee41ec03 Expandable commit bodies (#2980)
* Initial working state of expandable commit bodies

* Fix all commits having showing button for multiline commits

* Refactor checking multiline messages method

* Force newlines with <br> in commit body

* Show multiple lines in the list view of repositories

* Fixed proper newlines and minor refactor

Use <pre> instead of <p>, this is so we can use \n instead of having to manually place <br> into the HTML. Makes it easier to display commit bodies.

* Fix commit list messages jumping around

* Fix indentation in view_list.tmpl

* Use vertical-align: baseline instead of top

* Refactor commit button toggle function

* Remove RenderCommitBodyLink function

* Add comments

* Add newline at the end of _repository.less

* Fix long commit bodies not properly wrapping inside <pre>

* Don't split on double newlines

* Show the commit body in commit view

* Update stylesheets

* Add/fix comments and run make fmt

* Fix spaces not being tabs
2017-11-30 13:08:40 +08:00
..
auth Removed unused field in form (#3023) 2017-11-29 22:52:34 +02:00
avatar Use assert in legacy unit tests (#867) 2017-02-08 14:29:07 +08:00
base Use identicon image for default gravatar. (#2767) 2017-10-23 03:50:07 -05:00
cache Fix memcache support when value is returned as string always (#2924) 2017-11-16 15:06:34 +08:00
context Memory usage improvements (#3013) 2017-11-29 09:50:39 +08:00
cron Add branch overiew page (#2108) 2017-10-26 08:49:16 +08:00
highlight No highlighting for .txt files (#1922) 2017-06-09 19:39:16 -05:00
httplib Add internal routes for ssh hook comands (#1471) 2017-04-19 11:45:01 +08:00
indexer Code/repo search (#2582) 2017-10-27 09:10:54 +03:00
lfs Fix git lfs path (#3016) 2017-11-29 01:35:23 +02:00
log Fix lint errors (#2547) 2017-09-19 11:08:30 +03:00
mailer Add support for extra sendmail arguments (#2731) 2017-10-25 22:27:25 +03:00
markup Fix issue link rendering in commit messages (#2897) 2017-11-13 09:35:55 +08:00
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 2017-03-09 09:27:43 +08:00
notification Notification - Step 1 (#523) 2016-12-31 00:44:54 +08:00
options Fix typos in models/ and modules/ (#1248) 2017-03-15 08:52:01 +08:00
private improve protected branch to add whitelist support (#2451) 2017-09-14 16:16:22 +08:00
process Fix run command race (#1470) 2017-11-13 22:51:45 +08:00
public Allow custom public files (#782) 2017-01-28 23:14:56 +01:00
search Code/repo search (#2582) 2017-10-27 09:10:54 +03:00
setting Set OpenID support on by default when installing new instance (#3010) 2017-11-29 14:47:42 +02:00
ssh Configurable SSH key exchange algorithm and MAC suite (#2806) 2017-11-02 23:26:41 +08:00
sync Fix status table race condition (#1835) 2017-05-31 16:57:17 +08:00
templates Expandable commit bodies (#2980) 2017-11-30 13:08:40 +08:00
test Fix counts on issues dashboard (#2215) 2017-08-03 13:09:16 +08:00
user golint fixed for modules/user 2016-11-24 17:37:11 +08:00
util Code/repo search (#2582) 2017-10-27 09:10:54 +03:00
validation Create new branch from branch selection dropdown (#2130) 2017-10-15 22:59:24 +03:00