You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/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
7 years ago
..
auth Removed unused field in form (#3023) 7 years ago
avatar Use assert in legacy unit tests (#867) 8 years ago
base Use identicon image for default gravatar. (#2767) 7 years ago
cache Fix memcache support when value is returned as string always (#2924) 7 years ago
context Memory usage improvements (#3013) 7 years ago
cron Add branch overiew page (#2108) 7 years ago
highlight No highlighting for .txt files (#1922) 8 years ago
httplib Add internal routes for ssh hook comands (#1471) 8 years ago
indexer Code/repo search (#2582) 7 years ago
lfs Fix git lfs path (#3016) 7 years ago
log Fix lint errors (#2547) 8 years ago
mailer Add support for extra sendmail arguments (#2731) 7 years ago
markup Fix issue link rendering in commit messages (#2897) 7 years ago
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 8 years ago
notification Notification - Step 1 (#523) 8 years ago
options Fix typos in models/ and modules/ (#1248) 8 years ago
private improve protected branch to add whitelist support (#2451) 8 years ago
process Fix run command race (#1470) 7 years ago
public Allow custom public files (#782) 8 years ago
search Code/repo search (#2582) 7 years ago
setting Set OpenID support on by default when installing new instance (#3010) 7 years ago
ssh Configurable SSH key exchange algorithm and MAC suite (#2806) 7 years ago
sync Fix status table race condition (#1835) 8 years ago
templates Expandable commit bodies (#2980) 7 years ago
test Fix counts on issues dashboard (#2215) 8 years ago
user golint fixed for modules/user 8 years ago
util Code/repo search (#2582) 7 years ago
validation Create new branch from branch selection dropdown (#2130) 7 years ago