gitea/models/db
wxiaoguang c5c88f2f18
Save and view issue/comment content history (#16909)
* issue content history

* Use timeutil.TimeStampNow() for content history time instead of issue/comment.UpdatedUnix (which are not updated in time)

* i18n for frontend

* refactor

* clean up

* fix refactor

* re-format

* temp refactor

* follow db refactor

* rename IssueContentHistory to ContentHistory, remove empty model tags

* fix html

* use avatar refactor to generate avatar url

* add unit test, keep at most 20 history revisions.

* re-format

* syntax nit

* Add issue content history table

* Update models/migrations/v197.go

Co-authored-by: 6543 <6543@obermui.de>

* fix merge

Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: Lauris BH <lauris@nix.lv>
2021-10-10 18:40:03 -04:00
..
context.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
convert.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
engine.go DBContext is just a Context (#17100) 2021-09-23 23:45:36 +08:00
index.go Fix commit status index problem (#17061) 2021-09-23 18:50:06 +08:00
list_options.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
list_options_test.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
log.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
main_test.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
sequence.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
sql_postgres_with_schema.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
store.go Move db related basic functions to models/db (#17075) 2021-09-19 19:49:59 +08:00
test_fixtures.go Move login related structs and functions to models/login (#17093) 2021-09-24 19:32:56 +08:00
unit_tests.go Save and view issue/comment content history (#16909) 2021-10-10 18:40:03 -04:00