Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save and view issue/comment content history #16909

Merged
merged 33 commits into from
Oct 10, 2021

Commits on Sep 1, 2021

  1. issue content history

    wxiaoguang committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    5c10ada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c873f1b View commit details
    Browse the repository at this point in the history
  3. Use timeutil.TimeStampNow() for content history time instead of issue…

    …/comment.UpdatedUnix (which are not updated in time)
    wxiaoguang committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    e3a706f View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2021

  1. i18n for frontend

    wxiaoguang committed Sep 4, 2021
    Configuration menu
    Copy the full SHA
    c33a9f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    337293e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2021

  1. refactor

    wxiaoguang committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    58224f4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'issue-content-history' of github.com:wxiaoguang/gitea i…

    …nto issue-content-history
    wxiaoguang committed Sep 5, 2021
    Configuration menu
    Copy the full SHA
    f9ab9f5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. clean up

    wxiaoguang committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    7952ccf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    177e3ac View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    fd792fd View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Configuration menu
    Copy the full SHA
    d52c9cd View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Merge branch 'main' into issue-content-history

    # Conflicts:
    #	models/db/engine.go
    #	models/issue.go
    wxiaoguang committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    2afea36 View commit details
    Browse the repository at this point in the history
  2. fix refactor

    wxiaoguang committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    7f71a28 View commit details
    Browse the repository at this point in the history
  3. re-format

    wxiaoguang committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    88e81f0 View commit details
    Browse the repository at this point in the history
  4. temp refactor

    wxiaoguang committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    25573a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Merge branch 'main' into issue-content-history

    # Conflicts:
    #	models/issue.go
    #	services/comments/comments.go
    wxiaoguang committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    c7fe79d View commit details
    Browse the repository at this point in the history
  2. follow db refactor

    wxiaoguang committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    b21a41b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8416fc8 View commit details
    Browse the repository at this point in the history
  4. fix html

    wxiaoguang committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    d8a63af View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    bdbec82 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    7160036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54ad038 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    9f96c7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f23204 View commit details
    Browse the repository at this point in the history
  3. re-format

    wxiaoguang committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    a70920d View commit details
    Browse the repository at this point in the history
  4. syntax nit

    6543 committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    78cd825 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85d8493 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5e7daaa View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'go-gitea/main' into issue-content-history

    # Conflicts:
    #	web_src/js/index.js
    wxiaoguang committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    f613828 View commit details
    Browse the repository at this point in the history
  8. Update models/migrations/v197.go

    Co-authored-by: 6543 <6543@obermui.de>
    wxiaoguang and 6543 committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    f37c287 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'main' into issue-content-history

    # Conflicts:
    #	models/migrations/migrations.go
    #	models/migrations/v197.go
    wxiaoguang committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    357a5e5 View commit details
    Browse the repository at this point in the history
  10. fix merge

    wxiaoguang committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    a5f551e View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Configuration menu
    Copy the full SHA
    578cc71 View commit details
    Browse the repository at this point in the history