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/models/activities
wxiaoguang 633785a5f3
Refactor markup render system (#32612)
This PR removes (almost) all path tricks, and introduces "renderhelper"
package.

Now we can clearly see the rendering behaviors for comment/file/wiki,
more details are in "renderhelper" tests.

Fix #31411 , fix #18592, fix #25632 and maybe more problems. (ps: fix
#32608 by the way)
2 months ago
..
action.go Refactor markup render system (#32612) 2 months ago
action_list.go Reduce unnecessary database queries on actions table (#30509) 10 months ago
action_test.go Don't join repository when loading action table data (#32127) 4 months ago
main_test.go make writing main test easier (#27270) 1 year ago
notification.go Perf: add extra index to notification table (#32395) 3 months ago
notification_list.go Refactor more filterslice (#30370) 10 months ago
notification_test.go Use db.Find instead of writing methods for every object (#28084) 1 year ago
repo_activity.go Repo Activity: count new issues that were closed (#31776) 4 months ago
statistic.go Rename project board -> column to make the UI less confusing (#30170) 8 months ago
user_heatmap.go More `db.DefaultContext` refactor (#27265) 1 year ago
user_heatmap_test.go Refactor timeutil package (#28623) 1 year ago