diff --git a/modules/templates/helper.go b/modules/templates/helper.go
index e262892069..ff9673ccef 100644
--- a/modules/templates/helper.go
+++ b/modules/templates/helper.go
@@ -42,7 +42,7 @@ func NewFuncMap() template.FuncMap {
"HTMLFormat": htmlutil.HTMLFormat,
"HTMLEscape": htmlEscape,
"QueryEscape": queryEscape,
- "QueryBuild": queryBuild,
+ "QueryBuild": QueryBuild,
"JSEscape": jsEscapeSafe,
"SanitizeHTML": SanitizeHTML,
"URLJoin": util.URLJoin,
@@ -294,24 +294,27 @@ func timeEstimateString(timeSec any) string {
return util.TimeEstimateString(v)
}
-func queryBuild(a ...any) template.URL {
+// QueryBuild builds a query string from a list of key-value pairs.
+// It omits the nil and empty strings, but it doesn't omit other zero values,
+// because the zero value of number types may have a meaning.
+func QueryBuild(a ...any) template.URL {
var s string
if len(a)%2 == 1 {
if v, ok := a[0].(string); ok {
if v == "" || (v[0] != '?' && v[0] != '&') {
- panic("queryBuild: invalid argument")
+ panic("QueryBuild: invalid argument")
}
s = v
} else if v, ok := a[0].(template.URL); ok {
s = string(v)
} else {
- panic("queryBuild: invalid argument")
+ panic("QueryBuild: invalid argument")
}
}
for i := len(a) % 2; i < len(a); i += 2 {
k, ok := a[i].(string)
if !ok {
- panic("queryBuild: invalid argument")
+ panic("QueryBuild: invalid argument")
}
var v string
if va, ok := a[i+1].(string); ok {
diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini
index 1c56dce822..f50ad1f298 100644
--- a/options/locale/locale_en-US.ini
+++ b/options/locale/locale_en-US.ini
@@ -1109,7 +1109,7 @@ delete_preexisting_success = Deleted unadopted files in %s
blame_prior = View blame prior to this change
blame.ignore_revs = Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
blame.ignore_revs.failed = Failed to ignore revisions in .git-blame-ignore-revs.
-author_search_tooltip = Shows a maximum of 30 users
+user_search_tooltip = Shows a maximum of 30 users
tree_path_not_found_commit = Path %[1]s doesn't exist in commit %[2]s
tree_path_not_found_branch = Path %[1]s doesn't exist in branch %[2]s
@@ -1529,7 +1529,8 @@ issues.filter_assignee = Assignee
issues.filter_assginee_no_select = All assignees
issues.filter_assginee_no_assignee = No assignee
issues.filter_poster = Author
-issues.filter_poster_no_select = All authors
+issues.filter_user_placeholder = Search users
+issues.filter_user_no_select = All users
issues.filter_type = Type
issues.filter_type.all_issues = All issues
issues.filter_type.assigned_to_you = Assigned to you
diff --git a/options/locale/locale_fr-FR.ini b/options/locale/locale_fr-FR.ini
index c7562c7f3b..c943c924c8 100644
--- a/options/locale/locale_fr-FR.ini
+++ b/options/locale/locale_fr-FR.ini
@@ -145,6 +145,7 @@ confirm_delete_selected=Êtes-vous sûr de vouloir supprimer tous les éléments
name=Nom
value=Valeur
+readme=Lisez-moi
filter=Filtrer
filter.clear=Effacer le filtre
@@ -1032,6 +1033,8 @@ fork_to_different_account=Créer une bifurcation vers un autre compte
fork_visibility_helper=La visibilité d'un dépôt bifurqué ne peut pas être modifiée.
fork_branch=Branche à cloner sur la bifurcation
all_branches=Toutes les branches
+view_all_branches=Voir toutes les branches
+view_all_tags=Voir toutes les étiquettes
fork_no_valid_owners=Ce dépôt ne peut pas être bifurqué car il n’a pas de propriétaire valide.
fork.blocked_user=Impossible de bifurquer le dépôt car vous êtes bloqué par son propriétaire.
use_template=Utiliser ce modèle
@@ -1043,6 +1046,8 @@ generate_repo=Générer un dépôt
generate_from=Générer depuis
repo_desc=Description
repo_desc_helper=Décrire brièvement votre dépôt
+repo_no_desc=Aucune description fournie
+repo_lang=Langue
repo_gitignore_helper=Sélectionner quelques .gitignore prédéfinies
repo_gitignore_helper_desc=De nombreux outils et compilateurs génèrent des fichiers résiduels qui n'ont pas besoin d'être supervisés par git. Composez un .gitignore à l’aide de cette liste des languages de programmation courants.
issue_labels=Jeu de labels pour les tickets
@@ -1668,12 +1673,26 @@ issues.delete.title=Supprimer ce ticket ?
issues.delete.text=Voulez-vous vraiment supprimer ce ticket ? (Cette opération supprimera définitivement tout le contenu. Envisagez plutôt de le fermer si vous avez l'intention de l'archiver)
issues.tracker=Minuteur
+issues.timetracker_timer_start=Démarrer le minuteur
+issues.timetracker_timer_stop=Arrêter le minuteur
+issues.timetracker_timer_discard=Annuler le minuteur
+issues.timetracker_timer_manually_add=Pointer du temps
+issues.time_estimate_placeholder=1h 2m
+issues.time_estimate_set=Définir le temps estimé
+issues.time_estimate_display=Estimation : %s
+issues.change_time_estimate_at=a changé le temps estimé à %s %s
+issues.remove_time_estimate_at=a supprimé le temps estimé %s
+issues.time_estimate_invalid=Le format du temps estimé est invalide
+issues.start_tracking_history=`a commencé son travail %s.`
issues.tracker_auto_close=Le minuteur sera automatiquement arrêté quand le ticket sera fermé.
issues.tracking_already_started=`Vous avez déjà un minuteur en cours sur un autre ticket !`
+issues.stop_tracking_history=`a fini de travailler sur %s %s.`
issues.cancel_tracking_history=`a abandonné son minuteur %s.`
issues.del_time=Supprimer ce minuteur du journal
+issues.add_time_history=`a pointé du temps de travail %s.`
issues.del_time_history=`a supprimé son temps de travail %s.`
+issues.add_time_manually=Temps pointé manuellement
issues.add_time_hours=Heures
issues.add_time_minutes=Minutes
issues.add_time_sum_to_small=Aucun minuteur n'a été saisi.
@@ -1926,6 +1945,10 @@ pulls.delete.title=Supprimer cette demande d'ajout ?
pulls.delete.text=Voulez-vous vraiment supprimer cet demande d'ajout ? (Cela supprimera définitivement tout le contenu. Envisagez de le fermer à la place, si vous avez l'intention de le garder archivé)
pulls.recently_pushed_new_branches=Vous avez soumis sur la branche %[1]s %[2]s
+pulls.upstream_diverging_prompt_behind_1=Cette branche est en retard de %d révision sur %s
+pulls.upstream_diverging_prompt_behind_n=Cette branche est en retard de %d révisions sur %s
+pulls.upstream_diverging_prompt_base_newer=La branche de base %s a de nouveaux changements
+pulls.upstream_diverging_merge=Synchroniser la bifurcation
pull.deleted_branch=(supprimé) : %s
pull.agit_documentation=Voir la documentation sur AGit
@@ -3513,6 +3536,8 @@ alpine.repository=Informations sur le Dépôt
alpine.repository.branches=Branches
alpine.repository.repositories=Dépôts
alpine.repository.architectures=Architectures
+arch.registry=Ajouter un serveur avec un dépôt et une architecture liés dans /etc/pacman.conf :
+arch.install=Synchroniser le paquet avec pacman :
arch.repository=Informations sur le Dépôt
arch.repository.repositories=Dépôts
arch.repository.architectures=Architectures
diff --git a/options/locale/locale_ga-IE.ini b/options/locale/locale_ga-IE.ini
index dc6ff2f481..b46a8f75f3 100644
--- a/options/locale/locale_ga-IE.ini
+++ b/options/locale/locale_ga-IE.ini
@@ -145,6 +145,7 @@ confirm_delete_selected=Deimhnigh chun gach earra roghnaithe a scriosadh?
name=Ainm
value=Luach
+readme=Readme
filter=Scagaire
filter.clear=Scagaire Soiléir
@@ -1032,6 +1033,8 @@ fork_to_different_account=Forc chuig cuntas difriúil
fork_visibility_helper=Ní féidir infheictheacht stór forcailte a athrú.
fork_branch=Brainse le clónú chuig an bhforc
all_branches=Gach brainse
+view_all_branches=Féach ar gach brainse
+view_all_tags=Féach ar gach clib
fork_no_valid_owners=Ní féidir an stór seo a fhorcáil toisc nach bhfuil úinéirí bailí ann.
fork.blocked_user=Ní féidir an stór a fhorcáil toisc go bhfuil úinéir an stórais bac ort.
use_template=Úsáid an teimpléad seo
@@ -1043,6 +1046,8 @@ generate_repo=Cruthaigh Stóras
generate_from=Gin Ó
repo_desc=Cur síos
repo_desc_helper=Cuir isteach tuairisc ghearr (roghnach)
+repo_no_desc=Níor tugadh tuairisc
+repo_lang=Teangacha
repo_gitignore_helper=Roghnaigh teimpléid .gitignore.
repo_gitignore_helper_desc=Roghnaigh na comhaid nach bhfuil le rianú ó liosta teimpléid do theangacha coitianta. Cuirtear déantáin tipiciúla a ghineann uirlisí tógála gach teanga san áireamh ar.gitignore de réir réamhshocraithe.
issue_labels=Lipéid Eisiúna
@@ -1668,12 +1673,26 @@ issues.delete.title=Scrios an t-eagrán seo?
issues.delete.text=An bhfuil tú cinnte gur mhaith leat an cheist seo a scriosadh? (Bainfidh sé seo an t-inneachar go léir go buan. Smaoinigh ar é a dhúnadh ina ionad sin, má tá sé i gceist agat é a choinneáil i gcartlann)
issues.tracker=Rianaitheoir Ama
+issues.timetracker_timer_start=Amadóir tosaithe
+issues.timetracker_timer_stop=Stop an t-amadóir
+issues.timetracker_timer_discard=Déan an t-amadóir a scriosadh
+issues.timetracker_timer_manually_add=Cuir Am leis
+issues.time_estimate_placeholder=1u 2n
+issues.time_estimate_set=Socraigh am measta
+issues.time_estimate_display=Meastachán: %s
+issues.change_time_estimate_at=d'athraigh an meastachán ama go %s %s
+issues.remove_time_estimate_at=baineadh meastachán ama %s
+issues.time_estimate_invalid=Tá formáid meastachán ama neamhbhailí
+issues.start_tracking_history=thosaigh ag obair %s
issues.tracker_auto_close=Stopfar ama go huathoibríoch nuair a dhúnfar an tsaincheist seo
issues.tracking_already_started=`Tá tús curtha agat cheana féin ag rianú ama ar eagrán eile!`
+issues.stop_tracking_history=d'oibrigh do %s %s
issues.cancel_tracking_history=`rianú ama curtha ar ceal %s`
issues.del_time=Scrios an log ama seo
+issues.add_time_history=cuireadh am caite %s %s leis
issues.del_time_history=`an t-am caite scriosta %s`
+issues.add_time_manually=Cuir Am leis de Láimh
issues.add_time_hours=Uaireanta
issues.add_time_minutes=Miontuairi
issues.add_time_sum_to_small=Níor iontráilíodh aon am.
@@ -1926,6 +1945,10 @@ pulls.delete.title=Scrios an t-iarratas tarraingthe seo?
pulls.delete.text=An bhfuil tú cinnte gur mhaith leat an t-iarratas tarraingthe seo a scriosadh? (Bainfidh sé seo an t-inneachar go léir go buan. Smaoinigh ar é a dhúnadh ina ionad sin, má tá sé i gceist agat é a choinneáil i gcartlann)
pulls.recently_pushed_new_branches=Bhrúigh tú ar bhrainse %[1]s %[2]s
+pulls.upstream_diverging_prompt_behind_1=Tá an brainse seo %d tiomantas taobh thiar de %s
+pulls.upstream_diverging_prompt_behind_n=Tá an brainse seo %d geallta taobh thiar de %s
+pulls.upstream_diverging_prompt_base_newer=Tá athruithe nua ar an mbunbhrainse %s
+pulls.upstream_diverging_merge=Forc sionc
pull.deleted_branch=(scriosta): %s
pull.agit_documentation=Déan athbhreithniú ar dhoiciméid faoi AGit
@@ -3513,6 +3536,8 @@ alpine.repository=Eolas Stórais
alpine.repository.branches=Brainsí
alpine.repository.repositories=Stórais
alpine.repository.architectures=Ailtireachtaí
+arch.registry=Cuir freastalaí leis an stór agus an ailtireacht ghaolmhar le /etc/pacman.conf:
+arch.install=Sioncronaigh pacáiste le pacman:
arch.repository=Eolas Stórais
arch.repository.repositories=Stórais
arch.repository.architectures=Ailtireachtaí
diff --git a/options/locale/locale_id-ID.ini b/options/locale/locale_id-ID.ini
index 231691b4a7..237323a0fc 100644
--- a/options/locale/locale_id-ID.ini
+++ b/options/locale/locale_id-ID.ini
@@ -76,29 +76,79 @@ loading=Memuat…
+archived=Diarsipkan
concept_code_repository=Repositori
+show_full_screen=Tampilkan layar penuh
+download_logs=Unduh Logs
+confirm_delete_selected=Konfirmasi untuk menghapus semua item yang dipilih?
name=Nama
+value=Nilai
+readme=Baca saya
+filter=Saring
+filter.clear=Hapus Filter
+filter.is_archived=Diarsipkan
+filter.not_archived=Tidak Diarsipkan
filter.is_template=Contoh
+filter.public=Publik
filter.private=Pribadi
+no_results_found=Hasil tidak ditemukan.
[search]
+search=Cari...
+type_tooltip=Tipe pencarian
+fuzzy_tooltip=Termasuk juga hasil yang mendekati kata pencarian
+exact_tooltip=Hanya menampilkan hasil yang cocok dengan istilah pencarian
+repo_kind=Cari repo...
+user_kind=Telusuri pengguna...
+org_kind=Cari organisasi...
+team_kind=Cari tim...
+code_kind=Cari kode...
+code_search_unavailable=Pencarian kode saat ini tidak tersedia. Silahkan hubungi administrator.
+branch_kind=Cari cabang...
[aria]
+navbar=Bar Navigasi
+footer=Footer
+footer.software=Tentang Software
+footer.links=Tautan
[heatmap]
+number_of_contributions_in_the_last_12_months=%s Kontribusi pada 12 bulan terakhir
+no_contributions=Belum ada kontribusi
+less=Lebih sedikit
+more=Lebih banyak
[editor]
+buttons.heading.tooltip=Tambahkan heading
+buttons.bold.tooltip=Tambahkan teks Tebal
+buttons.italic.tooltip=Tambahkan teks Miring
+buttons.quote.tooltip=Kutip teks
+buttons.code.tooltip=Tambah Kode
+buttons.link.tooltip=Tambahkan tautan
+buttons.list.unordered.tooltip=Tambah daftar titik
+buttons.list.ordered.tooltip=Tambah daftar angka
+buttons.list.task.tooltip=Tambahkan daftar tugas
buttons.table.add.insert=Tambah
+buttons.mention.tooltip=Tandai pengguna atau tim
+buttons.ref.tooltip=Merujuk pada isu atau permintaan tarik
+buttons.switch_to_legacy.tooltip=Gunakan editor versi lama
+buttons.enable_monospace_font=Aktifkan font monospace
+buttons.disable_monospace_font=Non-Aktifkan font monospace
[filter]
+string.asc=A - Z
+string.desc=Z - A
[error]
+occurred=Terjadi kesalahan
+report_message=Jika Anda yakin ini adalah bug Gitea, silakan cari isu di GitHub atau buka isu baru jika diperlukan.
+not_found=Target tidak dapat ditemukan.
[startpage]
app_desc=Sebuah layanan hosting Git sendiri yang tanpa kesulitan
@@ -118,8 +168,10 @@ path=Jalur
repo_path=Jalur akar repositori
+email_title=Pengaturan email
smtp_addr=Host SMTP
smtp_port=Port SMTP
+smtp_from=Kirim Email Sebagai
register_confirm=Perlu Konfirmasi Email Saat Pendaftaran
mail_notify=Aktifkan Notifikasi Email
disable_gravatar=Menonaktifkan Gravatar
@@ -140,6 +192,7 @@ my_orgs=Organisasi Saya
my_mirrors=Duplikat Saya
view_home=Lihat %s
+show_archived=Diarsipkan
show_private=Pribadi
@@ -481,6 +534,7 @@ email_notifications.enable=Aktifkan Pemberitahuan Surel
email_notifications.disable=Nonaktifkan Email Notifikasi
email_notifications.submit=Pasang Pengaturan Email
+visibility.public=Publik
visibility.private=Pribadi
[repo]
@@ -522,7 +576,9 @@ delete_preexisting_label=Hapus
desc.private=Pribadi
+desc.public=Publik
desc.template=Contoh
+desc.archived=Diarsipkan
template.webhooks=Webhooks
template.topics=Topik
@@ -947,6 +1003,7 @@ settings=Pengaturan
settings.full_name=Nama Lengkap
settings.website=Situs web
settings.location=Lokasi
+settings.visibility.public=Publik
settings.visibility.private_shortname=Pribadi
settings.update_settings=Perbarui Setelan
@@ -1033,6 +1090,7 @@ users.created=Dibuat
users.edit=Edit
users.auth_source=Sumber Otentikasi
users.local=Lokal
+users.list_status_filter.menu_text=Saring
users.list_status_filter.is_admin=Pengelola
emails.activated=Diaktifkan
diff --git a/routers/web/devtest/mock_actions.go b/routers/web/devtest/mock_actions.go
index 37e94aa802..46e302d634 100644
--- a/routers/web/devtest/mock_actions.go
+++ b/routers/web/devtest/mock_actions.go
@@ -26,9 +26,9 @@ func generateMockStepsLog(logCur actions.LogCursor) (stepsLog []*actions.ViewSte
"::endgroup::",
"message for: step={step}, cursor={cursor}",
"message for: step={step}, cursor={cursor}",
- "message for: step={step}, cursor={cursor}",
- "message for: step={step}, cursor={cursor}",
- "message for: step={step}, cursor={cursor}",
+ "##[group]test group for: step={step}, cursor={cursor}",
+ "in group msg for: step={step}, cursor={cursor}",
+ "##[endgroup]",
}
cur := logCur.Cursor // usually the cursor is the "file offset", but here we abuse it as "line number" to make the mock easier, intentionally
for i := 0; i < util.Iif(logCur.Step == 0, 3, 1); i++ {
@@ -52,6 +52,10 @@ func MockActionsRunsJobs(ctx *context.Context) {
req := web.GetForm(ctx).(*actions.ViewRequest)
resp := &actions.ViewResponse{}
+ resp.State.Run.TitleHTML = `mock run title link`
+ resp.State.Run.Status = actions_model.StatusRunning.String()
+ resp.State.Run.CanCancel = true
+ resp.State.Run.CanDeleteArtifact = true
resp.Artifacts = append(resp.Artifacts, &actions.ArtifactsViewItem{
Name: "artifact-a",
Size: 100 * 1024,
diff --git a/routers/web/org/projects.go b/routers/web/org/projects.go
index 6dfefbf68d..b94344f2ec 100644
--- a/routers/web/org/projects.go
+++ b/routers/web/org/projects.go
@@ -339,12 +339,7 @@ func ViewProject(ctx *context.Context) {
// 0 means issues with no label
// blank means labels will not be filtered for issues
selectLabels := ctx.FormString("labels")
- if selectLabels == "" {
- ctx.Data["AllLabels"] = true
- } else if selectLabels == "0" {
- ctx.Data["NoLabel"] = true
- }
- if len(selectLabels) > 0 {
+ if selectLabels != "" {
labelIDs, err = base.StringsToInt64s(strings.Split(selectLabels, ","))
if err != nil {
ctx.Flash.Error(ctx.Tr("invalid_data", selectLabels), true)
diff --git a/routers/web/repo/issue_list.go b/routers/web/repo/issue_list.go
index 2123d4a5b6..6451f7ac76 100644
--- a/routers/web/repo/issue_list.go
+++ b/routers/web/repo/issue_list.go
@@ -7,7 +7,6 @@ import (
"bytes"
"fmt"
"net/http"
- "net/url"
"strconv"
"strings"
@@ -531,12 +530,7 @@ func issues(ctx *context.Context, milestoneID, projectID int64, isPullOption opt
// 0 means issues with no label
// blank means labels will not be filtered for issues
selectLabels := ctx.FormString("labels")
- if selectLabels == "" {
- ctx.Data["AllLabels"] = true
- } else if selectLabels == "0" {
- ctx.Data["NoLabel"] = true
- }
- if len(selectLabels) > 0 {
+ if selectLabels != "" {
labelIDs, err = base.StringsToInt64s(strings.Split(selectLabels, ","))
if err != nil {
ctx.Flash.Error(ctx.Tr("invalid_data", selectLabels), true)
@@ -616,8 +610,6 @@ func issues(ctx *context.Context, milestoneID, projectID int64, isPullOption opt
ctx.Data["TotalTrackedTime"] = totalTrackedTime
}
- archived := ctx.FormBool("archived")
-
page := ctx.FormInt("page")
if page <= 1 {
page = 1
@@ -792,21 +784,13 @@ func issues(ctx *context.Context, milestoneID, projectID int64, isPullOption opt
return
}
+ showArchivedLabels := ctx.FormBool("archived_labels")
+ ctx.Data["ShowArchivedLabels"] = showArchivedLabels
ctx.Data["PinnedIssues"] = pinned
ctx.Data["IsRepoAdmin"] = ctx.IsSigned && (ctx.Repo.IsAdmin() || ctx.Doer.IsAdmin)
ctx.Data["IssueStats"] = issueStats
ctx.Data["OpenCount"] = issueStats.OpenCount
ctx.Data["ClosedCount"] = issueStats.ClosedCount
- linkStr := "%s?q=%s&type=%s&sort=%s&state=%s&labels=%s&milestone=%d&project=%d&assignee=%d&poster=%v&archived=%t"
- ctx.Data["AllStatesLink"] = fmt.Sprintf(linkStr, ctx.Link,
- url.QueryEscape(keyword), url.QueryEscape(viewType), url.QueryEscape(sortType), "all", url.QueryEscape(selectLabels),
- milestoneID, projectID, assigneeID, url.QueryEscape(posterUsername), archived)
- ctx.Data["OpenLink"] = fmt.Sprintf(linkStr, ctx.Link,
- url.QueryEscape(keyword), url.QueryEscape(viewType), url.QueryEscape(sortType), "open", url.QueryEscape(selectLabels),
- milestoneID, projectID, assigneeID, url.QueryEscape(posterUsername), archived)
- ctx.Data["ClosedLink"] = fmt.Sprintf(linkStr, ctx.Link,
- url.QueryEscape(keyword), url.QueryEscape(viewType), url.QueryEscape(sortType), "closed", url.QueryEscape(selectLabels),
- milestoneID, projectID, assigneeID, url.QueryEscape(posterUsername), archived)
ctx.Data["SelLabelIDs"] = labelIDs
ctx.Data["SelectLabels"] = selectLabels
ctx.Data["ViewType"] = viewType
@@ -814,6 +798,7 @@ func issues(ctx *context.Context, milestoneID, projectID int64, isPullOption opt
ctx.Data["MilestoneID"] = milestoneID
ctx.Data["ProjectID"] = projectID
ctx.Data["AssigneeID"] = assigneeID
+ ctx.Data["PosterUserID"] = posterUserID
ctx.Data["PosterUsername"] = posterUsername
ctx.Data["Keyword"] = keyword
ctx.Data["IsShowClosed"] = isShowClosed
@@ -825,7 +810,6 @@ func issues(ctx *context.Context, milestoneID, projectID int64, isPullOption opt
default:
ctx.Data["State"] = "open"
}
- ctx.Data["ShowArchivedLabels"] = archived
pager.AddParamString("q", keyword)
pager.AddParamString("type", viewType)
@@ -836,8 +820,9 @@ func issues(ctx *context.Context, milestoneID, projectID int64, isPullOption opt
pager.AddParamString("project", fmt.Sprint(projectID))
pager.AddParamString("assignee", fmt.Sprint(assigneeID))
pager.AddParamString("poster", posterUsername)
- pager.AddParamString("archived", fmt.Sprint(archived))
-
+ if showArchivedLabels {
+ pager.AddParamString("archived_labels", "true")
+ }
ctx.Data["Page"] = pager
}
diff --git a/routers/web/repo/milestone.go b/routers/web/repo/milestone.go
index 3afdcfad8b..33c15e7767 100644
--- a/routers/web/repo/milestone.go
+++ b/routers/web/repo/milestone.go
@@ -66,12 +66,6 @@ func Milestones(ctx *context.Context) {
}
ctx.Data["OpenCount"] = stats.OpenCount
ctx.Data["ClosedCount"] = stats.ClosedCount
- linkStr := "%s/milestones?state=%s&q=%s&sort=%s"
- ctx.Data["OpenLink"] = fmt.Sprintf(linkStr, ctx.Repo.RepoLink, "open",
- url.QueryEscape(keyword), url.QueryEscape(sortType))
- ctx.Data["ClosedLink"] = fmt.Sprintf(linkStr, ctx.Repo.RepoLink, "closed",
- url.QueryEscape(keyword), url.QueryEscape(sortType))
-
if ctx.Repo.Repository.IsTimetrackerEnabled(ctx) {
if err := issues_model.MilestoneList(miles).LoadTotalTrackedTimes(ctx); err != nil {
ctx.ServerError("LoadTotalTrackedTimes", err)
diff --git a/routers/web/repo/projects.go b/routers/web/repo/projects.go
index 95ae84ab93..168da2ca1f 100644
--- a/routers/web/repo/projects.go
+++ b/routers/web/repo/projects.go
@@ -312,12 +312,7 @@ func ViewProject(ctx *context.Context) {
// 0 means issues with no label
// blank means labels will not be filtered for issues
selectLabels := ctx.FormString("labels")
- if selectLabels == "" {
- ctx.Data["AllLabels"] = true
- } else if selectLabels == "0" {
- ctx.Data["NoLabel"] = true
- }
- if len(selectLabels) > 0 {
+ if selectLabels != "" {
labelIDs, err = base.StringsToInt64s(strings.Split(selectLabels, ","))
if err != nil {
ctx.Flash.Error(ctx.Tr("invalid_data", selectLabels), true)
diff --git a/templates/projects/view.tmpl b/templates/projects/view.tmpl
index acaf45e8d2..966d3bf604 100644
--- a/templates/projects/view.tmpl
+++ b/templates/projects/view.tmpl
@@ -5,79 +5,19 @@
diff --git a/templates/repo/issue/filter_item_user_assign.tmpl b/templates/repo/issue/filter_item_user_assign.tmpl
new file mode 100644
index 0000000000..4f1db71d57
--- /dev/null
+++ b/templates/repo/issue/filter_item_user_assign.tmpl
@@ -0,0 +1,31 @@
+{{/* This is a user list for filter, the data is provided by a local variable assignment
+* QueryParamKey: eg: "poster", "assignee"
+* QueryLink
+* UserSearchList
+* SelectedUserId: 0 or empty means default, -1 means "no user is set"
+* TextFilterTitle
+* TextZeroValue: the text for "all issues"
+* TextNegativeOne: the text for "issues with no assignee"
+*/}}
+{{$queryLink := .QueryLink}}
+
diff --git a/templates/repo/issue/filter_item_user_fetch.tmpl b/templates/repo/issue/filter_item_user_fetch.tmpl
new file mode 100644
index 0000000000..cab128a787
--- /dev/null
+++ b/templates/repo/issue/filter_item_user_fetch.tmpl
@@ -0,0 +1,23 @@
+{{/* This is a user list for filter, the data is provided by a remote "fetch" request
+* QueryParamKey: eg: "poster", "assignee"
+* QueryLink
+* UserSearchUrl
+* SelectedUserId
+* TextFilterTitle
+*/}}
+{{$queryLink := .QueryLink}}
+