-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
replace Gogs to Gitea on locale files #113
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
Conversation
Current coverage is 2.27% (diff: 100%)@@ master #113 diff @@
========================================
Files 32 32
Lines 7523 7523
Methods 0 0
Messages 0 0
Branches 0 0
========================================
+ Hits 169 171 +2
+ Misses 7337 7336 -1
+ Partials 17 16 -1
|
LGTM, although we didn't yet define a policy for updating those files... |
If we accept #114, so we can merge this? Or we have to use a tanslation tool to do that? |
#114 seems to be more than a policy, it's actually a proposal for a new development. |
Yes. So let's LGTM first! |
…gitea#113) * Adds TogetherJS to editor Adds Scrollbars and fixed height to editor * Added some TogetherJS config * Fixes per code review * Generated index.css * Moved editor css to the correct .less files * Generated index.css
…o-gitea#113) * GetCommit() returns a ErrNotExist if short commit ID does not exists Currently, GetCommit() returns a generic error if a short commit ID does not exists in a repository. When a commit is not found by git-rev-parse, it returns an errors which contains "fatal: ambiguous argument". GetCommit() now search if the error contains this string, and, if it does, returns an ErrNotExist. The idea is to allow commits to be accessed from gitea with a short commit ID. Without this change, it would return a 500 Internal Server Error when a short ID does not exists in the repository. Signed-off-by: Alban Gruin <[email protected]> * GetCommit(): change the comparison for short commit messages `fatal: ambiguous argument` can be the beginning of two errors in git. This changes the comparison to something less ambiguous. Signed-off-by: Alban Gruin <[email protected]>
No description provided.