[PR #2647] [MERGED] Change default sort order #16521

Closed
opened 2025-11-02 12:12:33 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2647
Author: @kaz
Created: 10/4/2017
Status: Merged
Merged: 10/5/2017
Merged by: @lafriks

Base: masterHead: 2442


📝 Commits (9)

  • d16e6a5 sort repositories by updated_unix in Explore
  • 443ea95 Revert "sort repositories by updated_unix in Explore"
  • ff5b278 sort repositories by updated_unix in Explore
  • 06989a9 Fix UI problem
  • 3faafea Added missing sort order "newest"
  • 9c096ae Merge branch 'master' into 2442
  • eadf8ae Change default sort order
  • cb29f12 fmt
  • 68af474 Merge branch 'master' into 2442

📊 Changes

3 files changed (+11 additions, -10 deletions)

View changed files

📝 routers/home.go (+9 -3)
📝 routers/user/profile.go (+1 -6)
📝 templates/explore/search.tmpl (+1 -1)

📄 Description

Change default sort key to updated_unix from created_unix
(repositories order on explore page)

it was suggested on (#2442)

Closes #2442


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/2647 **Author:** [@kaz](https://github.com/kaz) **Created:** 10/4/2017 **Status:** ✅ Merged **Merged:** 10/5/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `2442` --- ### 📝 Commits (9) - [`d16e6a5`](https://github.com/go-gitea/gitea/commit/d16e6a5d477184ea0eb2122aac2b5fbabcb58754) sort repositories by `updated_unix` in Explore - [`443ea95`](https://github.com/go-gitea/gitea/commit/443ea9529f0f1ff8d0668ff6cc14f387059c2ad9) Revert "sort repositories by `updated_unix` in Explore" - [`ff5b278`](https://github.com/go-gitea/gitea/commit/ff5b278991362fa9f3d339cef6b9a4eb899da9c9) sort repositories by `updated_unix` in Explore - [`06989a9`](https://github.com/go-gitea/gitea/commit/06989a9f70c0c17f9fbc580a899fd7ebd2305cf5) Fix UI problem - [`3faafea`](https://github.com/go-gitea/gitea/commit/3faafea7222f8c0f8fb220be600ec294d7d46e14) Added missing sort order "newest" - [`9c096ae`](https://github.com/go-gitea/gitea/commit/9c096aeffc5f88c6ccadb39ed396c4a702079506) Merge branch 'master' into 2442 - [`eadf8ae`](https://github.com/go-gitea/gitea/commit/eadf8ae02c674eb541f79b462ab5b707d03524bb) Change default sort order - [`cb29f12`](https://github.com/go-gitea/gitea/commit/cb29f12867297a6f69f4710945d855873c5bd644) fmt - [`68af474`](https://github.com/go-gitea/gitea/commit/68af4748c018a8b30de06d208b6a6927f48560c7) Merge branch 'master' into 2442 ### 📊 Changes **3 files changed** (+11 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `routers/home.go` (+9 -3) 📝 `routers/user/profile.go` (+1 -6) 📝 `templates/explore/search.tmpl` (+1 -1) </details> ### 📄 Description Change default sort key to `updated_unix` from `created_unix` (repositories order on explore page) it was suggested on (#2442) Closes #2442 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:12:33 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16521