[PR #3081] [CLOSED] [WIP] filter/sort repos on org home page #16754

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3081
Author: @techknowlogick
Created: 12/3/2017
Status: Closed

Base: masterHead: search_org_repos


📝 Commits (10+)

  • 720c197 Minor copy changes
  • a66f4e3 Use TrN for translations that depend on count
  • 5c497a8 add search/sorting to org home page
  • efa4e18 Merge branch 'master' into search_org_repos
  • 66a67a3 filtering and ordering works in most cases
  • c5193ef Merge branch 'master' into search_org_repos
  • fd36993 Merge branch 'master' into search_org_repos
  • d1fee52 fix linting issue
  • 671666f Merge branch 'master' into search_org_repos
  • 7d3f855 add AddKeyword to add a conditional to org searches

📊 Changes

3 files changed (+64 additions, -6 deletions)

View changed files

📝 models/org.go (+9 -0)
📝 routers/user/home.go (+54 -6)
📝 templates/org/home.tmpl (+1 -0)

📄 Description

add search/sorting to org home page
fixes #3031

This doesn't work yet, and is still a work in progess


🔄 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/3081 **Author:** [@techknowlogick](https://github.com/techknowlogick) **Created:** 12/3/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `search_org_repos` --- ### 📝 Commits (10+) - [`720c197`](https://github.com/go-gitea/gitea/commit/720c197ccfe45ce3755c9549b337f4efbce2b381) Minor copy changes - [`a66f4e3`](https://github.com/go-gitea/gitea/commit/a66f4e3b4132a10184b17cd8b9862406b74d750f) Use TrN for translations that depend on count - [`5c497a8`](https://github.com/go-gitea/gitea/commit/5c497a8e5178abac5148f980605b30a715755e87) add search/sorting to org home page - [`efa4e18`](https://github.com/go-gitea/gitea/commit/efa4e1813770c070bef5e513c8f39c047df35b97) Merge branch 'master' into search_org_repos - [`66a67a3`](https://github.com/go-gitea/gitea/commit/66a67a3321c5b1c5269b1ba3ef8b7566df99ed34) filtering and ordering works in most cases - [`c5193ef`](https://github.com/go-gitea/gitea/commit/c5193ef6ca6e7b9ff618019b987450069c2ea27c) Merge branch 'master' into search_org_repos - [`fd36993`](https://github.com/go-gitea/gitea/commit/fd3699336cb072c07160c382c47d03dad168cde8) Merge branch 'master' into search_org_repos - [`d1fee52`](https://github.com/go-gitea/gitea/commit/d1fee5223750796e0f49bd74d8f52f3c57713ca0) fix linting issue - [`671666f`](https://github.com/go-gitea/gitea/commit/671666f6e74159961dc01e16e4d1e5e70f1dc283) Merge branch 'master' into search_org_repos - [`7d3f855`](https://github.com/go-gitea/gitea/commit/7d3f8556d5be6eefd19cf370fc41b6d567813b33) add AddKeyword to add a conditional to org searches ### 📊 Changes **3 files changed** (+64 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `models/org.go` (+9 -0) 📝 `routers/user/home.go` (+54 -6) 📝 `templates/org/home.tmpl` (+1 -0) </details> ### 📄 Description add search/sorting to org home page fixes #3031 This doesn't work yet, and is still a work in progess --- <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:18:19 -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#16754