mirror of https://github.com/go-gitea/gitea.git
1. Fix the "flash message" layout problem for different cases * I am sure most of the users should have ever seen the ugly center-aligned error message with multiple lines. 2. Fix inconsistent "Details" flash message EOL handling, sometimes `\n`, sometimes `<br>` * Now, always use "\n" and use `<pre>` to render 3. Remove SanitizeHTML template func because it is not useful and can be easily abused. * But it is still kept for mail templates, for example: https://github.com/go-gitea/gitea/issues/36049 4. Clarify PostProcessCommitMessage's behavior and add FIXME comment By the way: cleaned up some devtest pages, move embedded style block to CSS file |
||
|---|---|---|
| .. | ||
| badge-actions-svg.tmpl | ||
| badge-commit-sign.tmpl | ||
| devtest-footer.tmpl | ||
| devtest-header.tmpl | ||
| devtest-list.tmpl | ||
| fetch-action.tmpl | ||
| flex-list.tmpl | ||
| fomantic-dropdown.tmpl | ||
| fomantic-modal.tmpl | ||
| form-fields.tmpl | ||
| gitea-ui.tmpl | ||
| global-button.tmpl | ||
| keyboard-shortcut.tmpl | ||
| label.tmpl | ||
| mail-preview.tmpl | ||
| markup-render.tmpl | ||
| relative-time.tmpl | ||
| repo-action-view.tmpl | ||
| severity-colors.tmpl | ||
| tmplerr-sub.tmpl | ||
| tmplerr.tmpl | ||
| toast-and-message.tmpl | ||
| unicode-escape.tmpl | ||