gitea/models/issues
wxiaoguang 44909f6e2c
Fix markup render regression and fix some tests (#32640)
Fix #32639,
https://github.com/go-gitea/gitea/issues/32608#issuecomment-2497918210

By the way, fix some incorrect SQLs (use single quote but not double
quote)
2024-11-26 03:04:55 +08:00
..
assignees.go
assignees_test.go
comment.go Strict pagination check (#32548) 2024-11-25 09:56:50 +08:00
comment_code.go Refactor markup render system (#32612) 2024-11-24 16:18:57 +08:00
comment_list.go
comment_test.go
content_history.go
content_history_test.go
dependency.go
dependency_test.go
issue.go Strict pagination check (#32548) 2024-11-25 09:56:50 +08:00
issue_index.go
issue_label.go
issue_label_test.go
issue_list.go
issue_list_test.go
issue_lock.go
issue_project.go
issue_search.go
issue_stats.go
issue_test.go
issue_update.go Trim title before insert/update to database to match the size requirements of database (#32498) 2024-11-14 07:19:14 +00:00
issue_user.go
issue_user_test.go
issue_watch.go Strict pagination check (#32548) 2024-11-25 09:56:50 +08:00
issue_watch_test.go
issue_xref.go
issue_xref_test.go
label.go Strict pagination check (#32548) 2024-11-25 09:56:50 +08:00
label_test.go Fix markup render regression and fix some tests (#32640) 2024-11-26 03:04:55 +08:00
main_test.go
milestone.go
milestone_list.go
milestone_test.go
pull.go Trim title before insert/update to database to match the size requirements of database (#32498) 2024-11-14 07:19:14 +00:00
pull_list.go
pull_test.go
reaction.go Strict pagination check (#32548) 2024-11-25 09:56:50 +08:00
review.go
review_list.go
review_test.go
stopwatch.go Strict pagination check (#32548) 2024-11-25 09:56:50 +08:00
stopwatch_test.go
tracked_time.go Strict pagination check (#32548) 2024-11-25 09:56:50 +08:00
tracked_time_test.go