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.
forgejo/modules/setting
zeripath 814ca9ffea
Allow different HardBreaks settings for documents and comments (#11515)
GH has different HardBreaks behaviour for markdown comments and documents.

Comments have hard breaks and documents have soft breaks - therefore Gitea's rendering will always be different from GH's if we only provide one setting.

Here we split the setting in to two - one for documents and one for comments and other things.

Signed-off-by: Andrew Thornton art27@cantab.net

Changes to index.js as per @silverwind 
Co-authored-by: silverwind <me@silverwind.io>

Changes to docs as per @guillep2k 
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
4 years ago
..
cache.go Cache last commit to accelerate the repository directory page visit (#10069) 4 years ago
cors.go Movde dependents on macaron from modules/setting (#10050) 4 years ago
cron.go Refactor Cron and merge dashboard tasks (#10745) 4 years ago
database.go Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368) 4 years ago
database_sqlite.go Move database settings from models to setting (#7806) 5 years ago
database_test.go Move database settings from models to setting (#7806) 5 years ago
git.go Make PR message on pushes configurable (#10664) 4 years ago
indexer.go Add detected file language to code search (#10256) 4 years ago
indexer_test.go Restrict repository indexing by glob match (#7767) 5 years ago
log.go Allow log.xxx.default to set logging settings for the default logger only (#11292) 4 years ago
mailer.go Sendmail should create a process on the gitea system and have a default timeout (#11256) 4 years ago
markup.go Fix sanitizer config - multiple rules (#11133) 4 years ago
migrations.go Add retry for migration http/https requests (#9019) 5 years ago
queue.go Add Unique Queue infrastructure and move TestPullRequests to this (#9856) 4 years ago
repository.go Make archive prefixing configurable with a global setting (#9943) 4 years ago
service.go Add /milestones endpoint (#8733) 5 years ago
session.go Movde dependents on macaron from modules/setting (#10050) 4 years ago
setting.go Allow different HardBreaks settings for documents and comments (#11515) 4 years ago
task.go Graceful Queues: Issue Indexing and Tasks (#9363) 5 years ago
webhook.go Add Matrix webhook (#10831) 4 years ago