[PR #111] [MERGED] Fix type in unused constant name #15155

Closed
opened 2025-11-02 11:40:07 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/111
Author: @strk
Created: 11/7/2016
Status: Merged
Merged: 11/7/2016
Merged by: @andreynering

Base: masterHead: typos


📝 Commits (8)

  • f4f32ba Write LDAP, SMTP, PAM, DLDAP back to all uppercase
  • c99ee89 Fix type in unused constant name
  • 112ca4b Other MixCased fixes
  • c7eb0d4 Complete MixerCasing of template constants
  • 649c3b8 Re uppercase LTS and LDAPS suffixes
  • 2786d24 Uppercase JSON suffix in constant names
  • 137e125 Proper case LoginNoType
  • 169356d Prefix unexported template path constants with "tpl"

📊 Changes

10 files changed (+99 additions, -99 deletions)

View changed files

📝 models/issue_comment.go (+1 -1)
📝 models/login_source.go (+34 -34)
📝 models/webhook.go (+4 -4)
📝 modules/auth/ldap/ldap.go (+4 -4)
📝 modules/log/smtp.go (+8 -8)
📝 public/css/semantic-2.2.1.min.css (+1 -1)
📝 routers/admin/auths.go (+14 -14)
📝 routers/repo/setting.go (+23 -23)
📝 routers/repo/webhook.go (+9 -9)
📝 vendor/gopkg.in/ldap.v2/ldap.go (+1 -1)

📄 Description

No description provided


🔄 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/111 **Author:** [@strk](https://github.com/strk) **Created:** 11/7/2016 **Status:** ✅ Merged **Merged:** 11/7/2016 **Merged by:** [@andreynering](https://github.com/andreynering) **Base:** `master` ← **Head:** `typos` --- ### 📝 Commits (8) - [`f4f32ba`](https://github.com/go-gitea/gitea/commit/f4f32ba346fb5cb1d15732e15ca75231d631007f) Write LDAP, SMTP, PAM, DLDAP back to all uppercase - [`c99ee89`](https://github.com/go-gitea/gitea/commit/c99ee89123a0f5d4e0ff42a448287857197d700b) Fix type in unused constant name - [`112ca4b`](https://github.com/go-gitea/gitea/commit/112ca4b0480f6371aa26ae7fc86e870b57cdd7cf) Other MixCased fixes - [`c7eb0d4`](https://github.com/go-gitea/gitea/commit/c7eb0d463c9657effed4b396a573e330b5ccc50e) Complete MixerCasing of template constants - [`649c3b8`](https://github.com/go-gitea/gitea/commit/649c3b889742e5583a56a589a129aecb211831a9) Re uppercase LTS and LDAPS suffixes - [`2786d24`](https://github.com/go-gitea/gitea/commit/2786d240569b4daadf48bf05f474c4a568f0f8f0) Uppercase JSON suffix in constant names - [`137e125`](https://github.com/go-gitea/gitea/commit/137e125dca4b53930cfea95ff731808b816119b1) Proper case LoginNoType - [`169356d`](https://github.com/go-gitea/gitea/commit/169356d866527d7a136858bb4553828fb2cf4ae5) Prefix unexported template path constants with "tpl" ### 📊 Changes **10 files changed** (+99 additions, -99 deletions) <details> <summary>View changed files</summary> 📝 `models/issue_comment.go` (+1 -1) 📝 `models/login_source.go` (+34 -34) 📝 `models/webhook.go` (+4 -4) 📝 `modules/auth/ldap/ldap.go` (+4 -4) 📝 `modules/log/smtp.go` (+8 -8) 📝 `public/css/semantic-2.2.1.min.css` (+1 -1) 📝 `routers/admin/auths.go` (+14 -14) 📝 `routers/repo/setting.go` (+23 -23) 📝 `routers/repo/webhook.go` (+9 -9) 📝 `vendor/gopkg.in/ldap.v2/ldap.go` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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 11:40:07 -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#15155